summaryrefslogtreecommitdiff
path: root/app/i18n/install.en.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-02 20:22:26 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-02 20:22:26 +0100
commit3b5c9676589d6b4a3f97f60a8ddd62f755134367 (patch)
tree65c7d906f97d96358e3e1ead053a519dbcabddfd /app/i18n/install.en.php
parent20bd76fd342b64c030380af220eaa0d840e4a268 (diff)
i18n : Ajouts pour install
Corrige https://github.com/marienfressinaud/FreshRSS/issues/339
Diffstat (limited to 'app/i18n/install.en.php')
-rw-r--r--app/i18n/install.en.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/install.en.php b/app/i18n/install.en.php
index 8df48989f..4d8006977 100644
--- a/app/i18n/install.en.php
+++ b/app/i18n/install.en.php
@@ -5,6 +5,7 @@ return array (
'installation_step' => 'Installation - step %d',
'steps' => 'Steps',
'checks' => 'Checks',
+ 'general_configuration' => 'General configuration',
'bdd_configuration' => 'Database configuration',
'bdd_type' => 'Type of database',
'version_update' => 'Update',
@@ -31,6 +32,10 @@ return array (
'pdomysql_is_nok' => 'You lack PDO or its driver for MySQL (php5-mysql package)',
'dom_is_ok' => 'You have the required library to browse the DOM',
'dom_is_nok' => 'You lack a required library to browse the DOM (php-xml package)',
+ 'pcre_is_ok' => 'You have the required library for regular expressions (PCRE)',
+ 'pcre_is_nok' => 'You lack a required library for regular expressions (php-pcre)',
+ 'ctype_is_ok' => 'You have the required library for character type checking (ctype)',
+ 'ctype_is_nok' => 'You lack a required library for character type checking (php-ctype)',
'cache_is_ok' => 'Permissions on cache directory are good',
'log_is_ok' => 'Permissions on logs directory are good',
'favicons_is_ok' => 'Permissions on favicons directory are good',