| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 | 3 |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xlif
f="urn:oasis:names:tc:xliff:document:1.2"> | 8 <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xlif
f="urn:oasis:names:tc:xliff:document:1.2"> |
| 9 <!-- Popup button for user to confirm a beforeunload dialog box triggered by
a page navigation, | 9 <!-- Popup button for user to confirm a beforeunload dialog box triggered by
a page navigation, |
| 10 i.e. they want to leave the current page [CHAR-LIMIT=20] --> | 10 i.e. they want to leave the current page [CHAR-LIMIT=20] --> |
| 11 <string name="leave_this_page">Leave this Page</string> | 11 <string name="leave_this_page">Leave this Page</string> |
| 12 <!-- Popup button for user to cancel a beforeunload dialog box triggerd by a
page navigation, | 12 <!-- Popup button for user to cancel a beforeunload dialog box triggerd by a
page navigation, |
| 13 i.e. they want to stay on the current page [CHAR-LIMIT=20] --> | 13 i.e. they want to stay on the current page [CHAR-LIMIT=20] --> |
| 14 <string name="stay_on_this_page">Stay on this Page</string> | 14 <string name="stay_on_this_page">Stay on this Page</string> |
| 15 <!-- Popup button for user to confirm a beforeunload dialog box triggered by
a page reload | 15 <!-- Popup button for user to confirm a beforeunload dialog box triggered by
a page reload |
| 16 action, i.e. they want to reload the current page [CHAR-LIMIT=20] --> | 16 action, i.e. they want to reload the current page [CHAR-LIMIT=20] --> |
| 17 <string name="reload_this_page">Reload this Page</string> | 17 <string name="reload_this_page">Reload this Page</string> |
| 18 <!-- Popup button for user to cancel a beforeunload dialog box triggered by
a page reload | 18 <!-- Popup button for user to cancel a beforeunload dialog box triggered by
a page reload |
| 19 action, i.e. they do not want to reload the current page [CHAR-LIMIT=20
] --> | 19 action, i.e. they do not want to reload the current page [CHAR-LIMIT=20
] --> |
| 20 <string name="dont_reload_this_page">Don\'t reload</string> | 20 <string name="dont_reload_this_page">Don\'t reload</string> |
| 21 | 21 |
| 22 <!-- Label for the list item that opens the full navigation history. [CHAR-
LIMIT=32] --> |
| 23 <string name="show_history_label">Show full history</string> |
| 24 |
| 22 <!-- JS modal dialogs --> | 25 <!-- JS modal dialogs --> |
| 23 <!-- Standard popup button for allowing user confirmation of some webpage | 26 <!-- Standard popup button for allowing user confirmation of some webpage |
| 24 event. [CHAR-LIMIT=12] --> | 27 event. [CHAR-LIMIT=12] --> |
| 25 <string name="js_modal_dialog_confirm">OK</string> | 28 <string name="js_modal_dialog_confirm">OK</string> |
| 26 <!-- Standard popup button for allowing user to cancel some webpage event. | 29 <!-- Standard popup button for allowing user to cancel some webpage event. |
| 27 [CHAR-LIMIT=12] --> | 30 [CHAR-LIMIT=12] --> |
| 28 <string name="js_modal_dialog_cancel">Cancel</string> | 31 <string name="js_modal_dialog_cancel">Cancel</string> |
| 29 <!-- Checkbox allowing users to forgoe an additional prompts from a web | 32 <!-- Checkbox allowing users to forgoe an additional prompts from a web |
| 30 page. [CHAR-LIMIT=None] --> | 33 page. [CHAR-LIMIT=None] --> |
| 31 <string name="suppress_js_modal_dialogs">Prevent this page from creating add
itional dialogs</string> | 34 <string name="suppress_js_modal_dialogs">Prevent this page from creating add
itional dialogs</string> |
| 32 <!-- Content description for the input javascript modal dialog prompt. [CHAR
-LIMIT=32] --> | 35 <!-- Content description for the input javascript modal dialog prompt. [CHAR
-LIMIT=32] --> |
| 33 <string name="accessibility_js_modal_dialog_prompt">Prompt</string> | 36 <string name="accessibility_js_modal_dialog_prompt">Prompt</string> |
| 34 </resources> | 37 </resources> |
| OLD | NEW |