mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-24 21:48:41 +00:00
35 lines
826 B
PHP
35 lines
826 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['Calendar' => [
|
|
'Blocks' => 'Blocks',
|
|
'Close' => 'Close',
|
|
'Day' => 'Day',
|
|
'Event' => 'Event',
|
|
'Interval' => 'Interval',
|
|
'Layout' => 'Layout',
|
|
'List' => 'List',
|
|
'Month' => 'Month',
|
|
'NewEvent' => 'New Event',
|
|
'Settings' => 'Settings',
|
|
'Timeline' => 'Timeline',
|
|
'Week' => 'Week',
|
|
'Year' => 'Year',
|
|
'Sunday' => 'Sunday',
|
|
'Monday' => 'Monday',
|
|
'Tuesday' => 'Tuesday',
|
|
'Wednesday' => 'Wednesday',
|
|
'Thursday' => 'Thursday',
|
|
'Friday' => 'Friday',
|
|
'Saturday' => 'Saturday',
|
|
]];
|