Index: trunk/extensions/AntiSpoof/AntiSpoof_i18n.php |
— | — | @@ -5,6 +5,10 @@ |
6 | 6 | 'antispoof-name-conflict' => 'The name "$1" is too similar to the existing account "$2". Please choose another name.', |
7 | 7 | 'antispoof-name-illegal' => 'The name "$1" is not allowed to prevent confusing or spoofed usernames: $2. Please choose another name.', |
8 | 8 | ); |
| 9 | +$wgAntiSpoofMessages['de'] = array( |
| 10 | + 'antispoof-name-conflict' => 'Der gewünschte Benutzername „$1“ ist dem bereits vorhandenen Benutzernamen „$2“ zu ähnlich. Bitte wählen Sie einen anderen Benutzernamen.', |
| 11 | + 'antispoof-name-illegal' => 'Der gewünschte Benutzername „$1“ ist nicht erlaubt, um Verwirrungen und Täuschungen zu dem vorhandenen Benutzernamen „$2“ zu verhindern. Bitte wählen Sie einen anderen Benutzernamen.', |
| 12 | +); |
9 | 13 | $wgAntiSpoofMessages['he'] = array( |
10 | 14 | 'antispoof-name-conflict' => 'שם המשתמש "$1" שבחרתם דומה מדי לשם המשתמש הקיים "$2". אנא בחרו שם משתמש אחר.', |
11 | 15 | 'antispoof-name-illegal' => 'לא ניתן לבחור את שם המשתמש "$1" כדי למנוע שמות משתמש מבלבלים: $2. אנא בחרו שם משתמש אחר.', |