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['allowguests'] = 'allow comments by unregistered users'; 11$lang['linkemail'] = 'link commenters name with e-mail'; 12$lang['usegravatar'] = 'use gravatar user images for comments'; 13$lang['gravatar_size'] = 'default size of gravatar'; 14$lang['gravatar_rating'] = 'minimum rating for gravatars'; 15$lang['urlfield'] = 'allow users to enter an URL'; 16$lang['addressfield'] = 'allow users to enter a postal address'; 17$lang['datefield'] = 'allow admins to set the comment date (for import)'; 18$lang['usecocomment'] = 'use coComment comment tracking'; 19$lang['wikisyntaxok'] = 'allow wiki syntax in comments'; 20 21$lang['threads_formposition'] = 'position of the new thread form'; 22$lang['threads_formposition_o_top'] = 'top'; 23$lang['threads_formposition_o_bottom'] = 'bottom'; 24$lang['threads_formposition_o_both'] = 'both'; 25 26$lang['threads_showdate'] = 'show date of latest answer in thread list'; 27$lang['threads_showuser'] = 'show name of user who started the thread'; 28 29//Setup VIM: ex: et ts=2 enc=utf-8 :