2018-04-26 02:17:55 +03:00
< ? php
return [
'recurring' => 'Recurring' ,
2021-11-11 12:02:47 +03:00
'interval' => 'Interval' ,
'frequency' => 'Frequency' ,
'count' => 'Count' ,
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-10-29 18:57:20 +03:00
'message' => 'This is a recurring :type and the next :type will be automatically generated on :date' ,
2021-11-03 18:37:57 +03:00
'message_parent' => 'This :type was automatically generated from :link' ,
2021-11-11 12:02:47 +03:00
'tooltip' => 'Besides the predefined periods, possible to adjust customized periods regarding the requirements. <br><b>Tip:</b> The count must be set to zero up to recur infinitely.' ,
2018-04-26 02:17:55 +03:00
];