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$lang['discussion'] = 'Discussion'; 10$lang['comments'] = 'Comments'; 11$lang['url'] = 'Website'; 12$lang['address'] = 'Address'; 13$lang['date'] = 'Date'; 14$lang['btn_reply'] = 'Reply'; 15$lang['btn_hide'] = 'Hide'; 16$lang['btn_show'] = 'Show'; 17$lang['wordblock'] = 'Your comment was blocked as spam.'; 18$lang['mail_newcomment'] = 'New Comment'; 19 20$lang['reply'] = 'Reply'; 21$lang['replies'] = 'Replies'; 22$lang['newthread'] = 'New thread'; 23 24//Setup VIM: ex: et ts=2 enc=utf-8 :