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.
21 lines
957 B
21 lines
957 B
<?php
|
|
|
|
$strings['plugin_title'] = "Justification Plugin";
|
|
$strings['plugin_comment'] = "";
|
|
$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";
|
|
|