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

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

Issue 2314913003: Deprecate HOSTED_NOT_ALLOWED auth error (Closed)
Patch Set: Replace NUM_DEPRECATED_STATES with IsDeprecated() Created 4 years, 3 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
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 <!-- 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 5267 matching lines...) Expand 10 before | Expand all | Expand 10 after
5278 </message> 5278 </message>
5279 <message name="IDS_LOGIN_ERROR_PASSWORD_CHANGED" desc="Couldn't log in because password specified matched as old one, but not new one (online) - password chan ge has been detected."> 5279 <message name="IDS_LOGIN_ERROR_PASSWORD_CHANGED" desc="Couldn't log in because password specified matched as old one, but not new one (online) - password chan ge has been detected.">
5280 Your password has changed. Please try again with your new password. 5280 Your password has changed. Please try again with your new password.
5281 </message> 5281 </message>
5282 <message name="IDS_LOGIN_ERROR_RESTRICTED" desc="Couldn't log in because accou nt is disabled/deleted or not signed up"> 5282 <message name="IDS_LOGIN_ERROR_RESTRICTED" desc="Couldn't log in because accou nt is disabled/deleted or not signed up">
5283 Your account may have been deleted or disabled. Please sign out. 5283 Your account may have been deleted or disabled. Please sign out.
5284 </message> 5284 </message>
5285 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't sign in beca use username or password invalid"> 5285 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't sign in beca use username or password invalid">
5286 Sorry, your email or password could not be verified. Please try again. 5286 Sorry, your email or password could not be verified. Please try again.
5287 </message> 5287 </message>
5288 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't sign in b ecause hosted account is used">
5289 Your account does not work on <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS </ex></ph>. Please contact your domain administrator or use a regular Google Acc ount to sign in.
5290 </message>
5291 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_KIOSK" desc="Couldn't pass kiosk lock screen to configure network."> 5288 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_KIOSK" desc="Couldn't pass kiosk lock screen to configure network.">
5292 Sorry, your password could not be verified. Please try again. 5289 Sorry, your password could not be verified. Please try again.
5293 </message> 5290 </message>
5294 <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc="Cou ldn't sign in because offline sign-in has failed and network is not connected"> 5291 <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc="Cou ldn't sign in because offline sign-in has failed and network is not connected">
5295 Sorry, your email or password could not be verified. Try connecting to a net work first. 5292 Sorry, your email or password could not be verified. Try connecting to a net work first.
5296 </message> 5293 </message>
5297 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't sign in beca use nework library couldn't be loaded"> 5294 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't sign in beca use nework library couldn't be loaded">
5298 Can't access network library 5295 Can't access network library
5299 </message> 5296 </message>
5300 <message name="IDS_LOGIN_ERROR_KEYBOARD_SWITCH_HINT" desc="A hint text for the login and lock screens about layout switching"> 5297 <message name="IDS_LOGIN_ERROR_KEYBOARD_SWITCH_HINT" desc="A hint text for the login and lock screens about layout switching">
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
6318 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6315 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6319 Manage storage 6316 Manage storage
6320 </message> 6317 </message>
6321 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu."> 6318 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu.">
6322 Emoji, handwriting and voice input on opt-in IME menu 6319 Emoji, handwriting and voice input on opt-in IME menu
6323 </message> 6320 </message>
6324 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu."> 6321 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu.">
6325 Enable access to emoji, handwriting and voice input form opt-in IME menu. 6322 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6326 </message> 6323 </message>
6327 </grit-part> 6324 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698