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

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

Issue 7792085: Print Preview: Handling pending print to pdf requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 3 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/resources/print_preview/print_preview.css » ('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 6020 matching lines...) Expand 10 before | Expand all | Expand 10 after
6031 </message> 6031 </message>
6032 <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displa yed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed."> 6032 <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displa yed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed.">
6033 Reopen the page 6033 Reopen the page
6034 </message> 6034 </message>
6035 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 6035 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
6036 Print 6036 Print
6037 </message> 6037 </message>
6038 <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."> 6038 <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.">
6039 Printing... 6039 Printing...
6040 </message> 6040 </message>
6041 <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.">
6042 Printing to PDF in progress
6043 </message>
6041 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 6044 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
6042 Cancel 6045 Cancel
6043 </message> 6046 </message>
6044 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> 6047 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages.">
6045 All 6048 All
6046 </message> 6049 </message>
6047 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list."> 6050 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list.">
6048 Destination 6051 Destination
6049 </message> 6052 </message>
6050 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white."> 6053 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white.">
(...skipping 7688 matching lines...) Expand 10 before | Expand all | Expand 10 after
13739 </messages> 13742 </messages>
13740 <structures fallback_to_english="true"> 13743 <structures fallback_to_english="true">
13741 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13744 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13742 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13745 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13743 </structure> 13746 </structure>
13744 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13747 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13745 </structure> 13748 </structure>
13746 </structures> 13749 </structures>
13747 </release> 13750 </release>
13748 </grit> 13751 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698