diff options
author | 2014-09-16 15:53:32 -0700 | |
---|---|---|
committer | 2014-09-18 10:39:30 -0700 | |
commit | 84185148c5506cd58ae6870102de6538bbc35042 (patch) | |
tree | 580b70b02705857c48938ceadf8de4b5bf14105a /java/res/values | |
parent | 27bb70d6a049098f1d1186e2d69c86347e43679f (diff) | |
download | latinime-84185148c5506cd58ae6870102de6538bbc35042.tar.gz latinime-84185148c5506cd58ae6870102de6538bbc35042.tar.xz latinime-84185148c5506cd58ae6870102de6538bbc35042.zip |
Add account listing and preference integration for current account
Bug: 17464068
Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
Diffstat (limited to 'java/res/values')
-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. --> |