mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
- streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment) - a bunch of schema changes for the bbcode-enabled text and the session page change (sorry for this) - if decode_message is used there is no need to include functions_posting.php anymore (should fix the search.php bug too) git-svn-id: file:///svn/phpbb/trunk@5709 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -114,9 +114,6 @@ $lang = array_merge($lang, array(
|
||||
'NO_PERMISSION_FORUM_DELETE' => 'You do not have the neccessary permissions to add forums',
|
||||
|
||||
'PARENT_NOT_EXIST' => 'Parent does not exist',
|
||||
'PARSE_BBCODE' => 'Parse BBCode',
|
||||
'PARSE_SMILIES' => 'Parse Smilies',
|
||||
'PARSE_URLS' => 'Parse Links',
|
||||
'PRUNE_ANNOUNCEMENTS' => 'Prune Announcements',
|
||||
'PRUNE_STICKY' => 'Prune Stickies',
|
||||
'PRUNE_OLD_POLLS' => 'Prune Old Polls',
|
||||
@@ -132,22 +129,6 @@ $lang = array_merge($lang, array(
|
||||
'TYPE_LINK' => 'Link',
|
||||
|
||||
'UNLOCKED' => 'Unlocked',
|
||||
|
||||
/*
|
||||
'REMOVE' => 'Remove',
|
||||
'EDIT' => 'Edit',
|
||||
'MOVE_UP' => 'Move up',
|
||||
'MOVE_DOWN' => 'Move down',
|
||||
'UPDATE' => 'Update',
|
||||
|
||||
|
||||
'ENABLE_NEWS' => 'Set as news forum',
|
||||
'ENABLE_NEWS_EXPLAIN' => 'If set to yes posts in this forum will be displayed as news items.',
|
||||
'PRUNE_FINISHED_POLLS' => 'Prune Closed Polls',
|
||||
'PRUNE_FINISHED_POLLS_EXPLAIN'=> 'Removes topics with polls which have ended.',
|
||||
'ACTIVE_TOPICS_PAGE' => 'Number of active topics',
|
||||
'ACTIVE_TOPICS_PAGE_EXPLAIN' => 'If non-zero this value will override the default topics per page setting.',
|
||||
*/
|
||||
));
|
||||
|
||||
?>
|
Reference in New Issue
Block a user