Changeset 45926 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/01/2019 05:12:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r45740 r45926 1116 1116 $uploader_l10n = array( 1117 1117 'queue_limit_exceeded' => __( 'You have attempted to queue too many files.' ), 1118 /* translators: %s: File name */ 1118 1119 'file_exceeds_size_limit' => __( '%s exceeds the maximum upload size for this site.' ), 1119 1120 'zero_byte_file' => __( 'This file is empty. Please try another.' ), … … 1129 1130 /* translators: 1: Opening link tag, 2: Closing link tag */ 1130 1131 'big_upload_failed' => __( 'Please try uploading this file with the %1$sbrowser uploader%2$s.' ), 1132 /* translators: %s: File name */ 1131 1133 'big_upload_queued' => __( '%s exceeds the maximum upload size for the multi-file uploader when used in your browser.' ), 1132 1134 'io_error' => __( 'IO error.' ), … … 1137 1139 'crunching' => __( 'Crunching…' ), 1138 1140 'deleted' => __( 'moved to the trash.' ), 1141 /* translators: %s: File name */ 1139 1142 'error_uploading' => __( '“%s” has failed to upload.' ), 1140 1143 ); … … 1781 1784 'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ), 1782 1785 'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ), 1786 /* translators: %s: Number of plugins */ 1783 1787 'pluginsFound' => __( 'Number of plugins found: %d' ), 1784 1788 'noPluginsFound' => __( 'No plugins found. Try a different search.' ),
Note: See TracChangeset
for help on using the changeset viewer.