diff options
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 102 | ||||
-rw-r--r-- | phpBB/language/en/acp/ban.php | 16 | ||||
-rw-r--r-- | phpBB/language/en/acp/board.php | 126 | ||||
-rw-r--r-- | phpBB/language/en/acp/bots.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/acp/common.php | 756 | ||||
-rw-r--r-- | phpBB/language/en/acp/database.php | 24 | ||||
-rw-r--r-- | phpBB/language/en/acp/email.php | 6 | ||||
-rw-r--r-- | phpBB/language/en/acp/forums.php | 54 | ||||
-rw-r--r-- | phpBB/language/en/acp/groups.php | 12 | ||||
-rw-r--r-- | phpBB/language/en/acp/language.php | 34 | ||||
-rw-r--r-- | phpBB/language/en/acp/modules.php | 10 | ||||
-rw-r--r-- | phpBB/language/en/acp/permissions.php | 132 | ||||
-rw-r--r-- | phpBB/language/en/acp/permissions_phpbb.php | 16 | ||||
-rw-r--r-- | phpBB/language/en/acp/posting.php | 44 | ||||
-rw-r--r-- | phpBB/language/en/acp/profile.php | 62 | ||||
-rw-r--r-- | phpBB/language/en/acp/prune.php | 18 | ||||
-rw-r--r-- | phpBB/language/en/acp/search.php | 20 | ||||
-rw-r--r-- | phpBB/language/en/acp/styles.php | 28 | ||||
-rw-r--r-- | phpBB/language/en/acp/users.php | 3 |
19 files changed, 733 insertions, 732 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 2b25e0b0aa..b1a63a797b 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -31,29 +31,29 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, array( - 'ACP_ATTACHMENT_SETTINGS_EXPLAIN' => 'Here you can configure the Main Settings for Attachments and the associated Special Categories.', - 'ACP_EXTENSION_GROUPS_EXPLAIN' => 'Here you can add, delete and modify your Extension Groups, you can disable Extension Groups, assign a special Category to them, change the download mechanism and you can define an Upload Icon which will be displayed in front of an Attachment belonging to the Group.', - 'ACP_MANAGE_EXTENSIONS_EXPLAIN' => 'Here you can manage your allowed extensions. To activate your Extensions, please refer to the extension groups management panel. We strongly recommend not to allow scripting extensions (such as php, php3, php4, phtml, pl, cgi, asp, aspx...)', - 'ACP_ORPHAN_ATTACHMENTS_EXPLAIN' => 'Here you are able to see files within the Attachments upload directory but not assigned to posts. This happens mostly if users are attaching files but not submitting the post. You are able to delete the files or attach them to existing posts. Attaching to posts requires a valid post id, you have to determine this id by yourself, this feature is mainly for those people wanting to upload files with another program and assigning those (mostly large) files to an existing post.', + 'ACP_ATTACHMENT_SETTINGS_EXPLAIN' => 'Here you can configure the main settings for attachments and the associated special categories.', + 'ACP_EXTENSION_GROUPS_EXPLAIN' => 'Here you can add, delete, modify or disable your extension groups. Further options include the assignment of a special category to them, changing the download mechanism and defining an upload icon which will be displayed in front of the attachment which belongs to the group.', + 'ACP_MANAGE_EXTENSIONS_EXPLAIN' => 'Here you can manage your allowed extensions. To activate your extensions, please refer to the extension groups management panel. We strongly recommend not to allow scripting extensions (such as <code>php, <code>php3</code>, <code>php4</code>, <code>phtml</code>, <code>pl</code>, <code>cgi</code>, <code>py</code>, <code>rb</code>, <code>asp</code>, <code>aspx</code>, and so forth…)', + 'ACP_ORPHAN_ATTACHMENTS_EXPLAIN' => 'Here you are able to see files within the attachments upload directory but not assigned to posts. This happens mostly if users are attaching files but not submitting the post. You are able to delete the files or attach them to existing posts. Attaching to posts requires a valid post ID, you have to determine this id by yourself, this feature is mainly for those people wanting to upload files with another program and assigning those (mostly large) files to an existing post.', 'ADD_EXTENSION' => 'Add extension', - 'ADD_EXTENSION_GROUP' => 'Add Extension Group', + 'ADD_EXTENSION_GROUP' => 'Add extension group', 'ADMIN_UPLOAD_ERROR' => 'Errors while trying to attach file: %s', - 'ALLOWED_FORUMS' => 'Allowed Forums', + 'ALLOWED_FORUMS' => 'Allowed forums', 'ALLOWED_FORUMS_EXPLAIN' => 'Able to post the assigned extensions at the selected (or all if selected) forums', - 'ALLOW_ATTACHMENTS' => 'Allow Attachments', - 'ALLOW_ALL_FORUMS' => 'Allow All Forums', + 'ALLOW_ATTACHMENTS' => 'Allow attachments', + 'ALLOW_ALL_FORUMS' => 'Allow all forums', 'ALLOW_IN_PM' => 'Allowed in private messaging', - 'ALLOW_PM_ATTACHMENTS' => 'Allow Attachments in Private Messages', - 'ALLOW_SELECTED_FORUMS' => 'Only Forums selected below', - 'ASSIGNED_EXTENSIONS' => 'Assigned Extensions', - 'ASSIGNED_GROUP' => 'Assigned Group', + 'ALLOW_PM_ATTACHMENTS' => 'Allow attachments in private messages', + 'ALLOW_SELECTED_FORUMS' => 'Only forums selected below', + 'ASSIGNED_EXTENSIONS' => 'Assigned extensions', + 'ASSIGNED_GROUP' => 'Assigned extension group', 'ATTACH_EXTENSIONS_URL' => 'Extensions', - 'ATTACH_EXT_GROUPS_URL' => 'Extension Groups', + 'ATTACH_EXT_GROUPS_URL' => 'Extension groups', 'ATTACH_MAX_FILESIZE' => 'Maximum filesize', 'ATTACH_MAX_FILESIZE_EXPLAIN' => 'Maximum size of each file, 0 is unlimited.', 'ATTACH_MAX_PM_FILESIZE' => 'Maximum filesize messaging', 'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum drive space available per user for private message attachments, 0 is unlimited.', - 'ATTACH_ORPHAN_URL' => 'Orphan Attachments', + 'ATTACH_ORPHAN_URL' => 'Orphan attachments', 'ATTACH_POST_ID' => 'Post ID', 'ATTACH_QUOTA' => 'Total attachment quota', 'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments in total, 0 is unlimited.', @@ -61,45 +61,45 @@ $lang = array_merge($lang, array( 'CAT_IMAGES' => 'Images', 'CAT_RM_FILES' => 'Real Media Streams', - 'CAT_WM_FILES' => 'Win Media Streams', + 'CAT_WM_FILES' => 'Window Media Streams', 'CREATE_GROUP' => 'Create new group', 'CREATE_THUMBNAIL' => 'Create thumbnail', 'CREATE_THUMBNAIL_EXPLAIN' => 'Create a thumbnail in all possible situations.', - 'DEFINE_ALLOWED_IPS' => 'Define allowed IPs/Hostnames', - 'DEFINE_DISALLOWED_IPS' => 'Define disallowed IPs/Hostnames', - 'DOWNLOAD_ADD_IPS_EXPLAIN' => 'To specify several different IP\'s or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *', - 'DOWNLOAD_MODE' => 'Download Mode', - 'DOWNLOAD_MODE_EXPLAIN' => 'If you experience problems downloading files, set this to "physical", the user will be directed to the file directly. Do not set it to physical if not really needed, it discloses the filename.', - 'DOWNLOAD_REMOVE_IPS_EXPLAIN' => 'You can remove (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IP\'s have a blue background.', + 'DEFINE_ALLOWED_IPS' => 'Define allowed IPs/hostnames', + 'DEFINE_DISALLOWED_IPS' => 'Define disallowed IPs/hostnames', + 'DOWNLOAD_ADD_IPS_EXPLAIN' => 'To specify several different IPs or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *', + 'DOWNLOAD_MODE' => 'Download mode', + 'DOWNLOAD_MODE_EXPLAIN' => 'If you experience problems downloading files, set this to “physical”, the user will be directed to the file directly. Do not set it to physical if not really needed, it discloses the filename.', + 'DOWNLOAD_REMOVE_IPS_EXPLAIN' => 'You can remove (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs have a blue background.', 'DISPLAY_INLINED' => 'Display images inline', 'DISPLAY_INLINED_EXPLAIN' => 'If set to No image attachments will show as a link.', - 'DISPLAY_ORDER' => 'Attachment Display Order', + 'DISPLAY_ORDER' => 'Attachment display order', 'DISPLAY_ORDER_EXPLAIN' => 'Display attachments ordered by time.', - 'EDIT_EXTENSION_GROUP' => 'Edit Extension Group', - 'EXCLUDE_ENTERED_IP' => 'Enable this to exclude the entered IP/Hostname.', - 'EXCLUDE_FROM_ALLOWED_IP' => 'Exclude IP from allowed IPs/Hostnames', - 'EXCLUDE_FROM_DISALLOWED_IP' => 'Exclude IP from disallowed IPs/Hostnames', + 'EDIT_EXTENSION_GROUP' => 'Edit extension group', + 'EXCLUDE_ENTERED_IP' => 'Enable this to exclude the entered IP/hostname.', + 'EXCLUDE_FROM_ALLOWED_IP' => 'Exclude IP from allowed IPs/hostnames', + 'EXCLUDE_FROM_DISALLOWED_IP' => 'Exclude IP from disallowed IPs/hostnames', 'EXTENSIONS_UPDATED' => 'Extensions successfully updated', - 'EXTENSION_EXIST' => 'The Extension %s already exist', - 'EXTENSION_GROUP' => 'Extension Group', - 'EXTENSION_GROUPS' => 'Extension Groups', - 'EXTENSION_GROUP_DELETED' => 'Extension Group successfully deleted', - 'EXTENSION_GROUP_EXIST' => 'The Extension Group %s already exist', + 'EXTENSION_EXIST' => 'The extension %s already exist', + 'EXTENSION_GROUP' => 'Extension group', + 'EXTENSION_GROUPS' => 'Extension groups', + 'EXTENSION_GROUP_DELETED' => 'Extension group successfully deleted', + 'EXTENSION_GROUP_EXIST' => 'The extension group %s already exist', - 'GO_TO_EXTENSIONS' => 'Go to Extension Management Screen', + 'GO_TO_EXTENSIONS' => 'Go to extension management screen', 'GROUP_NAME' => 'Group name', - 'IMAGE_LINK_SIZE' => 'Image Link Dimensions', + 'IMAGE_LINK_SIZE' => 'Image link dimensions', 'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as link if image is larger than this, set to 0px by 0px to disable.', 'IMAGICK_PATH' => 'Imagemagick path', - 'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. /usr/bin/', + 'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>', 'MAX_ATTACHMENTS' => 'Max attachments per post', 'MAX_ATTACHMENTS_PM' => 'Max attachments per message', - 'MAX_EXTGROUP_FILESIZE' => 'Maximum Filesize', - 'MAX_IMAGE_SIZE' => 'Maximum Image Dimensions', + 'MAX_EXTGROUP_FILESIZE' => 'Maximum filesize', + 'MAX_IMAGE_SIZE' => 'Maximum image dimensions', 'MAX_IMAGE_SIZE_EXPLAIN' => 'Maximum size of image attachments, 0px by 0px disables image attachments.', 'MAX_THUMB_WIDTH' => 'Maximum thumbnail width in pixel', 'MAX_THUMB_WIDTH_EXPLAIN' => 'A generated thumbnail will not exceed the width set here', @@ -111,10 +111,10 @@ $lang = array_merge($lang, array( 'NOT_ALLOWED_IN_PM' => 'Not allowed in private messages', 'NOT_ASSIGNED' => 'Not assigned', 'NO_EXT_GROUP' => 'None', - 'NO_EXT_GROUP_NAME' => 'No Group Name entered', - 'NO_EXT_GROUP_SPECIFIED' => 'No Extension Group specified', + 'NO_EXT_GROUP_NAME' => 'No group name entered', + 'NO_EXT_GROUP_SPECIFIED' => 'No extension group specified', 'NO_FILE_CAT' => 'None', - 'NO_IMAGE' => 'No Image', + 'NO_IMAGE' => 'No image', 'NO_THUMBNAIL_SUPPORT' => 'Thumbnail support has been disabled because there is no supported GD library available and the imagemagick executable could not be found.', 'NO_UPLOAD_DIR' => 'The upload directory you specified does not exist.', 'NO_WRITE_UPLOAD' => 'The upload directory you specified cannot be written to. Please alter the permissions to allow the webserver to write to it.', @@ -122,14 +122,14 @@ $lang = array_merge($lang, array( 'ORDER_ALLOW_DENY' => 'Allow', 'ORDER_DENY_ALLOW' => 'Deny', - 'REMOVE_ALLOWED_IPS' => 'Remove or Un-exclude allowed IPs/Hostnames', - 'REMOVE_DISALLOWED_IPS' => 'Remove or Un-exclude disallowed IPs/Hostnames', + 'REMOVE_ALLOWED_IPS' => 'Remove or un-exclude allowed IPs/hostnames', + 'REMOVE_DISALLOWED_IPS' => 'Remove or un-exclude disallowed IPs/hostnames', 'SEARCH_IMAGICK' => 'Search for Imagemagick', - 'SECURE_ALLOW_DENY' => 'Allow/Deny List', + 'SECURE_ALLOW_DENY' => 'Allow/Deny list', 'SECURE_ALLOW_DENY_EXPLAIN' => 'Allow or Deny the list of addresses, this setting only applies to downloading files', 'SECURE_DOWNLOADS' => 'Enable secure downloads', - 'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP\'s/hostnames you defined.', + 'SECURE_DOWNLOADS_EXPLAIN' => 'With this option enabled, downloads are limited to IP’s/hostnames you defined.', 'SECURE_DOWNLOAD_NOTICE' => 'Secure Downloads are not enabled. The settings below will be applied after enabling secure downloads.', 'SECURE_DOWNLOAD_UPDATE_SUCCESS'=> 'The IP list has been updated successfully', 'SECURE_EMPTY_REFERRER' => 'Allow empty referrer', @@ -138,15 +138,15 @@ $lang = array_merge($lang, array( 'SPECIAL_CATEGORY' => 'Special Category', 'SPECIAL_CATEGORY_EXPLAIN' => 'Special Categories differ between the way presented within posts.', 'SUCCESSFULLY_UPLOADED' => 'Succeessfully uploaded', - 'SUCCESS_EXTENSION_GROUP_ADD' => 'Extension Group successfully added', - 'SUCCESS_EXTENSION_GROUP_EDIT' => 'Extension Group successfully updated', + 'SUCCESS_EXTENSION_GROUP_ADD' => 'Extension group successfully added', + 'SUCCESS_EXTENSION_GROUP_EDIT' => 'Extension group successfully updated', - 'UPLOADING_FILES' => 'Uploading Files', - 'UPLOADING_FILE_TO' => 'Uploading File "%1$s" to Post Number %2$d...', - 'UPLOAD_DENIED_FORUM' => 'You do not have the permission to upload files to forum "%s"', - 'UPLOAD_DIR' => 'Upload Directory', - 'UPLOAD_DIR_EXPLAIN' => 'Storage Path for Attachments.', - 'UPLOAD_ICON' => 'Upload Icon', + 'UPLOADING_FILES' => 'Uploading files', + 'UPLOADING_FILE_TO' => 'Uploading file “%1$s” to Post Number %2$d…', + 'UPLOAD_DENIED_FORUM' => 'You do not have the permission to upload files to forum “%s”', + 'UPLOAD_DIR' => 'Upload directory', + 'UPLOAD_DIR_EXPLAIN' => 'Storage path for attachments.', + 'UPLOAD_ICON' => 'Upload icon', 'UPLOAD_NOT_DIR' => 'The upload location you specified does not appear to be a directory.', )); diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index cc9d184d57..2b829efead 100644 --- a/phpBB/language/en/acp/ban.php +++ b/phpBB/language/en/acp/ban.php @@ -32,9 +32,9 @@ if (empty($lang) || !is_array($lang)) // Banning $lang = array_merge($lang, array( - '1_HOUR' => '1 Hour', - '30_MINS' => '30 Minutes', - '6_HOURS' => '6 Hours', + '1_HOUR' => '1 hour', + '30_MINS' => '30 minutes', + '6_HOURS' => '6 hours', 'ACP_BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or email address. These methods prevent a user reaching any part of the board. You can give a short (255 character) reason for the ban if you wish. This will be displayed in the admin log. The length of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <u>Until</u> for the ban length and enter a date in yyyy-mm-dd format.', @@ -46,18 +46,18 @@ $lang = array_merge($lang, array( 'EMAIL_BAN' => 'Ban one or more email addresses', 'EMAIL_BAN_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered email address from all current bans.', - 'EMAIL_BAN_EXPLAIN' => 'To specify more than one email address enter each on a new line. To match partial addresses use * as the wildcard, e.g. *@hotmail.com, *@*.domain.tld, etc.', + 'EMAIL_BAN_EXPLAIN' => 'To specify more than one email address enter each on a new line. To match partial addresses use * as the wildcard, e.g. <samp>*@hotmail.com</samp>, <samp>*@*.domain.tld</samp>, etc.', 'EMAIL_NO_BANNED' => 'No banned email addresses', - 'EMAIL_UNBAN' => 'Un-ban or Un-exclude Emails', + 'EMAIL_UNBAN' => 'Un-ban or un-exclude emails', 'EMAIL_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded email addresses have a marked background.', - 'IP_BAN' => 'Ban one or more ips', + 'IP_BAN' => 'Ban one or more IPs', 'IP_BAN_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered IP from all current bans.', - 'IP_BAN_EXPLAIN' => 'To specify several different IP\'s or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *', + 'IP_BAN_EXPLAIN' => 'To specify several different IPs or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *', 'IP_HOSTNAME' => 'IP addresses or hostnames', 'IP_NO_BANNED' => 'No banned IP addresses', 'IP_UNBAN' => 'Un-ban or Un-exclude IPs', - 'IP_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IP\'s have a marked background.', + 'IP_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs have a marked background.', 'PERMANENT' => 'Permanent', diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index b3ae6938c7..e773839601 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -32,11 +32,11 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( 'ACP_BOARD_SETTINGS_EXPLAIN' => 'Here you can determine the basic operation of your board, from the site name through user registration to private messaging.', - 'CUSTOM_DATEFORMAT' => 'Custom...', + 'CUSTOM_DATEFORMAT' => 'Custom…', 'DEFAULT_DATE_FORMAT' => 'Date Format', - 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP date function.', - 'DEFAULT_LANGUAGE' => 'Default Language', - 'DEFAULT_STYLE' => 'Default Style', + 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code>date</code> function.', + 'DEFAULT_LANGUAGE' => 'Default language', + 'DEFAULT_STYLE' => 'Default style', 'DISABLE_BOARD' => 'Disable board', 'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.', 'OVERRIDE_STYLE' => 'Override user style', @@ -45,34 +45,34 @@ $lang = array_merge($lang, array( 'SITE_DESC' => 'Site description', 'SITE_NAME' => 'Site name', 'SYSTEM_DST' => 'Enable Daylight Savings Time', - 'SYSTEM_TIMEZONE' => 'System Timezone', + 'SYSTEM_TIMEZONE' => 'System timezone', 'WARNINGS_EXPIRE' => 'Warning duration', - 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days after it is issued before a warning will expire from a user\'s record', + 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days after it is issued before a warning will expire from a user’s record', )); // Board Features $lang = array_merge($lang, array( 'ACP_BOARD_FEATURES_EXPLAIN' => 'Here you can enable/disable several board features', - 'ALLOW_ATTACHMENTS' => 'Allow Attachments', + 'ALLOW_ATTACHMENTS' => 'Allow attachments', 'ALLOW_BOOKMARKS' => 'Allow bookmarking topics', 'ALLOW_BOOKMARKS_EXPLAIN' => 'User is able to store personal bookmarks', 'ALLOW_BBCODE' => 'Allow BBCode', - 'ALLOW_FORUM_NOTIFY' => 'Allow Forum Watching', - 'ALLOW_NAME_CHANGE' => 'Allow Username changes', - 'ALLOW_NO_CENSORS' => 'Allow Disable of Censors', + 'ALLOW_FORUM_NOTIFY' => 'Allow forum watching', + 'ALLOW_NAME_CHANGE' => 'Allow username changes', + 'ALLOW_NO_CENSORS' => 'Allow disable of censors', 'ALLOW_NO_CENSORS_EXPLAIN' => 'User can disable word censoring.', - 'ALLOW_PM_ATTACHMENTS' => 'Allow Attachments in Private Messages', - 'ALLOW_SIG' => 'Allow Signatures', + 'ALLOW_PM_ATTACHMENTS' => 'Allow attachments in private messages', + 'ALLOW_SIG' => 'Allow signatures', 'ALLOW_SIG_BBCODE' => 'Allow BBCode in user signatures', - 'ALLOW_SIG_FLASH' => 'Allow use of FLASH BBCode Tag in user signatures', - 'ALLOW_SIG_IMG' => 'Allow use of IMG BBCode Tag in user signatures', + 'ALLOW_SIG_FLASH' => 'Allow use of <code>[FLASH]</code> BBCode tag in user signatures', + 'ALLOW_SIG_IMG' => 'Allow use of <code>[IMG]</code> BBCode tag in user signatures', 'ALLOW_SIG_LINKS' => 'Allow use of links in user signatures', - 'ALLOW_SIG_LINKS_EXPLAIN' => 'If disallowed the URL bbcode tag and automatic/magic urls are disabled.', + 'ALLOW_SIG_LINKS_EXPLAIN' => 'If disallowed the <code>[URL]</code> bbcode tag and automatic/magic URLs are disabled.', 'ALLOW_SIG_SMILIES' => 'Allow use of smilies in user signatures', - 'ALLOW_SMILIES' => 'Allow Smilies', - 'ALLOW_TOPIC_NOTIFY' => 'Allow Topic Watching', - 'BOARD_PM' => 'Private Messaging', + 'ALLOW_SMILIES' => 'Allow smilies', + 'ALLOW_TOPIC_NOTIFY' => 'Allow topic watching', + 'BOARD_PM' => 'Private messaging', 'BOARD_PM_EXPLAIN' => 'Enable or disable private messaging for all users.', )); @@ -84,15 +84,15 @@ $lang = array_merge($lang, array( 'ALLOW_REMOTE' => 'Enable remote avatars', 'ALLOW_REMOTE_EXPLAIN' => 'Avatars linked to from another website', 'ALLOW_UPLOAD' => 'Enable avatar uploading', - 'AVATAR_GALLERY_PATH' => 'Avatar Gallery Path', - 'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery', - 'AVATAR_STORAGE_PATH' => 'Avatar Storage Path', - 'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars/upload', - 'MAX_AVATAR_SIZE' => 'Maximum Avatar Dimensions', + 'AVATAR_GALLERY_PATH' => 'Avatar gallery path', + 'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root dir for pre-loaded images, e.g. <samp>images/avatars/gallery</samp>', + 'AVATAR_STORAGE_PATH' => 'Avatar storage path', + 'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/avatars/upload</samp>', + 'MAX_AVATAR_SIZE' => 'Maximum avatar dimensions', 'MAX_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)', - 'MAX_FILESIZE' => 'Maximum Avatar File Size', + 'MAX_FILESIZE' => 'Maximum avatar file size', 'MAX_FILESIZE_EXPLAIN' => 'For uploaded avatar files', - 'MIN_AVATAR_SIZE' => 'Minimum Avatar Dimensions', + 'MIN_AVATAR_SIZE' => 'Minimum avatar dimensions', 'MIN_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)', )); @@ -101,9 +101,9 @@ $lang = array_merge($lang, array( 'ACP_MESSAGE_SETTINGS_EXPLAIN' => 'Here you can set all default settings for private messaging', 'ALLOW_BBCODE_PM' => 'Allow BBCode in private messages', - 'ALLOW_FLASH_PM' => 'Allow use of FLASH BBCode Tag', + 'ALLOW_FLASH_PM' => 'Allow use of <code>[FLASH]</code> BBCode tag', 'ALLOW_FORWARD_PM' => 'Allow forwarding of private messages', - 'ALLOW_IMG_PM' => 'Allow use of IMG BBCode Tag', + 'ALLOW_IMG_PM' => 'Allow use of <code>[IMG]</code> BBCode tag', 'ALLOW_MASS_PM' => 'Allow sending of private messages to multiple users and groups', 'ALLOW_PRINT_PM' => 'Allow print view in private messaging', 'ALLOW_QUOTE_PM' => 'Allow quotes in private messages', @@ -185,14 +185,14 @@ $lang = array_merge($lang, array( 'ACC_NONE' => 'None', 'ACC_USER' => 'User', // 'ACC_USER_ADMIN' => 'User + Admin', - 'ALLOW_EMAIL_REUSE' => 'Allow Email address re-use', + 'ALLOW_EMAIL_REUSE' => 'Allow email address re-use', 'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same email address.', 'COPPA' => 'Coppa', - 'COPPA_FAX' => 'COPPA Fax Number', - 'COPPA_MAIL' => 'COPPA Mailing Address', + 'COPPA_FAX' => 'COPPA fax number', + 'COPPA_MAIL' => 'COPPA mailing address', 'COPPA_MAIL_EXPLAIN' => 'This is the mailing address where parents will send COPPA registration forms', 'ENABLE_COPPA' => 'Enable COPPA', - 'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA act. If this is disabled the COPPA specific groups will no longer be displayed.', + 'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA Act. If this is disabled the COPPA specific groups will no longer be displayed.', 'MAX_CHARS' => 'Max', 'MIN_CHARS' => 'Min', 'PASSWORD_LENGTH' => 'Password length', @@ -217,17 +217,17 @@ $lang = array_merge($lang, array( 'CAPTCHA_CELLS' => 'Cells', 'CAPTCHA_COMPOSITE' => 'Composite', 'CAPTCHA_ENTROPY' => 'Entropy', - 'CAPTCHA_OPTIONS' => 'Captcha Options', + 'CAPTCHA_OPTIONS' => 'Captcha options', 'CAPTCHA_OVERLAP' => 'Overlap', 'CAPTCHA_SHAPE' => 'Shape', 'CAPTCHA_STENCIL' => 'Stencil', - 'CAPTCHA_EXPLAIN' => 'Click %shere%s to preview this CAPTCHA policy.', + 'CAPTCHA_EXPLAIN' => '%sPreview this CAPTCHA policy%s.', 'ENTROPY_NOISE_LINE' => 'Entropy line noise', 'ENTROPY_NOISE_PIXEL' => 'Entropy pixel noise', 'HEAVY' => 'Heavy', 'LIGHT' => 'Light', 'MEDIUM' => 'Medium', - 'NO_GD' => 'The server does not support GD, an extension required to enable the advanced CAPTCHA policies. A fall-back method will be used if you decide to enable Visual Confirmation features.', + 'NO_GD' => 'The server does not support GD, an extension required to enable the advanced CAPTCHA policies. A fall-back method will be used if you decide to enable visual confirmation features.', 'NO_NOISE' => 'None', 'NO_TTF' => 'The policy you selected requires TTF enabled, the server has TTF disabled. If this policy is enabled, it will be skipped and another policy will be used in its place. If no valid policies are enabled, a fall-back method will be used if you decide to enable Visual Confirmation features.', 'OVERLAP_NOISE_LINE' => 'Overlap line noise', @@ -259,7 +259,7 @@ $lang = array_merge($lang, array( $lang = array_merge($lang, array( 'ACP_LOAD_SETTINGS_EXPLAIN' => 'Here you can enable and disable certain board functions to reduce the amount of processing required. On most servers there is no need to disable any functions. However on certain systems or in shared hosting environments it may be beneficial to disable capabilities you do not really need. You can also specify limits for system load and active sessions beyond which the board will go offline.', - 'CUSTOM_PROFILE_FIELDS' => 'Custom Profile Fields', + 'CUSTOM_PROFILE_FIELDS' => 'Custom profile fields', 'LIMIT_LOAD' => 'Limit system load', 'LIMIT_LOAD_EXPLAIN' => 'If the 1 minute system load exceeds this value the board will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.', 'LIMIT_SESSIONS' => 'Limit sessions', @@ -296,16 +296,16 @@ $lang = array_merge($lang, array( 'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username.', - '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_DN' => 'LDAP base <var>dn</var>', + 'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. <samp>o=My Company,c=US</samp>', 'LDAP_EMAIL' => 'LDAP email attribute', 'LDAP_EMAIL_EXPLAIN' => 'Set this to the name of your user entry email attribute (if one exists) in order to automatically set the email address for new users. Leaving this empty results in empty email address for users who log in for the first time.', 'LDAP_NO_EMAIL' => 'The specified email attribute does not exist.', 'LDAP_NO_IDENTITY' => 'Could not find a login identity for %s', '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.', + 'LDAP_UID' => 'LDAP <var>uid</var>', + 'LDAP_UID_EXPLAIN' => 'This is the key under which to search for a given login identity, e.g. <var>uid</var>, <var>sn</var>, etc.', )); // Server Settings @@ -313,26 +313,26 @@ $lang = array_merge($lang, array( 'ACP_SERVER_SETTINGS_EXPLAIN' => 'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in emails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.', 'ENABLE_GZIP' => 'Enable GZip Compression', - 'FORCE_SERVER_VARS' => 'Force server url settings', - 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favor of the automatically determined values', + 'FORCE_SERVER_VARS' => 'Force server URL settings', + 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values', 'ICONS_PATH' => 'Post icons storage path', - 'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/icons', - 'PATH_SETTINGS' => 'Path Settings', + 'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/icons</samp>', + 'PATH_SETTINGS' => 'Path settings', 'RANKS_PATH' => 'Rank image storage path', - 'RANKS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/ranks', - 'SEND_ENCODING' => 'Send Encoding', + 'RANKS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/ranks</samp>', + 'SEND_ENCODING' => 'Send encoding', 'SEND_ENCODING_EXPLAIN' => 'Send the file encoding from phpBB via HTTP overriding the webserver configuration', - 'SERVER_NAME' => 'Domain Name', - 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: www.foo.bar)', + 'SERVER_NAME' => 'Domain name', + 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>www.foo.bar</samp>)', 'SERVER_PORT' => 'Server Port', 'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different', - 'SERVER_PROTOCOL' => 'Server Protocol', - 'SERVER_PROTOCOL_EXPLAIN' => 'This is used as the server protocol if these settings are forced. If empty or not forced the protocol is determined by the cookie secure settings (http:// or https://)', - 'SERVER_URL_SETTINGS' => 'Server URL Settings', + 'SERVER_PROTOCOL' => 'Server protocol', + 'SERVER_PROTOCOL_EXPLAIN' => 'This is used as the server protocol if these settings are forced. If empty or not forced the protocol is determined by the cookie secure settings (<samp>http://</samp> or <samp>https://</samp>)', + 'SERVER_URL_SETTINGS' => 'Server URL settings', 'SMILIES_PATH' => 'Smilies storage path', - 'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies', + 'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/smilies</samp>', 'UPLOAD_ICONS_PATH' => 'Extension group icons storage path', - 'UPLOAD_ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/upload_icons', + 'UPLOAD_ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/upload_icons</samp>', )); // Security Settings @@ -342,7 +342,7 @@ $lang = array_merge($lang, array( 'ALL' => 'All', 'ALLOW_AUTOLOGIN' => 'Allow persistent logins', 'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.', - 'AUTOLOGIN_LENGTH' => 'Persistent login key expiry days', + 'AUTOLOGIN_LENGTH' => 'Persistent login key expiration length (in days)', 'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.', 'BROWSER_VALID' => 'Validate browser', 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.', @@ -351,7 +351,7 @@ $lang = array_merge($lang, array( 'FORCE_PASS_CHANGE' => 'Force password change', 'FORCE_PASS_CHANGE_EXPLAIN' => 'Require user to change their password after a set number of days or zero to disable.', 'IP_VALID' => 'Session IP validation', - 'IP_VALID_EXPLAIN' => 'Determines how much of the users IP is used to validate a session; All compares the complete address, A.B.C the first x.x.x, A.B the first x.x, None disables checking.', + 'IP_VALID_EXPLAIN' => 'Determines how much of the users IP is used to validate a session; <samp>All</samp> compares the complete address, <samp>A.B.C</samp> the first x.x.x, <samp>A.B</samp> the first x.x, <samp>None</samp> disables checking.', 'MAX_LOGIN_ATTEMPTS' => 'Maximum number of login attempts', 'MAX_LOGIN_ATTEMPTS_EXPLAIN' => 'After this number of failed logins the user needs to additionally confirm his login visually (visual confirmation)', 'NO_IP_VALIDATION' => 'None', @@ -362,14 +362,14 @@ $lang = array_merge($lang, array( 'PASS_TYPE_CASE' => 'Must be mixed case', 'PASS_TYPE_SYMBOL' => 'Must contain symbols', 'TPL_ALLOW_PHP' => 'Allow php in templates', - 'TPL_ALLOW_PHP_EXPLAIN' => 'If this option is enabled, PHP and INCLUDEPHP statements will be recognized and parsed in templates.', + 'TPL_ALLOW_PHP_EXPLAIN' => 'If this option is enabled, <code>PHP</code> and <code>INCLUDEPHP</code> statements will be recognized and parsed in templates.', )); // Email Settings $lang = array_merge($lang, array( 'ACP_EMAIL_SETTINGS_EXPLAIN' => 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.', - 'ADMIN_EMAIL' => 'Return Email Address', + 'ADMIN_EMAIL' => 'Return email address', 'ADMIN_EMAIL_EXPLAIN' => 'This will be used as the return address on all emails.', 'BOARD_EMAIL_FORM' => 'Users send email via board', 'BOARD_EMAIL_FORM_EXPLAIN' => 'Instead of showing the users email address users are able to send emails via the board.', @@ -377,11 +377,11 @@ $lang = array_merge($lang, array( 'BOARD_HIDE_EMAILS_EXPLAIN' => 'This function keeps email addresses completely private.', 'CONTACT_EMAIL' => 'Contact email address', 'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc.', - 'EMAIL_FUNCTION_NAME' => 'Email Function Name', + 'EMAIL_FUNCTION_NAME' => 'Email function name', 'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The email function used to send mails through PHP.', - 'EMAIL_PACKAGE_SIZE' => 'Email Package Size', + 'EMAIL_PACKAGE_SIZE' => 'Email package size', 'EMAIL_PACKAGE_SIZE_EXPLAIN' => 'This is the number of emails sent in one package.', - 'EMAIL_SIG' => 'Email Signature', + 'EMAIL_SIG' => 'Email signature', 'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all emails the board sends.', 'ENABLE_EMAIL' => 'Enable board-wide emails', 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no emails will be sent by the board at all.', @@ -399,9 +399,9 @@ $lang = array_merge($lang, array( 'SMTP_SERVER' => 'SMTP Server Address', 'SMTP_SETTINGS' => 'SMTP Settings', 'SMTP_USERNAME' => 'SMTP Username', - 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your smtp server requires it.', + 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.', 'USE_SMTP' => 'Use SMTP Server for email', - 'USE_SMTP_EXPLAIN' => 'Say yes if you want or have to send email via a named server instead of the local mail function.', + 'USE_SMTP_EXPLAIN' => 'Select “Yes” if you want or have to send email via a named server instead of the local mail function.', )); // Jabber settings @@ -418,12 +418,12 @@ $lang = array_merge($lang, array( 'JAB_CHANGED' => 'Jabber account changed successfully', 'JAB_ENABLE' => 'Enable Jabber', 'JAB_ENABLE_EXPLAIN' => 'Enables use of jabber messaging and notifications', - 'JAB_PACKAGE_SIZE' => 'Jabber Package Size', + 'JAB_PACKAGE_SIZE' => 'Jabber package size', 'JAB_PACKAGE_SIZE_EXPLAIN' => 'This is the number of messages sent in one package. If set to 0 the message is sent immediatly and gets not queued for later sending.', 'JAB_PASSWORD' => 'Jabber password', 'JAB_PASS_CHANGED' => 'Jabber password changed successfully', 'JAB_PORT' => 'Jabber port', - 'JAB_PORT_EXPLAIN' => 'Leave blank unless you know it is not 5222', + 'JAB_PORT_EXPLAIN' => 'Leave blank unless you know it is not port 5222', 'JAB_REGISTERED' => 'New account registered successfully', 'JAB_RESOURCE' => 'Jabber resource', 'JAB_RESOURCE_EXPLAIN' => 'The resource locates this particular connection, e.g. board, home, etc.', diff --git a/phpBB/language/en/acp/bots.php b/phpBB/language/en/acp/bots.php index 40d3c791ad..0279798711 100644 --- a/phpBB/language/en/acp/bots.php +++ b/phpBB/language/en/acp/bots.php @@ -30,7 +30,7 @@ if (empty($lang) || !is_array($lang)) // Bot settings $lang = array_merge($lang, array( - 'BOTS' => 'Manage Bots', + 'BOTS' => 'Manage bots', 'BOTS_EXPLAIN' => 'Bots or crawlers are automated agents most commonly used by search engines to update their databases. Since they rarely make proper use of sessions they can distort visitor counts, increase load and sometimes fail to index sites correctly. Here you can define a special type of user to overcome these problems.', 'BOT_ACTIVATE' => 'Activate', 'BOT_ACTIVE' => 'Bot active', diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 979deb5171..847cd0f244 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -31,26 +31,26 @@ if (empty($lang) || !is_array($lang)) // Common $lang = array_merge($lang, array( 'ACP_ADMINISTRATORS' => 'Administrators', - 'ACP_ADMIN_LOGS' => 'Admin Log', - 'ACP_ADMIN_ROLES' => 'Admin Roles', + 'ACP_ADMIN_LOGS' => 'Admin log', + 'ACP_ADMIN_ROLES' => 'Admin roles', 'ACP_ATTACHMENTS' => 'Attachments', - 'ACP_ATTACHMENT_SETTINGS' => 'Attachment Settings', + 'ACP_ATTACHMENT_SETTINGS' => 'Attachment settings', 'ACP_AUTH_SETTINGS' => 'Authentication', 'ACP_AUTOMATION' => 'Automation', - 'ACP_AVATAR_SETTINGS' => 'Avatar Settings', + 'ACP_AVATAR_SETTINGS' => 'Avatar settings', 'ACP_BACKUP' => 'Backup', 'ACP_BAN' => 'Banning', - 'ACP_BAN_EMAILS' => 'Ban Emails', + 'ACP_BAN_EMAILS' => 'Ban emails', 'ACP_BAN_IPS' => 'Ban IPs', - 'ACP_BAN_USERNAMES' => 'Ban Usernames', - 'ACP_BASIC_PERMISSIONS' => 'Basic Permissions', + 'ACP_BAN_USERNAMES' => 'Ban usernames', + 'ACP_BASIC_PERMISSIONS' => 'Basic permissions', 'ACP_BBCODES' => 'BBCodes', - 'ACP_BOARD_CONFIGURATION' => 'Board Configuration', - 'ACP_BOARD_DEFAULTS' => 'Board Defaults', - 'ACP_BOARD_FEATURES' => 'Board Features', - 'ACP_BOARD_MANAGEMENT' => 'Board Management', - 'ACP_BOARD_SETTINGS' => 'Board Settings', + 'ACP_BOARD_CONFIGURATION' => 'Board configuration', + 'ACP_BOARD_DEFAULTS' => 'Board defaults', + 'ACP_BOARD_FEATURES' => 'Board features', + 'ACP_BOARD_MANAGEMENT' => 'Board management', + 'ACP_BOARD_SETTINGS' => 'Board settings', 'ACP_BOTS' => 'Spiders/Robots', 'ACP_CAPTCHA' => 'CAPTCHA', @@ -64,136 +64,136 @@ $lang = array_merge($lang, array( 'ACP_CAT_POSTING' => 'Posting', 'ACP_CAT_STYLES' => 'Styles', 'ACP_CAT_SYSTEM' => 'System', - 'ACP_CAT_USERGROUP' => 'Users and Groups', + 'ACP_CAT_USERGROUP' => 'Users and groups', 'ACP_CAT_USERS' => 'Users', - 'ACP_CLIENT_COMMUNICATION' => 'Client Communication', - 'ACP_COOKIE_SETTINGS' => 'Cookie Settings', - 'ACP_CRITICAL_LOGS' => 'Error Log', - 'ACP_CUSTOM_PROFILE_FIELDS' => 'Custom Profile Fields', + 'ACP_CLIENT_COMMUNICATION' => 'Client communication', + 'ACP_COOKIE_SETTINGS' => 'Cookie settings', + 'ACP_CRITICAL_LOGS' => 'Error log', + 'ACP_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields', - 'ACP_DATABASE' => 'Database Management', + 'ACP_DATABASE' => 'Database management', 'ACP_DISALLOW' => 'Disallow', - 'ACP_DISALLOW_USERNAMES' => 'Disallow Usernames', + 'ACP_DISALLOW_USERNAMES' => 'Disallow usernames', - 'ACP_EMAIL_SETTINGS' => 'Email Settings', - 'ACP_EXTENSION_GROUPS' => 'Manage Extension Groups', + 'ACP_EMAIL_SETTINGS' => 'Email settings', + 'ACP_EXTENSION_GROUPS' => 'Manage extension groups', - 'ACP_FORUM_BASED_PERMISSIONS' => 'Forum Based Permissions', - 'ACP_FORUM_LOGS' => 'Forum Logs', - 'ACP_FORUM_MANAGEMENT' => 'Forum Management', - 'ACP_FORUM_MODERATORS' => 'Forum Moderators', - 'ACP_FORUM_PERMISSIONS' => 'Forum Permissions', - 'ACP_FORUM_ROLES' => 'Forum Roles', - - 'ACP_GENERAL_CONFIGURATION' => 'General Configuration', - 'ACP_GENERAL_TASKS' => 'General Tasks', - 'ACP_GLOBAL_MODERATORS' => 'Global Moderators', - 'ACP_GLOBAL_PERMISSIONS' => 'Global Permissions', + 'ACP_FORUM_BASED_PERMISSIONS' => 'Forum based permissions', + 'ACP_FORUM_LOGS' => 'Forum logs', + 'ACP_FORUM_MANAGEMENT' => 'Forum management', + 'ACP_FORUM_MODERATORS' => 'Forum moderators', + 'ACP_FORUM_PERMISSIONS' => 'Forum permissions', + 'ACP_FORUM_ROLES' => 'Forum roles', + + 'ACP_GENERAL_CONFIGURATION' => 'General configuration', + 'ACP_GENERAL_TASKS' => 'General tasks', + 'ACP_GLOBAL_MODERATORS' => 'Global moderators', + 'ACP_GLOBAL_PERMISSIONS' => 'Global permissions', 'ACP_GROUPS' => 'Groups', - 'ACP_GROUPS_FORUM_PERMISSIONS' => 'Groups Forum Permissions', - 'ACP_GROUPS_MANAGE' => 'Manage Groups', - 'ACP_GROUPS_MANAGEMENT' => 'Group Management', - 'ACP_GROUPS_PERMISSIONS' => 'Groups Permissions', + 'ACP_GROUPS_FORUM_PERMISSIONS' => 'Groups forum permissions', + 'ACP_GROUPS_MANAGE' => 'Manage groups', + 'ACP_GROUPS_MANAGEMENT' => 'Group management', + 'ACP_GROUPS_PERMISSIONS' => 'Groups permissions', - 'ACP_ICONS' => 'Topic Icons', - 'ACP_ICONS_SMILIES' => 'Topic Icons/Smilies', + 'ACP_ICONS' => 'Topic icons', + 'ACP_ICONS_SMILIES' => 'Topic icons/smilies', 'ACP_IMAGESETS' => 'Imagesets', 'ACP_INACTIVE_USERS' => 'Inactive users', 'ACP_INDEX' => 'Admin index', - 'ACP_JABBER_SETTINGS' => 'Jabber Settings', + 'ACP_JABBER_SETTINGS' => 'Jabber settings', - 'ACP_LANGUAGE' => 'Language Management', - 'ACP_LANGUAGE_PACKS' => 'Language Packs', - 'ACP_LOAD_SETTINGS' => 'Load Settings', + 'ACP_LANGUAGE' => 'Language management', + 'ACP_LANGUAGE_PACKS' => 'Language packs', + 'ACP_LOAD_SETTINGS' => 'Load settings', 'ACP_LOGGING' => 'Logging', 'ACP_MAIN' => 'Admin index', - 'ACP_MANAGE_EXTENSIONS' => 'Manage Extensions', - 'ACP_MANAGE_FORUMS' => 'Manage Forums', - 'ACP_MANAGE_RANKS' => 'Manage Ranks', - 'ACP_MANAGE_REASONS' => 'Manage Report/Denial Reasons', - 'ACP_MANAGE_USERS' => 'Manage Users', - 'ACP_MASS_EMAIL' => 'Mass Email', + 'ACP_MANAGE_EXTENSIONS' => 'Manage extensions', + 'ACP_MANAGE_FORUMS' => 'Manage forums', + 'ACP_MANAGE_RANKS' => 'Manage ranks', + 'ACP_MANAGE_REASONS' => 'Manage report/denial reasons', + 'ACP_MANAGE_USERS' => 'Manage users', + 'ACP_MASS_EMAIL' => 'Mass email', 'ACP_MESSAGES' => 'Messages', - 'ACP_MESSAGE_SETTINGS' => 'Private Message Settings', - 'ACP_MODULE_MANAGEMENT' => 'Module Management', - 'ACP_MOD_LOGS' => 'Moderator Log', - 'ACP_MOD_ROLES' => 'Moderator Roles', + 'ACP_MESSAGE_SETTINGS' => 'Private message settings', + 'ACP_MODULE_MANAGEMENT' => 'Module management', + 'ACP_MOD_LOGS' => 'Moderator log', + 'ACP_MOD_ROLES' => 'Moderator roles', - 'ACP_ORPHAN_ATTACHMENTS' => 'Orphan Attachments', + 'ACP_ORPHAN_ATTACHMENTS' => 'Orphaned attachments', 'ACP_PERMISSIONS' => 'Permissions', - 'ACP_PERMISSION_MASKS' => 'Permission Masks', - 'ACP_PERMISSION_ROLES' => 'Permission Roles', - 'ACP_PERMISSION_SETTINGS' => 'Permission Settings', - 'ACP_PERMISSION_TRACE' => 'Permission Trace', - 'ACP_PHP_INFO' => 'PHP Information', - 'ACP_POST_SETTINGS' => 'Post Settings', - 'ACP_PRUNE_FORUMS' => 'Prune Forums', - 'ACP_PRUNE_USERS' => 'Prune Users', + 'ACP_PERMISSION_MASKS' => 'Permission masks', + 'ACP_PERMISSION_ROLES' => 'Permission roles', + 'ACP_PERMISSION_SETTINGS' => 'Permission settings', + 'ACP_PERMISSION_TRACE' => 'Permission trace', + 'ACP_PHP_INFO' => 'PHP information', + 'ACP_POST_SETTINGS' => 'Post settings', + 'ACP_PRUNE_FORUMS' => 'Prune forums', + 'ACP_PRUNE_USERS' => 'Prune users', 'ACP_PRUNING' => 'Pruning', - 'ACP_QUICK_ACCESS' => 'Quick Access', + 'ACP_QUICK_ACCESS' => 'Quick access', 'ACP_RANKS' => 'Ranks', - 'ACP_REASONS' => 'Report/Denial Reasons', - 'ACP_REGISTER_SETTINGS' => 'User Registration Settings', + 'ACP_REASONS' => 'Report/Denial reasons', + 'ACP_REGISTER_SETTINGS' => 'User registration settings', 'ACP_RESTORE' => 'Restore', - 'ACP_SEARCH' => 'Search Configuration', - 'ACP_SEARCH_INDEX' => 'Search Index', - 'ACP_SEARCH_SETTINGS' => 'Search Settings', + 'ACP_SEARCH' => 'Search configuration', + 'ACP_SEARCH_INDEX' => 'Search index', + 'ACP_SEARCH_SETTINGS' => 'Search settings', - 'ACP_SECURITY_SETTINGS' => 'Security Settings', - 'ACP_SERVER_CONFIGURATION' => 'Server Configuration', - 'ACP_SERVER_SETTINGS' => 'Server Settings', - 'ACP_SIGNATURE_SETTINGS' => 'Signature Settings', + 'ACP_SECURITY_SETTINGS' => 'Security settings', + 'ACP_SERVER_CONFIGURATION' => 'Server configuration', + 'ACP_SERVER_SETTINGS' => 'Server settings', + 'ACP_SIGNATURE_SETTINGS' => 'Signature settings', 'ACP_SMILIES' => 'Smilies', - 'ACP_SPECIAL_PERMISSIONS' => 'Special Permissions', - 'ACP_STYLE_COMPONENTS' => 'Style Components', - 'ACP_STYLE_MANAGEMENT' => 'Style Management', + 'ACP_SPECIAL_PERMISSIONS' => 'Special permissions', + 'ACP_STYLE_COMPONENTS' => 'Style components', + 'ACP_STYLE_MANAGEMENT' => 'Style management', 'ACP_STYLES' => 'Styles', 'ACP_TEMPLATES' => 'Templates', 'ACP_THEMES' => 'Themes', 'ACP_UPDATE' => 'Updating', - 'ACP_USERS_FORUM_PERMISSIONS' => 'Users Forum Permissions', - 'ACP_USERS_LOGS' => 'User Logs', - 'ACP_USERS_PERMISSIONS' => 'Users Permissions', + 'ACP_USERS_FORUM_PERMISSIONS' => 'Users forum permissions', + 'ACP_USERS_LOGS' => 'User logs', + 'ACP_USERS_PERMISSIONS' => 'Users permissions', 'ACP_USER_ATTACH' => 'Attachments', 'ACP_USER_AVATAR' => 'Avatar', 'ACP_USER_FEEDBACK' => 'Feedback', 'ACP_USER_GROUPS' => 'Groups', - 'ACP_USER_MANAGEMENT' => 'User Management', + 'ACP_USER_MANAGEMENT' => 'User management', 'ACP_USER_OVERVIEW' => 'Overview', 'ACP_USER_PERM' => 'Permissions', 'ACP_USER_PREFS' => 'Preferences', 'ACP_USER_PROFILE' => 'Profile', 'ACP_USER_RANK' => 'Rank', - 'ACP_USER_ROLES' => 'User Roles', - 'ACP_USER_SECURITY' => 'User Security', + 'ACP_USER_ROLES' => 'User roles', + 'ACP_USER_SECURITY' => 'User security', 'ACP_USER_SIG' => 'Signature', - 'ACP_VC_SETTINGS' => 'Visual Confirmation Settings', - 'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA Image Preview', - 'ACP_VERSION_CHECK' => 'Check for Updates', - 'ACP_VIEW_ADMIN_PERMISSIONS' => 'View Admin Permissions', - 'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View Forum Moderator Permissions', - 'ACP_VIEW_FORUM_PERMISSIONS' => 'View Forum Permissions', - 'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View Global Moderator Permissions', - 'ACP_VIEW_USER_PERMISSIONS' => 'View User Permissions', + 'ACP_VC_SETTINGS' => 'Visual confirmation settings', + 'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA image preview', + 'ACP_VERSION_CHECK' => 'Check for updates', + 'ACP_VIEW_ADMIN_PERMISSIONS' => 'View effective administrative permissions', + 'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View effective forum moderation permissions', + 'ACP_VIEW_FORUM_PERMISSIONS' => 'View effective forum-based permissions', + 'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View effective global moderatoration permissions', + 'ACP_VIEW_USER_PERMISSIONS' => 'View effective user-based permissions', - 'ACP_WORDS' => 'Word Censoring', + 'ACP_WORDS' => 'Word censoring', 'ACTION' => 'Action', 'ACTIONS' => 'Actions', 'ACTIVATE' => 'Activate', 'ADD' => 'Add', 'ADMIN' => 'Administration', - 'ADMIN_INDEX' => 'Admin Index', + 'ADMIN_INDEX' => 'Admin index', 'ADMIN_PANEL' => 'Administration Control Panel', 'BACK' => 'Back', @@ -209,19 +209,19 @@ $lang = array_merge($lang, array( 'DISABLE' => 'Disable', 'DOWNLOAD' => 'Download', 'DOWNLOAD_AS' => 'Download as', - 'DOWNLOAD_STORE' => 'Download or Store file', - 'DOWNLOAD_STORE_EXPLAIN' => 'You may directly download the file or save it in your store/ folder.', + 'DOWNLOAD_STORE' => 'Download or store file', + 'DOWNLOAD_STORE_EXPLAIN' => 'You may directly download the file or save it in your <samp>store/</samp> folder.', 'EDIT' => 'Edit', 'ENABLE' => 'Enable', 'EXPORT_DOWNLOAD' => 'Download', 'EXPORT_STORE' => 'Store', - 'FORUM_INDEX' => 'Forum Index', + 'FORUM_INDEX' => 'Forum index', - 'GENERAL_OPTIONS' => 'General Options', - 'GENERAL_SETTINGS' => 'General Settings', - 'GLOBAL_MASK' => 'Global Permission Mask', + 'GENERAL_OPTIONS' => 'General options', + 'GENERAL_SETTINGS' => 'General settings', + 'GLOBAL_MASK' => 'Global permission mask', 'INSTALL' => 'Install', 'IP' => 'User IP', @@ -231,29 +231,29 @@ $lang = array_merge($lang, array( 'LOGIN_ADMIN' => 'To administer the board you must be an authenticated user.', 'LOGIN_ADMIN_CONFIRM' => 'To administer the board you must re-authenticate yourself.', 'LOGIN_ADMIN_SUCCESS' => 'You have successfully authenticated and will now be redirected to the Administration Control Panel', - 'LOOK_UP_FORUM' => 'Select a Forum', + 'LOOK_UP_FORUM' => 'Select a forum', 'MANAGE' => 'Manage', - 'MOVE_DOWN' => 'Move Down', - 'MOVE_UP' => 'Move Up', + 'MOVE_DOWN' => 'Move down', + 'MOVE_UP' => 'Move up', 'NOTIFY' => 'Notification', - 'NO_ADMIN' => 'You are not authorised to administer this board.', + 'NO_ADMIN' => 'You are not authorised to administrate this board.', 'NO_EMAILS_DEFINED' => 'No valid email addresses found', - 'OFF' => 'OFF', - 'ON' => 'ON', + 'OFF' => 'Off', + 'ON' => 'On', 'PARSE_BBCODE' => 'Parse BBCode', - 'PARSE_SMILIES' => 'Parse Smilies', - 'PARSE_URLS' => 'Parse Links', + 'PARSE_SMILIES' => 'Parse smilies', + 'PARSE_URLS' => 'Parse links', 'PERMISSIONS_TRANSFERED' => 'Permissions transfered', 'PERMISSIONS_TRANSFERED_EXPLAIN' => 'You are currently having the permissions from %1$s. You are able to browse the forum with the users permissions but not access the administration control panel since admin permissions were not transfered. You are able to <a href="%2$s"><strong>revert to your permission set</strong></a> at any time.', 'PROCEED_TO_ACP' => '%sProceed to the ACP%s', 'REMIND' => 'Remind', 'REORDER' => 'Reorder', - 'RESYNC' => 'Sync', - 'RETURN_TO' => 'Return to ...', + 'RESYNC' => 'Resyncronise', + 'RETURN_TO' => 'Return to', 'SELECT_ANONYMOUS' => 'Select Anonymous User', 'SELECT_OPTION' => 'Select option', @@ -300,9 +300,9 @@ $lang = array_merge($lang, array( 'DATABASE_SIZE' => 'Database size', 'FILES_PER_DAY' => 'Attachments per day', - 'FORUM_STATS' => 'Forum Statistics', + 'FORUM_STATS' => 'Forum statistics', - 'GZIP_COMPRESSION' => 'Gzip compression', + 'GZIP_COMPRESSION' => 'GZip compression', 'NOT_AVAILABLE' => 'Not available', 'NUMBER_FILES' => 'Number of attachments', @@ -313,11 +313,11 @@ $lang = array_merge($lang, array( 'POSTS_PER_DAY' => 'Posts per day', - 'RESET_DATE' => 'Reset Date', - 'RESET_ONLINE' => 'Reset Online', - 'RESYNC_POSTCOUNTS' => 'Resync Postcounts', - 'RESYNC_POST_MARKING' => 'Resync dotted topics', - 'RESYNC_STATS' => 'Resync Stats', + 'RESET_DATE' => 'Reset date', + 'RESET_ONLINE' => 'Reset online', + 'RESYNC_POSTCOUNTS' => 'Resyncronise post counts', + 'RESYNC_POST_MARKING' => 'Resyncronise dotted topics', + 'RESYNC_STATS' => 'Resyncronise statistics', 'STATISTIC' => 'Statistic', @@ -354,274 +354,274 @@ $lang = array_merge($lang, array( )); // Log Entries $lang = array_merge($lang, array( - 'LOG_ACL_ADD_USER_GLOBAL_U_' => '<b>Added or edited users user permissions</b><br />» %s', - 'LOG_ACL_ADD_GROUP_GLOBAL_U_' => '<b>Added or edited groups user permissions</b><br />» %s', - 'LOG_ACL_ADD_USER_GLOBAL_M_' => '<b>Added or edited users global moderator permissions</b><br />» %s', - 'LOG_ACL_ADD_GROUP_GLOBAL_M_' => '<b>Added or edited groups global moderator permissions</b><br />» %s', - 'LOG_ACL_ADD_USER_GLOBAL_A_' => '<b>Added or edited users admin permissions</b><br />» %s', - 'LOG_ACL_ADD_GROUP_GLOBAL_A_' => '<b>Added or edited groups admin permissions</b><br />» %s', - - 'LOG_ACL_ADD_ADMIN_GLOBAL_A_' => '<b>Added or edited Administrators</b><br />» %s', - 'LOG_ACL_ADD_MOD_GLOBAL_M_' => '<b>Added or edited Global Moderators</b><br />» %s', - - 'LOG_ACL_ADD_USER_LOCAL_F_' => '<b>Added or edited users forum access</b> from %1$s<br />» %2$s', - 'LOG_ACL_ADD_USER_LOCAL_M_' => '<b>Added or edited users forum moderator access</b> from %1$s<br />» %2$s', - 'LOG_ACL_ADD_GROUP_LOCAL_F_' => '<b>Added or edited groups forum access</b> from %1$s<br />» %2$s', - 'LOG_ACL_ADD_GROUP_LOCAL_M_' => '<b>Added or edited groups forum moderator access</b> from %1$s<br />» %2$s', - - 'LOG_ACL_ADD_MOD_LOCAL_M_' => '<b>Added or edited Moderators</b> from %1$s<br />» %2$s', - 'LOG_ACL_ADD_FORUM_LOCAL_F_' => '<b>Added or edited Forum Permissions</b> from %1$s<br />» %2$s', - - 'LOG_ACL_DEL_ADMIN_GLOBAL_A_' => '<b>Removed Administrators</b><br />» %s', - 'LOG_ACL_DEL_MOD_GLOBAL_M_' => '<b>Removed Global Moderators</b><br />» %s', - 'LOG_ACL_DEL_MOD_LOCAL_M_' => '<b>Removed Moderators</b> from %1$s<br />» %2$s', - 'LOG_ACL_DEL_FORUM_LOCAL_F_' => '<b>Removed User/Group Forum Permissions</b> from %1$s<br />» %2$s', - - 'LOG_ACL_TRANSFER_PERMISSIONS' => '<b>Permissions transfered from</b><br />» %s', - 'LOG_ACL_RESTORE_PERMISSIONS' => '<b>Own permissions restored after using permissions from</b><br />» %s', + 'LOG_ACL_ADD_USER_GLOBAL_U_' => '<strong>Added or edited users user permissions</strong><br />» %s', + 'LOG_ACL_ADD_GROUP_GLOBAL_U_' => '<strong>Added or edited groups user permissions</strong><br />» %s', + 'LOG_ACL_ADD_USER_GLOBAL_M_' => '<strong>Added or edited users global moderator permissions</strong><br />» %s', + 'LOG_ACL_ADD_GROUP_GLOBAL_M_' => '<strong>Added or edited groups global moderator permissions</strong><br />» %s', + 'LOG_ACL_ADD_USER_GLOBAL_A_' => '<strong>Added or edited users admin permissions</strong><br />» %s', + 'LOG_ACL_ADD_GROUP_GLOBAL_A_' => '<strong>Added or edited groups admin permissions</strong><br />» %s', + + 'LOG_ACL_ADD_ADMIN_GLOBAL_A_' => '<strong>Added or edited Administrators</strong><br />» %s', + 'LOG_ACL_ADD_MOD_GLOBAL_M_' => '<strong>Added or edited Global Moderators</strong><br />» %s', + + 'LOG_ACL_ADD_USER_LOCAL_F_' => '<strong>Added or edited users forum access</strong> from %1$s<br />» %2$s', + 'LOG_ACL_ADD_USER_LOCAL_M_' => '<strong>Added or edited users forum moderator access</strong> from %1$s<br />» %2$s', + 'LOG_ACL_ADD_GROUP_LOCAL_F_' => '<strong>Added or edited groups forum access</strong> from %1$s<br />» %2$s', + 'LOG_ACL_ADD_GROUP_LOCAL_M_' => '<strong>Added or edited groups forum moderator access</strong> from %1$s<br />» %2$s', + + 'LOG_ACL_ADD_MOD_LOCAL_M_' => '<strong>Added or edited Moderators</strong> from %1$s<br />» %2$s', + 'LOG_ACL_ADD_FORUM_LOCAL_F_' => '<strong>Added or edited Forum Permissions</strong> from %1$s<br />» %2$s', + + 'LOG_ACL_DEL_ADMIN_GLOBAL_A_' => '<strong>Removed Administrators</strong><br />» %s', + 'LOG_ACL_DEL_MOD_GLOBAL_M_' => '<strong>Removed Global Moderators</strong><br />» %s', + 'LOG_ACL_DEL_MOD_LOCAL_M_' => '<strong>Removed Moderators</strong> from %1$s<br />» %2$s', + 'LOG_ACL_DEL_FORUM_LOCAL_F_' => '<strong>Removed User/Group Forum Permissions</strong> from %1$s<br />» %2$s', + + 'LOG_ACL_TRANSFER_PERMISSIONS' => '<strong>Permissions transfered from</strong><br />» %s', + 'LOG_ACL_RESTORE_PERMISSIONS' => '<strong>Own permissions restored after using permissions from</strong><br />» %s', - 'LOG_ADMIN_AUTH_FAIL' => '<b>Failed administration login attempt</b>', - 'LOG_ADMIN_AUTH_SUCCESS' => '<b>Successful administration login</b>', - - 'LOG_ATTACH_EXT_ADD' => '<b>Added or edited attachment extension</b><br />» %s', - 'LOG_ATTACH_EXT_DEL' => '<b>Removed attachment extension</b><br />» %s', - 'LOG_ATTACH_EXT_UPDATE' => '<b>Updated attachment extension</b><br />» %s', - 'LOG_ATTACH_EXTGROUP_ADD' => '<b>Added extension group</b><br />» %s', - 'LOG_ATTACH_EXTGROUP_EDIT' => '<b>Edited extension group</b><br />» %s', - 'LOG_ATTACH_EXTGROUP_DEL' => '<b>Removed extension group</b><br />» %s', - 'LOG_ATTACH_FILEUPLOAD' => '<b>Orphan File uploaded to Post</b><br />» ID %1$d - %2$s', - 'LOG_ATTACH_ORPHAN_DEL' => '<b>Orphan Files deleted</b><br />» %s', - - 'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason "<i>%1$s</i>"<br />» %2$s ', - 'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason "<i>%1$s</i>"<br />» %2$s ', - 'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason "<i>%1$s</i>"<br />» %2$s ', - 'LOG_BAN_USER' => '<b>Banned User</b> for reason "<i>%1$s</i>"<br />» %2$s ', - 'LOG_BAN_IP' => '<b>Banned ip</b> for reason "<i>%1$s</i>"<br />» %2$s', - 'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason "<i>%1$s</i>"<br />» %2$s', - 'LOG_UNBAN_USER' => '<b>Unbanned user</b><br />» %s', - 'LOG_UNBAN_IP' => '<b>Unbanned ip</b><br />» %s', - 'LOG_UNBAN_EMAIL' => '<b>Unbanned email</b><br />» %s', - - 'LOG_BBCODE_ADD' => '<b>Added new BBCode</b><br />» %s', - 'LOG_BBCODE_EDIT' => '<b>Edited BBCode</b><br />» %s', - 'LOG_BBCODE_DELETE' => '<b>Deleted BBCode</b><br />» %s', - - 'LOG_BOT_ADDED' => '<b>New bot added</b><br />» %s', - 'LOG_BOT_DELETE' => '<b>Deleted bot</b><br />» %s', - 'LOG_BOT_UPDATED' => '<b>Existing bot updated</b><br />» %s', - - 'LOG_CLEAR_ADMIN' => '<b>Cleared admin log</b>', - 'LOG_CLEAR_CRITICAL' => '<b>Cleared error log</b>', - 'LOG_CLEAR_MOD' => '<b>Cleared moderator log</b>', - 'LOG_CLEAR_USER' => '<b>Cleared user log</b><br />» %s', - 'LOG_CLEAR_USERS' => '<b>Cleared user logs</b>', - - 'LOG_CONFIG_ATTACH' => '<b>Altered attachment settings</b>', - 'LOG_CONFIG_AUTH' => '<b>Altered authentication settings</b>', - 'LOG_CONFIG_AVATAR' => '<b>Altered avatar settings</b>', - 'LOG_CONFIG_COOKIE' => '<b>Altered cookie settings</b>', - 'LOG_CONFIG_EMAIL' => '<b>Altered email settings</b>', - 'LOG_CONFIG_FEATURES' => '<b>Altered board features</b>', - 'LOG_CONFIG_LOAD' => '<b>Altered load settings</b>', - 'LOG_CONFIG_MESSAGE' => '<b>Altered private message settings</b>', - 'LOG_CONFIG_POST' => '<b>Altered post settings</b>', - 'LOG_CONFIG_REGISTRATION' => '<b>Altered user registration settings</b>', - 'LOG_CONFIG_SEARCH' => '<b>Altered search settings</b>', - 'LOG_CONFIG_SECURITY' => '<b>Altered security settings</b>', - 'LOG_CONFIG_SERVER' => '<b>Altered server settings</b>', - 'LOG_CONFIG_SETTINGS' => '<b>Altered board settings</b>', - 'LOG_CONFIG_SIGNATURE' => '<b>Altered signature settings</b>', - 'LOG_CONFIG_VISUAL' => '<b>Altered visual confirmation settings</b>', - - 'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />» %s', - 'LOG_BUMP_TOPIC' => '<b>User bumped topic</b><br />» %s', - 'LOG_DELETE_POST' => '<b>Deleted post</b><br />» %s', - 'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />» %s', - 'LOG_FORK' => '<b>Copied topic</b><br />» from %s', - 'LOG_LOCK' => '<b>Locked topic</b><br />» %s', - 'LOG_LOCK_POST' => '<b>Locked post</b><br />» %s', - 'LOG_MERGE' => '<b>Merged posts</b> into topic<br />»%s', - 'LOG_MOVE' => '<b>Moved topic</b><br />» from %s', - 'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />» %s', - 'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />» %s', - 'LOG_TOPIC_TYPE_CHANGED' => '<b>Changed topic type</b><br />» %s', - 'LOG_UNLOCK' => '<b>Unlocked topic</b><br />» %s', - 'LOG_UNLOCK_POST' => '<b>Unlocked post</b><br />» %s', - - 'LOG_DISALLOW_ADD' => '<b>Added disallowed username</b><br />» %s', - 'LOG_DISALLOW_DELETE' => '<b>Deleted disallowed username</b>', - - 'LOG_DB_BACKUP' => '<b>Database backup</b>', - 'LOG_DB_RESTORE' => '<b>Database restore</b>', - - 'LOG_DOWNLOAD_EXCLUDE_IP' => '<b>Exluded ip/hostname from download list</b><br />» %s', - 'LOG_DOWNLOAD_IP' => '<b>Added ip/hostname to download list</b><br />» %s', - 'LOG_DOWNLOAD_REMOVE_IP' => '<b>Removed ip/hostname from download list</b><br />» %s', - - 'LOG_ERROR_JABBER' => '<b>Jabber Error</b><br />» %s', - 'LOG_ERROR_EMAIL' => '<b>Email Error</b><br />» %s', + 'LOG_ADMIN_AUTH_FAIL' => '<strong>Failed administration login attempt</strong>', + 'LOG_ADMIN_AUTH_SUCCESS' => '<strong>Successful administration login</strong>', + + 'LOG_ATTACH_EXT_ADD' => '<strong>Added or edited attachment extension</strong><br />» %s', + 'LOG_ATTACH_EXT_DEL' => '<strong>Removed attachment extension</strong><br />» %s', + 'LOG_ATTACH_EXT_UPDATE' => '<strong>Updated attachment extension</strong><br />» %s', + 'LOG_ATTACH_EXTGROUP_ADD' => '<strong>Added extension group</strong><br />» %s', + 'LOG_ATTACH_EXTGROUP_EDIT' => '<strong>Edited extension group</strong><br />» %s', + 'LOG_ATTACH_EXTGROUP_DEL' => '<strong>Removed extension group</strong><br />» %s', + 'LOG_ATTACH_FILEUPLOAD' => '<strong>Orphan File uploaded to Post</strong><br />» ID %1$d - %2$s', + 'LOG_ATTACH_ORPHAN_DEL' => '<strong>Orphan Files deleted</strong><br />» %s', + + 'LOG_BAN_EXCLUDE_USER' => '<strong>Excluded user from ban</strong> for reason "<em>%1$s</em>"<br />» %2$s ', + 'LOG_BAN_EXCLUDE_IP' => '<strong>Excluded IP from ban</strong> for reason "<em>%1$s</em>"<br />» %2$s ', + 'LOG_BAN_EXCLUDE_EMAIL' => '<strong>Excluded email from ban</strong> for reason "<em>%1$s</em>"<br />» %2$s ', + 'LOG_BAN_USER' => '<strong>Banned User</strong> for reason "<em>%1$s</em>"<br />» %2$s ', + 'LOG_BAN_IP' => '<strong>Banned IP</strong> for reason "<em>%1$s</em>"<br />» %2$s', + 'LOG_BAN_EMAIL' => '<strong>Banned email</strong> for reason "<em>%1$s</em>"<br />» %2$s', + 'LOG_UNBAN_USER' => '<strong>Unbanned user</strong><br />» %s', + 'LOG_UNBAN_IP' => '<strong>Unbanned ip</strong><br />» %s', + 'LOG_UNBAN_EMAIL' => '<strong>Unbanned email</strong><br />» %s', + + 'LOG_BBCODE_ADD' => '<strong>Added new BBCode</strong><br />» %s', + 'LOG_BBCODE_EDIT' => '<strong>Edited BBCode</strong><br />» %s', + 'LOG_BBCODE_DELETE' => '<strong>Deleted BBCode</strong><br />» %s', + + 'LOG_BOT_ADDED' => '<strong>New bot added</strong><br />» %s', + 'LOG_BOT_DELETE' => '<strong>Deleted bot</strong><br />» %s', + 'LOG_BOT_UPDATED' => '<strong>Existing bot updated</strong><br />» %s', + + 'LOG_CLEAR_ADMIN' => '<strong>Cleared admin log</strong>', + 'LOG_CLEAR_CRITICAL' => '<strong>Cleared error log</strong>', + 'LOG_CLEAR_MOD' => '<strong>Cleared moderator log</strong>', + 'LOG_CLEAR_USER' => '<strong>Cleared user log</strong><br />» %s', + 'LOG_CLEAR_USERS' => '<strong>Cleared user logs</strong>', + + 'LOG_CONFIG_ATTACH' => '<strong>Altered attachment settings</strong>', + 'LOG_CONFIG_AUTH' => '<strong>Altered authentication settings</strong>', + 'LOG_CONFIG_AVATAR' => '<strong>Altered avatar settings</strong>', + 'LOG_CONFIG_COOKIE' => '<strong>Altered cookie settings</strong>', + 'LOG_CONFIG_EMAIL' => '<strong>Altered email settings</strong>', + 'LOG_CONFIG_FEATURES' => '<strong>Altered board features</strong>', + 'LOG_CONFIG_LOAD' => '<strong>Altered load settings</strong>', + 'LOG_CONFIG_MESSAGE' => '<strong>Altered private message settings</strong>', + 'LOG_CONFIG_POST' => '<strong>Altered post settings</strong>', + 'LOG_CONFIG_REGISTRATION' => '<strong>Altered user registration settings</strong>', + 'LOG_CONFIG_SEARCH' => '<strong>Altered search settings</strong>', + 'LOG_CONFIG_SECURITY' => '<strong>Altered security settings</strong>', + 'LOG_CONFIG_SERVER' => '<strong>Altered server settings</strong>', + 'LOG_CONFIG_SETTINGS' => '<strong>Altered board settings</strong>', + 'LOG_CONFIG_SIGNATURE' => '<strong>Altered signature settings</strong>', + 'LOG_CONFIG_VISUAL' => '<strong>Altered visual confirmation settings</strong>', + + 'LOG_APPROVE_TOPIC' => '<strong>Approved topic</strong><br />» %s', + 'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s', + 'LOG_DELETE_POST' => '<strong>Deleted post</strong><br />» %s', + 'LOG_DELETE_TOPIC' => '<strong>Deleted topic</strong><br />» %s', + 'LOG_FORK' => '<strong>Copied topic</strong><br />» from %s', + 'LOG_LOCK' => '<strong>Locked topic</strong><br />» %s', + 'LOG_LOCK_POST' => '<strong>Locked post</strong><br />» %s', + 'LOG_MERGE' => '<strong>Merged posts</strong> into topic<br />»%s', + 'LOG_MOVE' => '<strong>Moved topic</strong><br />» from %s', + 'LOG_TOPIC_DELETED' => '<strong>Deleted topic</strong><br />» %s', + 'LOG_TOPIC_RESYNC' => '<strong>Resynchronised topic counters</strong><br />» %s', + 'LOG_TOPIC_TYPE_CHANGED' => '<strong>Changed topic type</strong><br />» %s', + 'LOG_UNLOCK' => '<strong>Unlocked topic</strong><br />» %s', + 'LOG_UNLOCK_POST' => '<strong>Unlocked post</strong><br />» %s', + + 'LOG_DISALLOW_ADD' => '<strong>Added disallowed username</strong><br />» %s', + 'LOG_DISALLOW_DELETE' => '<strong>Deleted disallowed username</strong>', + + 'LOG_DB_BACKUP' => '<strong>Database backup</strong>', + 'LOG_DB_RESTORE' => '<strong>Database restore</strong>', + + 'LOG_DOWNLOAD_EXCLUDE_IP' => '<strong>Exluded IP/hostname from download list</strong><br />» %s', + 'LOG_DOWNLOAD_IP' => '<strong>Added IP/hostname to download list</strong><br />» %s', + 'LOG_DOWNLOAD_REMOVE_IP' => '<strong>Removed IP/hostname from download list</strong><br />» %s', + + 'LOG_ERROR_JABBER' => '<strong>Jabber error</strong><br />» %s', + 'LOG_ERROR_EMAIL' => '<strong>Email error</strong><br />» %s', - 'LOG_FORUM_ADD' => '<b>Created new forum</b><br />» %s', - 'LOG_FORUM_DEL_FORUM' => '<b>Deleted forum</b><br />» %s', - 'LOG_FORUM_DEL_FORUMS' => '<b>Deleted forum and its subforums</b><br />» %s', - 'LOG_FORUM_DEL_MOVE_FORUMS' => '<b>Deleted forum and moved subforums</b> to %1$s<br />» %2$s', - 'LOG_FORUM_DEL_MOVE_POSTS' => '<b>Deleted forum and moved posts </b> to %1$s<br />» %2$s', - 'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<b>Deleted forum and its subforums, moved messages</b> to %1$s<br />» %2$s', - 'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => '<b>Deleted forum, moved posts</b> to %1$s <b>and subforums</b> to %2$s<br />» %3$s', - 'LOG_FORUM_DEL_POSTS' => '<b>Deleted forum and its messages</b><br />» %s', - 'LOG_FORUM_DEL_POSTS_FORUMS' => '<b>Deleted forum, its messages and subforums</b><br />» %s', - 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<b>Deleted forum and its messages, moved subforums</b> to %1$s<br />» %2$s', - 'LOG_FORUM_EDIT' => '<b>Edited forum details</b><br />» %s', - 'LOG_FORUM_MOVE_DOWN' => '<b>Moved forum</b> %1$s <b>below</b> %2$s', - 'LOG_FORUM_MOVE_UP' => '<b>Moved forum</b> %1$s <b>above</b> %2$s', - 'LOG_FORUM_SYNC' => '<b>Re-synchronised forum</b><br />» %s', - - 'LOG_GROUP_CREATED' => '<b>New usergroup created</b><br />» %s', - 'LOG_GROUP_DEFAULTS' => '<b>Group made default for members</b><br />» %s', - 'LOG_GROUP_DELETE' => '<b>Usergroup deleted</b><br />» %s', - 'LOG_GROUP_DEMOTED' => '<b>Leaders demoted in usergroup</b> %1$s<br />» %2$s', - 'LOG_GROUP_PROMOTED' => '<b>Members promoted to leader in usergroup</b> %1$s<br />» %2$s', - 'LOG_GROUP_REMOVE' => '<b>Members removed from usergroup</b> %1$s<br />» %2$s', - 'LOG_GROUP_UPDATED' => '<b>Usergroup details updated</b><br />» %s', - 'LOG_MODS_ADDED' => '<b>Added new leaders to usergroup</b> %1$s<br />» %2$s', - 'LOG_USERS_APPROVED' => '<b>Users approved in usergroup</b> %1$s<br />» %2$s', - 'LOG_USERS_ADDED' => '<b>Added new members to usergroup</b> %1$s<br />» %2$s', - - 'LOG_IMAGESET_ADD_DB' => '<b>Added new imageset to database</b><br />» %s', - 'LOG_IMAGESET_ADD_FS' => '<b>Add new imageset on filesystem</b><br />» %s', - 'LOG_IMAGESET_DELETE' => '<b>Deleted imageset</b><br />» %s', - 'LOG_IMAGESET_EDIT_DETAILS' => '<b>Edited imageset details</b><br />» %s', - 'LOG_IMAGESET_EDIT' => '<b>Edited imageset</b><br />» %s', - 'LOG_IMAGESET_EXPORT' => '<b>Exported imageset</b><br />» %s', - 'LOG_IMAGESET_REFRESHED' => '<b>Refreshed imageset</b><br />» %s', - - 'LOG_INACTIVE_ACTIVATE' => '<b>Activated inactive users</b><br />» %s', - 'LOG_INACTIVE_DELETE' => '<b>Deleted inactive users</b><br />» %s', - 'LOG_INACTIVE_REMIND' => '<b>Sent reminder emails to inactive users</b><br />» %s', - 'LOG_INSTALL_CONVERTED' => '<b>Converted from %1$s to phpBB %2$s</b>', - 'LOG_INSTALL_INSTALLED' => '<b>Installed phpBB %s</b>', - - 'LOG_IP_BROWSER_CHECK' => '<b>Session IP/Browser check failed</b><br />»User IP "<i>%1$s</i>" checked against session IP "<i>%2$s</i>" and user browser string "<i>%3$s</i>" checked against session browser string "<i>%4$s</i>".', - - 'LOG_JAB_CHANGED' => '<b>Jabber account changed</b>', - 'LOG_JAB_PASSCHG' => '<b>Jabber password changed</b>', - 'LOG_JAB_REGISTER' => '<b>Jabber account registered</b>', - 'LOG_JAB_SETTINGS_CHANGED' => '<b>Jabber settings changed</b>', - - 'LOG_LANGUAGE_PACK_DELETED' => '<b>Deleted language pack</b><br />» %s', - 'LOG_LANGUAGE_PACK_INSTALLED' => '<b>Installed language pack</b><br />» %s', - 'LOG_LANGUAGE_PACK_UPDATED' => '<b>Updated language pack details</b><br />» %s', - 'LOG_LANGUAGE_FILE_REPLACED' => '<b>Replaced language file</b><br />» %s', - - 'LOG_MASS_EMAIL' => '<b>Sent mass email</b><br />» %s', - - 'LOG_MCP_CHANGE_POSTER' => '<b>Changed poster in topic "%1$s"</b><br />» from %2$s to %3$s', - - 'LOG_MODULE_DISABLE' => '<b>Module disabled</b>', - 'LOG_MODULE_ENABLE' => '<b>Module enabled</b>', - 'LOG_MODULE_MOVE_DOWN' => '<b>Module moved down</b><br />» %s', - 'LOG_MODULE_MOVE_UP' => '<b>Module moved up</b><br />» %s', - 'LOG_MODULE_REMOVED' => '<b>Module removed</b><br />» %s', - 'LOG_MODULE_ADD' => '<b>Module added</b><br />» %s', - 'LOG_MODULE_EDIT' => '<b>Module edited</b><br />» %s', - - 'LOG_A_ROLE_ADD' => '<b>Admin Role added</b><br />» %s', - 'LOG_A_ROLE_EDIT' => '<b>Admin Role edited</b><br />» %s', - 'LOG_A_ROLE_REMOVED' => '<b>Admin Role removed</b><br />» %s', - 'LOG_F_ROLE_ADD' => '<b>Forum Role added</b><br />» %s', - 'LOG_F_ROLE_EDIT' => '<b>Forum Role edited</b><br />» %s', - 'LOG_F_ROLE_REMOVED' => '<b>Forum Role removed</b><br />» %s', - 'LOG_M_ROLE_ADD' => '<b>Moderator Role added</b><br />» %s', - 'LOG_M_ROLE_EDIT' => '<b>Moderator Role edited</b><br />» %s', - 'LOG_M_ROLE_REMOVED' => '<b>Moderator Role removed</b><br />» %s', - 'LOG_U_ROLE_ADD' => '<b>User Role added</b><br />» %s', - 'LOG_U_ROLE_EDIT' => '<b>User Role edited</b><br />» %s', - 'LOG_U_ROLE_REMOVED' => '<b>User Role removed</b><br />» %s', - - 'LOG_PROFILE_FIELD_ACTIVATE' => '<b>Profile field activated</b><br />» %s', - 'LOG_PROFILE_FIELD_CREATE' => '<b>Profile field added</b><br />» %s', - 'LOG_PROFILE_FIELD_DEACTIVATE' => '<b>Profile field deactivated</b><br />» %s', - 'LOG_PROFILE_FIELD_EDIT' => '<b>Profile field changed</b><br />» %s', - 'LOG_PROFILE_FIELD_REMOVED' => '<b>Profile field removed</b><br />» %s', - - 'LOG_PRUNE' => '<b>Pruned forums</b><br />» %s', - 'LOG_AUTO_PRUNE' => '<b>Auto-pruned forums</b><br />» %s', - 'LOG_PRUNE_USER_DEAC' => '<b>Users deactivated</b><br />» %s', - 'LOG_PRUNE_USER_DEL_DEL' => '<b>Users pruned and posts deleted</b><br />» %s', - 'LOG_PRUNE_USER_DEL_ANON' => '<b>Users pruned and posts retained</b><br />» %s', - - 'LOG_REASON_ADDED' => '<b>Added report/denial reason</b><br />» %s', - 'LOG_REASON_REMOVED' => '<b>Removed report/denial reason</b><br />» %s', - 'LOG_REASON_UPDATED' => '<b>Updated report/denial reason</b><br />» %s', - - 'LOG_RESET_DATE' => '<b>Board start date reset</b>', - 'LOG_RESET_ONLINE' => '<b>Most users online reset</b>', - 'LOG_RESYNC_POSTCOUNTS' => '<b>User postcounts synced</b>', - 'LOG_RESYNC_POST_MARKING' => '<b>Dotted topics synced</b>', - 'LOG_RESYNC_STATS' => '<b>Post, topic and user stats reset</b>', - - 'LOG_STYLE_ADD' => '<b>Added new style</b><br />» %s', - 'LOG_STYLE_DELETE' => '<b>Deleted style</b><br />» %s', - 'LOG_STYLE_EDIT_DETAILS' => '<b>Edited style</b><br />» %s', - 'LOG_STYLE_EXPORT' => '<b>Exported style</b><br />» %s', - - 'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />» %s', - 'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />» %s', - 'LOG_TEMPLATE_CACHE_CLEARED' => '<b>Deleted cached versions of template files in template set <i>%1$s</i></b><br />» %2$s', - 'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />» %s', - 'LOG_TEMPLATE_EDIT' => '<b>Edited template set <i>%1$s</i></b><br />» %2$s', - 'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />» %s', - 'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />» %s', - 'LOG_TEMPLATE_REFRESHED' => '<b>Refreshed template set</b><br />» %s', - - 'LOG_THEME_ADD_DB' => '<b>Added new theme to database</b><br />» %s', - 'LOG_THEME_ADD_FS' => '<b>Add new theme on filesystem</b><br />» %s', - 'LOG_THEME_DELETE' => '<b>Theme deleted</b><br />» %s', - 'LOG_THEME_EDIT_DETAILS' => '<b>Edited theme details</b><br />» %s', - 'LOG_THEME_EDIT' => '<b>Edited theme <i>%1$s</i></b><br />» Modified class <i>%2$s</i>', - 'LOG_THEME_EDIT_ADD' => '<b>Edited theme <i>%1$s</i></b><br />» Added class <i>%2$s</i>', - 'LOG_THEME_EXPORT' => '<b>Exported theme</b><br />» %s', - 'LOG_THEME_REFRESHED' => '<b>Refreshed theme</b><br />» %s', - - 'LOG_USER_ACTIVE' => '<b>User activated</b><br />» %s', - 'LOG_USER_BAN_USER' => '<b>Banned User via user management</b> for reason "<i>%1$s</i>"<br />» %2$s', - 'LOG_USER_BAN_IP' => '<b>Banned ip via user management</b> for reason "<i>%1$s</i>"<br />» %2$s', - 'LOG_USER_BAN_EMAIL' => '<b>Banned email via user management</b> for reason "<i>%1$s</i>"<br />» %2$s', - 'LOG_USER_DELETED' => '<b>Deleted user</b><br />» %s', - 'LOG_USER_DEL_ATTACH' => '<b>Removed all attachments made by the user</b><br />» %s', - 'LOG_USER_DEL_AVATAR' => '<b>Removed user avatar</b><br />» %s', - 'LOG_USER_DEL_POSTS' => '<b>Removed all posts made by the user</b><br />» %s', - 'LOG_USER_DEL_SIG' => '<b>Removed user signature</b><br />» %s', - 'LOG_USER_INACTIVE' => '<b>User deactivated</b><br />» %s', - 'LOG_USER_MOVE_POSTS' => '<b>Moved user posts</b><br />» posts by "%1$s" to forum "%2$s"', - 'LOG_USER_NEW_PASSWORD' => '<b>Changed user password</b><br />» %s', - 'LOG_USER_REACTIVATE' => '<b>Forced user account re-activation</b><br />» %s', - 'LOG_USER_UPDATE_EMAIL' => '<b>User "%1$s" changed email</b><br />» from "%2$s" to "%3$s"', - 'LOG_USER_UPDATE_NAME' => '<b>Changed username</b><br />» from "%1$s" to "%2$s"', - 'LOG_USER_USER_UPDATE' => '<b>Updated user details</b><br />» %s', - - 'LOG_USER_ACTIVE_USER' => '<b>User account activated</b>', - 'LOG_USER_DEL_AVATAR_USER' => '<b>User avatar removed</b>', - 'LOG_USER_DEL_SIG_USER' => '<b>User signature removed</b>', - 'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />» %s', + 'LOG_FORUM_ADD' => '<strong>Created new forum</strong><br />» %s', + 'LOG_FORUM_DEL_FORUM' => '<strong>Deleted forum</strong><br />» %s', + 'LOG_FORUM_DEL_FORUMS' => '<strong>Deleted forum and its subforums</strong><br />» %s', + 'LOG_FORUM_DEL_MOVE_FORUMS' => '<strong>Deleted forum and moved subforums</strong> to %1$s<br />» %2$s', + 'LOG_FORUM_DEL_MOVE_POSTS' => '<strong>Deleted forum and moved posts </strong> to %1$s<br />» %2$s', + 'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<strong>Deleted forum and its subforums, moved messages</strong> to %1$s<br />» %2$s', + 'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => '<strong>Deleted forum, moved posts</strong> to %1$s <strong>and subforums</strong> to %2$s<br />» %3$s', + 'LOG_FORUM_DEL_POSTS' => '<strong>Deleted forum and its messages</strong><br />» %s', + 'LOG_FORUM_DEL_POSTS_FORUMS' => '<strong>Deleted forum, its messages and subforums</strong><br />» %s', + 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<strong>Deleted forum and its messages, moved subforums</strong> to %1$s<br />» %2$s', + 'LOG_FORUM_EDIT' => '<strong>Edited forum details</strong><br />» %s', + 'LOG_FORUM_MOVE_DOWN' => '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s', + 'LOG_FORUM_MOVE_UP' => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s', + 'LOG_FORUM_SYNC' => '<strong>Re-synchronised forum</strong><br />» %s', + + 'LOG_GROUP_CREATED' => '<strong>New usergroup created</strong><br />» %s', + 'LOG_GROUP_DEFAULTS' => '<strong>Group made default for members</strong><br />» %s', + 'LOG_GROUP_DELETE' => '<strong>Usergroup deleted</strong><br />» %s', + 'LOG_GROUP_DEMOTED' => '<strong>Leaders demoted in usergroup</strong> %1$s<br />» %2$s', + 'LOG_GROUP_PROMOTED' => '<strong>Members promoted to leader in usergroup</strong> %1$s<br />» %2$s', + 'LOG_GROUP_REMOVE' => '<strong>Members removed from usergroup</strong> %1$s<br />» %2$s', + 'LOG_GROUP_UPDATED' => '<strong>Usergroup details updated</strong><br />» %s', + 'LOG_MODS_ADDED' => '<strong>Added new leaders to usergroup</strong> %1$s<br />» %2$s', + 'LOG_USERS_APPROVED' => '<strong>Users approved in usergroup</strong> %1$s<br />» %2$s', + 'LOG_USERS_ADDED' => '<strong>Added new members to usergroup</strong> %1$s<br />» %2$s', + + 'LOG_IMAGESET_ADD_DB' => '<strong>Added new imageset to database</strong><br />» %s', + 'LOG_IMAGESET_ADD_FS' => '<strong>Add new imageset on filesystem</strong><br />» %s', + 'LOG_IMAGESET_DELETE' => '<strong>Deleted imageset</strong><br />» %s', + 'LOG_IMAGESET_EDIT_DETAILS' => '<strong>Edited imageset details</strong><br />» %s', + 'LOG_IMAGESET_EDIT' => '<strong>Edited imageset</strong><br />» %s', + 'LOG_IMAGESET_EXPORT' => '<strong>Exported imageset</strong><br />» %s', + 'LOG_IMAGESET_REFRESHED' => '<strong>Refreshed imageset</strong><br />» %s', + + 'LOG_INACTIVE_ACTIVATE' => '<strong>Activated inactive users</strong><br />» %s', + 'LOG_INACTIVE_DELETE' => '<strong>Deleted inactive users</strong><br />» %s', + 'LOG_INACTIVE_REMIND' => '<strong>Sent reminder emails to inactive users</strong><br />» %s', + 'LOG_INSTALL_CONVERTED' => '<strong>Converted from %1$s to phpBB %2$s</strong>', + 'LOG_INSTALL_INSTALLED' => '<strong>Installed phpBB %s</strong>', + + 'LOG_IP_BROWSER_CHECK' => '<strong>Session IP/browser check failed</strong><br />»User IP "<em>%1$s</em>" checked against session IP "<em>%2$s</em>" and user browser string "<em>%3$s</em>" checked against session browser string "<em>%4$s</em>".', + + 'LOG_JAB_CHANGED' => '<strong>Jabber account changed</strong>', + 'LOG_JAB_PASSCHG' => '<strong>Jabber password changed</strong>', + 'LOG_JAB_REGISTER' => '<strong>Jabber account registered</strong>', + 'LOG_JAB_SETTINGS_CHANGED' => '<strong>Jabber settings changed</strong>', + + 'LOG_LANGUAGE_PACK_DELETED' => '<strong>Deleted language pack</strong><br />» %s', + 'LOG_LANGUAGE_PACK_INSTALLED' => '<strong>Installed language pack</strong><br />» %s', + 'LOG_LANGUAGE_PACK_UPDATED' => '<strong>Updated language pack details</strong><br />» %s', + 'LOG_LANGUAGE_FILE_REPLACED' => '<strong>Replaced language file</strong><br />» %s', + + 'LOG_MASS_EMAIL' => '<strong>Sent mass email</strong><br />» %s', + + 'LOG_MCP_CHANGE_POSTER' => '<strong>Changed poster in topic "%1$s"</strong><br />» from %2$s to %3$s', + + 'LOG_MODULE_DISABLE' => '<strong>Module disabled</strong>', + 'LOG_MODULE_ENABLE' => '<strong>Module enabled</strong>', + 'LOG_MODULE_MOVE_DOWN' => '<strong>Module moved down</strong><br />» %s', + 'LOG_MODULE_MOVE_UP' => '<strong>Module moved up</strong><br />» %s', + 'LOG_MODULE_REMOVED' => '<strong>Module removed</strong><br />» %s', + 'LOG_MODULE_ADD' => '<strong>Module added</strong><br />» %s', + 'LOG_MODULE_EDIT' => '<strong>Module edited</strong><br />» %s', + + 'LOG_A_ROLE_ADD' => '<strong>Admin role added</strong><br />» %s', + 'LOG_A_ROLE_EDIT' => '<strong>Admin role edited</strong><br />» %s', + 'LOG_A_ROLE_REMOVED' => '<strong>Admin role removed</strong><br />» %s', + 'LOG_F_ROLE_ADD' => '<strong>Forum role added</strong><br />» %s', + 'LOG_F_ROLE_EDIT' => '<strong>Forum role edited</strong><br />» %s', + 'LOG_F_ROLE_REMOVED' => '<strong>Forum role removed</strong><br />» %s', + 'LOG_M_ROLE_ADD' => '<strong>Moderator role added</strong><br />» %s', + 'LOG_M_ROLE_EDIT' => '<strong>Moderator role edited</strong><br />» %s', + 'LOG_M_ROLE_REMOVED' => '<strong>Moderator role removed</strong><br />» %s', + 'LOG_U_ROLE_ADD' => '<strong>User role added</strong><br />» %s', + 'LOG_U_ROLE_EDIT' => '<strong>User role edited</strong><br />» %s', + 'LOG_U_ROLE_REMOVED' => '<strong>User role removed</strong><br />» %s', + + 'LOG_PROFILE_FIELD_ACTIVATE' => '<strong>Profile field activated</strong><br />» %s', + 'LOG_PROFILE_FIELD_CREATE' => '<strong>Profile field added</strong><br />» %s', + 'LOG_PROFILE_FIELD_DEACTIVATE' => '<strong>Profile field deactivated</strong><br />» %s', + 'LOG_PROFILE_FIELD_EDIT' => '<strong>Profile field changed</strong><br />» %s', + 'LOG_PROFILE_FIELD_REMOVED' => '<strong>Profile field removed</strong><br />» %s', + + 'LOG_PRUNE' => '<strong>Pruned forums</strong><br />» %s', + 'LOG_AUTO_PRUNE' => '<strong>Auto-pruned forums</strong><br />» %s', + 'LOG_PRUNE_USER_DEAC' => '<strong>Users deactivated</strong><br />» %s', + 'LOG_PRUNE_USER_DEL_DEL' => '<strong>Users pruned and posts deleted</strong><br />» %s', + 'LOG_PRUNE_USER_DEL_ANON' => '<strong>Users pruned and posts retained</strong><br />» %s', + + 'LOG_REASON_ADDED' => '<strong>Added report/denial reason</strong><br />» %s', + 'LOG_REASON_REMOVED' => '<strong>Removed report/denial reason</strong><br />» %s', + 'LOG_REASON_UPDATED' => '<strong>Updated report/denial reason</strong><br />» %s', + + 'LOG_RESET_DATE' => '<strong>Board start date reset</strong>', + 'LOG_RESET_ONLINE' => '<strong>Most users online reset</strong>', + 'LOG_RESYNC_POSTCOUNTS' => '<strong>User post counts resyncronised</strong>', + 'LOG_RESYNC_POST_MARKING' => '<strong>Dotted topics resyncronised</strong>', + 'LOG_RESYNC_STATS' => '<strong>Post, topic and user statistics resyncronised</strong>', + + 'LOG_STYLE_ADD' => '<strong>Added new style</strong><br />» %s', + 'LOG_STYLE_DELETE' => '<strong>Deleted style</strong><br />» %s', + 'LOG_STYLE_EDIT_DETAILS' => '<strong>Edited style</strong><br />» %s', + 'LOG_STYLE_EXPORT' => '<strong>Exported style</strong><br />» %s', + + 'LOG_TEMPLATE_ADD_DB' => '<strong>Added new template set to database</strong><br />» %s', + 'LOG_TEMPLATE_ADD_FS' => '<strong>Add new template set on filesystem</strong><br />» %s', + 'LOG_TEMPLATE_CACHE_CLEARED' => '<strong>Deleted cached versions of template files in template set <em>%1$s</em></strong><br />» %2$s', + 'LOG_TEMPLATE_DELETE' => '<strong>Deleted template set</strong><br />» %s', + 'LOG_TEMPLATE_EDIT' => '<strong>Edited template set <em>%1$s</em></strong><br />» %2$s', + 'LOG_TEMPLATE_EDIT_DETAILS' => '<strong>Edited template details</strong><br />» %s', + 'LOG_TEMPLATE_EXPORT' => '<strong>Exported template set</strong><br />» %s', + 'LOG_TEMPLATE_REFRESHED' => '<strong>Refreshed template set</strong><br />» %s', + + 'LOG_THEME_ADD_DB' => '<strong>Added new theme to database</strong><br />» %s', + 'LOG_THEME_ADD_FS' => '<strong>Add new theme on filesystem</strong><br />» %s', + 'LOG_THEME_DELETE' => '<strong>Theme deleted</strong><br />» %s', + 'LOG_THEME_EDIT_DETAILS' => '<strong>Edited theme details</strong><br />» %s', + 'LOG_THEME_EDIT' => '<strong>Edited theme <em>%1$s</em></strong><br />» Modified class <em>%2$s</em>', + 'LOG_THEME_EDIT_ADD' => '<strong>Edited theme <em>%1$s</em></strong><br />» Added class <em>%2$s</em>', + 'LOG_THEME_EXPORT' => '<strong>Exported theme</strong><br />» %s', + 'LOG_THEME_REFRESHED' => '<strong>Refreshed theme</strong><br />» %s', + + 'LOG_USER_ACTIVE' => '<strong>User activated</strong><br />» %s', + 'LOG_USER_BAN_USER' => '<strong>Banned User via user management</strong> for reason "<em>%1$s</em>"<br />» %2$s', + 'LOG_USER_BAN_IP' => '<strong>Banned IP via user management</strong> for reason "<em>%1$s</em>"<br />» %2$s', + 'LOG_USER_BAN_EMAIL' => '<strong>Banned email via user management</strong> for reason "<em>%1$s</em>"<br />» %2$s', + 'LOG_USER_DELETED' => '<strong>Deleted user</strong><br />» %s', + 'LOG_USER_DEL_ATTACH' => '<strong>Removed all attachments made by the user</strong><br />» %s', + 'LOG_USER_DEL_AVATAR' => '<strong>Removed user avatar</strong><br />» %s', + 'LOG_USER_DEL_POSTS' => '<strong>Removed all posts made by the user</strong><br />» %s', + 'LOG_USER_DEL_SIG' => '<strong>Removed user signature</strong><br />» %s', + 'LOG_USER_INACTIVE' => '<strong>User deactivated</strong><br />» %s', + 'LOG_USER_MOVE_POSTS' => '<strong>Moved user posts</strong><br />» posts by "%1$s" to forum "%2$s"', + 'LOG_USER_NEW_PASSWORD' => '<strong>Changed user password</strong><br />» %s', + 'LOG_USER_REACTIVATE' => '<strong>Forced user account re-activation</strong><br />» %s', + 'LOG_USER_UPDATE_EMAIL' => '<strong>User "%1$s" changed email</strong><br />» from "%2$s" to "%3$s"', + 'LOG_USER_UPDATE_NAME' => '<strong>Changed username</strong><br />» from "%1$s" to "%2$s"', + 'LOG_USER_USER_UPDATE' => '<strong>Updated user details</strong><br />» %s', + + 'LOG_USER_ACTIVE_USER' => '<strong>User account activated</strong>', + 'LOG_USER_DEL_AVATAR_USER' => '<strong>User avatar removed</strong>', + 'LOG_USER_DEL_SIG_USER' => '<strong>User signature removed</strong>', + 'LOG_USER_FEEDBACK' => '<strong>Added user feedback</strong><br />» %s', 'LOG_USER_GENERAL' => '%s', - 'LOG_USER_INACTIVE_USER' => '<b>User account de-activated</b>', - 'LOG_USER_LOCK' => '<b>User locked own topic</b><br />» %s', - 'LOG_USER_MOVE_POSTS_USER' => '<b>Moved all posts to forum "%s"</b>', - 'LOG_USER_REACTIVATE_USER' => '<b>Forced user account re-activation</b>', - 'LOG_USER_UNLOCK' => '<b>User unlocked own topic</b><br />» %s', - 'LOG_USER_WARNING' => '<b>Added user warning</b><br />»%s', - 'LOG_USER_WARNING_BODY' => '<b>The following warning was issued to this user</b><br />»%s', - - 'LOG_USER_GROUP_CHANGE' => '<b>User changed default group</b><br />» %s', - 'LOG_USER_GROUP_DEMOTE' => '<b>User demoted as leaders from usergroup</b><br />» %s', - 'LOG_USER_GROUP_JOIN' => '<b>User joined group</b><br />» %s', - 'LOG_USER_GROUP_JOIN_PENDING' => '<b>User joined group and needs to be approved</b><br />» %s', - 'LOG_USER_GROUP_RESIGN' => '<b>User resigned membership from group</b><br />» %s', - - 'LOG_WORD_ADD' => '<b>Added word censor</b><br />» %s', - 'LOG_WORD_DELETE' => '<b>Deleted word censor</b><br />» %s', - 'LOG_WORD_EDIT' => '<b>Edited word censor</b><br />» %s', + 'LOG_USER_INACTIVE_USER' => '<strong>User account de-activated</strong>', + 'LOG_USER_LOCK' => '<strong>User locked own topic</strong><br />» %s', + 'LOG_USER_MOVE_POSTS_USER' => '<strong>Moved all posts to forum "%s"</strong>', + 'LOG_USER_REACTIVATE_USER' => '<strong>Forced user account re-activation</strong>', + 'LOG_USER_UNLOCK' => '<strong>User unlocked own topic</strong><br />» %s', + 'LOG_USER_WARNING' => '<strong>Added user warning</strong><br />»%s', + 'LOG_USER_WARNING_BODY' => '<strong>The following warning was issued to this user</strong><br />»%s', + + 'LOG_USER_GROUP_CHANGE' => '<strong>User changed default group</strong><br />» %s', + 'LOG_USER_GROUP_DEMOTE' => '<strong>User demoted as leaders from usergroup</strong><br />» %s', + 'LOG_USER_GROUP_JOIN' => '<strong>User joined group</strong><br />» %s', + 'LOG_USER_GROUP_JOIN_PENDING' => '<strong>User joined group and needs to be approved</strong><br />» %s', + 'LOG_USER_GROUP_RESIGN' => '<strong>User resigned membership from group</strong><br />» %s', + + 'LOG_WORD_ADD' => '<strong>Added word censor</strong><br />» %s', + 'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s', + 'LOG_WORD_EDIT' => '<strong>Edited word censor</strong><br />» %s', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 5a23ff19ee..5fb641304b 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -30,31 +30,31 @@ if (empty($lang) || !is_array($lang)) // Banning $lang = array_merge($lang, array( - 'DATABASE' => 'Database Utilities', - 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your store/ folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats.', + 'DATABASE' => 'Database utilities', + 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your <samp>store/</samp> folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats.', 'BACKUP_OPTIONS' => 'Backup options', 'BACKUP_TYPE' => 'Backup type', 'BACKUP_INVALID' => 'The selected file to backup is invalid', - 'START_BACKUP' => 'Start Backup', + 'START_BACKUP' => 'Start backup', 'FULL_BACKUP' => 'Full', - 'STRUCTURE_ONLY' => 'Structure Only', + 'STRUCTURE_ONLY' => 'Structure only', 'DATA_ONLY' => 'Data only', - 'TABLE_SELECT' => 'Table Select', - 'FILE_TYPE' => 'File Type', + 'TABLE_SELECT' => 'Table select', + 'FILE_TYPE' => 'File type', 'STORE_LOCAL' => 'Store file locally', 'SELECT_ALL' => 'Select all', 'DESELECT_ALL' => 'Deselect all', 'BACKUP_SUCCESS' => 'The backup file has been created successfully', 'BACKUP_DELETE' => 'The backup file has been deleted successfully', - 'STORE_AND_DOWNLOAD' => 'Store and Download', - 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <b>WARNING</b> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.', + 'STORE_AND_DOWNLOAD' => 'Store and download', + 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.', 'SELECT_FILE' => 'Select a file', 'RESTORE_OPTIONS' => 'Restore options', - 'START_RESTORE' => 'Start Restore', - 'DELETE_BACKUP' => 'Delete Backup', - 'DOWNLOAD_BACKUP' => 'Download Backup', - 'RESTORE_SUCCESS' => 'The Database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.', + 'START_RESTORE' => 'Start restore', + 'DELETE_BACKUP' => 'Delete backup', + 'DOWNLOAD_BACKUP' => 'Download backup', + 'RESTORE_SUCCESS' => 'The database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/email.php b/phpBB/language/en/acp/email.php index 097909b9a4..1bb377fc2f 100644 --- a/phpBB/language/en/acp/email.php +++ b/phpBB/language/en/acp/email.php @@ -32,8 +32,8 @@ if (empty($lang) || !is_array($lang)) // Bot settings $lang = array_merge($lang, array( - 'ACP_MASS_EMAIL_EXPLAIN' => 'Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed', - 'ALL_USERS' => 'All Users', + 'ACP_MASS_EMAIL_EXPLAIN' => 'Here you can email a message to either all of your users or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed', + 'ALL_USERS' => 'All users', 'COMPOSE' => 'Compose', @@ -51,7 +51,7 @@ $lang = array_merge($lang, array( 'MAIL_HIGH_PRIORITY' => 'High', 'MAIL_LOW_PRIORITY' => 'Low', 'MAIL_NORMAL_PRIORITY' => 'Normal', - 'MAIL_PRIORITY' => 'Mail Priority', + 'MAIL_PRIORITY' => 'Mail priority', 'MASS_MESSAGE' => 'Your message', 'MASS_MESSAGE_EXPLAIN' => 'Please note that you may enter only plain text. All markup will be removed before sending.', diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 89848d4b24..acbcd516a4 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -32,11 +32,11 @@ if (empty($lang) || !is_array($lang)) // Forum Admin $lang = array_merge($lang, array( - 'AUTO_PRUNE_DAYS' => 'Auto-prune Post Age', + 'AUTO_PRUNE_DAYS' => 'Auto-prune post age', 'AUTO_PRUNE_DAYS_EXPLAIN' => 'Number of days since last post after which topic is removed.', - 'AUTO_PRUNE_FREQ' => 'Auto-prune Frequency', + 'AUTO_PRUNE_FREQ' => 'Auto-prune frequency', 'AUTO_PRUNE_FREQ_EXPLAIN' => 'Time in days between pruning events.', - 'AUTO_PRUNE_VIEWED' => 'Auto-prune Post Viewed Age', + 'AUTO_PRUNE_VIEWED' => 'Auto-prune post viewed age', 'AUTO_PRUNE_VIEWED_EXPLAIN' => 'Number of days since topic was viewed after which topic is removed.', 'COPY_PERMISSIONS' => 'Copy permissions from', @@ -60,13 +60,13 @@ $lang = array_merge($lang, array( 'ENABLE_RECENT_EXPLAIN' => 'If set to yes topics made to this forum will be shown in the active topics list.', 'ENABLE_TOPIC_ICONS' => 'Enable Topic Icons', - 'FORUM_ADMIN' => 'Forum Administration', + 'FORUM_ADMIN' => 'Forum administration', 'FORUM_ADMIN_EXPLAIN' => 'In phpBB3 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum.', - 'FORUM_AUTO_PRUNE' => 'Enable Auto-Pruning', + 'FORUM_AUTO_PRUNE' => 'Enable auto-pruning', 'FORUM_AUTO_PRUNE_EXPLAIN' => 'Prunes the forum of topics, set the frequency/age parameters below.', 'FORUM_CREATED' => 'Forum created successfully.', 'FORUM_DATA_NEGATIVE' => 'Pruning parameters cannot be negative.', - 'FORUM_DELETE' => 'Delete Forum', + 'FORUM_DELETE' => 'Delete forum', 'FORUM_DELETE_EXPLAIN' => 'The form below will allow you to delete a forum and decide where you want to put all topics (or forums) it contained.', 'FORUM_DELETED' => 'Forum successfully deleted', 'FORUM_DESC' => 'Description', @@ -74,35 +74,35 @@ $lang = array_merge($lang, array( 'FORUM_EDIT_EXPLAIN' => 'The form below will allow you to customise this forum. Please note that moderation and post count controls are set via forum permissions for each user or usergroup.', 'FORUM_IMAGE' => 'Forum Image', 'FORUM_IMAGE_EXPLAIN' => 'Location, relative to the phpBB root directory, of an image to associate with this forum.', - 'FORUM_LINK_EXPLAIN' => 'Full URL (including the protocol, for example http://) to location clicking this forum will take the user.', - 'FORUM_LINK_TRACK' => 'Track Link Redirects', + 'FORUM_LINK_EXPLAIN' => 'Full URL (including the protocol, for example <samp>http://</samp>) to location clicking this forum will take the user.', + 'FORUM_LINK_TRACK' => 'Track link redirects', 'FORUM_LINK_TRACK_EXPLAIN' => 'Records the number of times a forum link was clicked.', - 'FORUM_NAME' => 'Forum Name', + 'FORUM_NAME' => 'Forum name', 'FORUM_NAME_EMPTY' => 'You must enter a name for this forum.', - 'FORUM_PARENT' => 'Parent Forum', - 'FORUM_PASSWORD' => 'Forum Password', - 'FORUM_PASSWORD_CONFIRM' => 'Confirm Forum Password', + 'FORUM_PARENT' => 'Parent forum', + 'FORUM_PASSWORD' => 'Forum password', + 'FORUM_PASSWORD_CONFIRM' => 'Confirm forum password', 'FORUM_PASSWORD_CONFIRM_EXPLAIN' => 'Only needs to be set if a forum password is entered.', 'FORUM_PASSWORD_EXPLAIN' => 'Defines a password for this forum, use the permission system in preference.', 'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.', 'FORUM_PRUNE_SETTINGS' => 'Forum prune settings', 'FORUM_RESYNCED' => 'Forum "%s" successfully resynced', - 'FORUM_RULES_EXPLAIN' => 'Forum Rules are displayed at any page within the given forum.', - 'FORUM_RULES_LINK' => 'Link to Forum Rules', - 'FORUM_RULES_LINK_EXPLAIN' => 'You are able to enter the URL of the page/post containing your forum rules here. This setting will override the Forum Rules text you specified.', - 'FORUM_RULES_PREVIEW' => 'Forum Rules preview', - 'FORUM_SETTINGS' => 'Forum Settings', - 'FORUM_STATUS' => 'Forum Status', - 'FORUM_STYLE' => 'Forum Style', - 'FORUM_TOPICS_PAGE' => 'Topics Per Page', + 'FORUM_RULES_EXPLAIN' => 'Forum rules are displayed at any page within the given forum.', + 'FORUM_RULES_LINK' => 'Link to forum rules', + 'FORUM_RULES_LINK_EXPLAIN' => 'You are able to enter the URL of the page/post containing your forum rules here. This setting will override the forum rules text you specified.', + 'FORUM_RULES_PREVIEW' => 'Forum rules preview', + 'FORUM_SETTINGS' => 'Forum settings', + 'FORUM_STATUS' => 'Forum status', + 'FORUM_STYLE' => 'Forum style', + 'FORUM_TOPICS_PAGE' => 'Topics per page', 'FORUM_TOPICS_PAGE_EXPLAIN' => 'If non-zero this value will override the default topics per page setting.', - 'FORUM_TYPE' => 'Forum Type', + 'FORUM_TYPE' => 'Forum type', 'FORUM_UPDATED' => 'Forum informations updated successfully.', - 'GENERAL_FORUM_SETTINGS' => 'General Forum Settings', + 'GENERAL_FORUM_SETTINGS' => 'General forum settings', 'LINK' => 'Link', - 'LIST_INDEX' => 'List Forum On Index', + 'LIST_INDEX' => 'List forum on index', 'LIST_INDEX_EXPLAIN' => 'Displays a link to this forum under the root parent forum on the index.', 'LOCKED' => 'Locked', @@ -111,15 +111,15 @@ $lang = array_merge($lang, array( 'NO_DESTINATION_FORUM' => 'You have not specified a forum to move content to', 'NO_FORUM_ACTION' => 'No action defined for what happens with the forum content', - 'NO_PARENT' => 'No Parent', + 'NO_PARENT' => 'No parent', 'NO_PERMISSIONS' => 'Do not copy permissions', 'NO_PERMISSION_FORUM_ADD' => 'You do not have the necessary permissions to add forums', 'NO_PERMISSION_FORUM_DELETE' => 'You do not have the necessary permissions to delete forums', 'PARENT_NOT_EXIST' => 'Parent does not exist', - 'PRUNE_ANNOUNCEMENTS' => 'Prune Announcements', - 'PRUNE_STICKY' => 'Prune Stickies', - 'PRUNE_OLD_POLLS' => 'Prune Old Polls', + 'PRUNE_ANNOUNCEMENTS' => 'Prune announcements', + 'PRUNE_STICKY' => 'Prune stickies', + 'PRUNE_OLD_POLLS' => 'Prune old polls', 'PRUNE_OLD_POLLS_EXPLAIN' => 'Removes topics with polls not voted in for post age days.', 'REDIRECT_ACL' => 'Now you are able to %sset permissions%s for this forum.', diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index 1e8dfa3f59..c942415ea4 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -31,8 +31,8 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, array( - 'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administer all your usergroups, you can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description.', - 'ADD_USERS' => 'Add Users', + 'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administrate all your usergroups, you can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description.', + 'ADD_USERS' => 'Add users', 'ADD_USERS_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a seperate line.', 'COPY_PERMISSIONS' => 'Copy permissions from', @@ -42,7 +42,7 @@ $lang = array_merge($lang, array( 'GROUPS_NO_MEMBERS' => 'This group has no members', 'GROUPS_NO_MODS' => 'No group leaders defined', 'GROUP_APPROVE' => 'Approve', - 'GROUP_APPROVED' => 'Approved Members', + 'GROUP_APPROVED' => 'Approved members', 'GROUP_AVATAR' => 'Group avatar', 'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.', 'GROUP_CLOSED' => 'Closed', @@ -75,7 +75,7 @@ $lang = array_merge($lang, array( 'GROUP_MODS_PROMOTED' => 'Group members promoted successfully', 'GROUP_NAME' => 'Group name', 'GROUP_OPEN' => 'Open', - 'GROUP_PENDING' => 'Pending Members', + 'GROUP_PENDING' => 'Pending members', 'GROUP_PROMOTE' => 'Promote', 'GROUP_RANK' => 'Group rank', 'GROUP_RECEIVE_PM' => 'Group able to receive private messages', @@ -98,14 +98,14 @@ $lang = array_merge($lang, array( 'NO_PERMISSIONS' => 'Do not copy permissions', 'SPECIAL_GROUPS' => 'Predefined groups', - 'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings. By clicking "Default" you can set the relevant group to the default for all its members.', + 'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings. By clicking “Default” you can set the relevant group to the default for all its members.', 'TOTAL_MEMBERS' => 'Members', 'USERS_APPROVED' => 'Users approved successfully.', 'USER_DEFAULT' => 'User default', 'USER_DEF_GROUPS' => 'User defined groups', - 'USER_DEF_GROUPS_EXPLAIN' => 'These are groups created by you or another admin on this board. You can manage memberships as well as edit group properties or even delete the group. By clicking "Default" you can set the relevant group to the default for all its members.', + 'USER_DEF_GROUPS_EXPLAIN' => 'These are groups created by you or another admin on this board. You can manage memberships as well as edit group properties or even delete the group. By clicking “Default” you can set the relevant group to the default for all its members.', 'USER_GROUP_DEFAULT' => 'Set as default group', 'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users', 'USER_GROUP_LEADER' => 'Set as group leader', diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index e735cd8dae..a4da720d66 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -31,15 +31,15 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, array( - 'ACP_FILES' => 'Admin Language Files', + 'ACP_FILES' => 'Admin language files', 'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs', - 'EMAIL_FILES' => 'Email Templates', + 'EMAIL_FILES' => 'Email templates', - 'FILE_CONTENTS' => 'File Contents', + 'FILE_CONTENTS' => 'File contents', 'FILE_FROM_STORAGE' => 'File from storage folder', - 'HELP_FILES' => 'Help Files', + 'HELP_FILES' => 'Help files', 'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs', 'INVALID_LANGUAGE_PACK' => 'The selected language pack seems to be not valid. Please verify the language pack and upload it again if necessary.', @@ -47,13 +47,13 @@ $lang = array_merge($lang, array( 'LANGUAGE_DETAILS_UPDATED' => 'Language details successfully updated', 'LANGUAGE_ENTRIES' => 'Language Entries', - 'LANGUAGE_ENTRIES_EXPLAIN' => 'Here you are able to change existing language pack entries or not already translated ones.<br /><b>Note:</b> Once you changed a language file, the changes will be stored within a seperate folder for you to download. The changes will not be seen by your users until you replace the original language files at your webspace (by uploading them).', - 'LANGUAGE_FILES' => 'Language Files', - 'LANGUAGE_KEY' => 'Language Key', + 'LANGUAGE_ENTRIES_EXPLAIN' => 'Here you are able to change existing language pack entries or not already translated ones.<br /><strong>Note:</strong> Once you changed a language file, the changes will be stored within a seperate folder for you to download. The changes will not be seen by your users until you replace the original language files at your webspace (by uploading them).', + 'LANGUAGE_FILES' => 'Language files', + 'LANGUAGE_KEY' => 'Language key', 'LANGUAGE_PACK_ALREADY_INSTALLED' => 'This language pack is already installed.', - 'LANGUAGE_PACK_DELETED' => 'The language pack <b>%s</b> has been removed successfully. All users using this language have been resetted to the boards default language.', - 'LANGUAGE_PACK_DETAILS' => 'Language Pack Details', - 'LANGUAGE_PACK_INSTALLED' => 'The language pack <b>%s</b> has been successfully installed.', + 'LANGUAGE_PACK_DELETED' => 'The language pack <strong>%s</strong> has been removed successfully. All users using this language have been resetted to the boards default language.', + 'LANGUAGE_PACK_DETAILS' => 'Language pack details', + 'LANGUAGE_PACK_INSTALLED' => 'The language pack <strong>%s</strong> has been successfully installed.', 'LANGUAGE_PACK_ISO' => 'ISO', 'LANGUAGE_PACK_LOCALNAME' => 'Local name', 'LANGUAGE_PACK_NAME' => 'Name', @@ -65,22 +65,22 @@ $lang = array_merge($lang, array( 'LANG_ISO_CODE' => 'ISO Code', 'LANG_LOCAL_NAME' => 'Local name', - 'MISSING_LANGUAGE_FILE' => 'Missing Language File: <span style="color:red">%s</span>', - 'MISSING_LANG_VARIABLES' => 'Missing Language Variables', - 'MODS_FILES' => 'Mods Language Files', + 'MISSING_LANGUAGE_FILE' => 'Missing Language File: <strong style="color:red">%s</strong>', + 'MISSING_LANG_VARIABLES' => 'Missing language variables', + 'MODS_FILES' => 'MODs language files', - 'NO_LANG_ID' => 'You haven\'t specified a language pack', + 'NO_LANG_ID' => 'You haven’t specified a language pack', 'NO_REMOVE_DEFAULT_LANG' => 'You are not able to remove the default language pack.<br />If you want to remove this language pack, change your boards default language first.', 'NO_UNINSTALLED_LANGUAGE_PACKS' => 'No uninstalled language packs', 'REMOVE_FROM_STORAGE_FOLDER' => 'Remove from storage folder', 'SELECT_DOWNLOAD_FORMAT' => 'Select download format', - 'SUBMIT_AND_DOWNLOAD' => 'Submit and Download File', - 'SUBMIT_AND_UPLOAD' => 'Submit and Upload File', + 'SUBMIT_AND_DOWNLOAD' => 'Submit and download file', + 'SUBMIT_AND_UPLOAD' => 'Submit and upload file', 'THOSE_MISSING_LANG_FILES' => 'The following language files are missing from the %s language folder', - 'THOSE_MISSING_LANG_VARIABLES' => 'The following language variables are missing from the <b>%s</b> language pack', + 'THOSE_MISSING_LANG_VARIABLES' => 'The following language variables are missing from the <strong>%s</strong> language pack', 'UNINSTALLED_LANGUAGE_PACKS' => 'Uninstalled language packs', diff --git a/phpBB/language/en/acp/modules.php b/phpBB/language/en/acp/modules.php index 0eefb59753..f01f1666fe 100644 --- a/phpBB/language/en/acp/modules.php +++ b/phpBB/language/en/acp/modules.php @@ -34,13 +34,13 @@ $lang = array_merge($lang, array( 'ACP_MODULE_MANAGEMENT_EXPLAIN' => 'Here you are able to manage all kind of modules. Please note that if you place the same module under different categories, the category selected will be the first one found within the tree.', 'ADD_MODULE' => 'Add module', 'ADD_MODULE_CONFIRM' => 'Are you sure you want to add the selected module with the selected mode?', - 'ADD_MODULE_TITLE' => 'Add Module', + 'ADD_MODULE_TITLE' => 'Add module', 'CANNOT_REMOVE_MODULE' => 'Unable to remove module, it has assigned childs. Please remove or move all childs before performing this action', 'CATEGORY' => 'Category', - 'CHOOSE_MODE' => 'Choose Module Mode', + 'CHOOSE_MODE' => 'Choose module mode', 'CHOOSE_MODE_EXPLAIN' => 'Choose the modules mode being used.', - 'CHOOSE_MODULE' => 'Choose Module', + 'CHOOSE_MODULE' => 'Choose module', 'CHOOSE_MODULE_EXPLAIN' => 'Choose the file being called by this module.', 'CREATE_MODULE' => 'Create new module', @@ -51,7 +51,7 @@ $lang = array_merge($lang, array( 'EDIT_MODULE' => 'Edit module', 'EDIT_MODULE_EXPLAIN' => 'Here you are able to enter module specific settings', - 'HIDDEN_MODULE' => 'Hidden Module', + 'HIDDEN_MODULE' => 'Hidden module', 'MODULE' => 'Module', 'MODULE_ADDED' => 'Module successfully added', @@ -60,7 +60,7 @@ $lang = array_merge($lang, array( 'MODULE_DISPLAYED_EXPLAIN' => 'If you do not wish to display this module, but want to use it, set this to no.', 'MODULE_EDITED' => 'Module successfully edited', 'MODULE_ENABLED' => 'Module enabled', - 'MODULE_LANGNAME' => 'Module Language Name', + 'MODULE_LANGNAME' => 'Module language mame', 'MODULE_LANGNAME_EXPLAIN' => 'Enter the displayed module name. Use language constant if name is served from language file.', 'MODULE_TYPE' => 'Module type', diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php index 089e157707..4ab5c2eb56 100644 --- a/phpBB/language/en/acp/permissions.php +++ b/phpBB/language/en/acp/permissions.php @@ -52,23 +52,23 @@ $lang = array_merge($lang, array( ', 'ACL_NEVER' => 'Never', - 'ACL_SET' => 'Setting Permissions', - 'ACL_SET_EXPLAIN' => 'Permissions are based on a simple YES/NO system. Setting an option to NEVER for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select NO. If values are assigned for this option elsewhere they will be used in preference, else NEVER is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined.', + 'ACL_SET' => 'Setting permissions', + 'ACL_SET_EXPLAIN' => 'Permissions are based on a simple <samp>YES</samp>/<samp>NO</samp> system. Setting an option to <samp>NEVER</samp> for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select <samp>NO</samp>. If values are assigned for this option elsewhere they will be used in preference, else <samp>NEVER</samp> is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined.', 'ACL_SETTING' => 'Setting', - 'ACL_TYPE_A_' => 'Administrative Permissions', - 'ACL_TYPE_F_' => 'Forum Permissions', - 'ACL_TYPE_M_' => 'Moderative Permissions', - 'ACL_TYPE_U_' => 'User Permissions', + 'ACL_TYPE_A_' => 'Administrative permissions', + 'ACL_TYPE_F_' => 'Forum permissions', + 'ACL_TYPE_M_' => 'Moderative permissions', + 'ACL_TYPE_U_' => 'User permissions', - 'ACL_TYPE_GLOBAL_A_' => 'Administrative Permissions', - 'ACL_TYPE_GLOBAL_U_' => 'User Permissions', - 'ACL_TYPE_GLOBAL_M_' => 'Global Moderator Permissions', - 'ACL_TYPE_LOCAL_M_' => 'Forum Moderator Permissions', - 'ACL_TYPE_LOCAL_F_' => 'Forum Permissions', + 'ACL_TYPE_GLOBAL_A_' => 'Administrative permissions', + 'ACL_TYPE_GLOBAL_U_' => 'User permissions', + 'ACL_TYPE_GLOBAL_M_' => 'Global Moderator permissions', + 'ACL_TYPE_LOCAL_M_' => 'Forum Moderator permissions', + 'ACL_TYPE_LOCAL_F_' => 'Forum permissions', 'ACL_NO' => 'No', - 'ACL_VIEW' => 'Viewing Permissions', + 'ACL_VIEW' => 'Viewing permissions', 'ACL_VIEW_EXPLAIN' => 'Here you can see the effective permissions the user/group is having. A red square indicates that the user/group does not have the permission, a green square indicates that the user/group does have the permission.', 'ACL_YES' => 'Yes', @@ -78,10 +78,10 @@ $lang = array_merge($lang, array( 'ACP_GLOBAL_MODERATORS_EXPLAIN' => 'Here you can assign global moderator rights to users or groups. These moderators are like ordinary moderators except they have access to every forum on your board.', 'ACP_GROUPS_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can assign forum permissions to groups.', 'ACP_GROUPS_PERMISSIONS_EXPLAIN' => 'Here you can assign global permissions to groups - user permissions, global moderator permissions and admin permissions. User permissions include capabilities such as the use of avatars, sending private messages, etc. Global moderator permissions are blabla, administrative permissions blabla. Individual users permissions should only be changed in rare occassions, the preferred method is putting users in groups and assigning the groups permissions.', - 'ACP_ADMIN_ROLES_EXPLAIN' => 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it\'s permissions too.', - 'ACP_FORUM_ROLES_EXPLAIN' => 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it\'s permissions too.', - 'ACP_MOD_ROLES_EXPLAIN' => 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it\'s permissions too.', - 'ACP_USER_ROLES_EXPLAIN' => 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it\'s permissions too.', + 'ACP_ADMIN_ROLES_EXPLAIN' => 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.', + 'ACP_FORUM_ROLES_EXPLAIN' => 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.', + 'ACP_MOD_ROLES_EXPLAIN' => 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.', + 'ACP_USER_ROLES_EXPLAIN' => 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.', 'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can assign forum permissions to users.', 'ACP_USERS_PERMISSIONS_EXPLAIN' => 'Here you can assign global permissions to users - user permissions, global moderator permissions and admin permissions. User permissions include capabilities such as the use of avatars, sending private messages, etc. Global moderator permissions are blabla, administrative permissions blabla. To alter these settings for large numbers of users the Group permissions system is the prefered method. Users permissions should only be changed in rare occassions, the preferred method is putting users in groups and assigning the groups permissions.', 'ACP_VIEW_ADMIN_PERMISSIONS_EXPLAIN' => 'Here you can view the effective administrative permissions assigned to the selected users/groups', @@ -90,69 +90,69 @@ $lang = array_merge($lang, array( 'ACP_VIEW_FORUM_MOD_PERMISSIONS_EXPLAIN' => 'Here you can view the forum moderator permissions assigned to the selected users/groups and forums', 'ACP_VIEW_USER_PERMISSIONS_EXPLAIN' => 'Here you can view the effective user permissions assigned to the selected users/groups', - 'ADD_GROUPS' => 'Add Groups', - 'ADD_PERMISSIONS' => 'Add Permissions', - 'ADD_USERS' => 'Add Users', + 'ADD_GROUPS' => 'Add groups', + 'ADD_PERMISSIONS' => 'Add permissions', + 'ADD_USERS' => 'Add users', 'ALL_GROUPS' => 'Select all groups', - 'ALL_NEVER' => 'All Never', - 'ALL_NO' => 'All No', + 'ALL_NEVER' => 'All <samp>NEVER</samp>', + 'ALL_NO' => 'All <samp>NO</samp>', 'ALL_USERS' => 'Select all users', - 'ALL_YES' => 'All Yes', - 'APPLY_ALL_PERMISSIONS' => 'Apply all Permissions', - 'APPLY_PERMISSIONS' => 'Apply Permissions', - 'APPLY_PERMISSIONS_EXPLAIN' => 'The Permissions and Role defined for this item will only be applied to this item and all checked items.', + 'ALL_YES' => 'All <samp>YES</samp>', + 'APPLY_ALL_PERMISSIONS' => 'Apply all permissions', + 'APPLY_PERMISSIONS' => 'Apply permissions', + 'APPLY_PERMISSIONS_EXPLAIN' => 'The permissions and role defined for this item will only be applied to this item and all checked items.', 'AUTH_UPDATED' => 'Permissions have been updated', - 'CREATE_ROLE' => 'Create Role', - 'CREATE_ROLE_FROM' => 'Use settings from...', - 'CUSTOM' => 'Custom...', + 'CREATE_ROLE' => 'Create role', + 'CREATE_ROLE_FROM' => 'Use settings from…', + 'CUSTOM' => 'Custom…', 'DEFAULT' => 'Default', 'DELETE_ROLE' => 'Delete role', 'DELETE_ROLE_CONFIRM' => 'Are you sure you want to remove this role? Items having this role assigned will <strong>not</strong> loosing their permission settings.', - 'DISPLAY_ROLE_ITEMS' => 'View Items using this role', + 'DISPLAY_ROLE_ITEMS' => 'View items using this role', - 'EDIT_PERMISSIONS' => 'Edit Permissions', - 'EDIT_ROLE' => 'Edit Role', + 'EDIT_PERMISSIONS' => 'Edit permissions', + 'EDIT_ROLE' => 'Edit role', 'GROUPS_NOT_ASSIGNED' => 'No group assigned to this role', 'LOOK_UP_FORUMS_EXPLAIN' => 'You are able to select more than one forum', - 'LOOK_UP_GROUP' => 'Look up Usergroup', - 'LOOK_UP_USER' => 'Look up User', + 'LOOK_UP_GROUP' => 'Look up usergroup', + 'LOOK_UP_USER' => 'Look up user', - 'MANAGE_GROUPS' => 'Manage Groups', - 'MANAGE_USERS' => 'Manage Users', + 'MANAGE_GROUPS' => 'Manage groups', + 'MANAGE_USERS' => 'Manage users', 'NO_AUTH_SETTING_FOUND' => 'Permission settings not defined.', - 'NO_ROLE_ASSIGNED' => 'No role assigned...', - 'NO_ROLE_ASSIGNED_EXPLAIN' => 'Setting to this role does not change permissions on the right. If you want to unset/remove all permissions you should use the "All No" link.', + 'NO_ROLE_ASSIGNED' => 'No role assigned…', + 'NO_ROLE_ASSIGNED_EXPLAIN' => 'Setting to this role does not change permissions on the right. If you want to unset/remove all permissions you should use the “All <samp>NO</samp>” link.', 'NO_ROLE_AVAILABLE' => 'No role available', 'NO_ROLE_NAME_SPECIFIED' => 'Please give the role a name.', 'NO_ROLE_SELECTED' => 'Role could not be found.', - 'NO_USER_GROUP_SELECTED' => 'You haven\'t selected any user or group.', + 'NO_USER_GROUP_SELECTED' => 'You haven’t selected any user or group.', 'ONLY_FORUM_DEFINED' => 'You only defined forums in your selection. Please also select at least one user or one group.', 'PERMISSION_APPLIED_TO_ALL' => 'Permissions and Role will also be applied to all checked objects', 'PLUS_SUBFORUMS' => '+Subforums', - 'REMOVE_PERMISSIONS' => 'Remove Permissions', - 'REMOVE_ROLE' => 'Remove Role', + 'REMOVE_PERMISSIONS' => 'Remove permissions', + 'REMOVE_ROLE' => 'Remove role', 'ROLE' => 'Role', 'ROLE_ADD_SUCCESS' => 'Role successfully added.', 'ROLE_ASSIGNED_TO' => 'Users/Groups assigned to %s', 'ROLE_DELETED' => 'Role successfully removed.', - 'ROLE_DESCRIPTION' => 'Role Description', + 'ROLE_DESCRIPTION' => 'Role description', 'ROLE_DESCRIPTION_ADMIN_FORUM' => 'Can access the forum management and forum permission settings.', 'ROLE_DESCRIPTION_ADMIN_FULL' => 'Has access to all admin functions of this forum.<br />Not recommended.', 'ROLE_DESCRIPTION_ADMIN_STANDARD' => 'Has access to most admin features but is not allowed to use server or system related tools.', - 'ROLE_DESCRIPTION_ADMIN_USERGROUP' => 'Can manage groups and users: Can change permissions, settings, manage bans, and manage ranks.', + 'ROLE_DESCRIPTION_ADMIN_USERGROUP' => 'Can manage groups and users: Able to change permissions, settings, manage bans, and manage ranks.', 'ROLE_DESCRIPTION_FORUM_BOT' => 'This role is recommended for bots and search spiders.', 'ROLE_DESCRIPTION_FORUM_FULL' => 'Can use all forum features, including posting of announcements and stickies. Can also ignore the flood limit.<br />Not recommended for normal users.', 'ROLE_DESCRIPTION_FORUM_LIMITED' => 'Can use some forum features, but cannot attach files or use post icons.', - 'ROLE_DESCRIPTION_FORUM_LIMITED_POLLS' => 'Like Limited Access but can also create polls.', + 'ROLE_DESCRIPTION_FORUM_LIMITED_POLLS' => 'As per Limited Access but can also create polls.', 'ROLE_DESCRIPTION_FORUM_NOACCESS' => 'Can neither see nor access the forum.', 'ROLE_DESCRIPTION_FORUM_ONQUEUE' => 'Can use most forum features including attachments, but posts and topics need to be approved by a moderator.', 'ROLE_DESCRIPTION_FORUM_POLLS' => 'Like Standard Access but can also create polls.', @@ -169,9 +169,9 @@ $lang = array_merge($lang, array( 'ROLE_DESCRIPTION_USER_STANDARD' => 'Can access most but not all user features. Cannot change user name or ignore the flood limit, for instance.', 'ROLE_DESCRIPTION_EXPLAIN' => 'You are able to enter a short explanation of what the role is doing or for what it is meant for. The text you enter here will be displayed within the permissions screens too.', - 'ROLE_DETAILS' => 'Role Details', + 'ROLE_DETAILS' => 'Role details', 'ROLE_EDIT_SUCCESS' => 'Role successfully edited.', - 'ROLE_NAME' => 'Role Name', + 'ROLE_NAME' => 'Role name', 'ROLE_NAME_ALREADY_EXIST' => 'A role named <strong>%s</strong> already exist for the specified permission type.', 'ROLE_NOT_ASSIGNED' => 'Role has not been assigned yet.', @@ -179,38 +179,38 @@ $lang = array_merge($lang, array( 'SELECTED_GROUP_NOT_EXIST' => 'The selected group(s) do not exist', 'SELECTED_USER_NOT_EXIST' => 'The selected user(s) do not exist', 'SELECT_FORUM_SUBFORUM_EXPLAIN' => 'The forum you select here will include all subforums into the selection', - 'SELECT_ROLE' => 'Select role...', + 'SELECT_ROLE' => 'Select role…', 'SELECT_TYPE' => 'Select type', 'SET_PERMISSIONS' => 'Set permissions', 'SET_ROLE_PERMISSIONS' => 'Set role permissions', 'SET_USERS_PERMISSIONS' => 'Set users permissions', 'SET_USERS_FORUM_PERMISSIONS' => 'Set users forum permissions', - 'TRACE_DEFAULT' => 'By default every permission is NO (unset). So the permission can be overwritten by other settings.', + 'TRACE_DEFAULT' => 'By default every permission is <samp>NO</samp> (unset). So the permission can be overwritten by other settings.', 'TRACE_FOR' => 'Trace for', 'TRACE_GLOBAL_SETTING' => '%s (global)', - 'TRACE_GROUP_NEVER_TOTAL_NEVER' => 'This group\'s permission is set to NEVER like the total result so the old result is kept.', - 'TRACE_GROUP_NEVER_TOTAL_NO' => 'This group\'s permission is set to NEVER which becomes the new total value because it wasn\'t set yet (set to NO).', - 'TRACE_GROUP_NEVER_TOTAL_YES' => 'This group\'s permission is set to NEVER which overwrites the total YES to a NEVER for this user.', - 'TRACE_GROUP_NO' => 'The permission is NO for this group so the old total value is kept.', - 'TRACE_GROUP_YES_TOTAL_NEVER' => 'This group\'s permission is set to YES but the total NEVER cannot be overwritten.', - 'TRACE_GROUP_YES_TOTAL_NO' => 'This group\'s permission is set to YES which becomes the new total value because it wasn\'t set yet (set to NO).', - 'TRACE_GROUP_YES_TOTAL_YES' => 'This group\'s permission is set to YES and the total permission is already set to YES, so the total result is kept.', + 'TRACE_GROUP_NEVER_TOTAL_NEVER' => 'This group’s permission is set to <samp>NEVER</samp> like the total result so the old result is kept.', + 'TRACE_GROUP_NEVER_TOTAL_NO' => 'This group’s permission is set to <samp>NEVER</samp> which becomes the new total value because it wasn’t set yet (set to <samp>NO</samp>).', + 'TRACE_GROUP_NEVER_TOTAL_YES' => 'This group’s permission is set to <samp>NEVER</samp> which overwrites the total <samp>YES</samp> to a <samp>NEVER</samp> for this user.', + 'TRACE_GROUP_NO' => 'The permission is <samp>NO</samp> for this group so the old total value is kept.', + 'TRACE_GROUP_YES_TOTAL_NEVER' => 'This group’s permission is set to <samp>YES</samp> but the total <samp>NEVER</samp> cannot be overwritten.', + 'TRACE_GROUP_YES_TOTAL_NO' => 'This group’s permission is set to <samp>YES</samp> which becomes the new total value because it wasn’t set yet (set to <samp>NO</samp>).', + 'TRACE_GROUP_YES_TOTAL_YES' => 'This group’s permission is set to <samp>YES</samp> and the total permission is already set to <samp>YES</samp>, so the total result is kept.', 'TRACE_PERMISSION' => 'Trace permission - %s', 'TRACE_SETTING' => 'Trace setting', - 'TRACE_USER_GLOBAL_YES_TOTAL_YES' => 'The forum independent user permission evaluates to YES but the total permission is already set to YES, so the the total result is kept. %sTrace global permission%s', - 'TRACE_USER_GLOBAL_YES_TOTAL_NEVER' => 'The forum independent user permission evaluates to YES which overwrites the current local result NEVER. %sTrace global permission%s', - 'TRACE_USER_GLOBAL_NEVER_TOTAL_KEPT' => 'The forum independent user permission evaluates to NEVER which doesn\'t influence the local permission. %sTrace global permission%s', - 'TRACE_USER_FOUNDER' => 'The user has the founder type set, therefore admin permissions are set to YES by default.', - 'TRACE_USER_KEPT' => 'The user permission is NO so the old total value is kept.', - 'TRACE_USER_NEVER_TOTAL_NEVER' => 'The user permission is set to NEVER and the total value is set to NEVER, so nothing is changed.', - 'TRACE_USER_NEVER_TOTAL_NO' => 'The user permission is set to NEVER which becomes the total value because it was set to NO.', - 'TRACE_USER_NEVER_TOTAL_YES' => 'The user permission is set to NEVER and overwrites the previous YES.', - 'TRACE_USER_NO_TOTAL_NO' => 'The user permission is NO and the total value was set to NO so it defaults to NEVER.', - 'TRACE_USER_YES_TOTAL_NEVER' => 'The user permission is set to YES but the total NEVER cannot be overwritten.', - 'TRACE_USER_YES_TOTAL_NO' => 'The user permission is set to YES which becomes the total value because it was set to NO.', - 'TRACE_USER_YES_TOTAL_YES' => 'The user permission is set to YES and the total value is set to YES, so nothing is changed.', + 'TRACE_USER_GLOBAL_YES_TOTAL_YES' => 'The forum independent user permission evaluates to <samp>YES</samp> but the total permission is already set to <samp>YES</samp>, so the the total result is kept. %sTrace global permission%s', + 'TRACE_USER_GLOBAL_YES_TOTAL_NEVER' => 'The forum independent user permission evaluates to <samp>YES</samp> which overwrites the current local result <samp>NEVER</samp>. %sTrace global permission%s', + 'TRACE_USER_GLOBAL_NEVER_TOTAL_KEPT' => 'The forum independent user permission evaluates to <samp>NEVER</samp> which doesn’t influence the local permission. %sTrace global permission%s', + 'TRACE_USER_FOUNDER' => 'The user has the founder type set, therefore admin permissions are set to <samp>YES</samp> by default.', + 'TRACE_USER_KEPT' => 'The user permission is <samp>NO</samp> so the old total value is kept.', + 'TRACE_USER_NEVER_TOTAL_NEVER' => 'The user permission is set to <samp>NEVER</samp> and the total value is set to <samp>NEVER</samp>, so nothing is changed.', + 'TRACE_USER_NEVER_TOTAL_NO' => 'The user permission is set to <samp>NEVER</samp> which becomes the total value because it was set to NO.', + 'TRACE_USER_NEVER_TOTAL_YES' => 'The user permission is set to <samp>NEVER</samp> and overwrites the previous <samp>YES</samp>.', + 'TRACE_USER_NO_TOTAL_NO' => 'The user permission is <samp>NO</samp> and the total value was set to NO so it defaults to <samp>NEVER</samp>.', + 'TRACE_USER_YES_TOTAL_NEVER' => 'The user permission is set to <samp>YES</samp> but the total <samp>NEVER</samp> cannot be overwritten.', + 'TRACE_USER_YES_TOTAL_NO' => 'The user permission is set to <samp>YES</samp> which becomes the total value because it was set to <samp>NO</samp>.', + 'TRACE_USER_YES_TOTAL_YES' => 'The user permission is set to <samp>YES</samp> and the total value is set to <samp>YES</samp>, so nothing is changed.', 'TRACE_WHO' => 'Who', 'TRACE_TOTAL' => 'Total', diff --git a/phpBB/language/en/acp/permissions_phpbb.php b/phpBB/language/en/acp/permissions_phpbb.php index 4d550965a5..ddadceac7a 100644 --- a/phpBB/language/en/acp/permissions_phpbb.php +++ b/phpBB/language/en/acp/permissions_phpbb.php @@ -57,22 +57,22 @@ $lang = array_merge($lang, array( 'forums' => 'Forums', 'misc' => 'Misc', 'permissions' => 'Permissions', - 'pm' => 'Private Messages', + 'pm' => 'Private messages', 'polls' => 'Polls', 'post' => 'Post', - 'post_actions' => 'Post Actions', + 'post_actions' => 'Post actions', 'posting' => 'Posting', 'profile' => 'Profile', 'settings' => 'Settings', - 'topic_actions' => 'Topic Actions', + 'topic_actions' => 'Topic actions', 'user_group' => 'Users & Groups', ), 'permission_type' => array( - 'u_' => 'User Permissions', - 'a_' => 'Admin Permissions', - 'm_' => 'Moderator Permissions', - 'f_' => 'Forum Permissions', + 'u_' => 'User permissions', + 'a_' => 'Admin permissions', + 'm_' => 'Moderator permissions', + 'f_' => 'Forum permissions', ), )); @@ -173,7 +173,7 @@ $lang = array_merge($lang, array( $lang = array_merge($lang, array( 'acl_a_board' => array('lang' => 'Can alter board settings', 'cat' => 'settings'), 'acl_a_server' => array('lang' => 'Can alter server/communication settings', 'cat' => 'settings'), - 'acl_a_jabber' => array('lang' => 'Can alter jabber settings', 'cat' => 'settings'), + 'acl_a_jabber' => array('lang' => 'Can alter Jabber settings', 'cat' => 'settings'), 'acl_a_phpinfo' => array('lang' => 'Can view php settings', 'cat' => 'settings'), 'acl_a_forum' => array('lang' => 'Can manage forums', 'cat' => 'forums'), diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index a6c1f0aad8..d65fb4bccd 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -58,17 +58,17 @@ $lang = array_merge($lang, array( 'TOKEN' => 'Token', 'TOKENS' => 'Tokens', - 'TOKENS_EXPLAIN' => 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {USERNAME1}, {USERNAME2}.<br /><br />In addition to these tokens you can use any of lang string present in your language/ directory like this: {L_<i><stringname></i>} where <i><stringname></i> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as "wrote" or its translation according to user\'s locale', + 'TOKENS_EXPLAIN' => 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {USERNAME1}, {USERNAME2}.<br /><br />In addition to these tokens you can use any of lang string present in your language/ directory like this: {L_<em><stringname></em>} where <em><stringname></em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as "wrote" or its translation according to user’s locale', 'TOKEN_DEFINITION' => 'What can it be?', 'TOO_MANY_BBCODES' => 'You cannot create any more BBCodes. Please remove one or more BBCodes then try again', 'tokens' => array( - 'TEXT' => 'Any text, including foreign characters, numbers, etc...', + 'TEXT' => 'Any text, including foreign characters, numbers, etc…', 'NUMBER' => 'Any series of digits', 'EMAIL' => 'A valid email address', - 'URL' => 'A valid URL using any protocol (http, ftp, etc... cannot be used for javascript exploits). If none is given, "http://" is prepended to to the string', + 'URL' => 'A valid URL using any protocol (http, ftp, etc… cannot be used for javascript exploits). If none is given, "http://" is prepended to to the string', 'LOCAL_URL' => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol', - 'COLOR' => 'A HTML color, can be either in the numeric form #FF1234 or an english name such as "blue"' + 'COLOR' => 'A HTML color, can be either in the numeric form <samp>#FF1234</samp> or a <a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">CSS colour keyword</a> such as <samp>fuchsia</samp> or <samp>InactiveBorder</samp>' ) )); @@ -89,13 +89,13 @@ $lang = array_merge($lang, array( 'DISPLAY_ON_POSTING' => 'Display on posting', - 'EDIT_ICONS' => 'Edit Icons', + 'EDIT_ICONS' => 'Edit icons', 'EDIT_SMILIES' => 'Edit smilies', 'EMOTION' => 'Emotion', - 'EXPORT_ICONS' => 'Create icons pak', - 'EXPORT_ICONS_EXPLAIN' => 'To create a package of your currently installed icons, click %sHERE%s to download the icons package file. Once downloaded create a zip or tgz file containing all of your icons plus this .pak configuration file.', - 'EXPORT_SMILIES' => 'Create smilies pak', - 'EXPORT_SMILIES_EXPLAIN' => 'To create a package of your currently installed smilies, click %sHERE%s to download the smilies.pak file. Once downloaded create a zip or tgz file containing all of your smilies plus this .pak configuration file.', + 'EXPORT_ICONS' => 'Export and download icons.pak', + 'EXPORT_ICONS_EXPLAIN' => '%sOn clicking this link, the configuration for your installed icons will be packaged into <samp>icons.pak</samp> which once downloaded can be used to create a <samp>.zip</samp> or <samp>.tgz</samp> file containing all of your icons plus this <samp>icons.pak</samp> configuration file%s.', + 'EXPORT_SMILIES' => 'Export and download smilies.pak', + 'EXPORT_SMILIES_EXPLAIN' => '%sOn clicking this link, the configuration for your installed smilies will be packaged into <samp>smilies.pak</samp> which once downloaded can be used to create a <samp>.zip</samp> or <samp>.tgz</samp> file containing all of your smilies plus this <samp>icons.pak</samp> configuration file%s.', 'FIRST' => 'First', @@ -103,7 +103,7 @@ $lang = array_merge($lang, array( 'ICONS_ADDED' => 'The icon has been added successfully.', 'ICONS_CONFIG' => 'Icon configuration', 'ICONS_DELETED' => 'The icon has been removed successfully.', - 'ICONS_EDIT' => 'Edit Icon', + 'ICONS_EDIT' => 'Edit icon', 'ICONS_EDITED' => 'The icon has been updated successfully.', 'ICONS_HEIGHT' => 'Icon height', 'ICONS_IMAGE' => 'Icon image', @@ -131,7 +131,7 @@ $lang = array_merge($lang, array( 'REPLACE_MATCHES' => 'Replace matches', 'SELECT_PACKAGE' => 'Select a package file', - 'SMILIES_ADD' => 'Add a new Smiley', + 'SMILIES_ADD' => 'Add a new smiley', 'SMILIES_ADDED' => 'The smiley has been added successfully.', 'SMILIES_CODE' => 'Smiley code', 'SMILIES_CONFIG' => 'Smiley configuration', @@ -180,16 +180,16 @@ $lang = array_merge($lang, array( 'MUST_SELECT_RANK' => 'You must select a rank.', 'NO_ASSIGNED_RANK' => 'No special rank assigned.', - 'NO_RANK_TITLE' => 'You haven\'t specified a title for the rank.', + 'NO_RANK_TITLE' => 'You haven’t specified a title for the rank.', 'NO_UPDATE_RANKS' => 'The rank was successfully deleted. However user accounts using this rank were not updated. You will need to manually reset the rank on these accounts.', 'RANK_ADDED' => 'The rank was successfully added.', - 'RANK_IMAGE' => 'Rank Image', + 'RANK_IMAGE' => 'Rank image', 'RANK_IMAGE_EXPLAIN' => 'Use this to define a small image associated with the rank. The path is relative to the root phpBB directory.', - 'RANK_MINIMUM' => 'Minimum Posts', + 'RANK_MINIMUM' => 'Minimum posts', 'RANK_REMOVED' => 'The rank was successfully deleted.', - 'RANK_SPECIAL' => 'Set as Special Rank', - 'RANK_TITLE' => 'Rank Title', + 'RANK_SPECIAL' => 'Set as special rank', + 'RANK_TITLE' => 'Rank title', 'RANK_UPDATED' => 'The rank was successfully updated.', )); @@ -200,13 +200,13 @@ $lang = array_merge($lang, array( 'ADD_DISALLOW_TITLE' => 'Add a disallowed username', 'DELETE_DISALLOW_EXPLAIN' => 'You can remove a disallowed username by selecting the username from this list and clicking submit', - 'DELETE_DISALLOW_TITLE' => 'Remove a Disallowed Username', + 'DELETE_DISALLOW_TITLE' => 'Remove a disallowed username', 'DISALLOWED_ALREADY' => 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present.', 'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed', 'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added', - 'NO_DISALLOWED' => 'No Disallowed Usernames', - 'NO_USERNAME_SPECIFIED' => 'You haven\'t selected or entered a username to operate with.', + 'NO_DISALLOWED' => 'No disallowed usernames', + 'NO_USERNAME_SPECIFIED' => 'You haven’t selected or entered a username to operate with.', )); // Reasons @@ -215,8 +215,8 @@ $lang = array_merge($lang, array( 'ADD_NEW_REASON' => 'Add new reason', - 'IS_NOT_TRANSLATED' => 'Reason has not been localized', - 'IS_TRANSLATED' => 'Reason has been localized', + 'IS_NOT_TRANSLATED' => 'Reason has not been localised', + 'IS_TRANSLATED' => 'Reason has been localised', 'NO_REASON' => 'Reason could not be found', 'NO_REASON_INFO' => 'You have to specify a title and a description for this reason.', @@ -225,7 +225,7 @@ $lang = array_merge($lang, array( 'REASON_ADD' => 'Add report/denial reason', 'REASON_ADDED' => 'Report/denial reason successfully added', 'REASON_ALREADY_EXIST' => 'A reason with this title already exist, please enter another title for this reason.', - 'REASON_DESCRIPTION' => 'Reason Description', + 'REASON_DESCRIPTION' => 'Reason description', 'REASON_EDIT' => 'Edit report/denial reason', 'REASON_EDIT_EXPLAIN' => 'Here you are able to add or edit a reason. If the reason is translated the localized version is used instead of the description entered here.', 'REASON_REMOVED' => 'Report/denial reason successfully removed', diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 229b93591a..48ca0cf619 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -38,21 +38,21 @@ $lang = array_merge($lang, array( 'ALWAYS_TODAY' => 'Always the current date', 'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now', - 'BOOL_TYPE_EXPLAIN' => 'Define the Type, either a checkbox or radio buttons', + 'BOOL_TYPE_EXPLAIN' => 'Define the type, either a checkbox or radio buttons', 'CHANGED_PROFILE_FIELD' => 'Successfully changed profile field', 'CHARS_ANY' => 'Any character', 'CHECKBOX' => 'Checkbox', - 'CP_LANG_DEFAULT_VALUE' => 'Default Value', + 'CP_LANG_DEFAULT_VALUE' => 'Default value', 'CP_LANG_EXPLAIN' => 'Field Description', - 'CP_LANG_EXPLAIN_EXPLAIN' => 'The Explanation for this field presented to the user', - 'CP_LANG_NAME' => 'Field Name/Title presented to the user', + 'CP_LANG_EXPLAIN_EXPLAIN' => 'The explanation for this field presented to the user', + 'CP_LANG_NAME' => 'Field name/title presented to the user', 'CP_LANG_OPTIONS' => 'Options', - 'CREATE_NEW_FIELD' => 'Create New Field', + 'CREATE_NEW_FIELD' => 'Create new field', 'COLUMNS' => 'Columns', - 'DEFAULT_ISO_LANGUAGE' => 'Default Language [%s]', - 'DEFAULT_VALUE' => 'Default Value', + 'DEFAULT_ISO_LANGUAGE' => 'Default language [%s]', + 'DEFAULT_VALUE' => 'Default value', 'DELETE_PROFILE_FIELD' => 'Remove profile field', 'DELETE_PROFILE_FIELD_CONFIRM' => 'Are you sure you want to delete this profile field?', 'DISPLAY_AT_PROFILE' => 'Display in user control panel', @@ -71,77 +71,77 @@ $lang = array_merge($lang, array( 'FIELD_BOOL' => 'Boolean (Yes/No)', 'FIELD_DATE' => 'Date', - 'FIELD_DESCRIPTION' => 'Field Description', - 'FIELD_DESCRIPTION_EXPLAIN' => 'The Explanation for this field presented to the user', - 'FIELD_DROPDOWN' => 'Dropdown Box', - 'FIELD_IDENT' => 'Field Identification', + 'FIELD_DESCRIPTION' => 'Field description', + 'FIELD_DESCRIPTION_EXPLAIN' => 'The explanation for this field presented to the user', + 'FIELD_DROPDOWN' => 'Dropdown box', + 'FIELD_IDENT' => 'Field identification', 'FIELD_IDENT_ALREADY_EXIST' => 'The chosen field identification already exist. Please choose another name.', - 'FIELD_IDENT_EXPLAIN' => 'The field Identification is a name to identify the profile field within the database and the templates.', + 'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.', 'FIELD_INT' => 'Numbers', 'FIELD_LENGTH' => 'Length of input box', 'FIELD_NOT_FOUND' => 'Profile field not found', - 'FIELD_STRING' => 'Single Textfield', + 'FIELD_STRING' => 'Single textfield', 'FIELD_TEXT' => 'Textarea', - 'FIELD_TYPE' => 'Field Type', + 'FIELD_TYPE' => 'Field type', 'FIELD_TYPE_EXPLAIN' => 'You are not able to change the field type later.', - 'FIELD_VALIDATION' => 'Field Validation', - 'FIRST_OPTION' => 'First Option', + 'FIELD_VALIDATION' => 'Field validation', + 'FIRST_OPTION' => 'First option', - 'HIDE_PROFILE_FIELD' => 'Hide Profile Field', + 'HIDE_PROFILE_FIELD' => 'Hide profile field', 'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only Administrators and Moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in user profiles.', 'INVALID_CHARS_FIELD_IDENT' => 'Field identification can only contain lowercase a-z and _', 'ISO_LANGUAGE' => 'Language [%s]', - 'LANG_SPECIFIC_OPTIONS' => 'Language specific options [<b>%s</b>]', + 'LANG_SPECIFIC_OPTIONS' => 'Language specific options [<strong>%s</strong>]', 'MAX_FIELD_CHARS' => 'Maximum number of characters', 'MAX_FIELD_NUMBER' => 'Highest allowed number', 'MIN_FIELD_CHARS' => 'Minimum number of characters', 'MIN_FIELD_NUMBER' => 'Lowest allowed number', - 'NO_FIELD_ENTRIES' => 'No Entries defined', + 'NO_FIELD_ENTRIES' => 'No entries defined', 'NO_FIELD_ID' => 'No field id specified', 'NO_FIELD_TYPE' => 'No Field type specified', 'NO_VALUE_OPTION' => 'Option equal to non entered value', 'NO_VALUE_OPTION_EXPLAIN' => 'Value for a non-entry. If the field is required, the user gets an error if he choose the option selected here', 'NUMBERS_ONLY' => 'Only numbers (0-9)', - 'PREVIEW_PROFILE_FIELD' => 'Preview Profile Field', - 'PROFILE_BASIC_OPTIONS' => 'Basic Options', + 'PREVIEW_PROFILE_FIELD' => 'Preview profile field', + 'PROFILE_BASIC_OPTIONS' => 'Basic options', 'PROFILE_FIELD_ACTIVATED' => 'Profile field successfully activated', 'PROFILE_FIELD_DEACTIVATED' => 'Profile field successfully deactivated', 'PROFILE_LANG_OPTIONS' => 'Language specific options', 'PROFILE_TYPE_OPTIONS' => 'Profile type specific options', - 'RADIO_BUTTONS' => 'Radio Buttons', + 'RADIO_BUTTONS' => 'Radio buttons', 'REMOVED_PROFILE_FIELD' => 'Successfully removed profile field.', 'REQUIRED_FIELD' => 'Required Field', 'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration and within the user control panel.', 'ROWS' => 'Rows', 'SAVE' => 'Save', - 'SECOND_OPTION' => 'Second Option', + 'SECOND_OPTION' => 'Second option', 'STEP_1_EXPLAIN_CREATE' => 'Here you can enter the first basic parameters of your new profile field. These informations are needed for the second step where you are able to set remaining options and where you are able to preview and tweak your profile field further.', 'STEP_1_EXPLAIN_EDIT' => 'Here you can change the basic parameters of your profile field. The relevant options are re-calculated within the second step, where you are able to preview and test the changed settings.', - 'STEP_1_TITLE_CREATE' => 'Add Profile Field', - 'STEP_1_TITLE_EDIT' => 'Edit Profile Field', + 'STEP_1_TITLE_CREATE' => 'Add profile field', + 'STEP_1_TITLE_EDIT' => 'Edit profile field', 'STEP_2_EXPLAIN_CREATE' => 'Here you are able to define some common options. Further you are able to preview the field you generated, as the user will see it. Play around with it until you are satisfied as how the field behaves.', - 'STEP_2_EXPLAIN_EDIT' => 'Here you are able to change some common options. Further you are able to preview the changed field, as the user will see it. Play around with it until you are satisfied as how the field behaves.<br /><b>Please note that changes to profile fields will not affect existing profile fields entered by your users.</b>', + 'STEP_2_EXPLAIN_EDIT' => 'Here you are able to change some common options. Further you are able to preview the changed field, as the user will see it. Play around with it until you are satisfied as how the field behaves.<br /><strong>Please note that changes to profile fields will not affect existing profile fields entered by your users.</strong>', 'STEP_2_TITLE_CREATE' => 'Profile type specific options', 'STEP_2_TITLE_EDIT' => 'Profile type specific options', 'STEP_3_EXPLAIN_CREATE' => 'Since you have more than one board language installed, you have to fill out the remaining language items too. The profile field will work with the default language enabled, you are able to fill out the remaining language items later too.', 'STEP_3_EXPLAIN_EDIT' => 'Since you have more than one board language installed, you now can change or add the remaining language items too. The profile field will work with the default language enabled.', - 'STEP_3_TITLE_CREATE' => 'Remaining Language Definitions', - 'STEP_3_TITLE_EDIT' => 'Language Definitions', + 'STEP_3_TITLE_CREATE' => 'Remaining language definitions', + 'STEP_3_TITLE_EDIT' => 'Language definitions', 'STRING_DEFAULT_VALUE_EXPLAIN' => 'Enter a default phrase to be displayed, a default value. Leave empty if you want to show it empty at the first place.', 'TEXT_DEFAULT_VALUE_EXPLAIN' => 'Enter a default text to be displayed, a default value. Leave empty if you want to show it empty at the first place.', - 'UPDATE_PREVIEW' => 'Update Preview', - 'USER_FIELD_NAME' => 'Field Name/Title presented to the user', + 'UPDATE_PREVIEW' => 'Update preview', + 'USER_FIELD_NAME' => 'Field name/title presented to the user', - 'VISIBILITY_OPTION' => 'Visibility Option', + 'VISIBILITY_OPTION' => 'Visibility option', )); ?>
\ No newline at end of file diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php index 0788eb4fdc..9f2508fed5 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -40,9 +40,9 @@ $lang = array_merge($lang, array( 'DELETE_USER_POSTS' => 'Delete pruned user posts', 'DELETE_USER_POSTS_EXPLAIN' => 'Removes posts made by deleted users, has no effect if users are deactivated.', - 'JOINED_EXPLAIN' => 'Enter a date in YYYY-MM-DD format.', + 'JOINED_EXPLAIN' => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format.', - 'LAST_ACTIVE_EXPLAIN' => 'Enter a date in YYYY-MM-DD format.', + 'LAST_ACTIVE_EXPLAIN' => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format.', 'SELECT_USERS_EXPLAIN' => 'Enter specific usernames here, they will be used in preference to the criteria above.', @@ -54,22 +54,22 @@ $lang = array_merge($lang, array( $lang = array_merge($lang, array( 'ACP_PRUNE_FORUMS_EXPLAIN' => 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.', - 'FORUM_PRUNE' => 'Forum Prune', + 'FORUM_PRUNE' => 'Forum prune', 'NO_PRUNE' => 'No forums pruned', - 'SELECTED_FORUM' => 'Selected Forum', - 'SELECTED_FORUMS' => 'Selected Forums', + 'SELECTED_FORUM' => 'Selected forum', + 'SELECTED_FORUMS' => 'Selected forums', 'POSTS_PRUNED' => 'Posts pruned', - 'PRUNE_ANNOUNCEMENTS' => 'Prune Announcements', - 'PRUNE_FINISHED_POLLS' => 'Prune Closed Polls', + 'PRUNE_ANNOUNCEMENTS' => 'Prune announcements', + 'PRUNE_FINISHED_POLLS' => 'Prune closed polls', 'PRUNE_FINISHED_POLLS_EXPLAIN' => 'Removes topics with polls which have ended.', 'PRUNE_NOT_POSTED' => 'Days since last posted', 'PRUNE_NOT_VIEWED' => 'Days since last viewed', - 'PRUNE_OLD_POLLS' => 'Prune Old Polls', + 'PRUNE_OLD_POLLS' => 'Prune old polls', 'PRUNE_OLD_POLLS_EXPLAIN' => 'Removes topics with polls not voted in for post age days.', - 'PRUNE_STICKY' => 'Prune Stickies', + 'PRUNE_STICKY' => 'Prune stickies', 'PRUNE_SUCCESS' => 'Pruning of forums was successful', 'TOPICS_PRUNED' => 'Topics pruned', diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 9766729f35..b56a648bf0 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -31,17 +31,17 @@ if (empty($lang) || !is_array($lang)) // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine $lang = array_merge($lang, array( - 'ACP_SEARCH_INDEX_EXPLAIN' => 'Here you can manage the search backend\'s indexes. Since you normally use only one backend you should delete all indexes that you do not make use of. After altering some of the search settings (e.g. the number of minimum/maximum chars) it might be worth recreating the index so it reflects those changes.', + 'ACP_SEARCH_INDEX_EXPLAIN' => 'Here you can manage the search backend’s indexes. Since you normally use only one backend you should delete all indexes that you do not make use of. After altering some of the search settings (e.g. the number of minimum/maximum chars) it might be worth recreating the index so it reflects those changes.', 'ACP_SEARCH_SETTINGS_EXPLAIN' => 'Here you can define what search backend will be used for indexing posts and performing searches. You can set various options that can influence how much processing these actions require. Some of these settings are the same for all search engine backends.', - 'CONFIRM_SEARCH_BACKEND' => 'Are you sure you wish to switch to a different search backend? After changing the search backend you will have to create an index for the new search backend. If you don\'t plan on switching back to the old search backend you can also delete the old backend\'s index in order to free system resources.', + 'CONFIRM_SEARCH_BACKEND' => 'Are you sure you wish to switch to a different search backend? After changing the search backend you will have to create an index for the new search backend. If you don’t plan on switching back to the old search backend you can also delete the old backend’s index in order to free system resources.', 'CONTINUE_DELETING_INDEX' => 'Continue previous index deleting process', 'CONTINUE_DELETING_INDEX_EXPLAIN' => 'An index deleting process has been started. In order to access the search index page again you need to complete it first.', 'CONTINUE_INDEXING' => 'Continue previous indexing process', 'CONTINUE_INDEXING_EXPLAIN' => 'An indexing process has been started. In order to access the search index page again you need to complete it first.', - 'CREATE_INDEX' => 'Create Index', + 'CREATE_INDEX' => 'Create index', - 'DELETE_INDEX' => 'Delete Index', + 'DELETE_INDEX' => 'Delete index', 'DELETING_INDEX_IN_PROGRESS' => 'Deleting the index in progress', 'DELETING_INDEX_IN_PROGRESS_EXPLAIN' => 'The search backend is currently cleaning its index. This can take a few minutes.', @@ -51,12 +51,12 @@ $lang = array_merge($lang, array( 'FULLTEXT_MYSQL_TEXT_CARDINALITY' => 'Cardinality of the post_text fulltext index (estimate of unique values)', 'FULLTEXT_MYSQL_TOTAL_POSTS' => 'Total number of indexed posts', - 'GENERAL_SEARCH_SETTINGS' => 'General Search Settings', + 'GENERAL_SEARCH_SETTINGS' => 'General search settings', 'GO_TO_SEARCH_INDEX' => 'Go to search index page', - 'INDEX_STATS' => 'Index Statistics', + 'INDEX_STATS' => 'Index statistics', 'INDEXING_IN_PROGRESS' => 'Indexing in progress', - 'INDEXING_IN_PROGRESS_EXPLAIN' => 'The search backend is currently indexing all posts on the board. This can take from a few minutes to a few hours depending on your board\'s size.', + 'INDEXING_IN_PROGRESS_EXPLAIN' => 'The search backend is currently indexing all posts on the board. This can take from a few minutes to a few hours depending on your board’s size.', 'LIMIT_SEARCH_LOAD' => 'Search page system load limit', 'LIMIT_SEARCH_LOAD_EXPLAIN' => 'If the 1 minute system load exceeds this value the search page will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.', @@ -66,7 +66,7 @@ $lang = array_merge($lang, array( 'MIN_SEARCH_CHARS' => 'Min characters indexed by search', 'MIN_SEARCH_CHARS_EXPLAIN' => 'Words with at least this many characters will be indexed for searching.', 'MIN_SEARCH_AUTHOR_CHARS' => 'Min author name characters', - 'MIN_SEARCH_AUTHOR_CHARS_EXPLAIN' => 'Users have to enter at least this many characters of the name when performing a wildcard author search. If the author\'s username is shorter than this number you can still search for the author\'s posts by entering the complete username.', + 'MIN_SEARCH_AUTHOR_CHARS_EXPLAIN' => 'Users have to enter at least this many characters of the name when performing a wildcard author search. If the author’s username is shorter than this number you can still search for the author’s posts by entering the complete username.', 'PROGRESS_BAR' => 'Progress bar', @@ -78,8 +78,8 @@ $lang = array_merge($lang, array( 'SEARCH_INTERVAL_EXPLAIN' => 'Number of seconds users must wait between searches. This interval is checked independendly for each user.', 'SEARCH_STORE_RESULTS' => 'Search result cache length', 'SEARCH_STORE_RESULTS_EXPLAIN' => 'Cached search results will expire after this time, in seconds. Set to 0 if you want to disable search cache.', - 'SEARCH_TYPE' => 'Search Backend', - 'SEARCH_TYPE_EXPLAIN' => 'phpBB allows you to choose the backend that is used for searching text in post contents. By default the search will use phpBB\'s own fulltext search.', + 'SEARCH_TYPE' => 'Search backend', + 'SEARCH_TYPE_EXPLAIN' => 'phpBB allows you to choose the backend that is used for searching text in post contents. By default the search will use phpBB’s own fulltext search.', 'SWITCHED_SEARCH_BACKEND' => 'You switched the search backend. In order to use the new search backend you should make sure that there is an index for the backend you chose.', 'TOTAL_WORDS' => 'Total number of indexed words', diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 9b875d28ab..237e204b91 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -33,15 +33,15 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( 'ACP_IMAGESETS_EXPLAIN' => 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.', 'ACP_STYLES_EXPLAIN' => 'Here you can manage the available styles on your board. A style consists off a template, theme and imageset. You may alter existing styles, delete, deactivate, reactivate, create or import new ones. You can also see what a style will look like using the preview function. The current default style is noted by the presence of an asterix (*). Also listed is the total user count for each style, note that overriding user styles will not be reflected here.', - 'ACP_TEMPLATES_EXPLAIN' => 'A Template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.', - 'ACP_THEMES_EXPLAIN' => 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your forum. The range of options open to you depends on the configuration of your server and phpBB installation, see the Manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.', - 'ADD_IMAGESET' => 'Create Imageset', + 'ACP_TEMPLATES_EXPLAIN' => 'A template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.', + 'ACP_THEMES_EXPLAIN' => 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your forum. The range of options open to you depends on the configuration of your server and phpBB installation, see the manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.', + 'ADD_IMAGESET' => 'Create imageset', 'ADD_IMAGESET_EXPLAIN' => 'Here you can create a new imageset. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this imageset on an existing one. You may also be able to upload or import (from the store directory) a imageset archive. If you upload or import an archive the imageset name can be optionally taken from the archive name (to do this leave the imageset name blank).', - 'ADD_STYLE' => 'Create Style', + 'ADD_STYLE' => 'Create style', 'ADD_STYLE_EXPLAIN' => 'Here you can create a new style. Depending on your server configuration and file permissions you may have additional options. For example you may be able to base this style on an existing one. You may also be able to upload or import (from the store directory) a style archive. If you upload or import an archive the style name will be determined automatically.', - 'ADD_TEMPLATE' => 'Create Template', + 'ADD_TEMPLATE' => 'Create template', 'ADD_TEMPLATE_EXPLAIN' => 'Here you can add a new template. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this template set on an existing one. You may also be able to upload or import (from the store directory) a template archive. If you upload or import an archive the template name can be optionally taken from the archive name (to do this leave the template name blank).', - 'ADD_THEME' => 'Create Theme', + 'ADD_THEME' => 'Create theme', 'ADD_THEME_EXPLAIN' => 'Here you can add a new theme. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this theme on an existing one. You may also be able to upload or import (from the store directory) a theme archive. If you upload or import an archive the theme name can be optionally taken from the archive name (to do this leave the theme name blank).', 'ARCHIVE_FORMAT' => 'Archive file type', @@ -66,18 +66,18 @@ $lang = array_merge($lang, array( 'CREATE_TEMPLATE' => 'Create new template set', 'CREATE_THEME' => 'Create new theme', 'CSS_CLASS_NAME' => 'CSS class name', - 'CSS_COLOUR_EXPLAIN' => 'You can either enter a hex number for the colour or use the web safe colour swatch to select one.', - 'CURRENT_IMAGE' => 'Current Image', + 'CSS_COLOUR_EXPLAIN' => 'You can either enter a hexidecimal number for the colour or use the web safe colour swatch to select one.', + 'CURRENT_IMAGE' => 'Current image', 'CUSTOM_CLASS' => 'Custom class', 'CUSTOM_CLASS_EXPLAIN' => 'You can add additional classes to this theme if you wish. You must provide the actual CSS class name below, it must be the same as that you have or will use in your template. Please remember that class names may contain only alphanumeric characters, periods (.), colons (:), dash (-) and number/hash/pound (#). The new class will be added to class selection above.', 'DEACTIVATE_DEFAULT' => 'You cannot deactivate the default style.', 'DELETE_FROM_FS' => 'Delete from filesystem', - 'DELETE_IMAGESET' => 'Delete Imageset', + 'DELETE_IMAGESET' => 'Delete imageset', 'DELETE_IMAGESET_EXPLAIN' => 'Here you can remove the selected imageset from the database. Additionally, if you have permission you can elect to remove the set from the filesystem. Please note that there is no undo capability. When the imageset is deleted it is gone for good. It is recommended that you first export your set for possible future use.', 'DELETE_STYLE' => 'Delete style', 'DELETE_STYLE_EXPLAIN' => 'Here you can remove the selected style. You cannot remove all the style elements from here. These must be deleted individually via their respective forms. Take care in deleting styles there is no undo facility.', - 'DELETE_TEMPLATE' => 'Delete Template', + 'DELETE_TEMPLATE' => 'Delete template', 'DELETE_TEMPLATE_EXPLAIN' => 'Here you can remove the selected template set from the database. Additionally, if you have permission you can elect to remove the set from the filesystem. Please note that there is no undo capability. When the templates are deleted they are gone for good. It is recommended that you first export your set for possible future use.', 'DELETE_THEME' => 'Delete theme', 'DELETE_THEME_EXPLAIN' => 'Here you can remove the selected theme from the database. Additionally, if you have permission you can elect to remove the theme from the filesystem. Please note that there is no undo capability. When the theme is deleted it is gone for good. It is recommended that you first export your theme for possible future use.', @@ -86,7 +86,7 @@ $lang = array_merge($lang, array( 'EDIT_DETAILS_IMAGESET' => 'Edit imageset details', 'EDIT_DETAILS_IMAGESET_EXPLAIN' => 'Here you can edit certain imageset details such as its name.', - 'EDIT_DETAILS_STYLE' => 'Edit Style', + 'EDIT_DETAILS_STYLE' => 'Edit style', 'EDIT_DETAILS_STYLE_EXPLAIN' => 'Using the form below you can modify this existing style. You may alter the combination of template, theme and imageset which define the style itself. You may also make the style the default one.', 'EDIT_DETAILS_TEMPLATE' => 'Edit template details', 'EDIT_DETAILS_TEMPLATE_EXPLAIN' => 'Here you can edit certain templates details such as its name. You may also have the option to switch storage of the stylesheet from the filesystem to the database and vice versa. This option depends on your PHP configuration and whether your template set can be written to by the webserver.', @@ -105,7 +105,7 @@ $lang = array_merge($lang, array( 'FOREGROUND' => 'Foreground', 'FONT_COLOUR' => 'Font colour', 'FONT_FACE' => 'Font face', - 'FONT_FACE_EXPLAIN' => 'You can specify multiple fonts seperated by commas. If a user doesn\'t have the first font installed the first other working font will be chosen.', + 'FONT_FACE_EXPLAIN' => 'You can specify multiple fonts seperated by commas. If a user doesn’t have the first font installed the first other working font will be chosen.', 'FONT_SIZE' => 'Font size', 'GLOBAL_IMAGES' => 'Global', @@ -320,7 +320,7 @@ $lang = array_merge($lang, array( 'SELECT_IMAGE' => 'Select image', 'SELECT_TEMPLATE' => 'Select template file', 'SELECT_CLASS' => 'Select CSS class', - 'SELECTED_IMAGE' => 'Selected Image', + 'SELECTED_IMAGE' => 'Selected image', 'SELECTED_IMAGESET' => 'Selected imageset', 'SELECTED_TEMPLATE' => 'Selected template', 'SELECTED_TEMPLATE_FILE' => 'Selected template file', @@ -375,7 +375,7 @@ $lang = array_merge($lang, array( 'TEMPLATE_ERR_NAME_LONG' => 'The template name can be no longer than 30 characters', 'TEMPLATE_ERR_NOT_TEMPLATE' => 'The archive you specified does not contain a valid template set.', 'TEMPLATE_ERR_STYLE_NAME' => 'You must supply a name for this templates', - 'TEMPLATE_EXPORT' => 'Export Templates', + 'TEMPLATE_EXPORT' => 'Export templates', 'TEMPLATE_EXPORT_EXPLAIN' => 'Here you can export a template set in the form of an archive. This archive will contain all the files necessary to install the templates on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.', 'TEMPLATE_EXPORTED' => 'Templates exported succesfully and stored in %s', 'TEMPLATE_FILE' => 'Template file', diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 70e1520e0b..6ea2855dc0 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -74,7 +74,8 @@ $lang = array_merge($lang, array( 'SELECT_FORM' => 'Select form', 'SELECT_USER' => 'Select User', - 'USER_ADMIN' => 'User Administration', + 'USER_ADMIN' => 'User administration', + 'USER_ADMIN' => 'User administration', 'USER_ADMIN_ACTIVATE' => 'Activate account', 'USER_ADMIN_ACTIVATED' => 'User activated successfully', 'USER_ADMIN_AVATAR_REMOVED' => 'Successfully removed avatar from user account', |