diff options
| author | 2013-08-18 01:22:26 +0200 | |
|---|---|---|
| committer | 2013-08-18 01:22:26 +0200 | |
| commit | 7fd77270960c4623fc44c70562dfedfc4b8f9982 (patch) | |
| tree | b32acecbdf1decc3fc8e95bfd18bd1aa908fb1aa /app/i18n/en.php | |
| parent | abb25a58dc8668c6716c419c99b215536861057a (diff) | |
Amélioration de l'installateur + préfixe BDD
Fix issue #96 : on peut désormais choisir un préfixe aux tables de la
BDD lors de l'installation
Fix issue #115 : échappement des guillemets pendant la phase
d'installation
Fix issue #116 : le thème de l'installateur est désormais accessible
FIx issue #117 : rajout du test de la présence DOMDocument lors de
l'installation. Si non présent, on peut pas accéder aux flux RSS.
Normalement fourni sur un système RedHat-like par le paquet php-xml
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 9afc0182c..8c87062f4 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -266,6 +266,8 @@ return array ( 'curl_is_nok' => 'You haven\'t cURL', 'pdomysql_is_ok' => 'You have PDO and its driver for MySQL', 'pdomysql_is_nok' => 'You haven\'t PDO or its driver for MySQL', + 'dom_is_ok' => 'You have the necessary to browse the DOM', + 'dom_is_nok' => 'You haven\'t the necessary to browse the DOM (php-xml package can be useful)', 'cache_is_ok' => 'Permissions on cache directory are good', 'log_is_ok' => 'Permissions on logs directory are good', 'conf_is_ok' => 'Permissions on configuration directory are good', @@ -285,6 +287,7 @@ return array ( 'username' => 'Username', 'password' => 'Password', 'bdd' => 'Database', + 'prefix' => 'Table prefix', 'installation_is_ok' => 'Installation process is finished. You must delete <em>install.php</em> file to access FreshRSS... or simply click on following button :)', 'finish_installation' => 'Finish installation', |
