mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
123a7dd167
Slowly working to one fr lang pack
12 lines
298 B
PHP
12 lines
298 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.4.1 (2004083101)
|
|
|
|
|
|
$string['labeltext'] = 'Libellé du titre de section';
|
|
$string['modulename'] = 'Titre de section';
|
|
$string['modulenameplural'] = 'Titres de section';
|
|
$string['parentlanguage'] = 'fr';
|
|
$string['thisdirection'] = 'ltr';
|
|
|
|
?>
|