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

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

Issue 211050: Implemented upload progress indicator in status bar. (Closed) Base URL: http://src.chromium.org/svn/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 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after
2820 </message> 2820 </message>
2821 <message name="IDS_LOAD_STATE_RESOLVING_HOST"> 2821 <message name="IDS_LOAD_STATE_RESOLVING_HOST">
2822 Resolving host... 2822 Resolving host...
2823 </message> 2823 </message>
2824 <message name="IDS_LOAD_STATE_CONNECTING"> 2824 <message name="IDS_LOAD_STATE_CONNECTING">
2825 Connecting... 2825 Connecting...
2826 </message> 2826 </message>
2827 <message name="IDS_LOAD_STATE_SENDING_REQUEST"> 2827 <message name="IDS_LOAD_STATE_SENDING_REQUEST">
2828 Sending request... 2828 Sending request...
2829 </message> 2829 </message>
2830 <message name="IDS_LOAD_STATE_SENDING_REQUEST_WITH_PROGRESS">
2831 Uploading (<ph name="PROGRESS_PERCENT">$1<ex>27</ex></ph>%)...
2832 </message>
2830 <message name="IDS_LOAD_STATE_WAITING_FOR_RESPONSE"> 2833 <message name="IDS_LOAD_STATE_WAITING_FOR_RESPONSE">
2831 Waiting for <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>... 2834 Waiting for <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>...
2832 </message> 2835 </message>
2833 <message name="IDS_LOAD_STATE_READING_RESPONSE"> 2836 <message name="IDS_LOAD_STATE_READING_RESPONSE">
2834 Transferring from <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>... 2837 Transferring from <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>...
2835 </message> 2838 </message>
2836 2839
2837 <!-- Tab Context Menu --> 2840 <!-- Tab Context Menu -->
2838 <message name="IDS_TAB_CXMENU_NEWTAB" desc="The label of the 'New Tab' Tab context menu item."> 2841 <message name="IDS_TAB_CXMENU_NEWTAB" desc="The label of the 'New Tab' Tab context menu item.">
2839 New tab 2842 New tab
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after
5049 Enable vertical edge scrolling 5052 Enable vertical edge scrolling
5050 </message> 5053 </message>
5051 <message name="IDS_OPTIONS_SETTINGS_SPEED_FACTOR_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad speed factor."> 5054 <message name="IDS_OPTIONS_SETTINGS_SPEED_FACTOR_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad speed factor.">
5052 Speed Sensitivity: 5055 Speed Sensitivity:
5053 </message> 5056 </message>
5054 </if> 5057 </if>
5055 5058
5056 </messages> 5059 </messages>
5057 </release> 5060 </release>
5058 </grit> 5061 </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