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

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

Issue 7721001: PrintPreview: Make ctrl-shift-p start the native print flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + merge conflicts fix 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 5997 matching lines...) Expand 10 before | Expand all | Expand 10 after
6008 </message> 6008 </message>
6009 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 6009 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
6010 sheet of paper 6010 sheet of paper
6011 </message> 6011 </message>
6012 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary."> 6012 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary.">
6013 page 6013 page
6014 </message> 6014 </message>
6015 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary."> 6015 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t he print preview summary.">
6016 pages 6016 pages
6017 </message> 6017 </message>
6018 <message name="IDS_PRINT_PREVIEW_SYSTEM_DIALOG_OPTION" desc="Option allowi ng the user to access advanced printer settings using the native print system di alog instead of printing through the print preview mechanism."> 6018 <message name="IDS_PRINT_PREVIEW_SYSTEM_DIALOG_OPTION" desc="Option allowi ng the user to access advanced printer settings using the native print system di alog instead of printing through the print preview mechanism. Shortcut key is no t translated">
6019 Advanced… 6019 Print using system dialog… <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)< /ex></ph>
6020 </message> 6020 </message>
6021 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range."> 6021 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range.">
6022 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph> 6022 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph>
6023 </message> 6023 </message>
6024 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho wn when the user enters an invalid number of copies."> 6024 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho wn when the user enters an invalid number of copies.">
6025 Use a number to indicate how many copies to print (1 or more). 6025 Use a number to indicate how many copies to print (1 or more).
6026 </message> 6026 </message>
6027 <message name="IDS_PRINT_PREVIEW_INCREMENT_TITLE" desc="Title shown when t he user hovers mouse over the increment button. Also added for improved accessib ility"> 6027 <message name="IDS_PRINT_PREVIEW_INCREMENT_TITLE" desc="Title shown when t he user hovers mouse over the increment button. Also added for improved accessib ility">
6028 Increment 6028 Increment
6029 </message> 6029 </message>
(...skipping 7494 matching lines...) Expand 10 before | Expand all | Expand 10 after
13524 </if> 13524 </if>
13525 </includes> 13525 </includes>
13526 <structures fallback_to_english="true"> 13526 <structures fallback_to_english="true">
13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13528 </structure> 13528 </structure>
13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13530 </structure> 13530 </structure>
13531 </structures> 13531 </structures>
13532 </release> 13532 </release>
13533 </grit> 13533 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698