14 lines
332 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',
];