2020-07-23 15:45:23 +03:00

13 lines
334 B
PHP

<?php
return [
'rate' => 'Steuersatz',
'rate_percent' => 'Steuersatz (%)',
'normal' => 'Normal',
'inclusive' => 'Inklusive',
'compound' => 'zusammengesetzt',
'fixed' => 'Fest',
'withholding' => 'Withholding',
];