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',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
];
|