aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values
diff options
context:
space:
mode:
authorSandeep Siddhartha <sansid@google.com>2014-09-18 16:49:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-18 16:49:34 +0000
commita7c5dcdedf66a4be233e3e4236fa6dabb762f28b (patch)
tree9ac454db965220bc47dbf5b285b433f8b290bc24 /java/res/values
parent6624ea96f763b083a1eb590411b31b6b2d04d058 (diff)
parenta4e0b6efdd9ab266683da8d28362266b314fd92f (diff)
downloadlatinime-a7c5dcdedf66a4be233e3e4236fa6dabb762f28b.tar.gz
latinime-a7c5dcdedf66a4be233e3e4236fa6dabb762f28b.tar.xz
latinime-a7c5dcdedf66a4be233e3e4236fa6dabb762f28b.zip
Merge "Add Accounts & privacy settings in LatinIME"
Diffstat (limited to 'java/res/values')
-rw-r--r--java/res/values/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 73fb7bd7a..3486cf581 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -38,6 +38,8 @@
<!-- Settings screen title for preferences [CHAR LIMIT=33]-->
<string name="settings_screen_preferences">Preferences</string>
+ <!-- Settings screen title for accounts and privacy preferences [CHAR LIMIT=33]-->
+ <string name="settings_screen_accounts">Accounts &amp; privacy</string>
<!-- Settings screen title for appearance & layouts preferences [CHAR LIMIT=33] -->
<string name="settings_screen_appearance">Appearance &amp; layouts</string>
<!-- Settings screen title for multilingual options [CHAR_LIMIT=33] -->
@@ -177,6 +179,17 @@
<!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]-->
<string name="keyboard_layout">Keyboard theme</string>
+ <!-- Title of the preference item for switching accounts [CHAR LIMIT=30] -->
+ <string name="switch_accounts">Switch accounts</string>
+
+ <!-- Summary of the preference item for switching accounts when no accounts
+ are selected [CHAR LIMIT=65] -->
+ <string name="no_accounts_selected">No accounts selected</string>
+
+ <!-- Summary of the preference item for switching accounts when an account
+ is selected [CHAR LIMIT=65] -->
+ <string name="account_selected">Currently using <xliff:g id="EMAIL_ADDRESS" example="someone@example.com">%1$s</xliff:g></string>
+
<!-- Description for English (UK) keyboard subtype [CHAR LIMIT=25]
(UK) should be an abbreviation of United Kingdom to fit in the CHAR LIMIT. -->
<string name="subtype_en_GB">English (UK)</string>