punbb/lang/English/topic.php
changeset 6 5e1f1e916419
parent 5 e3d7322305bf
child 7 98bbc533541c
--- a/punbb/lang/English/topic.php	Sun Sep 02 11:00:57 2007 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-<?php
-
-// Language definitions used in viewtopic.php
-$lang_topic = array(
-
-'Post reply'		=>	'Post reply',
-'Topic closed'		=>	'Topic closed',
-'From'				=>	'From',				// User location
-'Note'				=>	'Note',				// Admin note
-'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 post',
-
-'Link separator'	=>	' | ',	// The text that separates links in posts (website, e-mail, report, edit etc.)
-'Mod controls'		=>	'Moderator controls'
-
-);