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

Unified Diff: chrome/app/generated_resources.grd

Issue 3413021: Implement users options handling in login screen. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: for tfarina,dpolukhin,nkostylev #1 Created 10 years, 3 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: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f1be5c03c2d10ac7692351b86314844142a18413..ee06b9fbcac13ba7ae819b486483041d72c11c61 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3876,7 +3876,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar.]">
You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<ex>--no-sandbox</ex></ph>. Stability and security will suffer.
</message>
-
+
<!-- about:system strings -->
<if expr="pp_ifdef('chromeos')">
<message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
@@ -9512,6 +9512,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
Korean keyboard layout
</message>
+ <message name="IDS_LOGIN_ERROR_WHITELIST" desc="Couldn't log in because user is not whitelisted.">
+ Sorry, you are not allowed to login on this device.
+ </message>
<message name="IDS_LOGIN_ERROR_AUTHENTICATING" desc="Couldn't log in because password is invalid">
Sorry, your password could not be verified. Please try again.
</message>

Powered by Google App Engine
This is Rietveld 408576698