Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#14431 closed defect (bug) (fixed)

Password strength localization

Reported by: pavelevap Owned by: westi
Priority: normal Milestone: 3.0.1
Component: I18N Version: 3.0
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Hi,

there is problem with localization of password strength statuses.

On profile page is used string "Medium" (with comment for translators)

'good' => _x('Medium', 'password strength')

but during installation there is used another string "Medium" (from Media Library)

good: "<?php echo esc_js( __( 'Medium' ) ); ?>"

and in our language there is different meaning. Please use unique string for both version of testing password strength...

Attachments (1)

t14331-medium-pass-strength-i18n.diff (606 bytes ) - added by demetris 16 years ago.
Correct part of speech for “Medium” in Password Strength

Download all attachments as: .zip

Change History (7)

@demetris
16 years ago

Correct part of speech for “Medium” in Password Strength

#1 @demetris
16 years ago

  • Cc dkikizas@… added
  • Keywords has-patch added

Maybe this could go into 3.0.1, as it does not add new strings.

#2 @westi
16 years ago

  • Milestone Awaiting Review3.0.2
  • Version3.0

This looks like a sane fix.

Good catch

#3 @westi
16 years ago

  • Owner set to westi
  • Status newaccepted

#4 @westi
16 years ago

  • Resolutionfixed
  • Status acceptedclosed

(In [15475]) Context for the medium password strength string to disabiguate it. Fixes #14431 for trunk props demetris.

#5 @westi
16 years ago

  • Milestone 3.0.23.0.1
  • Resolution fixed
  • Status closedreopened

Sneaking

#6 @westi
16 years ago

  • Resolutionfixed
  • Status reopenedclosed

(In [15476]) Context for the medium password strength string to disabiguate it. Fixes #14431 for 3.0.1 props demetris

Note: See TracTickets for help on using tickets.