Ticket #53985: 53985.diff
File 53985.diff, 1.2 KB (added by , 4 years ago) |
---|
-
src/wp-includes/script-loader.php
874 874 'missing_upload_url' => __( 'There was a configuration error. Please contact the server administrator.' ), 875 875 'upload_limit_exceeded' => __( 'You may only upload 1 file.' ), 876 876 'http_error' => __( 'Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.' ), 877 'http_error_image' => __( 'Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 25 00 pixels.' ),877 'http_error_image' => __( 'Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.' ), 878 878 'upload_failed' => __( 'Upload failed.' ), 879 879 /* translators: 1: Opening link tag, 2: Closing link tag. */ 880 880 'big_upload_failed' => __( 'Please try uploading this file with the %1$sbrowser uploader%2$s.' ),