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

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

Issue 12259017: Maintain Android strings in grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix behavior for targets that don't generate strings.xml Created 7 years, 10 months 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: ui/android/java/res/values/strings.xml
diff --git a/ui/android/java/res/values/strings.xml b/ui/android/java/res/values/strings.xml
index 0ea768b42809ba12c2f6da241490f1dc75320339..850bcc5c5e6b6e520ebfd58443b46981c8129607 100644
--- a/ui/android/java/res/values/strings.xml
+++ b/ui/android/java/res/values/strings.xml
@@ -5,11 +5,12 @@
found in the LICENSE file.
-->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Error shown when the browser is restarted due to low memory during a
- file picker operation. [CHAR-LIMIT=NONE] -->
- <string name="low_memory_error">Unable to complete previous operation due to low memory</string>
- <!-- Toast when the browser is unable to open a file for upload. [CHAR-LIMIT=32] -->
- <string name="opening_file_error">Failed to open selected file</string>
-</resources>
+<!-- DO NOT ADD STRINGS HERE.
+
+ Android ui strings now live in
+ ui/android/java/strings/android_ui_strings.grd
+
+ See http://www.chromium.org/developers/design-documents/ui-localization
+-->
+
+<resources/>
« no previous file with comments | « content/public/android/java/strings/android_content_strings.grd ('k') | ui/android/java/strings/android_ui_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698