mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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',
|
||||
|
@@ -67,6 +67,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details',
|
||||
|
||||
'NO_LEADERS' => 'No group leaders defined',
|
||||
'NOT_LEADER_OF_GROUP' => 'The requested operation cannot be taken because you are not a leader of the selected group.',
|
||||
'NOT_MEMBER_OF_GROUP' => 'The requested operation cannot be taken because you are not a member of the selected group.',
|
||||
|
||||
|
@@ -114,7 +114,7 @@ $lang = array_merge($lang, array(
|
||||
'LOGS_CURRENT_TOPIC' => 'Currently viewing logs of:',
|
||||
'LOGIN_EXPLAIN_MCP' => 'To moderate this forum you must login.',
|
||||
'LOGVIEW_VIEWTOPIC' => 'View topic',
|
||||
'LOGVIEW_VIEWLOGS' => 'View Ttopic log',
|
||||
'LOGVIEW_VIEWLOGS' => 'View topic log',
|
||||
'LOGVIEW_VIEWFORUM' => 'View forum',
|
||||
'LOOKUP_ALL' => 'Look up all IPs',
|
||||
'LOOKUP_IP' => 'Look up IP',
|
||||
|
@@ -87,6 +87,7 @@ $lang = array_merge($lang, array(
|
||||
'LIST_USER' => '1 user',
|
||||
'LIST_USERS' => '%d users',
|
||||
'LOGIN_EXPLAIN_LEADERS' => 'The board administrator requires you to be registered and logged in to view the team listing.',
|
||||
'LOGIN_EXPLAIN_MEMBERLIST' => 'The board administrator requires you to be registered and logged in to access the memberlist.',
|
||||
'LOGIN_EXPLAIN_SEARCHUSER' => 'The board administrator requires you to be registered and logged in to search users.',
|
||||
'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board administrator requires you to be registered and logged in to view profiles.',
|
||||
|
||||
|
Reference in New Issue
Block a user