Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
Morten Stenshorne | 29ee805 | 2021-08-12 11:06:34 | [diff] [blame] | 3 | |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 4 | <!-- JavaScript Dialog Box strings --> |
| 5 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE" desc="Title for JavaScript prompt and confirm originating from a webpage"> |
| 6 | <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says |
| 7 | </message> |
| 8 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_IFRAME" desc="Title for JavaScript prompt and confirm originating from an iframe inside the webpage"> |
| 9 | An embedded page at <ph name="SITE">$1<ex>http://www.google.com</ex></ph> says |
| 10 | </message> |
| 11 | <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:|"> |
| 12 | This page says |
| 13 | </message> |
| 14 | <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:|"> |
| 15 | An embedded page on this page says |
| 16 | </message> |
Alesandro Ortiz | 76fdbde8 | 2024-07-24 16:03:45 | [diff] [blame] | 17 | <message name="IDS_JAVASCRIPT_MESSAGEBOX_TITLE_EXTENSION" desc="Title for JavaScript prompt and confirm originating from an extension page"> |
| 18 | The extension <ph name="EXTENSION_NAME">$1<ex>Emojis for Gmail</ex></ph> says |
| 19 | </message> |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 20 | |
| 21 | <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."> |
| 22 | Prevent this page from creating additional dialogs |
| 23 | </message> |
| 24 | |
| 25 | <!-- "Before Unload" Dialog Box strings --> |
| 26 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog."> |
| 27 | Leave site? |
| 28 | </message> |
Morten Stenshorne | 29ee805 | 2021-08-12 11:06:34 | [diff] [blame] | 29 | <message name="IDS_BEFOREUNLOAD_APP_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for apps."> |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 30 | Leave app? |
| 31 | </message> |
| 32 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page."> |
| 33 | Leave |
| 34 | </message> |
| 35 | <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_MESSAGE" desc="Body text in a dialog asking the user to confirm that they want to leave or reload a website."> |
| 36 | Changes you made may not be saved. |
| 37 | </message> |
Evan Stade | 7220e47 | 2020-01-31 17:06:57 | [diff] [blame] | 38 | |
| 39 | <!-- "Before Reload" Dialog Box strings (same as "Before Unload" but when reloading rather than unloading the page --> |
| 40 | <message name="IDS_BEFORERELOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for reloads."> |
| 41 | Reload site? |
| 42 | </message> |
| 43 | <message name="IDS_BEFORERELOAD_APP_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for reloads of apps."> |
| 44 | Reload app? |
| 45 | </message> |
| 46 | <message name="IDS_BEFORERELOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which reloads the page."> |
| 47 | Reload |
| 48 | </message> |
| 49 | |
| 50 | </grit-part> |