<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 */
 
// for the configuration manager
$lang['allowguests']     = 'allow comments by unregistered users';
$lang['linkemail']       = 'link commenters name with e-mail';
$lang['usegravatar']     = 'use gravatar user images for comments';
$lang['gravatar_size']   = 'default size of gravatar';
$lang['gravatar_rating'] = 'minimum rating for gravatars';
$lang['urlfield']        = 'allow users to enter an URL';
$lang['addressfield']    = 'allow users to enter a postal address';
$lang['datefield']       = 'allow admins to set the comment date (for import)';
$lang['usecocomment']    = 'use coComment comment tracking';
$lang['wikisyntaxok']    = 'allow wiki syntax in comments';

$lang['threads_showdate'] = 'show date of latest answer in thread list';
$lang['threads_showuser'] = 'show name of user who started the thread';

//Setup VIM: ex: et ts=2 enc=utf-8 :