Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -530,7 +530,7 @@ |
531 | 531 | ), |
532 | 532 | 'cantcreateaccount' => array( |
533 | 533 | 'cantcreateaccounttitle', |
534 | | - 'cantcreateaccounttext', |
| 534 | + 'cantcreateaccount-text', |
535 | 535 | ), |
536 | 536 | 'history' => array( |
537 | 537 | 'revhistory', |
Index: trunk/phase3/includes/SpecialUserlogin.php |
— | — | @@ -611,10 +611,10 @@ |
612 | 612 | $wgOut->setArticleRelated( false ); |
613 | 613 | |
614 | 614 | $ip = wfGetIP(); |
615 | | - $blocker = User::whoIs($wgUser->mBlock->mBy); |
| 615 | + $blocker = User::whoIs( $wgUser->mBlock->mBy ); |
616 | 616 | $block_reason = $wgUser->mBlock->mReason; |
617 | 617 | |
618 | | - $wgOut->addWikiText( wfMsg( 'cantcreateaccounttext', $ip, $block_reason, $blocker ) ); |
| 618 | + $wgOut->addWikiText( wfMsg( 'cantcreateaccount-text', $ip, $block_reason, $blocker ) ); |
619 | 619 | $wgOut->returnToMain( false ); |
620 | 620 | } |
621 | 621 | |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1083,7 +1083,8 @@ |
1084 | 1084 | |
1085 | 1085 | # Account creation failure |
1086 | 1086 | 'cantcreateaccounttitle' => "Can't create account", |
1087 | | -'cantcreateaccounttext' => "Account creation from this IP address (<b>$1</b>) has been blocked by [[User:$3|$3]]. |
| 1087 | +'cantcreateaccount-text' => "Account creation from this IP address (<b>$1</b>) has been blocked by [[User:$3|$3]]. |
| 1088 | + |
1088 | 1089 | The reason given by $3 is ''$2''", |
1089 | 1090 | |
1090 | 1091 | # History pages |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -776,7 +776,7 @@ |
777 | 777 | |
778 | 778 | # Account creation failure |
779 | 779 | 'cantcreateaccounttitle' => 'לא ניתן ליצור את החשבון', |
780 | | -'cantcreateaccounttext' => 'אפשרות יצירת החשבונות מכתובת ה־IP הזו (<b>$1</b>) נחסמה על־ידי [[User:$3|$3]]. הסיבה שניתנה על־ידי $3 היא "$2".', |
| 780 | +'cantcreateaccount-text' => 'אפשרות יצירת החשבונות מכתובת ה־IP הזו (<b>$1</b>) נחסמה על־ידי [[User:$3|$3]]. הסיבה שניתנה על־ידי $3 היא "$2".', |
781 | 781 | |
782 | 782 | # History pages |
783 | 783 | 'revhistory' => 'היסטוריית שינויים', |
Index: trunk/phase3/languages/messages/MessagesDe.php |
— | — | @@ -752,10 +752,11 @@ |
753 | 753 | 'undo-summary' => 'Änderung $1 von [[{{ns:special}}:Contributions/$2|$2]] ([[{{ns:user_talk}}:$2|Diskussion]]) wurde rückgängig gemacht.', |
754 | 754 | |
755 | 755 | # Account creation failure |
756 | | -'cantcreateaccounttitle' => 'Benutzerkonto kann nicht erstellt werden.', |
757 | | -'cantcreateaccounttext' => 'Die Erstellung eines Benutzerkontos von der IP-Adresse <b>$1</b> wurde gesperrt. |
758 | | -Dies geschah vermutlich auf Grund von wiederholtem Vandalismus von Besuchern deiner Bildungseinrichtung oder anderen Benutzern des Internet-Service-Providers.', |
| 756 | +'cantcreateaccounttitle' => 'Benutzerkonto kann nicht erstellt werden', |
| 757 | +'cantcreateaccount-text' => "Die Erstellung eines Benutzerkontos von der IP-Adresse <b>$1</b> aus wurde von [[User:$3|$3]] gesperrt. |
759 | 758 | |
| 759 | +Grund der Sperre: ''$2''", |
| 760 | + |
760 | 761 | # History pages |
761 | 762 | 'revhistory' => 'Frühere Versionen', |
762 | 763 | 'viewpagelogs' => 'Logbücher für diese Seite anzeigen', |
— | — | @@ -993,7 +994,7 @@ |
994 | 995 | 'rc_categories' => 'Nur Seiten aus den Kategorien (getrennt mit „|“):', |
995 | 996 | 'rc_categories_any' => 'Alle', |
996 | 997 | 'rc-change-size' => '$1 {{PLURAL:$1|Byte|Bytes}}', |
997 | | -'newsectionsummary' => 'Neuer Abschnitt: /* $1 */', |
| 998 | +'newsectionsummary' => 'Neuer Abschnitt /* $1 */', |
998 | 999 | |
999 | 1000 | # Recent changes linked |
1000 | 1001 | 'recentchangeslinked' => 'Änderungen an verlinkten Seiten', |