From: Julien Malik Date: Sun, 22 Mar 2015 22:25:25 +0000 (+0100) Subject: typo : by hand/manually X-Git-Tag: 1.1~135^2~11 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/e18a34d7c4060c91ae480b388d01216af54b1ec9 typo : by hand/manually --- diff --git a/install.php b/install.php index 7ebc7bf..bbb9eeb 100644 --- a/install.php +++ b/install.php @@ -89,7 +89,7 @@ function jirafeau_check_var_dir ($path) { $mkdir_str1 = t('The following directory could not be created') . ':'; - $mkdir_str2 = t('You should create this directory by hand.'); + $mkdir_str2 = t('You should create this directory manually.'); $write_str1 = t('The following directory is not writable') . ':'; $write_str2 = t('You should give the write permission to the web server on ' . 'this directory.'); diff --git a/lib/lang/fr.php b/lib/lang/fr.php index e2cc1ab..228d480 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -71,7 +71,7 @@ $tr = array ( /* install.hpp */ 'This file was generated by the install process. You can edit it. Please see config.original.php to understand the configuration items.' => 'Ce fichier a été généré par le processus d\'installation. Vous pouvez l\'éditer. Merci de se référer à config.original.php pour comprendre les éléments de configuration.', 'The following directory could not be created' => 'Le dossier suivant ne peut être créé', - 'You should create this directory by hand.' => 'Vous devriez creer manuelement ce dossier', + 'You should create this directory manually.' => 'Vous devriez creer manuelement ce dossier', 'The following directory is not writable' => 'Le dossier suivant ne peut être créé', 'You should give the write permission to the web server on this directory.' => 'Vous devriez donner le droits d\'écriture à ce repertoire pour le rendre accessible par le serveur web.', 'Here is a solution' => 'Une solution possible', diff --git a/lib/lang/template.php b/lib/lang/template.php index 4895150..86abffc 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -51,7 +51,7 @@ $tr = array ( /* install.hpp */ 'This file was generated by the install process. You can edit it. Please see config.original.php to understand the configuration items.' => '', 'The following directory could not be created' => '', - 'You should create this directory by hand.' => '', + 'You should create this directory manually.' => '', 'The following directory is not writable' => '', 'You should give the write permission to the web server on this directory.' => '', 'Here is a solution' => 'Une solution possible',