// Translation #PSCFV-4234
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17457 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -90,7 +90,7 @@ class InstallControllerHttpSystem extends InstallControllerHttp
|
||||
)
|
||||
),
|
||||
array(
|
||||
'title' => $this->l('Write permissions on files:'),
|
||||
'title' => $this->l('Recursive write permissions on files and folders:'),
|
||||
'checks' => array(
|
||||
'config_dir' => '~/config/',
|
||||
'cache_dir' => '~/cache/',
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
'Can create new files and folders ?' => 'Können neue Dateien und Ordner erstellt weden ?',
|
||||
'Is GD Library installed ?' => 'Ist GD-Library installiert ?',
|
||||
'Is MySQL support is on ?' => 'Ist MySQL-Support aktiviert ?',
|
||||
'Write permissions on files:' => 'Schreibrechte in Dateien:',
|
||||
'Recursive write permissions on files and folders:' => 'Schreibrechte in Dateien und Ordner:',
|
||||
'Can open external URLs ?' => 'Können externe URLs geöffnet werden',
|
||||
'Is PHP register global option off (recommended) ?' => 'Ist register global auf off (emfohlen)?',
|
||||
'Is GZIP compression activated (recommended) ?' => 'Ist GZIP Kompression aktiviert (empfohlen)?',
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
'Can create new files and folders ?' => NULL,
|
||||
'Is GD Library installed ?' => NULL,
|
||||
'Is MySQL support is on ?' => NULL,
|
||||
'Write permissions on files:' => NULL,
|
||||
'Recursive write permissions on files and folders:' => NULL,
|
||||
'Can open external URLs ?' => NULL,
|
||||
'Is PHP register global option off (recommended) ?' => NULL,
|
||||
'Is GZIP compression activated (recommended) ?' => NULL,
|
||||
|
||||
@@ -69,7 +69,7 @@ return array(
|
||||
'Can create new files and folders ?' => 'Création de fichiers et dossiers autorisée ?',
|
||||
'Is GD Library installed ?' => 'Librairie GD installée ?',
|
||||
'Is MySQL support is on ?' => 'MySQL est installé ?',
|
||||
'Write permissions on files:' => 'Droits en écriture sur les fichiers / dossiers :',
|
||||
'Recursive write permissions on files and folders:' => 'Droits en écriture récursifs sur les fichiers / dossiers :',
|
||||
'Can open external URLs ?' => 'Ouverture des URLs externes autorisée ?',
|
||||
'Is PHP register global option off (recommended) ?' => 'Option PHP register_global désactivée (recommandé) ?',
|
||||
'Is GZIP compression activated (recommended) ?' => 'Compression GZIP activée (recommandé) ?',
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
'Can create new files and folders ?' => NULL,
|
||||
'Is GD Library installed ?' => NULL,
|
||||
'Is MySQL support is on ?' => NULL,
|
||||
'Write permissions on files:' => NULL,
|
||||
'WRecursive write permissions on files and folders:' => NULL,
|
||||
'Can open external URLs ?' => NULL,
|
||||
'Is PHP register global option off (recommended) ?' => NULL,
|
||||
'Is GZIP compression activated (recommended) ?' => NULL,
|
||||
|
||||
Reference in New Issue
Block a user