gettext comments. Props nbachiyski. see #9112

git-svn-id: https://develop.svn.wordpress.org/trunk@10774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-03-13 03:53:39 +00:00
parent 6882d8299f
commit 5d8651d6f3
18 changed files with 125 additions and 82 deletions

View File

@@ -231,7 +231,8 @@ function wp_default_scripts( &$scripts ) {
'empty' => __('Strength indicator'),
'short' => __('Very weak'),
'bad' => __('Weak'),
'good' => _c('Medium|password strength'),
/* translators: password strength */
'good' => _x('Medium', 'password strength'),
'strong' => __('Strong'),
'l10n_print_after' => 'try{convertEntities(pwsL10n);}catch(e){};'
) );