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:
parent
408cca2c54
commit
617b9a62c7
@ -528,14 +528,17 @@ function wp_default_scripts( &$scripts ) {
|
|||||||
'updating' => __( 'Updating...' ),
|
'updating' => __( 'Updating...' ),
|
||||||
'updated' => __( 'Updated!' ),
|
'updated' => __( 'Updated!' ),
|
||||||
'updateFailed' => __( 'Update Failed' ),
|
'updateFailed' => __( 'Update Failed' ),
|
||||||
/* translators: Plugin Name */
|
/* translators: Plugin name and version */
|
||||||
'updatingLabel' => __( 'Updating %s...' ),
|
'updatingLabel' => __( 'Updating %s...' ),
|
||||||
/* translators: Plugin Name */
|
/* translators: Plugin name and version */
|
||||||
'updatedLabel' => __( '%s updated!' ),
|
'updatedLabel' => __( '%s updated!' ),
|
||||||
/* translators: Plugin Name */
|
/* translators: Plugin name and version */
|
||||||
'updateFailedLabel' => __( '%s update failed' ),
|
'updateFailedLabel' => __( '%s update failed' ),
|
||||||
|
/* translators: JavaScript accessible string */
|
||||||
'updatingMsg' => __( 'Updating... please wait.' ),
|
'updatingMsg' => __( 'Updating... please wait.' ),
|
||||||
|
/* translators: JavaScript accessible string */
|
||||||
'updatedMsg' => __( 'Update completed successfully.' ),
|
'updatedMsg' => __( 'Update completed successfully.' ),
|
||||||
|
/* translators: JavaScript accessible string */
|
||||||
'updateCancel' => __( 'Update canceled.' ),
|
'updateCancel' => __( 'Update canceled.' ),
|
||||||
'beforeunload' => __( 'Plugin updates may not complete if you navigate away from this page.' ),
|
'beforeunload' => __( 'Plugin updates may not complete if you navigate away from this page.' ),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user