diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-15 18:51:00 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-15 18:51:00 +0000 |
commit | 72c4282f9a9321781ea1b80d388d3bc75826bfcb (patch) | |
tree | 9e414ecacca0200aa78ed3bcdd81352a9f07d4b0 /phpBB/language/en/acp/attachments.php | |
parent | ea71c3046de2ceb9427dab80755bee0db03938d5 (diff) | |
download | forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.gz forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.bz2 forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.xz forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.zip |
slightly modified general tab layout to remove the confusion between board defaults and board settings.
git-svn-id: file:///svn/phpbb/trunk@5787 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 6f8521a7e6..bd56a25b83 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -38,8 +38,10 @@ $lang = array_merge($lang, array( 'ADMIN_UPLOAD_ERROR' => 'Errors while trying to attach file: %s', 'ALLOWED_FORUMS' => 'Allowed Forums', 'ALLOWED_FORUMS_EXPLAIN' => 'Able to post the assigned extensions at the selected (or all if selected) forums', + 'ALLOW_ATTACHMENTS' => 'Allow Attachments', 'ALLOW_ALL_FORUMS' => 'Allow All Forums', 'ALLOW_IN_PM' => 'Allowed in private messaging', + 'ALLOW_PM_ATTACHMENTS' => 'Allow Attachments in Private Messages', 'ALLOW_SELECTED_FORUMS' => 'Only Forums selected below', 'ASSIGNED_EXTENSIONS' => 'Assigned Extensions', 'ASSIGNED_GROUP' => 'Assigned Group', |