Changeset 38089
- Timestamp:
- 07/18/2016 11:29:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r38088 r38089 340 340 'language' => get_bloginfo( 'language' ), 341 341 'strings' => array( 342 'Close' => __( 'Close' ), 343 'Fullscreen' => __( 'Fullscreen' ), 344 'Download File' => __( 'Download File' ), 345 'Download Video' => __( 'Download Video' ), 346 'Play/Pause' => __( 'Play/Pause' ), 347 'Mute Toggle' => __( 'Mute Toggle' ), 348 'None' => __( 'None' ), 349 'Turn off Fullscreen' => __( 'Turn off Fullscreen' ), 350 'Go Fullscreen' => __( 'Go Fullscreen' ), 351 'Unmute' => __( 'Unmute' ), 352 'Mute' => __( 'Mute' ), 353 'Captions/Subtitles' => __( 'Captions/Subtitles' ) 342 'Close' => __( 'Close' ), 343 'Fullscreen' => __( 'Fullscreen' ), 344 'Turn off Fullscreen' => __( 'Turn off Fullscreen' ), 345 'Go Fullscreen' => __( 'Go Fullscreen' ), 346 'Download File' => __( 'Download File' ), 347 'Download Video' => __( 'Download Video' ), 348 'Play' => __( 'Play' ), 349 'Pause' => __( 'Pause' ), 350 'Captions/Subtitles' => __( 'Captions/Subtitles' ), 351 'None' => __( 'None', 'no captions/subtitles' ), 352 'Time Slider' => __( 'Time Slider' ), 353 'Jump forward %1 seconds' => __( 'Jump forward %1 seconds' ), 354 'Skip back %1 seconds' => __( 'Skip back %1 seconds' ), 355 'Video Player' => __( 'Video Player' ), 356 'Audio Player' => __( 'Audio Player' ), 357 'Volume Slider' => __( 'Volume Slider' ), 358 'Mute Toggle' => __( 'Mute Toggle' ), 359 'Unmute' => __( 'Unmute' ), 360 'Mute' => __( 'Mute' ), 361 'Use Up/Down Arrow keys to increase or decrease volume.' => __( 'Use Up/Down Arrow keys to increase or decrease volume.' ), 362 '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.', 354 363 ), 355 364 ) );
Note: See TracChangeset
for help on using the changeset viewer.