18 lines
531 B
PHP
Raw Normal View History

2017-10-09 14:56:08 +03:00
<?php
return [
'accounts_cash' => 'Para',
'categories_uncat' => 'Pakategorizueme',
'categories_deposit' => 'Depozite',
'categories_sales' => 'Shitjet',
'currencies_usd' => 'Dollar Amerikan',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Poundi Britanik',
'currencies_try' => 'Lira Turke',
'taxes_exempt' => 'Përjashtohet Taksa',
2017-10-13 10:05:28 +03:00
'taxes_normal' => 'Taksa Normale',
2017-10-09 14:56:08 +03:00
'taxes_sales' => 'Taksa e Shitjes',
];