add some strings related to managing visible fields

This commit is contained in:
tibbi
2018-04-06 23:51:59 +02:00
parent f3e86cf582
commit 4b6a27db06
13 changed files with 217 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<string name="view_contact">View contact details</string>
<string name="show_favorites_tab">Show favorites tab</string>
<string name="show_groups_tab">Show groups tab</string>
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
<!-- Emails -->
<string name="email">Email</string>
@ -79,6 +80,23 @@
<string name="include_contact_sources">Include contact sources</string>
<string name="filename_without_vcf">Filename (without .vcf)</string>
<!-- Visible fields -->
<string name="select_fields_to_show">Select fields to show</string>
<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="notes">Notes</string>
<string name="organization">Organization</string>
<string name="groups">Groups</string>
<string name="contact_source">Contact source</string>
<!-- FAQ -->
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
<string name="faq_1_text">Yes, all you have to do is go in Settings -> Select fields to show. 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>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A contacts app for managing your contacts without ads.</string>