source: branches/rsr.v5.1.dev/web/punbb/lang/English/admin_users.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: 5.6 KB
Line 
1<?php
2
3// Language definitions used in admin-users.php
4$lang_admin_users = array(
5
6'Non numeric message'           =>      'You entered a non-numeric value into a numeric only column.',
7'Invalid date time message'     =>      'You entered an invalid date/time.',
8'Not verified'                          =>      'Not verified',
9
10// Actions: mass delete/ban etc.
11'No users selected'                     =>      'No users selected.',
12'No move admins message'        =>      'For security reasons, you are not allowed to move multiple administrators to another group. If you want to move these administrators, you can do so on their respective user profiles.',
13'No delete admins message'      =>      'Administrators cannot be deleted. In order to delete administrators, you must first move them to a different user group.',
14'No ban admins message'         =>      'Administrators cannot be banned. In order to ban administrators, you must first move them to a different user group.',
15'No ban mods message'           =>      'Moderators cannot be banned. In order to ban moderators, you must first move them to a different user group.',
16'Move users'                            =>      'Change user group',
17'Move users subhead'            =>      'Select new user group',
18'New group label'                       =>      'New group',
19'New group help'                        =>      'Select the group to which the selected users will be moved. For security reasons, it is not possible to move multiple users to the administrator group.',
20'Invalid group message'         =>      'Invalid group ID.',
21'Users move redirect'           =>      'User group changed. Redirecting 
',
22'Delete users'                          =>      'Delete users',
23'Confirm delete legend'         =>      'Important: read before deleting users',
24'Confirm delete info'           =>      'Please confirm that you want to delete these users.',
25'Delete posts'                          =>      'Delete any posts and topics these users have made.',
26'Delete warning'                        =>      'Warning! Deleted users and/or posts cannot be restored. If you choose not to delete the posts made by these users, the posts can only be deleted manually at a later time.',
27'Users delete redirect'         =>      'Users deleted. Redirecting 
',
28'Ban users'                                     =>      'Ban users',
29'Message expiry subhead'        =>      'Ban message and expiry',
30'Ban message label'                     =>      'Ban message',
31'Ban message help'                      =>      'A message that will be displayed to the banned users when they visit the board.',
32'Expire date label'                     =>      'Expire date',
33'Expire date help'                      =>      'The date when these bans should be automatically removed (format: yyyy-mm-dd). Leave blank to remove manually.',
34'Ban IP label'                          =>      'Ban IP addresses',
35'Ban IP help'                           =>      'Also ban the IP addresses of the banned users to make registering a new account more difficult for them.',
36'Invalid date message'          =>      'You entered an invalid expire date.',
37'Invalid date reasons'          =>      'The format should be YYYY-MM-DD and the date must be at least one day in the future.',
38'Users banned redirect'         =>      'Users banned. Redirecting 
',
39
40'User search head'                      =>      'User search',
41'User search subhead'           =>      'Enter search criteria',
42'User search info'                      =>      'Search for users in the database. You can enter one or more terms to search for. Wildcards in the form of asterisks (*) are accepted.',
43'Username label'                        =>      'Username',
44'E-mail address label'          =>      'Email address',
45'Title label'                           =>      'Title',
46'Real name label'                       =>      'Real name',
47'Website label'                         =>      'Website',
48'Jabber label'                          =>      'Jabber',
49'ICQ label'                                     =>      'ICQ',
50'MSN label'                                     =>      'MSN Messenger',
51'AOL label'                                     =>      'AOL IM',
52'Yahoo label'                           =>      'Yahoo Messenger',
53'Location label'                        =>      'Location',
54'Signature label'                       =>      'Signature',
55'Admin note label'                      =>      'Admin note',
56'Posts more than label'         =>      'Number of posts greater than',
57'Posts less than label'         =>      'Number of posts less than',
58'Last post after label'         =>      'Last post is after',
59'Date help'                                     =>      '(yyyy-mm-dd hh:mm:ss)',
60'Last post before label'        =>      'Last post is before',
61'Last visit after label'        =>      'Last visit is after',
62'Last visit before label'       =>      'Last visit is before',
63'Registered after label'        =>      'Registered after',
64'Registered before label'       =>      'Registered before',
65'Order by label'                        =>      'Order by',
66'Order by username'                     =>      'Username',
67'Order by e-mail'                       =>      'Email',
68'Order by posts'                        =>      'Number of posts',
69'Order by last post'            =>      'Last post',
70'Order by last visit'           =>      'Last visit',
71'Order by registered'           =>      'Registered',
72'Ascending'                                     =>      'Ascending',
73'Descending'                            =>      'Descending',
74'User group label'                      =>      'User group',
75'All groups'                            =>      'All groups',
76'Unverified users'                      =>      'Unverified users',
77'Submit search'                         =>      'Submit search',
78'IP search head'                        =>      'IP search',
79'IP search subhead'                     =>      'Enter IP to search for',
80'IP address label'                      =>      'IP address',
81'IP address help'                       =>      'The IP address to search for in the post database.',
82'Find IP address'                       =>      'Find IP address',
83
84'Results head'                          =>      'Search Results',
85'Results username head'         =>      'Username',
86'Results e-mail head'           =>      'Email',
87'Results title head'            =>      'Title/Status',
88'Results posts head'            =>      'Posts',
89'Results admin note head'       =>      'Admin note',
90'Results actions head'          =>      'Actions',
91'Results IP address head'       =>      'IP address',
92'Results last used head'        =>      'Last used',
93'Results times found head'      =>      'Times found',
94'Results action head'           =>      'Action',
95'Results find more link'        =>      'Find more users for this ip',
96'Results no posts found'        =>      'There are currently no posts by that user in the forum.',
97'Select'                                        =>      'Select',
98'Select all'                            =>      'Select all',
99'Unselect all'                          =>      'Unselect all',
100'Ban'                                           =>      'Ban',
101'Delete'                                        =>      'Delete',
102'Change group'                          =>      'Change group',
103'Bad IP message'                        =>      'The supplied IP address is not correctly formatted.',
104'Results view IP link'          =>      'View IP stats',
105'Results show posts link'       =>      'Show posts',
106'Results guest'                         =>      'Guest',
107'Results no IP found'           =>      'The supplied IP address could not be found in the database.',
108'No match'                                      =>      'No match'
109
110);
Note: See TracBrowser for help on using the repository browser.