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