allow deleting threads from the main screen

This commit is contained in:
tibbi 2020-04-05 13:25:24 +02:00
parent 560935b61e
commit 2a319f9550
3 changed files with 56 additions and 2 deletions

View file

@ -8,4 +8,13 @@
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
<string name="new_message">New message</string>
<!-- Confirmation dialog -->
<string name="delete_conversations_confirmation">Are you sure you want to delete %s?</string> <!-- Are you sure you want to delete 5 conversations? -->
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d conversation</item>
<item quantity="other">%d conversations</item>
</plurals>
</resources>