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 Rainbow-Spike <rainbow_spike@derpy.ru> |
||
7 | */ |
||
8 | |||
9 | $lang['namespaces'] =“命名空间(以逗号分隔)”; |
||
10 | $lang['notify_create'] =“创建页面时通知”; |
||
11 | $lang['notify_edit'] =“编辑页面时通知”; |
||
12 | $lang['notify_edit_minor'] =“即使有较小的更改标记,也要通知何时编辑页面”; |
||
13 | $lang['notify_delete'] =“在删除页面时通知”; |
||
14 | $lang['notify_show_summary'] =“编辑页面时显示摘要”; |
||
15 | $lang['webhook'] =“不一致的传入Webhook URL”; |