Make translator comments for the strings added in [31982] more accurate. Add some new comments.
props pavelevap. fixes #32000. Built from https://develop.svn.wordpress.org/trunk@32211 git-svn-id: http://core.svn.wordpress.org/trunk@32184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eef2dcfccd
commit
1ed05a4dda
|
@ -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.' ),
|
||||
)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-RC1-32210';
|
||||
$wp_version = '4.2-RC1-32211';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue