17 lines
476 B
PHP
Raw Normal View History

<?php
return [
'accounts_cash' => 'Bar',
2018-11-08 12:11:42 +03:00
'categories_deposit' => 'Einzahlung',
2018-05-03 12:16:18 +03:00
'categories_sales' => 'Verkäufe',
'currencies_usd' => 'US-Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britisches Pfund',
'currencies_try' => 'Türkische Lira',
'taxes_exempt' => 'Steuerbefreit',
2017-11-30 12:14:39 +03:00
'taxes_normal' => 'Normale Steuer',
'taxes_sales' => 'Umsatzsteuer',
];