mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- ucp register/remind/activate fixes mostly regarding account activation
- general ucp fixing (profile and ucp_main) - created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum). - config basic schema fix - commented out inline fix for unread topic tracking in viewforum, instead tried another method (hopefully working as well) git-svn-id: file:///svn/phpbb/trunk@5001 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -262,6 +262,8 @@ $lang += array(
|
||||
'PM' => 'PM',
|
||||
'POSTING_MESSAGE' => 'Posting message in %s',
|
||||
'POST' => 'Post',
|
||||
'POST_ANNOUNCEMENT' => 'Announce',
|
||||
'POST_STICKY' => 'Sticky',
|
||||
'POSTED' => 'Posted',
|
||||
'POSTS' => 'Posts',
|
||||
'POST_BY_FOE' => 'This post was made by <b>%1$s</b> who is currently on your ignore list. To display this post click %2$sHERE%3$s.',
|
||||
@@ -367,6 +369,7 @@ $lang += array(
|
||||
'TOPICS' => 'Topics',
|
||||
'TOPIC_ICON' => 'Topic icon',
|
||||
'TOPIC_LOCKED' => 'This topic is locked you cannot edit posts or make replies',
|
||||
'TOPIC_MOVED' => 'Moved Topic',
|
||||
'TOPIC_TITLE' => 'Topic Title',
|
||||
'TOPIC_UNAPPROVED' => 'This topic has not been approved',
|
||||
'TOTAL_ATTACHMENTS' => '%d Attachments',
|
||||
|
Reference in New Issue
Block a user