r24513 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24512‎ | r24513 | r24514 >
Date:10:00, 1 August 2007
Author:raymond
Status:old
Tags:
Comment:
No need to separate 'passwordtooshort' from other password related messages
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -376,6 +376,7 @@
377377 'nouserspecified',
378378 'wrongpassword',
379379 'wrongpasswordempty',
 380+ 'passwordtooshort',
380381 'mailmypassword',
381382 'passwordremindertitle',
382383 'passwordremindertext',
@@ -1720,9 +1721,6 @@
17211722 'variantname-ku-latn',
17221723 'variantname-ku',
17231724 ),
1724 - 'passwordtooshort' => array(
1725 - 'passwordtooshort',
1726 - ),
17271725 'metadata' => array(
17281726 'metadata',
17291727 'metadata-help',
@@ -2297,7 +2295,6 @@
22982296 'variantname-sr' => 'Variants for Serbian language',
22992297 'variantname-kk' => 'Variants for Kazakh language',
23002298 'variantname-ku' => 'Variants for Kurdish language',
2301 - 'passwordtooshort' => '',
23022299 'media-info' => 'Media information',
23032300 'metadata' => 'Metadata',
23042301 'exif' => 'EXIF tags',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -847,6 +847,7 @@
848848 'nouserspecified' => 'You have to specify a username.',
849849 'wrongpassword' => 'Incorrect password entered. Please try again.',
850850 '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.',
851852 'mailmypassword' => 'E-mail password',
852853 'passwordremindertitle' => 'Password reminder from {{SITENAME}}',
853854 'passwordremindertext' => 'Someone (probably you, from IP address $1)
@@ -2450,8 +2451,6 @@
24512452 'variantname-ku-latn' => 'ku-latn', # only translate this message to other languages if you have to change it
24522453 'variantname-ku' => 'ku', # only translate this message to other languages if you have to change it
24532454
2454 -'passwordtooshort' => 'Your password is invalid or too short. It must have at least $1 characters and be different from your username.',
2455 -
24562455 # Metadata
24572456 'metadata' => 'Metadata',
24582457 '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.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r24631Merged revisions 24480-24600 via svnmerge from...david18:39, 6 August 2007

Status & tagging log