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

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

Issue 7779010: Implements frame sniffer to watch iframe loading state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 9 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 13152 matching lines...) Expand 10 before | Expand all | Expand 10 after
13163 </message> 13163 </message>
13164 <message name="IDS_LOGIN_ERROR_KEYBOARD_SWITCH_HINT" desc="A hint text for the login and lock screens"> 13164 <message name="IDS_LOGIN_ERROR_KEYBOARD_SWITCH_HINT" desc="A hint text for the login and lock screens">
13165 Hit Shift-Alt to switch keyboard layout 13165 Hit Shift-Alt to switch keyboard layout
13166 </message> 13166 </message>
13167 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL" desc="An error message show n when we suggest that user may be behind the captive portal."> 13167 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL" desc="An error message show n when we suggest that user may be behind the captive portal.">
13168 Before signing in, please start a Guest session to activate the network <ph name="NETWORK_ID">$1<ex>Public Wifi</ex></ph> 13168 Before signing in, please start a Guest session to activate the network <ph name="NETWORK_ID">$1<ex>Public Wifi</ex></ph>
13169 </message> 13169 </message>
13170 <message name="IDS_LOGIN_FIX_CAPTIVE_PORTAL" desc="An link text to fix Int ernet connection (captive portal) in guest mode."> 13170 <message name="IDS_LOGIN_FIX_CAPTIVE_PORTAL" desc="An link text to fix Int ernet connection (captive portal) in guest mode.">
13171 Start a Guest session 13171 Start a Guest session
13172 </message> 13172 </message>
13173 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL" desc="An offline message sh own when we suggest that user may be behind the captive portal.">
13174 Before signing in, please start a Guest session to activate the network or choose another one.
Nikita (slow) 2011/08/31 15:29:15 Might also use same message that is shown in offli
altimofeev 2011/09/02 15:26:36 Done.
13175 </message>
13173 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE" desc="An erro r message shown when we suggest that user may be behind the captive portal but G uest mode is disabled."> 13176 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE" desc="An erro r message shown when we suggest that user may be behind the captive portal but G uest mode is disabled.">
13174 Your password cannot be verified on this current network. Please select another network. 13177 Your password cannot be verified on this current network. Please select another network.
13175 </message> 13178 </message>
13176 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel."> 13179 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel.">
13177 Notifications 13180 Notifications
13178 </message> 13181 </message>
13179 <message name="IDS_LOGIN_OFFLINE_TITLE" desc="Title of an offline message that shows up in OOBE sign-in screen."> 13182 <message name="IDS_LOGIN_OFFLINE_TITLE" desc="Title of an offline message that shows up in OOBE sign-in screen.">
13180 You are currently offline 13183 You are currently offline
13181 </message> 13184 </message>
13182 <message name="IDS_LOGIN_OFFLINE_MESSAGE" desc="An offline message that sh ows up in OOBE sign-in screen."> 13185 <message name="IDS_LOGIN_OFFLINE_MESSAGE" desc="An offline message that sh ows up in OOBE sign-in screen.">
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
13523 </messages> 13526 </messages>
13524 <structures fallback_to_english="true"> 13527 <structures fallback_to_english="true">
13525 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13528 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13526 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13529 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13527 </structure> 13530 </structure>
13528 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13531 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13529 </structure> 13532 </structure>
13530 </structures> 13533 </structures>
13531 </release> 13534 </release>
13532 </grit> 13535 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698