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

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

Issue 8373014: Add new text for indicating we are resolving hosts during proxy resolution. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Oops Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/tab_contents/tab_contents_wrapper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6353 matching lines...) Expand 10 before | Expand all | Expand 10 after
6364 </message> 6364 </message>
6365 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 6365 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
6366 Waiting for cache... 6366 Waiting for cache...
6367 </message> 6367 </message>
6368 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL"> 6368 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
6369 Waiting for proxy tunnel... 6369 Waiting for proxy tunnel...
6370 </message> 6370 </message>
6371 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 6371 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
6372 Resolving proxy... 6372 Resolving proxy...
6373 </message> 6373 </message>
6374 <message name="IDS_LOAD_STATE_RESOLVING_HOST_FOR_PROXY_SCRIPT">
6375 Resolving host for proxy script...
eroman 2011/10/25 00:26:37 nit: in my mind "resolving host for proxy script"
6376 </message>
6374 <message name="IDS_LOAD_STATE_RESOLVING_HOST"> 6377 <message name="IDS_LOAD_STATE_RESOLVING_HOST">
6375 Resolving host... 6378 Resolving host...
6376 </message> 6379 </message>
6377 <message name="IDS_LOAD_STATE_CONNECTING"> 6380 <message name="IDS_LOAD_STATE_CONNECTING">
6378 Connecting... 6381 Connecting...
6379 </message> 6382 </message>
6380 <message name="IDS_LOAD_STATE_SSL_HANDSHAKE"> 6383 <message name="IDS_LOAD_STATE_SSL_HANDSHAKE">
6381 Establishing secure connection... 6384 Establishing secure connection...
6382 </message> 6385 </message>
6383 <message name="IDS_LOAD_STATE_SENDING_REQUEST"> 6386 <message name="IDS_LOAD_STATE_SENDING_REQUEST">
(...skipping 8072 matching lines...) Expand 10 before | Expand all | Expand 10 after
14456 </messages> 14459 </messages>
14457 <structures fallback_to_english="true"> 14460 <structures fallback_to_english="true">
14458 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14461 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14459 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14462 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14460 </structure> 14463 </structure>
14461 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14464 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14462 </structure> 14465 </structure>
14463 </structures> 14466 </structures>
14464 </release> 14467 </release>
14465 </grit> 14468 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/tab_contents/tab_contents_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698