Changeset 218731 in webkit


Ignore:
Timestamp:
Jun 22, 2017 6:18:39 PM (7 years ago)
Author:
graouts@webkit.org
Message:

Modern media controls localised strings are out of sync with used strings in code
https://bugs.webkit.org/show_bug.cgi?id=173752

Reviewed by Dean Jackson.

Remove strings we no longer use and add strings we use but failed to add previously.

  • English.lproj/modern-media-controls-localized-strings.js:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r218730 r218731  
     12017-06-22  Antoine Quint  <graouts@apple.com>
     2
     3        Modern media controls localised strings are out of sync with used strings in code
     4        https://bugs.webkit.org/show_bug.cgi?id=173752
     5
     6        Reviewed by Dean Jackson.
     7
     8        Remove strings we no longer use and add strings we use but failed to add previously.
     9
     10        * English.lproj/modern-media-controls-localized-strings.js:
     11
    1122017-06-22  Antoine Quint  <graouts@apple.com>
    213
  • trunk/Source/WebCore/English.lproj/modern-media-controls-localized-strings.js

    r218145 r218731  
    55    "Enter Full Screen": "Enter Full Screen",
    66    "Enter Picture in Picture": "Enter Picture in Picture",
     7    "Elapsed": "Elapsed",
    78    "Exit Full Screen": "Exit Full Screen",
    89    "Error": "Error",
     
    1112    "Hours": "Hours",
    1213    "Invalid": "Invalid",
    13     "Skip Back 30 seconds": "Skip Back 30 seconds",
    1414    "Live Broadcast": "Live Broadcast",
    15     "Loading": "Loading",
    1615    "Minute": "Minute",
    1716    "Minutes": "Minutes",
     
    2120    "Picture in Picture": "Picture in Picture",
    2221    "Play": "Play",
     22    "Remaining": "Remaining",
    2323    "Rewind": "Rewind",
    24     "Scale to Fill": "Scale to Fill",
    25     "Scale to Fit": "Scale to Fit",
    2624    "Second": "Second",
    2725    "Seconds": "Seconds",
     26    "Skip Back 15 seconds": "Skip Back 15 seconds",
     27    "Skip Forward 15 seconds": "Skip Forward 15 seconds",
    2828    "Subtitles": "Subtitles",
    29     "Start": "Start",
    3029    "This video is playing in picture in picture.": "This video is playing in picture in picture.",
    3130    "This video is playing on your Apple TV": "This video is playing on your Apple TV",
    3231    "Unmute": "Unmute",
    3332    "Video Controls": "Video Controls",
    34     "Volume": "Volume",
    3533    "Volume Down": "Volume Down",
    3634    "Volume Up": "Volume Up"
Note: See TracChangeset for help on using the changeset viewer.