source:
branches/rsr.v5.1.dev/web/punbb/lang/English/forum.php
@
4
Last change on this file since 4 was 3, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 421 bytes |
Line | |
---|---|
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.