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

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: '' 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
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 6315 matching lines...) Expand 10 before | Expand all | Expand 10 after
6326 </message> 6326 </message>
6327 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 6327 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
6328 Print 6328 Print
6329 </message> 6329 </message>
6330 <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."> 6330 <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.">
6331 Printing... 6331 Printing...
6332 </message> 6332 </message>
6333 <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."> 6333 <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.">
6334 Printing to PDF in progress 6334 Printing to PDF in progress
6335 </message> 6335 </message>
6336 <if expr="is_macosx">
6337 <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.">
6338 Opening PDF in Preview
csilv 2011/11/14 19:34:14 This should probably end in "..." like "Printing..
kmadhusu 2011/11/16 17:59:40 We add the dancing dots in the code :)
6339 </message>
6340 </if>
6336 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 6341 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
6337 Cancel 6342 Cancel
6338 </message> 6343 </message>
6339 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> 6344 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages.">
6340 All 6345 All
6341 </message> 6346 </message>
6342 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list."> 6347 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list.">
6343 Destination 6348 Destination
6344 </message> 6349 </message>
6345 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white."> 6350 <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
6411 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary."> 6416 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary.">
6412 sheets of paper 6417 sheets of paper
6413 </message> 6418 </message>
6414 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 6419 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
6415 sheet of paper 6420 sheet of paper
6416 </message> 6421 </message>
6417 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 6422 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
6418 page 6423 page
6419 </message> 6424 </message>
6420 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary."> 6425 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary.">
6421 pages
6422 </message> 6426 </message>
6427 <if expr="is_macosx">
6428 <message name="IDS_PRINT_PREVIEW_OPEN_PDF_IN_PREVIEW_APP" desc="Option a llowing the user to open the pdf in native preview app">
6429 Open PDF in Preview
csilv 2011/11/14 19:34:14 This should probably end in "..." like the similar
kmadhusu 2011/11/16 17:59:40 UI leads preferred this way (without dots).
6430 </message>
6431 </if>
6423 <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"> 6432 <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 Print using system dialog... <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P )</ex></ph> 6433 Print using system dialog... <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P )</ex></ph>
6425 </message> 6434 </message>
6426 <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."> 6435 <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 Print using <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> dialog.. . <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)</ex></ph> 6436 Print using <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> dialog.. . <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)</ex></ph>
6428 </message> 6437 </message>
6429 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range."> 6438 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range.">
6430 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph> 6439 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph>
6431 </message> 6440 </message>
6432 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho wn when the user enters an invalid number of copies."> 6441 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho wn when the user enters an invalid number of copies.">
(...skipping 8173 matching lines...) Expand 10 before | Expand all | Expand 10 after
14606 </messages> 14615 </messages>
14607 <structures fallback_to_english="true"> 14616 <structures fallback_to_english="true">
14608 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14617 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14609 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14618 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14610 </structure> 14619 </structure>
14611 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14620 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14612 </structure> 14621 </structure>
14613 </structures> 14622 </structures>
14614 </release> 14623 </release>
14615 </grit> 14624 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698