2018-05-21 20:12:12 +03:00

17 lines
482 B
PHP

<?php
return [
'accounts_cash' => 'Gotovina',
'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',
];