mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
cc9e4262ca
commit
7bf85ed296
@ -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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user