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

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

Issue 7051026: Print Preview: Changing error message when initiator tab closes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments, rebasing. 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
« no previous file with comments | « no previous file | chrome/browser/resources/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. 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 5553 matching lines...) Expand 10 before | Expand all | Expand 10 after
5564 </message> 5564 </message>
5565 <message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to displa y while the print preview is still loading the printer list."> 5565 <message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to displa y while the print preview is still loading the printer list.">
5566 Loading additional printers 5566 Loading additional printers
5567 </message> 5567 </message>
5568 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> 5568 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading.">
5569 Loading preview 5569 Loading preview
5570 </message> 5570 </message>
5571 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> 5571 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails.">
5572 Print preview failed. 5572 Print preview failed.
5573 </message> 5573 </message>
5574 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Message to di splay when print preview fails, because the user closed the tab that initiated t he print preview before the preview was generated."> 5574 <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.">
5575 Print preview failed because the page you are trying to print has been c losed. Please click &lt;a href="<ph name="INITIATOR_TAB_URL">$1<ex>http://www.go ogle.com</ex></ph>"&gt;here&lt;/a&gt; to reopen the page and try printing again. 5575 Print preview failed because the page you were trying to print has been closed.
5576 </message>
5577 <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.">
5578 Reopen the page
5576 </message> 5579 </message>
5577 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 5580 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
5578 Print 5581 Print
5579 </message> 5582 </message>
5580 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 5583 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
5581 Cancel 5584 Cancel
5582 </message> 5585 </message>
5583 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> 5586 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages.">
5584 All 5587 All
5585 </message> 5588 </message>
(...skipping 6897 matching lines...) Expand 10 before | Expand all | Expand 10 after
12483 </includes> 12486 </includes>
12484 <structures fallback_to_english="true"> 12487 <structures fallback_to_english="true">
12485 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12488 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12486 </structure> 12489 </structure>
12487 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12490 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12488 </structure> 12491 </structure>
12489 </structures> 12492 </structures>
12490 12493
12491 </release> 12494 </release>
12492 </grit> 12495 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698