source: branches/rsr.v5.1.dev/web/punbb/lang/English/admin_bans.php @ 3

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

passage a Fluxbb 1.4.7

File size: 3.9 KB
Line 
1<?php
2
3// Language definitions used in admin_bans.php
4$lang_admin_bans = array(
5
6'No user message'                       =>      'No user by that username registered. If you want to add a ban not tied to a specific username just leave the username blank.',
7'No user ID message'            =>      'No user by that ID registered.',
8'User is admin message'         =>      'The user %s is an administrator and can\'t be banned. If you want to ban an administrator, you must first demote him/her.',
9'User is mod message'           =>      'The user %s is a moderator and can\'t be banned. If you want to ban a moderator, you must first demote him/her.',
10'Must enter message'            =>      'You must enter either a username, an IP address or an email address (at least).',
11'Cannot ban guest message'      =>      'The guest user cannot be banned.',
12'Invalid IP message'            =>      'You entered an invalid IP/IP-range.',
13'Invalid e-mail message'        =>      'The email address (e.g. user@domain.com) or partial email address domain (e.g. domain.com) you entered is invalid.',
14'Invalid date message'          =>      'You entered an invalid expire date.',
15'Invalid date reasons'          =>      'The format should be YYYY-MM-DD and the date must be at least one day in the future.',
16'Ban added redirect'            =>      'Ban added. Redirecting 
' ,
17'Ban edited redirect'           =>      'Ban edited. Redirecting 
',
18'Ban removed redirect'          =>      'Ban removed. Redirecting 
',
19
20'New ban head'                          =>      'New ban',
21'Add ban subhead'                       =>      'Add ban',
22'Username label'                        =>      'Username',
23'Username help'                         =>      'The username to ban (case-insensitive).',
24'Username advanced help'        =>      'The username to ban (case-insensitive). The next page will let you enter a custom IP and email. If you just want to ban a specific IP/IP-range or email just leave it blank.',
25
26'Ban search head'                       =>      'Ban search',
27'Ban search subhead'            =>      'Enter search criteria',
28'Ban search info'                       =>      'Search for bans in the database. You can enter one or more terms to search for. Wildcards in the form of asterisks (*) are accepted. To show all bans leave all fields empty.',
29'Date help'                                     =>      '(yyyy-mm-dd)',
30'Message label'                         =>      'Message',
31'Expire after label'            =>      'Expire after',
32'Expire before label'           =>      'Expire before',
33'Order by label'                        =>      'Order by',
34'Order by username'                     =>      'Username',
35'Order by ip'                           =>      'IP',
36'Order by e-mail'                       =>      'Email',
37'Order by expire'                       =>      'Expire date',
38'Ascending'                                     =>      'Ascending',
39'Descending'                            =>      'Descending',
40'Submit search'                         =>      'Submit search',
41
42'E-mail label'                          =>      'Email',
43'E-mail help'                           =>      'The email or email domain you wish to ban (e.g. someone@somewhere.com or somewhere.com). See "Allow banned email addresses" in Permissions for more info.',
44'IP label'                                      =>      'IP address/IP-ranges',
45'IP help'                                       =>      'The IP address or IP-ranges you wish to ban (e.g. 150.11.110.1 or 150.11.110). Separate addresses with spaces. If an IP is entered already it is the last known IP of this user in the database.',
46'IP help link'                          =>      'Click %s to see IP statistics for this user.',
47'Ban advanced head'                     =>      'Ban advanced settings',
48'Ban advanced subhead'          =>      'Supplement ban with IP and email',
49'Ban message label'                     =>      'Ban message',
50'Ban message help'                      =>      'A message that will be displayed to the banned user when he/she visits the board.',
51'Message expiry subhead'        =>      'Ban message and expiry',
52'Ban IP range info'                     =>      'You should be very careful when banning an IP-range because of the possibility of multiple users matching the same partial IP.',
53'Expire date label'                     =>      'Expire date',
54'Expire date help'                      =>      'The date when this ban should be automatically removed (format: yyyy-mm-dd). Leave blank to remove manually.',
55
56'Results head'                          =>      'Search Results',
57'Results username head'         =>      'Username',
58'Results e-mail head'           =>      'Email',
59'Results IP address head'       =>      'IP/IP-ranges',
60'Results expire head'           =>      'Expires',
61'Results message head'          =>      'Message',
62'Results banned by head'        =>      'Banned by',
63'Results actions head'          =>      'Actions',
64'No match'                                      =>      'No match',
65'Unknown'                                       =>      'Unknown',
66
67);
Note: See TracBrowser for help on using the repository browser.