]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
typo : by hand/manually
authorJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:25:25 +0000 (23:25 +0100)
committerJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:25:25 +0000 (23:25 +0100)
install.php
lib/lang/fr.php
lib/lang/template.php

index 7ebc7bfb21d5954d42fa7580bc05c6c979e05dc1..bbb9eebfde8ac7e6c00fff1c644d82ac433f7ea7 100644 (file)
@@ -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.');
index e2cc1ababadb67cebbb1ff8aa1362af430dd06dc..228d480de1954ef96e8350a935aeff20760f74ff 100644 (file)
@@ -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',
index 4895150520dad6a8b0f232f314448019ec5c54fc..86abffc914aa8bfcd4515af67c3555cf48528625 100644 (file)
@@ -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',

patrick-canterino.de