punbb/lang/English/misc.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in various scripts
       
     4 $lang_misc = array(
       
     5 
       
     6 'Mark read redirect'		=>	'All topics and forums have been marked as read. Redirecting …',
       
     7 'Mark forum read redirect'	=>	'All topics and forums in the specified forum have been marked as read. Redirecting …',
       
     8 
       
     9 // Send e-mail
       
    10 'Form e-mail disabled'		=>	'The user you are trying to send an e-mail to has disabled form e-mail.',
       
    11 'No e-mail subject'			=>	'You must enter a subject.',
       
    12 'No e-mail message'			=>	'You must enter a message.',
       
    13 'Too long e-mail message'	=>	'Messages cannot be longer than 65535 characters (64 KB).',
       
    14 'E-mail sent redirect'		=>	'E-mail sent. Redirecting …',
       
    15 'E-mail subject'			=>	'Subject:',
       
    16 'E-mail message'			=>	'Message:',
       
    17 'E-mail disclosure note'	=>	'<strong>Important!</strong> When you send an e-mail using this form your e-mail address will be disclosed to the recipient.',
       
    18 'Write e-mail'				=>	'Compose e-mail:',
       
    19 'Send forum e-mail'			=>	'Write your e-mail to %s and send it via the forum',
       
    20 
       
    21 // Report
       
    22 'No reason'					=>	'You must enter a reason.',
       
    23 'Report redirect'			=>	'Post reported. Redirecting …',
       
    24 'Report post'				=>	'Report post',
       
    25 'Reason'					=>	'Reason:',
       
    26 'Reason help'				=>	'Enter a short reason why you are reporting this post.',
       
    27 'Send report'				=>	'Send a message about this post to forum administrators and/or moderators',
       
    28 
       
    29 // Subscriptions
       
    30 'Already subscribed'		=>	'You are already subscribed to this topic.',
       
    31 'Subscribe redirect'		=>	'Your subscription has been added. Redirecting …',
       
    32 'Not subscribed'			=>	'You are not subscribed to this topic.',
       
    33 'Unsubscribe redirect'		=>	'Your subscription has been removed. Redirecting …',
       
    34 
       
    35 // General forum and topic moderation
       
    36 'Moderate forum'			=>	'Moderate forum',
       
    37 'Select'					=>	'Select',	// the header of a column of checkboxes
       
    38 'Select posts'				=>	'Select posts to delete (Post 1 cannot be deleted)',
       
    39 'Select topics'				=>	'Select topics to delete, move, open or close',
       
    40 'Move'						=>	'Move',
       
    41 'Open'						=>  'Open',
       
    42 'Close'						=>  'Close',
       
    43 'Confirm topic delete'		=>	'Confirm topic deletion',
       
    44 
       
    45 // Moderate forum
       
    46 'Move topic'				=>	'Move topic',
       
    47 'Move topics'				=>	'Move topics',
       
    48 'Delete topics'				=>	'Delete topics',
       
    49 'To new forum'				=>	'to a new forum',
       
    50 'Move legend'				=>	'Move:',
       
    51 'Move to'					=>	'Destination forum:',
       
    52 'Redirect topic'			=>	'Redirect setting:',
       
    53 'Nowhere to move'			=>	'There are no forums into which you can move topics.',
       
    54 'Leave redirect'			=>	'Leave a redirect topic in the forum from which the topic was moved.',
       
    55 'Leave redirects'			=>	'Leave redirect topics in the forum from which topics were moved.',
       
    56 'Move topic redirect'		=>	'Topic moved. Redirecting …',
       
    57 'Move topics redirect'		=>	'Topics moved. Redirecting …',
       
    58 'Delete topics comply'		=>	'Are you sure you want to delete all the selected topics?',
       
    59 'Delete topics redirect'	=>	'Topics deleted. Redirecting …',
       
    60 'Open topic redirect'		=>	'Topic opened. Redirecting …',
       
    61 'Open topics redirect'		=>	'Topics opened. Redirecting …',
       
    62 'Close topic redirect'		=>	'Topic closed. Redirecting …',
       
    63 'Close topics redirect'		=>	'Topics closed. Redirecting …',
       
    64 'No topics selected'		=>	'You must select at least one topic to move/delete/open/close.',
       
    65 'Stick topic redirect'		=>	'Topic is now sticky. Redirecting …',
       
    66 'Unstick topic redirect'	=>	'Topic no longer sticky. Redirecting …',
       
    67 
       
    68 // Delete multiple posts in topic
       
    69 'Delete posts'				=>	'Delete posts',
       
    70 'Select post'				=>	'Select post', // Label for checkbox
       
    71 'Confirm post delete'		=>	'Confirm deletion of all selected posts',
       
    72 'Delete posts redirect'		=>	'Posts deleted. Redirecting …',
       
    73 'No posts selected'			=>	'You must select at least one post.'
       
    74 
       
    75 );