I18N: Add a translator comment for two MediaElement.js strings added in [38089].
Props ideag. See #37453, #37394. Built from https://develop.svn.wordpress.org/trunk@38150 git-svn-id: http://core.svn.wordpress.org/trunk@38091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fdc07533f5
commit
9631611e92
|
@ -350,7 +350,9 @@ function wp_default_scripts( &$scripts ) {
|
|||
'Captions/Subtitles' => __( 'Captions/Subtitles' ),
|
||||
'None' => __( 'None', 'no captions/subtitles' ),
|
||||
'Time Slider' => __( 'Time Slider' ),
|
||||
/* translators: %1: number of seconds (30 by default) */
|
||||
'Jump forward %1 seconds' => __( 'Jump forward %1 seconds' ),
|
||||
/* translators: %1: number of seconds (30 by default) */
|
||||
'Skip back %1 seconds' => __( 'Skip back %1 seconds' ),
|
||||
'Video Player' => __( 'Video Player' ),
|
||||
'Audio Player' => __( 'Audio Player' ),
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-beta4-38149';
|
||||
$wp_version = '4.6-beta4-38150';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue