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

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

Issue 7810009: PrintPreview:[MAC] Make Cmd+Opt+P as advance print shortcut to display the native print dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/app/nibs/MainMenu.xib » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5998 matching lines...) Expand 10 before | Expand all | Expand 10 after
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. Shortcut key is no t translated"> 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 Print using system dialog <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)< /ex></ph> 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 4120 matching lines...) Expand 10 before | Expand all | Expand 10 after
10150 </message> 10150 </message>
10151 <message name="IDS_CLOSE_TAB_MAC" desc="The Mac menu item to close a bro wser tab in the file menu."> 10151 <message name="IDS_CLOSE_TAB_MAC" desc="The Mac menu item to close a bro wser tab in the file menu.">
10152 Close Tab 10152 Close Tab
10153 </message> 10153 </message>
10154 <message name="IDS_SAVE_PAGE_MAC" desc="The Mac menu item to save a page in the file menu."> 10154 <message name="IDS_SAVE_PAGE_MAC" desc="The Mac menu item to save a page in the file menu.">
10155 Save Page As... 10155 Save Page As...
10156 </message> 10156 </message>
10157 <message name="IDS_EMAIL_PAGE_LOCATION_MAC" desc="The Mac menu item to e mail the page location in the file menu."> 10157 <message name="IDS_EMAIL_PAGE_LOCATION_MAC" desc="The Mac menu item to e mail the page location in the file menu.">
10158 Email Page Location 10158 Email Page Location
10159 </message> 10159 </message>
10160 <message name="IDS_PRINT_USING_SYSTEM_DIALOG_MAC" desc="The Mac menu ite m to print using system dialog in the file menu">
csilv 2011/08/31 01:13:23 Can you use the ellipses character instead of thre
Nico 2011/08/31 17:56:47 I believe our localization system replaces ... wit
kmadhusu 2011/08/31 18:08:00 Okay.. I am leaving this as it is.
10161 Print Using System Dialog...
10162 </message>
10160 <!-- Edit menu --> 10163 <!-- Edit menu -->
10161 <message name="IDS_EDIT_UNDO_MAC" desc="The Mac menu item undo in the ed it menu."> 10164 <message name="IDS_EDIT_UNDO_MAC" desc="The Mac menu item undo in the ed it menu.">
10162 Undo 10165 Undo
10163 </message> 10166 </message>
10164 <message name="IDS_EDIT_REDO_MAC" desc="The Mac menu item redo in the ed it menu."> 10167 <message name="IDS_EDIT_REDO_MAC" desc="The Mac menu item redo in the ed it menu.">
10165 Redo 10168 Redo
10166 </message> 10169 </message>
10167 <message name="IDS_CUT_MAC" desc="The Mac menu item for cut in the edit menu."> 10170 <message name="IDS_CUT_MAC" desc="The Mac menu item for cut in the edit menu.">
10168 Cut 10171 Cut
10169 </message> 10172 </message>
(...skipping 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after
13535 </messages> 13538 </messages>
13536 <structures fallback_to_english="true"> 13539 <structures fallback_to_english="true">
13537 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13540 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13538 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13541 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13539 </structure> 13542 </structure>
13540 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13543 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13541 </structure> 13544 </structure>
13542 </structures> 13545 </structures>
13543 </release> 13546 </release>
13544 </grit> 13547 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | chrome/app/nibs/MainMenu.xib » ('J')

Powered by Google App Engine
This is Rietveld 408576698