diff options
Diffstat (limited to 'lang/English/forum.php')
-rw-r--r-- | lang/English/forum.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/English/forum.php b/lang/English/forum.php new file mode 100644 index 0000000..a5973b8 --- /dev/null +++ b/lang/English/forum.php @@ -0,0 +1,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' + +); |