aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-12-13 21:57:15 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-12-13 21:57:15 +0000
commit9ae7da3fa5dea8b72fc58d87d5d36a7f63b3dacb (patch)
tree1a140a727c065841e9e51b53e8cab5c147bc4f17 /phpBB/language/en/acp/attachments.php
parent7b1b55bc1a83ca3885c991bbab452ad83e5decb1 (diff)
downloadforums-9ae7da3fa5dea8b72fc58d87d5d36a7f63b3dacb.tar
forums-9ae7da3fa5dea8b72fc58d87d5d36a7f63b3dacb.tar.gz
forums-9ae7da3fa5dea8b72fc58d87d5d36a7f63b3dacb.tar.bz2
forums-9ae7da3fa5dea8b72fc58d87d5d36a7f63b3dacb.tar.xz
forums-9ae7da3fa5dea8b72fc58d87d5d36a7f63b3dacb.zip
#5942
git-svn-id: file:///svn/phpbb/trunk@6755 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r--phpBB/language/en/acp/attachments.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php
index 4f8167f13a..f5d86abef6 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -56,7 +56,7 @@ $lang = array_merge($lang, array(
'ATTACH_ORPHAN_URL' => 'Orphan attachments',
'ATTACH_POST_ID' => 'Post ID',
'ATTACH_QUOTA' => 'Total attachment quota',
- 'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments in total, 0 is unlimited.',
+ 'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments for the whole board, with 0 being unlimited.',
'ATTACH_TO_POST' => 'Attach file to post',
'CAT_FLASH_FILES' => 'Flash Files',
@@ -124,14 +124,14 @@ $lang = array_merge($lang, array(
'ORDER_ALLOW_DENY' => 'Allow',
'ORDER_DENY_ALLOW' => 'Deny',
- 'REMOVE_ALLOWED_IPS' => 'Remove or un-exclude allowed IPs/hostnames',
- 'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude disallowed IPs/hostnames',
+ 'REMOVE_ALLOWED_IPS' => 'Remove or un-exclude <em>allowed</em> IPs/hostnames',
+ 'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude <em>disallowed</em> IPs/hostnames',
'SEARCH_IMAGICK' => 'Search for Imagemagick',
'SECURE_ALLOW_DENY' => 'Allow/Deny list',
- 'SECURE_ALLOW_DENY_EXPLAIN' => 'Allow or Deny the list of addresses, this setting only applies to downloading files',
+ 'SECURE_ALLOW_DENY_EXPLAIN' => 'Change the default behaviour when secure downloads are enabled of the Allow/Deny list to that of a <strong>whitelist</strong> (Allow) or a <strong>blacklist</strong> (Deny)',
'SECURE_DOWNLOADS' => 'Enable secure downloads',
- 'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP’s/hostnames you defined.',
+ 'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP’s/hostnames you define.',
'SECURE_DOWNLOAD_NOTICE' => 'Secure Downloads are not enabled. The settings below will be applied after enabling secure downloads.',
'SECURE_DOWNLOAD_UPDATE_SUCCESS'=> 'The IP list has been updated successfully.',
'SECURE_EMPTY_REFERRER' => 'Allow empty referrer',