mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
I18n: Begin introducing translator comments for strings which include placeholders but no accompanying translator comment.
Adds context to one string used in two different contexts for the new user and new site signup email notification. More to come. See #38882 git-svn-id: https://develop.svn.wordpress.org/trunk@39323 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -289,6 +289,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'upload_limit_exceeded' => __('You may only upload 1 file.'),
|
||||
'http_error' => __('HTTP error.'),
|
||||
'upload_failed' => __('Upload failed.'),
|
||||
/* translators: 1: Opening link tag, 2: Closing link tag */
|
||||
'big_upload_failed' => __('Please try uploading this file with the %1$sbrowser uploader%2$s.'),
|
||||
'big_upload_queued' => __('%s exceeds the maximum upload size for the multi-file uploader when used in your browser.'),
|
||||
'io_error' => __('IO error.'),
|
||||
|
||||
Reference in New Issue
Block a user