18 lines
530 B
PHP
18 lines
530 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'accounts_cash' => 'Contant',
|
|
'categories_uncat' => 'Ongecategoriseerd',
|
|
'categories_deposit' => 'Storting',
|
|
'categories_sales' => 'Verkoop',
|
|
'currencies_usd' => 'Amerikaanse Dollar',
|
|
'currencies_eur' => 'Euro',
|
|
'currencies_gbp' => 'Britse pond',
|
|
'currencies_try' => 'Turkse Lira',
|
|
'taxes_exempt' => 'Vrijgesteld van btw',
|
|
'taxes_normal' => 'Normale btw',
|
|
'taxes_sales' => 'Verkoop Btw',
|
|
|
|
];
|