diff options
author | Richard Foote <dicky@phpbb.com> | 2012-03-19 15:08:28 -0400 |
---|---|---|
committer | Richard Foote <dicky@phpbb.com> | 2012-03-19 15:08:28 -0400 |
commit | 97d4f168f588288df071e4a8b107b9ffb8b0355f (patch) | |
tree | b3d1e654f87321a78d7577073e62540290c262e2 /phpBB/language/en | |
parent | 81eeafbb8dfb6f3511d689169a2ccc46f3d07704 (diff) | |
download | forums-97d4f168f588288df071e4a8b107b9ffb8b0355f.tar forums-97d4f168f588288df071e4a8b107b9ffb8b0355f.tar.gz forums-97d4f168f588288df071e4a8b107b9ffb8b0355f.tar.bz2 forums-97d4f168f588288df071e4a8b107b9ffb8b0355f.tar.xz forums-97d4f168f588288df071e4a8b107b9ffb8b0355f.zip |
[ticket/10675] Add disk full language string when posting attachments
Add language string visible by admins only for when the disk does not have
enough free space to upload attachments.
PHPBB3-10675
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index f8d265dddd..dd0ba7fc6d 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -42,6 +42,7 @@ $lang = array_merge($lang, array( 'ADD_POLL' => 'Poll creation', 'ADD_POLL_EXPLAIN' => 'If you do not want to add a poll to your topic leave the fields blank.', 'ALREADY_DELETED' => 'Sorry but this message is already deleted.', + 'ATTACH_DISK_FULL' => 'There is not enough free disk space to post this attachment', 'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.', 'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)', |