aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-06 17:21:20 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-10-06 17:21:20 +0200
commitad58ae923cbb4a49745719056e06a7c19c50bf36 (patch)
treedbd1cf899db0bb13f1cb503004e8f364a9459cb0 /app/i18n/en/admin.php
parentdfcc40bcae6d9501610f7ee2ffa5d08a7067b8d6 (diff)
Update php-* extension names
https://github.com/FreshRSS/FreshRSS/issues/1283
Diffstat (limited to 'app/i18n/en/admin.php')
-rw-r--r--app/i18n/en/admin.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index f6b63d44c..e5286d948 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -29,12 +29,12 @@ return array(
'ok' => 'Connection to the database is ok.',
),
'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).',
),
'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(
'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
@@ -42,7 +42,7 @@ return array(
),
'database' => 'Database installation',
'dom' => array(
- 'nok' => 'You lack a required library to browse the DOM (php-xml package).',
+ 'nok' => 'Cannot find a required library to browse the DOM (php-xml package).',
'ok' => 'You have the required library to browse the DOM.',
),
'entries' => array(
@@ -59,19 +59,19 @@ return array(
),
'files' => 'File installation',
'json' => array(
- 'nok' => 'You lack JSON (php5-json package).',
+ 'nok' => 'Cannot find JSON (php5-json package).',
'ok' => 'You have JSON extension.',
),
'minz' => array(
- 'nok' => 'You lack the Minz framework.',
+ 'nok' => 'Cannot find the Minz framework.',
'ok' => 'You have the Minz framework.',
),
'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).',
),
'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).',
),
'php' => array(
@@ -93,7 +93,7 @@ return array(
'ok' => 'Permissions on users directory are good.',
),
'zip' => array(
- 'nok' => 'You lack ZIP extension (php5-zip package).',
+ 'nok' => 'Cannot find ZIP extension (php-zip package).',
'ok' => 'You have ZIP extension.',
),
),