diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-04-23 13:23:20 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-04-23 13:23:20 +0200 |
commit | f940e4a0129ffeefd746c0ebdb25132413e388c0 (patch) | |
tree | 63c4485fa6c3f4ef733fa6e7e5e3b33032aa804f /inc/lang/en/lang.php | |
parent | 22ef1e32c51ac82df8d6a03e1e95876100e8f6c1 (diff) | |
download | rpg-f940e4a0129ffeefd746c0ebdb25132413e388c0.tar.gz rpg-f940e4a0129ffeefd746c0ebdb25132413e388c0.tar.bz2 |
display uploadable file size in media manager FS#2425
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 2ba220e64..c1fc543fb 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -99,6 +99,7 @@ $lang['searchmedia_in'] = 'Search in %s'; $lang['txt_upload'] = 'Select file to upload'; $lang['txt_filename'] = 'Upload as (optional)'; $lang['txt_overwrt'] = 'Overwrite existing file'; +$lang['maxuploadsize'] = 'Upload max. %s per file.'; $lang['lockedby'] = 'Currently locked by'; $lang['lockexpire'] = 'Lock expires at'; |