Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2419)

Unified Diff: chrome/android/java/res/values/strings.xml

Issue 11360207: Add Java resources to content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove obsolete findbugs warnings Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/strings.xml
diff --git a/chrome/android/java/res/values/strings.xml b/chrome/android/java/res/values/strings.xml
index 53c47d1e8a0edc5ff04d5c011ad063143113395d..3c544b3e70dbc6d71e24021e2b5c66e473e43dfb 100644
--- a/chrome/android/java/res/values/strings.xml
+++ b/chrome/android/java/res/values/strings.xml
@@ -5,5 +5,30 @@
found in the LICENSE file.
-->
-<resources>
+<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Popup button for user to confirm a beforeunload dialog box triggered by a page navigation,
+ i.e. they want to leave the current page [CHAR-LIMIT=20] -->
+ <string name="leave_this_page">Leave this Page</string>
+ <!-- Popup button for user to cancel a beforeunload dialog box triggerd by a page navigation,
+ i.e. they want to stay on the current page [CHAR-LIMIT=20] -->
+ <string name="stay_on_this_page">Stay on this Page</string>
+ <!-- Popup button for user to confirm a beforeunload dialog box triggered by a page reload
+ action, i.e. they want to reload the current page [CHAR-LIMIT=20] -->
+ <string name="reload_this_page">Reload this Page</string>
+ <!-- Popup button for user to cancel a beforeunload dialog box triggered by a page reload
+ action, i.e. they do not want to reload the current page [CHAR-LIMIT=20] -->
+ <string name="dont_reload_this_page">Don\'t reload</string>
+
+ <!-- JS modal dialogs -->
+ <!-- Standard popup button for allowing user confirmation of some webpage
+ event. [CHAR-LIMIT=12] -->
+ <string name="js_modal_dialog_confirm">OK</string>
+ <!-- Standard popup button for allowing user to cancel some webpage event.
+ [CHAR-LIMIT=12] -->
+ <string name="js_modal_dialog_cancel">Cancel</string>
+ <!-- Checkbox allowing users to forgoe an additional prompts from a web
+ page. [CHAR-LIMIT=None] -->
+ <string name="suppress_js_modal_dialogs">Prevent this page from creating additional dialogs</string>
+ <!-- Content description for the input javascript modal dialog prompt. [CHAR-LIMIT=32] -->
+ <string name="accessibility_js_modal_dialog_prompt">Prompt</string>
</resources>
« no previous file with comments | « chrome/android/java/res/values/dimens.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698