punbb/lang/English/misc.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 various scripts
$lang_misc = array(

'Mark read redirect'		=>	'All topics and forums have been marked as read. Redirecting …',
'Mark forum read redirect'	=>	'All topics and forums in the specified forum have been marked as read. Redirecting …',

// Send e-mail
'Form e-mail disabled'		=>	'The user you are trying to send an e-mail to has disabled form e-mail.',
'No e-mail subject'			=>	'You must enter a subject.',
'No e-mail message'			=>	'You must enter a message.',
'Too long e-mail message'	=>	'Messages cannot be longer than 65535 characters (64 KB).',
'E-mail sent redirect'		=>	'E-mail sent. Redirecting …',
'E-mail subject'			=>	'Subject:',
'E-mail message'			=>	'Message:',
'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.',
'Write e-mail'				=>	'Compose e-mail:',
'Send forum e-mail'			=>	'Write your e-mail to %s and send it via the forum',

// Report
'No reason'					=>	'You must enter a reason.',
'Report redirect'			=>	'Post reported. Redirecting …',
'Report post'				=>	'Report post',
'Reason'					=>	'Reason:',
'Reason help'				=>	'Enter a short reason why you are reporting this post.',
'Send report'				=>	'Send a message about this post to forum administrators and/or moderators',

// Subscriptions
'Already subscribed'		=>	'You are already subscribed to this topic.',
'Subscribe redirect'		=>	'Your subscription has been added. Redirecting …',
'Not subscribed'			=>	'You are not subscribed to this topic.',
'Unsubscribe redirect'		=>	'Your subscription has been removed. Redirecting …',

// General forum and topic moderation
'Moderate forum'			=>	'Moderate forum',
'Select'					=>	'Select',	// the header of a column of checkboxes
'Select posts'				=>	'Select posts to delete (Post 1 cannot be deleted)',
'Select topics'				=>	'Select topics to delete, move, open or close',
'Move'						=>	'Move',
'Open'						=>  'Open',
'Close'						=>  'Close',
'Confirm topic delete'		=>	'Confirm topic deletion',

// Moderate forum
'Move topic'				=>	'Move topic',
'Move topics'				=>	'Move topics',
'Delete topics'				=>	'Delete topics',
'To new forum'				=>	'to a new forum',
'Move legend'				=>	'Move:',
'Move to'					=>	'Destination forum:',
'Redirect topic'			=>	'Redirect setting:',
'Nowhere to move'			=>	'There are no forums into which you can move topics.',
'Leave redirect'			=>	'Leave a redirect topic in the forum from which the topic was moved.',
'Leave redirects'			=>	'Leave redirect topics in the forum from which topics were moved.',
'Move topic redirect'		=>	'Topic moved. Redirecting …',
'Move topics redirect'		=>	'Topics moved. Redirecting …',
'Delete topics comply'		=>	'Are you sure you want to delete all the selected topics?',
'Delete topics redirect'	=>	'Topics deleted. Redirecting …',
'Open topic redirect'		=>	'Topic opened. Redirecting …',
'Open topics redirect'		=>	'Topics opened. Redirecting …',
'Close topic redirect'		=>	'Topic closed. Redirecting …',
'Close topics redirect'		=>	'Topics closed. Redirecting …',
'No topics selected'		=>	'You must select at least one topic to move/delete/open/close.',
'Stick topic redirect'		=>	'Topic is now sticky. Redirecting …',
'Unstick topic redirect'	=>	'Topic no longer sticky. Redirecting …',

// Delete multiple posts in topic
'Delete posts'				=>	'Delete posts',
'Select post'				=>	'Select post', // Label for checkbox
'Confirm post delete'		=>	'Confirm deletion of all selected posts',
'Delete posts redirect'		=>	'Posts deleted. Redirecting …',
'No posts selected'			=>	'You must select at least one post.'

);