13 lines
309 B
PHP
13 lines
309 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'rate' => 'Taux',
|
|
'rate_percent' => 'Taux (%)',
|
|
'normal' => 'Normal',
|
|
'inclusive' => 'Inclus',
|
|
'compound' => 'Composé',
|
|
'fixed' => 'Fixé',
|
|
'withholding' => 'Retenue',
|
|
];
|