diff options
author | 2014-09-18 18:05:04 +0000 | |
---|---|---|
committer | 2014-09-18 18:05:04 +0000 | |
commit | 8c8551e10b8e72d4cd2a25767351c27fb6ecd6e3 (patch) | |
tree | c9e052912a71bae03525aaecdad6bae64edf71d6 /java/res | |
parent | 508c9360bc2f36cfc6624c68221eb869c096bd14 (diff) | |
parent | 84185148c5506cd58ae6870102de6538bbc35042 (diff) | |
download | latinime-8c8551e10b8e72d4cd2a25767351c27fb6ecd6e3.tar.gz latinime-8c8551e10b8e72d4cd2a25767351c27fb6ecd6e3.tar.xz latinime-8c8551e10b8e72d4cd2a25767351c27fb6ecd6e3.zip |
am 84185148: Add account listing and preference integration for current account
* commit '84185148c5506cd58ae6870102de6538bbc35042':
Add account listing and preference integration for current account
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 3486cf581..d64444e01 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -181,14 +181,20 @@ <!-- 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> + <!-- Positive text for selecting an account --> + <string name="account_select_ok">OK</string> + <!-- Negative text for selecting an account --> + <string name="account_select_cancel">Cancel</string> + <!-- Text for signing out of an account --> + <string name="account_select_sign_out">Sign out</string> + <!-- Title of the account picker dialog for selecting an account [CHAR LIMIT=40] --> + <string name="account_select_title">Select an account to use</string> <!-- Description for English (UK) keyboard subtype [CHAR LIMIT=25] (UK) should be an abbreviation of United Kingdom to fit in the CHAR LIMIT. --> |