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.
16 lines
701 B
16 lines
701 B
<?php
|
|
/* For license terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = 'Learning calendar';
|
|
$strings['plugin_comment'] = '';
|
|
$strings['enabled'] = 'Enabled';
|
|
$strings['LearningCalendar'] = 'Learning calendar';
|
|
$strings['NumberDaysAccumulatedInCalendar'] = 'Number of days accumulated in the calendar: ';
|
|
$strings['NumberDaysAccumulatedInLp'] = 'Number of days accumulated in the LP: ';
|
|
$strings['NumberDaysInRetard'] = 'Number of days in retard: ';
|
|
$strings['DifferenceOfDaysAndCalendar'] = 'Difference of days and calendar';
|
|
|
|
$strings['EventTypeTaken'] = 'Taken';
|
|
$strings['EventTypeExam'] = 'Exam';
|
|
$strings['EventTypeFree'] = 'Free';
|
|
$strings['CourseHoursDuration'] = 'Course hours duration';
|
|
|