formatting, icon, language strings and capapilities
This commit is contained in:
parent
951a121dfa
commit
04b0a7ef72
8 changed files with 137 additions and 25 deletions
|
|
@ -26,18 +26,23 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['pluginname'] = 'Timetable';
|
||||
$string['modulename'] = 'Timetable';
|
||||
$string['timetablename'] = 'Timetable';
|
||||
$string['timetablefieldset'] = 'Settings';
|
||||
$string['timetablesettings'] = 'Timetable settings';
|
||||
$string['import_data'] = 'import_data';
|
||||
$string['labelfnamelesson'] = 'lesson import file';
|
||||
$string['descfnamelesson'] = 'Absolute path and Filename of untis export file lesson.txt';
|
||||
$string['descfnamelesson'] = 'Absolute path and filename of untis export file lesson.txt';
|
||||
$string['labelfnamesubst'] = 'substitution import file';
|
||||
$string['descfnamesubst'] = 'Absolute path and Filename of untis export file GPU014.TXT';
|
||||
$string['descfnamesubst'] = 'Absolute path and filename of untis export file GPU014.TXT';
|
||||
$string['labelfnameteacher'] = 'teacher import file';
|
||||
$string['descfnameteacher'] = 'Absolute path and Filename of untis export file teacher.txt';
|
||||
$string['descfnameteacher'] = 'Absolute path and filename of untis export file teacher.txt';
|
||||
$string['labelfnameroom'] = 'room import file';
|
||||
$string['descfnameroom'] = 'Absolute path and Filename of untis export file room.txt';
|
||||
$string['descfnameroom'] = 'Absolute path and filename of untis export file room.txt';
|
||||
$string['labelfnameclass'] = 'class import file';
|
||||
$string['descfnameclass'] = 'Absolute path and Filename of untis export file class.txt';
|
||||
$string['descfnameclass'] = 'Absolute path and filename of untis export file class.txt';
|
||||
$string['labelnumperiod'] = 'max period';
|
||||
$string['descnumperiod'] = 'max period per day';
|
||||
$string['labelsaturday'] = 'saturday';
|
||||
$string['descsaturday'] = 'enabled if saturday in timetable';
|
||||
$string['descsaturday'] = 'enabled if saturday in timetable';
|
||||
$string['descfnamesroom'] = 'Absolute path and filename of untis export file room.txt';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue