upgrade
This commit is contained in:
22
plugin/learning_calendar/lang/english.php
Normal file
22
plugin/learning_calendar/lang/english.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/* For license terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = 'Learning calendar';
|
||||
$strings['plugin_comment'] = 'Advanced plugin allowing for the coaching of students with an overall time period to conclude their studies in alternated studies and work.';
|
||||
$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 with the calendar plan';
|
||||
|
||||
$strings['EventTypeTaken'] = 'Busy';
|
||||
$strings['EventTypeExam'] = 'Exam';
|
||||
$strings['EventTypeFree'] = 'Free';
|
||||
$strings['CourseHoursDuration'] = 'Course hours duration';
|
||||
$strings['LearningCalendarOneDayMarker'] = 'Learning calendar one day marker';
|
||||
$strings['ControlPointAdded'] = 'Control point added';
|
||||
$strings['NumberOfDays'] = 'Number of days';
|
||||
$strings['Date'] = 'Date';
|
||||
$strings['AddMultipleUsersToCalendar'] = 'Add multiple users to a calendar';
|
||||
$strings['UpdateCalendar'] = 'Update calendar';
|
||||
Reference in New Issue
Block a user