Index: branches/REL1_17/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1089,7 +1089,7 @@ |
1090 | 1090 | Please try again.', |
1091 | 1091 | 'passwordtooshort' => 'Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.', |
1092 | 1092 | '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.', |
1094 | 1094 | 'mailmypassword' => 'E-mail new password', |
1095 | 1095 | 'passwordremindertitle' => 'New temporary password for {{SITENAME}}', |
1096 | 1096 | 'passwordremindertext' => 'Someone (probably you, from IP address $1) requested a new |
— | — | @@ -1589,7 +1589,7 @@ |
1590 | 1590 | 'revmove-norevisions' => 'You have not specified one or more target revisions to perform this function or the specified revision does not exist.', |
1591 | 1591 | 'revmove-nullmove-title' => 'Bad title', |
1592 | 1592 | '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".', |
1594 | 1594 | 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].', |
1595 | 1595 | 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].', |
1596 | 1596 | |
— | — | @@ -3455,7 +3455,7 @@ |
3456 | 3456 | '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 |
3457 | 3457 | '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 |
3458 | 3458 | '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 |
3460 | 3460 | '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 |
3461 | 3461 | '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 |
3462 | 3462 | '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 @@ |
3470 | 3470 | '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 |
3471 | 3471 | '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 |
3472 | 3472 | '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 |
3474 | 3474 | '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 |
3475 | 3475 | '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 |
3476 | 3476 | '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 @@ |
3535 | 3535 | 'math_unknown_function' => 'unknown function', |
3536 | 3536 | 'math_lexing_error' => 'lexing error', |
3537 | 3537 | '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)', |
3540 | 3539 | 'math_bad_tmpdir' => 'Cannot write to or create math temp directory', |
3541 | 3540 | 'math_bad_output' => 'Cannot write to or create math output directory', |
3542 | 3541 | 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.', |