2017-09-19 13:25:13 +02:00
|
|
|
<?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',
|
2017-09-19 13:25:13 +02:00
|
|
|
'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',
|
2017-09-19 13:25:13 +02:00
|
|
|
'taxes_sales' => 'Umsatzsteuer',
|
|
|
|
|
|
|
|
];
|