OLD | NEW |
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 5986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5997 </message> | 5997 </message> |
5998 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown
in the print preview summary."> | 5998 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown
in the print preview summary."> |
5999 sheet of paper | 5999 sheet of paper |
6000 </message> | 6000 </message> |
6001 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in
the print preview summary."> | 6001 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in
the print preview summary."> |
6002 page | 6002 page |
6003 </message> | 6003 </message> |
6004 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t
he print preview summary."> | 6004 <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_PLURAL" desc="Label shown in t
he print preview summary."> |
6005 pages | 6005 pages |
6006 </message> | 6006 </message> |
6007 <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."> | 6007 <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"> |
6008 Advanced… | 6008 Print using system dialog… <ph name="SHORTCUT_KEY">$1<ex>(Shift+Ctrl+P)<
/ex></ph> |
6009 </message> | 6009 </message> |
| 6010 <if expr="is_win"> |
| 6011 <message name="IDS_PRINT_PREVIEW_ADVANCED_SHORTCUT_KEY" desc="Label show
n along with advanced option in preview tab. This is a keyboard shortcut. Do not
translate."> |
| 6012 (Ctrl+Shift+P) |
| 6013 </message> |
| 6014 </if> |
| 6015 <if expr="is_linux"> |
| 6016 <message name="IDS_PRINT_PREVIEW_ADVANCED_SHORTCUT_KEY" desc="Label show
n along with advanced option in preview tab. This is a keyboard shortcut. Do not
translate."> |
| 6017 (Shift+Ctrl+P) |
| 6018 </message> |
| 6019 </if> |
6010 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction
shown when the user enters an invalid page range."> | 6020 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction
shown when the user enters an invalid page range."> |
6011 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8,
11-13</ex></ph> | 6021 Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8,
11-13</ex></ph> |
6012 </message> | 6022 </message> |
6013 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho
wn when the user enters an invalid number of copies."> | 6023 <message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction sho
wn when the user enters an invalid number of copies."> |
6014 Use a number to indicate how many copies to print (1 or more). | 6024 Use a number to indicate how many copies to print (1 or more). |
6015 </message> | 6025 </message> |
6016 <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"> | 6026 <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"> |
6017 Increment | 6027 Increment |
6018 </message> | 6028 </message> |
6019 <message name="IDS_PRINT_PREVIEW_DECREMENT_TITLE" desc="Title shown when t
he user hovers mouse over the decrement button. Also added for improved accessib
ility"> | 6029 <message name="IDS_PRINT_PREVIEW_DECREMENT_TITLE" desc="Title shown when t
he user hovers mouse over the decrement button. Also added for improved accessib
ility"> |
(...skipping 7476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13496 </if> | 13506 </if> |
13497 </includes> | 13507 </includes> |
13498 <structures fallback_to_english="true"> | 13508 <structures fallback_to_english="true"> |
13499 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13509 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13500 </structure> | 13510 </structure> |
13501 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13511 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13502 </structure> | 13512 </structure> |
13503 </structures> | 13513 </structures> |
13504 </release> | 13514 </release> |
13505 </grit> | 13515 </grit> |
OLD | NEW |