X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/c8f707dd7ecedc278ebfbcb92a6d3b376957f9f6..2a71cdda5bacf89790a214a38174e5ced3ad07c0:/lib/lang/fr.php?ds=sidebyside diff --git a/lib/lang/fr.php b/lib/lang/fr.php index c8b3fe4..964c307 100755 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -127,5 +127,21 @@ $tr = array ( 'Del link' => 'Suppr lien', 'Del file and links' => 'Suppr fichier et liens', 'Deleted links' => 'Liens supprimés', + /* script.php */ + 'This interface permits to script your uploads and downloads.' => 'Cette interface permet de programmer vos envoie et téléversements.', + '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 à', + 'Required' => 'Requis', + 'Optional' => 'Optionel', + 'Parameters' => 'Paramètres', + 'This will return brut text content.' => 'Retourne un texte brut.', + '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.', + 'Delete a file' => 'Supprimer un fichier', + '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.', ); ?> \ No newline at end of file