|
|
@@ -18,7 +18,7 @@
|
|
|
'admin.check_install.ctype.nok' => 'You lack a required library for character type checking (php-ctype).',
|
|
|
'admin.check_install.ctype.ok' => 'You have the required library for character type checking (ctype).',
|
|
|
'admin.check_install.curl.nok' => 'You lack cURL (php5-curl package).',
|
|
|
- 'admin.check_install.curl.ok' => 'You have version %s of cURL.',
|
|
|
+ 'admin.check_install.curl.ok' => 'You have cURL extension.',
|
|
|
'admin.check_install.data.nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
|
|
|
'admin.check_install.data.ok' => 'Permissions on data directory are good.',
|
|
|
'admin.check_install.database' => 'Database installation',
|
|
|
@@ -32,7 +32,7 @@
|
|
|
'admin.check_install.feeds.ok' => 'Feed table is ok.',
|
|
|
'admin.check_install.files' => 'File installation',
|
|
|
'admin.check_install.json.nok' => 'You lack JSON (php5-json package).',
|
|
|
- 'admin.check_install.json.ok' => 'You have version %s of JSON.',
|
|
|
+ 'admin.check_install.json.ok' => 'You have JSON extension.',
|
|
|
'admin.check_install.logs.nok' => 'Check permissions on <em>./data/logs</em> directory. HTTP server must have rights to write into',
|
|
|
'admin.check_install.logs.ok' => 'Permissions on logs directory are good.',
|
|
|
'admin.check_install.minz.nok' => 'You lack the Minz framework.',
|
|
|
@@ -55,7 +55,7 @@
|
|
|
'admin.check_install.tokens.nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
|
|
|
'admin.check_install.tokens.ok' => 'Permissions on tokens directory are good.',
|
|
|
'admin.check_install.zip.nok' => 'You lack ZIP extension (php5-zip package).',
|
|
|
- 'admin.check_install.zip.ok' => 'You have version %s of ZIP extension.',
|
|
|
+ 'admin.check_install.zip.ok' => 'You have ZIP extension.',
|
|
|
'admin.users.articles_and_size' => '%s articles (%s)',
|
|
|
'administration' => 'Manage',
|
|
|
'advanced' => 'Advanced',
|