oms-Accounting/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 655d816bf8 update
2024-01-02 23:34:17 +00:00

54 lines
1.6 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Accounting' => [
'Account' => 'Account',
'Accounts' => 'Accounts',
'BatchPostings' => 'Batch Postings',
'Charts' => 'Charts',
'COA' => 'Chart of Accounts (COA)',
'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',
'Description' => '',
'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',
]];