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

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

Issue 7523042: Add a status message "Waiting for extension Foo..." when there's a request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 4 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 5934 matching lines...) Expand 10 before | Expand all | Expand 10 after
5945 Increment 5945 Increment
5946 </message> 5946 </message>
5947 <message name="IDS_PRINT_PREVIEW_DECREMENT_TITLE" desc="Title shown when t he user hovers mouse over the decrement button. Also added for improved accessib ility"> 5947 <message name="IDS_PRINT_PREVIEW_DECREMENT_TITLE" desc="Title shown when t he user hovers mouse over the decrement button. Also added for improved accessib ility">
5948 Decrement 5948 Decrement
5949 </message> 5949 </message>
5950 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 5950 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
5951 Print Specific Pages 5951 Print Specific Pages
5952 </message> 5952 </message>
5953 5953
5954 <!-- Load State --> 5954 <!-- Load State -->
5955 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE">
5956 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex> </ph>...
5957 </message>
5958 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name.">
5959 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph>
5960 </message>
5955 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 5961 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
5956 Waiting for cache... 5962 Waiting for cache...
5957 </message> 5963 </message>
5958 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL"> 5964 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
5959 Waiting for proxy tunnel... 5965 Waiting for proxy tunnel...
5960 </message> 5966 </message>
5961 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 5967 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
5962 Resolving proxy... 5968 Resolving proxy...
5963 </message> 5969 </message>
5964 <message name="IDS_LOAD_STATE_RESOLVING_HOST"> 5970 <message name="IDS_LOAD_STATE_RESOLVING_HOST">
(...skipping 7305 matching lines...) Expand 10 before | Expand all | Expand 10 after
13270 </includes> 13276 </includes>
13271 <structures fallback_to_english="true"> 13277 <structures fallback_to_english="true">
13272 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13278 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13273 </structure> 13279 </structure>
13274 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13280 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13275 </structure> 13281 </structure>
13276 </structures> 13282 </structures>
13277 13283
13278 </release> 13284 </release>
13279 </grit> 13285 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698