mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -92,6 +92,7 @@ $lang['IP_Address'] = "IP Address";
|
||||
|
||||
$lang['Select_forum'] = "Select a forum";
|
||||
$lang['View_latest_post'] = "View latest post";
|
||||
$lang['View_newest_post'] = "View newest post";
|
||||
$lang['Page_of'] = "Page <b>%d</b> of <b>%d</b>"; // Replaces with: Page 1 of 2 for example
|
||||
|
||||
$lang['ICQ'] = "ICQ Number";
|
||||
@@ -131,9 +132,12 @@ $lang['Guest_users_total'] = "%d Guests";
|
||||
$lang['Guest_user_total'] = "%d Guest";
|
||||
|
||||
$lang['You_last_visit'] = "You last visited on %s"; // %s replaced by date/time
|
||||
$lang['Current_time'] = "The time now is %s"; // %s replaced by time
|
||||
|
||||
$lang['Search_new'] = "View posts since last visit";
|
||||
$lang['Search_your_posts'] = "View your posts";
|
||||
$lang['Search_unanswered'] = "View unanswered posts";
|
||||
|
||||
$lang['Register'] = "Register";
|
||||
$lang['Profile'] = "Profile";
|
||||
$lang['Edit_profile'] = "Edit your profile";
|
||||
|
Reference in New Issue
Block a user