aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-03-31 19:27:19 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 19:27:19 +0200
commit3477b5e5a8c419f28d477a4764f5d29f3b04dc79 (patch)
treead0fa7d37478315948833828da99e71d84c90403 /phpBB/language
parent313cf7297cb8d7b766d34ab1e2c65445d0c6379d (diff)
parentb8b342be2d238616b96ace9acbe8af2e18ba1e7a (diff)
downloadforums-3477b5e5a8c419f28d477a4764f5d29f3b04dc79.tar
forums-3477b5e5a8c419f28d477a4764f5d29f3b04dc79.tar.gz
forums-3477b5e5a8c419f28d477a4764f5d29f3b04dc79.tar.bz2
forums-3477b5e5a8c419f28d477a4764f5d29f3b04dc79.tar.xz
forums-3477b5e5a8c419f28d477a4764f5d29f3b04dc79.zip
Merge remote-tracking branch 'Dickyf/ticket/10675' into develop-olympus
* Dickyf/ticket/10675: [Ticket/10675] Correct language string ATTACH_DISK_FULL [ticket/10675] Add disk full language string when posting attachments
Diffstat (limited to 'phpBB/language')
-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 f8d265dddd..24f3204c57 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)',