xref: /plugin/discussion/lang/en/settings.php (revision a44bc9f754e946e407316d8681e26a5afcab5d00)
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['allowguests']  = 'allow comments by unregistered users';
12$lang['linkemail']    = 'link commenters name with e-mail';
13$lang['useavatar']    = 'use avatar user images for comments';
14$lang['urlfield']     = 'allow users to enter an URL';
15$lang['addressfield'] = 'allow users to enter a postal address';
16$lang['adminimport']  = 'allow admins to set  all fields for import';
17$lang['usecocomment'] = 'use coComment comment tracking';
18$lang['wikisyntaxok'] = 'allow wiki syntax in comments';
19$lang['subscribe']    = 'enable/disable subscribe to comments';
20$lang['newestfirst']  = 'list newest comments first';
21$lang['moderate']     = 'moderate new comments';
22
23$lang['usethreading'] = 'allow threading of comments';
24
25$lang['threads_formposition']          = 'position of the new thread form';
26$lang['threads_formposition_o_top']    = 'top';
27$lang['threads_formposition_o_bottom'] = 'bottom';
28
29//Setup VIM: ex: et ts=2 enc=utf-8 :
30