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

index 95f7a7884cb99eb6986d1c4fc53a1822508f2c79..7ebc7bfb21d5954d42fa7580bc05c6c979e05dc1 100644 (file)
@@ -295,7 +295,7 @@ case 3:
         </tr> <tr> <td class = "info" colspan = "2"><?php
         echo t('The data directory is where your files and information about' .
         ' your files will be stored. You should put it outside your web ' .
-        'site, or at least restrict the access of this directory. Do not ' .
+        'site, or at least restrict the access to this directory. Do not ' .
         'forget the ending slash!');
     ?></td> </tr> <tr> <td class = "label"><label for = "input_var_root"
        ><?php echo t('Data directory') . ':';
index 1dc93eb98ff8c8454c7fc1b099344f81436f6252..5f1bc47f65a515e1f691efcad540b4940a20c868 100644 (file)
@@ -96,7 +96,7 @@ $tr = array (
             'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the ending slash!'
                 => 'L\'adresse d\'origine de Jirafeau est la première partie de l\'URL (slash de fin inclue). Par exemple: "http://www.exemple.com/". N\'oubliez pas le slash de fin !',
             'Base address' => 'Addresse d\'origine',
-            'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access of this directory. Do not forget the ending slash!'
+            'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the ending slash!'
                 => 'Le dossier "data" est là où seront stoqués les fichiers ainsi que leurs informations. Ce dossier ne devrait pas être accessible directement par l\'utilisateur. N\'oubliez pas le slash de fin !',
             'Data directory' => 'Dossier de stockage des données',
             'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).'
index f3ede23befa8343e55f206e0f6807915140edce5..f1f5c725c128366aed9125a96cbc2ee18556231d 100644 (file)
@@ -76,7 +76,7 @@ $tr = array (
             'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the ending slash!'
                 => '',
             'Base address' => 'Addresse d\'origine',
-            'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access of this directory. Do not forget the ending slash!'
+            'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the ending slash!'
                 => '',
             'Data directory' => '',
             'Jirafeau is internationalised. Choose a specific langage or choose Automatic (langage is provided by user\'s browser).'

patrick-canterino.de