cracker182 03ed626911 German Translation
Adds German Translation.
2017-09-19 13:25:13 +02:00

18 lines
516 B
PHP

<?php
return [
'accounts_cash' => 'Bar',
'categories_uncat' => 'Unkategorisiert',
'categories_deposit' => 'Einzahlen',
'categories_sales' => 'Vertrieb',
'currencies_usd' => 'US-Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britisches Pfund',
'currencies_try' => 'Türkische Lira',
'taxes_exempt' => 'Steuerbefreit',
'taxes_normal' => 'Normal',
'taxes_sales' => 'Umsatzsteuer',
];