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

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

Issue 8872051: Print preview: Display a dummy page when a user visits chrome://print directly. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years 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 6578 matching lines...) Expand 10 before | Expand all | Expand 10 after
6589 </message> 6589 </message>
6590 <message name="IDS_PRINT_PREVIEW_BOTTOM_MARGIN_LABEL" desc="ARIA label use d by screen reader to explain the purpose of the bottom margin textbox."> 6590 <message name="IDS_PRINT_PREVIEW_BOTTOM_MARGIN_LABEL" desc="ARIA label use d by screen reader to explain the purpose of the bottom margin textbox.">
6591 Bottom margin 6591 Bottom margin
6592 </message> 6592 </message>
6593 <message name="IDS_PRINT_PREVIEW_LEFT_MARGIN_LABEL" desc="ARIA label used by screen reader to explain the purpose of the left margin textbox."> 6593 <message name="IDS_PRINT_PREVIEW_LEFT_MARGIN_LABEL" desc="ARIA label used by screen reader to explain the purpose of the left margin textbox.">
6594 Left margin 6594 Left margin
6595 </message> 6595 </message>
6596 <message name="IDS_PRINT_PREVIEW_RIGHT_MARGIN_LABEL" desc="ARIA label used by screen reader to explain the purpose of the right margin textbox."> 6596 <message name="IDS_PRINT_PREVIEW_RIGHT_MARGIN_LABEL" desc="ARIA label used by screen reader to explain the purpose of the right margin textbox.">
6597 Right margin 6597 Right margin
6598 </message> 6598 </message>
6599 <message name="IDS_PRINT_PREVIEW_INTENTIONALLY_BLANK" desc="silly message seen in many technical manuals on blank pages.">
6600 This page is intentionally left blank.
6601 </message>
6599 6602
6600 <!-- Load State --> 6603 <!-- Load State -->
6601 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE"> 6604 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE">
6602 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex> </ph>... 6605 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex> </ph>...
6603 </message> 6606 </message>
6604 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name."> 6607 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name.">
6605 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> 6608 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph>
6606 </message> 6609 </message>
6607 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 6610 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
6608 Waiting for cache... 6611 Waiting for cache...
(...skipping 8131 matching lines...) Expand 10 before | Expand all | Expand 10 after
14740 </messages> 14743 </messages>
14741 <structures fallback_to_english="true"> 14744 <structures fallback_to_english="true">
14742 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14745 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14743 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14746 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14744 </structure> 14747 </structure>
14745 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14748 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14746 </structure> 14749 </structure>
14747 </structures> 14750 </structures>
14748 </release> 14751 </release>
14749 </grit> 14752 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/print_preview/print_preview.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698