Title: [129873] trunk/Source/Platform
Revision
129873
Author
[email protected]
Date
2012-09-28 03:59:32 -0700 (Fri, 28 Sep 2012)

Log Message

[Forms] Add localized strings for multiple fields date/time input UI
https://bugs.webkit.org/show_bug.cgi?id=97878

Reviewed by Kent Tamura.

This patch introduces following localized string identifier for
month, time and week pickers:
    - OtherMonthLabel - appeared at the last entry in suggestion list.
    - OtherTimeLabel - ditto
    - OtherWeekLabel - ditto
    - ThisMonthButtonLabel - used in month picker
    - ThisWeekButtonLabel - used in week picker

* chromium/public/WebLocalizedString.h: Added OtherMonthLabel, OtherTimeLabel, OtherWeekLabel, ThiMonthkButtonLabel, and ThisWeekButtonLabel.

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (129872 => 129873)


--- trunk/Source/Platform/ChangeLog	2012-09-28 10:49:05 UTC (rev 129872)
+++ trunk/Source/Platform/ChangeLog	2012-09-28 10:59:32 UTC (rev 129873)
@@ -1,3 +1,20 @@
+2012-09-28  Yoshifumi Inoue  <[email protected]>
+
+        [Forms] Add localized strings for multiple fields date/time input UI
+        https://bugs.webkit.org/show_bug.cgi?id=97878
+
+        Reviewed by Kent Tamura.
+
+        This patch introduces following localized string identifier for
+        month, time and week pickers:
+            - OtherMonthLabel - appeared at the last entry in suggestion list.
+            - OtherTimeLabel - ditto
+            - OtherWeekLabel - ditto
+            - ThisMonthButtonLabel - used in month picker
+            - ThisWeekButtonLabel - used in week picker
+
+        * chromium/public/WebLocalizedString.h: Added OtherMonthLabel, OtherTimeLabel, OtherWeekLabel, ThiMonthkButtonLabel, and ThisWeekButtonLabel.
+
 2012-09-27  Mark Pilgrim  <[email protected]>
 
         [Chromium] Remove screen-related functions from PlatformSupport

Modified: trunk/Source/Platform/chromium/public/WebLocalizedString.h (129872 => 129873)


--- trunk/Source/Platform/chromium/public/WebLocalizedString.h	2012-09-28 10:49:05 UTC (rev 129872)
+++ trunk/Source/Platform/chromium/public/WebLocalizedString.h	2012-09-28 10:59:32 UTC (rev 129873)
@@ -73,6 +73,9 @@
         MultipleFileUploadText,
         OtherColorLabel,
         OtherDateLabel,
+        OtherMonthLabel,
+        OtherTimeLabel,
+        OtherWeekLabel,
         PlaceholderForDayOfMonthField,
         PlaceholderForMonthField,
         PlaceholderForYearField,
@@ -82,6 +85,8 @@
         SearchMenuNoRecentSearchesText,
         SearchMenuRecentSearchesText,
         SubmitButtonDefaultLabel,
+        ThisMonthButtonLabel,
+        ThisWeekButtonLabel,
         ValidationPatternMismatch,
         ValidationRangeOverflow,
         ValidationRangeUnderflow,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to