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