Changeset 207398 in webkit


Ignore:
Timestamp:
Oct 16, 2016 7:12:32 PM (8 years ago)
Author:
Chris Dumez
Message:

Update WebKit localizable strings
https://bugs.webkit.org/show_bug.cgi?id=163513

Reviewed by Dan Bernstein.

Update WebKit localizable strings as it was missing the "too short" one needed
by form validation. This was causing a "Localized string not found" message to
be shown when testing the following sample on WebKit ToT:

  • English.lproj/Localizable.strings:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207397 r207398  
     12016-10-16  Chris Dumez  <cdumez@apple.com>
     2
     3        Update WebKit localizable strings
     4        https://bugs.webkit.org/show_bug.cgi?id=163513
     5
     6        Reviewed by Dan Bernstein.
     7
     8        Update WebKit localizable strings as it was missing the "too short" one needed
     9        by form validation. This was causing a "Localized string not found" message to
     10        be shown when testing the following sample on WebKit ToT:
     11        - https://googlechrome.github.io/samples/report-validity/
     12
     13        * English.lproj/Localizable.strings:
     14
    1152016-10-16  Chris Dumez  <cdumez@apple.com>
    216
  • trunk/Source/WebCore/English.lproj/Localizable.strings

    r206943 r207398  
    134134"Bulleted list" = "Bulleted list";
    135135
    136 /* Exit fullscreen button in fullscreen media controls */
    137 "Exit Fullscreen" = "Exit Fullscreen";
    138 
    139136/* menu item title for phone number */
    140137"Call Using iPhone:" = "Call Using iPhone:";
     
    257254"Exit Full Screen" = "Exit Full Screen";
    258255
     256/* Button for exiting fullscreen when in fullscreen media playback */
     257"Exit Fullscreen" = "Exit Fullscreen";
     258
    259259/* menu item */
    260260"Exit Picture in Picture" = "Exit Picture in Picture";
    261261
    262 /* accessibility role description for a figure element */
    263 "figure" = "figure";
    264 
    265262/* Default application name for Open With context menu */
    266263"Finder" = "Finder";
     
    839836"fast reverse" = "fast reverse";
    840837
     838/* accessibility role description for a figure element. */
     839"figure" = "figure";
     840
    841841/* accessibility role description for a file upload button */
    842842"file upload button" = "file upload button";
     
    10971097"too long" = "too long";
    10981098
     1099/* Validation message for form control elements with a value shorter than minimum allowed length */
     1100"too short" = "too short";
     1101
    10991102/* An ARIA accessibility group that acts as a tooltip. */
    11001103"tooltip" = "tooltip";
Note: See TracChangeset for help on using the changeset viewer.