Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -376,6 +376,7 @@ |
377 | 377 | 'nouserspecified', |
378 | 378 | 'wrongpassword', |
379 | 379 | 'wrongpasswordempty', |
| 380 | + 'passwordtooshort', |
380 | 381 | 'mailmypassword', |
381 | 382 | 'passwordremindertitle', |
382 | 383 | 'passwordremindertext', |
— | — | @@ -1720,9 +1721,6 @@ |
1721 | 1722 | 'variantname-ku-latn', |
1722 | 1723 | 'variantname-ku', |
1723 | 1724 | ), |
1724 | | - 'passwordtooshort' => array( |
1725 | | - 'passwordtooshort', |
1726 | | - ), |
1727 | 1725 | 'metadata' => array( |
1728 | 1726 | 'metadata', |
1729 | 1727 | 'metadata-help', |
— | — | @@ -2297,7 +2295,6 @@ |
2298 | 2296 | 'variantname-sr' => 'Variants for Serbian language', |
2299 | 2297 | 'variantname-kk' => 'Variants for Kazakh language', |
2300 | 2298 | 'variantname-ku' => 'Variants for Kurdish language', |
2301 | | - 'passwordtooshort' => '', |
2302 | 2299 | 'media-info' => 'Media information', |
2303 | 2300 | 'metadata' => 'Metadata', |
2304 | 2301 | 'exif' => 'EXIF tags', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -847,6 +847,7 @@ |
848 | 848 | 'nouserspecified' => 'You have to specify a username.', |
849 | 849 | 'wrongpassword' => 'Incorrect password entered. Please try again.', |
850 | 850 | 'wrongpasswordempty' => 'Password entered was blank. Please try again.', |
| 851 | +'passwordtooshort' => 'Your password is invalid or too short. It must have at least $1 characters and be different from your username.', |
851 | 852 | 'mailmypassword' => 'E-mail password', |
852 | 853 | 'passwordremindertitle' => 'Password reminder from {{SITENAME}}', |
853 | 854 | 'passwordremindertext' => 'Someone (probably you, from IP address $1) |
— | — | @@ -2450,8 +2451,6 @@ |
2451 | 2452 | 'variantname-ku-latn' => 'ku-latn', # only translate this message to other languages if you have to change it |
2452 | 2453 | 'variantname-ku' => 'ku', # only translate this message to other languages if you have to change it |
2453 | 2454 | |
2454 | | -'passwordtooshort' => 'Your password is invalid or too short. It must have at least $1 characters and be different from your username.', |
2455 | | - |
2456 | 2455 | # Metadata |
2457 | 2456 | 'metadata' => 'Metadata', |
2458 | 2457 | 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.', |