dokuwiki-matrixnotifierwas-plugin – Rev 1

Subversion Repositories:
Rev:
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
 * 
 * @author Rainbow-Spike <rainbow_spike@derpy.ru>
 */

$lang['namespaces'] = "Namespaces (separados por vírgula)";
$lang['notify_create'] = "Notificar quando as páginas forem criadas";
$lang['notify_edit'] = "Notificar quando as páginas forem editadas";
$lang['notify_edit_minor'] = "Notificar quando as páginas forem editadas mesmo com pequenas alterações na tag";
$lang['notify_delete'] = "Notificar quando as páginas forem excluídas";
$lang['notify_show_summary'] = "Exibir resumo quando uma página for editada";
$lang['webhook'] = "Matrix URL de entrada do Webhook";