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

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

Issue 8520011: Print Preview: Make print preview tab modal. (try 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: disable tests in touch_ui, fix failing test Created 9 years, 1 month 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 6300 matching lines...) Expand 10 before | Expand all | Expand 10 after
6311 </message> 6311 </message>
6312 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> 6312 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading.">
6313 Loading preview 6313 Loading preview
6314 </message> 6314 </message>
6315 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> 6315 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails.">
6316 Print preview failed. 6316 Print preview failed.
6317 </message> 6317 </message>
6318 <message name="IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS" desc="Message t o display when selected printer is not reachable or its settings are invalid."> 6318 <message name="IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS" desc="Message t o display when selected printer is not reachable or its settings are invalid.">
6319 The selected printer is not available or not installed correctly. Check your printer or try selecting another printer. 6319 The selected printer is not available or not installed correctly. Check your printer or try selecting another printer.
6320 </message> 6320 </message>
6321 <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.">
6322 Print is unavailable because the page you were trying to print has crash ed.
6323 </message>
6324 <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.">
6325 Print is unavailable because the page you were trying to print has been closed.
6326 </message>
6327 <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.">
6328 Reopen the page
6329 </message>
6330 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> 6321 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button.">
6331 Print 6322 Print
6332 </message> 6323 </message>
6333 <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."> 6324 <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.">
6334 Printing... 6325 Printing...
6335 </message> 6326 </message>
6336 <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."> 6327 <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.">
6337 Printing to PDF in progress 6328 Printing to PDF in progress
6338 </message> 6329 </message>
6339 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> 6330 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
(...skipping 8274 matching lines...) Expand 10 before | Expand all | Expand 10 after
14614 </messages> 14605 </messages>
14615 <structures fallback_to_english="true"> 14606 <structures fallback_to_english="true">
14616 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14607 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14617 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14608 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14618 </structure> 14609 </structure>
14619 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14610 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14620 </structure> 14611 </structure>
14621 </structures> 14612 </structures>
14622 </release> 14613 </release>
14623 </grit> 14614 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/printing/background_printing_manager.h » ('j') | chrome/browser/ui/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698