From: Julien Malik Date: Sun, 22 Mar 2015 21:39:42 +0000 (+0100) Subject: typo : write permission instead of write right X-Git-Tag: 1.1~135^2~16 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/4f9997a1d5ecf5ae89ca522d4d095116057c7076?ds=sidebyside typo : write permission instead of write right --- diff --git a/install.php b/install.php index bc4c486..f83faf0 100644 --- a/install.php +++ b/install.php @@ -91,7 +91,7 @@ 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.'); $write_str1 = t('The following directory is not writable') . ':'; - $write_str2 = t('You should give the write right to the web server on ' . + $write_str2 = t('You should give the write permission to the web server on ' . 'this directory.'); $solution_str = t('Here is a solution') . ':'; @@ -137,7 +137,7 @@ if (!file_exists (JIRAFEAU_CFG)) t('The local configuration file could not be created. Create a ' . 'lib/config.local.php file and give the write ' . 'right to the web server (preferred solution), or give the ' . - 'write right to the web server on the lib ' . + 'write permission to the web server on the lib ' . 'directory.') . '

'; require (JIRAFEAU_ROOT . 'lib/template/footer.php'); @@ -150,7 +150,7 @@ if (!is_writable (JIRAFEAU_CFG) && !@chmod (JIRAFEAU_CFG, '0666')) require (JIRAFEAU_ROOT . 'lib/template/header.php'); echo '

' . t('The local configuration is not writable by the web server. ' . - 'Give the write right to the web server on the ' . + 'Give the write permission to the web server on the ' . 'lib/config.local.php file.') . '

'; require (JIRAFEAU_ROOT . 'lib/template/footer.php'); diff --git a/lib/lang/fr.php b/lib/lang/fr.php index e8e78a3..05aadb4 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -73,15 +73,15 @@ $tr = array ( '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', 'The following directory is not writable' => 'Le dossier suivant ne peut être créé', - 'You should give the write right to the web server on this directory.' => 'Vous devriez donner le droits d\'écriture à ce repertoire pour le rendre accessible par le serveur web.', + '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', 'The local configuration file could not be created. Create a ' . 'lib/config.local.php file and give the write ' . 'right to the web server (preferred solution), or give the ' . - 'write right to the web server on the lib ' . + 'write permission to the web server on the lib ' . 'directory.' => 'Le fichier de configuration local ne peut être créé. Creez le fichier lib/config.local.php et donnez lui les droits d\'écriture par le serveur web (solution préférable) ou bien donnez les accès en écriture au dossier lib', 'The local configuration is not writable by the web server. ' . - 'Give the write right to the web server on the ' . + 'Give the write permission to the web server on the ' . 'lib/config.local.php file.' => 'Le fichier de configuration local ne peut être écrit. Donnez les droits d\'écriture au fichier lib/config.local.php par le serveur web.', 'Installation of Jirafeau' => 'Installation de Jirafeau', 'step' => 'étape', diff --git a/lib/lang/template.php b/lib/lang/template.php index 1c54c25..d8a449f 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -53,15 +53,15 @@ $tr = array ( 'The following directory could not be created' => '', 'You should create this directory by hand.' => '', 'The following directory is not writable' => '', - 'You should give the write right to the web server on this directory.' => '', + 'You should give the write permission to the web server on this directory.' => '', 'Here is a solution' => 'Une solution possible', 'The local configuration file could not be created. Create a ' . 'lib/config.local.php file and give the write ' . 'right to the web server (preferred solution), or give the ' . - 'write right to the web server on the lib ' . + 'write permission to the web server on the lib ' . 'directory.' => '', 'The local configuration is not writable by the web server. ' . - 'Give the write right to the web server on the ' . + 'Give the write permission to the web server on the ' . 'lib/config.local.php file.' => '', 'Installation of Jirafeau' => '', 'step' => '',