mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
33 lines
1.7 KiB
PHP
33 lines
1.7 KiB
PHP
<?php // $Id$
|
|
|
|
$string['alwaysopen'] = 'Toujours ouvert';
|
|
$string['blankentry'] = 'Contribution vide';
|
|
$string['daysavailable'] = 'Jours disponibles';
|
|
$string['editingended'] = 'La période d\'édition est terminée';
|
|
$string['editingends'] = 'La période d\'édition se termine';
|
|
$string['entries'] = 'Contributions';
|
|
$string['feedbackupdated'] = 'Feedback mis à jour pour les contributions de $a';
|
|
$string['journalmail'] = '$a->teacher a écrit un feedback au sujet de votre contribution au journal « $a->journal »
|
|
Vous pouvez le consulter en annexe à votre contribution au journal :
|
|
$a->url';
|
|
$string['journalmailhtml'] = '$a->teacher a écrit un feedback au sujet de votre contribution au journal « <em>$a->journal</em> »<br /><br />Vous pouvez le consulter en annexe à votre <a href=\"$a->url\">contribution au journal</a>.';
|
|
$string['journalname'] = 'Nom du journal';
|
|
$string['journalquestion'] = 'Sujet du journal';
|
|
$string['journalrating1'] = 'Insatisfaisant';
|
|
$string['journalrating2'] = 'Satisfaisant';
|
|
$string['journalrating3'] = 'Excellent';
|
|
$string['modulename'] = 'Journal';
|
|
$string['modulenameplural'] = 'Journaux';
|
|
$string['newjournalentries'] = 'Nouvelles contributions au journal';
|
|
$string['noentry'] = 'Aucune contribution';
|
|
$string['noratinggiven'] = 'Aucune évaluation donnée';
|
|
$string['notopenuntil'] = 'Ce journal ne sera pas ouvert avant';
|
|
$string['notstarted'] = 'Vous n\'avez pas encore écrit dans ce journal';
|
|
$string['overallrating'] = 'Note générale';
|
|
$string['rate'] = 'Note';
|
|
$string['saveallfeedback'] = 'Enregistrer tous mes feedbacks';
|
|
$string['startoredit'] = 'Commencer ou modifier ma contribution';
|
|
$string['viewallentries'] = 'Voir toutes les contributions du journal';
|
|
|
|
?>
|