moodle/lang/fr/block_html.php

8 lines
193 B
PHP
Raw Normal View History

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