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'] = "Espacios de nombres (separados por comas)";
10 $lang['notify_create'] = "Notificar cuando se creen páginas";
11 $lang['notify_edit'] = "Notificar cuando se editan páginas";
12 $lang['notify_edit_minor'] = "Notificar cuando las páginas se editan incluso con cambios menores en la etiqueta";
13 $lang['notify_delete'] = "Notificar cuando se eliminen páginas";
14 $lang['notify_show_summary'] = "Mostrar resumen cuando se edita una página";
15 $lang['webhook'] = "URL de webhook entrante de Matrix";