1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Esther Brunner <wikidesign@gmail.com>
7 */
8
9// for the configuration manager
10$lang['automatic']    = 'discussion section on every page by default';
11$lang['excluded_ns']  = 'list of namespaces to revert the option above (a regular expression e.g. <code>/(playground|wiki)/</code> )';
12$lang['allowguests']  = 'allow comments by unregistered users';
13$lang['showguests']   = 'allow guests to read comments';
14$lang['linkemail']    = 'link commenters name with e-mail';
15$lang['useavatar']    = 'use avatar user images for comments';
16$lang['urlfield']     = 'allow users to enter an URL';
17$lang['addressfield'] = 'allow users to enter a postal address';
18$lang['adminimport']  = 'allow admins to set  all fields for import';
19$lang['wikisyntaxok'] = 'allow wiki syntax in comments';
20$lang['subscribe']    = 'enable/disable subscribe to comments';
21$lang['newestfirst']  = 'list newest comments first';
22$lang['moderate']     = 'moderate new comments';
23
24$lang['usethreading'] = 'allow threading of comments';
25$lang['userealname']  = 'display real name instead of user name of registered wiki users';
26
27$lang['threads_formposition']          = 'position of the new thread form shown by the <code>{{threads> }}</code> syntax';
28$lang['threads_formposition_o_off']    = 'off';
29$lang['threads_formposition_o_top']    = 'top';
30$lang['threads_formposition_o_bottom'] = 'bottom';
31
32$lang['visibilityButton'] = 'Enable button for toggling the visibility of the discussion section';
33
34$lang['moderatorgroups']  = 'Comma-separated list of moderator groups (equal to DokuWiki-Manager permission level)';
35$lang['moderatorsnotify']  = 'Send notification emails of the new comments to moderators';
36//Setup VIM: ex: et ts=2 enc=utf-8 :
37