18 lines
531 B
PHP
18 lines
531 B
PHP
<?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',
|
|
'taxes_normal' => 'Taksa Normale',
|
|
'taxes_sales' => 'Taksa e Shitjes',
|
|
|
|
];
|