oms-Accounting/Theme/Backend/Lang/en.lang.php
2022-02-19 14:33:14 +01:00

52 lines
1.5 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Accounting' => [
'Account' => 'Account',
'Accounts' => 'Accounts',
'BatchPostings' => 'Batch Postings',
'Charts' => 'Charts',
'Code' => 'Code',
'ContraAccount' => 'Contra Account',
'CostCenter' => 'Cost Center',
'CostCenters' => 'Cost Centers',
'CostObject' => 'Cost Object',
'CostObjects' => 'Cost Objects',
'Created' => 'Created',
'Creator' => 'Creator',
'Credit' => 'Credit',
'Debit' => 'Debit',
'Due' => 'Due',
'Entries' => 'Entries',
'EntryDate' => 'Entry Date',
'Evaluation' => 'Evaluation',
'ExternalVoucher' => 'External Voucher',
'GL' => 'GL',
'Incoming' => 'Incoming',
'Journal' => 'Journal',
'List' => 'List',
'Name' => 'Name',
'Outgoing' => 'Outgoing',
'Parent' => 'Parent',
'Receipt' => 'Receipt',
'ReceiptDate' => 'Receipt Date',
'Search' => 'Search',
'Stack' => 'Stack',
'TAccount' => 'T-Account',
'Text' => 'Text',
'To' => 'To',
'Total' => 'Total',
'Type' => 'Type',
]];