2019-02-04 19:07:34 +03:00

14 lines
332 B
PHP

<?php
return [
'accounts_cash' => 'Bar',
'categories_deposit' => 'Einzahlung',
'categories_sales' => 'Verkäufe',
'currencies_usd' => 'US-Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britisches Pfund',
'currencies_try' => 'Türkische Lira',
];