2017-09-19 13:25:13 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2018-05-03 12:16:18 +03:00
|
|
|
'rate' => 'Steuersatz',
|
|
|
|
'rate_percent' => 'Steuersatz (%)',
|
2018-11-16 16:02:06 +03:00
|
|
|
'normal' => 'Normal',
|
|
|
|
'inclusive' => 'Inklusive',
|
2018-11-30 17:30:49 +03:00
|
|
|
'compound' => 'zusammengesetzt',
|
2019-11-18 20:35:48 +03:00
|
|
|
'fixed' => 'Fest',
|
2020-07-27 17:07:32 +03:00
|
|
|
'withholding' => 'Auszahlung',
|
2017-09-19 13:25:13 +02:00
|
|
|
];
|