// French translation of installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13082 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-07 15:48:25 +00:00
parent 11a74c652a
commit 9b63743dfd
7 changed files with 173 additions and 15 deletions
+4 -4
View File
@@ -75,15 +75,15 @@ class InstallControllerHttpSystem extends InstallControllerHttp
if (!isset($this->tests['optional']))
$this->tests['optional'] = $this->model_system->checkOptionalTests();
//d($this->tests);
// Generate display array
$this->tests_render = array(
'required' => array(
array(
'title' => $this->l('PHP parameters:'),
'checks' => array(
'phpversion' => $this->l('Is PHP 5.1.0 or later installed ?'),
'upload' => $this->l('Can upload files allowed ?'),
'phpversion' => $this->l('Is PHP 5.1.2 or later installed ?'),
'upload' => $this->l('Can upload files ?'),
'system' => $this->l('Can create new files and folders ?'),
'gd' => $this->l('Is GD Library installed ?'),
'mysql_support' => $this->l('Is MySQL support is on ?'),
@@ -113,7 +113,7 @@ class InstallControllerHttpSystem extends InstallControllerHttp
'title' => $this->l('PHP parameters:'),
'checks' => array(
'fopen' => $this->l('Can open external URLs ?'),
'register_globals' => $this->l('Is PHP register global option deactivated (recommended) ?'),
'register_globals' => $this->l('Is PHP register global option off (recommended) ?'),
'gz' => $this->l('Is GZIP compression activated (recommended) ?'),
'mcrypt' => $this->l('Is Mcrypt extension available (recommended) ?'),
'magicquotes' => $this->l('Is PHP magic quotes option deactivated (recommended) ?'),