1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 17:27:16 +02:00

- Add pagination for icons and smilies in the ACP and smilies in the smiley popup

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Marek A. R
2009-07-16 17:57:05 +00:00
parent 7a5db8b55d
commit a777691994
9 changed files with 54 additions and 16 deletions

View File

@@ -175,6 +175,7 @@ $lang = array_merge($lang, array(
'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Maximum number of nested quotes in a post. Set to 0 for unlimited depth.',
'SMILIES_LIMIT' => 'Maximum smilies per post',
'SMILIES_LIMIT_EXPLAIN' => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.',
'SMILIES_PER_PAGE' => 'Smilies per page',
'TOPICS_PER_PAGE' => 'Topics per page',
));