Rev | Line | |
---|
[1] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in viewforum.php |
---|
| 4 | $lang_forum = array( |
---|
| 5 | |
---|
| 6 | 'Post topic' => 'Post new topic', |
---|
| 7 | 'Views' => 'Views', |
---|
[3] | 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' |
---|
[1] | 16 | |
---|
| 17 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.