aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/he/admin.php
diff options
context:
space:
mode:
authorGravatar Patrick Crandol <patrick@crandol.com> 2018-11-18 13:34:41 -0500
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-18 19:34:41 +0100
commitebb9ee0873333c111546412ad08bf5207529f24a (patch)
tree67387066bb14df60973d43a811c51055b09ad7c9 /app/i18n/he/admin.php
parente20c7ef1b020df492923ca9a445fb8fa172a11dd (diff)
Edit cookie_duration from GUI (#2137)
* Use cookie_duration correctly * WIP allow cookie_duration to be modified from GUI * Allow cookie_duration to actually be updated * Update view to properly display cookie_duration * Add new strings in Translation Files * Fix typo * Fix trailing whitespace * I18n: French translation * I18n fr: Forgot todo
Diffstat (limited to 'app/i18n/he/admin.php')
-rw-r--r--app/i18n/he/admin.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php
index 415816d34..e0dfc405d 100644
--- a/app/i18n/he/admin.php
+++ b/app/i18n/he/admin.php
@@ -157,11 +157,15 @@ return array(
'top_feed' => 'עשרת ההזנות המובילות',
),
'system' => array(
- '_' => 'System configuration', //TODO - Translation
- 'auto-update-url' => 'Auto-update server URL', //TODO - Translation
- 'instance-name' => 'Instance name', //TODO - Translation
- 'max-categories' => 'Categories per user limit', //TODO - Translation
- 'max-feeds' => 'Feeds per user limit', //TODO - Translation
+ '_' => 'System configuration', //TODO - Translation
+ 'auto-update-url' => 'Auto-update server URL', //TODO - Translation
+ 'cookie-duration' => array(
+ 'help' => 'in seconds', //TODO - Translation
+ 'number' => 'Duration to keep logged in', //TODO - Translation
+ ),
+ 'instance-name' => 'Instance name', //TODO - Translation
+ 'max-categories' => 'Categories per user limit', //TODO - Translation
+ 'max-feeds' => 'Feeds per user limit', //TODO - Translation
'registration' => array(
'help' => '0 means that there is no account limit', //TODO - Translation
'number' => 'Max number of accounts', //TODO - Translation