punbb/lang/English/topic.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in viewtopic.php
       
     4 $lang_topic = array(
       
     5 
       
     6 'Topic by'				=>	'Topic by %s:',
       
     7 'Reply by'				=>	'Reply by %s:',
       
     8 'Post reply'			=>	'Post reply',
       
     9 'Topic closed'			=>	'Topic closed',
       
    10 'Guest reply disabled'	=>  'Guests may not reply to topics in this forum.',
       
    11 'Title'					=>	'Title:',
       
    12 'Status'				=>	'Status:',				// Online or Offline
       
    13 'From'					=>	'From:',				// User location
       
    14 'Registered'			=>	'Registered:',
       
    15 'Note'					=>	'Note:',				// Admin note
       
    16 'Posts'					=>	'Posts:',
       
    17 'IP'					=>	'IP:',
       
    18 'Visit website'			=>	'<span>%s\'s </span>Website', 			// As in "Author's website"
       
    19 'Guest'					=>	'Guest',
       
    20 'Online'				=>	'Online',
       
    21 'Offline'				=>	'Offline',
       
    22 'Last edited'			=>	'Last edited by %s (%s)',
       
    23 'Report'				=>	'Report',
       
    24 'Delete'				=>	'Delete',
       
    25 'Delete topic'			=>	'Delete topic',
       
    26 'Edit'					=>	'Edit',
       
    27 'Quote'					=>	'Quote',
       
    28 'Cancel subscription'	=>	'Unsubscribe from topic',
       
    29 'Subscription'			=>	'Subscribe to topic',
       
    30 'Topic login nag'		=>	'Guest posting is disabled. You must %s or %s to post a reply.',
       
    31 'Quick post'			=>	'Quick post',
       
    32 'Avatar'				=>	'Avatar',
       
    33 'Post'					=>	'Post',
       
    34 'Cannot delete'			=>	'You cannot delete the first post',
       
    35 'Permalink post'		=>	'Permanent link to this post',
       
    36 'Permalink topic'		=>	'Permanent link to this topic',
       
    37 'Go to profile'			=>	'Go to %s\'s profile',
       
    38 'Move'					=>	'Move topic',
       
    39 'Open'					=>  'Open topic',
       
    40 'Close'					=>  'Close topic',
       
    41 'Unstick'				=>  'Unstick topic',
       
    42 'Stick'					=>  'Stick topic',
       
    43 'Delete posts'			=>	'Delete posts',
       
    44 
       
    45 );