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
859 B
21 lines
859 B
<?php
|
|
|
|
$strings['plugin_title'] = "Justification Plugin";
|
|
$strings['plugin_comment'] = "";
|
|
|
|
$strings['tool_enable'] = "Enable";
|
|
|
|
$strings['ValidityDuration'] = "Validity Duration";
|
|
$strings['DateManualOn'] = "Date Manual On";
|
|
$strings['JustificationCode'] = "Justification code";
|
|
$strings['NoJustificationFound'] = "No justification found";
|
|
$strings['ValidityDate'] = "Validity date";
|
|
$strings['Justification'] = "Justification";
|
|
$strings['MyJustifications'] = "My justifications";
|
|
$strings['JustificationSaved'] = "Justification saved";
|
|
$strings['default_course_id'] = "Course id";
|
|
$strings['SetNewCourse'] = "Set new course";
|
|
$strings['SubscribeToASession'] = "Subscribe to a session";
|
|
$strings['JustificationName'] = "Justification name";
|
|
$strings['JustificationDate'] = "Justification date";
|
|
$strings['DocumentListForUserX'] = "Document list of user %s";
|
|
|