mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +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:
@@ -226,6 +226,9 @@ $lang = array_merge($lang, array(
|
||||
'OFF' => 'OFF',
|
||||
'ON' => 'ON',
|
||||
|
||||
'PARSE_BBCODE' => 'Parse BBCode',
|
||||
'PARSE_SMILIES' => 'Parse Smilies',
|
||||
'PARSE_URLS' => 'Parse Links',
|
||||
'PROCEED_TO_ACP' => 'Click %sHere%s to proceed to the ACP',
|
||||
'REMIND' => 'Remind',
|
||||
'REORDER' => 'Reorder',
|
||||
|
Reference in New Issue
Block a user