14 lines
335 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
2018-08-06 10:25:41 +03:00
'accounts_cash' => 'Contant geld',
2017-11-30 12:27:54 +03:00
'categories_deposit' => 'Storting',
2018-08-06 10:25:41 +03:00
'categories_sales' => 'Omzet',
2017-11-30 12:27:54 +03:00
'currencies_usd' => 'Amerikaanse Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britse pond',
'currencies_try' => 'Turkse Lira',
];