Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml

Issue 1416443003: [tool] SpnegoAuth: add multi account, credential confirmation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments: Refactor AccountData, get rid of statics Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml
diff --git a/tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml b/tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml
index 1fb555514652029454e5826a533f9ff0d0e1c570..2427630bcb44bfea5f217808724c3ce3052ff907 100644
--- a/tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml
+++ b/tools/android/kerberos/SpnegoAuthenticator/res/values/strings.xml
@@ -1,4 +1,8 @@
<resources>
<string name="app_name">SpnegoAuthenticator</string>
+ <string name="action_sign_in_1">Sign In Account 1</string>
+ <string name="action_sign_in_2">Sign In Account 2</string>
+ <string name="action_confirm_credentials">Confirm Credentials</string>
+ <string name="title_activity_account_authenticator">Spnego Authenticator Sign In</string>
<string name="account_type">org.chromium.tools.SpnegoAuthenticator</string>
</resources>

Powered by Google App Engine
This is Rietveld 408576698