missing language strings added
This commit is contained in:
parent
04b0a7ef72
commit
6f02d3c301
3 changed files with 5 additions and 2 deletions
|
@ -27,9 +27,12 @@ defined('MOODLE_INTERNAL') || die();
|
|||
|
||||
$string['pluginname'] = 'Timetable';
|
||||
$string['modulename'] = 'Timetable';
|
||||
$string['modulenameplural'] = 'Timetables';
|
||||
$string['timetablename'] = 'Timetable';
|
||||
$string['timetablename_help'] = 'Timetable help';
|
||||
$string['timetablefieldset'] = 'Settings';
|
||||
$string['timetablesettings'] = 'Timetable settings';
|
||||
$string['pluginadministration'] = 'Timetable settings';
|
||||
$string['import_data'] = 'import_data';
|
||||
$string['labelfnamelesson'] = 'lesson import file';
|
||||
$string['descfnamelesson'] = 'Absolute path and filename of untis export file lesson.txt';
|
||||
|
|
|
@ -57,7 +57,7 @@ div.timetable {
|
|||
padding: 2px;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
width: 4rem;
|
||||
width: 4.5rem;
|
||||
}
|
||||
|
||||
.timetable td {
|
||||
|
|
|
@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die();
|
|||
|
||||
$plugin->component = 'mod_timetable';
|
||||
$plugin->release = '0.1.0';
|
||||
$plugin->version = 2020091505;
|
||||
$plugin->version = 2020091801;
|
||||
$plugin->requires = 2020061500;
|
||||
$plugin->maturity = MATURITY_ALPHA;
|
||||
|
|
Loading…
Add table
Reference in a new issue