Changeset 27620 for trunk/src/wp-includes/media.php
- Timestamp:
- 03/19/2014 08:17:08 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27608 r27620 1125 1125 1126 1126 $playlist_styles = array( 1127 'light' => _x( 'Light', ' lightplaylist theme' ),1128 'dark' => _x( 'Dark', ' darkplaylist theme' )1127 'light' => _x( 'Light', 'playlist theme' ), 1128 'dark' => _x( 'Dark', 'playlist theme' ) 1129 1129 ); 1130 1130 … … 2481 2481 2482 2482 // Crop Image 2483 /* translators: title for Media Manager library view */2484 2483 'chooseImage' => __( 'Choose Image' ), 2485 /* translators: button to select an image from the MM library to crop */2486 2484 'selectAndCrop' => __( 'Select and Crop' ), 2487 /* translators: button to choose not to crop the selected image */2488 2485 'skipCropping' => __( 'Skip Cropping' ), 2489 /* translators: button to choose to crop the selected image */2490 2486 'cropImage' => __( 'Crop Image' ), 2491 2487 'cropYourImage' => __( 'Crop your image' ), 2492 /* translators: button label changes to this while the image is being cropped server-side */ 2493 'cropping' => __( 'Cropping...' ), 2494 /* translators: suggested width of header image in pixels */ 2488 'cropping' => __( 'Cropping…' ), 2495 2489 'suggestedWidth' => __( 'Suggested width is %d pixels.' ), 2496 /* translators: suggested height of header image in pixels */2497 2490 'suggestedHeight' => __( 'Suggested height is %d pixels.' ), 2498 2491
Note: See TracChangeset
for help on using the changeset viewer.