started recurring
This commit is contained in:
11
resources/lang/en-GB/recurring.php
Normal file
11
resources/lang/en-GB/recurring.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
|
||||
];
|
Reference in New Issue
Block a user