From 2897c024ceca9954e4a43c0fc55732af736dc00f Mon Sep 17 00:00:00 2001 From: dMetzger Date: Fri, 21 Sep 2012 12:16:03 +0000 Subject: [PATCH] // Translation #PSCFV-4234 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17457 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/controllers/http/system.php | 2 +- install-dev/langs/de/install.php | 2 +- install-dev/langs/es/install.php | 2 +- install-dev/langs/fr/install.php | 2 +- install-dev/langs/it/install.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install-dev/controllers/http/system.php b/install-dev/controllers/http/system.php index 62974627e..46537d514 100644 --- a/install-dev/controllers/http/system.php +++ b/install-dev/controllers/http/system.php @@ -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/', diff --git a/install-dev/langs/de/install.php b/install-dev/langs/de/install.php index dc0c0fc14..0b1e1fbac 100644 --- a/install-dev/langs/de/install.php +++ b/install-dev/langs/de/install.php @@ -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)?', diff --git a/install-dev/langs/es/install.php b/install-dev/langs/es/install.php index c42511eed..719039b28 100644 --- a/install-dev/langs/es/install.php +++ b/install-dev/langs/es/install.php @@ -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, diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php index a149a2cbc..afc5ff3ca 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -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é) ?', diff --git a/install-dev/langs/it/install.php b/install-dev/langs/it/install.php index 976e71882..4ab432827 100644 --- a/install-dev/langs/it/install.php +++ b/install-dev/langs/it/install.php @@ -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,