mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
- create forums by default
- hide prune options if not enabled - fixed module management enable/disable switch if in module itself - fixed some schema errors - adjusted $user->page array generation for developers calling scripts outside of phpBB root git-svn-id: file:///svn/phpbb/trunk@5995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -146,6 +146,7 @@ $lang = array_merge($lang, array(
|
||||
'FORUM' => 'Forum',
|
||||
'FORUMS' => 'Forums',
|
||||
'FORUMS_MARKED' => 'All forums have been marked read',
|
||||
'FORUM_CAT' => 'Forum category',
|
||||
'FORUM_INDEX' => 'Board index',
|
||||
'FORUM_LINK' => 'Forum link',
|
||||
'FORUM_LOCATION' => 'Forum location',
|
||||
@@ -217,6 +218,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'ICQ_STATUS' => 'ICQ status',
|
||||
'IF' => 'if',
|
||||
'IMAGE' => 'Image',
|
||||
'IN' => 'in',
|
||||
'INDEX' => 'Index page',
|
||||
'INFORMATION' => 'Information',
|
||||
|
Reference in New Issue
Block a user