1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- Add hard limit for smilies

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9771 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Marek A. R
2009-07-17 13:40:26 +00:00
parent 7284985ce2
commit e4afce6075
3 changed files with 6 additions and 0 deletions

View File

@@ -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.',
));