Changeset 45932 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r45926 r45932 2012 2012 <span class="wp-playlist-item-meta wp-playlist-item-title"> 2013 2013 <?php 2014 /* translators: playlist item title*/2014 /* translators: %s: Playlist item title. */ 2015 2015 printf( _x( '“%s”', 'playlist item title' ), '{{ data.title }}' ); 2016 2016 ?> … … 2029 2029 <span class="wp-playlist-item-title"> 2030 2030 <?php 2031 /* translators: playlist item title*/2031 /* translators: %s: Playlist item title. */ 2032 2032 printf( _x( '“%s”', 'playlist item title' ), '{{{ data.title }}}' ); 2033 2033 ?> … … 3707 3707 foreach ( $months as $month_year ) { 3708 3708 $month_year->text = sprintf( 3709 /* translators: 1: month, 2: year*/3709 /* translators: 1: Month, 2: Year. */ 3710 3710 __( '%1$s %2$d' ), 3711 3711 $wp_locale->get_month( $month_year->month ), … … 3854 3854 'cropYourImage' => __( 'Crop your image' ), 3855 3855 'cropping' => __( 'Cropping…' ), 3856 /* translators: 1: suggested width number, 2: suggested height number. */3856 /* translators: 1: Suggested width number, 2: Suggested height number. */ 3857 3857 'suggestedDimensions' => __( 'Suggested image dimensions: %1$s by %2$s pixels.' ), 3858 3858 'cropError' => __( 'There has been an error cropping your image.' ),
Note: See TracChangeset
for help on using the changeset viewer.