diff options
author | 2014-09-16 14:56:34 -0700 | |
---|---|---|
committer | 2014-09-17 20:50:05 -0700 | |
commit | a4e0b6efdd9ab266683da8d28362266b314fd92f (patch) | |
tree | 24937fa946772c246530f013535fd455101aea82 /java/res/values | |
parent | fc12c0a7fdb68b0c44a7fdefb67b15c099526f59 (diff) | |
download | latinime-a4e0b6efdd9ab266683da8d28362266b314fd92f.tar.gz latinime-a4e0b6efdd9ab266683da8d28362266b314fd92f.tar.xz latinime-a4e0b6efdd9ab266683da8d28362266b314fd92f.zip |
Add Accounts & privacy settings in LatinIME
Also start showing the logging preference on this screen too.
This settings screen will be the container for all account
management, sync and privacy related settings
Bug: 17464068
Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/strings.xml | 13 |
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 & privacy</string> <!-- Settings screen title for appearance & layouts preferences [CHAR LIMIT=33] --> <string name="settings_screen_appearance">Appearance & 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> |