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

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

Issue 5574003: Print preview: Display a message when the PDF viewer is missing.... (Closed) Base URL: svn://chrome-svn/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 5474 matching lines...) Expand 10 before | Expand all | Expand 10 after
5485 Print a Test Page 5485 Print a Test Page
5486 </message> 5486 </message>
5487 5487
5488 <!-- Print Preview --> 5488 <!-- Print Preview -->
5489 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Title for print preview page "> 5489 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Title for print preview page ">
5490 Print Preview 5490 Print Preview
5491 </message> 5491 </message>
5492 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview renders."> 5492 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview renders.">
5493 Loading... 5493 Loading...
5494 </message> 5494 </message>
5495 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
5496 PDF viewer not available.
James Hawkins 2010/12/06 18:23:36 Is this string from the mocks?
Lei Zhang 2010/12/06 20:47:14 No, but we should deal with the case for users wit
James Hawkins 2010/12/06 20:50:53 I'm fine with it for now, but I think we should as
5497 </message>
5495 <message name="IDS_PRINT_PREVIEW_NO_PRINTER" desc="Select box entry when t here is no printer."> 5498 <message name="IDS_PRINT_PREVIEW_NO_PRINTER" desc="Select box entry when t here is no printer.">
5496 No printers found 5499 No printers found
5497 </message> 5500 </message>
5498 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 5501 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
5499 Print 5502 Print
5500 </message> 5503 </message>
5501 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 5504 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
5502 Cancel 5505 Cancel
5503 </message> 5506 </message>
5504 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> 5507 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages.">
(...skipping 5774 matching lines...) Expand 10 before | Expand all | Expand 10 after
11279 11282
11280 </messages> 11283 </messages>
11281 11284
11282 <structures fallback_to_english="true"> 11285 <structures fallback_to_english="true">
11283 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11286 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11284 </structure> 11287 </structure>
11285 </structures> 11288 </structures>
11286 11289
11287 </release> 11290 </release>
11288 </grit> 11291 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/print_preview_ui.cc » ('j') | chrome/browser/resources/print_preview.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698