From: martignoni Date: Sat, 27 Mar 2004 22:25:28 +0000 (+0000) Subject: Attachments can now be completely disabled in forums X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dc24657f07d6e791cb83343d56032651a4c097d6;p=moodle.git Attachments can now be completely disabled in forums --- diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index d362911f47..c01232d155 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -843,6 +843,7 @@ $string['upload'] = 'Envoyer'; $string['uploadafile'] = 'Envoyer un fichier'; $string['uploadedfileto'] = 'Le fichier « $a->file » a été déposé dans le dossier « $a->directory »'; $string['uploadnofilefound'] = 'Aucun fichier trouvé. En avez-vous vraiment choisi un à envoyer ?'; +$string['uploadnotallowed'] = 'Il n\'est pas permis d\'envoyer des fichiers'; $string['uploadproblem'] = 'Un problème inconnu est survenu durant l\'envoi du fichier « $a » (peut-être est-il trop gros ?)'; $string['uploadthisfile'] = 'Envoyer ce fichier'; $string['uploadusers'] = 'Importer des utilisateurs';