]> git.p6c8.net - jirafeau_project.git/commitdiff
typo : intercace/interface
authorJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 21:45:56 +0000 (22:45 +0100)
committerJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 21:45:56 +0000 (22:45 +0100)
install.php
lib/lang/fr.php
lib/lang/template.php

index 737f2bc8c55114b39ff1adc876e6917c012a56d3..95f7a7884cb99eb6986d1c4fc53a1822508f2c79 100644 (file)
@@ -249,7 +249,7 @@ case 2:
         "2"><?php echo
         t
         ('Jirafeau has an administration interface (through admin.php). ' .
-        'You can set a password to access the intercace or let it be empty ' .
+        'You can set a password to access the interface or leave it be empty ' .
         'to disable the interface.');
     ?></td> </tr> <tr> <td class = "label"><label for = "select_password"
        ><?php echo t('Administration password') . ':';
index 0ae2babce0ea89e2be1e096b3b6e45d7898cc671..1dc93eb98ff8c8454c7fc1b099344f81436f6252 100644 (file)
@@ -104,7 +104,7 @@ $tr = array (
             'Choose the default language' => 'Choisissez la langue par defaut',
             'Next step' => 'Etape suivante',
             'Jirafeau has an administration interface (through admin.php). ' .
-            'You can set a password to access the intercace or let it be empty ' .
+            'You can set a password to access the interface or let it be empty ' .
             'to disable the interface.' => 'Jirafeau a une interface d\'administration (accessible via admin.php). Vous pouvez saisir un mot de passe pour y acceder ou ne pas en mettre pour désactiver l\'accès à l\'interface.',
             'Administration password' => 'Mot de passe d\'administration',
             /* admin.php */
index de6b157b54893b573f65c6f0208d65631fba4c5d..f3ede23befa8343e55f206e0f6807915140edce5 100644 (file)
@@ -84,7 +84,7 @@ $tr = array (
             'Choose the default language' => '',
             'Next step' => '',
             '' .
-            'You can set a password to access the intercace or let it be empty ' .
+            'You can set a password to access the interface or let it be empty ' .
             'to disable the interface.' => '',
             'Administration password' => '',
             /* admin.php */

patrick-canterino.de