]> git.mjollnir.org Git - moodle.git/commitdiff
Added Jon's html block from contrib! Thanks, Jon!
authormartignoni <martignoni>
Tue, 1 Feb 2005 21:10:09 +0000 (21:10 +0000)
committermartignoni <martignoni>
Tue, 1 Feb 2005 21:10:09 +0000 (21:10 +0000)
lang/fr/block_html.php [new file with mode: 0755]

diff --git a/lang/fr/block_html.php b/lang/fr/block_html.php
new file mode 100755 (executable)
index 0000000..1326c75
--- /dev/null
@@ -0,0 +1,8 @@
+<?php // $Id$ 
+
+$string['html'] = 'HTML';
+$string['configtitle'] = 'Titre du bloc';
+$string['configcontent'] = 'Contenu';
+$string['leaveblanktohide'] = 'Pour cacher le titre, laisser vide';
+
+?>
\ No newline at end of file