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

Unified Diff: chrome/android/java/strings/android_chrome_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 | « chrome/android/java/res/values/strings.xml ('k') | content/public/android/java/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 50198184471c8f4c71980e77de3a8e7206b6cb3a..f1fe17ab0affedb8780f93d5b238e5134beabfd9 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -29,6 +29,9 @@
<message desc="Content description for the input javascript modal dialog prompt. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_JS_MODAL_DIALOG_PROMPT">
Prompt
</message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_CERTTITLE">
+ Certificate Viewer
+ </message>
</messages>
</release>
<translations>
@@ -82,6 +85,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 | « chrome/android/java/res/values/strings.xml ('k') | content/public/android/java/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698