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’t find that image. Check your <a href="%s">media library</a> and make sure it wasn’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' ), |