aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-10-13 19:30:02 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-10-13 19:30:02 +0000
commitc941f666cf5184b508589fc151772f42f1a2d4c5 (patch)
tree88d74b4c9ac57e16682b93878885d6f809fe55a5 /phpBB/language/en/common.php
parent4804c05bca3e49a62a3fb91a988364024e745a5c (diff)
downloadforums-c941f666cf5184b508589fc151772f42f1a2d4c5.tar
forums-c941f666cf5184b508589fc151772f42f1a2d4c5.tar.gz
forums-c941f666cf5184b508589fc151772f42f1a2d4c5.tar.bz2
forums-c941f666cf5184b508589fc151772f42f1a2d4c5.tar.xz
forums-c941f666cf5184b508589fc151772f42f1a2d4c5.zip
- 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
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 1477a207ab..3c3dddf337 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -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',