mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Could've sworn I'd commited this ... oh well, brain is going, yeah I know, what brain?
git-svn-id: file:///svn/phpbb/trunk@1364 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c7bc2e37bd
commit
f035a216c7
2 changed files with 4 additions and 2 deletions
|
@ -408,7 +408,7 @@ else
|
|||
// we do this here because of the mark topics read cookie
|
||||
// code
|
||||
//
|
||||
$page_title = $lang['Forum_Index'];
|
||||
$page_title = $lang['Index'];
|
||||
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
|
||||
|
||||
//
|
||||
|
|
|
@ -96,6 +96,8 @@ $lang['AIM'] = "AIM Address";
|
|||
$lang['MSNM'] = "MSN Messenger";
|
||||
$lang['YIM'] = "Yahoo Messenger";
|
||||
|
||||
$lang['Forum_Index'] = "%s Forum Index"; // eg. sitename Forum Index, %s can be removed if you prefer
|
||||
|
||||
$lang['Post_new_topic'] = "Post new topic";
|
||||
$lang['Reply_to_topic'] = "Reply to topic";
|
||||
$lang['Reply_with_quote'] = "Reply with quote";
|
||||
|
@ -172,8 +174,8 @@ $lang['Log_me_in'] = "Log me on automatically each visit";
|
|||
//
|
||||
// Index page
|
||||
//
|
||||
$lang['Index'] = "Index";
|
||||
$lang['No_Posts'] = "No Posts";
|
||||
$lang['Forum_Index'] = "%s Forum Index"; // eg. sitename Forum Index, %s can be removed if you prefer
|
||||
$lang['No_forums'] = "This board has no forums";
|
||||
|
||||
$lang['Private_Message'] = "Private Message";
|
||||
|
|
Loading…
Add table
Reference in a new issue