1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html) 5 * 6 * @author zteeed <aurelien@duboc.xyz> 7 * @author mallchin 8 * @author littleiffel 9 * @author brendonrapp <brendon@jaguardesignstudio.com> 10 * @author Rainbow-Spike <rainbow_spike@derpy.ru 11 * @author Wilhelm/ JPTV.club 12 */ 13 14$lang['namespaces'] = "Namespaces (comma-separated)"; 15 16$lang['notify_create'] = "Notify when pages are created"; 17$lang['notify_edit'] = "Notify when pages are edited"; 18$lang['notify_edit_minor'] = "Notify when pages are edited even with 'Minor Changes' tag"; 19$lang['notify_delete'] = "Notify when pages are deleted"; 20$lang['notify_show_summary'] = "Display summary when a page is edited"; 21 22$lang['homeserver'] = 'Matrix Homeserver URL'; 23$lang['accesstoken'] = 'Access Token'; 24$lang['room'] = 'Room (Internal ID "!xxxxxx:matrix.example.com", not a room alias)'; 25$lang['nosslverify'] = 'Skip TLS certificate verification <b>(not recommended, insecure!)</b>'; 26