mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
40 lines
1.7 KiB
PHP
40 lines
1.7 KiB
PHP
|
<?PHP
|
|||
|
|
|||
|
#------------------------------------------------------------
|
|||
|
$string['modulename'] = "Pr<EFBFBD>sences";
|
|||
|
$string['allmodulename'] = "Toutes les listes de pr<70>sence";
|
|||
|
$string['modulenameplural'] = "Listes de pr<70>sence";
|
|||
|
#------------------------------------------------------------
|
|||
|
|
|||
|
|
|||
|
$string['takeroll'] = "Contr<EFBFBD>le des pr<70>sences de ce jour ?";
|
|||
|
$string['for'] = "pour";
|
|||
|
$string['dayofroll'] = "Date du contr<74>le des pr<70>sences";
|
|||
|
$string['notes'] = "Information exceptionnelle";
|
|||
|
$string['notesfor'] = "Information exceptionnelle pour";
|
|||
|
$string['hoursinclass'] = "Nombre d'heures dans cette p<>riode de classe";
|
|||
|
$string['presentshort'] = "P";
|
|||
|
$string['tardyshort'] = "R";
|
|||
|
$string['absentshort'] = "A";
|
|||
|
$string['presentlong'] = "Pr<EFBFBD>sent";
|
|||
|
$string['tardylong'] = "En retard";
|
|||
|
$string['absentlong'] = "Absent";
|
|||
|
$string['dynamicsection'] = "La pr<70>sence <20> cette date d<>termine la pr<70>sence hebdomadaire";
|
|||
|
$string['defaultdynamicsection'] = "Whether to move attendance rolls to the correct week by default";
|
|||
|
$string['defaulthoursinclass'] = "Nombres d'heures par d<>faut dans une liste de pr<70>sence";
|
|||
|
$string['tardiesforabsence'] = "Nombre de retards comptant pour une absence";
|
|||
|
$string['hoursinfullreport'] = "The maximum number of hours of attendance that should be displayed on a single page of a report";
|
|||
|
$string['previous'] = "Pr<EFBFBD>c<EFBFBD>dente";
|
|||
|
$string['pages'] = "Pages";
|
|||
|
$string['of'] = "sur";
|
|||
|
$string['viewall'] = "Afficher toutes les listes de pr<70>sence";
|
|||
|
$string['viewone'] = "Afficher toutes les pages du rapport";
|
|||
|
$string['viewtable'] = "Afficher le rapport dans un tableau";
|
|||
|
$string['viewmulti'] = "Afficher le rapport sur plusieurs pages";
|
|||
|
$string['noviews'] = "Sorry, there is no data for your account here";
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
?>
|