Language german added
This commit is contained in:
parent
c000c8f7b7
commit
79a07df71d
2 changed files with 58 additions and 1 deletions
57
lang/de/timetable.php
Executable file
57
lang/de/timetable.php
Executable file
|
@ -0,0 +1,57 @@
|
|||
<?php
|
||||
// This file is part of Moodle - https://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Plugin strings are defined here.
|
||||
*
|
||||
* @package mod_timetable
|
||||
* @category string
|
||||
* @copyright 2020 Raphael Dannecker <raphael.dannecker@steinbeisschule-reutlingen.de>
|
||||
* @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';
|
|
@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die();
|
|||
|
||||
$plugin->component = 'mod_timetable';
|
||||
$plugin->release = '0.1.0';
|
||||
$plugin->version = 2020111102;
|
||||
$plugin->version = 2020112102;
|
||||
$plugin->requires = 2020061500;
|
||||
$plugin->maturity = MATURITY_ALPHA;
|
||||
|
|
Loading…
Add table
Reference in a new issue