X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/652b90a6551e4c70d38189dcf16284a04399918d..63719dc2b2578d17ac7d6d2f2c0b570c63f99ba9:/lib/lang/fr.php diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 48be631..2642e57 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -162,12 +162,12 @@ $tr = array ( 'If a password has been set, send a POST request with it.' => 'Si un mot de passe a été définis, envoyer une requette POST avec.', 'Delete a file' => 'Supprimer un fichier', 'This will return "Ok" if succeeded, "Error" otherwhise.' => 'Retourne "OK" en cas de succès, "Error" dans le cas contraire.', - 'Get a generated scripts' => 'Récupérer un script généré', + 'Get a generated script' => 'Récupérer un script généré', 'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.', 'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone', - 'The goal is to permit to transfert big file, chunk by chunk.' => 'Le but est de permettre de transférer de gros fichiers, morceaux par morceaux.', + '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.',