X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/03d1001bce1a6d3ba0cce77199a6e1ad686e8273..eb4db3d3c22d55dd4cefd8bccdb20367ab1da936:/lib/lang/fr.php diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 62bc164..d806dc9 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -102,6 +102,7 @@ $tr = array ( 'Administration password' => 'Mot de passe d\'administration', /* admin.php */ 'Sorry, the admin interface is not enabled.' => 'Désolé, l\'interface d\'administration n\'est pas activée.', + 'Sorry, you are not authenticated on admin interface.' => 'Désolé, vous n\'êtes pas authentifié sur l\'interface d\'administration', 'Login' => 'Connexion', 'Wrong password.' => 'Mot de passe invalide.', 'Admin interface' => 'Interface d\'administration', @@ -154,7 +155,7 @@ $tr = array ( 'This will return "Ok" if succeded, "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é', 'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.', - 'Initalize a asynchronous transfert' => 'Initialiser un transfert asynchrone', + '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.', '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.'