mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
More lang cleanups
git-svn-id: file:///svn/phpbb/trunk@1357 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a1f00aa889
commit
498d816eb1
@ -206,7 +206,7 @@ $template->assign_vars(array(
|
||||
"L_REGISTER" => $lang['Register'],
|
||||
"L_PROFILE" => $lang['Profile'],
|
||||
"L_SEARCH" => $lang['Search'],
|
||||
"L_PRIVATEMSGS" => $lang['Private_msgs'],
|
||||
"L_PRIVATEMSGS" => $lang['Private_messages'],
|
||||
"L_WHO_IS_ONLINE" => $lang['Who_is_Online'],
|
||||
"L_MEMBERLIST" => $lang['Memberlist'],
|
||||
"L_FAQ" => $lang['FAQ'],
|
||||
|
@ -130,7 +130,6 @@ $lang['Register'] = "Register";
|
||||
$lang['Profile'] = "Profile";
|
||||
$lang['Edit_profile'] = "Edit your profile";
|
||||
$lang['Search'] = "Search";
|
||||
$lang['Private_msgs'] = "Private Messages";
|
||||
$lang['Memberlist'] = "Memberlist";
|
||||
$lang['FAQ'] = "FAQ";
|
||||
$lang['Usergroups'] = "Usergroups";
|
||||
@ -161,9 +160,12 @@ $lang['Forum_is_locked'] = "Forum is locked";
|
||||
//
|
||||
// Login
|
||||
//
|
||||
$lang['Enter_password'] = "Please enter your username and password to login";
|
||||
$lang['Login'] = "Login";
|
||||
$lang['Logout'] = "Logout";
|
||||
|
||||
$lang['Forgotten_password'] = "I forgot my password";
|
||||
|
||||
$lang['Log_me_in'] = "Log me on automatically each visit";
|
||||
|
||||
|
||||
|
@ -788,13 +788,13 @@ for($i = 0; $i < $total_posts; $i++)
|
||||
{
|
||||
$profile_img = "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id") . "\"><img src=\"" . $images['icon_profile'] . "\" alt=\"" . $lang['Read_profile'] . "\" border=\"0\" /></a>";
|
||||
|
||||
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$poster_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
|
||||
$pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$poster_id") . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Send_private_message'] . "\" border=\"0\" /></a>";
|
||||
|
||||
if( !empty($postrow[$i]['user_viewemail']) )
|
||||
{
|
||||
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $poster_id) : "mailto:" . $postrow[$i]['user_email'];
|
||||
|
||||
$email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . " $poster\" border=\"0\" /></a>";
|
||||
$email_img = "<a href=\"$email_uri\"><img src=\"" . $images['icon_email'] . "\" alt=\"" . $lang['Send_email'] . "\" border=\"0\" /></a>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user