Index: trunk/extensions/NewUserNotif/NewUserNotif.i18n.php |
— | — | @@ -14,6 +14,11 @@ |
15 | 15 | 'newusernotifsubj' => 'New User Notification for $1', |
16 | 16 | 'newusernotifbody' => "Hello $1,\n\nA new user account, $2, has been created on $3 at $4.", |
17 | 17 | ), |
| 18 | + |
| 19 | +'de' => array( |
| 20 | + 'newusernotifsubj' => 'Benachrichtung für $1 über die Einrichtung eines neuen Benutzerskontos', |
| 21 | + 'newusernotifbody' => "Hallo $1,\n\nEin neues Benutzerkonto, $2, wurde am $4 auf $3 angelegt.", |
| 22 | +), |
18 | 23 | |
19 | 24 | ); |
20 | 25 | return $messages; |
Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.i18n.php |
— | — | @@ -117,6 +117,7 @@ |
118 | 118 | |
119 | 119 | // German (Raimond Spekking) |
120 | 120 | $RevisionreviewMessages['de'] = array( |
| 121 | + 'makevalidate-autosum'=> 'autopromoted', # needs still a nice and short translation :-( |
121 | 122 | 'editor' => 'Editor', |
122 | 123 | 'group-editor' => 'Editoren', |
123 | 124 | 'group-editor-member' => 'Editor', |
— | — | @@ -226,6 +227,8 @@ |
227 | 228 | 'viewunreviewed' => 'Liste ungeprüfter Artikel', |
228 | 229 | 'included-nonquality' => 'Zeige nur geprüfte Artikel, die noch keine Qualitätsbewertung haben.', |
229 | 230 | 'unreviewed-list' => 'Diese Liste enthält Artikel, die noch nicht geprüft wurden.', |
| 231 | + |
| 232 | + 'rights-editor-revoke' => 'entzog das Editor-Recht von [[$1]]', |
230 | 233 | ); |
231 | 234 | |
232 | 235 | /* Norwegian (Jon Harald Søby) */ |