oms-Finance/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 60a4141ebb fix languages
2024-05-18 13:28:33 +00:00

26 lines
674 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Finance' => [
'Name' => 'Name',
'TaxCodes' => 'Steuerkz.',
'TaxCode' => 'Steuerkz.',
'Purchase' => 'Einkauf',
'InvoicePercentage' => 'Rechnungsprozentsatz',
'OutputPercentage' => 'Umsatzsteuerprozentsatz',
'InputPercentage' => 'Vorsteuerprozentsatz',
'Tax1Account' => 'Steuerkonto 1',
'Tax2Account' => 'Steyerkonto 2',
]];