diff options
Diffstat (limited to 'app/i18n/de/admin.php')
| -rw-r--r-- | app/i18n/de/admin.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index 6f8164575..717b77cc2 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -168,8 +168,20 @@ return array( 'max-categories' => 'Anzahl erlaubter Kategorien pro Benutzer', 'max-feeds' => 'Anzahl erlaubter Feeds pro Benutzer', 'registration' => array( - 'help' => '0 heißt, dass es kein Account Limit gibt', 'number' => 'Maximale Anzahl von Accounts', + 'select' => array( + 'label' => 'Registrierungsformular', + 'option' => array( + 'noform' => 'Deaktiviert: Keine Registrierung möglich', + 'nolimit' => 'Aktiviert: Registrierung möglich', + 'setaccountsnumber' => 'Anzahl maximaler Benutzer-Acounts festlegen', + ), + ), + 'status' => array( + 'disabled' => 'Formular deaktiviert', + 'enabled' => 'Formular aktiviert', + ), + 'title' => 'Benutzer-Registrierungsformular', ), ), 'update' => array( |
