]> git.p6c8.net - jirafeau_project.git/commitdiff
fix french translation
authorJerome Jutteau <mojo@couak.net>
Tue, 29 Jan 2013 22:52:52 +0000 (23:52 +0100)
committerJerome Jutteau <mojo@couak.net>
Tue, 29 Jan 2013 22:52:52 +0000 (23:52 +0100)
lib/lang/fr.php

index 964c30796be3387539f3899fe0b798e7fd2265f6..2ffce879721fe9650268e5cdc388705ec33f3bc6 100755 (executable)
@@ -132,10 +132,12 @@ $tr = array (
             'The instructions above show how to query this interface.' => 'Les instructions ci-dessous montrent comment interroger cette interface.',
             'Get server capacity' => 'Récupérer la capacité d\'envoie du serveur',
             'Send a GET query to' => 'Envoyez une requette GET à',
+            'Send a POST query to' => 'Envoyez une requette POST à',
             'Required' => 'Requis',
             'Optional' => 'Optionel',
             'Parameters' => 'Paramètres',
             'This will return brut text content.' => 'Retourne un texte brut.',
+            'First line is the download reference and the second line the delete code.' => 'La première ligne correspond à la reference de l\'envoie et la seconde ligne correspond au code de suppréssion.',
             'First line is the server capacity (in Bytes).' => 'La première ligne correspond à la capacité du serveur (en octets).',
             'Example' => 'Exemple',
             '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.',

patrick-canterino.de