OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <grit-part> | 2 <grit-part> |
3 | 3 |
4 <!-- JavaScript Dialog Box strings --> | 4 <!-- JavaScript Dialog Box strings --> |
5 <message name="IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE" desc="Title for JavaScript
alert originating from a webpage if there is no hostname to display"> | 5 <message name="IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE" desc="Title for JavaScript
alert originating from a webpage if there is no hostname to display"> |
6 JavaScript Alert | 6 JavaScript Alert |
7 </message> | 7 </message> |
8 <message name="IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE" desc="Title for JavaSc
ript prompt and confirm originating from a webpage if there is no hostname to di
splay"> | 8 <message name="IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE" desc="Title for JavaSc
ript prompt and confirm originating from a webpage if there is no hostname to di
splay"> |
9 JavaScript | 9 JavaScript |
10 </message> | 10 </message> |
(...skipping 29 matching lines...) Expand all Loading... |
40 Are you sure you want to reload this page? | 40 Are you sure you want to reload this page? |
41 </message> | 41 </message> |
42 <message name="IDS_BEFORERELOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on
the button which reloads the page."> | 42 <message name="IDS_BEFORERELOAD_MESSAGEBOX_OK_BUTTON_LABEL" desc="The text on
the button which reloads the page."> |
43 Reload this Page | 43 Reload this Page |
44 </message> | 44 </message> |
45 <message name="IDS_BEFORERELOAD_MESSAGEBOX_CANCEL_BUTTON_LABEL" desc="The text
on the button which cancels the page reload."> | 45 <message name="IDS_BEFORERELOAD_MESSAGEBOX_CANCEL_BUTTON_LABEL" desc="The text
on the button which cancels the page reload."> |
46 Don't Reload | 46 Don't Reload |
47 </message> | 47 </message> |
48 | 48 |
49 </grit-part> | 49 </grit-part> |
OLD | NEW |