From 617b9a62c7b43cb5ccdf34f98e8678445e5f0ba3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov <sergeybiryukov@git.wordpress.org> Date: Mon, 20 Apr 2015 15:43:53 +0000 Subject: [PATCH] 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 --- src/wp-includes/script-loader.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php index 865b11e3c8..81c158ac5d 100644 --- a/src/wp-includes/script-loader.php +++ b/src/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.' ), )