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

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

Issue 6903083: PrintPreview:[MAC & WIN] Added code to show the native printer management dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressed review comments Created 9 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/printing/printer_manager_dialog.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 5567 matching lines...) Expand 10 before | Expand all | Expand 10 after
5578 Invalid page range 5578 Invalid page range
5579 </message> 5579 </message>
5580 <message name="IDS_PRINT_PREVIEW_INVALID_NUMBER_OF_COPIES" 5580 <message name="IDS_PRINT_PREVIEW_INVALID_NUMBER_OF_COPIES"
5581 desc="Warning message shown when the text entered by the user doe s not represent a valid number of copies."> 5581 desc="Warning message shown when the text entered by the user doe s not represent a valid number of copies.">
5582 Invalid number of copies 5582 Invalid number of copies
5583 </message> 5583 </message>
5584 <message name="IDS_PRINT_PREVIEW_PRINT_TO_PDF" 5584 <message name="IDS_PRINT_PREVIEW_PRINT_TO_PDF"
5585 desc="Option shown on printer drop-down list for saving previewed document to PDF."> 5585 desc="Option shown on printer drop-down list for saving previewed document to PDF.">
5586 Print to PDF 5586 Print to PDF
5587 </message> 5587 </message>
5588 <message name="IDS_PRINT_PREVIEW_MANAGE_PRINTERS"
5589 desc="Option shown in printer drop-down list for managing printers.">
5590 Manage Printers...
5591 </message>
5588 <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT" desc="Print summary, expl aining to the user how many pages will be printed."> 5592 <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT" desc="Print summary, expl aining to the user how many pages will be printed.">
5589 Total: <ph name="NUMBER_OF_PAGES">$1<ex>4</ex></ph> <ph name="PAGE_OR_PA GES_LABEL">$2<ex>Pages</ex></ph> <ph name="TWO_SIDED">$3<ex>(two-sided)</ex></ph > <ph name="TIMES">$4<ex>x</ex></ph> <ph name="NUMBER_OF_COPIES">$5<ex>2</ex></p h> <ph name="COPIES_LABEL">$6<ex>copies</ex></ph> <ph name="EQUAL_SIGN">$7<ex>=< /ex></ph> <ph name="NUMBER_OF_SHEETS">$8<ex>10</ex></ph> <ph name="SHEETS_LABEL" >$9<ex>sheets of paper</ex></ph> 5593 Total: <ph name="NUMBER_OF_PAGES">$1<ex>4</ex></ph> <ph name="PAGE_OR_PA GES_LABEL">$2<ex>Pages</ex></ph> <ph name="TWO_SIDED">$3<ex>(two-sided)</ex></ph > <ph name="TIMES">$4<ex>x</ex></ph> <ph name="NUMBER_OF_COPIES">$5<ex>2</ex></p h> <ph name="COPIES_LABEL">$6<ex>copies</ex></ph> <ph name="EQUAL_SIGN">$7<ex>=< /ex></ph> <ph name="NUMBER_OF_SHEETS">$8<ex>10</ex></ph> <ph name="SHEETS_LABEL" >$9<ex>sheets of paper</ex></ph>
5590 </message> 5594 </message>
5591 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL" desc="Label shown in the pr int preview summary."> 5595 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL" desc="Label shown in the pr int preview summary.">
5592 sheets of paper 5596 sheets of paper
5593 </message> 5597 </message>
5594 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 5598 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
5595 page 5599 page
5596 </message> 5600 </message>
5597 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary."> 5601 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary.">
(...skipping 6676 matching lines...) Expand 10 before | Expand all | Expand 10 after
12274 </includes> 12278 </includes>
12275 <structures fallback_to_english="true"> 12279 <structures fallback_to_english="true">
12276 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12280 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12277 </structure> 12281 </structure>
12278 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12282 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12279 </structure> 12283 </structure>
12280 </structures> 12284 </structures>
12281 12285
12282 </release> 12286 </release>
12283 </grit> 12287 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/printing/printer_manager_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698