X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/0019ed49158d0b3cbdcd63113f0dc4d640684186..c5187160be16af5c5574a020ff83e7da586c4338:/lib/lang/fr.php diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 9148c07..49ec634 100755 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -52,6 +52,8 @@ $tr = array ( 'Password protection' => 'Protection par mot de passe', 'Give the password of this file' => 'Donnez le mot de passe pour ce fichier', 'Access denied' => 'Accès interdit', + /* functions.php */ + 'Internal error during file creation.' => 'Erreur interne durant la creation de fichier.', /* install.hpp */ 'This file was generated by the install process. You can edit it. Please see config.php to understand the configuration items.' => 'Ce fichier a été généré par le processus d\'installation. Vous pouvez l\'éditer. Merci de se référer à config.php pour comprendre les éléments de configuration.', 'The following directory could not be created' => 'Le dossier suivant ne peut être créé', @@ -110,6 +112,8 @@ $tr = array ( 'You are now Logout' => 'Vous êtes maintenant déconnecté', 'Link deleted' => 'Lien supprimé', 'Filename' => 'Nom', + 'file' => 'fichier', + 'link' => 'lien', 'Type' => 'Type', 'Size' => 'Taille', 'Expire' => 'Expiration',