forked from extern/egroupware
Calendar: Add notification placeholders $$date$$ and $$fullname$$ to preference help hover
This commit is contained in:
parent
4c3c28a05f
commit
bf2482104a
@ -174,6 +174,8 @@ class calendar_hooks
|
|||||||
'action' => lang('Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'),
|
'action' => lang('Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'),
|
||||||
'link' => lang('Link to view the event'),
|
'link' => lang('Link to view the event'),
|
||||||
'disinvited' => lang('Participants uninvited from an event'),
|
'disinvited' => lang('Participants uninvited from an event'),
|
||||||
|
'fullname' => lang('Current user'),
|
||||||
|
'date' => lang('Current date')
|
||||||
);
|
);
|
||||||
$weekdaystarts = array(
|
$weekdaystarts = array(
|
||||||
'Monday' => lang('Monday'),
|
'Monday' => lang('Monday'),
|
||||||
|
Loading…
Reference in New Issue
Block a user