mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-13 15:08:40 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
0014af27ca
commit
199b6e5165
41
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
41
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Calendar
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,25 +12,25 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Calendar' => [
|
return ['Calendar' => [
|
||||||
'Blocks' => 'Blöcke',
|
'Blocks' => 'Blöcke',
|
||||||
'Calendar' => 'Kalender',
|
'Calendar' => 'Kalender',
|
||||||
'Close' => 'Schließen',
|
'Close' => 'Schließen',
|
||||||
'Day' => 'Tag',
|
'Day' => 'Tag',
|
||||||
'Event' => 'Event',
|
'Event' => 'Event',
|
||||||
'Friday' => 'Freitag',
|
'Friday' => 'Freitag',
|
||||||
'Interval' => 'Intervall',
|
'Interval' => 'Intervall',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
'List' => 'Liste',
|
'List' => 'Liste',
|
||||||
'Monday' => 'Montag',
|
'Monday' => 'Montag',
|
||||||
'Month' => 'Monat',
|
'Month' => 'Monat',
|
||||||
'NewEvent' => 'Neues Event',
|
'NewEvent' => 'Neues Event',
|
||||||
'Saturday' => 'Samstag',
|
'Saturday' => 'Samstag',
|
||||||
'Settings' => 'Einstellung',
|
'Settings' => 'Einstellung',
|
||||||
'Sunday' => 'Sonntag',
|
'Sunday' => 'Sonntag',
|
||||||
'Thursday' => 'Donnerstag',
|
'Thursday' => 'Donnerstag',
|
||||||
'Timeline' => 'Zeitlinie',
|
'Timeline' => 'Zeitlinie',
|
||||||
'Tuesday' => 'Dienstag',
|
'Tuesday' => 'Dienstag',
|
||||||
'Wednesday' => 'Mittwoch',
|
'Wednesday' => 'Mittwoch',
|
||||||
'Week' => 'Woche',
|
'Week' => 'Woche',
|
||||||
'Year' => 'Jahr',
|
'Year' => 'Jahr',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
41
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
41
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Calendar
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,25 +12,25 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Calendar' => [
|
return ['Calendar' => [
|
||||||
'Blocks' => 'Blocks',
|
'Blocks' => 'Blocks',
|
||||||
'Calendar' => 'Calendar',
|
'Calendar' => 'Calendar',
|
||||||
'Close' => 'Close',
|
'Close' => 'Close',
|
||||||
'Day' => 'Day',
|
'Day' => 'Day',
|
||||||
'Event' => 'Event',
|
'Event' => 'Event',
|
||||||
'Friday' => 'Friday',
|
'Friday' => 'Friday',
|
||||||
'Interval' => 'Interval',
|
'Interval' => 'Interval',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
'Monday' => 'Monday',
|
'Monday' => 'Monday',
|
||||||
'Month' => 'Month',
|
'Month' => 'Month',
|
||||||
'NewEvent' => 'New Event',
|
'NewEvent' => 'New Event',
|
||||||
'Saturday' => 'Saturday',
|
'Saturday' => 'Saturday',
|
||||||
'Settings' => 'Settings',
|
'Settings' => 'Settings',
|
||||||
'Sunday' => 'Sunday',
|
'Sunday' => 'Sunday',
|
||||||
'Thursday' => 'Thursday',
|
'Thursday' => 'Thursday',
|
||||||
'Timeline' => 'Timeline',
|
'Timeline' => 'Timeline',
|
||||||
'Tuesday' => 'Tuesday',
|
'Tuesday' => 'Tuesday',
|
||||||
'Wednesday' => 'Wednesday',
|
'Wednesday' => 'Wednesday',
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'Year' => 'Year',
|
'Year' => 'Year',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user