. /** * Plugin strings are defined here. * * @package mod_timetable * @category string * @copyright 2020 Raphael Dannecker * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['pluginname'] = 'Stundenplan'; $string['modulename'] = 'Stundenplan'; $string['modulenameplural'] = 'Stundenpläne'; $string['timetablename'] = 'Stundenplan'; $string['timetablename_help'] = 'Stundenplan Hilfe'; $string['timetablefieldset'] = 'Einstellungen'; $string['timetablesettings'] = 'Stundenplaneinstellungen'; $string['pluginadministration'] = 'Stundenplanadministration'; $string['import_data'] = 'import_data'; $string['labelfnamelesson'] = 'lesson import file'; $string['descfnamelesson'] = 'Absoluter Pfad und Dateiname zur untis Exportdatei lesson.txt'; $string['labelfnamesubst'] = 'substitution import file'; $string['descfnameabs'] = 'Absolute path and filename of untis export file GPU013.TXT'; $string['labelfnameabs'] = 'absence import file'; $string['descfnameabsreas'] = 'Absolute path and filename of untis export file GPU012.TXT'; $string['labelfnameabsreas'] = 'absence reason import file'; $string['descfnametimes'] = 'Absolute path and filename of untis export file time.txt'; $string['labelfnametimes'] = 'time import file'; $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['labelfnameroom'] = 'room import file'; $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['labelnumperiod'] = 'maxmale Stunde'; $string['descnumperiod'] = 'maximale Anzahl Stunden pro Tag'; $string['labelsaturday'] = 'saturday'; $string['descsaturday'] = 'enabled if saturday in timetable'; $string['descfnamesroom'] = 'Absolute path and filename of untis export file room.txt';