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 * @author iDo <iLoveiDo@gmail.com> 8 */ 9 10// settings must be present and set appropriately for the language 11$lang['encoding'] = 'utf-8'; 12$lang['direction'] = 'ltr'; 13 14// for admin plugins, the menu prompt to be displayed in the admin menu 15// if set here, the plugin doesn't need to override the getMenuText() method 16$lang['menu'] = 'See all discussions...'; 17 18$lang['discussion'] = 'Discussion'; 19$lang['comment'] = 'Comment'; 20$lang['comments'] = 'Comments'; 21$lang['url'] = 'Website'; 22$lang['address'] = 'Address'; 23$lang['date'] = 'Date'; 24$lang['btn_reply'] = 'Reply'; 25$lang['btn_hide'] = 'Hide'; 26$lang['btn_show'] = 'Show'; 27$lang['wordblock'] = 'Your comment was blocked as spam.'; 28$lang['mail_newcomment'] = 'New Comment'; 29 30$lang['reply'] = 'Reply'; 31$lang['replies'] = 'Replies'; 32$lang['newthread'] = 'New thread'; 33$lang['threads'] = 'Threads'; 34 35//Setup VIM: ex: et ts=2 enc=utf-8 :