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

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

Issue 5649002: DOMUI Settings: UTH: Fix up Downloads section (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
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 6826 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 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.">
6838 Download location: 6838 Download location:
6839 </message> 6839 </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."> 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.">
6841 Download Location 6841 Download Location
6842 </message> 6842 </message>
6843 <message name="IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION" desc="The 'Ask for save location before downloading' checkbox label"> 6843 <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 6844 Ask where to save each file before downloading
6845 </message> 6845 </message>
6846 6846
6847 <message name="IDS_OPTIONS_OPEN_FILE_TYPES_AUTOMATICALLY" desc="The inform ation label for the 'Clear auto-opening settings' button">
6848 You have chosen to open certain file types automatically after downloadi ng.
6849 </message>
6850
6847 <message name="IDS_OPTIONS_AUTOOPENFILETYPES_INFO" desc="The information l abel for the 'Reset always open files' button"> 6851 <message name="IDS_OPTIONS_AUTOOPENFILETYPES_INFO" desc="The information l abel for the 'Reset always open files' button">
6848 You have chosen to open certain file types automatically after downloadi ng. You can clear these settings so that downloaded files don't open automatical ly. 6852 You have chosen to open certain file types automatically after downloadi ng. You can clear these settings so that downloaded files don't open automatical ly.
6849 </message> 6853 </message>
6850 <message name="IDS_OPTIONS_AUTOOPENFILETYPES_RESETTODEFAULT" desc="The lab el of the 'Reset always open files' button"> 6854 <message name="IDS_OPTIONS_AUTOOPENFILETYPES_RESETTODEFAULT" desc="The lab el of the 'Reset always open files' button">
6851 Clear auto-opening settings 6855 Clear auto-opening settings
6852 </message> 6856 </message>
6853 6857
6854 6858
6855 <message name="IDS_OPTIONS_GEARSSETTINGS_GROUP_NAME" desc="The label of th e 'Gears Settings' group"> 6859 <message name="IDS_OPTIONS_GEARSSETTINGS_GROUP_NAME" desc="The label of th e 'Gears Settings' group">
6856 Gears: 6860 Gears:
(...skipping 4511 matching lines...) Expand 10 before | Expand all | Expand 10 after
11368 </includes> 11372 </includes>
11369 <structures fallback_to_english="true"> 11373 <structures fallback_to_english="true">
11370 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11374 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11371 </structure> 11375 </structure>
11372 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11376 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11373 </structure> 11377 </structure>
11374 </structures> 11378 </structures>
11375 11379
11376 </release> 11380 </release>
11377 </grit> 11381 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698