dokuwiki-matrixnotifierwas-plugin – Rev 1
?pathlinks?
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
*
* @author zteeed <aurelien@duboc.xyz>
* @author mallchin
* @author littleiffel
* @author brendonrapp <brendon@jaguardesignstudio.com>
* @author Rainbow-Spike <rainbow_spike@derpy.ru
*/
$lang['namespaces'] = "Namespaces (comma-separated)";
$lang['notify_create'] = "Notify when pages are created";
$lang['notify_edit'] = "Notify when pages are edited";
$lang['notify_edit_minor'] = "Notify when pages are edited even with minor changes tag";
$lang['notify_delete'] = "Notify when pages are deleted";
$lang['notify_show_summary'] = "Display summary when a page is edited";
$lang['notify_show_name'] = "Name to display in notification";
$lang['username'] = "Matrix username";
$lang['password'] = "Matrix password";
$lang['server'] = "Matrix server";
$lang['room'] = "Matrix room to send messages to";