mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
nav link index title change
git-svn-id: file:///svn/phpbb/trunk@2971 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1edc9d362f
commit
7cc1dbf6b0
@ -297,7 +297,7 @@ $template->assign_vars(array(
|
||||
'L_LOGIN' => $user->lang['Login'],
|
||||
'L_LOG_ME_IN' => $user->lang['Log_me_in'],
|
||||
'L_AUTO_LOGIN' => $user->lang['Log_me_in'],
|
||||
'L_INDEX' => sprintf($user->lang['Forum_Index'], $board_config['sitename']),
|
||||
'L_INDEX' => $user->lang['Forum_Index'],
|
||||
'L_FAQ' => $user->lang['FAQ'],
|
||||
'L_REGISTER' => $user->lang['Register'],
|
||||
'L_PROFILE' => $user->lang['Profile'],
|
||||
|
@ -83,7 +83,7 @@ $lang = array_merge($lang, array(
|
||||
'AIM' => 'AIM Address',
|
||||
'MSNM' => 'MSN Messenger',
|
||||
'YIM' => 'Yahoo Messenger',
|
||||
'Forum_Index' => '%s Forum Index',
|
||||
'Forum_Index' => 'Board Index',
|
||||
'Post_new_topic' => 'Post new topic',
|
||||
'Reply_to_topic' => 'Reply to topic',
|
||||
'Reply_with_quote' => 'Reply with quote',
|
||||
|
Loading…
x
Reference in New Issue
Block a user