aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-01-24 03:56:37 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-01-24 03:56:37 +0000
commit038fd680f1a8ef48b2a678b1ec47280fd6ded1d7 (patch)
tree21a2e38bf3b35b108c45d442813e0e94269cff78 /phpBB/language
parentbbc49787b4efd62ce5904af572eb336758416140 (diff)
downloadforums-038fd680f1a8ef48b2a678b1ec47280fd6ded1d7.tar
forums-038fd680f1a8ef48b2a678b1ec47280fd6ded1d7.tar.gz
forums-038fd680f1a8ef48b2a678b1ec47280fd6ded1d7.tar.bz2
forums-038fd680f1a8ef48b2a678b1ec47280fd6ded1d7.tar.xz
forums-038fd680f1a8ef48b2a678b1ec47280fd6ded1d7.zip
Fixed cache expiration and missing lang strings on index/viewforum.
git-svn-id: file:///svn/phpbb/trunk@3362 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_main.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index af70e6f6f8..a2d678d36f 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -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',