diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-02-11 23:32:30 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-02-11 23:32:30 +0100 |
commit | 8cb1eb011a72ab9d73730fff0851c6d1abcabad1 (patch) | |
tree | 04489a692741843513832e302795382b363cbbe3 /inc/lang/en/lang.php | |
parent | 26890ffb7807f55dc64188e3794adebf175d13ef (diff) | |
download | rpg-8cb1eb011a72ab9d73730fff0851c6d1abcabad1.tar.gz rpg-8cb1eb011a72ab9d73730fff0851c6d1abcabad1.tar.bz2 |
check if uploaded content matches the given mime type
A first attempt at fixing FS#1077
currently checks images and spam
darcs-hash:20070211223230-7ad00-ba8186c5e848e8783acabb9bf598739617aabdf2.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 486041522..20f6f43c7 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -103,6 +103,8 @@ $lang['uploadsucc'] = 'Upload successful'; $lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; $lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; $lang['uploadexist'] = 'File already exists. Nothing done.'; +$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; +$lang['uploadspam'] = 'The upload was blocked by the spam blacklist'; $lang['deletesucc'] = 'The file "%s" has been deleted.'; $lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; $lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; |