mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Fixed reply w/ quote link (functionality still dosan't exist for it though)
Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now) git-svn-id: file:///svn/phpbb/trunk@421 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -149,6 +149,7 @@ $lang['Post_new_in'] = "Post New Topic in:"; // Followed by forum name
|
||||
//
|
||||
$lang['Website'] = "Website";
|
||||
$lang['From'] = "From";
|
||||
$lang['Wrong_Profile'] = "You cannot modify a profile that is not your own.";
|
||||
|
||||
//
|
||||
// Memberslist
|
||||
@@ -170,10 +171,10 @@ $lang['All'] = "All";
|
||||
|
||||
//
|
||||
// Topic Admin <= Should be blank for now
|
||||
//
|
||||
//
|
||||
|
||||
//
|
||||
// Errors (not related to a
|
||||
// Errors (not related to a
|
||||
// specific failure on a page, eg.
|
||||
// incorrect password messages do
|
||||
// not belong here!)
|
||||
@@ -378,7 +379,7 @@ $l_memberslist = "Memberslist";
|
||||
$l_faq = "FAQ";
|
||||
$l_privmsgs = "Private $l_messages";
|
||||
$l_sendpmsg = "Send a Private Message";
|
||||
$l_postedtotal =
|
||||
$l_postedtotal =
|
||||
$l_wehave = "We have";
|
||||
$l_regedusers = "registered users.";
|
||||
$l_newestuser = "The newest Registered User is";
|
||||
|
Reference in New Issue
Block a user