39 'add_media' => _x( 'Add Audio', 'label for button in the audio widget' ), |
39 'add_media' => _x( 'Add Audio', 'label for button in the audio widget' ), |
40 'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), |
40 'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), |
41 'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), |
41 'edit_media' => _x( 'Edit Audio', 'label for button in the audio 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 audio file. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ), |
44 __( 'That audio file 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( 'Audio Widget (%d)', 'Audio Widget (%d)' ), |
48 'media_library_state_multi' => _n_noop( 'Audio Widget (%d)', 'Audio Widget (%d)' ), |
49 'media_library_state_single' => __( 'Audio Widget' ), |
49 'media_library_state_single' => __( 'Audio Widget' ), |
50 'unsupported_file_type' => __( 'Looks like this isn’t the correct kind of file. Please link to an audio file instead.' ), |
50 'unsupported_file_type' => __( 'Looks like this is not the correct kind of file. Please link to an audio file instead.' ), |
51 ) |
51 ) |
52 ); |
52 ); |
53 } |
53 } |
54 |
54 |
55 /** |
55 /** |