12 lines
243 B
PHP
Raw Normal View History

<?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',
'compound' => 'Compound',
];