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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 3583013: [cros] Add blocking UI on offline: OK, online auth: fail case. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: check whether screen is already locked/unlocked Created 10 years, 1 month 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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 10903 matching lines...) Expand 10 before | Expand all | Expand 10 after
10914 <message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode."> 10914 <message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode.">
10915 Korean keyboard layout 10915 Korean keyboard layout
10916 </message> 10916 </message>
10917 10917
10918 <message name="IDS_LOGIN_ERROR_WHITELIST" desc="Couldn't log in because us er is not whitelisted."> 10918 <message name="IDS_LOGIN_ERROR_WHITELIST" desc="Couldn't log in because us er is not whitelisted.">
10919 Sorry, you are not allowed to login on this device. 10919 Sorry, you are not allowed to login on this device.
10920 </message> 10920 </message>
10921 <message name="IDS_LOGIN_ERROR_AUTHENTICATING" desc="Couldn't log in becau se password is invalid"> 10921 <message name="IDS_LOGIN_ERROR_AUTHENTICATING" desc="Couldn't log in becau se password is invalid">
10922 Sorry, your password could not be verified. Please try again. 10922 Sorry, your password could not be verified. Please try again.
10923 </message> 10923 </message>
10924 <message name="IDS_LOGIN_ERROR_PASSWORD_CHANGED" desc="Couldn't log in bec ause password specified matched as old one, but not new one (online) - password change has been detected.">
10925 Your password has changed. Please try again with your new password.
10926 </message>
10927 <message name="IDS_LOGIN_ERROR_RESTRICTED" desc="Couldn't log in because a ccount is disabled/deleted or not signed up">
10928 Couldn't validate your account. It has been deleted/disabled. Please sig n out.
10929 </message>
10924 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't log in b ecause username or password invalid"> 10930 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't log in b ecause username or password invalid">
10925 Sorry, your email or password could not be verified. Please try again. 10931 Sorry, your email or password could not be verified. Please try again.
10926 </message> 10932 </message>
10927 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't log i n because hosted account is used"> 10933 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't log i n because hosted account is used">
10928 This type of account will not work with <ph name="PRODUCT_NAME">$1<ex>Go ogle Chrome OS</ex></ph>. Please contact your domain administrator or use an @g mail.com account to sign in. 10934 This type of account will not work with <ph name="PRODUCT_NAME">$1<ex>Go ogle Chrome OS</ex></ph>. Please contact your domain administrator or use an @g mail.com account to sign in.
10929 </message> 10935 </message>
10930 <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc= "Couldn't log in because offline login has failed and network is not connected"> 10936 <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc= "Couldn't log in because offline login has failed and network is not connected">
10931 Offline login failed and network not connected 10937 Offline login failed and network not connected
10932 </message> 10938 </message>
10933 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't log in b ecause nework library couldn't be loaded"> 10939 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't log in b ecause nework library couldn't be loaded">
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
11042 11048
11043 </messages> 11049 </messages>
11044 11050
11045 <structures fallback_to_english="true"> 11051 <structures fallback_to_english="true">
11046 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11052 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11047 </structure> 11053 </structure>
11048 </structures> 11054 </structures>
11049 11055
11050 </release> 11056 </release>
11051 </grit> 11057 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_performer.h » ('j') | chrome/browser/chromeos/login/login_performer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698