oms-Production/Theme/Backend/Lang/en.lang.php

28 lines
647 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 ['Production' => [
'Article' => 'Article',
'Done' => 'Done',
'Due' => 'Due',
'For' => 'For',
'Name' => 'Name',
'Orderer' => 'Orderer',
'Ordered' => 'Ordered',
'Process' => 'Process',
'Product' => 'Product',
'Productions' => 'Productions',
'Quantity' => 'Quantity',
'Start' => 'Start',
'Status' => 'Status',
]];