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 5080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5091 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: | 5091 The page at <ph name="SITE">$1<ex>http://www.google.com</ex> says: |
5092 </ph> | 5092 </ph> |
5093 </message> | 5093 </message> |
5094 <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for Javascript prompt and confirm originating from a webpage"> | 5094 <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for Javascript prompt and confirm originating from a webpage"> |
5095 The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says: | 5095 The page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says: |
5096 </message> | 5096 </message> |
5097 <message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional U I shown on the message box, in the form of a checkbox, allowing the user to supp ress additional message boxes from the page."> | 5097 <message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional U I shown on the message box, in the form of a checkbox, allowing the user to supp ress additional message boxes from the page."> |
5098 Prevent this page from creating additional dialogs. | 5098 Prevent this page from creating additional dialogs. |
5099 </message> | 5099 </message> |
5100 | 5100 |
5101 <!-- About box strings --> | |
5102 <message name="IDS_ABOUT_BOX_ERROR_DURING_UPDATE_CHECK" desc="The error la bel for errors that occurred while checking for updates in the About box."> | |
5103 An error occurred while checking for updates: <ph name="ERROR">$1<ex>Una ble to contact Google Update</ex></ph> | |
5104 </message> | |
5105 <message name="IDS_ABOUT_BOX_ERROR_COCREATE_FAILED" desc="The error messag e for the specific case when we cannot contact Google Update"> | |
5106 Unable to contact Google Update. | |
S. Ganesh
2011/10/26 21:47:35
Would be good to include the hex HRESULT here, suc
| |
5107 </message> | |
5108 | |
5101 <!-- "Before Unload" Dialog Box strings --> | 5109 <!-- "Before Unload" Dialog Box strings --> |
5102 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'bef ore unload' dialog."> | 5110 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'bef ore unload' dialog."> |
5103 Confirm Navigation | 5111 Confirm Navigation |
5104 </message> | 5112 </message> |
5105 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_FOOTER" desc="Text shown at the bottom of the dialog, after the message provided by the script."> | 5113 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_FOOTER" desc="Text shown at the bottom of the dialog, after the message provided by the script."> |
5106 Are you sure you want to leave this page? | 5114 Are you sure you want to leave this page? |
5107 </message> | 5115 </message> |
5108 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page."> | 5116 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page."> |
5109 Leave this Page | 5117 Leave this Page |
5110 </message> | 5118 </message> |
(...skipping 9370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
14481 </messages> | 14489 </messages> |
14482 <structures fallback_to_english="true"> | 14490 <structures fallback_to_english="true"> |
14483 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 14491 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
14484 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 14492 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
14485 </structure> | 14493 </structure> |
14486 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 14494 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
14487 </structure> | 14495 </structure> |
14488 </structures> | 14496 </structures> |
14489 </release> | 14497 </release> |
14490 </grit> | 14498 </grit> |
OLD | NEW |