typo : transfert / transfer

This commit is contained in:
Julien Malik 2015-03-22 23:58:45 +01:00
parent 9ec4f08e55
commit 63719dc2b2
3 changed files with 3 additions and 3 deletions

View 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.',
'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.',

View 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.' => '',
'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.' => '',

View 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.') . ' ' .
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>';