Home
last modified time | relevance | path

Searched refs:lang_key_prefix (Results 1 – 11 of 11) sorted by relevance

/plugin/structtasks/meta/
H A DAbstractNotifier.php47 const lang_key_prefix = 'DUMMY'; define in dokuwiki\\plugin\\structtasks\\meta\\AbstractNotifier
168 $getLang($this::lang_key_prefix . '_subject'));
169 $mailer->setBody($getLang($this::lang_key_prefix . '_text'),
171 $getLang($this::lang_key_prefix . '_html'));
H A DRemovedNotifier.php19 const lang_key_prefix = 'removed'; define in dokuwiki\\plugin\\structtasks\\meta\\RemovedNotifier
H A DAssignedNotifier.php19 const lang_key_prefix = 'assigned'; define in dokuwiki\\plugin\\structtasks\\meta\\AssignedNotifier
H A DDateNotifier.php19 const lang_key_prefix = 'date'; define in dokuwiki\\plugin\\structtasks\\meta\\DateNotifier
H A DSelfRemovalNotifier.php19 const lang_key_prefix = 'self_removal'; define in dokuwiki\\plugin\\structtasks\\meta\\SelfRemovalNotifier
H A DDeletedNotifier.php19 const lang_key_prefix = 'deleted'; define in dokuwiki\\plugin\\structtasks\\meta\\DeletedNotifier
H A DTodayNotifier.php19 const lang_key_prefix = 'today'; define in dokuwiki\\plugin\\structtasks\\meta\\TodayNotifier
H A DOverdueNotifier.php19 const lang_key_prefix = 'overdue'; define in dokuwiki\\plugin\\structtasks\\meta\\OverdueNotifier
H A DClosedStatusNotifier.php19 const lang_key_prefix = 'closedstatus'; define in dokuwiki\\plugin\\structtasks\\meta\\ClosedStatusNotifier
H A DOpenStatusNotifier.php19 const lang_key_prefix = 'openstatus'; define in dokuwiki\\plugin\\structtasks\\meta\\OpenStatusNotifier
H A DReminderNotifier.php19 const lang_key_prefix = 'reminder'; define in dokuwiki\\plugin\\structtasks\\meta\\ReminderNotifier