tvplanit: Add option for unlimited recurring events

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-07-11 22:13:14 +00:00
parent e2a0b7912c
commit c93f5d5226
12 changed files with 209 additions and 125 deletions

View File

@ -253,6 +253,7 @@ resourcestring
RSRecurringLbl = 'Appointment recurrence:';
RSIntervalLbl = 'Interval (days):';
RSRecurrenceEndsLbl = 'Repeat until:';
RSRecurrenceForever = 'Repeat forever';
RSAllDayEvent = '&All Day Event';
RSNotesLbl = 'Notes:';