diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-30 12:52:49 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-30 12:52:49 +0000 |
commit | e5951ad72ae24d73e3d8ef838f84421a00c908c1 (patch) | |
tree | 5a516d57483dae8af3c5f12e1c487e6e67f9583b | |
parent | 24462a3e4ed3a489eb84c2866027af557c780eda (diff) | |
download | forums-e5951ad72ae24d73e3d8ef838f84421a00c908c1.tar forums-e5951ad72ae24d73e3d8ef838f84421a00c908c1.tar.gz forums-e5951ad72ae24d73e3d8ef838f84421a00c908c1.tar.bz2 forums-e5951ad72ae24d73e3d8ef838f84421a00c908c1.tar.xz forums-e5951ad72ae24d73e3d8ef838f84421a00c908c1.zip |
Added some missing UCP explaination text
git-svn-id: file:///svn/phpbb/trunk@5405 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/ucp.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index a7a0fc6a05..022c7ca68c 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -50,6 +50,7 @@ $lang = array_merge($lang, array( 'ALLOW_PM' => 'Allow users to send you private messages', 'ALLOW_PM_EXPLAIN' => 'Note that admins and moderators will always be able to send you messages.', 'ALREADY_ACTIVATED' => 'You have already activated your account', + 'ATTACHMENTS_EXPLAIN' => 'This is a list of attachements you have made in posts to this forum.', 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted', 'ATTACHMENT_DELETED' => 'Attachment successfully deleted', 'AVATAR_CATEGORY' => 'Category', @@ -67,6 +68,7 @@ $lang = array_merge($lang, array( 'BOARD_STYLE' => 'My board style', 'BOARD_TIMEZONE' => 'My timezone', 'BOOKMARKS' => 'Bookmarks', + 'BOOKMARKS_EXPLAIN' => 'You can bookmark topics for future reference. Select the checkbox for any bookmark you wish to delete, then press the <em>Remove marked bookmarks</em> button.', 'BOOKMARKS_DISABLED' => 'Bookmarks are disabled on this board', 'BOOKMARKS_REMOVED' => 'Bookmarks removed successfully', @@ -405,8 +407,9 @@ $lang = array_merge($lang, array( 'VIEW_POSTS_DIR' => 'Display post order direction', 'VIEW_POSTS_KEY' => 'Display posts ordering by', - 'WATCHED_FORUMS' => 'Watched Forums', - 'WATCHED_TOPICS' => 'Watched Topics', + 'WATCHED_EXPLAIN' => 'Below is a list of forums and topics you are subscribed to. You will be notified of new posts in either. To unsubscribe mark the forum or topic and then press the <em>Unwatch marked</em> button.', + 'WATCHED_FORUMS' => 'Watched Forums', + 'WATCHED_TOPICS' => 'Watched Topics', 'WRONG_ACTIVATION' => 'The activation key you supplied does not match any in the database', 'YOUR_DETAILS' => 'Your activity', |