12 lines
270 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'rate' => 'Rate',
'rate_percent' => 'Rate (%)',
2018-11-06 17:55:31 +03:00
'normal' => 'Normal',
2018-11-07 12:07:38 +03:00
'inclusive' => 'Inclusive',
2018-11-05 19:51:01 +03:00
'compound' => 'Compound',
2019-11-16 10:21:14 +03:00
'fixed' => 'Fixed',
2017-09-14 22:21:00 +03:00
];