Changeset 27481 for trunk/src/wp-includes/media.php
- Timestamp:
- 03/09/2014 10:31:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27478 r27481 2396 2396 'update' => __( 'Update' ), 2397 2397 'replace' => __( 'Replace' ), 2398 'back' => __( 'Back' ), 2398 'remove' => __( 'Remove' ), 2399 'back' => __( 'Back' ), 2399 2400 /* translators: This is a would-be plural string used in the media manager. 2400 2401 If there is not a word you can use in your language to avoid issues with the … … 2451 2452 'audioDetailsText' => __( '"Replace Audio" will remove all associated source files when you update. ' . 2452 2453 '"Add Audio Source" allows you to specify alternate sources for maximum native HTML5 audio playback.' ), 2453 'audioRemoveSource' => __( 'Remove Audio Source' ),2454 2454 2455 2455 // Edit Video … … 2460 2460 'videoDetailsText' => __( '"Replace Video" will remove all associated source files when you update. ' . 2461 2461 '"Add Video Source" allows you to specify alternate sources for maximum native HTML5 video playback.' ), 2462 'videoRemoveSource' => __( 'Remove Video Source' ),2463 2462 'videoSelectPosterImageTitle' => _( 'Select Poster Image' ), 2464 'video RemovePoster' => __( 'Remove Poster Image' ),2463 'videoAddTrackTitle' => __( 'Add Subtitles' ), 2465 2464 2466 2465 // Playlist
Note: See TracChangeset
for help on using the changeset viewer.