diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/admin.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 10 | ||||
-rw-r--r-- | phpBB/language/en/viewforum.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/viewtopic.php | 4 |
5 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php index d8b9ea56bd..107848695c 100644 --- a/phpBB/language/en/admin.php +++ b/phpBB/language/en/admin.php @@ -871,6 +871,8 @@ $lang += array( 'MAX_SIG_LENGTH_EXPLAIN' => 'Maximum number of characters in user signatures.', 'ALLOW_NO_CENSORS' => 'Allow Disable of Censors', 'ALLOW_NO_CENSORS_EXPLAIN' => 'User can disable word censoring.', + 'ALLOW_BOOKMARKS' => 'Allow bookmarking topics', + 'ALLOW_BOOKMARKS_EXPLAIN' => 'User is able to store personal bookmarks' ); // Karma settings diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 5435989395..7498a8ef5a 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -386,6 +386,7 @@ $lang += array( 'VIEWING_MEMBERS' => 'Viewing member details', 'VIEWING_ONLINE' => 'Viewing who is online', 'VIEWS' => 'Views', + 'VIEW_BOOKMARKS' => 'View bookmarks', 'VIEW_LATEST_POST' => 'View latest post', 'VIEW_NEWEST_POST' => 'View newest post', 'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 7b93e011e2..dd7bd8a8bd 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -64,6 +64,9 @@ $lang += array( 'BOARD_LANGUAGE' => 'My language', 'BOARD_STYLE' => 'My board style', 'BOARD_TIMEZONE' => 'My timezone', + 'BOOKMARKS' => 'Bookmarks', + 'BOOKMARKS_DISABLED' => 'Bookmarks are disabled on this board', + 'BOOKMARKS_REMOVED' => 'Bookmarks removed successfully', 'CHANGE_PASSWORD' => 'Change password', 'CHANGE_PASSWORD_EXPLAIN' => 'Must be between %1$d and %2$d characters.', @@ -100,6 +103,7 @@ $lang += array( 'DELETE_ATTACHMENT_CONFIRM' => 'Are you sure you want to delete this attachment?', 'DELETE_ATTACHMENTS_CONFIRM'=> 'Are you sure you want to delete these attachments?', 'DELETE_AVATAR' => 'Delete Image', + 'DELETE_COOKIES_CONFIRM' => 'Are you sure you want to delete all cookies set by this board?', 'DELETE_MARKED_PM' => 'Delete Marked Messages', 'DELETE_MARKED_PM_CONFIRM' => 'Are you sure you want to delete all marked messages?', 'DELETE_OLDEST_MESSAGES' => 'Delete Oldest Messages', @@ -162,7 +166,9 @@ $lang += array( 'MESSAGE_REPORTED_MESSAGE' => 'Reported Message', 'MINIMUM_KARMA' => 'Minimum User Karma', 'MINIMUM_KARMA_EXPLAIN' => 'Posts by users with Karma less than this will be ignored.', + 'MOVE_DOWN' => 'Move down', 'MOVE_TO_FOLDER' => 'Move to Folder', + 'MOVE_UP' => 'Move up', 'NEW_EMAIL_ERROR' => 'The email addresses you entered do not match.', 'NEW_PASSWORD' => 'Password', @@ -217,6 +223,9 @@ $lang += array( 'REGISTRATION' => 'Registration', 'RELEASE_MESSAGES' => 'Click %sHere%s to release the on-hold messages, they will be re-sorted into the appropiate folder if enough space is made available.', 'REMOVE_ADDRESS' => 'Remove address', + 'REMOVE_SELECTED_BOOKMARKS' => 'Remove selected bookmarks', + 'REMOVE_SELECTED_BOOKMARKS_CONFIRM' => 'Are you sure you want to delete all selected bookmarks?', + 'REMOVE_BOOKMARK_MARKED' => 'Remove marked bookmarks', 'REMOVE_FOLDER' => 'Remove folder', 'REPLIED_MESSAGE' => 'Replied to Message', 'REPORT_PM' => 'Report PM', @@ -257,6 +266,7 @@ $lang += array( 'UCP_ICQ' => 'ICQ Number', 'UCP_JABBER' => 'Jabber Address', 'UCP_MAIN' => 'Overview', + 'UCP_MAIN_BOOKMARKS' => 'Bookmarks', 'UCP_MAIN_DRAFTS' => 'Saved drafts', 'UCP_MAIN_FRONT' => 'Front page', 'UCP_MAIN_SUBSCRIBED' => 'Subscribed', diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index ae67f79962..0769970918 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -37,6 +37,7 @@ $lang += array( 'LOGIN_NOTIFY_FORUM' => 'You have been notified about this forum, please login to view it.', 'MARK_TOPICS_READ' => 'Mark Topics Read', + 'MOVED_TOPIC' => 'Moved Topic', 'NEW_POSTS_HOT' => 'New posts [ Popular ]', 'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php index 3262803206..3b51a027f1 100644 --- a/phpBB/language/en/viewtopic.php +++ b/phpBB/language/en/viewtopic.php @@ -30,6 +30,10 @@ if (empty($lang) || !is_array($lang)) $lang += array( 'ATTACHMENT' => 'Attachment', + 'BOOKMARK_ADDED' => 'Bookmarked Topic successfully.', + 'BOOKMARK_REMOVED' => 'Removed Bookmarked Topic successfully.', + 'BOOKMARK_TOPIC' => 'Bookmark Topic', + 'BOOKMARK_TOPIC_REMOVE' => 'Remove from Bookmarks', 'BUMPED_BY' => 'Last bumped by %1$s on %2$s', 'BUMP_TOPIC' => 'Bump Topic', |