13 lines
411 B
PHP
Raw Normal View History

2018-04-23 10:06:55 +03:00
<?php
return [
2018-05-03 12:16:18 +03:00
'rate' => 'Συντελεστής',
'rate_percent' => 'Συντελεστής (%)',
2018-11-20 11:41:17 +03:00
'normal' => 'Κανονικός',
'inclusive' => 'Συμπεριλαμβανόμενος',
'compound' => 'Μεικτός',
2019-12-25 14:32:47 +03:00
'fixed' => 'Πάγιο',
2020-08-06 21:02:03 +00:00
'withholding' => 'Κρατήσεις',
2018-04-23 10:06:55 +03:00
];