dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
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'] = "Namespaces (separados por vírgula)";
10 $lang['notify_create'] = "Notificar quando as páginas forem criadas";
11 $lang['notify_edit'] = "Notificar quando as páginas forem editadas";
12 $lang['notify_edit_minor'] = "Notificar quando as páginas forem editadas mesmo com pequenas alterações na tag";
13 $lang['notify_delete'] = "Notificar quando as páginas forem excluídas";
14 $lang['notify_show_summary'] = "Exibir resumo quando uma página for editada";
15 $lang['webhook'] = "Matrix URL de entrada do Webhook";