diff options
| author | 2014-12-28 19:59:07 +0100 | |
|---|---|---|
| committer | 2014-12-28 19:59:07 +0100 | |
| commit | 249a474703259a3e2b7e9064ed2052c20c207a8c (patch) | |
| tree | d6e965f4ffca935ce46a93a5fbb3befbef8d4371 /app/i18n/en/admin.php | |
| parent | 0cd975bfd06b45865722d85fbdab120439623ddc (diff) | |
Fix i18n for check installation
Add keys for user directory checking
See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 083cabfed..5653453df 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -63,10 +63,6 @@ return array( 'nok' => 'You lack JSON (php5-json package).', 'ok' => 'You have JSON extension.', ), - 'logs' => array( - 'nok' => 'Check permissions on <em>./data/logs</em> directory. HTTP server must have rights to write into', - 'ok' => 'Permissions on logs directory are good.', - ), 'minz' => array( 'nok' => 'You lack the Minz framework.', 'ok' => 'You have the Minz framework.', @@ -97,6 +93,10 @@ return array( 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into', 'ok' => 'Permissions on tokens directory are good.', ), + 'users' => array( + 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into', + 'ok' => 'Permissions on users directory are good.', + ), 'zip' => array( 'nok' => 'You lack ZIP extension (php5-zip package).', 'ok' => 'You have ZIP extension.', |
