Make translator comments for the strings added in [31982] more accurate. Add some new comments.

props pavelevap.
fixes #32000.

git-svn-id: https://develop.svn.wordpress.org/trunk@32211 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-04-20 15:43:53 +00:00
parent 408cca2c54
commit 617b9a62c7

View File

@ -528,14 +528,17 @@ function wp_default_scripts( &$scripts ) {
'updating' => __( 'Updating...' ),
'updated' => __( 'Updated!' ),
'updateFailed' => __( 'Update Failed' ),
/* translators: Plugin Name */
/* translators: Plugin name and version */
'updatingLabel' => __( 'Updating %s...' ),
/* translators: Plugin Name */
/* translators: Plugin name and version */
'updatedLabel' => __( '%s updated!' ),
/* translators: Plugin Name */
/* translators: Plugin name and version */
'updateFailedLabel' => __( '%s update failed' ),
/* translators: JavaScript accessible string */
'updatingMsg' => __( 'Updating... please wait.' ),
/* translators: JavaScript accessible string */
'updatedMsg' => __( 'Update completed successfully.' ),
/* translators: JavaScript accessible string */
'updateCancel' => __( 'Update canceled.' ),
'beforeunload' => __( 'Plugin updates may not complete if you navigate away from this page.' ),
)