You've already forked lazarus-ccr
tvplanit: Alternate solution for issue #39061
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9090 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -202,6 +202,16 @@ resourcestring
|
||||
RSAssignedCategory = 'Assigned category';
|
||||
RSEventItems = 'Event items';
|
||||
RSImportCheckedItems = 'Import checked items';
|
||||
RSOpenEndEventsDurationLbl= 'Duration of "open-end" events';
|
||||
RSDurationForOpenEndEvents= 'The calendar contains events without an end time and without a duration. '+
|
||||
'Please define which duration will be assumed for these events.';
|
||||
RSNoEventDurationSelected = 'No event duration selected.';
|
||||
RSImportICalendarEvents = 'Import iCalendar Events';
|
||||
RSOpenEndEvents = 'Open-end Events';
|
||||
RSHalfAnHour = 'Half an hour';
|
||||
RSOneHour = 'One hour';
|
||||
RSTwoHours = 'Two hours';
|
||||
RSFourHours = 'Four hours';
|
||||
|
||||
{Task Specific}
|
||||
RSConfirmDeleteTask = 'Delete this task from your list?';
|
||||
@ -339,7 +349,10 @@ resourcestring
|
||||
RSOpenItemBtn = '&Open Item';
|
||||
RS1Minute = '1 minute';
|
||||
RSXMinutes = '%d minutes';
|
||||
RS30Minutes = '30 mins';
|
||||
RS1Hour = '1 hour';
|
||||
RS2Hours = '2 hours';
|
||||
RS4Hours = '4 hours';
|
||||
RSXHours = '%d hours';
|
||||
RS1Day = '1 day';
|
||||
RSXDays = '%d days';
|
||||
|
Reference in New Issue
Block a user