akaunting/resources/lang/en-GB/recurring.php

21 lines
679 B
PHP
Raw Normal View History

2018-04-26 02:17:55 +03:00
<?php
return [
'recurring' => 'Recurring',
2018-04-26 18:40:04 +03:00
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Daily',
2018-04-26 02:17:55 +03:00
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'custom' => 'Custom',
2018-04-26 18:40:04 +03:00
'days' => 'Day(s)',
'weeks' => 'Week(s)',
'months' => 'Month(s)',
'years' => 'Year(s)',
2018-04-28 11:56:11 +03:00
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
2018-04-26 02:17:55 +03:00
];