|
@@ -4,7 +4,7 @@ return array(
|
|
|
'action' => array(
|
|
'action' => array(
|
|
|
'finish' => 'Complete installation',
|
|
'finish' => 'Complete installation',
|
|
|
'fix_errors_before' => 'Please fix errors before skipping to the next step.',
|
|
'fix_errors_before' => 'Please fix errors before skipping to the next step.',
|
|
|
- 'keep_install' => 'Keep previous installation',
|
|
|
|
|
|
|
+ 'keep_install' => 'Keep previous configuration',
|
|
|
'next_step' => 'Go to the next step',
|
|
'next_step' => 'Go to the next step',
|
|
|
'reinstall' => 'Reinstall FreshRSS',
|
|
'reinstall' => 'Reinstall FreshRSS',
|
|
|
),
|
|
),
|
|
@@ -37,19 +37,19 @@ return array(
|
|
|
'ok' => 'Permissions on cache directory are good.',
|
|
'ok' => 'Permissions on cache directory are good.',
|
|
|
),
|
|
),
|
|
|
'ctype' => array(
|
|
'ctype' => array(
|
|
|
- 'nok' => 'You lack a required library for character type checking (php-ctype).',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find a required library for character type checking (php-ctype).',
|
|
|
'ok' => 'You have the required library for character type checking (ctype).',
|
|
'ok' => 'You have the required library for character type checking (ctype).',
|
|
|
),
|
|
),
|
|
|
'curl' => array(
|
|
'curl' => array(
|
|
|
- 'nok' => 'You lack cURL (php5-curl package).',
|
|
|
|
|
- 'ok' => 'You have cURL extension.',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find the cURL library (php-curl package).',
|
|
|
|
|
+ 'ok' => 'You have the cURL library.',
|
|
|
),
|
|
),
|
|
|
'data' => array(
|
|
'data' => array(
|
|
|
'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
|
|
'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
|
|
|
'ok' => 'Permissions on data directory are good.',
|
|
'ok' => 'Permissions on data directory are good.',
|
|
|
),
|
|
),
|
|
|
'dom' => array(
|
|
'dom' => array(
|
|
|
- 'nok' => 'You lack a required library to browse the DOM.',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find a required library to browse the DOM.',
|
|
|
'ok' => 'You have the required library to browse the DOM.',
|
|
'ok' => 'You have the required library to browse the DOM.',
|
|
|
),
|
|
),
|
|
|
'favicons' => array(
|
|
'favicons' => array(
|
|
@@ -61,19 +61,19 @@ return array(
|
|
|
'ok' => 'Your HTTP REFERER is known and corresponds to your server.',
|
|
'ok' => 'Your HTTP REFERER is known and corresponds to your server.',
|
|
|
),
|
|
),
|
|
|
'json' => array(
|
|
'json' => array(
|
|
|
- 'nok' => 'You lack a recommended library to parse JSON.',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find a recommended library to parse JSON.',
|
|
|
'ok' => 'You have a recommended library to parse JSON.',
|
|
'ok' => 'You have a recommended library to parse JSON.',
|
|
|
),
|
|
),
|
|
|
'minz' => array(
|
|
'minz' => array(
|
|
|
- 'nok' => 'You lack the Minz framework.',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find the Minz framework.',
|
|
|
'ok' => 'You have the Minz framework.',
|
|
'ok' => 'You have the Minz framework.',
|
|
|
),
|
|
),
|
|
|
'pcre' => array(
|
|
'pcre' => array(
|
|
|
- 'nok' => 'You lack a required library for regular expressions (php-pcre).',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find a required library for regular expressions (php-pcre).',
|
|
|
'ok' => 'You have the required library for regular expressions (PCRE).',
|
|
'ok' => 'You have the required library for regular expressions (PCRE).',
|
|
|
),
|
|
),
|
|
|
'pdo' => array(
|
|
'pdo' => array(
|
|
|
- 'nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
|
|
|
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
|
|
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
|
|
|
),
|
|
),
|
|
|
'php' => array(
|
|
'php' => array(
|
|
@@ -85,7 +85,7 @@ return array(
|
|
|
'ok' => 'Permissions on users directory are good.',
|
|
'ok' => 'Permissions on users directory are good.',
|
|
|
),
|
|
),
|
|
|
'xml' => array(
|
|
'xml' => array(
|
|
|
- 'nok' => 'You lack the required library to parse XML.',
|
|
|
|
|
|
|
+ 'nok' => 'Cannot find the required library to parse XML.',
|
|
|
'ok' => 'You have the required library to parse XML.',
|
|
'ok' => 'You have the required library to parse XML.',
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|