Ticket #42139: 42139.2.diff
File 42139.2.diff, 1.6 KB (added by , 6 years ago) |
---|
-
src/wp-includes/script-loader.php
388 388 'mejs.fullscreen-on' => __( 'Go Fullscreen' ), 389 389 'mejs.download-video' => __( 'Download Video' ), 390 390 'mejs.fullscreen' => __( 'Fullscreen' ), 391 'mejs.time-jump-forward' => array( __( 'Jump forward 1 second' ), __( 'Jump forward %1 seconds' ) ),392 391 'mejs.loop' => __( 'Toggle Loop' ), 393 392 'mejs.play' => __( 'Play' ), 394 393 'mejs.pause' => __( 'Pause' ), … … 395 394 'mejs.close' => __( 'Close' ), 396 395 'mejs.time-slider' => __( 'Time Slider' ), 397 396 'mejs.time-help-text' => __( 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' ), 398 'mejs.time-skip-back' => array( __( 'Skip back 1 second' ), __( 'Skip back %1 seconds' ) ),399 397 'mejs.captions-subtitles' => __( 'Captions/Subtitles' ), 400 398 'mejs.captions-chapters' => __( 'Chapters' ), 401 399 'mejs.none' => __( 'None' ), … … 407 405 'mejs.video-player' => __( 'Video Player' ), 408 406 'mejs.audio-player' => __( 'Audio Player' ), 409 407 'mejs.ad-skip' => __( 'Skip ad' ), 410 'mejs.ad-skip-info' => array( __( 'Skip in 1 second' ), __( 'Skip in %1 seconds' ) ),411 408 'mejs.source-chooser' => __( 'Source Chooser' ), 412 409 'mejs.stop' => __( 'Stop' ), 413 410 'mejs.speed-rate' => __( 'Speed Rate' ),