diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-19 15:36:45 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-19 15:36:45 +0000 |
| commit | e7c3370a043fe4f163fcc4b3b529d1c78093c0f2 (patch) | |
| tree | ede3cf8366d0ce1cd4e40c2b82b8056813b27c36 /phpBB/language/en/lang_main.php | |
| parent | de53ffabb410f7db9eb807a2965b02d19e314cc0 (diff) | |
| download | forums-e7c3370a043fe4f163fcc4b3b529d1c78093c0f2.tar forums-e7c3370a043fe4f163fcc4b3b529d1c78093c0f2.tar.gz forums-e7c3370a043fe4f163fcc4b3b529d1c78093c0f2.tar.bz2 forums-e7c3370a043fe4f163fcc4b3b529d1c78093c0f2.tar.xz forums-e7c3370a043fe4f163fcc4b3b529d1c78093c0f2.zip | |
bump topic and orphan attachments
changes here and there...
git-svn-id: file:///svn/phpbb/trunk@4614 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 493e40b968..75d2c802da 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -47,6 +47,7 @@ $lang = array( 'AUTHOR' => 'Author', 'TIME' => 'Time', 'HOURS' => 'Hours', + 'MINUTES' => 'Minutes', 'MESSAGE' => 'Message', 'POST_TIME' => 'Post time', 'TOPIC_TIME' => 'Topic time', @@ -439,6 +440,7 @@ $lang += array( 'LOGIN_VIEWTOPIC' => 'The board administrator requires you to be registered and logged in to view this topic.', 'PRINT_TOPIC' => 'Print View', 'EMAIL_TOPIC' => 'Email Friend', + 'BUMP_TOPIC' => 'Bump Topic', 'VIEW_NEXT_TOPIC' => 'Next topic', 'VIEW_PREVIOUS_TOPIC' => 'Previous topic', 'VIEW_UNREAD_POST' => 'First unread post', @@ -548,7 +550,7 @@ $lang += array( 'TOPIC_REVIEW' => 'Topic review', 'TOPIC_ICON' => 'Topic icon', 'POST_ICON' => 'Post icon', - 'No_post_mode' => 'No post mode specified', + 'NO_POST_MODE' => 'No post mode specified', 'POST_TOPIC' => 'Post a new topic', 'POST_REPLY' => 'Post a reply', 'POST_TOPIC_AS' => 'Post topic as', @@ -567,10 +569,10 @@ $lang += array( 'LOCK_POST_EXPLAIN' => 'Prevent editing', 'CONFIRM_DELETE' => 'Are you sure you want to delete this post?', - 'Confirm_delete_poll' => 'Are you sure you want to delete this poll?', 'CANNOT_EDIT_TIME' => 'You can no longer edit or delete that post', 'CANNOT_EDIT_POST_LOCKED' => 'This post has been locked. You can no longer edit that post.', 'FLOOD_ERROR' => 'You cannot make another post so soon after your last.', + 'BUMP_ERROR' => 'You cannot bump this topic so soon after the last post.', 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.', 'To_long_subject' => 'The subject is too long it must be 60 characters or less.', 'EMPTY_MESSAGE' => 'You must enter a message when posting.', @@ -588,6 +590,7 @@ $lang += array( 'USER_CANNOT_EDIT' => 'You cannot edit posts in this forum', 'USER_CANNOT_DELETE' => 'You cannot delete posts in this forum', 'USER_CANNOT_REPORT' => 'You cannot report posts in this forum', + 'USER_CANNOT_BUMP' => 'You cannot bump topics in this forum', 'CANNOT_POST_STICKY' => 'Sorry but you cannot post sticky topics.', 'CANNOT_POST_ANNOUNCE' => 'Sorry but you cannot post announcements.', 'CANNOT_POST_NEWS' => 'Sorry but you cannot post news topics.', @@ -597,8 +600,6 @@ $lang += array( 'DELETE_OWN_POSTS' => 'Sorry but you can only delete your own posts.', 'ALREADY_DELETED' => 'Sorry but this message is already deleted.', - 'No_such_post' => 'There is no such post, please return and try again', - 'ADD_POLL' => 'Add a Poll', 'ADD_POLL_EXPLAIN' => 'If you do not want to add a poll to your topic leave the fields blank', 'POLL_QUESTION' => 'Poll question', @@ -647,7 +648,8 @@ $lang += array( 'POST_STORED' => 'Your message has been posted successfully', 'POST_STORED_MOD' => 'Your message has been saved but requires approval', - 'DELETED' => 'Your message has been deleted successfully', + 'POST_DELETED' => 'Your message has been deleted successfully', + 'TOPIC_BUMPED' => 'Topic has been bumped successfully', 'Poll_delete' => 'Your poll has been deleted successfully', 'Topic_reply_notification' => 'Topic Reply Notification', @@ -678,7 +680,6 @@ $lang += array( 'FILE_NOT_FOUND_404' => 'The file <b>%s</b> does not exist.', 'DOWNLOADED' => 'Downloaded', 'VIEWED' => 'Viewed', - 'DOWNLOAD_NUMBER' => '%d Time(s)', // replace %d with count <-- NEEDS CHANGING TO FOLLOWING 'DOWNLOAD_NONE' => '0 Times', // replace %d with count 'DOWNLOAD_COUNT' => '%d Time', // replace %d with count 'DOWNLOAD_COUNTS' => '%d Times', // replace %d with count |
