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 in the specified forum have been marked as read. Redirecting âŠ', |
---|
8 | |
---|
9 | // Send email |
---|
10 | 'Form email disabled' => 'The user you are trying to send an email to has disabled form email.', |
---|
11 | 'No email subject' => 'You must enter a subject.', |
---|
12 | 'No email message' => 'You must enter a message.', |
---|
13 | 'Too long email message' => 'Messages cannot be longer than 65535 characters (64 KB).', |
---|
14 | 'Email flood' => 'At least %s seconds have to pass between sent emails. Please wait a while and try sending again.', |
---|
15 | 'Email sent redirect' => 'Email sent. Redirecting âŠ', |
---|
16 | 'Send email to' => 'Send email to', |
---|
17 | 'Email subject' => 'Subject', |
---|
18 | 'Email message' => 'Message', |
---|
19 | 'Email disclosure note' => 'Please note that by using this form, your email address will be disclosed to the recipient.', |
---|
20 | 'Write email' => 'Write and submit your email message', |
---|
21 | |
---|
22 | // Report |
---|
23 | 'No reason' => 'You must enter a reason.', |
---|
24 | 'Reason too long' => 'Your message must be under 65535 bytes (~64kb).', |
---|
25 | 'Report flood' => 'At least %s seconds have to pass between reports. Please wait a while and try sending again.', |
---|
26 | 'Report redirect' => 'Post reported. Redirecting âŠ', |
---|
27 | 'Report post' => 'Report post', |
---|
28 | 'Reason' => 'Reason', |
---|
29 | 'Reason desc' => 'Please enter a short reason why you are reporting this post', |
---|
30 | |
---|
31 | // Subscriptions |
---|
32 | 'Already subscribed topic' => 'You are already subscribed to this topic.', |
---|
33 | 'Already subscribed forum' => 'You are already subscribed to this forum.', |
---|
34 | 'Subscribe redirect' => 'Your subscription has been added. Redirecting âŠ', |
---|
35 | 'Not subscribed topic' => 'You are not subscribed to this topic.', |
---|
36 | 'Not subscribed forum' => 'You are not subscribed to this forum.', |
---|
37 | 'Unsubscribe redirect' => 'Your subscription has been removed. Redirecting âŠ', |
---|
38 | |
---|
39 | // General forum and topic moderation |
---|
40 | 'Moderate' => 'Moderate', |
---|
41 | 'Select' => 'Select', // the header of a column of checkboxes |
---|
42 | 'Move' => 'Move', |
---|
43 | 'Split' => 'Split', |
---|
44 | 'Delete' => 'Delete', |
---|
45 | 'Merge' => 'Merge', |
---|
46 | |
---|
47 | // Moderate forum |
---|
48 | 'Open' => 'Open', |
---|
49 | 'Close' => 'Close', |
---|
50 | 'Move topic' => 'Move topic', |
---|
51 | 'Move topics' => 'Move topics', |
---|
52 | 'Move legend' => 'Select destination of move', |
---|
53 | 'Move to' => 'Move to', |
---|
54 | 'Nowhere to move' => 'There are no forums into which you can move topics.', |
---|
55 | 'Leave redirect' => 'Leave redirect topic(s)', |
---|
56 | 'Move topic redirect' => 'Topic moved. Redirecting âŠ', |
---|
57 | 'Move topics redirect' => 'Topics moved. Redirecting âŠ', |
---|
58 | 'Confirm delete legend' => 'Please confirm deletion', |
---|
59 | 'Delete topics' => 'Delete topics', |
---|
60 | 'Delete topics comply' => 'Are you sure you want to delete the selected topics?', |
---|
61 | 'Delete topics redirect' => 'Topics deleted. Redirecting âŠ', |
---|
62 | 'Open topic redirect' => 'Topic opened. Redirecting âŠ', |
---|
63 | 'Open topics redirect' => 'Topics opened. Redirecting âŠ', |
---|
64 | 'Close topic redirect' => 'Topic closed. Redirecting âŠ', |
---|
65 | 'Close topics redirect' => 'Topics closed. Redirecting âŠ', |
---|
66 | 'No topics selected' => 'You must select at least one topic for move/delete/open/close.', |
---|
67 | 'Not enough topics selected' => 'You must select at least two topics for merge.', |
---|
68 | 'Stick topic redirect' => 'Topic sticked. Redirecting âŠ', |
---|
69 | 'Unstick topic redirect' => 'Topic unsticked. Redirecting âŠ', |
---|
70 | 'Merge topics' => 'Merge topics', |
---|
71 | 'Merge topics redirect' => 'Topics merged. Redirecting âŠ', |
---|
72 | 'Confirm merge legend' => 'Please confirm merge', |
---|
73 | 'New subject' => 'New subject', |
---|
74 | |
---|
75 | // Split multiple posts in topic |
---|
76 | 'Confirm split legend' => 'Please confirm split of selected posts and select destination of move.', |
---|
77 | 'Split posts' => 'Split posts', |
---|
78 | 'Split posts comply' => 'Are you sure you want to split the selected posts?', |
---|
79 | 'Split posts redirect' => 'Posts have been split. Redirecting âŠ', |
---|
80 | |
---|
81 | // Delete multiple posts in topic |
---|
82 | 'Delete posts' => 'Delete posts', |
---|
83 | 'Cannot select first' => 'First post cannot be selected for split/delete.', |
---|
84 | 'Delete posts comply' => 'Are you sure you want to delete the selected posts?', |
---|
85 | 'Delete posts redirect' => 'Posts deleted. Redirecting âŠ', |
---|
86 | 'No posts selected' => 'You must select at least one post for split/delete.', |
---|
87 | |
---|
88 | // Get host |
---|
89 | 'Host info 1' => 'The IP address is: %s', |
---|
90 | 'Host info 2' => 'The host name is: %s', |
---|
91 | 'Show more users' => 'Show more users for this IP', |
---|
92 | |
---|
93 | ); |
---|