Update strings.xml

This commit is contained in:
Tibor Kaputa 2022-09-01 20:33:08 +02:00 committed by GitHub
parent b456422dda
commit e73462ba47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -23,8 +23,8 @@
<!-- vCard-->
<plurals name="and_other_contacts">
<item quantity="one">and %d other</item>
<item quantity="two"></item>
<item quantity="few"></item>
<item quantity="two">and %d others</item>
<item quantity="few">and %d others</item>
<item quantity="other">and %d others</item>
</plurals>
<!-- New conversation -->
@ -42,15 +42,15 @@
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d conversation</item>
<item quantity="two"></item>
<item quantity="few"></item>
<item quantity="two">%d conversations</item>
<item quantity="few">%d conversations</item>
<item quantity="other">%d conversations</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d message</item>
<item quantity="two"></item>
<item quantity="few"></item>
<item quantity="two">%d messages</item>
<item quantity="few">%d messages</item>
<item quantity="other">%d messages</item>
</plurals>
<!-- Settings -->
@ -82,4 +82,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>