| | 284 | did_action( 'init' ) && $scripts->localize( 'mediaelement', 'mejs', array( |
| | 285 | 'i18n' => array( |
| | 286 | 'locale' => array( |
| | 287 | 'language' => get_bloginfo( 'language' ), |
| | 288 | 'strings' => array( |
| | 289 | 'Close' => __( 'Close' ), |
| | 290 | 'Fullscreen' => __( 'Fullscreen' ), |
| | 291 | 'Download File' => __( 'Download File' ), |
| | 292 | 'Download Video' => __( 'Download Video' ), |
| | 293 | 'Play/Pause' => __( 'Play/Pause' ), |
| | 294 | 'Mute Toggle' => __( 'Mute Toggle' ), |
| | 295 | 'None' => __( 'None' ), |
| | 296 | 'Turn off Fullscreen' => __( 'Turn off Fullscreen' ), |
| | 297 | 'Go Fullscreen' => __( 'Go Fullscreen' ), |
| | 298 | 'Unmute' => __( 'Unmute' ), |
| | 299 | 'Mute' => __( 'Mute' ), |
| | 300 | 'Captions/Subtitles' => __( 'Captions/Subtitles' ) |
| | 301 | ), |
| | 302 | ), |
| | 303 | ), |
| | 304 | ) ); |
| | 305 | |
| | 306 | |