Changeset 43345 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/14/2018 02:46:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r43175 r43345 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' ), … … 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' ), … … 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' ),
Note: See TracChangeset
for help on using the changeset viewer.