source:
trunk/web/punbb/lang/English/forum.php
@
7
Last change on this file since 7 was 6, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 421 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | <?php |
2 | ||
3 | // Language definitions used in viewforum.php | |
4 | $lang_forum = array( | |
5 | ||
6 | 'Post topic' => 'Post new topic', | |
7 | 'Views' => 'Views', | |
8 | 'Moved' => 'Moved:', | |
9 | 'Sticky' => 'Sticky:', | |
10 | 'Closed' => 'Closed:', | |
11 | 'Empty forum' => 'Forum is empty.', | |
12 | 'Mod controls' => 'Moderator controls', | |
13 | 'Is subscribed' => 'You are currently subscribed to this forum', | |
14 | 'Unsubscribe' => 'Unsubscribe', | |
15 | 'Subscribe' => 'Subscribe to this forum' | |
16 | ||
17 | ); |
Note: See TracBrowser
for help on using the repository browser.