You've already forked lazarus-ccr
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:
@ -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';
|
||||
|
Reference in New Issue
Block a user