blob: fcb4999358cd576e385a700624030b342bbb4611 [file] [log] [blame]
Evan Stade7220e472020-01-31 17:06:571<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
Morten Stenshorne29ee8052021-08-12 11:06:343
Evan Stade7220e472020-01-31 17:06:574 <!-- 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>
17
18 <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.">
19 Prevent this page from creating additional dialogs
20 </message>
21
22 <!-- "Before Unload" Dialog Box strings -->
23 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog.">
24 Leave site?
25 </message>
Morten Stenshorne29ee8052021-08-12 11:06:3426 <message name="IDS_BEFOREUNLOAD_APP_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for apps.">
Evan Stade7220e472020-01-31 17:06:5727 Leave app?
28 </message>
29 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page.">
30 Leave
31 </message>
32 <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.">
33 Changes you made may not be saved.
34 </message>
Evan Stade7220e472020-01-31 17:06:5735
36 <!-- "Before Reload" Dialog Box strings (same as "Before Unload" but when reloading rather than unloading the page -->
37 <message name="IDS_BEFORERELOAD_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for reloads.">
38 Reload site?
39 </message>
40 <message name="IDS_BEFORERELOAD_APP_MESSAGEBOX_TITLE" desc="Title for the 'before unload' dialog for reloads of apps.">
41 Reload app?
42 </message>
43 <message name="IDS_BEFORERELOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which reloads the page.">
44 Reload
45 </message>
46
47</grit-part>