<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 */

$lang['discussion']      = 'Discussion';
$lang['comments']        = 'Comments';
$lang['url']             = 'Website';
$lang['address']         = 'Address';
$lang['date']            = 'Date';
$lang['btn_reply']       = 'Reply';
$lang['btn_hide']        = 'Hide';
$lang['btn_show']        = 'Show';
$lang['wordblock']       = 'Your comment was blocked as spam.';
$lang['mail_newcomment'] = 'New Comment';

$lang['reply']           = 'Reply';
$lang['replies']         = 'Replies';
$lang['newthread']       = 'New thread';

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