summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMartin Hibdon <mhibdon@google.com>2014-01-21 16:57:06 -0800
committerMartin Hibdon <mhibdon@google.com>2014-01-29 11:20:53 -0800
commit9195a1202483053606f43e871915a5405e955306 (patch)
treec69960402bd4ff9fafd61f25438b9fa5932ee2be /res/values/strings.xml
parent018ae522d746f0b5ca6535c598e98be879b12624 (diff)
downloadandroid_packages_apps_Email-9195a1202483053606f43e871915a5405e955306.tar.gz
android_packages_apps_Email-9195a1202483053606f43e871915a5405e955306.tar.bz2
android_packages_apps_Email-9195a1202483053606f43e871915a5405e955306.zip
Create AuthenticationFragment
This is one fragment that holds all types of authentication information, e.g. password, OAuth info, and client certificates. What gets displayed depends upon the type of account it is dealing with. So far this is only used in AccountSetupIncoming, but later it can be added to other settings fragments. There are still some issues with this, but I'd like to check it in sooner than later to unblock other work. Change-Id: Iea675ad5c1727f32ca0baa270dfa793ab7109993
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c5dda07c4..6034ebc6d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -202,6 +202,14 @@
<string name="account_setup_basics_email_label">Email address</string>
<!-- On "Set up email" screen, hint for account email password text field -->
<string name="account_setup_basics_password_label">Password</string>
+ <!-- On the "Setup up email" screen, label indicating what service we are signed in with [CHAR LIMIT=40] -->
+ <string name="signed_in_with_service_label">Signed in with %s</string>
+ <!-- Label for the authentication section [CHAR LIMIT=20] -->
+ <string name="authenticiation_label">Authentication</string>
+ <!-- Label for the add authentication icon [CHAR LIMIT=40] -->
+ <string name="add_authentication_label">Add authentication</string>
+ <!-- Label for the add authentication icon [CHAR LIMIT=40] -->
+ <string name="clear_authentication_label">Clear authentication</string>
<!-- Button name on "Set up email" screen [CHAR LIMIT=20] -->
<string name="account_setup_basics_manual_setup_action">Manual setup</string>
<!-- Do not translate. Button name on "Set up email" screen [CHAR LIMIT=20] TODO: This is a temporary workaround