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

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

Issue 244001: Implemented upload progress indicator in status bar.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_view_host.h » ('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 <!-- 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. aa1 --> 4 each locale. aa1 -->
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 2939 matching lines...) Expand 10 before | Expand all | Expand 10 after
2950 </message> 2950 </message>
2951 <message name="IDS_LOAD_STATE_RESOLVING_HOST"> 2951 <message name="IDS_LOAD_STATE_RESOLVING_HOST">
2952 Resolving host... 2952 Resolving host...
2953 </message> 2953 </message>
2954 <message name="IDS_LOAD_STATE_CONNECTING"> 2954 <message name="IDS_LOAD_STATE_CONNECTING">
2955 Connecting... 2955 Connecting...
2956 </message> 2956 </message>
2957 <message name="IDS_LOAD_STATE_SENDING_REQUEST"> 2957 <message name="IDS_LOAD_STATE_SENDING_REQUEST">
2958 Sending request... 2958 Sending request...
2959 </message> 2959 </message>
2960 <message name="IDS_LOAD_STATE_SENDING_REQUEST_WITH_PROGRESS">
2961 Uploading (<ph name="PROGRESS_PERCENT">$1<ex>27</ex></ph>%)...
2962 </message>
2960 <message name="IDS_LOAD_STATE_WAITING_FOR_RESPONSE"> 2963 <message name="IDS_LOAD_STATE_WAITING_FOR_RESPONSE">
2961 Waiting for <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>... 2964 Waiting for <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>...
2962 </message> 2965 </message>
2963 <message name="IDS_LOAD_STATE_READING_RESPONSE"> 2966 <message name="IDS_LOAD_STATE_READING_RESPONSE">
2964 Transferring from <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>... 2967 Transferring from <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>...
2965 </message> 2968 </message>
2966 2969
2967 <!-- Tab Context Menu --> 2970 <!-- Tab Context Menu -->
2968 <if expr="not pp_ifdef('use_titlecase')"> 2971 <if expr="not pp_ifdef('use_titlecase')">
2969 <message name="IDS_TAB_CXMENU_NEWTAB" desc="The label of the 'New Tab' T ab context menu item."> 2972 <message name="IDS_TAB_CXMENU_NEWTAB" desc="The label of the 'New Tab' T ab context menu item.">
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
5270 Touch Sensitivity: 5273 Touch Sensitivity:
5271 </message> 5274 </message>
5272 <message name="IDS_OPTIONS_SETTINGS_SPEED_FACTOR_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad speed factor."> 5275 <message name="IDS_OPTIONS_SETTINGS_SPEED_FACTOR_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad speed factor.">
5273 Speed Sensitivity: 5276 Speed Sensitivity:
5274 </message> 5277 </message>
5275 </if> 5278 </if>
5276 5279
5277 </messages> 5280 </messages>
5278 </release> 5281 </release>
5279 </grit> 5282 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698