X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/38069302c9544b4fcc1eb2492138dbcbe83d7bd7..f58031f40640cc7c243a32d2c3515210ef4ed282:/lib/lang/fr.php?ds=inline diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 02142e5..6b1472b 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -31,12 +31,13 @@ $tr = array ( 'Maximum file size' => 'Taille maximale', 'powered by Open-Source project Jirafeau' => 'Propulsé par le projet Open-Source Jirafeau', 'Jirafeau Project' => 'Projet Jirafeau', - 'None' => 'Aucune', 'One minute' => 'Une minute', 'One hour' => 'Une heure', 'One day' => 'Une journée', 'One week' => 'Une semaine', 'One month' => 'Un mois', + 'One year' => 'Une année', + 'None' => 'Aucune', 'Upload password' => 'Mot de passe', 'The file directory is not writable' => 'Le dossier \'file\' ne peut être écrit.', 'The link directory is not writable' => 'Le dossier \'link\' ne peut être écrit.', @@ -44,11 +45,15 @@ $tr = array ( 'Installer script still present' => 'Le script d\'installation est toujours présent', 'Please make sure to delete the installer script "install.php" before continuing.' => 'Merci de supprimer le fichier "install.php" avant de continuer.', 'An error occurred.' => 'Une erreur s\'est produite', - 'File uploaded! Copy the following URL to get it' => 'Fichier envoyé! Le fichier sera accessible à l\'adresse suivante', + 'File uploaded !' => 'Fichier envoyé !', + 'Download page' => 'Page de téléchargement', 'This file is valid until the following date' => 'Ce fichier est valable jusqu\'à la date suivante', - 'Keep the following URL to delete it at any moment' => 'Vous pouvez supprimer le fichier lorsque vous le désirez via l\'adresse suivante', + 'View link' => 'Lien d\'affichage', + 'Direct download link' => 'Lien de téléchargement direct', + 'Delete link' => 'Lien de suppression', /* f.php */ 'Download' => 'Télécharger', + 'Preview' => 'Prévisualiser', 'Sorry, the requested file is not found' => 'Désolé, le fichier que vous demandez n\'existe pas ou n\'existe plus', 'File not available.' => 'Fichier non disponible', 'File has been deleted.' => 'Le fichier a été supprimé.', @@ -102,6 +107,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',