From 1ed05a4ddacb2ebb8fd6b4b14db68d32caf32d63 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 20 Apr 2015 15:44:25 +0000 Subject: [PATCH] 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 --- wp-includes/script-loader.php | 9 ++++++--- wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 865b11e3c8..81c158ac5d 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -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.' ), ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 39c5171070..ddd8ad4de8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.