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

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

Issue 63093: Refactoring; switch the |filter| parameter into something that is more amenab... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/browser.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 3270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3281 Name 3281 Name
3282 </message> 3282 </message>
3283 <message name="IDS_DIRECTORY_LISTING_SIZE" desc="When viewing a local dire ctory, this is the text for the column above the file sizes."> 3283 <message name="IDS_DIRECTORY_LISTING_SIZE" desc="When viewing a local dire ctory, this is the text for the column above the file sizes.">
3284 Size 3284 Size
3285 </message> 3285 </message>
3286 <message name="IDS_DIRECTORY_LISTING_DATE_MODIFIED" desc="When viewing a l ocal directory, this is the text for the column above the last modified dates."> 3286 <message name="IDS_DIRECTORY_LISTING_DATE_MODIFIED" desc="When viewing a l ocal directory, this is the text for the column above the last modified dates.">
3287 Date Modified 3287 Date Modified
3288 </message> 3288 </message>
3289 3289
3290 <!-- Saving Page--> 3290 <!-- Saving Page-->
3291 <message name="IDS_SAVE_PAGE_FILTER" desc="Filter string for save page. \0 's are required separators and additional two \0's should be appended when using this."> 3291 <message name="IDS_SAVE_PAGE_DESC_HTML_ONLY" desc="In the Save Page dialog , the description of saving only the HTML of a web page.">
3292 Web Page, HTML Only\0*.htm\0Web Page, Complete\0*.htm 3292 Web Page, HTML Only
3293 </message>
3294 <message name="IDS_SAVE_PAGE_DESC_COMPLETE" desc="In the Save Page dialog, the description of saving both the HTML and all shown resources.">
3295 Web Page, Complete
3293 </message> 3296 </message>
3294 <message name="IDS_SAVE_PAGE_STATUS_COMPLETED" desc="Save page status: com pleted"> 3297 <message name="IDS_SAVE_PAGE_STATUS_COMPLETED" desc="Save page status: com pleted">
3295 Completed 3298 Completed
3296 </message> 3299 </message>
3297 <message name="IDS_SAVE_PAGE_STATUS_CANCELLED" desc="Save page status: can celled"> 3300 <message name="IDS_SAVE_PAGE_STATUS_CANCELLED" desc="Save page status: can celled">
3298 Cancelled 3301 Cancelled
3299 </message> 3302 </message>
3300 <message name="IDS_SAVE_PAGE_STATUS_FAILED" desc="Save page status: failed "> 3303 <message name="IDS_SAVE_PAGE_STATUS_FAILED" desc="Save page status: failed ">
3301 Failed 3304 Failed
3302 </message> 3305 </message>
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
3496 Search: 3499 Search:
3497 </message> 3500 </message>
3498 3501
3499 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be."> 3502 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be.">
3500 unknown 3503 unknown
3501 </message> 3504 </message>
3502 3505
3503 </messages> 3506 </messages>
3504 </release> 3507 </release>
3505 </grit> 3508 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698