mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-02-23 23:53:03 +01:00
typo : transfert / transfer
This commit is contained in:
parent
9ec4f08e55
commit
63719dc2b2
@ -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.',
|
||||
|
@ -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.' => '',
|
||||
|
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user