r80131 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80130‎ | r80131 | r80132 >
Date:23:27, 12 January 2011
Author:siebrand
Status:ok
Tags:
Comment:
Backport compatible changes in messages to REL1_17.
Modified paths:
  • /branches/REL1_17/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/languages/messages/MessagesEn.php
@@ -1089,7 +1089,7 @@
10901090 Please try again.',
10911091 'passwordtooshort' => 'Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.',
10921092 'password-name-match' => 'Your password must be different from your username.',
1093 -'password-login-forbidden' => 'The use of these username and password has been forbidden.',
 1093+'password-login-forbidden' => 'The use of this username and password has been forbidden.',
10941094 'mailmypassword' => 'E-mail new password',
10951095 'passwordremindertitle' => 'New temporary password for {{SITENAME}}',
10961096 'passwordremindertext' => 'Someone (probably you, from IP address $1) requested a new
@@ -1589,7 +1589,7 @@
15901590 'revmove-norevisions' => 'You have not specified one or more target revisions to perform this function or the specified revision does not exist.',
15911591 'revmove-nullmove-title' => 'Bad title',
15921592 'revmove-nullmove' => 'The target page cannot be the same as the source page.
1593 -Go back to the previous page and choose a different name from "[[$1]]".',
 1593+Go back to the previous page and choose a different name from "$1".',
15941594 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].',
15951595 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].',
15961596
@@ -3455,7 +3455,7 @@
34563456 'nostalgia.css' => '/* CSS placed here will affect users of the Nostalgia skin */', # only translate this message to other languages if you have to change it
34573457 'cologneblue.css' => '/* CSS placed here will affect users of the Cologne Blue skin */', # only translate this message to other languages if you have to change it
34583458 'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */', # only translate this message to other languages if you have to change it
3459 -'myskin.css' => '/* CSS placed here will affect users of the Myskin skin */', # only translate this message to other languages if you have to change it
 3459+'myskin.css' => '/* CSS placed here will affect users of the MySkin skin */', # only translate this message to other languages if you have to change it
34603460 'chick.css' => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it
34613461 'simple.css' => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it
34623462 'modern.css' => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
@@ -3469,7 +3469,7 @@
34703470 'nostalgia.js' => '/* Any JavaScript here will be loaded for users using the Nostalgia skin */', # only translate this message to other languages if you have to change it
34713471 'cologneblue.js' => '/* Any JavaScript here will be loaded for users using the Cologne Blue skin */', # only translate this message to other languages if you have to change it
34723472 'monobook.js' => '/* Any JavaScript here will be loaded for users using the MonoBook skin */', # only translate this message to other languages if you have to change it
3473 -'myskin.js' => '/* Any JavaScript here will be loaded for users using the Myskin skin */', # only translate this message to other languages if you have to change it
 3473+'myskin.js' => '/* Any JavaScript here will be loaded for users using the MySkin skin */', # only translate this message to other languages if you have to change it
34743474 'chick.js' => '/* Any JavaScript here will be loaded for users using the Chick skin */', # only translate this message to other languages if you have to change it
34753475 'simple.js' => '/* Any JavaScript here will be loaded for users using the Simple skin */', # only translate this message to other languages if you have to change it
34763476 'modern.js' => '/* Any JavaScript here will be loaded for users using the Modern skin */', # only translate this message to other languages if you have to change it
@@ -3534,8 +3534,7 @@
35353535 'math_unknown_function' => 'unknown function',
35363536 'math_lexing_error' => 'lexing error',
35373537 'math_syntax_error' => 'syntax error',
3538 -'math_image_error' => 'PNG conversion failed;
3539 -check for correct installation of latex, dvips, gs, and convert',
 3538+'math_image_error' => 'PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)',
35403539 'math_bad_tmpdir' => 'Cannot write to or create math temp directory',
35413540 'math_bad_output' => 'Cannot write to or create math output directory',
35423541 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',

Status & tagging log