Translated using Weblate (Latvian)
Currently translated at 94.4% (51 of 54 strings) Translation: Simple Mobile Tools/Simple SMS Messenger Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/lv/
This commit is contained in:
parent
30c01aaf60
commit
fdee9db378
1 changed files with 7 additions and 4 deletions
|
|
@ -22,7 +22,8 @@
|
||||||
<string name="compress_error">Unable to compress image to selected size</string>
|
<string name="compress_error">Unable to compress image to selected size</string>
|
||||||
<!-- vCard-->
|
<!-- vCard-->
|
||||||
<plurals name="and_other_contacts">
|
<plurals name="and_other_contacts">
|
||||||
<item quantity="one">and %d other</item>
|
<item quantity="zero">and %d other</item>
|
||||||
|
<item quantity="one">and %d others</item>
|
||||||
<item quantity="other">and %d others</item>
|
<item quantity="other">and %d others</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- New conversation -->
|
<!-- New conversation -->
|
||||||
|
|
@ -39,12 +40,14 @@
|
||||||
<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>
|
||||||
<!-- 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="zero">%d conversation</item>
|
||||||
|
<item quantity="one">%d conversations</item>
|
||||||
<item quantity="other">%d conversations</item>
|
<item quantity="other">%d conversations</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- Are you sure you want to delete 5 messages? -->
|
<!-- Are you sure you want to delete 5 messages? -->
|
||||||
<plurals name="delete_messages">
|
<plurals name="delete_messages">
|
||||||
<item quantity="one">%d message</item>
|
<item quantity="zero">%d message</item>
|
||||||
|
<item quantity="one">%d messages</item>
|
||||||
<item quantity="other">%d messages</item>
|
<item quantity="other">%d messages</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue