aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-03-31 19:29:56 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 19:29:56 +0200
commit1d4253319cf2a48fee43e892b3ca815b276d8f6a (patch)
tree1f261b3f235f32e271291fc27d7a6be5acc39783 /phpBB/language/en/posting.php
parent7e2f16aafa47f8db51a12a293b0616cb75b4d12f (diff)
parent3477b5e5a8c419f28d477a4764f5d29f3b04dc79 (diff)
downloadforums-1d4253319cf2a48fee43e892b3ca815b276d8f6a.tar
forums-1d4253319cf2a48fee43e892b3ca815b276d8f6a.tar.gz
forums-1d4253319cf2a48fee43e892b3ca815b276d8f6a.tar.bz2
forums-1d4253319cf2a48fee43e892b3ca815b276d8f6a.tar.xz
forums-1d4253319cf2a48fee43e892b3ca815b276d8f6a.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [Ticket/10675] Correct language string ATTACH_DISK_FULL [feature/event-dispatcher] Adding composer.phar to .gitignore for olympus [ticket/10675] Add disk full language string when posting attachments
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 933287dde3..086bd6ffb0 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -41,6 +41,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)',