]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
typo : right/permission
authorJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 21:44:33 +0000 (22:44 +0100)
committerJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 21:44:33 +0000 (22:44 +0100)
install.php
lib/lang/fr.php
lib/lang/template.php

index f83faf085543b5e29ad9cedc77254375a8edd664..737f2bc8c55114b39ff1adc876e6917c012a56d3 100644 (file)
@@ -136,7 +136,7 @@ if (!file_exists (JIRAFEAU_CFG))
         echo '<div class="error"><p>' .
              t('The local configuration file could not be created. Create a ' .
                '<code>lib/config.local.php</code> 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 <code>lib</code> ' .
                'directory.') .
              '</p></div>';
index 05aadb41e201a60f9cd4b5f97d630c9518fe6216..0ae2babce0ea89e2be1e096b3b6e45d7898cc671 100644 (file)
@@ -77,7 +77,7 @@ $tr = array (
              'Here is a solution' => 'Une solution possible',
              'The local configuration file could not be created. Create a ' .
                 '<code>lib/config.local.php</code> 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 <code>lib</code> ' .
                 'directory.' => 'Le fichier de configuration local ne peut être créé. Creez le fichier <code>lib/config.local.php</code> 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 <code>lib</code>',
             'The local configuration is not writable by the web server. ' .
index d8a449f3af0be6e2e8a8b0404395fa150404326a..de6b157b54893b573f65c6f0208d65631fba4c5d 100644 (file)
@@ -57,7 +57,7 @@ $tr = array (
              'Here is a solution' => 'Une solution possible',
              'The local configuration file could not be created. Create a ' .
                 '<code>lib/config.local.php</code> 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 <code>lib</code> ' .
                 'directory.' => '',
             'The local configuration is not writable by the web server. ' .

patrick-canterino.de