Index: trunk/phase3/languages/messages/MessagesDe.php |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | $messages = array( |
174 | 174 | # User preference toggles |
175 | 175 | 'tog-underline' => 'Links unterstreichen:', |
176 | | -'tog-highlightbroken' => 'Links auf leere Seiten hervorheben', |
| 176 | +'tog-highlightbroken' => 'Links auf leere Seiten hervorheben <a href="" class="new">Beispiel</a> (Alternative: wie dieser<a href="" class="internal">?</a>).', |
177 | 177 | 'tog-justify' => 'Text als Blocksatz', |
178 | 178 | 'tog-hideminor' => 'Kleine Änderungen ausblenden', |
179 | 179 | 'tog-extendwatchlist' => 'Erweiterte Beobachtungsliste', |
— | — | @@ -578,7 +578,7 @@ |
579 | 579 | 'accountcreated' => 'Benutzerkonto erstellt', |
580 | 580 | 'accountcreatedtext' => 'Das Benutzerkonto $1 wurde eingerichtet.', |
581 | 581 | 'createaccount-title' => 'Erstellung eines Benutzerkontos für {{SITENAME}}', |
582 | | -'createaccount-text' => 'Jemand ($1) hat für dich ein Benutzerkonto "$2" auf {{SITENAME}} ($4) erstellt. Das Passwort für "$2" ist "$3". Du solltest dich nun anmelden und dein Passwort ändern. |
| 582 | +'createaccount-text' => 'Jemand ($1) hat für dich ein Benutzerkonto "$2" auf {{SITENAME}} ($4) erstellt. Das automatisch generierte Passwort für "$2" ist "$3". Du solltest dich nun anmelden und das Passwort ändern. |
583 | 583 | |
584 | 584 | Falls das Benutzerkonto irrtümlich angelegt wurde, kannst du diese Nachricht ignorieren.', |
585 | 585 | 'loginlanguagelabel' => 'Sprache: $1', |
Index: trunk/extensions/MathStatFunctions/MathStatFunctions.i18n.php |
— | — | @@ -8,15 +8,20 @@ |
9 | 9 | $wgMathStatFunctionsMagic = array(); |
10 | 10 | |
11 | 11 | $wgMathStatFunctionsMessages['en'] = array( |
12 | | - 'msfunc_nan' => "Resulting value is not a number" , |
13 | | - 'msfunc_inf' => "Resulting value is infinity" , |
14 | | - 'msfunc_div_zero' => "Division by zero", |
| 12 | + 'msfunc_nan' => 'Resulting value is not a number', |
| 13 | + 'msfunc_inf' => 'Resulting value is infinity', |
| 14 | + 'msfunc_div_zero' => 'Division by zero', |
15 | 15 | ); |
16 | 16 | $wgMathStatFunctionsMessages['ar'] = array( |
17 | 17 | 'msfunc_nan' => 'القيمة الناتجة ليست رقما', |
18 | 18 | 'msfunc_inf' => 'القيمة الناتجة هي المالانهاية', |
19 | 19 | 'msfunc_div_zero' => 'القسمة على صفر', |
20 | 20 | ); |
| 21 | +$wgMathStatFunctionsMessages['de'] = array( |
| 22 | + 'msfunc_nan' => 'Ergebniswert ist keine Zahl', |
| 23 | + 'msfunc_inf' => 'Ergebniswert ist unendlich', |
| 24 | + 'msfunc_div_zero' => 'Division durch Null', |
| 25 | +); |
21 | 26 | $wgMathStatFunctionsMessages['fr'] = array( |
22 | 27 | 'msfunc_nan' => 'Le résultat n’est pas un nombre.', |
23 | 28 | 'msfunc_inf' => 'Le résultat est l’infini.', |
Index: trunk/extensions/Throttle/UserThrottle.i18n.php |
— | — | @@ -8,11 +8,16 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'acct_creation_global_soft_throttle_hit' =>"Account creation has been automatically suspended for a few moments due to an unusually large number of recent login attempts. Please wait a few minutes and try again.", |
13 | | - 'acct_creation_global_hard_throttle_hit' =>"Account creation has been automatically suspended for a few seconds to reduce registration flood attacks. Please wait a moment and hit 'reload' in your browser to resubmit.", |
| 12 | + 'acct_creation_global_soft_throttle_hit' => 'Account creation has been automatically suspended for a few moments due to an unusually large number of recent login attempts. Please wait a few minutes and try again.', |
| 13 | + 'acct_creation_global_hard_throttle_hit' => "Account creation has been automatically suspended for a few seconds to reduce registration flood attacks. Please wait a moment and hit 'reload' in your browser to resubmit.", |
14 | 14 | ); |
15 | 15 | |
| 16 | +$messages['de'] = array( |
| 17 | + 'acct_creation_global_soft_throttle_hit' => 'Die Möglichkeit zur Erstellung von Benutzerkonten wurde für einen Moment aufgehoben, da es eine ungewöhnlich hohe Anzahl an Anmeldeversuchen gab. Bitte warte einige Minuten und versuche es dann erneut.', |
| 18 | + 'acct_creation_global_hard_throttle_hit' => 'Die Möglichkeit zur Erstellung von Benutzerkonten wurde für einige Sekunden unterbrochen, um eine Flut von Registrierungen zu reduzieren. Bitte warte einen Moment und drücke dann den Neuladen-Knopf an deinem Browser.', |
| 19 | +); |
| 20 | + |
16 | 21 | $messages['fr'] = array( |
17 | | - 'acct_creation_global_soft_throttle_hit' =>"La création du compte a été automatiquement suspendue pour un certain temps. Ceci est du à un fort nombre de créations de comptes. Patientez pendant quelques minutes puis essayez à nouveau.", |
18 | | - 'acct_creation_global_hard_throttle_hit' =>"La création a été automatiquement suspendue pendant quelques secondes afin de limiter les attaques informatiques par l'enregistrements en masse de nouveaux comptes. Patientez un moment et cliquez sur « recharger » dans votre navigateur pour soumettre, une nouvelle fois, la demande.", |
| 22 | + 'acct_creation_global_soft_throttle_hit' => "La création du compte a été automatiquement suspendue pour un certain temps. Ceci est du à un fort nombre de créations de comptes. Patientez pendant quelques minutes puis essayez à nouveau.", |
| 23 | + 'acct_creation_global_hard_throttle_hit' => "La création a été automatiquement suspendue pendant quelques secondes afin de limiter les attaques informatiques par l'enregistrements en masse de nouveaux comptes. Patientez un moment et cliquez sur « recharger » dans votre navigateur pour soumettre, une nouvelle fois, la demande.", |
19 | 24 | ); |