You've already forked lazarus-ccr
tvplanit: Export events to ical files (still buggy).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -181,6 +181,7 @@ resourcestring
|
||||
RSStartEndTimesEqual = 'Start and end times cannot be equal.';
|
||||
RSCannotEditOverlayedEvent= 'Cannot edit this overlayed event.';
|
||||
RSLoadICalTitle = 'Import from iCal file(s)';
|
||||
RSSaveICalTitle = 'Export to iCal file';
|
||||
RSNoOverlayedEvents = 'none';
|
||||
RSOverlayedEvent = 'overlayed';
|
||||
RSOverlayed = 'Overlayed';
|
||||
@ -207,7 +208,8 @@ resourcestring
|
||||
|
||||
{ Popup specific }
|
||||
RSPopupAddEvent = 'Add event...';
|
||||
RSPopupAddEventFromICal = 'Import from iCalendar file(s)...';
|
||||
RSPopupImportEventFromICal= 'Import from iCalendar file(s)...';
|
||||
RSPopupExportEventToICal = 'Export to iCalendar file...';
|
||||
RSPopupEditEvent = 'Edit event...';
|
||||
RSPopupDeleteEvent = '&Delete event...';
|
||||
RSPopupChangeDate = 'Change date';
|
||||
|
Reference in New Issue
Block a user