akaunting/resources/lang/en-GB/recurring.php
2018-04-26 02:17:55 +03:00

12 lines
230 B
PHP

<?php
return [
'recurring' => 'Recurring',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'custom' => 'Custom',
];