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 5964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5975 </message> | 5975 </message> |
5976 <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"> | 5976 <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"> |
5977 Increment | 5977 Increment |
5978 </message> | 5978 </message> |
5979 <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"> | 5979 <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"> |
5980 Decrement | 5980 Decrement |
5981 </message> | 5981 </message> |
5982 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used
by screen reader to explain the purpose of the page selection textbox"> | 5982 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used
by screen reader to explain the purpose of the page selection textbox"> |
5983 Print Specific Pages | 5983 Print Specific Pages |
5984 </message> | 5984 </message> |
| 5985 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren
tly providing the choice to print headers and footers."> |
| 5986 Options |
| 5987 </message> |
| 5988 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe
l that provides a choice to print the headers and footers."> |
| 5989 Headers and footers |
| 5990 </message> |
5985 | 5991 |
5986 <!-- Load State --> | 5992 <!-- Load State --> |
5987 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE"> | 5993 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE"> |
5988 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex>
</ph>... | 5994 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex>
</ph>... |
5989 </message> | 5995 </message> |
5990 <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."> | 5996 <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."> |
5991 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> | 5997 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> |
5992 </message> | 5998 </message> |
5993 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> | 5999 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> |
5994 Waiting for cache... | 6000 Waiting for cache... |
(...skipping 7375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13370 </includes> | 13376 </includes> |
13371 <structures fallback_to_english="true"> | 13377 <structures fallback_to_english="true"> |
13372 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13378 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13373 </structure> | 13379 </structure> |
13374 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13380 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13375 </structure> | 13381 </structure> |
13376 </structures> | 13382 </structures> |
13377 | 13383 |
13378 </release> | 13384 </release> |
13379 </grit> | 13385 </grit> |
OLD | NEW |