aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-08-22 09:33:58 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-08-22 09:33:58 -0400
commit269c6b88c4486a0ae1a92df65578ee6ab6f0bbca (patch)
treed8771ef8e7c2c128b81a4187cb6d8b728421e7f9 /app/i18n/de
parenta63dadd91bcb23f2b9d2ecac9bef76265b8d9f48 (diff)
Add a system configuration page
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
Diffstat (limited to 'app/i18n/de')
-rw-r--r--app/i18n/de/admin.php14
-rw-r--r--app/i18n/de/feedback.php1
-rw-r--r--app/i18n/de/gen.php1
3 files changed, 10 insertions, 6 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php
index 68dcc2ebf..365f065af 100644
--- a/app/i18n/de/admin.php
+++ b/app/i18n/de/admin.php
@@ -146,6 +146,15 @@ return array(
'title' => 'Statistiken',
'top_feed' => 'Top 10-Feeds',
),
+ 'system' => array(
+ '_' => 'System configuration',
+ 'max-categories' => 'Categories per user limit',
+ 'max-feeds' => 'Feeds per user limit',
+ 'registration' => array(
+ 'help' => '0 meint, dass es kein Account Limit gibt',
+ 'number' => 'Maximale Anzahl von Accounts',
+ ),
+ ),
'update' => array(
'_' => 'System aktualisieren',
'apply' => 'Anwenden',
@@ -164,11 +173,6 @@ return array(
'numbers' => 'Es wurden bis jetzt %d Accounts erstellt',
'password_form' => 'Passwort<br /><small>(für die Anmeldemethode per Webformular)</small>',
'password_format' => 'mindestens 7 Zeichen',
- 'registration' => array(
- 'allow' => 'Erlaube die Accounterstellung',
- 'help' => '0 meint, dass es kein Account Limit gibt',
- 'number' => 'Maximale Anzahl von Accounts',
- ),
'title' => 'Benutzer verwalten',
'user_list' => 'Liste der Benutzer',
'username' => 'Nutzername',
diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php
index e92dacfe9..4c15aadc3 100644
--- a/app/i18n/de/feedback.php
+++ b/app/i18n/de/feedback.php
@@ -102,7 +102,6 @@ return array(
'_' => 'Der Benutzer %s ist gelöscht worden',
'error' => 'Der Benutzer %s kann nicht gelöscht werden',
),
- 'set_registration' => 'Die maximale Anzahl von Accounts wurde aktualisiert.',
),
'profile' => array(
'error' => 'Ihr Profil kann nicht geändert werden',
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php
index de2d846c5..f3450abc0 100644
--- a/app/i18n/de/gen.php
+++ b/app/i18n/de/gen.php
@@ -137,6 +137,7 @@ return array(
'sharing' => 'Teilen',
'shortcuts' => 'Tastaturkürzel',
'stats' => 'Statistiken',
+ 'system' => 'System configuration',
'update' => 'Aktualisieren',
'user_management' => 'Benutzer verwalten',
'user_profile' => 'Profil',