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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: Created 4 years 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..5656ba3e77d58afe6fe1f08f2c8aaf62ea6c1932 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.">
+ Repeat new password
michaelpg 2017/01/11 22:09:09 nit: "Confirm new password"
Roman Sorokin (ftl) 2017/01/12 12:38:50 Done.
+ </message>
+ <message name="IDS_AD_PASSWORD_CHANGE_MESSAGE" desc="Message to user on the Active Directory password change dialog">
michaelpg 2017/01/11 22:09:09 clarify this description.
Roman Sorokin (ftl) 2017/01/12 12:38:50 Done.
+ <ph name="USER_NAME">$1</ph> is required to change the password.
michaelpg 2017/01/11 22:09:09 Can we rephrase this? Are we saying that <user>'s
Roman Sorokin (ftl) 2017/01/12 12:38:50 User's password has to be changed. Not sure what i
michaelpg 2017/01/12 16:54:14 Can you ask someone from UX?
Roman Sorokin (ftl) 2017/01/12 16:57:37 Yep. On it. Thanks!
+ </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.">
+ New passwords mismatch.
michaelpg 2017/01/11 22:09:09 "New passwords don't match." or "Passwords don't m
Roman Sorokin (ftl) 2017/01/12 12:38:50 Done.
+ </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