oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
| 3 | |
| 4 | <!-- JavaScript Dialog Box strings --> |
Peter Boström | 977ebe4 | 2017-11-17 03:18:22 | [diff] [blame] | 5 | <if expr="not use_titlecase"> |
| 6 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for JavaScript prompt and confirm originating from a webpage"> |
| 7 | <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says |
| 8 | </message> |
| 9 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_IFRAME" desc="Title for JavaScript prompt and confirm originating from an iframe inside the webpage"> |
| 10 | An embedded page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says |
| 11 | </message> |
| 12 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_NONSTANDARD_URL" desc="Title for JavaScript prompt and confirm originating from a webpage with a non-standard URL such as |data:|"> |
| 13 | This page says |
| 14 | </message> |
| 15 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_NONSTANDARD_URL_IFRAME" desc="Title for JavaScript prompt and confirm originating from an iframe inside the webpage with a non-standard URL such as |data:|"> |
| 16 | An embedded page on this page says |
| 17 | </message> |
| 18 | </if> |
| 19 | <if expr="use_titlecase"> |
| 20 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for JavaScript prompt and confirm originating from a webpage"> |
| 21 | <ph name="SITE">$1<ex>http://www.google.com</ex></ph> Says |
| 22 | </message> |
| 23 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_IFRAME" desc="Title for JavaScript prompt and confirm originating from an iframe inside the webpage"> |
| 24 | An Embedded Page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> Says |
| 25 | </message> |
| 26 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_NONSTANDARD_URL" desc="Title for JavaScript prompt and confirm originating from a webpage with a non-standard URL such as |data:|"> |
| 27 | This Page Says |
| 28 | </message> |
| 29 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_NONSTANDARD_URL_IFRAME" desc="Title for JavaScript prompt and confirm originating from an iframe inside the webpage with a non-standard URL such as |data:|"> |
| 30 | An Embedded Page on This Page Says |
| 31 | </message> |
| 32 | </if> |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 33 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_SUPPRESS_OPTION" desc="Optional UI shown on the message box, in the form of a checkbox, allowing the user to suppress additional message boxes from the page."> |
| 34 | Prevent this page from creating additional dialogs. |
| 35 | </message> |
| 36 | |
| 37 | <!-- "Before Unload" Dialog Box strings --> |
Peter Boström | 977ebe4 | 2017-11-17 03:18:22 | [diff] [blame] | 38 | <if expr="not use_titlecase"> |
| 39 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog."> |
| 40 | Do you want to leave this site? |
| 41 | </message> |
| 42 | </if> |
| 43 | <if expr="use_titlecase"> |
| 44 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog."> |
| 45 | Do You Want to Leave This Site? |
| 46 | </message> |
| 47 | </if> |
avi | 141dbc132 | 2016-03-11 22:27:42 | [diff] [blame] | 48 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_MESSAGE" desc="Text shown as the message of the 'before unload' dialog."> |
| 49 | Changes you made may not be saved. |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 50 | </message> |
| 51 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page."> |
avi | 141dbc132 | 2016-03-11 22:27:42 | [diff] [blame] | 52 | Leave |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 53 | </message> |
| 54 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_CANCEL_BUTTON_LABEL" desc="The text on the button which cancels the navigation away from the page."> |
avi | 141dbc132 | 2016-03-11 22:27:42 | [diff] [blame] | 55 | Stay |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 56 | </message> |
| 57 | |
| 58 | <!-- "Before Reload" Dialog Box strings (same as "Before Unload" but when reloading rather than unloading the page --> |
Peter Boström | 977ebe4 | 2017-11-17 03:18:22 | [diff] [blame] | 59 | <if expr="not use_titlecase"> |
| 60 | <message name="IDS_BEFORERELOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for reloads."> |
| 61 | Do you want to reload this site? |
| 62 | </message> |
| 63 | </if> |
| 64 | <if expr="use_titlecase"> |
| 65 | <message name="IDS_BEFORERELOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for reloads."> |
| 66 | Do You Want to Reload This Site? |
| 67 | </message> |
| 68 | </if> |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 69 | <message name="IDS_BEFORERELOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which reloads the page."> |
avi | 141dbc132 | 2016-03-11 22:27:42 | [diff] [blame] | 70 | Reload |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 71 | </message> |
| 72 | <message name="IDS_BEFORERELOAD_MESSAGEBOX_CANCEL_BUTTON_LABEL" desc="The text on the button which cancels the page reload."> |
avi | 141dbc132 | 2016-03-11 22:27:42 | [diff] [blame] | 73 | Don’t Reload |
oshima | 82f7248 | 2014-10-24 14:14:32 | [diff] [blame] | 74 | </message> |
| 75 | |
| 76 | </grit-part> |