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:
Dominik Schilling 2016-07-18 11:30:28 +00:00
parent 20f0aeb0f7
commit 478f8c16dc
2 changed files with 22 additions and 13 deletions

View File

@ -339,18 +339,27 @@ function wp_default_scripts( &$scripts ) {
did_action( 'init' ) && $scripts->localize( 'mediaelement', 'mejsL10n', array(
'language' => get_bloginfo( 'language' ),
'strings' => array(
'Close' => __( 'Close' ),
'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' ),
'Go Fullscreen' => __( 'Go Fullscreen' ),
'Unmute' => __( 'Unmute' ),
'Mute' => __( 'Mute' ),
'Captions/Subtitles' => __( 'Captions/Subtitles' )
'Close' => __( 'Close' ),
'Fullscreen' => __( 'Fullscreen' ),
'Turn off Fullscreen' => __( 'Turn off 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' ),
'Mute' => __( 'Mute' ),
'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.',
),
) );

View File

@ -4,7 +4,7 @@
*
* @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.