blob: a5973b898a555df1a628f58d1c15148cb11327f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
// Language definitions used in viewforum.php
$lang_forum = array(
'Post topic' => 'Post new topic',
'Views' => 'Views',
'Moved' => 'Moved:',
'Sticky' => 'Sticky:',
'Closed' => 'Closed:',
'Empty forum' => 'Forum is empty.',
'Mod controls' => 'Moderator controls',
'Is subscribed' => 'You are currently subscribed to this forum',
'Unsubscribe' => 'Unsubscribe',
'Subscribe' => 'Subscribe to this forum'
);
|