Manual L10n JS strings in install.php. Remove stray line, see #13134

git-svn-id: https://develop.svn.wordpress.org/trunk@13135 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-02-14 03:24:25 +00:00
parent ae5ba76658
commit db5b2edbf6
1 changed files with 5 additions and 5 deletions

View File

@ -220,11 +220,11 @@ switch($step) {
/* <![CDATA[ */
try{convertEntities(commonL10n);}catch(e){};
var pwsL10n = {
empty: "Strength indicator",
short: "Very weak",
bad: "Weak",
good: "Medium",
strong: "Strong"
empty: "<?php echo esc_js( __( 'Strength indicator' ) ); ?>",
short: "<?php echo esc_js( __( 'Very weak' ) ); ?>",
bad: "<?php echo esc_js( __( 'Weak' ) ); ?>",
good: "<?php echo esc_js( __( 'Medium' ) ); ?>",
strong: "<?php echo esc_js( __( 'Strong' ) ); ?>"
};
try{convertEntities(pwsL10n);}catch(e){};
/* ]]> */