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

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

Issue 7064006: Print Preview: Fixing printer list when no printer is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Localizing strings Created 9 years, 7 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
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 5556 matching lines...) Expand 10 before | Expand all | Expand 10 after
5567 </message> 5567 </message>
5568 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiat ed the print preview."> 5568 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiat ed the print preview.">
5569 Print preview failed because the page you were trying to print has been closed. 5569 Print preview failed because the page you were trying to print has been closed.
5570 </message> 5570 </message>
5571 <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."> 5571 <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.">
5572 Reopen the page 5572 Reopen the page
5573 </message> 5573 </message>
5574 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 5574 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
5575 Print 5575 Print
5576 </message> 5576 </message>
5577 <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.">
5578 Printing...
5579 </message>
5577 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 5580 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
5578 Cancel 5581 Cancel
5579 </message> 5582 </message>
5580 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> 5583 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages.">
5581 All 5584 All
5582 </message> 5585 </message>
5583 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list."> 5586 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list.">
5584 Destination 5587 Destination
5585 </message> 5588 </message>
5586 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white."> 5589 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white.">
(...skipping 6893 matching lines...) Expand 10 before | Expand all | Expand 10 after
12480 </includes> 12483 </includes>
12481 <structures fallback_to_english="true"> 12484 <structures fallback_to_english="true">
12482 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12485 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12483 </structure> 12486 </structure>
12484 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12487 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12485 </structure> 12488 </structure>
12486 </structures> 12489 </structures>
12487 12490
12488 </release> 12491 </release>
12489 </grit> 12492 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.css » ('j') | chrome/browser/resources/print_preview.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698