mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Administration: Move more table strings to sentence casing.
WordPress as a project has moved largely to sentence casing for UI elements in the admin. This commit moves several string$ * Move to trash * Mark as spam * Permanently delete comment * Approve comment * In response to * Bulk actions * Not spam * Sumitted on * Delete permanently * Add media * Upload files * Upload images * Add media * Bulk select * Restore from trash * Search media * Attachment details * Create gallery * Edit gallery * Cancel gallery * Add to gallery * Image details * Replace image * Cancel edit * Edit image * Choose image * Select and crop * Skip cropping * Crop image * Audio details * Replace audio * Add audio source * Video details * Replace video * Add video source * Select poster image * Add subtitles * Create audio playlist * Edit audio playlist. * Cancel audio playlist * Create video playlist * Edit video playlist * Add to video playlist * Filter media Fixes #40244. Props afercia, bhargavbhandari90, rcutmore, webzunft, manojlovic, jeremyfelt, desrosj, lschuyler, SergeyBiryukov, whyisjake. git-svn-id: https://develop.svn.wordpress.org/trunk@48352 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4156,7 +4156,7 @@ function wp_enqueue_media( $args = array() ) {
|
||||
// Generic.
|
||||
'mediaFrameDefaultTitle' => __( 'Media' ),
|
||||
'url' => __( 'URL' ),
|
||||
'addMedia' => __( 'Add Media' ),
|
||||
'addMedia' => __( 'Add media' ),
|
||||
'search' => __( 'Search' ),
|
||||
'select' => __( 'Select' ),
|
||||
'cancel' => __( 'Cancel' ),
|
||||
@@ -4173,12 +4173,12 @@ function wp_enqueue_media( $args = array() ) {
|
||||
'dragInfo' => __( 'Drag and drop to reorder media files.' ),
|
||||
|
||||
// Upload.
|
||||
'uploadFilesTitle' => __( 'Upload Files' ),
|
||||
'uploadImagesTitle' => __( 'Upload Images' ),
|
||||
'uploadFilesTitle' => __( 'Upload files' ),
|
||||
'uploadImagesTitle' => __( 'Upload images' ),
|
||||
|
||||
// Library.
|
||||
'mediaLibraryTitle' => __( 'Media Library' ),
|
||||
'insertMediaTitle' => __( 'Add Media' ),
|
||||
'insertMediaTitle' => __( 'Add media' ),
|
||||
'createNewGallery' => __( 'Create a new gallery' ),
|
||||
'createNewPlaylist' => __( 'Create a new playlist' ),
|
||||
'createNewVideoPlaylist' => __( 'Create a new video playlist' ),
|
||||
@@ -4194,15 +4194,15 @@ function wp_enqueue_media( $args = array() ) {
|
||||
'warnDelete' => __( "You are about to permanently delete this item from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete." ),
|
||||
'warnBulkDelete' => __( "You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete." ),
|
||||
'warnBulkTrash' => __( "You are about to trash these items.\n 'Cancel' to stop, 'OK' to delete." ),
|
||||
'bulkSelect' => __( 'Bulk Select' ),
|
||||
'trashSelected' => __( 'Move to Trash' ),
|
||||
'restoreSelected' => __( 'Restore from Trash' ),
|
||||
'deletePermanently' => __( 'Delete Permanently' ),
|
||||
'bulkSelect' => __( 'Bulk select' ),
|
||||
'trashSelected' => __( 'Move to trash' ),
|
||||
'restoreSelected' => __( 'Restore from trash' ),
|
||||
'deletePermanently' => __( 'Delete permanently' ),
|
||||
'apply' => __( 'Apply' ),
|
||||
'filterByDate' => __( 'Filter by date' ),
|
||||
'filterByType' => __( 'Filter by type' ),
|
||||
'searchLabel' => __( 'Search' ),
|
||||
'searchMediaLabel' => __( 'Search Media' ), // Backward compatibility pre-5.3.
|
||||
'searchMediaLabel' => __( 'Search media' ), // Backward compatibility pre-5.3.
|
||||
'searchMediaPlaceholder' => __( 'Search media items...' ), // Placeholder (no ellipsis), backward compatibility pre-5.3.
|
||||
'mediaFound' => __( 'Number of media items found: %d' ),
|
||||
'mediaFoundHasMoreResults' => __( 'Number of media items displayed: %d. Scroll the page for more results.' ),
|
||||
@@ -4210,7 +4210,7 @@ function wp_enqueue_media( $args = array() ) {
|
||||
'noMediaTryNewSearch' => __( 'No media items found. Try a different search.' ),
|
||||
|
||||
// Library Details.
|
||||
'attachmentDetails' => __( 'Attachment Details' ),
|
||||
'attachmentDetails' => __( 'Attachment details' ),
|
||||
|
||||
// From URL.
|
||||
'insertFromUrlTitle' => __( 'Insert from URL' ),
|
||||
@@ -4220,26 +4220,26 @@ function wp_enqueue_media( $args = array() ) {
|
||||
'setFeaturedImage' => $post_type_object->labels->set_featured_image,
|
||||
|
||||
// Gallery.
|
||||
'createGalleryTitle' => __( 'Create Gallery' ),
|
||||
'editGalleryTitle' => __( 'Edit Gallery' ),
|
||||
'cancelGalleryTitle' => __( '← Cancel Gallery' ),
|
||||
'createGalleryTitle' => __( 'Create gallery' ),
|
||||
'editGalleryTitle' => __( 'Edit gallery' ),
|
||||
'cancelGalleryTitle' => __( '← Cancel gallery' ),
|
||||
'insertGallery' => __( 'Insert gallery' ),
|
||||
'updateGallery' => __( 'Update gallery' ),
|
||||
'addToGallery' => __( 'Add to gallery' ),
|
||||
'addToGalleryTitle' => __( 'Add to Gallery' ),
|
||||
'addToGalleryTitle' => __( 'Add to gallery' ),
|
||||
'reverseOrder' => __( 'Reverse order' ),
|
||||
|
||||
// Edit Image.
|
||||
'imageDetailsTitle' => __( 'Image Details' ),
|
||||
'imageReplaceTitle' => __( 'Replace Image' ),
|
||||
'imageDetailsCancel' => __( 'Cancel Edit' ),
|
||||
'editImage' => __( 'Edit Image' ),
|
||||
'imageDetailsTitle' => __( 'Image details' ),
|
||||
'imageReplaceTitle' => __( 'Replace image' ),
|
||||
'imageDetailsCancel' => __( 'Cancel edit' ),
|
||||
'editImage' => __( 'Edit image' ),
|
||||
|
||||
// Crop Image.
|
||||
'chooseImage' => __( 'Choose Image' ),
|
||||
'selectAndCrop' => __( 'Select and Crop' ),
|
||||
'skipCropping' => __( 'Skip Cropping' ),
|
||||
'cropImage' => __( 'Crop Image' ),
|
||||
'chooseImage' => __( 'Choose image' ),
|
||||
'selectAndCrop' => __( 'Select and crop' ),
|
||||
'skipCropping' => __( 'Skip cropping' ),
|
||||
'cropImage' => __( 'Crop image' ),
|
||||
'cropYourImage' => __( 'Crop your image' ),
|
||||
'cropping' => __( 'Cropping…' ),
|
||||
/* translators: 1: Suggested width number, 2: Suggested height number. */
|
||||
@@ -4247,24 +4247,24 @@ function wp_enqueue_media( $args = array() ) {
|
||||
'cropError' => __( 'There has been an error cropping your image.' ),
|
||||
|
||||
// Edit Audio.
|
||||
'audioDetailsTitle' => __( 'Audio Details' ),
|
||||
'audioReplaceTitle' => __( 'Replace Audio' ),
|
||||
'audioAddSourceTitle' => __( 'Add Audio Source' ),
|
||||
'audioDetailsCancel' => __( 'Cancel Edit' ),
|
||||
'audioDetailsTitle' => __( 'Audio details' ),
|
||||
'audioReplaceTitle' => __( 'Replace audio' ),
|
||||
'audioAddSourceTitle' => __( 'Add audio source' ),
|
||||
'audioDetailsCancel' => __( 'Cancel edit' ),
|
||||
|
||||
// Edit Video.
|
||||
'videoDetailsTitle' => __( 'Video Details' ),
|
||||
'videoReplaceTitle' => __( 'Replace Video' ),
|
||||
'videoAddSourceTitle' => __( 'Add Video Source' ),
|
||||
'videoDetailsCancel' => __( 'Cancel Edit' ),
|
||||
'videoSelectPosterImageTitle' => __( 'Select Poster Image' ),
|
||||
'videoAddTrackTitle' => __( 'Add Subtitles' ),
|
||||
'videoDetailsTitle' => __( 'Video details' ),
|
||||
'videoReplaceTitle' => __( 'Replace video' ),
|
||||
'videoAddSourceTitle' => __( 'Add video source' ),
|
||||
'videoDetailsCancel' => __( 'Cancel edit' ),
|
||||
'videoSelectPosterImageTitle' => __( 'Select poster image' ),
|
||||
'videoAddTrackTitle' => __( 'Add subtitles' ),
|
||||
|
||||
// Playlist.
|
||||
'playlistDragInfo' => __( 'Drag and drop to reorder tracks.' ),
|
||||
'createPlaylistTitle' => __( 'Create Audio Playlist' ),
|
||||
'editPlaylistTitle' => __( 'Edit Audio Playlist' ),
|
||||
'cancelPlaylistTitle' => __( '← Cancel Audio Playlist' ),
|
||||
'createPlaylistTitle' => __( 'Create audio playlist' ),
|
||||
'editPlaylistTitle' => __( 'Edit audio playlist' ),
|
||||
'cancelPlaylistTitle' => __( '← Cancel audio playlist' ),
|
||||
'insertPlaylist' => __( 'Insert audio playlist' ),
|
||||
'updatePlaylist' => __( 'Update audio playlist' ),
|
||||
'addToPlaylist' => __( 'Add to audio playlist' ),
|
||||
@@ -4272,16 +4272,16 @@ function wp_enqueue_media( $args = array() ) {
|
||||
|
||||
// Video Playlist.
|
||||
'videoPlaylistDragInfo' => __( 'Drag and drop to reorder videos.' ),
|
||||
'createVideoPlaylistTitle' => __( 'Create Video Playlist' ),
|
||||
'editVideoPlaylistTitle' => __( 'Edit Video Playlist' ),
|
||||
'cancelVideoPlaylistTitle' => __( '← Cancel Video Playlist' ),
|
||||
'createVideoPlaylistTitle' => __( 'Create video playlist' ),
|
||||
'editVideoPlaylistTitle' => __( 'Edit video playlist' ),
|
||||
'cancelVideoPlaylistTitle' => __( '← Cancel video playlist' ),
|
||||
'insertVideoPlaylist' => __( 'Insert video playlist' ),
|
||||
'updateVideoPlaylist' => __( 'Update video playlist' ),
|
||||
'addToVideoPlaylist' => __( 'Add to video playlist' ),
|
||||
'addToVideoPlaylistTitle' => __( 'Add to Video Playlist' ),
|
||||
'addToVideoPlaylistTitle' => __( 'Add to video Playlist' ),
|
||||
|
||||
// Headings.
|
||||
'filterAttachments' => __( 'Filter Media' ),
|
||||
'filterAttachments' => __( 'Filter media' ),
|
||||
'attachmentsList' => __( 'Media list' ),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user