mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Fixed cache expiration and missing lang strings on index/viewforum.
git-svn-id: file:///svn/phpbb/trunk@3362 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -29,7 +29,6 @@ $lang = array_merge($lang, array(
|
||||
'FORUM' => 'Forum',
|
||||
'SUBFORUM' => 'Subforum',
|
||||
'SUBFORUMS' => 'Subforums',
|
||||
'CATEGORY' => 'Category',
|
||||
'TOPIC' => 'Topic',
|
||||
'TOPICS' => 'Topics',
|
||||
'REPLIES' => 'Replies',
|
||||
@@ -177,7 +176,6 @@ $lang = array_merge($lang, array(
|
||||
'Index' => 'Index',
|
||||
'No_Posts' => 'No Posts',
|
||||
'No_forums' => 'This board has no forums',
|
||||
'Category_not_exist' => 'The category you selected does not exist',
|
||||
'Private_Message' => 'Private Message',
|
||||
'Private_Messages' => 'Private Messages',
|
||||
'Who_is_Online' => 'Who is Online',
|
||||
|
Reference in New Issue
Block a user