summaryrefslogtreecommitdiff
path: root/inc/lang/en/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-01-16 14:50:17 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-01-16 14:50:17 +0100
commita93e6f851f16103e0293124cf566c99a5493b2e7 (patch)
treebcfcb7abd656db4e8c3beca6076e993ae39aca25 /inc/lang/en/lang.php
parent4222b898cfd890eeae352f6d6ab253b2b5dd72c3 (diff)
downloadrpg-a93e6f851f16103e0293124cf566c99a5493b2e7.tar.gz
rpg-a93e6f851f16103e0293124cf566c99a5493b2e7.tar.bz2
catch too big uploads FS#1552
darcs-hash:20090116135017-7ad00-5815811717b4b5eb86698e57277e9ae74c660883.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r--inc/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 26f6bcd45..e206f2fc9 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -113,6 +113,7 @@ $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['uploadxss'] = 'The upload was blocked for possibly malicious content.';
+$lang['uploadsize'] = 'The uploaded file was too big. (max. %s)';
$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.';