Skip to content

Commit 8c5881f

Browse files
committed
updating FAQ texts a bit
1 parent c03c7ff commit 8c5881f

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

app/src/main/res/values-de/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-el/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-fr/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-hr/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-ko-rKR/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-lt/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-pt/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Fonte do contacto</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-ru/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-sk/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<string name="contact_source">Zdroje kontaktov</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">Nechcem mať zobrazené všetky tie polia pri kontaktoch, viem ich nejako skryť?</string>
99+
<string name="faq_1_title">Chcem upraviť viditeľné polia kontaktov. Dá sa to?</string>
100100
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->

app/src/main/res/values-sv/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<string name="contact_source">Contact source</string>
9797

9898
<!-- FAQ -->
99-
<string name="faq_1_title">I don\'t need all those fields displayed at every contact. Can I somehow hide them?</string>
100-
<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>
99+
<string name="faq_1_title">I want to change what fields are visible at contacts. Can I do it?</string>
100+
<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>
101101

102102
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
103103
<!-- Short description has to have less than 80 chars -->

0 commit comments

Comments
 (0)