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

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

Issue 5958005: DOMUI: Rename download path 'Browse...' button to 'Change...' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/dom_ui/options/advanced_options_handler.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 <!-- 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. --> 4 each locale. -->
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 6813 matching lines...) Expand 10 before | Expand all | Expand 10 after
6824 <message name="IDS_OPTIONS_DEFAULTBROWSER_SXS" desc="The text displayed wh en Chrome is installed in side-by-side mode, which does not support setting as t he default browser."> 6824 <message name="IDS_OPTIONS_DEFAULTBROWSER_SXS" desc="The text displayed wh en Chrome is installed in side-by-side mode, which does not support setting as t he default browser.">
6825 This is a secondary installation of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, and cannot be made your default browser. 6825 This is a secondary installation of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, and cannot be made your default browser.
6826 </message> 6826 </message>
6827 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label of the 'Use Chrome as default' browser button"> 6827 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label of the 'Use Chrome as default' browser button">
6828 Make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> my default br owser 6828 Make <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> my default br owser
6829 </message> 6829 </message>
6830 6830
6831 <message name="IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME" desc="The title of the download location group"> 6831 <message name="IDS_OPTIONS_DOWNLOADLOCATION_GROUP_NAME" desc="The title of the download location group">
6832 Downloads 6832 Downloads
6833 </message> 6833 </message>
6834 <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_BUTTON" desc="The label of the 'Browse...' button"> 6834 <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_BUTTON" desc="The label of the 'Browse...' button">
James Hawkins 2010/12/19 16:48:38 Add a TODO to remove this once we remove the platf
tfarina 2010/12/19 16:57:51 Done.
6835 Br&amp;owse... 6835 Br&amp;owse...
6836 </message> 6836 </message>
6837 <message name="IDS_OPTIONS_DOWNLOADLOCATION_CHANGE_BUTTON" desc="The label of the 'Change...' button">
6838 Change...
6839 </message>
6837 <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE" desc="In the 'Br owse For Folder' dialog on Windows, this is the text that appears above the dire ctory selector."> 6840 <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE" desc="In the 'Br owse For Folder' dialog on Windows, this is the text that appears above the dire ctory selector.">
6838 Download location: 6841 Download location:
6839 </message> 6842 </message>
6840 <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_WINDOW_TITLE" desc="In the 'Browse For Folder' dialog on Linux, this is the text that appears in the wi ndow's title bar."> 6843 <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_WINDOW_TITLE" desc="In the 'Browse For Folder' dialog on Linux, this is the text that appears in the wi ndow's title bar.">
6841 Download Location 6844 Download Location
6842 </message> 6845 </message>
6843 <message name="IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION" desc="The 'Ask for save location before downloading' checkbox label"> 6846 <message name="IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION" desc="The 'Ask for save location before downloading' checkbox label">
6844 Ask where to save each file before downloading 6847 Ask where to save each file before downloading
6845 </message> 6848 </message>
6846 6849
(...skipping 4525 matching lines...) Expand 10 before | Expand all | Expand 10 after
11372 </includes> 11375 </includes>
11373 <structures fallback_to_english="true"> 11376 <structures fallback_to_english="true">
11374 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11377 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11375 </structure> 11378 </structure>
11376 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11379 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11377 </structure> 11380 </structure>
11378 </structures> 11381 </structures>
11379 11382
11380 </release> 11383 </release>
11381 </grit> 11384 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/advanced_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698