mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-03-04 11:27:51 +01:00
Update recycle bin related strings
This commit is contained in:
parent
3f06b521bf
commit
565f991932
@ -90,7 +90,7 @@ class RecycleBinConversationsActivity : SimpleActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun removeAll() {
|
private fun removeAll() {
|
||||||
ConfirmationDialog(this, "", R.string.empty_recycle_bin_confirmation, R.string.yes, R.string.no) {
|
ConfirmationDialog(this, "", R.string.empty_recycle_bin_messages_confirmation, R.string.yes, R.string.no) {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
emptyMessagesRecycleBin()
|
emptyMessagesRecycleBin()
|
||||||
loadRecycleBinConversations()
|
loadRecycleBinConversations()
|
||||||
|
@ -292,7 +292,7 @@ class SettingsActivity : SimpleActivity() {
|
|||||||
if (recycleBinMessages == 0) {
|
if (recycleBinMessages == 0) {
|
||||||
toast(R.string.recycle_bin_empty)
|
toast(R.string.recycle_bin_empty)
|
||||||
} else {
|
} else {
|
||||||
ConfirmationDialog(this, "", R.string.empty_recycle_bin_confirmation, R.string.yes, R.string.no) {
|
ConfirmationDialog(this, "", R.string.empty_recycle_bin_messages_confirmation, R.string.yes, R.string.no) {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
emptyMessagesRecycleBin()
|
emptyMessagesRecycleBin()
|
||||||
}
|
}
|
||||||
|
@ -952,7 +952,7 @@ class ThreadActivity : SimpleActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun askConfirmRestoreAll() {
|
private fun askConfirmRestoreAll() {
|
||||||
ConfirmationDialog(this, "Restore all messages from this conversation?") {
|
ConfirmationDialog(this, getString(R.string.restore_confirmation)) {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
restoreAllMessagesFromRecycleBinForConversation(threadId)
|
restoreAllMessagesFromRecycleBinForConversation(threadId)
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
|
@ -63,7 +63,8 @@ class RecycleBinConversationsAdapter(
|
|||||||
val itemsCnt = selectedKeys.size
|
val itemsCnt = selectedKeys.size
|
||||||
val items = resources.getQuantityString(R.plurals.delete_conversations, itemsCnt, itemsCnt)
|
val items = resources.getQuantityString(R.plurals.delete_conversations, itemsCnt, itemsCnt)
|
||||||
|
|
||||||
val question = String.format("Are you sure you want to restore %s?", items)
|
val baseString = R.string.restore_confirmation
|
||||||
|
val question = String.format(resources.getString(baseString), items)
|
||||||
|
|
||||||
ConfirmationDialog(activity, question) {
|
ConfirmationDialog(activity, question) {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
|
@ -232,8 +232,8 @@ class ThreadAdapter(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
val baseString = R.string.deletion_confirmation
|
val baseString = R.string.restore_confirmation
|
||||||
val question = String.format("Are you sure you want to restore %s?", items)
|
val question = String.format(resources.getString(baseString), items)
|
||||||
|
|
||||||
ConfirmationDialog(activity, question) {
|
ConfirmationDialog(activity, question) {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
|
@ -21,6 +21,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/delete_remember_title"
|
android:layout_below="@+id/delete_remember_title"
|
||||||
android:text="@string/skip_the_recycle_bin" />
|
android:text="@string/skip_the_recycle_bin_messages" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/cab_restore"
|
android:id="@+id/cab_restore"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="Restore all messages from this conversation"
|
android:title="@string/restore_all_messages"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/cab_select_all"
|
android:id="@+id/cab_select_all"
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/cab_restore"
|
android:id="@+id/cab_restore"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="Restore this message"
|
android:title="@string/restore"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/cab_forward_message"
|
android:id="@+id/cab_forward_message"
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/restore"
|
android:id="@+id/restore"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="Restore all messages from this conversation"
|
android:title="@string/restore_all_messages"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/mark_as_unread"
|
android:id="@+id/mark_as_unread"
|
||||||
|
@ -71,9 +71,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">هل أنت متأكد أنك تريد حذف كافة رسائل هذه المحادثة؟</string>
|
<string name="delete_whole_conversation_confirmation">هل أنت متأكد أنك تريد حذف كافة رسائل هذه المحادثة؟</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="zero">محادثة %d</item>
|
<item quantity="zero">محادثة %d</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -69,9 +69,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Выдаліць усе паведамленні ў гэтай размове\?</string>
|
<string name="delete_whole_conversation_confirmation">Выдаліць усе паведамленні ў гэтай размове\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d размову</item>
|
<item quantity="one">%d размову</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Сигурни ли сте, че искате да изтриете всички съобщения от този разговор\?</string>
|
<string name="delete_whole_conversation_confirmation">Сигурни ли сте, че искате да изтриете всички съобщения от този разговор\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d разговор</item>
|
<item quantity="one">%d разговор</item>
|
||||||
@ -128,4 +135,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Confirmeu que voleu suprimir tots els missatges d\'aquesta conversa\?</string>
|
<string name="delete_whole_conversation_confirmation">Confirmeu que voleu suprimir tots els missatges d\'aquesta conversa\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversa</item>
|
<item quantity="one">%d conversa</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Opravdu chcete smazat všechny zprávy v této konverzaci\?</string>
|
<string name="delete_whole_conversation_confirmation">Opravdu chcete smazat všechny zprávy v této konverzaci\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d konverzace</item>
|
<item quantity="one">%d konverzace</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Er du sikker på, at du vil slette alle beskeder i denne samtale\?</string>
|
<string name="delete_whole_conversation_confirmation">Er du sikker på, at du vil slette alle beskeder i denne samtale\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d samtale</item>
|
<item quantity="one">%d samtale</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Sollen wirklich alle Nachrichten dieser Unterhaltung gelöscht werden\?</string>
|
<string name="delete_whole_conversation_confirmation">Sollen wirklich alle Nachrichten dieser Unterhaltung gelöscht werden\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d Unterhaltung</item>
|
<item quantity="one">%d Unterhaltung</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Είστε βέβαιοι ότι θέλετε να διαγράψετε όλα τα μηνύματα αυτής της συνομιλίας;</string>
|
<string name="delete_whole_conversation_confirmation">Είστε βέβαιοι ότι θέλετε να διαγράψετε όλα τα μηνύματα αυτής της συνομιλίας;</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d συνομιλία</item>
|
<item quantity="one">%d συνομιλία</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d konversacio</item>
|
<item quantity="one">%d konversacio</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">¿Estás seguro que quieres eliminar todos los mensajes en esta conversación\?</string>
|
<string name="delete_whole_conversation_confirmation">¿Estás seguro que quieres eliminar todos los mensajes en esta conversación\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversación</item>
|
<item quantity="one">%d conversación</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Kas oled kindel, et soovid kustutada kõik selle vestluse sõnumid\?</string>
|
<string name="delete_whole_conversation_confirmation">Kas oled kindel, et soovid kustutada kõik selle vestluse sõnumid\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d vestlus</item>
|
<item quantity="one">%d vestlus</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Haluatko varmasti poistaa kaikki tämän keskustelun viestit\?</string>
|
<string name="delete_whole_conversation_confirmation">Haluatko varmasti poistaa kaikki tämän keskustelun viestit\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d keskustelu</item>
|
<item quantity="one">%d keskustelu</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Voulez-vous vraiment supprimer tous les messages de cette conversation \?</string>
|
<string name="delete_whole_conversation_confirmation">Voulez-vous vraiment supprimer tous les messages de cette conversation \?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Ten a certeza de que desexa eliminar todas as mensaxes desta conversa\?</string>
|
<string name="delete_whole_conversation_confirmation">Ten a certeza de que desexa eliminar todas as mensaxes desta conversa\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversa</item>
|
<item quantity="one">%d conversa</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">Nema arhiviranih razgovora</string>
|
<string name="no_archived_conversations">Nema arhiviranih razgovora</string>
|
||||||
<string name="archive_emptied_successfully">Arhiv je uspješno ispražnjen</string>
|
<string name="archive_emptied_successfully">Arhiv je uspješno ispražnjen</string>
|
||||||
<string name="empty_archive_confirmation">Jeste li ste sigurni da želite isprazniti arhiv? Svi arhivirani razgovori će biti obrisani.</string>
|
<string name="empty_archive_confirmation">Jeste li ste sigurni da želite isprazniti arhiv? Svi arhivirani razgovori će biti obrisani.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Stvarno želiš izbrisati sve poruke ovog razgovora\?</string>
|
<string name="delete_whole_conversation_confirmation">Stvarno želiš izbrisati sve poruke ovog razgovora\?</string>
|
||||||
<string name="archive_confirmation">Stvarno želiš arhivirati %s?</string>
|
<string name="archive_confirmation">Stvarno želiš arhivirati %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d razgovor</item>
|
<item quantity="one">%d razgovor</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Biztos, hogy törli az összes üzenetet ebből a beszélgetésből\?</string>
|
<string name="delete_whole_conversation_confirmation">Biztos, hogy törli az összes üzenetet ebből a beszélgetésből\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d beszélgetést</item>
|
<item quantity="one">%d beszélgetést</item>
|
||||||
|
@ -66,9 +66,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Apakah Anda yakin ingin menghapus semua pesan dari percakapan ini\?</string>
|
<string name="delete_whole_conversation_confirmation">Apakah Anda yakin ingin menghapus semua pesan dari percakapan ini\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="other">%d percakapan</item>
|
<item quantity="other">%d percakapan</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Vuoi davvero eliminare tutti i messaggi di questa conversazione\?</string>
|
<string name="delete_whole_conversation_confirmation">Vuoi davvero eliminare tutti i messaggi di questa conversazione\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversazione</item>
|
<item quantity="one">%d conversazione</item>
|
||||||
|
@ -69,9 +69,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">האם אתה בטוח שברצונך למחוק את כל ההודעות של השיחה הזו\?</string>
|
<string name="delete_whole_conversation_confirmation">האם אתה בטוח שברצונך למחוק את כל ההודעות של השיחה הזו\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">שיחה %d</item>
|
<item quantity="one">שיחה %d</item>
|
||||||
|
@ -66,9 +66,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">本当にこの会話のすべてのメッセージを削除しますか?</string>
|
<string name="delete_whole_conversation_confirmation">本当にこの会話のすべてのメッセージを削除しますか?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="other">%d 件の会話</item>
|
<item quantity="other">%d 件の会話</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Ar tikrai norite ištrinti visas šio pokalbio žinutes\?</string>
|
<string name="delete_whole_conversation_confirmation">Ar tikrai norite ištrinti visas šio pokalbio žinutes\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d pokalbis</item>
|
<item quantity="one">%d pokalbis</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="zero">%d conversation</item>
|
<item quantity="zero">%d conversation</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">ഈ സംഭാഷണത്തിലെ എല്ലാ സന്ദേശങ്ങളും ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ\?</string>
|
<string name="delete_whole_conversation_confirmation">ഈ സംഭാഷണത്തിലെ എല്ലാ സന്ദേശങ്ങളും ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d സംഭാഷണം</item>
|
<item quantity="one">%d സംഭാഷണം</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Er du sikker på at du vil slette alle meldinger fra denne konversasjonen\?</string>
|
<string name="delete_whole_conversation_confirmation">Er du sikker på at du vil slette alle meldinger fra denne konversasjonen\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d konversasjon</item>
|
<item quantity="one">%d konversasjon</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Alle berichten in dit gesprek verwijderen\?</string>
|
<string name="delete_whole_conversation_confirmation">Alle berichten in dit gesprek verwijderen\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d gesprek</item>
|
<item quantity="one">%d gesprek</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">تسیں پکے اے، سارے سنیہے مٹاؤ؟</string>
|
<string name="delete_whole_conversation_confirmation">تسیں پکے اے، سارے سنیہے مٹاؤ؟</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
@ -69,9 +69,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Czy usunąć wszystkie wiadomości z tej rozmowy\?</string>
|
<string name="delete_whole_conversation_confirmation">Czy usunąć wszystkie wiadomości z tej rozmowy\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d rozmowę</item>
|
<item quantity="one">%d rozmowę</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Tem certeza que quer deletar todas as mensagens dessa conversa\?</string>
|
<string name="delete_whole_conversation_confirmation">Tem certeza que quer deletar todas as mensagens dessa conversa\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversa</item>
|
<item quantity="one">%d conversa</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Tem a certeza de que pretende apagar todas as mensagens desta conversa\?</string>
|
<string name="delete_whole_conversation_confirmation">Tem a certeza de que pretende apagar todas as mensagens desta conversa\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversa</item>
|
<item quantity="one">%d conversa</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Sunteți sigur că doriți să ștergeți toate mesajele din această conversație\?</string>
|
<string name="delete_whole_conversation_confirmation">Sunteți sigur că doriți să ștergeți toate mesajele din această conversație\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversaţie</item>
|
<item quantity="one">%d conversaţie</item>
|
||||||
|
@ -69,9 +69,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Удалить все сообщения в этой переписке\?</string>
|
<string name="delete_whole_conversation_confirmation">Удалить все сообщения в этой переписке\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d переписку</item>
|
<item quantity="one">%d переписку</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">Nenašli sa žiadne archivované konverzácie</string>
|
<string name="no_archived_conversations">Nenašli sa žiadne archivované konverzácie</string>
|
||||||
<string name="archive_emptied_successfully">Archív bol úspešne vyprázdnený</string>
|
<string name="archive_emptied_successfully">Archív bol úspešne vyprázdnený</string>
|
||||||
<string name="empty_archive_confirmation">Ste si istý, že chcete vyprázdniť archív? Všetky archivované konverzácie budú navždy odstránené.</string>
|
<string name="empty_archive_confirmation">Ste si istý, že chcete vyprázdniť archív? Všetky archivované konverzácie budú navždy odstránené.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Ste si istý, že chcete odstrániť všetky správy tejto konverzácie\?</string>
|
<string name="delete_whole_conversation_confirmation">Ste si istý, že chcete odstrániť všetky správy tejto konverzácie\?</string>
|
||||||
<string name="archive_confirmation">Ste si istý, že chcete archivovať %s?</string>
|
<string name="archive_confirmation">Ste si istý, že chcete archivovať %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d konverzáciu</item>
|
<item quantity="one">%d konverzáciu</item>
|
||||||
|
@ -69,9 +69,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Ste prepričani, da želite izbrisati vsa sporočila tega pogovora\?</string>
|
<string name="delete_whole_conversation_confirmation">Ste prepričani, da želite izbrisati vsa sporočila tega pogovora\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d pogovor</item>
|
<item quantity="one">%d pogovor</item>
|
||||||
|
@ -68,9 +68,16 @@
|
|||||||
<string name="no_archived_conversations">Нема архивираних разговора</string>
|
<string name="no_archived_conversations">Нема архивираних разговора</string>
|
||||||
<string name="archive_emptied_successfully">Архива је успјешно испражнјена</string>
|
<string name="archive_emptied_successfully">Архива је успјешно испражнјена</string>
|
||||||
<string name="empty_archive_confirmation">Да ли сте сигурни да желите да испразните архиву? Све архивиране поруке ће бити избрисане.</string>
|
<string name="empty_archive_confirmation">Да ли сте сигурни да желите да испразните архиву? Све архивиране поруке ће бити избрисане.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Да ли сте сигурни да желите да избришете све поруке ове конверзације\?</string>
|
<string name="delete_whole_conversation_confirmation">Да ли сте сигурни да желите да избришете све поруке ове конверзације\?</string>
|
||||||
<string name="archive_confirmation">Да ли сте сигурни да желите да архивирате %s?</string>
|
<string name="archive_confirmation">Да ли сте сигурни да желите да архивирате %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d разговор</item>
|
<item quantity="one">%d разговор</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Är du säker på att du vill ta bort alla meddelanden i konversationen\?</string>
|
<string name="delete_whole_conversation_confirmation">Är du säker på att du vill ta bort alla meddelanden i konversationen\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d konversation</item>
|
<item quantity="one">%d konversation</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">இந்த உரையாடலின் அனைத்து செய்திகளையும் நிச்சயமாக நீக்க விரும்புகிறீர்களா\?</string>
|
<string name="delete_whole_conversation_confirmation">இந்த உரையாடலின் அனைத்து செய்திகளையும் நிச்சயமாக நீக்க விரும்புகிறீர்களா\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d உரையாடல்</item>
|
<item quantity="one">%d உரையாடல்</item>
|
||||||
|
@ -66,9 +66,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="other">%d conversation</item>
|
<item quantity="other">%d conversation</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Bu görüşmenin tüm mesajlarını silmek istediğinizden emin misiniz\?</string>
|
<string name="delete_whole_conversation_confirmation">Bu görüşmenin tüm mesajlarını silmek istediğinizden emin misiniz\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d görüşme</item>
|
<item quantity="one">%d görüşme</item>
|
||||||
|
@ -69,9 +69,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Справді видалити всі повідомлення у цьому листуванні\?</string>
|
<string name="delete_whole_conversation_confirmation">Справді видалити всі повідомлення у цьому листуванні\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d листування</item>
|
<item quantity="one">%d листування</item>
|
||||||
|
@ -66,9 +66,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">您确定要删除此对话的所有消息吗\?</string>
|
<string name="delete_whole_conversation_confirmation">您确定要删除此对话的所有消息吗\?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="other">%d 个对话</item>
|
<item quantity="other">%d 个对话</item>
|
||||||
|
@ -66,9 +66,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">您確定要刪除此對話中的所有訊息嗎?</string>
|
<string name="delete_whole_conversation_confirmation">您確定要刪除此對話中的所有訊息嗎?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="other">%d conversation</item>
|
<item quantity="other">%d conversation</item>
|
||||||
|
@ -67,9 +67,16 @@
|
|||||||
<string name="no_archived_conversations">No archived conversations have been found</string>
|
<string name="no_archived_conversations">No archived conversations have been found</string>
|
||||||
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
<string name="archive_emptied_successfully">The archive has been emptied successfully</string>
|
||||||
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
<string name="empty_archive_confirmation">Are you sure you want to empty the archive? All archived conversations will be permanently lost.</string>
|
||||||
|
<!-- Recycle bin -->
|
||||||
|
<string name="restore">Restore</string>
|
||||||
|
<string name="restore_all_messages">Restore all messages</string>
|
||||||
|
<string name="empty_recycle_bin_messages_confirmation">Are you sure you want to empty the recycle bin? The messages will be permanently lost.</string>
|
||||||
|
<string name="skip_the_recycle_bin_messages">Skip the Recycle Bin, delete messages directly</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
|
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
|
||||||
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
|
||||||
|
<string name="restore_whole_conversation_confirmation">Are you sure you want to restore all messages of this conversation?</string>
|
||||||
|
<string name="restore_confirmation">Are you sure you want to restore %s?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
<plurals name="delete_conversations">
|
<plurals name="delete_conversations">
|
||||||
<item quantity="one">%d conversation</item>
|
<item quantity="one">%d conversation</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user