diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-11-17 17:32:25 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-11-17 17:32:25 +0000 |
commit | e21245f2ee5e3f7a39ae865c93e2f4bca6682f3a (patch) | |
tree | 2d703e0fb605b3ea4099c0be5bda414f56280a29 /phpBB/language/en | |
parent | 3676222231726823faa2a70d296edf928c79a393 (diff) | |
download | forums-e21245f2ee5e3f7a39ae865c93e2f4bca6682f3a.tar forums-e21245f2ee5e3f7a39ae865c93e2f4bca6682f3a.tar.gz forums-e21245f2ee5e3f7a39ae865c93e2f4bca6682f3a.tar.bz2 forums-e21245f2ee5e3f7a39ae865c93e2f4bca6682f3a.tar.xz forums-e21245f2ee5e3f7a39ae865c93e2f4bca6682f3a.zip |
- some ucp changes (added the module info too)
git-svn-id: file:///svn/phpbb/trunk@5302 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/common.php | 387 | ||||
-rw-r--r-- | phpBB/language/en/mcp.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/memberlist.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 5 | ||||
-rw-r--r-- | phpBB/language/en/viewforum.php | 1 |
6 files changed, 205 insertions, 192 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 524adb2042..61d38afc85 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -44,34 +44,34 @@ $lang += array( '6_MONTHS' => '6 Months', '7_DAYS' => '7 Days', - 'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated', - 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet', - 'ACP' => 'Administration Control Panel', - 'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.', - 'ADMINISTRATOR' => 'Administrator', - 'ADMINISTRATORS' => 'Administrators', - 'ALLOWED' => 'Allowed', - 'ALL_FORUMS' => 'All Forums', - 'ALL_MESSAGES' => 'All Messages', - 'ALL_POSTS' => 'All Posts', - 'ALL_TIMES' => 'All times are %1$s %2$s', - 'ALL_TOPICS' => 'All Topics', - 'AND' => 'And', - 'ARE_WATCHING_FORUM' => 'You have subscribed to receive updates on this forum', - 'ARE_WATCHING_TOPIC' => 'You have subscribed to receive updates on this topic.', - 'ASCENDING' => 'Ascending', - 'ATTACHMENTS' => 'Attachments', - 'AUTHOR' => 'Author', + 'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated', + 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet', + 'ACP' => 'Administration Control Panel', + 'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.', + 'ADMINISTRATOR' => 'Administrator', + 'ADMINISTRATORS' => 'Administrators', + 'ALLOWED' => 'Allowed', + 'ALL_FORUMS' => 'All Forums', + 'ALL_MESSAGES' => 'All Messages', + 'ALL_POSTS' => 'All Posts', + 'ALL_TIMES' => 'All times are %1$s %2$s', + 'ALL_TOPICS' => 'All Topics', + 'AND' => 'And', + 'ARE_WATCHING_FORUM' => 'You have subscribed to receive updates on this forum', + 'ARE_WATCHING_TOPIC' => 'You have subscribed to receive updates on this topic.', + 'ASCENDING' => 'Ascending', + 'ATTACHMENTS' => 'Attachments', + 'AUTHOR' => 'Author', 'AVATAR_DISALLOWED_EXTENSION' => 'The Extension %s is not allowed', - 'AVATAR_EMPTY_REMOTE_DATA' => 'Avatar could not be uploaded, please try uploading the file manually.', - 'AVATAR_INVALID_FILENAME' => '%s is an invalid filename', - 'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.', - 'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.', - 'AVATAR_PHP_SIZE_NA' => 'The avatar is too huge in filesize.<br />Could not determine the maximum size defined by PHP in php.ini.', - 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar is too huge in filesize, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.', - 'AVATAR_URL_INVALID' => 'The URL you specified is invalid.', - 'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.', - 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.', + 'AVATAR_EMPTY_REMOTE_DATA' => 'Avatar could not be uploaded, please try uploading the file manually.', + 'AVATAR_INVALID_FILENAME' => '%s is an invalid filename', + 'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.', + 'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.', + 'AVATAR_PHP_SIZE_NA' => 'The avatar is too huge in filesize.<br />Could not determine the maximum size defined by PHP in php.ini.', + 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar is too huge in filesize, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.', + 'AVATAR_URL_INVALID' => 'The URL you specified is invalid.', + 'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.', + 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.', 'BACK_TO_TOP' => 'Top', 'BCC' => 'Bcc', @@ -99,6 +99,7 @@ $lang += array( 'DELETE_ALL' => 'Delete All', 'DELETE_COOKIES' => 'Delete all board cookies', 'DELETE_MARKED' => 'Delete Marked', + 'DELETE_POST' => 'Delete Post', 'DESCENDING' => 'Descending', 'DISABLED' => 'Disabled', 'DISPLAY' => 'Display', @@ -111,11 +112,12 @@ $lang += array( 'DOWNLOAD_COUNTS' => '%d Times', 'DOWNLOAD_NONE' => '0 Times', - 'EMAIL' => 'Email', - 'EMAIL_ADDRESS' => 'Email address', - 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.', - 'ENABLED' => 'Enabled', - 'EXTENSION' => 'Extension', + 'EDIT_POST' => 'Edit Post', + 'EMAIL' => 'Email', + 'EMAIL_ADDRESS' => 'Email address', + 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.', + 'ENABLED' => 'Enabled', + 'EXTENSION' => 'Extension', 'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed', 'FAQ' => 'FAQ', @@ -135,38 +137,38 @@ $lang += array( 'FORUM_RULES_LINK' => 'Please click to view the forum rules', 'FROM' => 'from', - 'GO' => 'Go', - 'GOTO_PAGE' => 'Goto page', - 'GROUP' => 'Group', - 'GROUP_ERR_DESC_LONG' => 'Group description too long.', - 'GROUP_ERR_TYPE' => 'Inappropriate group type specified.', - 'GROUP_ERR_USERNAME' => 'No group name specified.', - 'GROUP_ERR_USER_LONG' => 'Group name too long.', - 'GUEST' => 'Guest', - 'GUEST_USERS_ONLINE' => 'There are %d Guest users online', - 'GUEST_USERS_TOTAL' => '%d Guests', + 'GO' => 'Go', + 'GOTO_PAGE' => 'Goto page', + 'GROUP' => 'Group', + 'GROUP_ERR_DESC_LONG' => 'Group description too long.', + 'GROUP_ERR_TYPE' => 'Inappropriate group type specified.', + 'GROUP_ERR_USERNAME' => 'No group name specified.', + 'GROUP_ERR_USER_LONG' => 'Group name too long.', + 'GUEST' => 'Guest', + 'GUEST_USERS_ONLINE' => 'There are %d Guest users online', + 'GUEST_USERS_TOTAL' => '%d Guests', 'GUEST_USERS_ZERO_ONLINE' => 'There are 0 Guest users online', - 'GUEST_USERS_ZERO_TOTAL'=> '0 Guests', - 'GUEST_USER_ONLINE' => 'There is %d Guest user online', - 'GUEST_USER_TOTAL' => '%d Guest', - 'G_ADMINISTRATORS' => 'Administrators', - 'G_BOTS' => 'Bots', - 'G_GUESTS' => 'Guests', - 'G_INACTIVE' => 'Unapproved Users', - 'G_INACTIVE_COPPA' => 'Unapproved COPPA Users', - 'G_REGISTERED' => 'Registered Users', - 'G_REGISTERED_COPPA' => 'Registered COPPA Users', - 'G_SUPER_MODERATORS' => 'Super Moderators', - - 'HIDDEN_USERS_ONLINE' => '%d Hidden users online', - 'HIDDEN_USERS_TOTAL' => '%d Hidden and ', + 'GUEST_USERS_ZERO_TOTAL' => '0 Guests', + 'GUEST_USER_ONLINE' => 'There is %d Guest user online', + 'GUEST_USER_TOTAL' => '%d Guest', + 'G_ADMINISTRATORS' => 'Administrators', + 'G_BOTS' => 'Bots', + 'G_GUESTS' => 'Guests', + 'G_INACTIVE' => 'Unapproved Users', + 'G_INACTIVE_COPPA' => 'Unapproved COPPA Users', + 'G_REGISTERED' => 'Registered Users', + 'G_REGISTERED_COPPA' => 'Registered COPPA Users', + 'G_SUPER_MODERATORS' => 'Super Moderators', + + 'HIDDEN_USERS_ONLINE' => '%d Hidden users online', + 'HIDDEN_USERS_TOTAL' => '%d Hidden and ', 'HIDDEN_USERS_ZERO_ONLINE' => '0 Hidden users online', 'HIDDEN_USERS_ZERO_TOTAL' => '0 Hidden and ', - 'HIDDEN_USER_ONLINE' => '%d Hidden user online', - 'HIDDEN_USER_TOTAL' => '%d Hidden and ', - 'HIDE_GUESTS' => 'Hide Guests', - 'HIDE_ME' => 'Hide my online status this session', - 'HOURS' => 'Hours', + 'HIDDEN_USER_ONLINE' => '%d Hidden user online', + 'HIDDEN_USER_TOTAL' => '%d Hidden and ', + 'HIDE_GUESTS' => 'Hide Guests', + 'HIDE_ME' => 'Hide my online status this session', + 'HOURS' => 'Hours', 'ICQ_STATUS' => 'ICQ Status', 'IF' => 'If', @@ -182,36 +184,36 @@ $lang += array( 'KB' => 'KB', - 'LAST_POST' => 'Last Post', - 'LAST_UPDATED' => 'Last Updated', - 'LDAP_DN' => 'LDAP base dn', - 'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. o=My Company,c=US', - 'LDAP_SERVER' => 'LDAP server name', + 'LAST_POST' => 'Last Post', + 'LAST_UPDATED' => 'Last Updated', + 'LDAP_DN' => 'LDAP base dn', + 'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. o=My Company,c=US', + 'LDAP_SERVER' => 'LDAP server name', 'LDAP_SERVER_EXPLAIN' => 'If using LDAP this is the name or IP address of the server.', - 'LDAP_UID' => 'LDAP uid', - 'LDAP_UID_EXPLAIN' => 'This is the key under which to search for a given login identity, e.g. uid, sn, etc.', - 'LEGEND' => 'Legend', - 'LOCATION' => 'Location', - 'LOCK_POST' => 'Lock Post', - 'LOCK_POST_EXPLAIN' => 'Prevent editing', - 'LOCK_TOPIC' => 'Lock Topic', - 'LOGIN' => 'Login', - 'LOGIN_CHECK_PM' => 'Log in to check your private messages', - 'LOGIN_ERROR' => 'You have specified an incorrect username or password. Please check them both and try again. If you continue to have problems please contact a board administrator.', - 'LOGIN_FORUM' => 'To view or post in this forum you must enter a password.', - 'LOGIN_INFO' => 'In order to login you must be registered. Registering takes only a few seconds but gives you increased capabilies. The board administrator may also grant additional permissions to registered users. Before you login please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board.', - 'LOGIN_VIEWFORUM' => 'The board administrator requires you to be registered and logged in to view this forum.', - 'LOGOUT' => 'Logout', - 'LOGOUT_USER' => 'Logout [ %s ]', + 'LDAP_UID' => 'LDAP uid', + 'LDAP_UID_EXPLAIN' => 'This is the key under which to search for a given login identity, e.g. uid, sn, etc.', + 'LEGEND' => 'Legend', + 'LOCATION' => 'Location', + 'LOCK_POST' => 'Lock Post', + 'LOCK_POST_EXPLAIN' => 'Prevent editing', + 'LOCK_TOPIC' => 'Lock Topic', + 'LOGIN' => 'Login', + 'LOGIN_CHECK_PM' => 'Log in to check your private messages', + 'LOGIN_ERROR' => 'You have specified an incorrect username or password. Please check them both and try again. If you continue to have problems please contact a board administrator.', + 'LOGIN_FORUM' => 'To view or post in this forum you must enter a password.', + 'LOGIN_INFO' => 'In order to login you must be registered. Registering takes only a few seconds but gives you increased capabilies. The board administrator may also grant additional permissions to registered users. Before you login please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board.', + 'LOGIN_VIEWFORUM' => 'The board administrator requires you to be registered and logged in to view this forum.', + 'LOGOUT' => 'Logout', + 'LOGOUT_USER' => 'Logout [ %s ]', 'LOG_ADMIN_AUTH_FAIL' => '<b>Failed administration login attempt</b>', 'LOG_ADMIN_AUTH_SUCCESS'=> '<b>Sucessful administration login</b>', - 'LOG_DELETE_POST' => '<b>Deleted post</b><br />» %s', - 'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />» %s', - 'LOG_EMAIL_ERROR' => '<b>Email error<br />» %s', - 'LOG_JABBER_ERROR' => '<b>Jabber error<br />» %s', - 'LOG_ME_IN' => 'Log me on automatically each visit', - 'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />» %s', - 'LOG_USER_GENERAL' => '%s', + 'LOG_DELETE_POST' => '<b>Deleted post</b><br />» %s', + 'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />» %s', + 'LOG_EMAIL_ERROR' => '<b>Email error<br />» %s', + 'LOG_JABBER_ERROR' => '<b>Jabber error<br />» %s', + 'LOG_ME_IN' => 'Log me on automatically each visit', + 'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />» %s', + 'LOG_USER_GENERAL' => '%s', 'MARK' => 'Mark', 'MARK_ALL' => 'Mark all', @@ -257,14 +259,14 @@ $lang += array( 'NO_UNREAD_PM' => '<b>0</b> unread messages', 'NO_USER' => 'The requested user does not exist.', - 'OCCUPATION' => 'Occupation', - 'OFFLINE' => 'Offline', - 'ONLINE' => 'Online', - 'ONLINE_BUDDIES' => 'Online Buddies', - 'ONLINE_USERS_TOTAL'=> 'In total there are <b>%d</b> users online :: ', + 'OCCUPATION' => 'Occupation', + 'OFFLINE' => 'Offline', + 'ONLINE' => 'Online', + 'ONLINE_BUDDIES' => 'Online Buddies', + 'ONLINE_USERS_TOTAL' => 'In total there are <b>%d</b> users online :: ', 'ONLINE_USERS_ZERO_TOTAL' => 'In total there are <b>0</b> users online :: ', - 'ONLINE_USER_TOTAL' => 'In total there is <b>%d</b> user online :: ', - 'OPTIONS' => 'Options', + 'ONLINE_USER_TOTAL' => 'In total there is <b>%d</b> user online :: ', + 'OPTIONS' => 'Options', 'PAGE_OF' => 'Page <b>%1$d</b> of <b>%2$d</b>', 'PASSWORD' => 'Password', @@ -278,6 +280,7 @@ $lang += array( '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.', 'POST_DAY' => '%.2f posts per day', 'POST_DETAILS' => 'Post Details', + 'POST_NEW_TOPIC' => 'Post new topic', 'POST_PCT' => '%.2f%% of all posts', 'POST_REPORTED' => 'Click to view reports', 'POST_SUBJECT' => 'Post Subject', @@ -291,82 +294,85 @@ $lang += array( 'PRIVATE_MESSAGING' => 'Private Messaging', 'PROFILE' => 'User Control Panel', - 'READING_FORUM' => 'Viewing topics in %s', + 'READING_FORUM' => 'Viewing topics in %s', 'READING_GLOBAL_ANNOUNCE' => 'Reading global announcement', - 'READING_TOPIC' => 'Reading topic in %s', - 'READ_PROFILE' => 'Profile', - 'REASON' => 'Reason', - 'RECORD_ONLINE_USERS' => 'Most users ever online was <b>%1$s</b> on %2$s', - 'REDIRECTS' => 'Total redirects', - 'REGISTER' => 'Register', - 'REGISTERED_USERS' => 'Registered Users:', - 'REG_USERS_ONLINE' => 'There are %d Registered users and ', - 'REG_USERS_TOTAL' => '%d Registered, ', - 'REG_USERS_ZERO_ONLINE' => 'There are 0 Registered users and ', - 'REG_USERS_ZERO_TOTAL' => '0 Registered, ', - 'REG_USER_ONLINE' => 'There is %d Registered user and ', - 'REG_USER_TOTAL' => '%d Registered, ', - 'REMOVE' => 'Remove', - 'REMOVE_INSTALL' => 'Please delete, move or rename the install directory.', - 'REPLIES' => 'Replies', - 'REPLY_WITH_QUOTE' => 'Reply with quote', + 'READING_TOPIC' => 'Reading topic in %s', + 'READ_PROFILE' => 'Profile', + 'REASON' => 'Reason', + 'RECORD_ONLINE_USERS' => 'Most users ever online was <b>%1$s</b> on %2$s', + 'REDIRECTS' => 'Total redirects', + 'REGISTER' => 'Register', + 'REGISTERED_USERS' => 'Registered Users:', + 'REG_USERS_ONLINE' => 'There are %d Registered users and ', + 'REG_USERS_TOTAL' => '%d Registered, ', + 'REG_USERS_ZERO_ONLINE' => 'There are 0 Registered users and ', + 'REG_USERS_ZERO_TOTAL' => '0 Registered, ', + 'REG_USER_ONLINE' => 'There is %d Registered user and ', + 'REG_USER_TOTAL' => '%d Registered, ', + 'REMOVE' => 'Remove', + 'REMOVE_INSTALL' => 'Please delete, move or rename the install directory.', + 'REPLIES' => 'Replies', + 'REPLY_WITH_QUOTE' => 'Reply with quote', 'REPLYING_GLOBAL_ANNOUNCE' => 'Replying to global announcement', - 'REPLYING_MESSAGE' => 'Replying to message in %s', - 'RESEND_ACTIVATION' => 'Resend activation email', - 'RESET' => 'Reset', - 'RETURN_INDEX' => 'Click %sHere%s to return to the index', - 'RETURN_FORUM' => 'Click %sHere%s to return to the forum', - 'RETURN_PAGE' => 'Click %sHere%s to return to the previous page', - 'RETURN_TOPIC' => 'Click %sHere%s to return to the topic', - 'RULES_ATTACH_CAN' => 'You <b>can</b> post attachments in this forum', - 'RULES_ATTACH_CANNOT' => 'You <b>cannot</b> post attachments in this forum', - 'RULES_DELETE_CAN' => 'You <b>can</b> delete your posts in this forum', - 'RULES_DELETE_CANNOT' => 'You <b>cannot</b> delete your posts in this forum', - 'RULES_DOWNLOAD_CAN' => 'You <b>can</b> download attachments in this forum', - 'RULES_DOWNLOAD_CANNOT' => 'You <b>cannot</b> download attachments in this forum', - 'RULES_EDIT_CAN' => 'You <b>can</b> edit your posts in this forum', - 'RULES_EDIT_CANNOT' => 'You <b>cannot</b> edit your posts in this forum', - 'RULES_LOCK_CAN' => 'You <b>can</b> lock your topics in this forum', - 'RULES_LOCK_CANNOT' => 'You <b>cannot</b> lock your topics in this forum', - 'RULES_POST_CAN' => 'You <b>can</b> post new topics in this forum', - 'RULES_POST_CANNOT' => 'You <b>cannot</b> post new topics in this forum', - 'RULES_REPLY_CAN' => 'You <b>can</b> reply to topics in this forum', - 'RULES_REPLY_CANNOT'=> 'You <b>cannot</b> reply to topics in this forum', - 'RULES_VOTE_CAN' => 'You <b>can</b> vote in polls in this forum', - 'RULES_VOTE_CANNOT' => 'You <b>cannot</b> vote in polls in this forum', - - 'SEARCH' => 'Search', - 'SEARCHING_FORUMS' => 'Searching forums', + 'REPLYING_MESSAGE' => 'Replying to message in %s', + 'REPORT_POST' => 'Report this post', + 'RESEND_ACTIVATION' => 'Resend activation email', + 'RESET' => 'Reset', + 'RETURN_INDEX' => 'Click %sHere%s to return to the index', + 'RETURN_FORUM' => 'Click %sHere%s to return to the forum', + 'RETURN_PAGE' => 'Click %sHere%s to return to the previous page', + 'RETURN_TOPIC' => 'Click %sHere%s to return to the topic', + 'RULES_ATTACH_CAN' => 'You <b>can</b> post attachments in this forum', + 'RULES_ATTACH_CANNOT' => 'You <b>cannot</b> post attachments in this forum', + 'RULES_DELETE_CAN' => 'You <b>can</b> delete your posts in this forum', + 'RULES_DELETE_CANNOT' => 'You <b>cannot</b> delete your posts in this forum', + 'RULES_DOWNLOAD_CAN' => 'You <b>can</b> download attachments in this forum', + 'RULES_DOWNLOAD_CANNOT' => 'You <b>cannot</b> download attachments in this forum', + 'RULES_EDIT_CAN' => 'You <b>can</b> edit your posts in this forum', + 'RULES_EDIT_CANNOT' => 'You <b>cannot</b> edit your posts in this forum', + 'RULES_LOCK_CAN' => 'You <b>can</b> lock your topics in this forum', + 'RULES_LOCK_CANNOT' => 'You <b>cannot</b> lock your topics in this forum', + 'RULES_POST_CAN' => 'You <b>can</b> post new topics in this forum', + 'RULES_POST_CANNOT' => 'You <b>cannot</b> post new topics in this forum', + 'RULES_REPLY_CAN' => 'You <b>can</b> reply to topics in this forum', + 'RULES_REPLY_CANNOT' => 'You <b>cannot</b> reply to topics in this forum', + 'RULES_VOTE_CAN' => 'You <b>can</b> vote in polls in this forum', + 'RULES_VOTE_CANNOT' => 'You <b>cannot</b> vote in polls in this forum', + + 'SEARCH' => 'Search', + 'SEARCHING_FORUMS' => 'Searching forums', 'SELECT_DESTINATION_FORUM' => 'Please select a forum for destination', - 'SEARCH_ACTIVE_TOPICS' => 'View active topics', - 'SEARCH_FOR' => 'Search for', - 'SEARCH_NEW' => 'View new posts', - 'SEARCH_SELF' => 'View your posts', - 'SEARCH_UNANSWERED' => 'View unanswered posts', - 'SELECT' => 'Select', - 'SELECT_FORUM' => 'Select a forum', - 'SIGNATURE' => 'Signature', - 'SORRY_AUTH_READ' => 'You are not authorized to read this forum', - 'SORT_BY' => 'Sort by', - 'SORT_JOINED' => 'Joined Date', - 'SORT_LOCATION' => 'Location', - 'SORT_RANK' => 'Rank', - 'SORT_TOPIC_TITLE' => 'Topic Title', - 'SORT_USERNAME' => 'Username', - 'SPLIT_TOPIC' => 'Split Topic', - 'STATISTICS' => 'Statistics', - 'START_WATCHING_FORUM' => 'Subscribe Forum', - 'START_WATCHING_TOPIC' => 'Subscribe Topic', - 'STOP_WATCHING_FORUM' => 'Unsubscribe Forum', - 'STOP_WATCHING_TOPIC' => 'Unsubscribe Topic', - 'SUBFORUM' => 'Subforum', - 'SUBFORUMS' => 'Subforums', - 'SUBJECT' => 'Subject', - 'SUBMIT' => 'Submit', - - 'TERMS_USE' => 'Terms of Use', - 'THE_TEAM' => 'The team', - 'TIME' => 'Time', + 'SEARCH_ACTIVE_TOPICS' => 'View active topics', + 'SEARCH_FOR' => 'Search for', + 'SEARCH_NEW' => 'View new posts', + 'SEARCH_SELF' => 'View your posts', + 'SEARCH_UNANSWERED' => 'View unanswered posts', + 'SELECT' => 'Select', + 'SELECT_FORUM' => 'Select a forum', + 'SEND_EMAIL' => 'Email', + 'SEND_PRIVATE_MESSAGE' => 'Send private message', + 'SIGNATURE' => 'Signature', + 'SORRY_AUTH_READ' => 'You are not authorized to read this forum', + 'SORT_BY' => 'Sort by', + 'SORT_JOINED' => 'Joined Date', + 'SORT_LOCATION' => 'Location', + 'SORT_RANK' => 'Rank', + 'SORT_TOPIC_TITLE' => 'Topic Title', + 'SORT_USERNAME' => 'Username', + 'SPLIT_TOPIC' => 'Split Topic', + 'STATISTICS' => 'Statistics', + 'START_WATCHING_FORUM' => 'Subscribe Forum', + 'START_WATCHING_TOPIC' => 'Subscribe Topic', + 'STOP_WATCHING_FORUM' => 'Unsubscribe Forum', + 'STOP_WATCHING_TOPIC' => 'Unsubscribe Topic', + 'SUBFORUM' => 'Subforum', + 'SUBFORUMS' => 'Subforums', + 'SUBJECT' => 'Subject', + 'SUBMIT' => 'Submit', + + 'TERMS_USE' => 'Terms of Use', + 'THE_TEAM' => 'The team', + 'TIME' => 'Time', 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', 'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.', @@ -411,24 +417,24 @@ $lang += array( 'USER_POSTS' => '%d Posts', 'USERS' => 'Users', - 'VIEWED' => 'Viewed', - 'VIEWING_FAQ' => 'Viewing FAQ', - 'VIEWING_MEMBERS' => 'Viewing member details', - 'VIEWING_ONLINE' => 'Viewing who is online', - 'VIEWING_UCP' => 'Viewing user control panel', - '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', - 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes', - 'VIEW_TOPIC' => 'View topic', + 'VIEWED' => 'Viewed', + 'VIEWING_FAQ' => 'Viewing FAQ', + 'VIEWING_MEMBERS' => 'Viewing member details', + 'VIEWING_ONLINE' => 'Viewing who is online', + 'VIEWING_UCP' => 'Viewing user control panel', + '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', + 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes', + 'VIEW_TOPIC' => 'View topic', 'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement: ', - 'VIEW_TOPIC_LOCKED' => 'Locked: ', - 'VIEW_TOPIC_LOGS' => 'View Logs', - 'VIEW_TOPIC_MOVED' => 'Moved: ', - 'VIEW_TOPIC_POLL' => 'Poll: ', - 'VIEW_TOPIC_STICKY' => 'Sticky: ', + 'VIEW_TOPIC_LOCKED' => 'Locked: ', + 'VIEW_TOPIC_LOGS' => 'View Logs', + 'VIEW_TOPIC_MOVED' => 'Moved: ', + 'VIEW_TOPIC_POLL' => 'Poll: ', + 'VIEW_TOPIC_STICKY' => 'Sticky: ', 'WELCOME_SUBJECT' => 'Welcome to %s Forums', 'WEBSITE' => 'Website', @@ -560,6 +566,17 @@ $lang += array( '12' => '[GMT+12] Auckland, Fiji, Kamchatka, Marshall Is., Suva, Wellington' ), ), + + // The value is only an example and will get replaced by the current time on view + 'dateformats' => array( + '|d M Y| H:i' => '10 Jan 2005 17:54 [Relative days]', + 'd M Y, H:i' => '10 Jan 2005, 17:57', + 'd M Y H:i' => '10 Jan 2005 17:57', + 'D M d, Y g:i a' => 'Mon Jan 10, 2005 5:57 pm', + 'M j, y, H:i' => 'Jan 10, 05, 5:57 pm', + 'F j, Y, g:i a' => 'January 10, 2005, 5:57 pm' + ), + ); ?>
\ No newline at end of file diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 8e8018cdc0..cb71932ba7 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -189,7 +189,6 @@ $lang += array( 'REPORT_MESSAGE_EXPLAIN'=> 'Use this form to report the selected message to the board administrators. Reporting should generally be used only if the message breaks forum rules.', 'REPORT_NOTIFY' => 'Notify me', 'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with', - 'REPORT_POST' => 'Report this post', 'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.', 'REPORT_TOTAL' => 'In total there is <b>1</b> report to review', 'RESYNC' => 'Resync', diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index a139fb166d..81433e3339 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -103,7 +103,6 @@ $lang += array( 'SEARCH_USER_POSTS' => 'Search users posts', 'SELECT_MARKED' => 'Select Marked', 'SELECT_SORT_METHOD' => 'Select sort method', - 'SEND_EMAIL' => 'Email', 'SEND_IM' => 'Instant Messaging', 'SEND_MESSAGE' => 'Message', 'SORT_EMAIL' => 'Email', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index e52f2afe89..85e33ec243 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -71,7 +71,6 @@ $lang += array( 'DELETE_MESSAGE' => 'Delete Message', 'DELETE_MESSAGE_CONFIRM' => 'Are you sure you want to delete this message?', 'DELETE_OWN_POSTS' => 'Sorry but you can only delete your own posts.', - 'DELETE_POST' => 'Delete Post', 'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this message?', 'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered', 'DISABLE_BBCODE' => 'Disable BBCode', @@ -83,7 +82,6 @@ $lang += array( 'DRAFT_SAVED' => 'Draft successfully saved.', 'DRAFT_TITLE' => 'Draft Title', - 'EDIT_POST' => 'Edit Post', 'EDIT_REASON' => 'Reason for editing this post', 'EMPTY_FILEUPLOAD' => 'The uploaded file is empty', 'EMPTY_MESSAGE' => 'You must enter a message when posting.', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 3849a718c5..f4311be542 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -94,6 +94,7 @@ $lang += array( 'CURRENT_PASSWORD' => 'Current password', 'CURRENT_PASSWORD_EXPLAIN' => 'You must confirm your current password if you wish to change it, alter your email address or username.', 'CUR_PASSWORD_ERROR' => 'The current password you entered is incorrect.', + 'CUSTOM_DATEFORMAT' => 'Custom...', 'DEFAULT_ACTION' => 'Default Action', 'DEFAULT_ACTION_EXPLAIN' => 'This Action will be triggered if none of the above is applicable', @@ -275,6 +276,7 @@ $lang += array( 'RECIPIENT' => 'Recipient', 'RECIPIENTS' => 'Recipients', 'REGISTRATION' => 'Registration', + 'RELATIVE_DAYS' => 'Relative days', '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', @@ -317,6 +319,7 @@ $lang += array( 'TOO_MANY_REGISTERS' => 'You have exceeded the maximum number of registration attempts for this session. Please try again later.', 'UCP' => 'User Control Panel', + 'UCP_ACTIVATE' => 'Activate account', 'UCP_ADMIN_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. The administrator will review your account and if approved you will an email at the address you specified.', 'UCP_AIM' => 'AOL Instant Messenger', 'UCP_ATTACHMENTS' => 'Attachments', @@ -445,8 +448,6 @@ $lang += array( ), - 'UCP_GROUPS_MEMBERSHIP' => 'Memberships', - 'UCP_GROUPS_MANAGE' => 'Manage groups', 'GROUPS_EXPLAIN' => 'Usergroups enable board admins to better administer users. By default you will be placed in a specific group, this is your default group. This group defines how you may appear to other users, for example your username colouration, avatar, rank, etc. Depending on whether the administrator allows it you may be allowed to change your default group. You may also be placed in or allowed to join other groups. Some groups may give you extra rights to view content or increase your capabilities in other areas.', 'GROUP_LEADER' => 'Leaderships', 'GROUP_MEMBER' => 'Memberships', diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index 602a98682d..ccf0e8e8d6 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -46,7 +46,6 @@ $lang += array( 'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', 'POST_FORUM_LOCKED' => 'Forum is locked', - 'POST_NEW_TOPIC' => 'Post new topic', 'TOPICS_MARKED' => 'The topics for this forum have now been marked read', |