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

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

Issue 473153002: Inline sign in extracts gaia id from HTTP header and seeds account tracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix error message Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 </message> 1429 </message>
1430 <message name="IDS_LOGIN_CONFIRM_PASSWORD_CONFIRM_BUTTON" desc="Label for the confirm button on the confirm password dialog."> 1430 <message name="IDS_LOGIN_CONFIRM_PASSWORD_CONFIRM_BUTTON" desc="Label for the confirm button on the confirm password dialog.">
1431 Confirm 1431 Confirm
1432 </message> 1432 </message>
1433 <message name="IDS_LOGIN_CONFIRM_PASSWORD_TEXT" desc="Text to explain to user why password needs to be typed again in the confirm password UI."> 1433 <message name="IDS_LOGIN_CONFIRM_PASSWORD_TEXT" desc="Text to explain to user why password needs to be typed again in the confirm password UI.">
1434 Re-entering your password will allow you to sign in when you are offline. 1434 Re-entering your password will allow you to sign in when you are offline.
1435 </message> 1435 </message>
1436 <message name="IDS_LOGIN_CONFIRM_PASSWORD_ERROR_TEXT" desc="Error text to show when the password typed by the user could not be verified."> 1436 <message name="IDS_LOGIN_CONFIRM_PASSWORD_ERROR_TEXT" desc="Error text to show when the password typed by the user could not be verified.">
1437 Sorry, your password could not be verified. Please try again. 1437 Sorry, your password could not be verified. Please try again.
1438 </message> 1438 </message>
1439 <message name="IDS_LOGIN_FATAL_ERROR_NO_EMAIL" desc="Message to show when the authentication could not be completed because the user's e-mail address could no t be retrieved."> 1439 <message name="IDS_LOGIN_FATAL_ERROR_NO_ACCOUNT_DETAILS" desc="Message to show when the authentication could not be completed because the user's account detai ls could not be retrieved.">
1440 Oops, couldn't sign you in. Sign-in failed because your e-mail address could not be retrieved. 1440 Oops, couldn't sign you in. Sign-in failed because your account details coul d not be retrieved.
1441 </message> 1441 </message>
1442 <message name="IDS_LOGIN_FATAL_ERROR_NO_PASSWORD" desc="Message to show when t he authentication could not be completed because the user's password could not b e retrieved."> 1442 <message name="IDS_LOGIN_FATAL_ERROR_NO_PASSWORD" desc="Message to show when t he authentication could not be completed because the user's password could not b e retrieved.">
1443 Something went wrong with signing in. 1443 Something went wrong with signing in.
1444 </message> 1444 </message>
1445 <message name="IDS_LOGIN_FATAL_ERROR_PASSWORD_VERIFICATION" desc="Message to s how when the authentication could not be completed because two attempts to verif y the user's password failed."> 1445 <message name="IDS_LOGIN_FATAL_ERROR_PASSWORD_VERIFICATION" desc="Message to s how when the authentication could not be completed because two attempts to verif y the user's password failed.">
1446 Oops, couldn't sign you in. Sign-in failed because your password could not b e verified. 1446 Oops, couldn't sign you in. Sign-in failed because your password could not b e verified.
1447 </message> 1447 </message>
1448 <message name="IDS_LOGIN_FATAL_ERROR_TEXT_INSECURE_URL" desc="Message to show when the authentication could not be completed because a redirect to an insecure URL was detected and blocked."> 1448 <message name="IDS_LOGIN_FATAL_ERROR_TEXT_INSECURE_URL" desc="Message to show when the authentication could not be completed because a redirect to an insecure URL was detected and blocked.">
1449 Oops, couldn't sign you in. Sign-in failed because it was configured to use a non-secure URL (<ph name="BLOCKED_URL">$1<ex>http://www.example.com/login.html </ex></ph>). 1449 Oops, couldn't sign you in. Sign-in failed because it was configured to use a non-secure URL (<ph name="BLOCKED_URL">$1<ex>http://www.example.com/login.html </ex></ph>).
1450 </message> 1450 </message>
(...skipping 4482 matching lines...) Expand 10 before | Expand all | Expand 10 after
5933 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5933 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5934 Done 5934 Done
5935 </message> 5935 </message>
5936 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5936 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5937 System date 5937 System date
5938 </message> 5938 </message>
5939 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5939 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5940 System time 5940 System time
5941 </message> 5941 </message>
5942 </grit-part> 5942 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698