Update strings.xml

This commit is contained in:
Tibor Kaputa 2022-09-01 20:30:22 +02:00 committed by GitHub
parent b6fa087fb5
commit 588a7d1e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
<!-- vCard--> <!-- vCard-->
<plurals name="and_other_contacts"> <plurals name="and_other_contacts">
<item quantity="one">and %d other</item> <item quantity="one">and %d other</item>
<item quantity="two"></item> <item quantity="two">and %d others</item>
<item quantity="many"></item> <item quantity="many">and %d others</item>
<item quantity="other">and %d others</item> <item quantity="other">and %d others</item>
</plurals> </plurals>
<!-- New conversation --> <!-- New conversation -->
@ -82,4 +82,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>