diff options
Diffstat (limited to 'lang/English/topic.php')
-rw-r--r-- | lang/English/topic.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lang/English/topic.php b/lang/English/topic.php new file mode 100644 index 0000000..135a020 --- /dev/null +++ b/lang/English/topic.php @@ -0,0 +1,33 @@ +<?php + +// Language definitions used in viewtopic.php +$lang_topic = array( + +'Post reply' => 'Post reply', +'Topic closed' => 'Topic closed', +'From' => 'From:', // User location +'Promote user' => 'Promote user', +'IP address logged' => 'IP address logged', +'Note' => 'Note:', // Admin note +'Posts' => 'Posts:', +'Registered' => 'Registered:', +'Replies' => 'Replies:', +'Website' => 'Website', +'Guest' => 'Guest', +'Online' => 'Online', +'Offline' => 'Offline', +'Last edit' => 'Last edited by', +'Report' => 'Report', +'Delete' => 'Delete', +'Edit' => 'Edit', +'Quote' => 'Quote', +'Is subscribed' => 'You are currently subscribed to this topic', +'Unsubscribe' => 'Unsubscribe', +'Subscribe' => 'Subscribe to this topic', +'Quick post' => 'Quick reply', +'Mod controls' => 'Moderator controls', +'New icon' => 'New post', +'Re' => 'Re:', +'Preview' => 'Preview' + +); |