You've already forked lazarus-ccr
tvplanit: Add preview form for ical import of event items.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8376 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -182,6 +182,7 @@ resourcestring
|
||||
RSOverlayedEvent = 'overlayed';
|
||||
RSOverlayed = 'Overlayed';
|
||||
RSICalFilter = 'iCalendar files (*.ical;*.ics)|*.ical;*.ics';
|
||||
RSRepeat = 'Repeat:';
|
||||
|
||||
{Task Specific}
|
||||
RSConfirmDeleteTask = 'Delete this task from your list?';
|
||||
@ -321,6 +322,16 @@ resourcestring
|
||||
RS1Day = '1 day';
|
||||
RSXDays = '%d days';
|
||||
RS1Week = '1 week';
|
||||
RSEveryYearsOn = 'Every %d years on %s';
|
||||
RSEveryMonthsOn = 'Every %d months on day %s';
|
||||
RSEveryWeeksOn = 'Every %d weeks on %s';
|
||||
RSEveryDays = 'Every %d days';
|
||||
RSYearlyOn = 'Yearly on %s';
|
||||
RSMonthlyOn = 'Monthly on day %s';
|
||||
RSWeeklyOn = 'Weekly on %s';
|
||||
RSAlarmIn = 'Alarm in %s';
|
||||
RSNoAlarm = 'No alarm';
|
||||
RSSound = 'Sound';
|
||||
|
||||
{ Calendar }
|
||||
RSCalendarRevert = 'Revert';
|
||||
|
Reference in New Issue
Block a user