Remove unused strings

This commit is contained in:
Ensar Sarajčić 2023-07-18 08:21:22 +02:00
parent 857a4f0b93
commit 1b8cfee9ea
48 changed files with 0 additions and 261 deletions

View file

@ -54,19 +54,14 @@
<!-- Archive -->
<string name="unarchive">Unarchive</string>
<string name="empty_archive">Remove all archived conversations</string>
<string name="skip_archive">Skip the archive, delete conversations directly</string>
<string name="archived_conversations">Archive</string>
<string name="show_archived_conversations">Show archived conversations</string>
<string name="archive">Archive</string>
<string name="no_archived_conversations">No archived conversations have been found</string>
<string name="archive_instead_of_delete">Archive conversations instead of deleting</string>
<string name="archive_is_empty">The archive is empty</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>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">您确定要删除此对话的所有消息吗\?</string>
<string name="archive_whole_conversation_confirmation">Are you sure you want to archive this conversation?</string>
<string name="archive_confirmation">Are you sure you want to archive %s?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="other">%d 个对话</item>