aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-09-24 00:28:32 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-09-24 00:28:32 +0000
commit6ac33db38d79ba039249061f68fe4ea3728be651 (patch)
tree3585f324f36097bb5f16f8751fd384aa3607a3fd /phpBB/language/en
parent#3896 (diff)
downloadphpbb-6ac33db38d79ba039249061f68fe4ea3728be651.tar.gz
phpbb-6ac33db38d79ba039249061f68fe4ea3728be651.tar.bz2
phpbb-6ac33db38d79ba039249061f68fe4ea3728be651.zip
Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;) The basic style guide is: 1) British English, Cambridge style... ie: -ise, not -ize, etc. 2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ... additional hooks may be added to the strings to assist this. 3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. &lt;, &gt; and &amp; stay though, as they must always be entitised. There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after however many betas there may be. ;) Wooh! :P git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/attachments.php102
-rw-r--r--phpBB/language/en/acp/ban.php16
-rw-r--r--phpBB/language/en/acp/board.php126
-rw-r--r--phpBB/language/en/acp/bots.php2
-rw-r--r--phpBB/language/en/acp/common.php756
-rw-r--r--phpBB/language/en/acp/database.php24
-rw-r--r--phpBB/language/en/acp/email.php6
-rw-r--r--phpBB/language/en/acp/forums.php54
-rw-r--r--phpBB/language/en/acp/groups.php12
-rw-r--r--phpBB/language/en/acp/language.php34
-rw-r--r--phpBB/language/en/acp/modules.php10
-rw-r--r--phpBB/language/en/acp/permissions.php132
-rw-r--r--phpBB/language/en/acp/permissions_phpbb.php16
-rw-r--r--phpBB/language/en/acp/posting.php44
-rw-r--r--phpBB/language/en/acp/profile.php62
-rw-r--r--phpBB/language/en/acp/prune.php18
-rw-r--r--phpBB/language/en/acp/search.php20
-rw-r--r--phpBB/language/en/acp/styles.php28
-rw-r--r--phpBB/language/en/acp/users.php3
-rw-r--r--phpBB/language/en/common.php20
-rw-r--r--phpBB/language/en/groups.php10
-rw-r--r--phpBB/language/en/help_bbcode.php2
-rw-r--r--phpBB/language/en/help_faq.php18
-rwxr-xr-xphpBB/language/en/install.php52
-rw-r--r--phpBB/language/en/mcp.php2
-rw-r--r--phpBB/language/en/memberlist.php4
-rw-r--r--phpBB/language/en/posting.php6
-rw-r--r--phpBB/language/en/search.php2
-rw-r--r--phpBB/language/en/ucp.php48
-rw-r--r--phpBB/language/en/viewtopic.php2
30 files changed, 816 insertions, 815 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 />&#187; %s',
- 'LOG_ACL_ADD_GROUP_GLOBAL_U_' => '<b>Added or edited groups user permissions</b><br />&#187; %s',
- 'LOG_ACL_ADD_USER_GLOBAL_M_' => '<b>Added or edited users global moderator permissions</b><br />&#187; %s',
- 'LOG_ACL_ADD_GROUP_GLOBAL_M_' => '<b>Added or edited groups global moderator permissions</b><br />&#187; %s',
- 'LOG_ACL_ADD_USER_GLOBAL_A_' => '<b>Added or edited users admin permissions</b><br />&#187; %s',
- 'LOG_ACL_ADD_GROUP_GLOBAL_A_' => '<b>Added or edited groups admin permissions</b><br />&#187; %s',
-
- 'LOG_ACL_ADD_ADMIN_GLOBAL_A_' => '<b>Added or edited Administrators</b><br />&#187; %s',
- 'LOG_ACL_ADD_MOD_GLOBAL_M_' => '<b>Added or edited Global Moderators</b><br />&#187; %s',
-
- 'LOG_ACL_ADD_USER_LOCAL_F_' => '<b>Added or edited users forum access</b> from %1$s<br />&#187; %2$s',
- 'LOG_ACL_ADD_USER_LOCAL_M_' => '<b>Added or edited users forum moderator access</b> from %1$s<br />&#187; %2$s',
- 'LOG_ACL_ADD_GROUP_LOCAL_F_' => '<b>Added or edited groups forum access</b> from %1$s<br />&#187; %2$s',
- 'LOG_ACL_ADD_GROUP_LOCAL_M_' => '<b>Added or edited groups forum moderator access</b> from %1$s<br />&#187; %2$s',
-
- 'LOG_ACL_ADD_MOD_LOCAL_M_' => '<b>Added or edited Moderators</b> from %1$s<br />&#187; %2$s',
- 'LOG_ACL_ADD_FORUM_LOCAL_F_' => '<b>Added or edited Forum Permissions</b> from %1$s<br />&#187; %2$s',
-
- 'LOG_ACL_DEL_ADMIN_GLOBAL_A_' => '<b>Removed Administrators</b><br />&#187; %s',
- 'LOG_ACL_DEL_MOD_GLOBAL_M_' => '<b>Removed Global Moderators</b><br />&#187; %s',
- 'LOG_ACL_DEL_MOD_LOCAL_M_' => '<b>Removed Moderators</b> from %1$s<br />&#187; %2$s',
- 'LOG_ACL_DEL_FORUM_LOCAL_F_' => '<b>Removed User/Group Forum Permissions</b> from %1$s<br />&#187; %2$s',
-
- 'LOG_ACL_TRANSFER_PERMISSIONS' => '<b>Permissions transfered from</b><br />&#187; %s',
- 'LOG_ACL_RESTORE_PERMISSIONS' => '<b>Own permissions restored after using permissions from</b><br />&#187; %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 />&#187; %s',
- 'LOG_ATTACH_EXT_DEL' => '<b>Removed attachment extension</b><br />&#187; %s',
- 'LOG_ATTACH_EXT_UPDATE' => '<b>Updated attachment extension</b><br />&#187; %s',
- 'LOG_ATTACH_EXTGROUP_ADD' => '<b>Added extension group</b><br />&#187; %s',
- 'LOG_ATTACH_EXTGROUP_EDIT' => '<b>Edited extension group</b><br />&#187; %s',
- 'LOG_ATTACH_EXTGROUP_DEL' => '<b>Removed extension group</b><br />&#187; %s',
- 'LOG_ATTACH_FILEUPLOAD' => '<b>Orphan File uploaded to Post</b><br />&#187; ID %1$d - %2$s',
- 'LOG_ATTACH_ORPHAN_DEL' => '<b>Orphan Files deleted</b><br />&#187; %s',
-
- 'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason "<i>%1$s</i>"<br />&#187; %2$s ',
- 'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason "<i>%1$s</i>"<br />&#187; %2$s ',
- 'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason "<i>%1$s</i>"<br />&#187; %2$s ',
- 'LOG_BAN_USER' => '<b>Banned User</b> for reason "<i>%1$s</i>"<br />&#187; %2$s ',
- 'LOG_BAN_IP' => '<b>Banned ip</b> for reason "<i>%1$s</i>"<br />&#187; %2$s',
- 'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason "<i>%1$s</i>"<br />&#187; %2$s',
- 'LOG_UNBAN_USER' => '<b>Unbanned user</b><br />&#187; %s',
- 'LOG_UNBAN_IP' => '<b>Unbanned ip</b><br />&#187; %s',
- 'LOG_UNBAN_EMAIL' => '<b>Unbanned email</b><br />&#187; %s',
-
- 'LOG_BBCODE_ADD' => '<b>Added new BBCode</b><br />&#187; %s',
- 'LOG_BBCODE_EDIT' => '<b>Edited BBCode</b><br />&#187; %s',
- 'LOG_BBCODE_DELETE' => '<b>Deleted BBCode</b><br />&#187; %s',
-
- 'LOG_BOT_ADDED' => '<b>New bot added</b><br />&#187; %s',
- 'LOG_BOT_DELETE' => '<b>Deleted bot</b><br />&#187; %s',
- 'LOG_BOT_UPDATED' => '<b>Existing bot updated</b><br />&#187; %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 />&#187; %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 />&#187; %s',
- 'LOG_BUMP_TOPIC' => '<b>User bumped topic</b><br />&#187; %s',
- 'LOG_DELETE_POST' => '<b>Deleted post</b><br />&#187; %s',
- 'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />&#187; %s',
- 'LOG_FORK' => '<b>Copied topic</b><br />&#187; from %s',
- 'LOG_LOCK' => '<b>Locked topic</b><br />&#187; %s',
- 'LOG_LOCK_POST' => '<b>Locked post</b><br />&#187; %s',
- 'LOG_MERGE' => '<b>Merged posts</b> into topic<br />&#187;%s',
- 'LOG_MOVE' => '<b>Moved topic</b><br />&#187; from %s',
- 'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />&#187; %s',
- 'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />&#187; %s',
- 'LOG_TOPIC_TYPE_CHANGED' => '<b>Changed topic type</b><br />&#187; %s',
- 'LOG_UNLOCK' => '<b>Unlocked topic</b><br />&#187; %s',
- 'LOG_UNLOCK_POST' => '<b>Unlocked post</b><br />&#187; %s',
-
- 'LOG_DISALLOW_ADD' => '<b>Added disallowed username</b><br />&#187; %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 />&#187; %s',
- 'LOG_DOWNLOAD_IP' => '<b>Added ip/hostname to download list</b><br />&#187; %s',
- 'LOG_DOWNLOAD_REMOVE_IP' => '<b>Removed ip/hostname from download list</b><br />&#187; %s',
-
- 'LOG_ERROR_JABBER' => '<b>Jabber Error</b><br />&#187; %s',
- 'LOG_ERROR_EMAIL' => '<b>Email Error</b><br />&#187; %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 />&#187; %s',
- 'LOG_FORUM_DEL_FORUM' => '<b>Deleted forum</b><br />&#187; %s',
- 'LOG_FORUM_DEL_FORUMS' => '<b>Deleted forum and its subforums</b><br />&#187; %s',
- 'LOG_FORUM_DEL_MOVE_FORUMS' => '<b>Deleted forum and moved subforums</b> to %1$s<br />&#187; %2$s',
- 'LOG_FORUM_DEL_MOVE_POSTS' => '<b>Deleted forum and moved posts </b> to %1$s<br />&#187; %2$s',
- 'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<b>Deleted forum and its subforums, moved messages</b> to %1$s<br />&#187; %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 />&#187; %3$s',
- 'LOG_FORUM_DEL_POSTS' => '<b>Deleted forum and its messages</b><br />&#187; %s',
- 'LOG_FORUM_DEL_POSTS_FORUMS' => '<b>Deleted forum, its messages and subforums</b><br />&#187; %s',
- 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<b>Deleted forum and its messages, moved subforums</b> to %1$s<br />&#187; %2$s',
- 'LOG_FORUM_EDIT' => '<b>Edited forum details</b><br />&#187; %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 />&#187; %s',
-
- 'LOG_GROUP_CREATED' => '<b>New usergroup created</b><br />&#187; %s',
- 'LOG_GROUP_DEFAULTS' => '<b>Group made default for members</b><br />&#187; %s',
- 'LOG_GROUP_DELETE' => '<b>Usergroup deleted</b><br />&#187; %s',
- 'LOG_GROUP_DEMOTED' => '<b>Leaders demoted in usergroup</b> %1$s<br />&#187; %2$s',
- 'LOG_GROUP_PROMOTED' => '<b>Members promoted to leader in usergroup</b> %1$s<br />&#187; %2$s',
- 'LOG_GROUP_REMOVE' => '<b>Members removed from usergroup</b> %1$s<br />&#187; %2$s',
- 'LOG_GROUP_UPDATED' => '<b>Usergroup details updated</b><br />&#187; %s',
- 'LOG_MODS_ADDED' => '<b>Added new leaders to usergroup</b> %1$s<br />&#187; %2$s',
- 'LOG_USERS_APPROVED' => '<b>Users approved in usergroup</b> %1$s<br />&#187; %2$s',
- 'LOG_USERS_ADDED' => '<b>Added new members to usergroup</b> %1$s<br />&#187; %2$s',
-
- 'LOG_IMAGESET_ADD_DB' => '<b>Added new imageset to database</b><br />&#187; %s',
- 'LOG_IMAGESET_ADD_FS' => '<b>Add new imageset on filesystem</b><br />&#187; %s',
- 'LOG_IMAGESET_DELETE' => '<b>Deleted imageset</b><br />&#187; %s',
- 'LOG_IMAGESET_EDIT_DETAILS' => '<b>Edited imageset details</b><br />&#187; %s',
- 'LOG_IMAGESET_EDIT' => '<b>Edited imageset</b><br />&#187; %s',
- 'LOG_IMAGESET_EXPORT' => '<b>Exported imageset</b><br />&#187; %s',
- 'LOG_IMAGESET_REFRESHED' => '<b>Refreshed imageset</b><br />&#187; %s',
-
- 'LOG_INACTIVE_ACTIVATE' => '<b>Activated inactive users</b><br />&#187; %s',
- 'LOG_INACTIVE_DELETE' => '<b>Deleted inactive users</b><br />&#187; %s',
- 'LOG_INACTIVE_REMIND' => '<b>Sent reminder emails to inactive users</b><br />&#187; %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 />&#187;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 />&#187; %s',
- 'LOG_LANGUAGE_PACK_INSTALLED' => '<b>Installed language pack</b><br />&#187; %s',
- 'LOG_LANGUAGE_PACK_UPDATED' => '<b>Updated language pack details</b><br />&#187; %s',
- 'LOG_LANGUAGE_FILE_REPLACED' => '<b>Replaced language file</b><br />&#187; %s',
-
- 'LOG_MASS_EMAIL' => '<b>Sent mass email</b><br />&#187; %s',
-
- 'LOG_MCP_CHANGE_POSTER' => '<b>Changed poster in topic "%1$s"</b><br />&#187; 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 />&#187; %s',
- 'LOG_MODULE_MOVE_UP' => '<b>Module moved up</b><br />&#187; %s',
- 'LOG_MODULE_REMOVED' => '<b>Module removed</b><br />&#187; %s',
- 'LOG_MODULE_ADD' => '<b>Module added</b><br />&#187; %s',
- 'LOG_MODULE_EDIT' => '<b>Module edited</b><br />&#187; %s',
-
- 'LOG_A_ROLE_ADD' => '<b>Admin Role added</b><br />&#187; %s',
- 'LOG_A_ROLE_EDIT' => '<b>Admin Role edited</b><br />&#187; %s',
- 'LOG_A_ROLE_REMOVED' => '<b>Admin Role removed</b><br />&#187; %s',
- 'LOG_F_ROLE_ADD' => '<b>Forum Role added</b><br />&#187; %s',
- 'LOG_F_ROLE_EDIT' => '<b>Forum Role edited</b><br />&#187; %s',
- 'LOG_F_ROLE_REMOVED' => '<b>Forum Role removed</b><br />&#187; %s',
- 'LOG_M_ROLE_ADD' => '<b>Moderator Role added</b><br />&#187; %s',
- 'LOG_M_ROLE_EDIT' => '<b>Moderator Role edited</b><br />&#187; %s',
- 'LOG_M_ROLE_REMOVED' => '<b>Moderator Role removed</b><br />&#187; %s',
- 'LOG_U_ROLE_ADD' => '<b>User Role added</b><br />&#187; %s',
- 'LOG_U_ROLE_EDIT' => '<b>User Role edited</b><br />&#187; %s',
- 'LOG_U_ROLE_REMOVED' => '<b>User Role removed</b><br />&#187; %s',
-
- 'LOG_PROFILE_FIELD_ACTIVATE' => '<b>Profile field activated</b><br />&#187; %s',
- 'LOG_PROFILE_FIELD_CREATE' => '<b>Profile field added</b><br />&#187; %s',
- 'LOG_PROFILE_FIELD_DEACTIVATE' => '<b>Profile field deactivated</b><br />&#187; %s',
- 'LOG_PROFILE_FIELD_EDIT' => '<b>Profile field changed</b><br />&#187; %s',
- 'LOG_PROFILE_FIELD_REMOVED' => '<b>Profile field removed</b><br />&#187; %s',
-
- 'LOG_PRUNE' => '<b>Pruned forums</b><br />&#187; %s',
- 'LOG_AUTO_PRUNE' => '<b>Auto-pruned forums</b><br />&#187; %s',
- 'LOG_PRUNE_USER_DEAC' => '<b>Users deactivated</b><br />&#187; %s',
- 'LOG_PRUNE_USER_DEL_DEL' => '<b>Users pruned and posts deleted</b><br />&#187; %s',
- 'LOG_PRUNE_USER_DEL_ANON' => '<b>Users pruned and posts retained</b><br />&#187; %s',
-
- 'LOG_REASON_ADDED' => '<b>Added report/denial reason</b><br />&#187; %s',
- 'LOG_REASON_REMOVED' => '<b>Removed report/denial reason</b><br />&#187; %s',
- 'LOG_REASON_UPDATED' => '<b>Updated report/denial reason</b><br />&#187; %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 />&#187; %s',
- 'LOG_STYLE_DELETE' => '<b>Deleted style</b><br />&#187; %s',
- 'LOG_STYLE_EDIT_DETAILS' => '<b>Edited style</b><br />&#187; %s',
- 'LOG_STYLE_EXPORT' => '<b>Exported style</b><br />&#187; %s',
-
- 'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />&#187; %s',
- 'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />&#187; %s',
- 'LOG_TEMPLATE_CACHE_CLEARED' => '<b>Deleted cached versions of template files in template set <i>%1$s</i></b><br />&#187; %2$s',
- 'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />&#187; %s',
- 'LOG_TEMPLATE_EDIT' => '<b>Edited template set <i>%1$s</i></b><br />&#187; %2$s',
- 'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />&#187; %s',
- 'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />&#187; %s',
- 'LOG_TEMPLATE_REFRESHED' => '<b>Refreshed template set</b><br />&#187; %s',
-
- 'LOG_THEME_ADD_DB' => '<b>Added new theme to database</b><br />&#187; %s',
- 'LOG_THEME_ADD_FS' => '<b>Add new theme on filesystem</b><br />&#187; %s',
- 'LOG_THEME_DELETE' => '<b>Theme deleted</b><br />&#187; %s',
- 'LOG_THEME_EDIT_DETAILS' => '<b>Edited theme details</b><br />&#187; %s',
- 'LOG_THEME_EDIT' => '<b>Edited theme <i>%1$s</i></b><br />&#187; Modified class <i>%2$s</i>',
- 'LOG_THEME_EDIT_ADD' => '<b>Edited theme <i>%1$s</i></b><br />&#187; Added class <i>%2$s</i>',
- 'LOG_THEME_EXPORT' => '<b>Exported theme</b><br />&#187; %s',
- 'LOG_THEME_REFRESHED' => '<b>Refreshed theme</b><br />&#187; %s',
-
- 'LOG_USER_ACTIVE' => '<b>User activated</b><br />&#187; %s',
- 'LOG_USER_BAN_USER' => '<b>Banned User via user management</b> for reason "<i>%1$s</i>"<br />&#187; %2$s',
- 'LOG_USER_BAN_IP' => '<b>Banned ip via user management</b> for reason "<i>%1$s</i>"<br />&#187; %2$s',
- 'LOG_USER_BAN_EMAIL' => '<b>Banned email via user management</b> for reason "<i>%1$s</i>"<br />&#187; %2$s',
- 'LOG_USER_DELETED' => '<b>Deleted user</b><br />&#187; %s',
- 'LOG_USER_DEL_ATTACH' => '<b>Removed all attachments made by the user</b><br />&#187; %s',
- 'LOG_USER_DEL_AVATAR' => '<b>Removed user avatar</b><br />&#187; %s',
- 'LOG_USER_DEL_POSTS' => '<b>Removed all posts made by the user</b><br />&#187; %s',
- 'LOG_USER_DEL_SIG' => '<b>Removed user signature</b><br />&#187; %s',
- 'LOG_USER_INACTIVE' => '<b>User deactivated</b><br />&#187; %s',
- 'LOG_USER_MOVE_POSTS' => '<b>Moved user posts</b><br />&#187; posts by "%1$s" to forum "%2$s"',
- 'LOG_USER_NEW_PASSWORD' => '<b>Changed user password</b><br />&#187; %s',
- 'LOG_USER_REACTIVATE' => '<b>Forced user account re-activation</b><br />&#187; %s',
- 'LOG_USER_UPDATE_EMAIL' => '<b>User "%1$s" changed email</b><br />&#187; from "%2$s" to "%3$s"',
- 'LOG_USER_UPDATE_NAME' => '<b>Changed username</b><br />&#187; from "%1$s" to "%2$s"',
- 'LOG_USER_USER_UPDATE' => '<b>Updated user details</b><br />&#187; %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 />&#187; %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 />&#187; %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 />&#187; %s',
- 'LOG_USER_WARNING' => '<b>Added user warning</b><br />&#187;%s',
- 'LOG_USER_WARNING_BODY' => '<b>The following warning was issued to this user</b><br />&#187;%s',
-
- 'LOG_USER_GROUP_CHANGE' => '<b>User changed default group</b><br />&#187; %s',
- 'LOG_USER_GROUP_DEMOTE' => '<b>User demoted as leaders from usergroup</b><br />&#187; %s',
- 'LOG_USER_GROUP_JOIN' => '<b>User joined group</b><br />&#187; %s',
- 'LOG_USER_GROUP_JOIN_PENDING' => '<b>User joined group and needs to be approved</b><br />&#187; %s',
- 'LOG_USER_GROUP_RESIGN' => '<b>User resigned membership from group</b><br />&#187; %s',
-
- 'LOG_WORD_ADD' => '<b>Added word censor</b><br />&#187; %s',
- 'LOG_WORD_DELETE' => '<b>Deleted word censor</b><br />&#187; %s',
- 'LOG_WORD_EDIT' => '<b>Edited word censor</b><br />&#187; %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 &amp; 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>&lt;stringname&gt;</i>} where <i>&lt;stringname&gt;</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>&lt;stringname&gt;</em>} where <em>&lt;stringname&gt;</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',
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 17fc170d21..00c272352e 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -74,8 +74,8 @@ $lang = array_merge($lang, array(
'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.',
'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.',
'AVATAR_PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded',
- 'AVATAR_PHP_SIZE_NA' => 'The avatar\'s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
- 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar\'s filesize is too large, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
+ 'AVATAR_PHP_SIZE_NA' => 'The avatar’s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
+ 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
'AVATAR_URL_NOT_FOUND' => 'The file specified could not be found.',
'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.',
@@ -136,7 +136,7 @@ $lang = array_merge($lang, array(
'EDIT_POST' => 'Edit post',
'EMAIL' => 'Email',
'EMAIL_ADDRESS' => 'Email address',
- 'EMAIL_SMTP_ERROR_RESPONSE' => "Ran into problems sending Mail at <strong>Line %s</strong>. Response: %s",
+ 'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending email at <strong>Line %1$s</strong>. Response: %2$s',
'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
'ENABLED' => 'Enabled',
'ENCLOSURE' => 'Enclosure',
@@ -249,7 +249,7 @@ $lang = array_merge($lang, array(
'JOINED' => 'Joined',
'JUMP_PAGE' => 'Enter the page number you wish to go to',
'JUMP_TO' => 'Jump to',
- 'JUMP_TO_PAGE' => 'Click to jump to page...',
+ 'JUMP_TO_PAGE' => 'Click to jump to page…',
'KB' => 'KB',
@@ -335,7 +335,7 @@ $lang = array_merge($lang, array(
'NO_ONLINE_USERS' => 'No registered users',
'NO_POSTS' => 'No posts',
'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.',
- 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn\'t exist',
+ 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist',
'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods',
'NO_TOPIC' => 'The requested topic does not exist.',
'NO_TOPICS' => 'There are no topics or posts in this forum.',
@@ -542,7 +542,7 @@ $lang = array_merge($lang, array(
'TOTAL_USERS_ZERO' => 'Total members <strong>0</strong>',
'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',
- 'UNABLE_GET_IMAGE_SIZE' => 'Accessing the image was impossible or file isn\'t a valid image.',
+ 'UNABLE_GET_IMAGE_SIZE' => 'Accessing the image was impossible or file isn’t a valid image.',
'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.',
'UNKNOWN_BROWSER' => 'Unknown browser',
'UNMARK_ALL' => 'Unmark all',
@@ -723,12 +723,12 @@ $lang = array_merge($lang, array(
'4.5' => '[UTC + 4:30, D*] Afghanistan Time',
'5' => '[UTC + 5, E] Pakistan Standard Time, Yekaterinburg Standard Time',
'5.5' => '[UTC + 5:30, E*] Indian Standard Time, Sri Lanka Time',
- '5.75' => '[UTC + 5:45, E&Dagger;] Nepal Time',
+ '5.75' => '[UTC + 5:45, E‡] Nepal Time',
'6' => '[UTC + 6, F] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time',
'6.5' => '[UTC + 6:30, F*] Cocos Islands Time, Myanmar Time',
'7' => '[UTC + 7, G] Indochina Time, Krasnoyarsk Standard Time',
'8' => '[UTC + 8, H] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time',
- '8.75' => '[UTC + 8:45, H&Dagger;] Southeastern Western Australia Standard Time',
+ '8.75' => '[UTC + 8:45, H‡] Southeastern Western Australia Standard Time',
'9' => '[UTC + 9, I] Japan Standard Time, Korea Standard Time, Chita Standard Time',
'9.5' => '[UTC + 9:30, I*] Australian Central Standard Time',
'10' => '[UTC + 10, K] Australian Eastern Standard Time, Vladivostok Standard Time',
@@ -736,9 +736,9 @@ $lang = array_merge($lang, array(
'11' => '[UTC + 11, L] Solomon Island Time, Magadan Standard Time',
'11.5' => '[UTC + 11:30, L*] Norfolk Island Time',
'12' => '[UTC + 12, M] New Zealand Time, Fiji Time, Kamchatka Standard Time',
- '12.75' => '[UTC + 12:45, M&Dagger;] Chatham Islands Time',
+ '12.75' => '[UTC + 12:45, M‡] Chatham Islands Time',
'13' => '[UTC + 13, M*] Tonga Time, Phoenix Islands Time',
- '14' => '[UTC + 14, M&dagger;] Line Island Time',
+ '14' => '[UTC + 14, M†] Line Island Time',
),
// The value is only an example and will get replaced by the current time on view
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php
index 8bdf31168c..d28583bfb6 100644
--- a/phpBB/language/en/groups.php
+++ b/phpBB/language/en/groups.php
@@ -37,23 +37,23 @@ $lang = array_merge($lang, array(
'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group',
'GROUP_AVATAR' => 'Group avatar',
- 'GROUP_CHANGE_DEFAULT' => 'Are you sure you want to change your default membership to the group "%s"?',
+ 'GROUP_CHANGE_DEFAULT' => 'Are you sure you want to change your default membership to the group “%s”?',
'GROUP_CLOSED' => 'Closed',
'GROUP_DESC' => 'Group description',
'GROUP_HIDDEN' => 'Hidden',
- 'GROUP_INFORMATION' => 'Usergroup Information',
+ 'GROUP_INFORMATION' => 'Usergroup information',
'GROUP_IS_CLOSED' => 'This is a closed group, new members cannot automatically join.',
'GROUP_IS_FREE' => 'This is a freely open group, all new members are welcome.',
'GROUP_IS_HIDDEN' => 'This is a hidden group, only members of this group can view its membership.',
'GROUP_IS_OPEN' => 'This is an open group, members can apply to join.',
'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.',
- 'GROUP_JOIN' => 'Join Group',
+ 'GROUP_JOIN' => 'Join group',
'GROUP_JOIN_CONFIRM' => 'Are you sure you want to join the selected group?',
'GROUP_JOIN_PENDING' => 'Request to join group',
'GROUP_JOIN_PENDING_CONFIRM' => 'Are you sure you want to request joining the selected group?',
'GROUP_JOINED' => 'Successfully joined selected group',
'GROUP_JOINED_PENDING' => 'Successfully requested group membership. Please wait for a group leader to approve your membership.',
- 'GROUP_LIST' => 'Manage Users',
+ 'GROUP_LIST' => 'Manage users',
'GROUP_MEMBERS' => 'Group members',
'GROUP_NAME' => 'Group name',
'GROUP_OPEN' => 'Open',
@@ -78,7 +78,7 @@ $lang = array_merge($lang, array(
'REMOVE_SELECTED' => 'Remove selected',
- 'USER_GROUP_CHANGE' => 'From "%1$s" group to "%2$s"',
+ 'USER_GROUP_CHANGE' => 'From “%1$s” group to “%2$s”',
'USER_GROUP_DEMOTE' => 'Demote leadership',
'USER_GROUP_DEMOTE_CONFIRM' => 'Are you sure you want to demote as group leader from the selected group?',
'USER_GROUP_DEMOTED' => 'Successfully demoted your leadership.',
diff --git a/phpBB/language/en/help_bbcode.php b/phpBB/language/en/help_bbcode.php
index afdd8226f6..ada28713e0 100644
--- a/phpBB/language/en/help_bbcode.php
+++ b/phpBB/language/en/help_bbcode.php
@@ -48,7 +48,7 @@ $help = array(
),
array(
0 => 'Can I combine formatting tags?',
- 1 => 'Yes, of course you can, for example to get someones attention you may write:<br /><br /><strong>[size=18][color=red][b]</strong>LOOK AT ME!<strong>[/b][/color][/size]</strong><br /><br />this would output <span style="color:red;font-size:18px;"><strong>LOOK AT ME!</strong></span><br /><br />We don\'t recommend you output lots of text that looks like this though! Remember it is up to you, the poster to ensure tags are closed correctly. For example the following is incorrect:<br /><br /><strong>[b][u]</strong>This is wrong<strong>[/b][/u]</strong>'
+ 1 => 'Yes, of course you can, for example to get someones attention you may write:<br /><br /><strong>[size=18][color=red][b]</strong>LOOK AT ME!<strong>[/b][/color][/size]</strong><br /><br />this would output <span style="color:red;font-size:18px;"><strong>LOOK AT ME!</strong></span><br /><br />We don’t recommend you output lots of text that looks like this though! Remember it is up to you, the poster to ensure tags are closed correctly. For example the following is incorrect:<br /><br /><strong>[b][u]</strong>This is wrong<strong>[/b][/u]</strong>'
),
array(
0 => '--',
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php
index e90db8a1de..be44433302 100644
--- a/phpBB/language/en/help_faq.php
+++ b/phpBB/language/en/help_faq.php
@@ -31,7 +31,7 @@ $help = array(
1 => 'Login and Registration Issues'
),
array(
- 0 => 'Why can\'t I login?',
+ 0 => 'Why can’t I login?',
1 => 'Have you registered? Seriously, you must register in order to login. Have you been banned from the board (a message will be displayed if you have)? If so then you should contact the webmaster or board administrator to find out why. If you have registered and are not banned and you still cannot login then check and double check your username and password. Usually this is the problem, if not then contact the board administrator they may have incorrect configuration settings for the board.'
),
array(
@@ -44,11 +44,11 @@ $help = array(
),
array(
0 => 'How do I prevent my username appearing in the online user listings?',
- 1 => 'In your profile you will find an option <i>Hide your online status</i>, if you switch this <i>on</i> you\'ll only appear to board administrators or to yourself. You will be counted as a hidden user.'
+ 1 => 'In your profile you will find an option <i>Hide your online status</i>, if you switch this <i>on</i> you’ll only appear to board administrators or to yourself. You will be counted as a hidden user.'
),
array(
- 0 => 'I\'ve lost my password!',
- 1 => 'Don\'t panic! While your password cannot be retrieved it can be reset. To do this go to the login page and click <u>I\'ve forgotten my password</u>, follow the instructions and you should be back online in no time'
+ 0 => 'I’ve lost my password!',
+ 1 => 'Don’t panic! While your password cannot be retrieved it can be reset. To do this go to the login page and click <u>I’ve forgotten my password</u>, follow the instructions and you should be back online in no time'
),
array(
0 => 'I registered but cannot login!',
@@ -80,7 +80,7 @@ $help = array(
),
array(
0 => 'How do I show an image below my username?',
- 1 => 'There may be two images below a username when viewing posts. The first is an image associated with your rank, generally these take the form of stars or blocks indicating how many posts you have made or your status on the forums. Below this may be a larger image known as an avatar, this is generally unique or personal to each user. It is up to the board administrator to enable avatars and they have a choice over the way in which avatars can be made available. If you are unable to use avatars then this is the decision of the board admin, you should ask them their reasons (we\'re sure they\'ll be good!)'
+ 1 => 'There may be two images below a username when viewing posts. The first is an image associated with your rank, generally these take the form of stars or blocks indicating how many posts you have made or your status on the forums. Below this may be a larger image known as an avatar, this is generally unique or personal to each user. It is up to the board administrator to enable avatars and they have a choice over the way in which avatars can be made available. If you are unable to use avatars then this is the decision of the board admin, you should ask them their reasons (we’re sure they’ll be good!)'
),
array(
0 => 'How do I change my rank?',
@@ -115,11 +115,11 @@ $help = array(
1 => 'As with posts, polls can only be edited by the original poster, a moderator or board admin. To edit a poll click the first post in the topic (this always has the poll associated with it). If no one has cast a vote then users can delete the poll or edit any poll option, however if people have already placed votes only moderators or administrators can edit or delete it. This is to prevent people rigging polls by changing options mid-way through a poll'
),
array(
- 0 => 'Why can\'t I access a forum?',
+ 0 => 'Why can’t I access a forum?',
1 => 'Some forums may be limited to certain users or groups. To view, read, post, etc. you may need special authorisation, only the forum moderator and board admin can grant this access, you should contact them.'
),
array(
- 0 => 'Why can\'t I vote in polls?',
+ 0 => 'Why can’t I vote in polls?',
1 => 'Only registered users can vote in polls (so as to prevent spoofing of results). If you have registered and still cannot vote then you probably do not have appropriate access rights.'
),
array(
@@ -132,7 +132,7 @@ $help = array(
),
array(
0 => 'Can I use HTML?',
- 1 => '...'
+ 1 => ''
),
array(
0 => 'What are Smileys?',
@@ -203,7 +203,7 @@ $help = array(
1 => 'This software (in its unmodified form) is produced, released and is copyright <a href="http://www.phpbb.com/" target="_blank">phpBB Group</a>. It is made available under the GNU General Public Licence and may be freely distributed, see link for more details'
),
array(
- 0 => 'Why isn\'t X feature available?',
+ 0 => 'Why isn’t X feature available?',
1 => 'This software was written by and licensed through phpBB Group. If you believe a feature needs to be added then please visit the phpbb.com website and see what phpBB Group have to say. Please do not post feature requests to the board at phpbb.com, the Group uses sourceforge to handle tasking of new features. Please read through the forums and see what, if any, our position may already be for a feature and then follow the procedure given there.'
),
array(
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 57c6c12965..a09b6b5321 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -39,7 +39,7 @@ $lang = array_merge($lang, array(
'ADMIN_USERNAME' => 'Administrator username',
'ADMIN_USERNAME_EXPLAIN' => '(Please enter a username between 3 and 20 characters in length)',
'APP_MAGICK' => 'Imagemagick support [ Attachments ]',
- 'AUTHOR_NOTES' => 'Author Notes<br />&#187; %s',
+ 'AUTHOR_NOTES' => 'Author Notes<br />» %s',
'AVAILABLE' => 'Available',
'AVAILABLE_CONVERTORS' => 'Available Convertors',
@@ -68,17 +68,17 @@ $lang = array_merge($lang, array(
'CONVERT_INTRO_BODY' => 'From here, you are able to import data from other (installed) forum systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the forum software you wish to convert from, please check our website where further conversion modules may be available for download.',
'CONVERT_NOT_EXIST' => 'The specified convertor does not exist',
'CONVERT_SETTINGS_VERIFIED' => 'The information you entered has been verified. To start the conversion progress, push the button below to begin',
- 'COULD_NOT_COPY' => 'Could not copy file <b>%1$s</b> to <b>%2$s</b><br /><br />Please check that the target directory exists and is writable by the webserver',
- 'COULD_NOT_FIND_PATH' => 'Could not find path to your former forum. Please check your settings and try again.<br />&#187; Specified source path was %s',
+ 'COULD_NOT_COPY' => 'Could not copy file <strong>%1$s</strong> to <strong>%2$s</strong><br /><br />Please check that the target directory exists and is writable by the webserver',
+ 'COULD_NOT_FIND_PATH' => 'Could not find path to your former forum. Please check your settings and try again.<br />» Specified source path was %s',
'DBMS' => 'Database type',
'DB_CONFIG' => 'Database Configuration',
'DB_CONNECTION' => 'Database Connection',
- 'DB_ERR_INSERT' => 'Error while processing INSERT query',
- 'DB_ERR_LAST' => 'Error while processing query_last',
- 'DB_ERR_QUERY_FIRST' => 'Error while executing query_first',
- 'DB_ERR_QUERY_FIRST_TABLE' => 'Error while executing query_first, %s ("%s")',
- 'DB_ERR_SELECT' => 'Error while running SELECT query',
+ 'DB_ERR_INSERT' => 'Error while processing <code>INSERT</code> query',
+ 'DB_ERR_LAST' => 'Error while processing <var>query_last</var>',
+ 'DB_ERR_QUERY_FIRST' => 'Error while executing <var>query_first</var>',
+ 'DB_ERR_QUERY_FIRST_TABLE' => 'Error while executing <var>query_first</var>, %s ("%s")',
+ 'DB_ERR_SELECT' => 'Error while running <code>SELECT</code> query',
'DB_HOST' => 'Database server hostname or DSN',
'DB_HOST_EXPLAIN' => 'DSN stands for Data Source Name and is relevant only for ODBC installs.',
'DB_NAME' => 'Database name',
@@ -105,9 +105,9 @@ $lang = array_merge($lang, array(
'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x',
'DLL_SQLITE' => 'SQLite',
'DLL_XML' => 'XML support [ Jabber ]',
- 'DLL_ZLIB' => 'zlib Compression support [ gz, .tar.gz, .zip ]',
+ 'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]',
'DL_CONFIG' => 'Download config',
- 'DL_CONFIG_EXPLAIN' => 'You may download the complete config.php to your own PC. You will then need to upload the file manually, replacing any existing config.php in your phpBB 3.0 root directory. Please remember to upload the file in ASCII format (see your FTP application documentation if you are unsure how to achieve this). When you have uploaded the config.php please click "Done" to move to the next stage.',
+ 'DL_CONFIG_EXPLAIN' => 'You may download the complete config.php to your own PC. You will then need to upload the file manually, replacing any existing config.php in your phpBB 3.0 root directory. Please remember to upload the file in ASCII format (see your FTP application documentation if you are unsure how to achieve this). When you have uploaded the config.php please click “Done” to move to the next stage.',
'DL_DOWNLOAD' => 'Download',
'DONE' => 'Done',
@@ -116,8 +116,8 @@ $lang = array_merge($lang, array(
'FILES_OPTIONAL' => 'Optional Files and Directories',
'FILES_OPTIONAL_EXPLAIN' => '<strong>Optional</strong> - These files, directories or permissions are not required. The installation routines will attempt to use various techniques to complete if they do not exist or cannot be written to. However, the presence of these files, directories or permissions will speed installation.',
'FILES_REQUIRED' => 'Files and Directories',
- 'FILES_REQUIRED_EXPLAIN' => '<strong>Required</strong> - In order to function correctly phpBB needs to be able to access or write to certain files or directories. If you see "Not Found" you need to create the relevant file or directory. If you see "Unwriteable" you need to change the permissions on the file or directory to allow phpBB to write to it.',
- 'FILLING_TABLE' => 'Filling table <b>%s</b>',
+ 'FILES_REQUIRED_EXPLAIN' => '<strong>Required</strong> - In order to function correctly phpBB needs to be able to access or write to certain files or directories. If you see “Not Found” you need to create the relevant file or directory. If you see “Unwriteable” you need to change the permissions on the file or directory to allow phpBB to write to it.',
+ 'FILLING_TABLE' => 'Filling table <strong>%s</strong>',
'FILLING_TABLES' => 'Filling Tables',
'FINAL_STEP' => 'Process Final Step',
'FORUM_ADDRESS' => 'Forum address',
@@ -144,7 +144,7 @@ $lang = array_merge($lang, array(
<li>Database name</li>
<li>Database username and password</li>
</ul>
- <p>Some more introductory text can go here...',
+ <p>Some more introductory text can go here',
'INSTALL_INTRO_NEXT' => 'To commence the installation, please press the button below.',
'INSTALL_LOGIN' => 'Login',
'INSTALL_NEXT' => 'Next stage',
@@ -158,15 +158,15 @@ $lang = array_merge($lang, array(
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below',
'INST_ERR_DB_FORUM_PATH' => 'The database file specified is within your forum directory tree. You should put this file in a non web-accessible location',
'INST_ERR_DB_NO_ERROR' => 'No error message given',
- 'INST_ERR_DB_NO_MYSQL4' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.x/5.x" option you have selected. Please try the "MySQL 3.23.x/4.x" option instead.',
- 'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.1.x/5.x with MySQLi Extension" option you have selected. Please try the "MySQL 3.23.x/4.x" option instead.',
- 'INST_ERR_DB_NO_ORACLE' => 'The version of Oracle installed on this machine requires you to set the NLS_CHARACTERSET parameter to UTF8. Either upgrade your installation to 9.2+ or change the parameter.',
- 'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in UNICODE or UTF8 encoding. Try installing with a database in UNICODE or UTF8 encoding',
+ 'INST_ERR_DB_NO_MYSQL4' => 'The version of MySQL installed on this machine is incompatible with the “MySQL 4.x/5.x” option you have selected. Please try the “MySQL 3.23.x/4.x” option instead.',
+ 'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the “MySQL 4.1.x/5.x with MySQLi Extension” option you have selected. Please try the “MySQL 3.23.x/4.x” option instead.',
+ 'INST_ERR_DB_NO_ORACLE' => 'The version of Oracle installed on this machine requires you to set the <var>NLS_CHARACTERSET</var> parameter to <var>UTF8</var>. Either upgrade your installation to 9.2+ or change the parameter.',
+ 'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in <var>UNICODE</var> or <var>UTF8</var> encoding. Try installing with a database in <var>UNICODE</var> or <var>UTF8</var> encoding',
'INST_ERR_DB_NO_NAME' => 'No database name specified',
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid',
'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',
'INST_ERR_FATAL' => 'Fatal installation error',
- 'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occured. This may be because the specified user does not have appropriate rights to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
+ 'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occured. This may be because the specified user does not have appropriate rights to <code>CREATE TABLES</code> or <code>INSERT</code> data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
'INST_ERR_FTP_PATH' => 'Could not change to the given directory, please check the path.',
'INST_ERR_FTP_LOGIN' => 'Could not login to FTP server, check your username and password',
'INST_ERR_MISSING_DATA' => 'You must fill out all fields in this block',
@@ -181,8 +181,8 @@ $lang = array_merge($lang, array(
'INST_ERR_USER_TOO_SHORT' => 'The username you entered is too short. The minimum length is 3 characters.',
'INVALID_PRIMARY_KEY' => 'Invalid primary key : %s',
- 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />&#187;<b>%s</b>',
- 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />&#187;<b>%s</b>',
+ 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<strong>%s</strong>',
+ 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />»<strong>%s</strong>',
'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases<br /><br />%s',
'NEXT_STEP' => 'Proceed to next step',
@@ -198,11 +198,11 @@ $lang = array_merge($lang, array(
'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional, you do not need these to use phpBB 3.0. However if you do have them they will will enable greater functionality.',
'PHP_SUPPORTED_DB' => 'Supported Databases',
'PHP_SUPPORTED_DB_EXPLAIN' => '<strong>Required</strong> - You must have support for at least one compatible database within PHP. If no database modules are shown as available you should contact your hosting provider or review the relevant PHP installation documentation for advice.',
- 'PHP_REGISTER_GLOBALS' => 'PHP setting "register_globals" is disabled',
+ 'PHP_REGISTER_GLOBALS' => 'PHP setting <var>register_globals</var> is disabled',
'PHP_REGISTER_GLOBALS_EXPLAIN' => 'phpBB will still run if this setting is enabled, but if possible, it is recommended that register_globals is disabled on your PHP install for security reasons.',
'PHP_SAFE_MODE' => 'Safe Mode',
'PHP_SETTINGS' => 'PHP Version and Settings',
- 'PHP_SETTINGS_EXPLAIN' => '<strong>Required</strong> - You must be running at least version 4.3.3 of PHP in order to install phpBB. If "safe mode" is displayed below your PHP installation is running in that mode. This will impose limitations on remote administration and similar features.',
+ 'PHP_SETTINGS_EXPLAIN' => '<strong>Required</strong> - You must be running at least version 4.3.3 of PHP in order to install phpBB. If <var>safe mode</var> is displayed below your PHP installation is running in that mode. This will impose limitations on remote administration and similar features.',
'PHP_VERSION_REQD' => 'PHP version >= 4.3.3',
'PREFIX_FOUND' => 'A scan of your tables has shown a valid installation using <strong>%s</strong> as table prefix.',
'PREPROCESS_STEP' => 'Executing pre-processing functions/queries',
@@ -234,7 +234,7 @@ $lang = array_merge($lang, array(
'STAGE_REQUIREMENTS' => 'Requirements',
'STAGE_SETTINGS' => 'Settings',
'STARTING_CONVERT' => 'Starting Conversion Process',
- 'STEP_PERCENT_COMPLETED' => 'Step <b>%d</b> of <b>%d</b>: %d%% completed',
+ 'STEP_PERCENT_COMPLETED' => 'Step <strong>%d</strong> of <strong>%d</strong>: %d%% completed',
'SUB_INTRO' => 'Introduction',
'SUB_LICENSE' => 'License',
'SUB_SUPPORT' => 'Support',
@@ -245,9 +245,9 @@ $lang = array_merge($lang, array(
'SYNC_TOPICS' => 'Starting to sync topics',
'SYNC_TOPIC_ID' => 'Synchronising topics from topic_id $1%s to $2%s',
- 'TABLES_MISSING' => 'Could not find these tables<br />&#187; <b>%s</b>.',
+ 'TABLES_MISSING' => 'Could not find these tables<br />» <strong>%s</strong>.',
'TABLE_PREFIX' => 'Prefix for tables in database',
- 'TABLE_PREFIX_SAME' => 'The table prefix needs to be the one used by the software you are converting from.<br />&#187; Specified table prefix was %s',
+ 'TABLE_PREFIX_SAME' => 'The table prefix needs to be the one used by the software you are converting from.<br />» Specified table prefix was %s',
'TESTS_PASSED' => 'Tests passed',
'TESTS_FAILED' => 'Tests failed',
@@ -273,7 +273,7 @@ $lang = array_merge($lang, array(
'CHECK_FILES_UP_TO_DATE' => 'According to your database your version is up to date. You may want to proceed with the file check to make sure all files are really up to date with the latest phpBB version.',
'COLLECTED_INFORMATIONS' => 'Collected file informations',
'COLLECTED_INFORMATIONS_EXPLAIN'=> 'The list below shows informations about the files needing an update. Please read the information in front of every status block to see what they mean and what you may need to do to perform a successful update.',
- 'COMPLETE_LOGIN_TO_BOARD' => 'You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Don\'t forget to delete, rename or move your install directory!',
+ 'COMPLETE_LOGIN_TO_BOARD' => 'You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Don’t forget to delete, rename or move your install directory!',
'CURRENT_FILE' => 'Current original file',
'CURRENT_VERSION' => 'Current version',
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index bdb64075cc..757edb1691 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -47,7 +47,7 @@ $lang = array_merge($lang, array(
'APPROVE_POSTS' => 'Approve posts',
'APPROVE_POSTS_CONFIRM' => 'Are you sure you want to approve the selected posts?',
- 'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it\'s already in',
+ 'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it’s already in',
'CANNOT_WARN_ANONYMOUS' => 'You cannot warn an guest user',
'CANNOT_WARN_SELF' => 'You cannot warn yourself',
'CAN_LEAVE_BLANK' => 'This can be left blank.',
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php
index 08cc977111..8157388c85 100644
--- a/phpBB/language/en/memberlist.php
+++ b/phpBB/language/en/memberlist.php
@@ -56,7 +56,7 @@ $lang = array_merge($lang, array(
'EMPTY_SUBJECT_EMAIL' => 'You must specify a subject for the email.',
'EQUAL_TO' => 'Equal to',
- 'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself) and click the Select Marked button to return to the previous form.',
+ 'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format <kbd>YYYY-MM-DD</kbd>, e.g. <samp>2004-02-29</samp>. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself) and click the Select Marked button to return to the previous form.',
'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.',
'GROUP_LEADER' => 'Group leader',
@@ -104,7 +104,7 @@ $lang = array_merge($lang, array(
'REAL_NAME' => 'Recipient name',
'RECIPIENT' => 'Recipient',
- 'SEARCH_USER_POSTS' => 'Search user\'s posts',
+ 'SEARCH_USER_POSTS' => 'Search user’s posts',
'SELECT_MARKED' => 'Select marked',
'SELECT_SORT_METHOD' => 'Select sort method',
'SEND_IM' => 'Instant messaging',
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 7623583d31..221c82c8f7 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -78,7 +78,7 @@ $lang = array_merge($lang, array(
'DISABLE_MAGIC_URL' => 'Do not automatically parse URLs',
'DISABLE_SMILIES' => 'Disable smilies',
'DISALLOWED_EXTENSION' => 'The extension %s is not allowed',
- 'DRAFT_LOADED' => 'Draft loaded into posting area, you may want to finish your post now.<br />Your Draft will be deleted after submitting this post.',
+ 'DRAFT_LOADED' => 'Draft loaded into posting area, you may want to finish your post now.<br />Your draft will be deleted after submitting this post.',
'DRAFT_SAVED' => 'Draft successfully saved.',
'DRAFT_TITLE' => 'Draft title',
@@ -129,8 +129,8 @@ $lang = array_merge($lang, array(
'NO_TOPIC_ICON' => 'None',
'PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded',
- 'PHP_SIZE_NA' => 'The attachment\'s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
- 'PHP_SIZE_OVERRUN' => 'The attachment\'s filesize is too large, the maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
+ 'PHP_SIZE_NA' => 'The attachment’s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
+ 'PHP_SIZE_OVERRUN' => 'The attachment’s filesize is too large, the maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
'PLACE_INLINE' => 'Place inline',
'POLL_DELETE' => 'Delete poll',
'POLL_FOR' => 'Run poll for',
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
index b8aa018380..361b336b83 100644
--- a/phpBB/language/en/search.php
+++ b/phpBB/language/en/search.php
@@ -43,7 +43,7 @@ $lang = array_merge($lang, array(
'GLOBAL' => 'Global announcement',
'IGNORED_TERMS' => 'ignored',
- 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: <b>%s</b>',
+ 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: <strong>%s</strong>',
'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.',
'NO_RECENT_SEARCHES' => 'No searches have been carried out recently',
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index cf71cfb996..5d599373a8 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -32,22 +32,22 @@ if (empty($lang) || !is_array($lang))
// Privacy policy and T&C
$lang = array_merge($lang, array(
- 'TERMS_OF_USE_CONTENT' => 'By accessing "%1$s" (hereinafter "we", "us", "our", "%1$s", "%2$s"), you agree to be legally bound by the following terms. If you do not agree to be legally bound by all of the following terms then please do not access and/or use "%1$s". We may change these at any time and we\'ll do our utmost in informing you, though it would be prudent to review this regularly yourself as your continued usage of "%1$s" after changes mean you agree to be legally bound by these terms as they are updated and/or amended.<br />
+ 'TERMS_OF_USE_CONTENT' => 'By accessing “%1$s” (hereinafter “we”, “us”, “our”, “%1$s”, “%2$s”), you agree to be legally bound by the following terms. If you do not agree to be legally bound by all of the following terms then please do not access and/or use “%1$s”. We may change these at any time and we’ll do our utmost in informing you, though it would be prudent to review this regularly yourself as your continued usage of “%1$s” after changes mean you agree to be legally bound by these terms as they are updated and/or amended.<br />
<br />
- Our forums are powered by phpBB (hereinafter "they", "them", "their", "phpBB software", "www.phpbb.com", "phpBB Group", "phpBB Teams") which is a bulletin board solution released under the "<a href="http://www.gnu.org/licenses/gpl.html">General Public License</a>" (hereinafter "GPL") and can be downloaded from <a href="http://www.phpbb.com/">www.phpbb.com</a>. The phpBB software only facilitates Internet based discussions and the GPL strictly forbids them in what we allow and/or disallow as permissible content and/or conduct. For further information about phpBB, please see: <a href="http://www.phpbb.com/">http://www.phpbb.com/</a>.<br />
+ Our forums are powered by phpBB (hereinafter “they”, “them”, “their”, “phpBB software”, “www.phpbb.com”, “phpBB Group”, “phpBB Teams”) which is a bulletin board solution released under the “<a href="http://www.gnu.org/licenses/gpl.html">General Public License</a”> (hereinafter “GPL”) and can be downloaded from <a href="http://www.phpbb.com/">www.phpbb.com</a>. The phpBB software only facilitates Internet based discussions and the GPL strictly forbids them in what we allow and/or disallow as permissible content and/or conduct. For further information about phpBB, please see: <a href="http://www.phpbb.com/">http://www.phpbb.com/</a>.<br />
<br />
- You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any laws be it of your country, the country where "%1$s" is hosted or International Law. Doing so may lead to you being immediately and permanently banned, with notification of your Internet Service Provider if deemed required by us. The IP address of all posts are recorded to aid in enforcing these conditions. You agree that "%1$s" have the right to remove, edit, move or close any topic at any time should we see fit. As a user you agree to any information you have entered to being stored in a database. While this information will not be disclosed to any third party without your consent, neither "%1$s" nor phpBB shall be held responsible for any hacking attempt that may lead to the data being compromised.
+ You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any laws be it of your country, the country where “%1$s” is hosted or International Law. Doing so may lead to you being immediately and permanently banned, with notification of your Internet Service Provider if deemed required by us. The IP address of all posts are recorded to aid in enforcing these conditions. You agree that “%1$s” have the right to remove, edit, move or close any topic at any time should we see fit. As a user you agree to any information you have entered to being stored in a database. While this information will not be disclosed to any third party without your consent, neither “%1$s” nor phpBB shall be held responsible for any hacking attempt that may lead to the data being compromised.
',
- 'PRIVACY_POLICY' => 'This policy explains in detail how "%1$s" along with its affiliated companies (hereinafter "we", "us", "our", "%1$s", "%2$s") and phpBB (hereinafter "they", "them", "their", "phpBB software", "www.phpbb.com", "phpBB Group", "phpBB Teams") use any information collected during any session of usage by you (hereinafter "your information").<br />
+ 'PRIVACY_POLICY' => 'This policy explains in detail how “%1$s” along with its affiliated companies (hereinafter “we”, “us”, “our”, “%1$s”, “%2$s”) and phpBB (hereinafter “they”, “them”, “their”, “phpBB software”, “www.phpbb.com”, “phpBB Group”, “phpBB Teams”) use any information collected during any session of usage by you (hereinafter “your information”).<br />
<br />
- Your information is collected via two ways. Firstly, by browsing "%1$s" will cause the phpBB software to create a number of cookies, which are small text files that are downloaded on to your computer\'s web browser temporary files. The first two cookies just contain a user identifier (hereinafter "user-id") and an anonymous session identifier (hereinafter "session-id"), automatically assigned to you by the phpBB software. A third cookie will be created once you have browsed topics within "%1$s" and is used to store which topics have been read, thereby improving your user experience.<br />
+ Your information is collected via two ways. Firstly, by browsing “%1$s” will cause the phpBB software to create a number of cookies, which are small text files that are downloaded on to your computer’s web browser temporary files. The first two cookies just contain a user identifier (hereinafter “user-id”) and an anonymous session identifier (hereinafter “session-id”), automatically assigned to you by the phpBB software. A third cookie will be created once you have browsed topics within “%1$s” and is used to store which topics have been read, thereby improving your user experience.<br />
<br />
- We may also create cookies external to the phpBB software whilst browsing "%1$s", though these are outside the scope of this document which is intended to only cover the pages created by the phpBB software. The second way in which we collect your information is by what you submit to us. This can be, and is not limited to: posting as an anonymous user (hereinafter "anonymous posts"), registering on "%1$s" (hereinafter "your account") and posts submitted by you after registration and whilst logged in (hereinafter "your posts").<br />
+ We may also create cookies external to the phpBB software whilst browsing “%1$s”, though these are outside the scope of this document which is intended to only cover the pages created by the phpBB software. The second way in which we collect your information is by what you submit to us. This can be, and is not limited to: posting as an anonymous user (hereinafter “anonymous posts”), registering on “%1$s” (hereinafter “your account”) and posts submitted by you after registration and whilst logged in (hereinafter “your posts”).<br />
<br />
- Your account will at a bare minimum contain a uniquely identifiable name (hereinafter "your user name"), a personal password used for logging into your account (hereinafter "your password") and a personal, valid email address (hereinafter "your email"). Your information for your account at "%1$s" is protected by data-protection laws applicable in the country that hosts us. Any information beyond your user name, your password and your email required by "%1$s" during the registration process are at our digression what is mandatory and what is optional. In all cases, you have the option of what information in your account is publicly displayed. Furthermore, within your account, you have the option to opt-in or opt-out of automatically generated emails from the phpBB software.<br />
+ Your account will at a bare minimum contain a uniquely identifiable name (hereinafter “your user name”), a personal password used for logging into your account (hereinafter “your password”) and a personal, valid email address (hereinafter “your email”). Your information for your account at “%1$s” is protected by data-protection laws applicable in the country that hosts us. Any information beyond your user name, your password and your email required by “%1$s” during the registration process are at our digression what is mandatory and what is optional. In all cases, you have the option of what information in your account is publicly displayed. Furthermore, within your account, you have the option to opt-in or opt-out of automatically generated emails from the phpBB software.<br />
<br />
- Your password is ciphered (a one-way hash) so that it is secure. However, it is recommended that you do not reuse the same password across a number of different websites. Your password is the means of accessing your account at "%1$s", so please guard it carefully and under no circumstance will anyone affiliated with "%1$s", phpBB or another 3rd party, legitimately ask you for your password. Should you forget your password for your account, you can use the "I forgot my password" feature provided by the phpBB software. This process will ask you to submit your user name and your email, then the phpBB software will generate a new password to reclaim your account.<br />
+ Your password is ciphered (a one-way hash) so that it is secure. However, it is recommended that you do not reuse the same password across a number of different websites. Your password is the means of accessing your account at “%1$s”, so please guard it carefully and under no circumstance will anyone affiliated with “%1$s”, phpBB or another 3rd party, legitimately ask you for your password. Should you forget your password for your account, you can use the “I forgot my password” feature provided by the phpBB software. This process will ask you to submit your user name and your email, then the phpBB software will generate a new password to reclaim your account.<br />
',
));
@@ -122,7 +122,7 @@ $lang = array_merge($lang, array(
'CANNOT_REMOVE_FOLDER' => 'This folder can not be removed.',
'CHANGE_DEFAULT_GROUP' => 'Change default group',
'CHANGE_PASSWORD' => 'Change password',
- 'CLICK_RETURN_FOLDER' => '%1$sReturn to your "%3$s" folder%2$s',
+ 'CLICK_RETURN_FOLDER' => '%1$sReturn to your “%3$s” folder%2$s',
'CONFIRMATION' => 'Confirmation of registration',
'CONFIRM_EMAIL' => 'Confirm email address',
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your email address.',
@@ -132,12 +132,12 @@ $lang = array_merge($lang, array(
'COPPA_BIRTHDAY' => 'To continue with the registration procedure please tell us when you were born.',
'COPPA_COMPLIANCE' => 'COPPA compliance',
'COPPA_EXPLAIN' => 'Please note that clicking submit will create your account. However it cannot be activated until a parent or guardian approves your registration. You will be emailed a copy of the necessary form with details of where to send it.',
- 'CREATE_FOLDER' => 'Add folder...',
+ 'CREATE_FOLDER' => 'Add folder…',
'CURRENT_IMAGE' => 'Current image',
'CURRENT_PASSWORD' => 'Current password',
'CURRENT_PASSWORD_EXPLAIN' => 'You must confirm your current password if you wish to change it, alter your email address or username.',
'CUR_PASSWORD_ERROR' => 'The current password you entered is incorrect.',
- 'CUSTOM_DATEFORMAT' => 'Custom...',
+ 'CUSTOM_DATEFORMAT' => 'Custom…',
'DEFAULT_ACTION' => 'Default action',
'DEFAULT_ACTION_EXPLAIN' => 'This action will be triggered if none of the above is applicable',
@@ -183,15 +183,15 @@ $lang = array_merge($lang, array(
'EXPORT_AS_MSG' => 'Export as MSG',
'EXPORT_FOLDER' => 'Export Folder',
- 'FIELD_REQUIRED' => 'The field "%s" must be completed.',
- 'FIELD_TOO_SHORT' => 'The field "%1$s" is too short, a minimum of %2$d characters is required.',
- 'FIELD_TOO_LONG' => 'The field "%1$s" is too long, a maximum of %2$d characters is allowed.',
- 'FIELD_TOO_SMALL' => 'The value of "%1$s" is too small, a minimum value of %2$d is required.',
- 'FIELD_TOO_LARGE' => 'The value of "%1$s" is too large, a maximum value of %2$d is allowed.',
- 'FIELD_INVALID_CHARS_NUMBERS_ONLY' => 'The field "%s" has invalid characters, only numbers are allowed.',
- 'FIELD_INVALID_CHARS_ALPHA_ONLY' => 'The field "%s" has invalid characters, only alphanumeric characters are allowed.',
- 'FIELD_INVALID_CHARS_SPACERS_ONLY' => 'The field "%s" has invalid characters, only alphanumeric, space or -+_[] characters are allowed.',
- 'FIELD_INVALID_DATE' => 'The field "%s" has an invalid date.',
+ 'FIELD_REQUIRED' => 'The field “%s” must be completed.',
+ 'FIELD_TOO_SHORT' => 'The field “%1$s” is too short, a minimum of %2$d characters is required.',
+ 'FIELD_TOO_LONG' => 'The field “%1$s” is too long, a maximum of %2$d characters is allowed.',
+ 'FIELD_TOO_SMALL' => 'The value of “%1$s” is too small, a minimum value of %2$d is required.',
+ 'FIELD_TOO_LARGE' => 'The value of “%1$s” is too large, a maximum value of %2$d is allowed.',
+ 'FIELD_INVALID_CHARS_NUMBERS_ONLY' => 'The field “%s” has invalid characters, only numbers are allowed.',
+ 'FIELD_INVALID_CHARS_ALPHA_ONLY' => 'The field “%s” has invalid characters, only alphanumeric characters are allowed.',
+ 'FIELD_INVALID_CHARS_SPACERS_ONLY' => 'The field “%s” has invalid characters, only alphanumeric, space or -+_[] characters are allowed.',
+ 'FIELD_INVALID_DATE' => 'The field “%s” has an invalid date.',
'FOE_MESSAGE' => 'Message from foe',
'FOES_EXPLAIN' => 'Foes are users which will be ignored by default. Posts by these users will not be fully visible and personal messages will not be permitted. Please note that you cannot ignore moderators or administrators.',
@@ -248,7 +248,7 @@ $lang = array_merge($lang, array(
'MESSAGE_COLOURS' => 'Message colours',
'MESSAGE_DELETED' => 'Message successfully deleted',
'MESSAGE_HISTORY' => 'Message history',
- 'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message has been removed by it\'s author before it was delivered',
+ 'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message has been removed by it’s author before it was delivered',
'MESSAGE_SENT_ON' => 'on',
'MESSAGE_STORED' => 'Your message has been sent successfully',
'MESSAGE_TO' => 'To',
@@ -278,7 +278,7 @@ $lang = array_merge($lang, array(
'NOT_ADDED_FOES_FRIENDS' => 'You cannot add users to your foes list who are on your friends list.',
'NOT_ADDED_FOES_SELF' => 'You cannot add yourself to the foes list.',
'NOT_AGREE' => 'I do not agree to these terms',
- 'NOT_ENOUGH_SPACE_FOLDER' => 'The destination folder "%s" seems to be full. The requested action has not been taken.',
+ 'NOT_ENOUGH_SPACE_FOLDER' => 'The destination folder “%s” seems to be full. The requested action has not been taken.',
'NOT_MOVED_MESSAGE' => 'You have 1 private message currently on hold because of full folder.',
'NOT_MOVED_MESSAGES' => 'You have %d private messages currently on hold because of full folder.',
'NO_ACTION_MODE' => 'No message action specified',
@@ -349,7 +349,7 @@ $lang = array_merge($lang, array(
'RECIPIENTS' => 'Recipients',
'REGISTRATION' => 'Registration',
'RELATIVE_DAYS' => 'Relative days',
- 'RELEASE_MESSAGES' => '%sRelease all on-hold messages%s... they will be re-sorted into the appropiate folder if enough space is made available.',
+ 'RELEASE_MESSAGES' => '%sRelease all on-hold messages%s… they will be re-sorted into the appropiate folder if enough space is made available.',
'REMOVE_ADDRESS' => 'Remove address',
'REMOVE_SELECTED_BOOKMARKS' => 'Remove selected bookmarks',
'REMOVE_SELECTED_BOOKMARKS_CONFIRM' => 'Are you sure you want to delete all selected bookmarks?',
@@ -379,7 +379,7 @@ $lang = array_merge($lang, array(
'SORT_DOWNLOADS' => 'Downloads',
'SORT_EXTENSION' => 'Extension',
'SORT_FILENAME' => 'Filename',
- 'SORT_POST_TIME' => 'Post Time',
+ 'SORT_POST_TIME' => 'Post time',
'SORT_SIZE' => 'Filesize',
'TIMEZONE' => 'Timezone',
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index 3f37d1b265..44276689a7 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -67,7 +67,7 @@ $lang = array_merge($lang, array(
'MISSING_INLINE_ATTACHMENT' => 'The attachment <strong>%s</strong> is no longer available',
'MOVE_TOPIC' => 'Move topic',
- 'NO_ATTACHMENT_SELECTED'=> 'You haven\'t selected an attachment to download or view.',
+ 'NO_ATTACHMENT_SELECTED'=> 'You haven’t selected an attachment to download or view.',
'NO_NEWER_TOPICS' => 'There are no newer topics in this forum',
'NO_OLDER_TOPICS' => 'There are no older topics in this forum',
'NO_UNREAD_POSTS' => 'There are no new unread posts for this topic.',