From e5951ad72ae24d73e3d8ef838f84421a00c908c1 Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Fri, 30 Dec 2005 12:52:49 +0000 Subject: [PATCH] Added some missing UCP explaination text git-svn-id: file:///svn/phpbb/trunk@5405 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/ucp.php | 7 +++++-- 1 file 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 Remove marked bookmarks 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 Unwatch marked 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',