wp/wp-includes/widgets/class-wp-widget-media-image.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    39 				'add_media'                  => _x( 'Add Image', 'label for button in the image widget' ),
    39 				'add_media'                  => _x( 'Add Image', 'label for button in the image widget' ),
    40 				'replace_media'              => _x( 'Replace Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ),
    40 				'replace_media'              => _x( 'Replace Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ),
    41 				'edit_media'                 => _x( 'Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ),
    41 				'edit_media'                 => _x( 'Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ),
    42 				'missing_attachment'         => sprintf(
    42 				'missing_attachment'         => sprintf(
    43 					/* translators: %s: URL to media library. */
    43 					/* translators: %s: URL to media library. */
    44 					__( 'We can&#8217;t find that image. Check your <a href="%s">media library</a> and make sure it wasn&#8217;t deleted.' ),
    44 					__( 'That image cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    45 					esc_url( admin_url( 'upload.php' ) )
    45 					esc_url( admin_url( 'upload.php' ) )
    46 				),
    46 				),
    47 				/* translators: %d: Widget count. */
    47 				/* translators: %d: Widget count. */
    48 				'media_library_state_multi'  => _n_noop( 'Image Widget (%d)', 'Image Widget (%d)' ),
    48 				'media_library_state_multi'  => _n_noop( 'Image Widget (%d)', 'Image Widget (%d)' ),
    49 				'media_library_state_single' => __( 'Image Widget' ),
    49 				'media_library_state_single' => __( 'Image Widget' ),