Update strings.xml
This commit is contained in:
parent
c7417ddbb8
commit
ed9bfad0c9
|
@ -1,23 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="nickname">Nickname</string>
|
||||
<string name="no_groups">No groups</string>
|
||||
<string name="create_new_group">Create a new group</string>
|
||||
<string name="remove_from_group">Remove from group</string>
|
||||
<string name="no_group_participants">This group is empty</string>
|
||||
<string name="add_contacts">Add contacts</string>
|
||||
<string name="toggle_favorite">Toggle favorite</string>
|
||||
<string name="search_contacts">Search contacts</string>
|
||||
<string name="search_favorites">Search favorites</string>
|
||||
<string name="search_groups">Search groups</string>
|
||||
<string name="import_contacts">Import contacts</string>
|
||||
<string name="export_contacts">Export contacts</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="websites">Websites</string>
|
||||
<string name="groups">Groups</string>
|
||||
<string name="contact_source">Contact source</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
<string name="ringtone">Ringtone</string>
|
||||
<string name="app_name">Simple Contacts</string>
|
||||
<string name="app_launcher_name">Contacts</string>
|
||||
<string name="address">Address</string>
|
||||
|
@ -33,17 +15,31 @@
|
|||
<string name="send_email_to_group">Send email to group</string>
|
||||
<string name="fields_empty">At least 1 field has to be filled out</string>
|
||||
<string name="must_be_at_edit">You must be at the Edit screen to modify a contact</string>
|
||||
<!-- Placeholders -->
|
||||
<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="new_contact">New contact</string>
|
||||
<string name="edit_contact">Edit contact</string>
|
||||
<string name="create_group">Create group</string>
|
||||
<string name="select_contact">Select contact</string>
|
||||
<string name="nickname">Nickname</string>
|
||||
|
||||
<!-- Groups -->
|
||||
<string name="no_groups">No groups</string>
|
||||
<string name="create_new_group">Create a new group</string>
|
||||
<string name="remove_from_group">Remove from group</string>
|
||||
<string name="no_group_participants">This group is empty</string>
|
||||
<string name="add_contacts">Add contacts</string>
|
||||
<string name="no_group_created">There are no contact groups on the device</string>
|
||||
<string name="create_group">Create group</string>
|
||||
<string name="add_to_group">Add to group</string>
|
||||
<string name="create_group_under_account">Create group under account</string>
|
||||
|
||||
<!-- Photo -->
|
||||
<string name="remove_photo">Remove photo</string>
|
||||
<string name="change_photo">Change photo</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="show_phone_numbers">Show phone numbers</string>
|
||||
<string name="show_contact_thumbnails">Show contact thumbnails</string>
|
||||
<string name="show_dialpad_button">Show a dialpad button on the main screen</string>
|
||||
|
@ -55,27 +51,57 @@
|
|||
<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="merge_duplicate_contacts">Merge duplicate contacts</string>
|
||||
|
||||
<!-- Favorites -->
|
||||
<string name="no_favorites">Seems like you haven\'t added any favorite contacts yet.</string>
|
||||
<string name="toggle_favorite">Toggle favorite</string>
|
||||
|
||||
<!-- Search -->
|
||||
<string name="search_contacts">Search contacts</string>
|
||||
<string name="search_favorites">Search favorites</string>
|
||||
<string name="search_groups">Search groups</string>
|
||||
|
||||
<!-- Export / Import -->
|
||||
<string name="import_contacts">Import contacts</string>
|
||||
<string name="export_contacts">Export contacts</string>
|
||||
<string name="import_contacts_from_vcf">Import contacts from a .vcf file</string>
|
||||
<string name="import_contacts_from_vcf_pro">Import contacts from a .vcf file (Pro)</string>
|
||||
<string name="export_contacts_to_vcf">Export contacts to a .vcf file</string>
|
||||
<string name="target_contact_source">Target contact source</string>
|
||||
<string name="include_contact_sources">Include contact sources</string>
|
||||
<string name="filename_without_vcf">Filename (without .vcf)</string>
|
||||
|
||||
<!-- Dialpad -->
|
||||
<string name="dialpad">Dialpad</string>
|
||||
<string name="add_number_to_contact">Add number to contact</string>
|
||||
|
||||
<!-- Visible fields -->
|
||||
<string name="prefix">Prefix</string>
|
||||
<string name="suffix">Suffix</string>
|
||||
<string name="phone_numbers">Phone numbers</string>
|
||||
<string name="emails">Emails</string>
|
||||
<string name="addresses">Addresses</string>
|
||||
<string name="events">Events (birthdays, anniversaries)</string>
|
||||
<string name="organization">Organization</string>
|
||||
<string name="websites">Websites</string>
|
||||
<string name="groups">Groups</string>
|
||||
<string name="contact_source">Contact source</string>
|
||||
<string name="instant_messaging">Instant messaging (IM)</string>
|
||||
<string name="ringtone">Ringtone</string>
|
||||
|
||||
<!-- Confirmation dialog -->
|
||||
<string name="delete_from_all_sources">The contact will be removed from all contact sources.</string>
|
||||
|
||||
<plurals name="delete_groups">
|
||||
<item quantity="zero">%d group</item>
|
||||
<item quantity="one">%d groups</item>
|
||||
<item quantity="one">%d group</item>
|
||||
<item quantity="other">%d groups</item>
|
||||
</plurals>
|
||||
<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>
|
||||
|
||||
<!-- 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_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
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
Loading…
Reference in New Issue