This commit is contained in:
denisdulici
2017-12-18 18:01:26 +03:00
parent f2f636c5dd
commit f9d9d8314e
26 changed files with 774 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<?php
return [
'accounts_cash' => 'Gotovina',
'categories_uncat' => 'Nekategorizirano',
'categories_deposit' => 'Depozit',
'categories_sales' => 'Prodaje',
'currencies_usd' => 'Američki dolar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britanska funta',
'currencies_try' => 'Turska lira',
'taxes_exempt' => 'Izuzeto od poreza',
'taxes_normal' => 'Normalan porez',
'taxes_sales' => 'Porez prodaje',
];