mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
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, ...'),
|
||||
'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…
x
Reference in New Issue
Block a user