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

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

Issue 3413021: Implement users options handling in login screen. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: for tfarina,dpolukhin,nkostylev #1 Created 10 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 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 3858 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 3869
3870 <!-- Session Crashed Info Bar--> 3870 <!-- Session Crashed Info Bar-->
3871 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 3871 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
3872 Restore 3872 Restore
3873 </message> 3873 </message>
3874 3874
3875 <!-- Bad Flags Info Bar--> 3875 <!-- Bad Flags Info Bar-->
3876 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]"> 3876 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]">
3877 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 3877 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
3878 </message> 3878 </message>
3879 3879
3880 <!-- about:system strings --> 3880 <!-- about:system strings -->
3881 <if expr="pp_ifdef('chromeos')"> 3881 <if expr="pp_ifdef('chromeos')">
3882 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> 3882 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
3883 About System 3883 About System
3884 </message> 3884 </message>
3885 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description"> 3885 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description">
3886 System diagnostic data 3886 System diagnostic data
3887 </message> 3887 </message>
3888 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details"> 3888 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details">
3889 Details 3889 Details
(...skipping 5615 matching lines...) Expand 10 before | Expand all | Expand 10 after
9505 <message name="IDS_STATUSBAR_LAYOUT_CANADA_ENGLISH" desc="In the language menu button, this shows the input mode."> 9505 <message name="IDS_STATUSBAR_LAYOUT_CANADA_ENGLISH" desc="In the language menu button, this shows the input mode.">
9506 Canadian (English) 9506 Canadian (English)
9507 </message> 9507 </message>
9508 <message name="IDS_STATUSBAR_LAYOUT_ISRAEL" desc="In the language menu but ton, this shows the input mode."> 9508 <message name="IDS_STATUSBAR_LAYOUT_ISRAEL" desc="In the language menu but ton, this shows the input mode.">
9509 Hebrew 9509 Hebrew
9510 </message> 9510 </message>
9511 <message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode."> 9511 <message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode.">
9512 Korean keyboard layout 9512 Korean keyboard layout
9513 </message> 9513 </message>
9514 9514
9515 <message name="IDS_LOGIN_ERROR_WHITELIST" desc="Couldn't log in because us er is not whitelisted.">
9516 Sorry, you are not allowed to login on this device.
9517 </message>
9515 <message name="IDS_LOGIN_ERROR_AUTHENTICATING" desc="Couldn't log in becau se password is invalid"> 9518 <message name="IDS_LOGIN_ERROR_AUTHENTICATING" desc="Couldn't log in becau se password is invalid">
9516 Sorry, your password could not be verified. Please try again. 9519 Sorry, your password could not be verified. Please try again.
9517 </message> 9520 </message>
9518 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't log in b ecause username or password invalid"> 9521 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't log in b ecause username or password invalid">
9519 Sorry, your email or password could not be verified. Please try again. 9522 Sorry, your email or password could not be verified. Please try again.
9520 </message> 9523 </message>
9521 <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"> 9524 <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">
9522 Offline login failed and network not connected 9525 Offline login failed and network not connected
9523 </message> 9526 </message>
9524 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't log in b ecause nework library couldn't be loaded"> 9527 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't log in b ecause nework library couldn't be loaded">
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
9622 9625
9623 </messages> 9626 </messages>
9624 9627
9625 <structures fallback_to_english="true"> 9628 <structures fallback_to_english="true">
9626 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9629 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9627 </structure> 9630 </structure>
9628 </structures> 9631 </structures>
9629 9632
9630 </release> 9633 </release>
9631 </grit> 9634 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698