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

index 3ef36f2118eac43ce5c76cd43b8f0259057d2e25..2642e57e12015d48a263beb04c8eb716b44e6927 100644 (file)
@@ -167,7 +167,7 @@ $tr = array (
             'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone',
             '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.',
             'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone',
             '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.'
+            'First line is the asynchronous transfer 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.',
             'Push data during asynchronous transfert' => 'Envoyer des données pendant un transfert asynchrone',
             'Returns the next code to use.' => 'Renvoie le prochain code à utiliser.',
                 => 'La première ligne correspond à la référence de transfert asynchrone, la seconde au code à utiliser dans la prochaine requette.',
             'Push data during asynchronous transfert' => 'Envoyer des données pendant un transfert asynchrone',
             'Returns the next code to use.' => 'Renvoie le prochain code à utiliser.',
index 4678605c47768a7212788bd3d26c5395ebdab325..419ef536c327a50dcfd1abce6815128f7ae7904c 100644 (file)
@@ -147,7 +147,7 @@ $tr = array (
             'Initalize an asynchronous transfert' => '',
             'The goal is to permit to transfer big file, chunk by chunk.' => '',
             'Chunks of data must be sent in order.' => '',
             'Initalize an asynchronous transfert' => '',
             '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.'
+            'First line is the asynchronous transfer reference and the second line the code to use in the next operation.'
                 => '',
             'Push data during asynchronous transfert' => '',
             'Returns the next code to use.' => '',
                 => '',
             'Push data during asynchronous transfert' => '',
             'Returns the next code to use.' => '',
index b4ab57c40641a03a0c713075847e767e511632e9..fb41cb8903e54ae86ea5059c46fe90e76e6806a9 100644 (file)
@@ -174,7 +174,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     echo "<b>upload_password=</b>your_upload_password<i> (" . t('Optional') . ")</i> <br />";
     echo '</p>';
     echo '<p>' . t('This will return brut text content.') . ' ' .
     echo "<b>upload_password=</b>your_upload_password<i> (" . t('Optional') . ")</i> <br />";
     echo '</p>';
     echo '<p>' . t('This will return brut text content.') . ' ' .
-         t('First line is the asynchronous transfert reference and the second line the code to use in the next operation.') . '<br /></p>';
+         t('First line is the asynchronous transfer reference and the second line the code to use in the next operation.') . '<br /></p>';
 
     echo '<h3>' . t('Push data during asynchronous transfert') . ':</h3>';
     echo '<p>';
 
     echo '<h3>' . t('Push data during asynchronous transfert') . ':</h3>';
     echo '<p>';

patrick-canterino.de