tvplanit: Export tasks to ical files (needs more testing).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8404 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-08-20 21:21:14 +00:00
parent 774c1feda3
commit c4a2f61db6
16 changed files with 290 additions and 127 deletions

View File

@ -199,7 +199,6 @@ resourcestring
{Task Specific}
RSConfirmDeleteTask = 'Delete this task from your list?';
RSTaskPopupAdd = 'Add task...';
RSPopupAddTaskFromICal = 'Import from iCalendar file(s)...';
RSTaskPopupEdit = 'Edit task...';
RSTaskPopupDelete = 'Delete task...';
RSTaskTitleResource = 'Task list - '; {!!.01}
@ -208,8 +207,8 @@ resourcestring
{ Popup specific }
RSPopupAddEvent = 'Add event...';
RSPopupImportEventFromICal= 'Import from iCalendar file(s)...';
RSPopupExportEventToICal = 'Export to iCalendar file...';
RSPopupImportFromICal = 'Import from iCalendar file(s)...';
RSPopupExportToICal = 'Export to iCalendar file...';
RSPopupEditEvent = 'Edit event...';
RSPopupDeleteEvent = '&Delete event...';
RSPopupChangeDate = 'Change date';