]> git.p6c8.net - jirafeau.git/commitdiff
typo : transfert / transfer
authorJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:57:11 +0000 (23:57 +0100)
committerJulien Malik <julien.malik@paraiso.me>
Sun, 22 Mar 2015 22:57:11 +0000 (23:57 +0100)
lib/lang/fr.php
lib/lang/template.php
script.php

index 646fd68fcb713720a8c7420c637896653494674e..3ef36f2118eac43ce5c76cd43b8f0259057d2e25 100644 (file)
@@ -165,7 +165,7 @@ $tr = array (
             'Get a generated script' => 'Récupérer un script généré',
             'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.',
             'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone',
-            'The goal is to permit to transfert big file, chunk by chunk.' => 'Le but est de permettre de transférer de gros fichiers, morceaux par morceaux.',
+            'The goal is to permit to transfer big file, chunk by chunk.' => 'Le but est de permettre de transférer de gros fichiers, morceaux par morceaux.',
             'Chunks of data must be sent in order.' => 'Chaque morceau doit être envoyé dans l\'ordre.',
             'First line is the asynchronous transfert reference and the second line the code to use in the next operation.'
                 => 'La première ligne correspond à la référence de transfert asynchrone, la seconde au code à utiliser dans la prochaine requette.',
index 93a3d52318e9ec7ebd73c1a89c953f91c187c394..4678605c47768a7212788bd3d26c5395ebdab325 100644 (file)
@@ -145,7 +145,7 @@ $tr = array (
             'Get a generated script' => '',
             'This will return brut text content of the code.' => '',
             'Initalize an asynchronous transfert' => '',
-            'The goal is to permit to transfert big file, chunk by chunk.' => '',
+            'The goal is to permit to transfer big file, chunk by chunk.' => '',
             'Chunks of data must be sent in order.' => '',
             'First line is the asynchronous transfert reference and the second line the code to use in the next operation.'
                 => '',
index 093d7552c713c3697bf16958a343797a8b0f4b7d..b4ab57c40641a03a0c713075847e767e511632e9 100644 (file)
@@ -159,7 +159,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     
     echo '<h3>' . t('Initalize an asynchronous transfert') . ':</h3>';
     echo '<p>';
-    echo t('The goal is to permit to transfert big file, chunk by chunk.') . ' ';
+    echo t('The goal is to permit to transfer big file, chunk by chunk.') . ' ';
     echo t('Chunks of data must be sent in order.');
     echo '</p>';
     echo '<p>';

patrick-canterino.de