You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
23 lines
1.1 KiB
<?php
|
|
|
|
$strings['plugin_title'] = "Justification Plugin";
|
|
$strings['plugin_comment'] = "Demande des documents à valeur de justification administrative.";
|
|
$strings['tool_enable'] = "Activer le plugin";
|
|
|
|
$strings['ValidityDuration'] = "Durée de validité en jour";
|
|
$strings['DateManualOn'] = "Autoriser la modification de la date";
|
|
$strings['JustificationCode'] = "Code du justificatif";
|
|
$strings['NoJustificationFound'] = "Aucun justificatif trouvé";
|
|
$strings['ValidityDate'] = "Date de validitée";
|
|
$strings['Justification'] = "Justificatif";
|
|
$strings['MyJustifications'] = "Mes justificatifs";
|
|
$strings['JustificationSaved'] = "Justificatif enregistré";
|
|
$strings['default_course_id'] = "id du cours par défaut";
|
|
$strings['SetNewCourse'] = "Sélectionner un cours";
|
|
$strings['JustificationName'] = "Nom du justificatif";
|
|
$strings['JustificationDate'] = "Date du justificatif";
|
|
|
|
$strings['SubscribeToASession'] = "S'inscrire à une session d'examen";
|
|
$strings['DocumentListForUserX'] = "Liste des documents pour %s";
|
|
$strings['JustificationsCompleted'] = "Dossier complété";
|
|
$strings['SendNotificationToAllAdmins'] = "Envoyer une notification à l'administrateur";
|
|
|