aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorMarek A. R <aptx@phpbb.com>2009-07-17 13:40:26 +0000
committerMarek A. R <aptx@phpbb.com>2009-07-17 13:40:26 +0000
commite4afce607529f7834776b588ca22ebb93647948e (patch)
tree730f1f686ddb9013166263aaba70cf5f448ef02e /phpBB/language/en/acp/posting.php
parent7284985ce231cef06e9c0026b593b2ab0e113686 (diff)
downloadforums-e4afce607529f7834776b588ca22ebb93647948e.tar
forums-e4afce607529f7834776b588ca22ebb93647948e.tar.gz
forums-e4afce607529f7834776b588ca22ebb93647948e.tar.bz2
forums-e4afce607529f7834776b588ca22ebb93647948e.tar.xz
forums-e4afce607529f7834776b588ca22ebb93647948e.zip
- Add hard limit for smilies
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9771 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index cfb626d186..1a2be20018 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -180,6 +180,8 @@ $lang = array_merge($lang, array(
'SMILIES_URL' => 'Smiley image file',
'SMILIES_WIDTH' => 'Smiley width',
+ 'TOO_MANY_SMILIES' => 'Limit of %d smilies reached.',
+
'WRONG_PAK_TYPE' => 'The specified package does not contain the appropriate data.',
));