Title: [218731] trunk/Source/WebCore
Revision
218731
Author
[email protected]
Date
2017-06-22 18:18:39 -0700 (Thu, 22 Jun 2017)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218730 => 218731)


--- trunk/Source/WebCore/ChangeLog	2017-06-23 01:13:21 UTC (rev 218730)
+++ trunk/Source/WebCore/ChangeLog	2017-06-23 01:18:39 UTC (rev 218731)
@@ -1,5 +1,16 @@
 2017-06-22  Antoine Quint  <[email protected]>
 
+        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:
+
+2017-06-22  Antoine Quint  <[email protected]>
+
         Log when scripted animations get suspended and resumed
         https://bugs.webkit.org/show_bug.cgi?id=173751
 

Modified: trunk/Source/WebCore/English.lproj/modern-media-controls-localized-strings.js (218730 => 218731)


--- trunk/Source/WebCore/English.lproj/modern-media-controls-localized-strings.js	2017-06-23 01:13:21 UTC (rev 218730)
+++ trunk/Source/WebCore/English.lproj/modern-media-controls-localized-strings.js	2017-06-23 01:18:39 UTC (rev 218731)
@@ -4,6 +4,7 @@
     "Audio Controls": "Audio Controls",
     "Enter Full Screen": "Enter Full Screen",
     "Enter Picture in Picture": "Enter Picture in Picture",
+    "Elapsed": "Elapsed",
     "Exit Full Screen": "Exit Full Screen",
     "Error": "Error",
     "Forward": "Forward",
@@ -10,9 +11,7 @@
     "Hour": "Hour",
     "Hours": "Hours",
     "Invalid": "Invalid",
-    "Skip Back 30 seconds": "Skip Back 30 seconds",
     "Live Broadcast": "Live Broadcast",
-    "Loading": "Loading",
     "Minute": "Minute",
     "Minutes": "Minutes",
     "Media Selection": "Media Selection",
@@ -20,18 +19,17 @@
     "Pause": "Pause",
     "Picture in Picture": "Picture in Picture",
     "Play": "Play",
+    "Remaining": "Remaining",
     "Rewind": "Rewind",
-    "Scale to Fill": "Scale to Fill",
-    "Scale to Fit": "Scale to Fit",
     "Second": "Second",
     "Seconds": "Seconds",
+    "Skip Back 15 seconds": "Skip Back 15 seconds",
+    "Skip Forward 15 seconds": "Skip Forward 15 seconds",
     "Subtitles": "Subtitles",
-    "Start": "Start",
     "This video is playing in picture in picture.": "This video is playing in picture in picture.",
     "This video is playing on your Apple TV": "This video is playing on your Apple TV",
     "Unmute": "Unmute",
     "Video Controls": "Video Controls",
-    "Volume": "Volume",
     "Volume Down": "Volume Down",
     "Volume Up": "Volume Up"
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to