b7c7a5f6
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
return [
'accounts_cash' => 'Kontant',
'categories_deposit' => 'Indsæt',
'categories_sales' => 'Salg',
'currencies_usd' => 'Amerikanske Dollar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britiske pund',
'currencies_try' => 'Tyrkiske Lira',
'taxes_exempt' => 'Fritaget for moms',
'taxes_normal' => 'Normal moms',
'taxes_sales' => 'Salgs moms',
];
|