I18N: Add a translator comment for two MediaElement.js strings added in [38089].

Props ideag.
See #37453, #37394.

git-svn-id: https://develop.svn.wordpress.org/trunk@38150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-07-25 14:15:07 +00:00
parent cc9e4262ca
commit 7bf85ed296

View File

@ -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' ),