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

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

Issue 7550063: Print Preview: Handle a crashed initiator tab by showing a message in PP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 4 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. 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 5821 matching lines...) Expand 10 before | Expand all | Expand 10 after
5832 </message> 5832 </message>
5833 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> 5833 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title.">
5834 Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph> 5834 Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph>
5835 </message> 5835 </message>
5836 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> 5836 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading.">
5837 Loading preview 5837 Loading preview
5838 </message> 5838 </message>
5839 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> 5839 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails.">
5840 Print preview failed. 5840 Print preview failed.
5841 </message> 5841 </message>
5842 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CRASHED" desc="Error messag e displayed when print preview fails because the tab that initiated the print pr eview crashed.">
5843 Print is unavailable because the page you were trying to print has crash ed.
dpapad 2011/08/08 22:01:58 Nit: Printing is unavailable....
kmadhusu 2011/08/10 16:46:59 Marcin gave the error msg in line #5486. This is s
5844 </message>
5842 <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."> 5845 <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.">
5843 Print is unavailable because the page you were trying to print has been closed. 5846 Print is unavailable because the page you were trying to print has been closed.
dpapad 2011/08/08 22:01:58 Nit: same here.
kmadhusu 2011/08/10 16:46:59 Marcin gave this error message. I would like to re
5844 </message> 5847 </message>
5845 <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."> 5848 <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.">
5846 Reopen the page 5849 Reopen the page
5847 </message> 5850 </message>
5848 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 5851 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
5849 Print 5852 Print
5850 </message> 5853 </message>
5851 <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."> 5854 <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.">
5852 Printing... 5855 Printing...
5853 </message> 5856 </message>
(...skipping 7474 matching lines...) Expand 10 before | Expand all | Expand 10 after
13328 </includes> 13331 </includes>
13329 <structures fallback_to_english="true"> 13332 <structures fallback_to_english="true">
13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13333 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13331 </structure> 13334 </structure>
13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13335 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13333 </structure> 13336 </structure>
13334 </structures> 13337 </structures>
13335 13338
13336 </release> 13339 </release>
13337 </grit> 13340 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698