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

index bc4c486cd235c740ad3951dae592fc921ce5261c..f83faf085543b5e29ad9cedc77254375a8edd664 100644 (file)
@@ -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') . ':';
     $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') . ':';
 
                     '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 ' .
                '<code>lib/config.local.php</code> file and give the write ' .
                'right to the web server (preferred solution), or give the ' .
              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 ' .
-               'write right to the web server on the <code>lib</code> ' .
+               'write permission to the web server on the <code>lib</code> ' .
                'directory.') .
              '</p></div>';
         require (JIRAFEAU_ROOT . 'lib/template/footer.php');
                'directory.') .
              '</p></div>';
         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 '<div class="error"><p>' .
          t('The local configuration is not writable by the web server. ' .
     require (JIRAFEAU_ROOT . 'lib/template/header.php');
     echo '<div class="error"><p>' .
          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 ' .
            '<code>lib/config.local.php</code> file.') .
          '</p></div>';
     require (JIRAFEAU_ROOT . 'lib/template/footer.php');
            '<code>lib/config.local.php</code> file.') .
          '</p></div>';
     require (JIRAFEAU_ROOT . 'lib/template/footer.php');
index e8e78a3942eb61c439cb6ed8bc457efeb9d03371..05aadb41e201a60f9cd4b5f97d630c9518fe6216 100644 (file)
@@ -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éé',
              '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 ' .
                 '<code>lib/config.local.php</code> file and give the write ' .
                 'right to the web server (preferred solution), or give the ' .
              '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 ' .
-                'write right to the web server on the <code>lib</code> ' .
+                '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. ' .
                 '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. ' .
-                'Give the write right to the web server on the ' .
+                'Give the write permission to the web server on the ' .
                 '<code>lib/config.local.php</code> file.' => 'Le fichier de configuration local ne peut être écrit. Donnez les droits d\'écriture au fichier <code>lib/config.local.php</code> par le serveur web.',
             'Installation of Jirafeau' => 'Installation de Jirafeau',
             'step' => 'étape',
                 '<code>lib/config.local.php</code> file.' => 'Le fichier de configuration local ne peut être écrit. Donnez les droits d\'écriture au fichier <code>lib/config.local.php</code> par le serveur web.',
             'Installation of Jirafeau' => 'Installation de Jirafeau',
             'step' => 'étape',
index 1c54c2593fe45ca355b6e8325941174710ff8b44..d8a449f3af0be6e2e8a8b0404395fa150404326a 100644 (file)
@@ -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' => '',
              '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 ' .
                 '<code>lib/config.local.php</code> file and give the write ' .
                 'right to the web server (preferred solution), or give the ' .
              '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 ' .
-                'write right to the web server on the <code>lib</code> ' .
+                'write permission to the web server on the <code>lib</code> ' .
                 'directory.' => '',
             'The local configuration is not writable by the web server. ' .
                 '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 ' .
                 '<code>lib/config.local.php</code> file.' => '',
             'Installation of Jirafeau' => '',
             'step' => '',
                 '<code>lib/config.local.php</code> file.' => '',
             'Installation of Jirafeau' => '',
             'step' => '',

patrick-canterino.de