Topic: lang/topic 1.3.x

<?php

// Language definitions used in viewtopic.php
$lang_topic = array(

'Topic byline'            =>    '<span>Topic by </span>%s',
'Reply byline'            =>    '<span>Reply by </span>%s',
'Search replies'        =>    '(%s replies, posted in %s)',
'Post reply'            =>    'Post reply',
'Topic closed'            =>    '[ Closed ]',
'No permission'            =>    'Sorry! no permission to post a reply',
'Topic title'            =>    'Topic: %s',
'Reply title'            =>    'Re: %s',
'Login to post'            =>    'You must %1$s or %2$s to post a reply',
'From'                    =>    'From:',                // User location
'Registered'            =>    'Registered:',
'Note'                    =>    'Note:',                // Admin note
'IP'                    =>    'IP:',
'Posts'                    =>    'Posts',
'Posts info'            =>    'Posts:',
'User possessive'        =>    '%s\'s', // As in "Author's Website"
'Visit website'            =>    '%s Website',
'E-mail'                =>    'E-mail',
'Online'                =>    'Online',
'Offline'                =>    'Offline',
'Last edited'            =>    'Last edited by %1$s (%2$s)',
'Report'                =>    'Report',
'Delete'                =>    'Delete',
'Delete topic'            =>    'Delete topic',
'Edit'                    =>    'Edit',
'Quote'                    =>    'Quote',
'Unsubscribe'            =>    'Unsubscribe',
'Subscribe'                =>    'Subscribe',
'Subscribe info'        =>    'Receive email notification of new posts.',
'RSS topic feed'        =>    'RSS Topic Feed',
'Quick post'            =>    'Quick reply to this topic',
'Post'                    =>    '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',
'Topic options'            =>    'Topic options',
'Open'                    =>  'Open topic',
'Close'                    =>  'Close topic',
'Unstick'                =>  'Unstick topic',
'Stick'                    =>  'Stick topic',
'Moderate topic'        =>    'Moderate topic',
'Required warn'            =>    'You cannot submit or preview an empty message.',

);