punbb/lang/English/topic.php
author Dan
Sun, 06 Apr 2008 00:28:50 -0400
changeset 7 98bbc533541c
permissions -rw-r--r--
Finishing re-add, addremove didn't work last time. Integrated with Enano's template engine properly.

<?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',

);