dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?php |
2 | |||
3 | /** |
||
4 | * @license GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html) |
||
5 | * |
||
6 | * @author zteeed <aurelien@duboc.xyz> |
||
7 | * @author mallchin |
||
8 | * @author littleiffel |
||
9 | * @author brendonrapp <brendon@jaguardesignstudio.com> |
||
10 | * @author Rainbow-Spike <rainbow_spike@derpy.ru |
||
11 | */ |
||
12 | |||
13 | $lang['namespaces'] = "Namespaces (comma-separated)"; |
||
14 | $lang['notify_create'] = "Notify when pages are created"; |
||
15 | $lang['notify_edit'] = "Notify when pages are edited"; |
||
16 | $lang['notify_edit_minor'] = "Notify when pages are edited even with minor changes tag"; |
||
17 | $lang['notify_delete'] = "Notify when pages are deleted"; |
||
18 | $lang['notify_show_summary'] = "Display summary when a page is edited"; |
||
19 | $lang['notify_show_name'] = "Name to display in notification"; |
||
20 | $lang['username'] = "Matrix username"; |
||
21 | $lang['password'] = "Matrix password"; |
||
22 | $lang['server'] = "Matrix server"; |
||
23 | $lang['room'] = "Matrix room to send messages to"; |