summaryrefslogtreecommitdiff
path: root/lang/English/admin_users.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/English/admin_users.php')
-rw-r--r--lang/English/admin_users.php110
1 files changed, 110 insertions, 0 deletions
diff --git a/lang/English/admin_users.php b/lang/English/admin_users.php
new file mode 100644
index 0000000..66280b7
--- /dev/null
+++ b/lang/English/admin_users.php
@@ -0,0 +1,110 @@
+<?php
+
+// Language definitions used in admin_users.php
+$lang_admin_users = array(
+
+'Non numeric message' => 'You entered a non-numeric value into a numeric only column.',
+'Invalid date time message' => 'You entered an invalid date/time.',
+'Not verified' => 'Not verified',
+
+// Actions: mass delete/ban etc.
+'No users selected' => 'No users selected.',
+'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.',
+'No delete admins message' => 'Administrators cannot be deleted. In order to delete administrators, you must first move them to a different user group.',
+'No ban admins message' => 'Administrators cannot be banned. In order to ban administrators, you must first move them to a different user group.',
+'No ban mods message' => 'Moderators cannot be banned. In order to ban moderators, you must first move them to a different user group.',
+'Move users' => 'Change user group',
+'Move users subhead' => 'Select new user group',
+'New group label' => 'New group',
+'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.',
+'Invalid group message' => 'Invalid group ID.',
+'Users move redirect' => 'User group changed. Redirecting …',
+'Delete users' => 'Delete users',
+'Confirm delete legend' => 'Important: read before deleting users',
+'Confirm delete info' => 'Please confirm that you want to delete these users.',
+'Delete posts' => 'Delete any posts and topics these users have made.',
+'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.',
+'Users delete redirect' => 'Users deleted. Redirecting …',
+'Ban users' => 'Ban users',
+'Message expiry subhead' => 'Ban message and expiry',
+'Ban message label' => 'Ban message',
+'Ban message help' => 'A message that will be displayed to the banned users when they visit the board.',
+'Expire date label' => 'Expire date',
+'Expire date help' => 'The date when these bans should be automatically removed (format: yyyy-mm-dd). Leave blank to remove manually.',
+'Ban IP label' => 'Ban IP addresses',
+'Ban IP help' => 'Also ban the IP addresses of the banned users to make registering a new account more difficult for them.',
+'Invalid date message' => 'You entered an invalid expire date.',
+'Invalid date reasons' => 'The format should be YYYY-MM-DD and the date must be at least one day in the future.',
+'Users banned redirect' => 'Users banned. Redirecting …',
+
+'User search head' => 'User search',
+'User search subhead' => 'Enter search criteria',
+'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.',
+'Username label' => 'Username',
+'E-mail address label' => 'Email address',
+'Title label' => 'Title',
+'Real name label' => 'Real name',
+'Website label' => 'Website',
+'Jabber label' => 'Jabber',
+'ICQ label' => 'ICQ',
+'MSN label' => 'Microsoft Account',
+'AOL label' => 'AOL IM',
+'Yahoo label' => 'Yahoo Messenger',
+'Location label' => 'Location',
+'Signature label' => 'Signature',
+'Admin note label' => 'Admin note',
+'Posts more than label' => 'Number of posts greater than',
+'Posts less than label' => 'Number of posts less than',
+'Last post after label' => 'Last post is after',
+'Date help' => '(yyyy-mm-dd hh:mm:ss)',
+'Last post before label' => 'Last post is before',
+'Last visit after label' => 'Last visit is after',
+'Last visit before label' => 'Last visit is before',
+'Registered after label' => 'Registered after',
+'Registered before label' => 'Registered before',
+'Order by label' => 'Order by',
+'Order by username' => 'Username',
+'Order by e-mail' => 'Email',
+'Order by posts' => 'Number of posts',
+'Order by last post' => 'Last post',
+'Order by last visit' => 'Last visit',
+'Order by registered' => 'Registered',
+'Ascending' => 'Ascending',
+'Descending' => 'Descending',
+'User group label' => 'User group',
+'All groups' => 'All groups',
+'Unverified users' => 'Unverified users',
+'Submit search' => 'Submit search',
+'IP search head' => 'IP search',
+'IP search subhead' => 'Enter IP to search for',
+'IP address label' => 'IP address',
+'IP address help' => 'The IP address to search for in the post database.',
+'Find IP address' => 'Find IP address',
+
+'Results head' => 'Search Results',
+'Results username head' => 'Username',
+'Results e-mail head' => 'Email',
+'Results title head' => 'Title/Status',
+'Results posts head' => 'Posts',
+'Results admin note head' => 'Admin note',
+'Results actions head' => 'Actions',
+'Results IP address head' => 'IP address',
+'Results last used head' => 'Last used',
+'Results times found head' => 'Times found',
+'Results action head' => 'Action',
+'Results find more link' => 'Find more users for this ip',
+'Results no posts found' => 'There are currently no posts by that user in the forum.',
+'Select' => 'Select',
+'Select all' => 'Select all',
+'Unselect all' => 'Unselect all',
+'Ban' => 'Ban',
+'Delete' => 'Delete',
+'Change group' => 'Change group',
+'Bad IP message' => 'The supplied IP address is not correctly formatted.',
+'Results view IP link' => 'View IP stats',
+'Results show posts link' => 'Show posts',
+'Results guest' => 'Guest',
+'Results no IP found' => 'The supplied IP address could not be found in the database.',
+'No match' => 'No match'
+
+);