punbb/lang/English/misc.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in various scripts
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_misc = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
'Mark read redirect'		=>	'All topics and forums have been marked as read. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
// Send e-mail
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Form e-mail disabled'		=>	'The user you are trying to send an e-mail to has disabled form e-mail.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'No e-mail subject'			=>	'You must enter a subject.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'No e-mail message'			=>	'You must enter a message.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Too long e-mail message'	=>	'Messages cannot be longer than 65535 characters (64 KB).',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'E-mail sent redirect'		=>	'E-mail sent. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'Send e-mail to'			=>	'Send e-mail to',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
'E-mail subject'			=>	'Subject',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'E-mail message'			=>	'Message',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'E-mail disclosure note'	=>	'Please note that by using this form, your e-mail address will be disclosed to the recipient.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Write e-mail'				=>	'Write and submit your e-mail message',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
// Report
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
'No reason'					=>	'You must enter a reason.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
'Report redirect'			=>	'Post reported. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
'Report post'				=>	'Report post',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
'Reason'					=>	'Reason',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
'Reason desc'				=>	'Please enter a short reason why you are reporting this post',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
// Subscriptions
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
'Already subscribed'		=>	'You are already subscribed to this topic.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
'Subscribe redirect'		=>	'Your subscription has been added. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
'Not subscribed'			=>	'You are not subscribed to this topic.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
'Unsubscribe redirect'		=>	'Your subscription has been removed. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
// General forum and topic moderation
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
'Moderate'					=>	'Moderate',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
'Select'					=>	'Select',	// the header of a column of checkboxes
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
'Move'						=>	'Move',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
'Delete'					=>	'Delete',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    39
// Moderate forum
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    40
'Open'						=>	'Open',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    41
'Close'						=>	'Close',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    42
'Move topic'				=>	'Move topic',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    43
'Move topics'				=>	'Move topics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    44
'Move legend'				=>	'Select destination of move',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    45
'Move to'					=>	'Move to',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    46
'Leave redirect'			=>	'Leave redirect topic(s)',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    47
'Move topic redirect'		=>	'Topic moved. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    48
'Move topics redirect'		=>	'Topics moved. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    49
'Confirm delete legend'		=>	'Please confirm deletion',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    50
'Delete topics'				=>	'Delete topics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    51
'Delete topics comply'		=>	'Are you sure you want to delete the selected topics?',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    52
'Delete topics redirect'	=>	'Topics deleted. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    53
'Open topic redirect'		=>	'Topic opened. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    54
'Open topics redirect'		=>	'Topics opened. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    55
'Close topic redirect'		=>	'Topic closed. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    56
'Close topics redirect'		=>	'Topics closed. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    57
'No topics selected'		=>	'You must select at least one topic for move/delete/open/close.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    58
'Stick topic redirect'		=>	'Topic sticked. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    59
'Unstick topic redirect'	=>	'Topic unsticked. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    60
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    61
// Delete multiple posts in topic
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    62
'Delete posts'				=>	'Delete posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    63
'Delete posts comply'		=>	'Are you sure you want to delete the selected posts?',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    64
'Delete posts redirect'		=>	'Posts deleted. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    65
'No posts selected'			=>	'You must select at least one post to be deleted.'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    66
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    67
);