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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: Addressing Michael's comments. 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 542eccd708d1da9949594d323d090d177bfd6814..a7fb92e96a654510acea11f0904dcc88fb762f5d 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -6233,6 +6233,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 meaning Active Directory administrator requires to change user's password">
michaelpg 2017/01/12 17:22:00 "Message to the user that the Active Directory adm
Roman Sorokin (ftl) 2017/01/16 16:53:28 Done.
+ <ph name="USER_NAME">$1</ph>, administrator requires you to change your password
michaelpg 2017/01/12 17:22:00 your administrator
Roman Sorokin (ftl) 2017/01/16 16:53:28 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.">
+ 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