blob: b857eefcc9644504df21cd4f99fc86af19969a83 [file] [log] [blame]
oshima82f72482014-10-24 14:14:321<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
3
4 <!-- JavaScript Dialog Box strings -->
Peter Boström977ebe42017-11-17 03:18:225 <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>
oshima82f72482014-10-24 14:14:3233 <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öm977ebe42017-11-17 03:18:2238 <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>
avi141dbc1322016-03-11 22:27:4248 <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.
oshima82f72482014-10-24 14:14:3250 </message>
51 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which navigates the user away from the page.">
avi141dbc1322016-03-11 22:27:4252 Leave
oshima82f72482014-10-24 14:14:3253 </message>
54 <message name="IDS_BEFOREUNLOAD_MESSAGEBOX_CANCEL_BUTTON_LABEL" desc="The text on the button which cancels the navigation away from the page.">
avi141dbc1322016-03-11 22:27:4255 Stay
oshima82f72482014-10-24 14:14:3256 </message>
57
58 <!-- "Before Reload" Dialog Box strings (same as "Before Unload" but when reloading rather than unloading the page -->
Peter Boström977ebe42017-11-17 03:18:2259 <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>
oshima82f72482014-10-24 14:14:3269 <message name="IDS_BEFORERELOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on the button which reloads the page.">
avi141dbc1322016-03-11 22:27:4270 Reload
oshima82f72482014-10-24 14:14:3271 </message>
72 <message name="IDS_BEFORERELOAD_MESSAGEBOX_CANCEL_BUTTON_LABEL" desc="The text on the button which cancels the page reload.">
avi141dbc1322016-03-11 22:27:4273 Don’t Reload
oshima82f72482014-10-24 14:14:3274 </message>
75
76</grit-part>