add some strings related to managing visible fields
This commit is contained in:
parent
f3e86cf582
commit
4b6a27db06
|
@ -386,6 +386,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||
|
||||
private fun launchAbout() {
|
||||
val faqItems = arrayListOf(
|
||||
FAQItem(R.string.faq_1_title, R.string.faq_1_text),
|
||||
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons)
|
||||
)
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Kontaktdetails ansehen</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">Kontaktquellen einschließen</string>
|
||||
<string name="filename_without_vcf">Dateiname (ohne .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">Eine App zum Verwalten von Kontakten, ganz ohne Werbung.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Εμφάνιση λεπτομερειών επαφής</string>
|
||||
<string name="show_favorites_tab">Εμφάνιση καρτέλας αγαπημένων</string>
|
||||
<string name="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">Συμπερίληψη πηγών επαφών</string>
|
||||
<string name="filename_without_vcf">Όνομα αρχείου (χωρίς .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">Μια εφαρμογή επαφών για να διαχειρίζεσαι τις επαφές σου χωρίς διαφημίσεις.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Voir les détails du contact</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">E-mail</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Inclure les sources du contact</string>
|
||||
<string name="filename_without_vcf">Nom du fichier (sans .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">Une appli de contacts pour gérer vos contacts sans pubs.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Prikaži pojedinosti o kontaktu</string>
|
||||
<string name="show_favorites_tab">Prikaži karticu favorita</string>
|
||||
<string name="show_groups_tab">Prikaži karticu grupa</string>
|
||||
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">E-pošta</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Uključi izvore kontakta</string>
|
||||
<string name="filename_without_vcf">Naziv datoteke (bez .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">Aplikacija za upravljanje kontaktima bez oglasa.</string>
|
||||
|
|
|
@ -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">이메일</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">가져오기 대상</string>
|
||||
<string name="filename_without_vcf">파일이름 (.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">광고가 없는 연락처 관리 애플리케이션입니다.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Žiūrėti kontakto detales</string>
|
||||
<string name="show_favorites_tab">Rodyti mėgiamiausiųjų skirtuką</string>
|
||||
<string name="show_groups_tab">Rodyti grupių skirtuką</string>
|
||||
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">Elektroninis paštas</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Įtraukti kontaktų šaltinius</string>
|
||||
<string name="filename_without_vcf">Bylos vardas (be .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">Kontaktų programėlė įrenginio kontaktų tvarkymui, be reklamų.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Ver detalhes</string>
|
||||
<string name="show_favorites_tab">Mostrar favoritos</string>
|
||||
<string name="show_groups_tab">Mostrar grupos</string>
|
||||
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">E-mail</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Incluir fontes dos contactos</string>
|
||||
<string name="filename_without_vcf">Nome do ficheiro (sem .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">Uma aplicação para gerir os seus contactos.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Просмотреть подробности о контакте</string>
|
||||
<string name="show_favorites_tab">Показывать вкладку избранного</string>
|
||||
<string name="show_groups_tab">Показывать вкладку групп</string>
|
||||
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">Эл. почта</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Включить источники контактов</string>
|
||||
<string name="filename_without_vcf">Имя файла (без .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">Приложение для управления контактами без рекламы.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Zobraziť údaje kontaktu</string>
|
||||
<string name="show_favorites_tab">Zobraziť okno s obľúbenými</string>
|
||||
<string name="show_groups_tab">Zobraziť okno so skupinami</string>
|
||||
<string name="manage_shown_contact_fields">Spravovať zobrazené polia kontaktov</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">Email</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Zahrnúť zdroje kontaktov</string>
|
||||
<string name="filename_without_vcf">Názov súboru (bez .vcf)</string>
|
||||
|
||||
<!-- Visible fields -->
|
||||
<string name="select_fields_to_show">Zvoľte polia na zobrazenie</string>
|
||||
<string name="prefix">Titul pred menom</string>
|
||||
<string name="suffix">Titul za priezviskom</string>
|
||||
<string name="phone_numbers">Telefónne čísla</string>
|
||||
<string name="emails">Emaily</string>
|
||||
<string name="addresses">Adresy</string>
|
||||
<string name="events">Udalosti (narodeniny, výročia)</string>
|
||||
<string name="notes">Poznámky</string>
|
||||
<string name="organization">Firma</string>
|
||||
<string name="groups">Skupiny</string>
|
||||
<string name="contact_source">Zdroje kontaktov</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Nechcem mať zobrazené všetky tie polia pri kontaktoch, viem ich nejako skryť?</string>
|
||||
<string name="faq_1_text">Áno, stačí ísť do Nastavenia -> Spravovať zobrazené polia kontaktov. Tam si viete zvoliť, ktoré polia majú byť viditeľné. Niektoré sú v predvolenom stave vypnuté, čiže tam môžete objaviť aj nové.</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">Aplikácia pre správu vašich kontaktov bez reklám.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">Visa kontaktuppgifter</string>
|
||||
<string name="show_favorites_tab">Visa fliken Favoriter</string>
|
||||
<string name="show_groups_tab">Visa fliken Grupper</string>
|
||||
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">E-post</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">Inkludera kontaktkällor</string>
|
||||
<string name="filename_without_vcf">Filnamn (utan .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">En app för att hantera dina kontakter utan reklam.</string>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="view_contact">顯示聯絡人資料</string>
|
||||
<string name="show_favorites_tab">顯示我的最愛頁面</string>
|
||||
<string name="show_groups_tab">顯示群組頁面</string>
|
||||
<string name="manage_shown_contact_fields">Manage shown contact fields</string>
|
||||
|
||||
<!-- Emails -->
|
||||
<string name="email">信箱</string>
|
||||
|
@ -79,6 +80,23 @@
|
|||
<string name="include_contact_sources">包含聯絡人來源</string>
|
||||
<string name="filename_without_vcf">檔案名稱 (不含.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">一個用來管理聯絡人,且沒有廣告的通訊錄應用程式。</string>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue