mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Calendar: Add notification placeholders $$date$$ and $$fullname$$ to preference help hover
This commit is contained in:
parent
806ab83f3c
commit
0a6dbbcd28
@ -157,23 +157,25 @@ class calendar_hooks
|
||||
'ical' => lang('iCal / rfc2445'),
|
||||
);
|
||||
$event_details = array(
|
||||
'to-fullname' => lang('Fullname of person to notify'),
|
||||
'to-firstname'=> lang('Firstname of person to notify'),
|
||||
'to-lastname' => lang('Lastname of person to notify'),
|
||||
'title' => lang('Title of the event'),
|
||||
'description' => lang('Description'),
|
||||
'startdate' => lang('Start Date/Time'),
|
||||
'enddate' => lang('End Date/Time'),
|
||||
'olddate' => lang('Old Startdate'),
|
||||
'category' => lang('Category'),
|
||||
'location' => lang('Location'),
|
||||
'priority' => lang('Priority'),
|
||||
'participants'=> lang('Participants'),
|
||||
'owner' => lang('Owner'),
|
||||
'repetition' => lang('Repetitiondetails (or empty)'),
|
||||
'action' => lang('Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'),
|
||||
'link' => lang('Link to view the event'),
|
||||
'disinvited' => lang('Participants uninvited from an event'),
|
||||
'to-fullname' => lang('Fullname of person to notify'),
|
||||
'to-firstname' => lang('Firstname of person to notify'),
|
||||
'to-lastname' => lang('Lastname of person to notify'),
|
||||
'title' => lang('Title of the event'),
|
||||
'description' => lang('Description'),
|
||||
'startdate' => lang('Start Date/Time'),
|
||||
'enddate' => lang('End Date/Time'),
|
||||
'olddate' => lang('Old Startdate'),
|
||||
'category' => lang('Category'),
|
||||
'location' => lang('Location'),
|
||||
'priority' => lang('Priority'),
|
||||
'participants' => lang('Participants'),
|
||||
'owner' => lang('Owner'),
|
||||
'repetition' => lang('Repetitiondetails (or empty)'),
|
||||
'action' => lang('Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'),
|
||||
'link' => lang('Link to view the event'),
|
||||
'disinvited' => lang('Participants uninvited from an event'),
|
||||
'fullname' => lang('Current user'),
|
||||
'date' => lang('Current date')
|
||||
);
|
||||
$weekdaystarts = array(
|
||||
'Monday' => lang('Monday'),
|
||||
|
Loading…
Reference in New Issue
Block a user