Media: Update list of translatable strings for MediaElement.js.
Fixes #37394. Built from https://develop.svn.wordpress.org/trunk@38089 git-svn-id: http://core.svn.wordpress.org/trunk@38030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
20f0aeb0f7
commit
478f8c16dc
|
@ -341,16 +341,25 @@ function wp_default_scripts( &$scripts ) {
|
||||||
'strings' => array(
|
'strings' => array(
|
||||||
'Close' => __( 'Close' ),
|
'Close' => __( 'Close' ),
|
||||||
'Fullscreen' => __( 'Fullscreen' ),
|
'Fullscreen' => __( 'Fullscreen' ),
|
||||||
'Download File' => __( 'Download File' ),
|
|
||||||
'Download Video' => __( 'Download Video' ),
|
|
||||||
'Play/Pause' => __( 'Play/Pause' ),
|
|
||||||
'Mute Toggle' => __( 'Mute Toggle' ),
|
|
||||||
'None' => __( 'None' ),
|
|
||||||
'Turn off Fullscreen' => __( 'Turn off Fullscreen' ),
|
'Turn off Fullscreen' => __( 'Turn off Fullscreen' ),
|
||||||
'Go Fullscreen' => __( 'Go Fullscreen' ),
|
'Go Fullscreen' => __( 'Go Fullscreen' ),
|
||||||
|
'Download File' => __( 'Download File' ),
|
||||||
|
'Download Video' => __( 'Download Video' ),
|
||||||
|
'Play' => __( 'Play' ),
|
||||||
|
'Pause' => __( 'Pause' ),
|
||||||
|
'Captions/Subtitles' => __( 'Captions/Subtitles' ),
|
||||||
|
'None' => __( 'None', 'no captions/subtitles' ),
|
||||||
|
'Time Slider' => __( 'Time Slider' ),
|
||||||
|
'Jump forward %1 seconds' => __( 'Jump forward %1 seconds' ),
|
||||||
|
'Skip back %1 seconds' => __( 'Skip back %1 seconds' ),
|
||||||
|
'Video Player' => __( 'Video Player' ),
|
||||||
|
'Audio Player' => __( 'Audio Player' ),
|
||||||
|
'Volume Slider' => __( 'Volume Slider' ),
|
||||||
|
'Mute Toggle' => __( 'Mute Toggle' ),
|
||||||
'Unmute' => __( 'Unmute' ),
|
'Unmute' => __( 'Unmute' ),
|
||||||
'Mute' => __( 'Mute' ),
|
'Mute' => __( 'Mute' ),
|
||||||
'Captions/Subtitles' => __( 'Captions/Subtitles' )
|
'Use Up/Down Arrow keys to increase or decrease volume.' => __( 'Use Up/Down Arrow keys to increase or decrease volume.' ),
|
||||||
|
'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.',
|
||||||
),
|
),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-beta3-38088';
|
$wp_version = '4.6-beta3-38089';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue