X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/9ec4f08e55939cd9178c6548ba2c48842568e747..e32a48c6f4c05505465ed7fe3ca70cb703868d42:/lib/lang/template.php?ds=sidebyside diff --git a/lib/lang/template.php b/lib/lang/template.php index 4678605..990be64 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -144,14 +144,14 @@ $tr = array ( 'This will return "Ok" if succeeded, "Error" otherwhise.' => '', 'Get a generated script' => '', 'This will return brut text content of the code.' => '', - 'Initalize an asynchronous transfert' => '', + 'Initalize an asynchronous transfer' => '', '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' => '', + 'Push data during asynchronous transfer' => '', 'Returns the next code to use.' => '', - 'Finalize asynchronous transfert' => '', + 'Finalize asynchronous transfer' => '', 'This will return "Ok" or "Error" string.' => '', ); ?>