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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/oobe_screen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 6227 matching lines...) Expand 10 before | Expand all | Expand 10 after
6238 </message> 6238 </message>
6239 <message name="IDS_AD_DOMAIN_AUTH_WELCOME_MESSAGE" desc="Welcome message on th e AD Authentication user screen. Include the domain (realm) the machine joined t o"> 6239 <message name="IDS_AD_DOMAIN_AUTH_WELCOME_MESSAGE" desc="Welcome message on th e AD Authentication user screen. Include the domain (realm) the machine joined t o">
6240 Login to <ph name="REALM">$1<ex>example.com</ex></ph> 6240 Login to <ph name="REALM">$1<ex>example.com</ex></ph>
6241 </message> 6241 </message>
6242 <message name="IDS_AD_LOGIN_USER" desc="Label for userPrincipalName input fiel d on both AD domain join and AD Authentication user screens. Looks like user@exa mple.com where example.com is realm"> 6242 <message name="IDS_AD_LOGIN_USER" desc="Label for userPrincipalName input fiel d on both AD domain join and AD Authentication user screens. Looks like user@exa mple.com where example.com is realm">
6243 Username (e.g. user@example.com) 6243 Username (e.g. user@example.com)
6244 </message> 6244 </message>
6245 <message name="IDS_AD_LOGIN_PASSWORD" desc="Label for Password input field on both AD domain join and AD Authorization user screens.."> 6245 <message name="IDS_AD_LOGIN_PASSWORD" desc="Label for Password input field on both AD domain join and AD Authorization user screens..">
6246 Password 6246 Password
6247 </message> 6247 </message>
6248 <message name="IDS_AD_PASSWORD_CHANGE_OLD_PASSWORD" desc="Old password field h int on the Active Directory password change dialog.">
6249 Enter old password
6250 </message>
6251 <message name="IDS_AD_PASSWORD_CHANGE_NEW_PASSWORD" desc="New password field h int on the Active Directory password change dialog.">
6252 Enter new password
6253 </message>
6254 <message name="IDS_AD_PASSWORD_CHANGE_REPEAT_NEW_PASSWORD" desc="Repeat of the new password field hint on the Active Directory password change dialog.">
6255 Confirm new password
6256 </message>
6257 <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. ">
6258 <ph name="USER_NAME">$1</ph>, your administrator requires you to change your password.
6259 </message>
6260 <message name="IDS_AD_PASSWORD_CHANGE_INVALID_PASSWORD" desc="Error message fo r the old password field on the Active Directory password change dialog.">
6261 The password you entered is incorrect.
6262 </message>
6263 <message name="IDS_AD_PASSWORD_CHANGE_PASSWORDS_MISMATCH" desc="Error message in case new password fields does not match on the Active Directory password chan ge dialog.">
6264 Passwords do not match.
6265 </message>
6248 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device a ttribute message to be shown on attribute update prompt screen."> 6266 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device a ttribute message to be shown on attribute update prompt screen.">
6249 Optional — enter new or update existing information to be associated with th is device. 6267 Optional — enter new or update existing information to be associated with th is device.
6250 </message> 6268 </message>
6251 <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_ATTRIBUTE_LINK" desc="Text on the link to the device attribute update help article."> 6269 <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_ATTRIBUTE_LINK" desc="Text on the link to the device attribute update help article.">
6252 Learn more. 6270 Learn more.
6253 </message> 6271 </message>
6254 6272
6255 <!-- About network UI display strings --> 6273 <!-- About network UI display strings -->
6256 <message name="IDS_NETWORK_UI_TITLE" desc="Title of the page"> 6274 <message name="IDS_NETWORK_UI_TITLE" desc="Title of the page">
6257 Network 6275 Network
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
6641 Attempts left: $1 6659 Attempts left: $1
6642 </message> 6660 </message>
6643 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6661 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6644 PIN 6662 PIN
6645 </message> 6663 </message>
6646 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6664 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6647 PUK 6665 PUK
6648 </message> 6666 </message>
6649 6667
6650 </grit-part> 6668 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/oobe_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698