oms-Calendar/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 286a9c24fe Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Draw/Controller.js
#	Draw/Models/DrawType.enum.js
#	Draw/Models/Editor.js
#	Media/Models/UploadFile.php
2017-01-26 16:42:29 +01:00

29 lines
662 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
return ['Calendar' => [
'Blocks' => 'Blocks',
'Day' => 'Day',
'Interval' => 'Interval',
'Layout' => 'Layout',
'List' => 'List',
'Month' => 'Month',
'NewEvent' => 'New Event',
'Settings' => 'Settings',
'Timeline' => 'Timeline',
'Week' => 'Week',
'Year' => 'Year',
]];