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

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

Issue 8425008: PrintPreview:[MAC] Added "Open PDF In Preview" option to open the pdf in native preview app. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added a check to fix the TestErrorMessage unit test Created 9 years, 1 month 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/resources/print_preview/preview_area.js » ('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. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 6307 matching lines...) Expand 10 before | Expand all | Expand 10 after
6318 </message> 6318 </message>
6319 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 6319 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
6320 Print 6320 Print
6321 </message> 6321 </message>
6322 <message name="IDS_PRINT_PREVIEW_PRINTING" desc="Text shown after the user clicks on the print button and before the print preview tab is closed to let hi m know that printing is in progress."> 6322 <message name="IDS_PRINT_PREVIEW_PRINTING" desc="Text shown after the user clicks on the print button and before the print preview tab is closed to let hi m know that printing is in progress.">
6323 Printing... 6323 Printing...
6324 </message> 6324 </message>
6325 <message name="IDS_PRINT_PREVIEW_PRINTING_TO_PDF_IN_PROGRESS" desc="Text s hown after the user clicks on the print button while Print To PDF is selected, b ut the PDF file is not ready yet."> 6325 <message name="IDS_PRINT_PREVIEW_PRINTING_TO_PDF_IN_PROGRESS" desc="Text s hown after the user clicks on the print button while Print To PDF is selected, b ut the PDF file is not ready yet.">
6326 Printing to PDF in progress 6326 Printing to PDF in progress
6327 </message> 6327 </message>
6328 <if expr="is_macosx">
6329 <message name="IDS_PRINT_PREVIEW_OPENING_PDF_IN_PREVIEW" desc="Text show n after the user clicks on the open pdf in preview button while the pdf file is not ready yet.">
6330 Opening PDF in Preview
6331 </message>
6332 </if>
6328 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 6333 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
6329 Cancel 6334 Cancel
6330 </message> 6335 </message>
6331 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> 6336 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages.">
6332 All 6337 All
6333 </message> 6338 </message>
6334 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list."> 6339 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list.">
6335 Destination 6340 Destination
6336 </message> 6341 </message>
6337 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white."> 6342 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white.">
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
6403 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary."> 6408 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary.">
6404 sheets of paper 6409 sheets of paper
6405 </message> 6410 </message>
6406 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 6411 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
6407 sheet of paper 6412 sheet of paper
6408 </message> 6413 </message>
6409 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 6414 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
6410 page 6415 page
6411 </message> 6416 </message>
6412 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary."> 6417 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary.">
6413 pages
6414 </message> 6418 </message>
6419 <if expr="is_macosx">
6420 <message name="IDS_PRINT_PREVIEW_OPEN_PDF_IN_PREVIEW_APP" desc="Option a llowing the user to open the pdf in native preview app">
6421 Open PDF in Preview
6422 </message>
6423 </if>
6415 <message name="IDS_PRINT_PREVIEW_SYSTEM_DIALOG_OPTION" desc="Option allowi ng the user to access advanced printer settings using the native print system di alog instead of printing through the print preview mechanism. Shortcut key is no t translated"> 6424 <message name="IDS_PRINT_PREVIEW_SYSTEM_DIALOG_OPTION" desc="Option allowi ng the user to access advanced printer settings using the native print system di alog instead of printing through the print preview mechanism. Shortcut key is no t translated">
6416 Print using system dialog... <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P )</ex></ph> 6425 Print using system dialog... <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P )</ex></ph>
6417 </message> 6426 </message>
6418 <message name="IDS_PRINT_PREVIEW_CLOUD_DIALOG_OPTION" desc="Option allowin g the user to access advanced printer settings using the cloud print dialog inst ead of printing through the print preview mechanism."> 6427 <message name="IDS_PRINT_PREVIEW_CLOUD_DIALOG_OPTION" desc="Option allowin g the user to access advanced printer settings using the cloud print dialog inst ead of printing through the print preview mechanism.">
6419 Print using <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> dialog.. . <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)</ex></ph> 6428 Print using <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> dialog.. . <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)</ex></ph>
6420 </message> 6429 </message>
6421 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range."> 6430 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range.">
6422 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph> 6431 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph>
6423 </message> 6432 </message>
6424 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho wn when the user enters an invalid number of copies."> 6433 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho wn when the user enters an invalid number of copies.">
(...skipping 8178 matching lines...) Expand 10 before | Expand all | Expand 10 after
14603 </messages> 14612 </messages>
14604 <structures fallback_to_english="true"> 14613 <structures fallback_to_english="true">
14605 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14614 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14606 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14607 </structure> 14616 </structure>
14608 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14609 </structure> 14618 </structure>
14610 </structures> 14619 </structures>
14611 </release> 14620 </release>
14612 </grit> 14621 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/preview_area.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698