aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/admin.php
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/fr/admin.php
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/fr/admin.php')
-rw-r--r--app/i18n/fr/admin.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php
index 01e0cb3c7..44e013c2f 100644
--- a/app/i18n/fr/admin.php
+++ b/app/i18n/fr/admin.php
@@ -146,6 +146,15 @@ return array(
'title' => 'Statistiques',
'top_feed' => 'Les dix plus gros flux',
),
+ 'system' => array(
+ '_' => 'Configuration du système',
+ 'max-categories' => 'Limite de catégories par utilisateur',
+ 'max-feeds' => 'Limite de flux par utilisateur',
+ 'registration' => array(
+ 'help' => 'Un chiffre de 0 signifie que l’on peut créer un nombre infini de comptes',
+ 'number' => 'Nombre max de comptes',
+ ),
+ ),
'update' => array(
'_' => 'Système de mise à jour',
'apply' => 'Appliquer la mise à jour',
@@ -164,11 +173,6 @@ return array(
'numbers' => '%d comptes ont déjà été créés',
'password_form' => 'Mot de passe<br /><small>(pour connexion par formulaire)</small>',
'password_format' => '7 caractères minimum',
- 'registration' => array(
- 'allow' => 'Autoriser la création de comptes',
- 'help' => 'Un chiffre de 0 signifie que l’on peut créer un nombre infini de comptes',
- 'number' => 'Nombre max de comptes',
- ),
'title' => 'Gestion des utilisateurs',
'user_list' => 'Liste des utilisateurs',
'username' => 'Nom d’utilisateur',