moodle/lang/fr/block_html.php
2005-03-03 07:38:57 +00:00

9 lines
242 B
PHP
Executable File

<?php // $Id$
$string['html'] = 'HTML';
$string['configtitle'] = 'Titre du bloc';
$string['configcontent'] = 'Contenu';
$string['leaveblanktohide'] = 'Pour cacher le titre, laisser vide';
$string['newhtmlblock'] = '(Nouveau bloc HTML)';
?>