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

Unified Diff: content/public/android/java/strings/android_content_strings.grd

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
« no previous file with comments | « content/public/android/java/res/values/strings.xml ('k') | ui/android/java/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/strings/android_content_strings.grd
diff --git a/content/public/android/java/strings/android_content_strings.grd b/content/public/android/java/strings/android_content_strings.grd
index 383072ae4289b69af167ddb8d5ffea3c998663f0..26c801ea38c3b2543e177a9ffb344156e3a43430 100644
--- a/content/public/android/java/strings/android_content_strings.grd
+++ b/content/public/android/java/strings/android_content_strings.grd
@@ -17,6 +17,9 @@
<message desc="Label for 'clear' button in date picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_CLEAR">
Clear
</message>
+ <message desc="Title for the date picker dialog, which can be used to choose a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE">
+ Set date
+ </message>
<message desc="Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32]" name="IDS_DATE_TIME_PICKER_DIALOG_TITLE">
Set date and time
</message>
@@ -103,6 +106,7 @@
<output filename="values-da/strings.xml" lang="da" type="android" />
<output filename="values-de/strings.xml" lang="de" type="android" />
<output filename="values-el/strings.xml" lang="el" type="android" />
+ <output filename="values/strings.xml" lang="en" type="android" />
<output filename="values-en-rGB/strings.xml" lang="en-GB" type="android" />
<output filename="values-es/strings.xml" lang="es" type="android" />
<output filename="values-es-rUS/strings.xml" lang="es-419" type="android" />
« no previous file with comments | « content/public/android/java/res/values/strings.xml ('k') | ui/android/java/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698