test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent 0014af27ca
commit 199b6e5165
2 changed files with 40 additions and 42 deletions

41
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\Calendar
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,25 +12,25 @@
declare(strict_types=1);
return ['Calendar' => [
'Blocks' => 'Blöcke',
'Calendar' => 'Kalender',
'Close' => 'Schließen',
'Day' => 'Tag',
'Event' => 'Event',
'Friday' => 'Freitag',
'Interval' => 'Intervall',
'Layout' => 'Layout',
'List' => 'Liste',
'Monday' => 'Montag',
'Month' => 'Monat',
'NewEvent' => 'Neues Event',
'Saturday' => 'Samstag',
'Settings' => 'Einstellung',
'Sunday' => 'Sonntag',
'Thursday' => 'Donnerstag',
'Timeline' => 'Zeitlinie',
'Tuesday' => 'Dienstag',
'Blocks' => 'Blöcke',
'Calendar' => 'Kalender',
'Close' => 'Schließen',
'Day' => 'Tag',
'Event' => 'Event',
'Friday' => 'Freitag',
'Interval' => 'Intervall',
'Layout' => 'Layout',
'List' => 'Liste',
'Monday' => 'Montag',
'Month' => 'Monat',
'NewEvent' => 'Neues Event',
'Saturday' => 'Samstag',
'Settings' => 'Einstellung',
'Sunday' => 'Sonntag',
'Thursday' => 'Donnerstag',
'Timeline' => 'Zeitlinie',
'Tuesday' => 'Dienstag',
'Wednesday' => 'Mittwoch',
'Week' => 'Woche',
'Year' => 'Jahr',
'Week' => 'Woche',
'Year' => 'Jahr',
]];

41
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
*
* PHP Version 8.0
*
* @package Modules\Calendar
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,25 +12,25 @@
declare(strict_types=1);
return ['Calendar' => [
'Blocks' => 'Blocks',
'Calendar' => 'Calendar',
'Close' => 'Close',
'Day' => 'Day',
'Event' => 'Event',
'Friday' => 'Friday',
'Interval' => 'Interval',
'Layout' => 'Layout',
'List' => 'List',
'Monday' => 'Monday',
'Month' => 'Month',
'NewEvent' => 'New Event',
'Saturday' => 'Saturday',
'Settings' => 'Settings',
'Sunday' => 'Sunday',
'Thursday' => 'Thursday',
'Timeline' => 'Timeline',
'Tuesday' => 'Tuesday',
'Blocks' => 'Blocks',
'Calendar' => 'Calendar',
'Close' => 'Close',
'Day' => 'Day',
'Event' => 'Event',
'Friday' => 'Friday',
'Interval' => 'Interval',
'Layout' => 'Layout',
'List' => 'List',
'Monday' => 'Monday',
'Month' => 'Month',
'NewEvent' => 'New Event',
'Saturday' => 'Saturday',
'Settings' => 'Settings',
'Sunday' => 'Sunday',
'Thursday' => 'Thursday',
'Timeline' => 'Timeline',
'Tuesday' => 'Tuesday',
'Wednesday' => 'Wednesday',
'Week' => 'Week',
'Year' => 'Year',
'Week' => 'Week',
'Year' => 'Year',
]];