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 5868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5879 </message> | 5879 </message> |
5880 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> | 5880 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> |
5881 Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph> | 5881 Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph> |
5882 </message> | 5882 </message> |
5883 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> | 5883 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> |
5884 Loading preview | 5884 Loading preview |
5885 </message> | 5885 </message> |
5886 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> | 5886 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> |
5887 Print preview failed. | 5887 Print preview failed. |
5888 </message> | 5888 </message> |
5889 <message name="IDS_PRINT_PREVIEW_INVALID_DEFAULT_PRINTER" desc="Message to display when there is no default printer or default printer settings are invali d."> | |
kmadhusu
2011/08/25 17:33:35
(Repeating our in-person conversation): Please cha
arthurhsu
2011/08/29 22:53:16
Done.
| |
5890 Default printer does not exist or is unusable. Please select or install another printer as default printer. | |
5891 </message> | |
5889 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CRASHED" desc="Error messag e displayed when print preview fails because the tab that initiated the print pr eview crashed."> | 5892 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CRASHED" desc="Error messag e displayed when print preview fails because the tab that initiated the print pr eview crashed."> |
5890 Print is unavailable because the page you were trying to print has crash ed. | 5893 Print is unavailable because the page you were trying to print has crash ed. |
5891 </message> | 5894 </message> |
5892 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiat ed the print preview."> | 5895 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiat ed the print preview."> |
5893 Print is unavailable because the page you were trying to print has been closed. | 5896 Print is unavailable because the page you were trying to print has been closed. |
5894 </message> | 5897 </message> |
5895 <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displa yed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed."> | 5898 <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displa yed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed."> |
5896 Reopen the page | 5899 Reopen the page |
5897 </message> | 5900 </message> |
5898 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> | 5901 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> |
(...skipping 7597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13496 </if> | 13499 </if> |
13497 </includes> | 13500 </includes> |
13498 <structures fallback_to_english="true"> | 13501 <structures fallback_to_english="true"> |
13499 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13502 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
13500 </structure> | 13503 </structure> |
13501 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13504 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
13502 </structure> | 13505 </structure> |
13503 </structures> | 13506 </structures> |
13504 </release> | 13507 </release> |
13505 </grit> | 13508 </grit> |
OLD | NEW |