From 815962d9db1943b92e3f11817e3a204c27a373ff Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 22:44:33 +0100 Subject: [PATCH 1/1] typo : right/permission --- install.php | 2 +- lib/lang/fr.php | 2 +- lib/lang/template.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index f83faf0..737f2bc 100644 --- a/install.php +++ b/install.php @@ -136,7 +136,7 @@ if (!file_exists (JIRAFEAU_CFG)) echo '

' . 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 ' . + 'permission to the web server (preferred solution), or give the ' . 'write permission to the web server on the lib ' . 'directory.') . '

'; diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 05aadb4..0ae2bab 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -77,7 +77,7 @@ $tr = array ( '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 ' . + 'permission to the web server (preferred solution), or give the ' . '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. ' . diff --git a/lib/lang/template.php b/lib/lang/template.php index d8a449f..de6b157 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -57,7 +57,7 @@ $tr = array ( '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 ' . + 'permission to the web server (preferred solution), or give the ' . 'write permission to the web server on the lib ' . 'directory.' => '', 'The local configuration is not writable by the web server. ' . -- 2.34.1