<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 * @author     iDo <iLoveiDo@gmail.com>
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu']            = 'Moderate Discussions'; 

$lang['discussion']      = 'Discussion';
$lang['comment']         = 'Comment';
$lang['comments']        = 'Comments';
$lang['nocomments']      = 'Comments';
$lang['threads']         = 'Discussions';
$lang['url']             = 'Website';
$lang['address']         = 'Address';
$lang['date']            = 'Date';
$lang['entercomment']    = 'Enter your comment';
$lang['wikisyntax']      = 'Wiki syntax is allowed';
$lang['older']           = 'Older discussions';
$lang['newer']           = 'Newer discussions';
$lang['btn_reply']       = 'Reply';
$lang['btn_hide']        = 'Hide';
$lang['btn_show']        = 'Show';
$lang['btn_change']      = 'Change';
$lang['statuschanged']   = 'Discussion status changed';
$lang['wordblock']       = 'Your comment was blocked as spam.';
$lang['moderation']      = 'Your comment has been added and awaits moderation.';
$lang['mail_newcomment'] = 'New Comment';
$lang['subscribe']       = 'Subscribe to comments';
$lang['noguests']        = 'You could leave a comment if you were logged in.';

$lang['status']          = 'Status';
$lang['off']             = 'off';
$lang['open']            = 'open';
$lang['closed']          = 'closed';

$lang['reply']           = 'Reply';
$lang['replies']         = 'Replies';
$lang['newthread']       = 'New discussion page';
$lang['toggle_display']  = 'Hide/Show';

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