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

Unified Diff: webkit/glue/webkit_strings.grd

Issue 11270005: Add a string for WebLocalizedString::WeekFormatTemplate. The string is converted to an LDML date fo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_strings.grd
diff --git a/webkit/glue/webkit_strings.grd b/webkit/glue/webkit_strings.grd
index 01a2f3b9c1bdffbdb1b4f868d8f58a6b67d2da02..1ed13231798c21270a6b217a5aba94575600495e 100644
--- a/webkit/glue/webkit_strings.grd
+++ b/webkit/glue/webkit_strings.grd
@@ -411,6 +411,9 @@ below:
1024 (Medium Grade)
</message>
+ <message name="IDS_FORM_INPUT_WEEK_TEMPLATE" desc="A specfic week (1-53) in a specific year shown in a form control">
+ Week <ph name="WEEKNUMBER">$2<ex>51</ex></ph>-<ph name="YEAR">$1<ex>2012</ex></ph>
tony 2012/10/24 20:31:54 In US English, I think a comma might be less confu
tony 2012/10/24 20:39:17 Wait, in the code in WebKit, you convert $1 to ww
tkent 2012/10/26 02:03:54 Done.
tkent 2012/10/26 02:03:54 We need to quote any latin alphabet letters in thi
+ </message>
<message name="IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE" desc="Heading or short sentence shown when a file upload control in a webpage requires one or more files selected, but the user didn't specify any files.">
Please select one or more files.
</message>
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698