aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/admin.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-11-02 21:11:31 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-11-02 21:14:13 +0100
commit697817eebf754c2a05c7b4c88df1f13dbd0179da (patch)
tree84ba0bf1bbaaae9f822efe801e4606191864ec74 /app/i18n/nl/admin.php
parentbb0556543d3d5d54832ea6d81372587b88062a5b (diff)
Make auto-update server URL alterable
See https://github.com/FreshRSS/FreshRSS/issues/1019
Diffstat (limited to 'app/i18n/nl/admin.php')
-rw-r--r--app/i18n/nl/admin.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php
index 5c6a14fda..c3a3062b9 100644
--- a/app/i18n/nl/admin.php
+++ b/app/i18n/nl/admin.php
@@ -146,6 +146,17 @@ return array(
'title' => 'Statistieken',
'top_feed' => 'Top tien feeds',
),
+ 'system' => array(
+ '_' => 'System configuration', // @todo translate
+ 'auto-update-url' => 'Auto-update server URL', // @todo translate
+ 'instance-name' => 'Instance name', // @todo translate
+ 'max-categories' => 'Categories per user limit', // @todo translate
+ 'max-feeds' => 'Feeds per user limit', // @todo translate
+ 'registration' => array(
+ 'help' => '0 means that there is no account limit', // @todo translate
+ 'number' => 'Max number of accounts', // @todo translate
+ ),
+ ),
'update' => array(
'_' => 'Versie controle',
'apply' => 'Toepassen',