diff options
| author | Martin Hibdon <mhibdon@google.com> | 2014-04-22 14:23:22 -0700 |
|---|---|---|
| committer | Martin Hibdon <mhibdon@google.com> | 2014-04-22 14:54:33 -0700 |
| commit | 2883e37f0aa0ce6583772a26d02d4db4ae680b14 (patch) | |
| tree | 46122b1dca58aa4bd2a9605cbe8bb4a01d11103a /res | |
| parent | 0dae4d3ffb65eb23d5a2ea19acd4603cfba914cd (diff) | |
| download | android_packages_apps_Email-2883e37f0aa0ce6583772a26d02d4db4ae680b14.tar.gz android_packages_apps_Email-2883e37f0aa0ce6583772a26d02d4db4ae680b14.tar.bz2 android_packages_apps_Email-2883e37f0aa0ce6583772a26d02d4db4ae680b14.zip | |
Update labels to be upper case
b/14257168
Change-Id: I1de342636aafb3778fee470d98d821abc76cfb37
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/account_setup_credentials_fragment.xml | 4 | ||||
| -rw-r--r-- | res/layout/password_selector.xml | 2 | ||||
| -rw-r--r-- | res/values/strings.xml | 60 |
3 files changed, 33 insertions, 33 deletions
diff --git a/res/layout/account_setup_credentials_fragment.xml b/res/layout/account_setup_credentials_fragment.xml index ba2935344..d4041b1c5 100644 --- a/res/layout/account_setup_credentials_fragment.xml +++ b/res/layout/account_setup_credentials_fragment.xml @@ -51,7 +51,7 @@ android:id="@+id/regular_password" android:layout_height="wrap_content" android:layout_width="match_parent" - android:hint="@string/account_setup_incoming_password_label" + android:hint="@string/password_hint" android:inputType="textPassword" android:imeOptions="actionDone" android:visibility="gone"/> @@ -66,7 +66,7 @@ android:id="@+id/imap_password" android:layout_height="wrap_content" android:layout_width="match_parent" - android:hint="@string/password_label" + android:hint="@string/password_hint" android:layout_gravity="center" android:inputType="textPassword" android:imeOptions="actionDone"/> diff --git a/res/layout/password_selector.xml b/res/layout/password_selector.xml index 0d85329b0..e92bc20d1 100644 --- a/res/layout/password_selector.xml +++ b/res/layout/password_selector.xml @@ -30,7 +30,7 @@ android:id="@+id/account_password" android:layout_height="wrap_content" android:layout_width="match_parent" - android:hint="@string/password_label" + android:hint="@string/password_hint" android:inputType="textPassword" android:imeOptions="actionNext" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index cae64b342..892572193 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -210,14 +210,14 @@ <string name="or_label">OR</string> <!-- Label for signing in with Google using OAuth --> <string name="sign_in_with_google">Sign in with Google</string> - <!-- On "Set up email" screen, hint for account email password text field --> - <string name="account_setup_basics_password_label">Password</string> + <!-- On "Set up email" screen, hint for account email password text field, should be uppercase where applicable --> + <string name="account_setup_basics_password_label">PASSWORD</string> <!-- hint for account email password text field --> - <string name="password_label">Password</string> + <string name="password_hint">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="authentication_label">Authentication</string> + <!-- Label for the authentication section, should be uppercase where applicable [CHAR LIMIT=20] --> + <string name="authentication_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] --> @@ -289,16 +289,16 @@ <string name="account_setup_incoming_title">Account setup</string> <!-- "Incoming server settings" screen, headline (text over divider) [CHAR LIMIT=none] --> <string name="account_setup_incoming_headline">Incoming server settings</string> - <!-- "Incoming server settings" screen, label for text field --> - <string name="account_setup_incoming_username_label">Username</string> - <!-- "Incoming server settings" screen, label for text field --> - <string name="account_setup_incoming_password_label">Password</string> - <!-- "Incoming server settings" screen, label for text field --> - <string name="account_setup_incoming_server_label">Server</string> - <!-- "Incoming server settings" screen, label for text field --> - <string name="account_setup_incoming_port_label">Port</string> - <!-- "Incoming server settings" screen, label for pop-up menu --> - <string name="account_setup_incoming_security_label">Security type</string> + <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_incoming_username_label">USERNAME</string> + <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_incoming_password_label">PASSWORD</string> + <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_incoming_server_label">SERVER</string> + <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_incoming_port_label">PORT</string> + <!-- "Incoming server settings" screen, label for pop-up menu, should be uppercase where applicable --> + <string name="account_setup_incoming_security_label">SECURITY TYPE</string> <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating the desire for an unencrypted session --> <string name="account_setup_incoming_security_none_label">None</string> @@ -336,21 +336,21 @@ <string name="account_setup_outgoing_title">Account setup</string> <!-- "Outgoing server settings" screen, headline (text over divider) [CHAR LIMIT=none] --> <string name="account_setup_outgoing_headline">Outgoing server settings</string> - <!-- On "Outgoing server settings" screen, label for text field --> - <string name="account_setup_outgoing_smtp_server_label">SMTP server</string> - <!-- On "Outgoing server settings" screen, label for text field --> - <string name="account_setup_outgoing_port_label">Port</string> - <!-- On "Outgoing server settings" screen, label for pop-up menu --> - <string name="account_setup_outgoing_security_label">Security type</string> - <!-- On "Outgoing server settings" screen, label for check box --> + <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_outgoing_smtp_server_label">SMTP SERVER</string> + <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_outgoing_port_label">PORT</string> + <!-- On "Outgoing server settings" screen, label for pop-up menu, should be uppercase where applicable --> + <string name="account_setup_outgoing_security_label">SECURITY TYPE</string> + <!-- On "Outgoing server settings" screen, label for check box, should be uppercase where applicable --> <string name="account_setup_outgoing_require_login_label">Require signin</string> - <!-- On "Outgoing server settings" screen, label for text field --> - <string name="account_setup_outgoing_username_label">Username</string> - <!-- On "Outgoing server settings" screen, label for text field --> - <string name="account_setup_outgoing_password_label">Password</string> + <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable--> + <string name="account_setup_outgoing_username_label">USERNAME</string> + <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> + <string name="account_setup_outgoing_password_label">PASSWORD</string> - <!-- On "Exchange" setup screen, a heading title for the current client certificate [CHAR LIMIT=50] --> - <string name="account_setup_exchange_certificate_title">Client certificate</string> + <!-- On "Exchange" setup screen, a heading title for the current client certificate, should be uppercase where applicable [CHAR LIMIT=50] --> + <string name="account_setup_exchange_certificate_title">CLIENT CERTIFICATE</string> <!-- On "Exchange" setup screen, a button label to include a client certificate [CHAR LIMIT=35] --> <string name="account_setup_exchange_select_certificate">Select</string> <!-- On "Exchange" setup screen, a button label to include a client certificate [CHAR LIMIT=35] --> @@ -360,8 +360,8 @@ <!-- On "Exchange" setup screen, placeholder text to indicate no client certificate is used [CHAR LIMIT=50] --> <string name="account_setup_exchange_no_certificate">None</string> - <!-- On "Exchange" setup screen, the exchange device-id label [CHAR LIMIT=30] --> - <string name="account_setup_exchange_device_id_label">Mobile Device ID</string> + <!-- On "Exchange" setup screen, the exchange device-id label, should be uppercase where applicable [CHAR LIMIT=30] --> + <string name="account_setup_exchange_device_id_label">MOBILE DEVICE ID</string> <!-- In Account setup options screen, Activity title [CHAR LIMIT=45] --> <string name="account_setup_options_title">Account settings</string> |
