[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['banning'] = "Banning"; 9 $l['banned_ips'] = "Banned IPs"; 10 $l['banned_ips_desc'] = "Here you can manage IP addresses which are banned from accessing your board."; 11 $l['banned_accounts'] = "Banned Accounts"; 12 $l['disallowed_usernames'] = "Disallowed Usernames"; 13 $l['disallowed_usernames_desc'] = "Here you manage a list of usernames which cannot be registered or used by users. This feature is also particularly useful for reserving usernames."; 14 $l['disallowed_email_addresses'] = "Disallowed Email Addresses"; 15 $l['disallowed_email_addresses_desc'] = "Here you manage a list of email addresses which cannot be registered or used by users."; 16 17 $l['banned_ip_addresses'] = "Banned IP Addresses"; 18 $l['username'] = "Username"; 19 $l['date_disallowed'] = "Date Disallowed"; 20 $l['last_attempted_use'] = "Last Attempted Use"; 21 $l['email_address'] = "Email Address"; 22 $l['ip_address'] = "IP Address"; 23 $l['ban_date'] = "Ban Date"; 24 $l['last_access'] = "Last Access"; 25 $l['no_bans'] = "There are no bans currently set at this time."; 26 $l['add_disallowed_username'] = "Add a Disallowed Username"; 27 $l['username_desc'] = "Note: To indicate a wild card match, use *"; 28 $l['disallow_username'] = "Disallow Username"; 29 $l['add_disallowed_email_address'] = "Add a Disallowed Email Address"; 30 $l['email_address_desc'] = "Note: To indicate a wild card match, use *"; 31 $l['disallow_email_address'] = "Disallow Email Address"; 32 $l['ban_an_ip_address'] = "Ban an IP Address"; 33 $l['ip_address_desc'] = "Note: To ban a range of IP addresses use * (Ex: 127.0.0.*) or CIDR notation (Ex: 127.0.0.0/8)"; 34 $l['ban_ip_address'] = "Ban IP Address"; 35 36 $l['error_missing_ban_input'] = "You did not enter a value to ban."; 37 $l['error_invalid_filter'] = "The specified filter does not exist."; 38 $l['error_filter_already_banned'] = "The filter you entered is already banned."; 39 40 $l['success_ip_banned'] = "The IP address has been banned successfully."; 41 $l['success_username_disallowed'] = "The username has been disallowed successfully."; 42 $l['success_email_disallowed'] = "The email address has been disallowed successfully."; 43 $l['success_ban_deleted'] = "The specified ban has been deleted successfully."; 44 45 $l['confirm_ban_deletion'] = "Are you sure you wish to delete this ban?"; 46
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |