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 22$lang['usethreading'] = 'allow threading of comments'; 23 24$lang['threads_formposition'] = 'position of the new thread form'; 25$lang['threads_formposition_o_top'] = 'top'; 26$lang['threads_formposition_o_bottom'] = 'bottom'; 27 28//Setup VIM: ex: et ts=2 enc=utf-8 : 29