aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/ban.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-12-22 22:51:33 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-12-22 22:51:33 +0000
commit803f64c7248d87e9e9508349c699b0f442556d55 (patch)
treec647d60c4c5e4685561a624bbe52f1eec9702741 /phpBB/language/en/acp/ban.php
parente66429cba1f79a69890deb6ca9c35841dee6872f (diff)
downloadforums-803f64c7248d87e9e9508349c699b0f442556d55.tar
forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.gz
forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.bz2
forums-803f64c7248d87e9e9508349c699b0f442556d55.tar.xz
forums-803f64c7248d87e9e9508349c699b0f442556d55.zip
Bertiezilla make Bertie-smash on language files!
#6244 #6278 #6284 #6286 #6336 #6340 #6342 #6344 #6346 #6352 #6358 #6364 #6376 #6382 #6386 #6388 #6418 #6420 #6426 #6428 #6430 #6434 #6452 #6454 #6458 git-svn-id: file:///svn/phpbb/trunk@6790 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/ban.php')
-rw-r--r--phpBB/language/en/acp/ban.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php
index 278171ccdd..dd21ee8ad0 100644
--- a/phpBB/language/en/acp/ban.php
+++ b/phpBB/language/en/acp/ban.php
@@ -56,7 +56,7 @@ $lang = array_merge($lang, array(
'IP_BAN_EXPLAIN' => 'To specify several different IPs or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *',
'IP_HOSTNAME' => 'IP addresses or hostnames',
'IP_NO_BANNED' => 'No banned IP addresses',
- 'IP_UNBAN' => 'Un-ban or Un-exclude IPs',
+ 'IP_UNBAN' => 'Un-ban or un-exclude IPs',
'IP_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs have a marked background.',
'PERMANENT' => 'Permanent',
@@ -66,7 +66,7 @@ $lang = array_merge($lang, array(
'USER_BAN_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered users from all current bans.',
'USER_BAN_EXPLAIN' => 'You can ban multiple users in one go by entering each name on a new line. Use the <u>Find a member</u> facility to look up and add one or more users automatically.',
'USER_NO_BANNED' => 'No banned usernames',
- 'USER_UNBAN' => 'Un-ban or Un-exclude usernames',
+ 'USER_UNBAN' => 'Un-ban or un-exclude usernames',
'USER_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded users have a marked background.',
));