oms-Purchase/Theme/Backend/Lang/Navigation.en.lang.php
Dennis Eichhorn 8a031bdca1 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
783 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 ['Navigation' => [
'Analysis' => 'Analysis',
'Articles' => 'Articles',
'Create' => 'Create',
'Invoices' => 'Invoices',
'Invoice' => 'Invoice',
'List' => 'List',
'OrderSuggestions' => 'Order Suggestions',
'PendingOrders' => 'Pending Orders',
'Profile' => 'Profile',
'Purchase' => 'Purchase',
'Suppliers' => 'Suppliers',
]];