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

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

Issue 7740005: Print preview not showing if default print is invalid. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge with latest trunk (again) 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
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 5939 matching lines...) Expand 10 before | Expand all | Expand 10 after
5950 </message> 5950 </message>
5951 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> 5951 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title.">
5952 Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph> 5952 Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph>
5953 </message> 5953 </message>
5954 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> 5954 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading.">
5955 Loading preview 5955 Loading preview
5956 </message> 5956 </message>
5957 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> 5957 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails.">
5958 Print preview failed. 5958 Print preview failed.
5959 </message> 5959 </message>
5960 <message name="IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS" desc="Message t o display when selected printer is not reachable or its settings are invalid.">
5961 Selected printer is not available or not installed correctly. Check you r printer or select another printer.
Lei Zhang 2011/09/01 04:52:08 nit: The selected printer ... or try selecting ano
5962 </message>
5960 <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."> 5963 <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.">
5961 Print is unavailable because the page you were trying to print has crash ed. 5964 Print is unavailable because the page you were trying to print has crash ed.
5962 </message> 5965 </message>
5963 <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."> 5966 <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.">
5964 Print is unavailable because the page you were trying to print has been closed. 5967 Print is unavailable because the page you were trying to print has been closed.
5965 </message> 5968 </message>
5966 <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."> 5969 <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.">
5967 Reopen the page 5970 Reopen the page
5968 </message> 5971 </message>
5969 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 5972 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
(...skipping 7619 matching lines...) Expand 10 before | Expand all | Expand 10 after
13589 </messages> 13592 </messages>
13590 <structures fallback_to_english="true"> 13593 <structures fallback_to_english="true">
13591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13594 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13595 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13593 </structure> 13596 </structure>
13594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13597 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13595 </structure> 13598 </structure>
13596 </structures> 13599 </structures>
13597 </release> 13600 </release>
13598 </grit> 13601 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698