punbb/lang/English/topic.php
changeset 7 98bbc533541c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/punbb/lang/English/topic.php	Sun Apr 06 00:28:50 2008 -0400
@@ -0,0 +1,45 @@
+<?php
+
+// Language definitions used in viewtopic.php
+$lang_topic = array(
+
+'Topic by'				=>	'Topic by %s:',
+'Reply by'				=>	'Reply by %s:',
+'Post reply'			=>	'Post reply',
+'Topic closed'			=>	'Topic closed',
+'Guest reply disabled'	=>  'Guests may not reply to topics in this forum.',
+'Title'					=>	'Title:',
+'Status'				=>	'Status:',				// Online or Offline
+'From'					=>	'From:',				// User location
+'Registered'			=>	'Registered:',
+'Note'					=>	'Note:',				// Admin note
+'Posts'					=>	'Posts:',
+'IP'					=>	'IP:',
+'Visit website'			=>	'<span>%s\'s </span>Website', 			// As in "Author's website"
+'Guest'					=>	'Guest',
+'Online'				=>	'Online',
+'Offline'				=>	'Offline',
+'Last edited'			=>	'Last edited by %s (%s)',
+'Report'				=>	'Report',
+'Delete'				=>	'Delete',
+'Delete topic'			=>	'Delete topic',
+'Edit'					=>	'Edit',
+'Quote'					=>	'Quote',
+'Cancel subscription'	=>	'Unsubscribe from topic',
+'Subscription'			=>	'Subscribe to topic',
+'Topic login nag'		=>	'Guest posting is disabled. You must %s or %s to post a reply.',
+'Quick post'			=>	'Quick post',
+'Avatar'				=>	'Avatar',
+'Post'					=>	'Post',
+'Cannot delete'			=>	'You cannot delete the first post',
+'Permalink post'		=>	'Permanent link to this post',
+'Permalink topic'		=>	'Permanent link to this topic',
+'Go to profile'			=>	'Go to %s\'s profile',
+'Move'					=>	'Move topic',
+'Open'					=>  'Open topic',
+'Close'					=>  'Close topic',
+'Unstick'				=>  'Unstick topic',
+'Stick'					=>  'Stick topic',
+'Delete posts'			=>	'Delete posts',
+
+);