source: trunk/web/punbb/lang/English/misc.php @ 6

Last change on this file since 6 was 6, checked in by dj3c1t, 12 years ago

mise a jour du trunk

File size: 4.4 KB
Line 
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);
Note: See TracBrowser for help on using the repository browser.