13 lines
332 B
PHP
13 lines
332 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'rate' => 'Normë',
|
|
'rate_percent' => 'Normë (%)',
|
|
'normal' => 'Normale',
|
|
'inclusive' => 'Gjithëpërfshirës',
|
|
'compound' => 'Përbërës',
|
|
'fixed' => 'Fikse',
|
|
'withholding' => 'Në burim',
|
|
];
|