Make WordPress Core

Ticket #42139: 42139.2.diff

File 42139.2.diff, 1.6 KB (added by metodiew, 6 years ago)
  • src/wp-includes/script-loader.php

     
    388388                                                'mejs.fullscreen-on'       => __( 'Go Fullscreen' ),
    389389                                                'mejs.download-video'      => __( 'Download Video' ),
    390390                                                'mejs.fullscreen'          => __( 'Fullscreen' ),
    391                                                 'mejs.time-jump-forward'   => array( __( 'Jump forward 1 second' ), __( 'Jump forward %1 seconds' ) ),
    392391                                                'mejs.loop'                => __( 'Toggle Loop' ),
    393392                                                'mejs.play'                => __( 'Play' ),
    394393                                                'mejs.pause'               => __( 'Pause' ),
     
    395394                                                'mejs.close'               => __( 'Close' ),
    396395                                                'mejs.time-slider'         => __( 'Time Slider' ),
    397396                                                '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' ) ),
    399397                                                'mejs.captions-subtitles'  => __( 'Captions/Subtitles' ),
    400398                                                'mejs.captions-chapters'   => __( 'Chapters' ),
    401399                                                'mejs.none'                => __( 'None' ),
     
    407405                                                'mejs.video-player'        => __( 'Video Player' ),
    408406                                                'mejs.audio-player'        => __( 'Audio Player' ),
    409407                                                'mejs.ad-skip'             => __( 'Skip ad' ),
    410                                                 'mejs.ad-skip-info'        => array( __( 'Skip in 1 second' ), __( 'Skip in %1 seconds' ) ),
    411408                                                'mejs.source-chooser'      => __( 'Source Chooser' ),
    412409                                                'mejs.stop'                => __( 'Stop' ),
    413410                                                'mejs.speed-rate'          => __( 'Speed Rate' ),