Merge pull request #982 from weblate/weblate-simple-mobile-tools-simple-contacts
Translations update from Hosted Weblate
This commit is contained in:
commit
a39dca533c
|
@ -18,12 +18,10 @@
|
||||||
<!-- Placeholders -->
|
<!-- Placeholders -->
|
||||||
<string name="no_contacts_with_emails">No contacts with emails have been found</string>
|
<string name="no_contacts_with_emails">No contacts with emails have been found</string>
|
||||||
<string name="no_contacts_with_phone_numbers">No contacts with phone numbers have been found</string>
|
<string name="no_contacts_with_phone_numbers">No contacts with phone numbers have been found</string>
|
||||||
|
|
||||||
<string name="new_contact">New contact</string>
|
<string name="new_contact">New contact</string>
|
||||||
<string name="edit_contact">Edit contact</string>
|
<string name="edit_contact">Edit contact</string>
|
||||||
<string name="select_contact">Select contact</string>
|
<string name="select_contact">Select contact</string>
|
||||||
<string name="nickname">Nickname</string>
|
<string name="nickname">Nickname</string>
|
||||||
|
|
||||||
<!-- Groups -->
|
<!-- Groups -->
|
||||||
<string name="no_groups">No groups</string>
|
<string name="no_groups">No groups</string>
|
||||||
<string name="create_new_group">Create a new group</string>
|
<string name="create_new_group">Create a new group</string>
|
||||||
|
@ -34,11 +32,9 @@
|
||||||
<string name="create_group">Create group</string>
|
<string name="create_group">Create group</string>
|
||||||
<string name="add_to_group">Add to group</string>
|
<string name="add_to_group">Add to group</string>
|
||||||
<string name="create_group_under_account">Create group under account</string>
|
<string name="create_group_under_account">Create group under account</string>
|
||||||
|
|
||||||
<!-- Photo -->
|
<!-- Photo -->
|
||||||
<string name="remove_photo">Remove photo</string>
|
<string name="remove_photo">Remove photo</string>
|
||||||
<string name="change_photo">Change photo</string>
|
<string name="change_photo">Change photo</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="show_phone_numbers">Show phone numbers</string>
|
<string name="show_phone_numbers">Show phone numbers</string>
|
||||||
<string name="show_contact_thumbnails">Show contact thumbnails</string>
|
<string name="show_contact_thumbnails">Show contact thumbnails</string>
|
||||||
|
@ -51,16 +47,13 @@
|
||||||
<string name="show_only_contacts_with_numbers">Show only contacts with phone numbers</string>
|
<string name="show_only_contacts_with_numbers">Show only contacts with phone numbers</string>
|
||||||
<string name="show_private_contacts">Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro</string>
|
<string name="show_private_contacts">Show private contacts to Simple Dialer, Simple SMS Messenger and Simple Calendar Pro</string>
|
||||||
<string name="merge_duplicate_contacts">Merge duplicate contacts</string>
|
<string name="merge_duplicate_contacts">Merge duplicate contacts</string>
|
||||||
|
|
||||||
<!-- Favorites -->
|
<!-- Favorites -->
|
||||||
<string name="no_favorites">Seems like you haven\'t added any favorite contacts yet.</string>
|
<string name="no_favorites">Seems like you haven\'t added any favorite contacts yet.</string>
|
||||||
<string name="toggle_favorite">Toggle favorite</string>
|
<string name="toggle_favorite">Toggle favorite</string>
|
||||||
|
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
<string name="search_contacts">Search contacts</string>
|
<string name="search_contacts">Search contacts</string>
|
||||||
<string name="search_favorites">Search favorites</string>
|
<string name="search_favorites">Search favorites</string>
|
||||||
<string name="search_groups">Search groups</string>
|
<string name="search_groups">Search groups</string>
|
||||||
|
|
||||||
<!-- Export / Import -->
|
<!-- Export / Import -->
|
||||||
<string name="import_contacts">Import contacts</string>
|
<string name="import_contacts">Import contacts</string>
|
||||||
<string name="export_contacts">Export contacts</string>
|
<string name="export_contacts">Export contacts</string>
|
||||||
|
@ -70,11 +63,9 @@
|
||||||
<string name="target_contact_source">Target contact source</string>
|
<string name="target_contact_source">Target contact source</string>
|
||||||
<string name="include_contact_sources">Include contact sources</string>
|
<string name="include_contact_sources">Include contact sources</string>
|
||||||
<string name="filename_without_vcf">Filename (without .vcf)</string>
|
<string name="filename_without_vcf">Filename (without .vcf)</string>
|
||||||
|
|
||||||
<!-- Dialpad -->
|
<!-- Dialpad -->
|
||||||
<string name="dialpad">Dialpad</string>
|
<string name="dialpad">Dialpad</string>
|
||||||
<string name="add_number_to_contact">Add number to contact</string>
|
<string name="add_number_to_contact">Add number to contact</string>
|
||||||
|
|
||||||
<!-- Visible fields -->
|
<!-- Visible fields -->
|
||||||
<string name="prefix">Prefix</string>
|
<string name="prefix">Prefix</string>
|
||||||
<string name="suffix">Suffix</string>
|
<string name="suffix">Suffix</string>
|
||||||
|
@ -88,20 +79,18 @@
|
||||||
<string name="contact_source">Contact source</string>
|
<string name="contact_source">Contact source</string>
|
||||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||||
<string name="ringtone">Ringtone</string>
|
<string name="ringtone">Ringtone</string>
|
||||||
|
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||||
|
|
||||||
<plurals name="delete_groups">
|
<plurals name="delete_groups">
|
||||||
<item quantity="one">%d group</item>
|
<item quantity="zero">%d group</item>
|
||||||
|
<item quantity="one">%d groups</item>
|
||||||
<item quantity="other">%d groups</item>
|
<item quantity="other">%d groups</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
|
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
|
||||||
<string name="faq_1_text">Yes, all you have to do is go in Settings -> Manage shown contact fields. There you can select what fields should be visible. Some of them are even disabled by default, so you might find some new ones there.</string>
|
<string name="faq_1_text">Yes, all you have to do is go in Settings -> Manage shown contact fields. There you can select what fields should be visible. Some of them are even disabled by default, so you might find some new ones there.</string>
|
||||||
<!--
|
<!--
|
||||||
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>
|
Loading…
Reference in New Issue