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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: Message and nits. Created 3 years, 11 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/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index a8d25721a3632b2cfb9aaa8f0a5c80a30e324832..6dc6628051381338a217436ff5469074e1664043 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -6245,6 +6245,24 @@ All users must sign out to continue.
<message name="IDS_AD_LOGIN_PASSWORD" desc="Label for Password input field on both AD domain join and AD Authorization user screens..">
Password
</message>
+ <message name="IDS_AD_PASSWORD_CHANGE_OLD_PASSWORD" desc="Old password field hint on the Active Directory password change dialog.">
+ Enter old password
+ </message>
+ <message name="IDS_AD_PASSWORD_CHANGE_NEW_PASSWORD" desc="New password field hint on the Active Directory password change dialog.">
+ Enter new password
+ </message>
+ <message name="IDS_AD_PASSWORD_CHANGE_REPEAT_NEW_PASSWORD" desc="Repeat of the new password field hint on the Active Directory password change dialog.">
+ Confirm new password
+ </message>
+ <message name="IDS_AD_PASSWORD_CHANGE_MESSAGE" desc="Message to the user that the Active Directory administrator requires the user to change his/her password.">
+ <ph name="USER_NAME">$1</ph>, your administrator requires you to change your password
michaelpg 2017/01/16 18:04:42 nit: ending period?
Roman Sorokin (ftl) 2017/01/17 10:33:43 Done.
+ </message>
+ <message name="IDS_AD_PASSWORD_CHANGE_INVALID_PASSWORD" desc="Error message for the old password field on the Active Directory password change dialog.">
+ The password you entered is incorrect.
+ </message>
+ <message name="IDS_AD_PASSWORD_CHANGE_PASSWORDS_MISMATCH" desc="Error message in case new password fields does not match on the Active Directory password change dialog.">
michaelpg 2017/01/16 18:04:42 "do not match"
Roman Sorokin (ftl) 2017/01/17 10:33:43 Done.
+ Passwords don't match.
+ </message>
<message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device attribute message to be shown on attribute update prompt screen.">
Optional — enter new or update existing information to be associated with this device.
</message>

Powered by Google App Engine
This is Rietveld 408576698