From 63719dc2b2578d17ac7d6d2f2c0b570c63f99ba9 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 23:58:45 +0100 Subject: [PATCH 1/1] typo : transfert / transfer --- lib/lang/fr.php | 2 +- lib/lang/template.php | 2 +- script.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 3ef36f2..2642e57 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -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.', diff --git a/lib/lang/template.php b/lib/lang/template.php index 4678605..419ef53 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -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.' => '', diff --git a/script.php b/script.php index b4ab57c..fb41cb8 100644 --- a/script.php +++ b/script.php @@ -174,7 +174,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0) echo "upload_password=your_upload_password (" . t('Optional') . ")
"; echo '

'; echo '

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

'; + t('First line is the asynchronous transfer reference and the second line the code to use in the next operation.') . '

'; echo '

' . t('Push data during asynchronous transfert') . ':

'; echo '

'; -- 2.34.1