Blame Extras/phpBB/3.0.4/language/en/acp/common.php

4c79b5
4c79b5
/**
4c79b5
*
4c79b5
* acp_common [English]
4c79b5
*
4c79b5
* @package language
4c79b5
* @version $Id: common.php 9049 2008-11-05 22:03:16Z toonarmy $
4c79b5
* @copyright (c) 2005 phpBB Group
4c79b5
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
4c79b5
*
4c79b5
*/
4c79b5
4c79b5
/**
4c79b5
* DO NOT CHANGE
4c79b5
*/
4c79b5
if (!defined('IN_PHPBB'))
4c79b5
{
4c79b5
	exit;
4c79b5
}
4c79b5
4c79b5
if (empty($lang) || !is_array($lang))
4c79b5
{
4c79b5
	$lang = array();
4c79b5
}
4c79b5
4c79b5
// DEVELOPERS PLEASE NOTE
4c79b5
//
4c79b5
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
4c79b5
//
4c79b5
// Placeholders can now contain order information, e.g. instead of
4c79b5
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
4c79b5
// translators to re-order the output of data while ensuring it remains correct
4c79b5
//
4c79b5
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
4c79b5
// equally where a string contains only two placeholders which are used to wrap text
4c79b5
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
4c79b5
4c79b5
// Common
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'ACP_ADMINISTRATORS'		=> 'Administrators',
4c79b5
	'ACP_ADMIN_LOGS'			=> 'Admin log',
4c79b5
	'ACP_ADMIN_ROLES'			=> 'Admin roles',
4c79b5
	'ACP_ATTACHMENTS'			=> 'Attachments',
4c79b5
	'ACP_ATTACHMENT_SETTINGS'	=> 'Attachment settings',
4c79b5
	'ACP_AUTH_SETTINGS'			=> 'Authentication',
4c79b5
	'ACP_AUTOMATION'			=> 'Automation',
4c79b5
	'ACP_AVATAR_SETTINGS'		=> 'Avatar settings',
4c79b5
4c79b5
	'ACP_BACKUP'				=> 'Backup',
4c79b5
	'ACP_BAN'					=> 'Banning',
4c79b5
	'ACP_BAN_EMAILS'			=> 'Ban e-mails',
4c79b5
	'ACP_BAN_IPS'				=> 'Ban IPs',
4c79b5
	'ACP_BAN_USERNAMES'			=> 'Ban usernames',
4c79b5
	'ACP_BBCODES'				=> 'BBCodes',
4c79b5
	'ACP_BOARD_CONFIGURATION'	=> 'Board configuration',
4c79b5
	'ACP_BOARD_FEATURES'		=> 'Board features',
4c79b5
	'ACP_BOARD_MANAGEMENT'		=> 'Board management',
4c79b5
	'ACP_BOARD_SETTINGS'		=> 'Board settings',
4c79b5
	'ACP_BOTS'					=> 'Spiders/Robots',
4c79b5
4c79b5
	'ACP_CAPTCHA'				=> 'CAPTCHA',
4c79b5
4c79b5
	'ACP_CAT_DATABASE'			=> 'Database',
4c79b5
	'ACP_CAT_DOT_MODS'			=> '.MODs',
4c79b5
	'ACP_CAT_FORUMS'			=> 'Forums',
4c79b5
	'ACP_CAT_GENERAL'			=> 'General',
4c79b5
	'ACP_CAT_MAINTENANCE'		=> 'Maintenance',
4c79b5
	'ACP_CAT_PERMISSIONS'		=> 'Permissions',
4c79b5
	'ACP_CAT_POSTING'			=> 'Posting',
4c79b5
	'ACP_CAT_STYLES'			=> 'Styles',
4c79b5
	'ACP_CAT_SYSTEM'			=> 'System',
4c79b5
	'ACP_CAT_USERGROUP'			=> 'Users and Groups',
4c79b5
	'ACP_CAT_USERS'				=> 'Users',
4c79b5
	'ACP_CLIENT_COMMUNICATION'	=> 'Client communication',
4c79b5
	'ACP_COOKIE_SETTINGS'		=> 'Cookie settings',
4c79b5
	'ACP_CRITICAL_LOGS'			=> 'Error log',
4c79b5
	'ACP_CUSTOM_PROFILE_FIELDS'	=> 'Custom profile fields',
4c79b5
4c79b5
	'ACP_DATABASE'				=> 'Database management',
4c79b5
	'ACP_DISALLOW'				=> 'Disallow',
4c79b5
	'ACP_DISALLOW_USERNAMES'	=> 'Disallow usernames',
4c79b5
4c79b5
	'ACP_EMAIL_SETTINGS'		=> 'E-mail settings',
4c79b5
	'ACP_EXTENSION_GROUPS'		=> 'Manage extension groups',
4c79b5
4c79b5
	'ACP_FORUM_BASED_PERMISSIONS'	=> 'Forum based permissions',
4c79b5
	'ACP_FORUM_LOGS'				=> 'Forum logs',
4c79b5
	'ACP_FORUM_MANAGEMENT'			=> 'Forum management',
4c79b5
	'ACP_FORUM_MODERATORS'			=> 'Forum moderators',
4c79b5
	'ACP_FORUM_PERMISSIONS'			=> 'Forum permissions',
4c79b5
	'ACP_FORUM_ROLES'				=> 'Forum roles',
4c79b5
4c79b5
	'ACP_GENERAL_CONFIGURATION'		=> 'General configuration',
4c79b5
	'ACP_GENERAL_TASKS'				=> 'General tasks',
4c79b5
	'ACP_GLOBAL_MODERATORS'			=> 'Global moderators',
4c79b5
	'ACP_GLOBAL_PERMISSIONS'		=> 'Global permissions',
4c79b5
	'ACP_GROUPS'					=> 'Groups',
4c79b5
	'ACP_GROUPS_FORUM_PERMISSIONS'	=> 'Groups’ forum permissions',
4c79b5
	'ACP_GROUPS_MANAGE'				=> 'Manage groups',
4c79b5
	'ACP_GROUPS_MANAGEMENT'			=> 'Group management',
4c79b5
	'ACP_GROUPS_PERMISSIONS'		=> 'Groups’ permissions',
4c79b5
4c79b5
	'ACP_ICONS'					=> 'Topic icons',
4c79b5
	'ACP_ICONS_SMILIES'			=> 'Topic icons/smilies',
4c79b5
	'ACP_IMAGESETS'				=> 'Imagesets',
4c79b5
	'ACP_INACTIVE_USERS'		=> 'Inactive users',
4c79b5
	'ACP_INDEX'					=> 'ACP index',
4c79b5
4c79b5
	'ACP_JABBER_SETTINGS'		=> 'Jabber settings',
4c79b5
4c79b5
	'ACP_LANGUAGE'				=> 'Language management',
4c79b5
	'ACP_LANGUAGE_PACKS'		=> 'Language packs',
4c79b5
	'ACP_LOAD_SETTINGS'			=> 'Load settings',
4c79b5
	'ACP_LOGGING'				=> 'Logging',
4c79b5
4c79b5
	'ACP_MAIN'					=> 'ACP index',
4c79b5
	'ACP_MANAGE_EXTENSIONS'		=> 'Manage extensions',
4c79b5
	'ACP_MANAGE_FORUMS'			=> 'Manage forums',
4c79b5
	'ACP_MANAGE_RANKS'			=> 'Manage ranks',
4c79b5
	'ACP_MANAGE_REASONS'		=> 'Manage report/denial reasons',
4c79b5
	'ACP_MANAGE_USERS'			=> 'Manage users',
4c79b5
	'ACP_MASS_EMAIL'			=> 'Mass e-mail',
4c79b5
	'ACP_MESSAGES'				=> 'Messages',
4c79b5
	'ACP_MESSAGE_SETTINGS'		=> 'Private message settings',
4c79b5
	'ACP_MODULE_MANAGEMENT'		=> 'Module management',
4c79b5
	'ACP_MOD_LOGS'				=> 'Moderator log',
4c79b5
	'ACP_MOD_ROLES'				=> 'Moderator roles',
4c79b5
4c79b5
	'ACP_NO_ITEMS'				=> 'There are no items yet.',
4c79b5
4c79b5
	'ACP_ORPHAN_ATTACHMENTS'	=> 'Orphaned attachments',
4c79b5
4c79b5
	'ACP_PERMISSIONS'			=> 'Permissions',
4c79b5
	'ACP_PERMISSION_MASKS'		=> 'Permission masks',
4c79b5
	'ACP_PERMISSION_ROLES'		=> 'Permission roles',
4c79b5
	'ACP_PERMISSION_TRACE'		=> 'Permission trace',
4c79b5
	'ACP_PHP_INFO'				=> 'PHP information',
4c79b5
	'ACP_POST_SETTINGS'			=> 'Post settings',
4c79b5
	'ACP_PRUNE_FORUMS'			=> 'Prune forums',
4c79b5
	'ACP_PRUNE_USERS'			=> 'Prune users',
4c79b5
	'ACP_PRUNING'				=> 'Pruning',
4c79b5
4c79b5
	'ACP_QUICK_ACCESS'			=> 'Quick access',
4c79b5
4c79b5
	'ACP_RANKS'					=> 'Ranks',
4c79b5
	'ACP_REASONS'				=> 'Report/denial reasons',
4c79b5
	'ACP_REGISTER_SETTINGS'		=> 'User registration settings',
4c79b5
4c79b5
	'ACP_RESTORE'				=> 'Restore',
4c79b5
4c79b5
	'ACP_SEARCH'				=> 'Search configuration',
4c79b5
	'ACP_SEARCH_INDEX'			=> 'Search index',
4c79b5
	'ACP_SEARCH_SETTINGS'		=> 'Search settings',
4c79b5
4c79b5
	'ACP_SECURITY_SETTINGS'		=> 'Security settings',
4c79b5
	'ACP_SERVER_CONFIGURATION'	=> 'Server configuration',
4c79b5
	'ACP_SERVER_SETTINGS'		=> 'Server settings',
4c79b5
	'ACP_SIGNATURE_SETTINGS'	=> 'Signature settings',
4c79b5
	'ACP_SMILIES'				=> 'Smilies',
4c79b5
	'ACP_STYLE_COMPONENTS'		=> 'Style components',
4c79b5
	'ACP_STYLE_MANAGEMENT'		=> 'Style management',
4c79b5
	'ACP_STYLES'				=> 'Styles',
4c79b5
4c79b5
	'ACP_TEMPLATES'				=> 'Templates',
4c79b5
	'ACP_THEMES'				=> 'Themes',
4c79b5
4c79b5
	'ACP_UPDATE'					=> 'Updating',
4c79b5
	'ACP_USERS_FORUM_PERMISSIONS'	=> 'Users’ forum permissions',
4c79b5
	'ACP_USERS_LOGS'				=> 'User logs',
4c79b5
	'ACP_USERS_PERMISSIONS'			=> 'Users’ permissions',
4c79b5
	'ACP_USER_ATTACH'				=> 'Attachments',
4c79b5
	'ACP_USER_AVATAR'				=> 'Avatar',
4c79b5
	'ACP_USER_FEEDBACK'				=> 'Feedback',
4c79b5
	'ACP_USER_GROUPS'				=> 'Groups',
4c79b5
	'ACP_USER_MANAGEMENT'			=> 'User management',
4c79b5
	'ACP_USER_OVERVIEW'				=> 'Overview',
4c79b5
	'ACP_USER_PERM'					=> 'Permissions',
4c79b5
	'ACP_USER_PREFS'				=> 'Preferences',
4c79b5
	'ACP_USER_PROFILE'				=> 'Profile',
4c79b5
	'ACP_USER_RANK'					=> 'Rank',
4c79b5
	'ACP_USER_ROLES'				=> 'User roles',
4c79b5
	'ACP_USER_SECURITY'				=> 'User security',
4c79b5
	'ACP_USER_SIG'					=> 'Signature',
4c79b5
4c79b5
	'ACP_VC_SETTINGS'					=> 'Visual confirmation settings',
4c79b5
	'ACP_VC_CAPTCHA_DISPLAY'			=> 'CAPTCHA image preview',
4c79b5
	'ACP_VERSION_CHECK'					=> 'Check for updates',
4c79b5
	'ACP_VIEW_ADMIN_PERMISSIONS'		=> 'View administrative permissions',
4c79b5
	'ACP_VIEW_FORUM_MOD_PERMISSIONS'	=> 'View forum moderation permissions',
4c79b5
	'ACP_VIEW_FORUM_PERMISSIONS'		=> 'View forum-based permissions',
4c79b5
	'ACP_VIEW_GLOBAL_MOD_PERMISSIONS'	=> 'View global moderation permissions',
4c79b5
	'ACP_VIEW_USER_PERMISSIONS'			=> 'View user-based permissions',
4c79b5
4c79b5
	'ACP_WORDS'					=> 'Word censoring',
4c79b5
4c79b5
	'ACTION'				=> 'Action',
4c79b5
	'ACTIONS'				=> 'Actions',
4c79b5
	'ACTIVATE'				=> 'Activate',
4c79b5
	'ADD'					=> 'Add',
4c79b5
	'ADMIN'					=> 'Administration',
4c79b5
	'ADMIN_INDEX'			=> 'Admin index',
4c79b5
	'ADMIN_PANEL'			=> 'Administration Control Panel',
4c79b5
4c79b5
	'ADM_LOGOUT'			=> 'ACP Logout',
4c79b5
	'ADM_LOGGED_OUT'		=> 'Successfully logged out from Administration Control Panel',
4c79b5
4c79b5
	'BACK'					=> 'Back',
4c79b5
4c79b5
	'COLOUR_SWATCH'			=> 'Web-safe colour swatch',
4c79b5
	'CONFIG_UPDATED'		=> 'Configuration updated successfully.',
4c79b5
4c79b5
	'DEACTIVATE'				=> 'Deactivate',
4c79b5
	'DIRECTORY_DOES_NOT_EXIST'	=> 'The entered path “%s” does not exist.',
4c79b5
	'DIRECTORY_NOT_DIR'			=> 'The entered path “%s” is not a directory.',
4c79b5
	'DIRECTORY_NOT_WRITABLE'	=> 'The entered path “%s” is not writable.',
4c79b5
	'DISABLE'					=> 'Disable',
4c79b5
	'DOWNLOAD'					=> 'Download',
4c79b5
	'DOWNLOAD_AS'				=> 'Download as',
4c79b5
	'DOWNLOAD_STORE'			=> 'Download or store file',
4c79b5
	'DOWNLOAD_STORE_EXPLAIN'	=> 'You may directly download the file or save it in your <samp>store/</samp> folder.',
4c79b5
4c79b5
	'EDIT'					=> 'Edit',
4c79b5
	'ENABLE'				=> 'Enable',
4c79b5
	'EXPORT_DOWNLOAD'		=> 'Download',
4c79b5
	'EXPORT_STORE'			=> 'Store',
4c79b5
4c79b5
	'GENERAL_OPTIONS'		=> 'General options',
4c79b5
	'GENERAL_SETTINGS'		=> 'General settings',
4c79b5
	'GLOBAL_MASK'			=> 'Global permission mask',
4c79b5
4c79b5
	'INSTALL'				=> 'Install',
4c79b5
	'IP'					=> 'User IP',
4c79b5
	'IP_HOSTNAME'			=> 'IP addresses or hostnames',
4c79b5
4c79b5
	'LOGGED_IN_AS'			=> 'You are logged in as:',
4c79b5
	'LOGIN_ADMIN'			=> 'To administer the board you must be an authenticated user.',
4c79b5
	'LOGIN_ADMIN_CONFIRM'	=> 'To administer the board you must re-authenticate yourself.',
4c79b5
	'LOGIN_ADMIN_SUCCESS'	=> 'You have successfully authenticated and will now be redirected to the Administration Control Panel.',
4c79b5
	'LOOK_UP_FORUM'			=> 'Select a forum',
4c79b5
	'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum.',
4c79b5
4c79b5
	'MANAGE'				=> 'Manage',
4c79b5
	'MENU_TOGGLE'			=> 'Hide or display the side menu',
4c79b5
	'MOVE_DOWN'				=> 'Move down',
4c79b5
	'MOVE_UP'				=> 'Move up',
4c79b5
4c79b5
	'NOTIFY'				=> 'Notification',
4c79b5
	'NO_ADMIN'				=> 'You are not authorised to administrate this board.',
4c79b5
	'NO_EMAILS_DEFINED'		=> 'No valid e-mail addresses found.',
4c79b5
	'NO_PASSWORD_SUPPLIED'	=> 'You need to enter your password to access the Administration Control Panel.',
4c79b5
4c79b5
	'OFF'					=> 'Off',
4c79b5
	'ON'					=> 'On',
4c79b5
4c79b5
	'PARSE_BBCODE'						=> 'Parse BBCode',
4c79b5
	'PARSE_SMILIES'						=> 'Parse smilies',
4c79b5
	'PARSE_URLS'						=> 'Parse links',
4c79b5
	'PERMISSIONS_TRANSFERRED'			=> 'Permissions transferred',
4c79b5
	'PERMISSIONS_TRANSFERRED_EXPLAIN'	=> 'You currently have the permissions from %1$s. You are able to browse the board with this user’s permissions, but not access the administration control panel since admin permissions were not transferred. You can revert to your permission set at any time.',
4c79b5
	'PIXEL'								=> 'px',
4c79b5
	'PROCEED_TO_ACP'					=> '%sProceed to the ACP%s',
4c79b5
4c79b5
	'REMIND'							=> 'Remind',
4c79b5
	'RESYNC'							=> 'Resynchronise',
4c79b5
	'RETURN_TO'							=> 'Return to…',
4c79b5
4c79b5
	'SELECT_ANONYMOUS'		=> 'Select anonymous user',
4c79b5
	'SELECT_OPTION'			=> 'Select option',
4c79b5
4c79b5
	'SETTING_TOO_LOW'		=> 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.',
4c79b5
	'SETTING_TOO_BIG'		=> 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.',
4c79b5
	'SETTING_TOO_LONG'		=> 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.',
4c79b5
	'SETTING_TOO_SHORT'		=> 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.',
4c79b5
4c79b5
	'UCP'					=> 'User Control Panel',
4c79b5
	'USERNAMES_EXPLAIN'		=> 'Place each username on a separate line.',
4c79b5
	'USER_CONTROL_PANEL'	=> 'User Control Panel',
4c79b5
4c79b5
	'WARNING'				=> 'Warning',
4c79b5
));
4c79b5
4c79b5
// PHP info
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'ACP_PHP_INFO_EXPLAIN'	=> 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by official team members on the support forums.',
4c79b5
4c79b5
	'NO_PHPINFO_AVAILABLE'	=> 'Information about your PHP configuration is unable to be determined. Phpinfo() has been disabled for security reasons.',
4c79b5
));
4c79b5
4c79b5
// Logs
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'ACP_ADMIN_LOGS_EXPLAIN'	=> 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
4c79b5
	'ACP_CRITICAL_LOGS_EXPLAIN'	=> 'This lists the actions carried out by the board itself. This log provides you with information you are able to use for solving specific problems, for example non-delivery of e-mails. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
4c79b5
	'ACP_MOD_LOGS_EXPLAIN'		=> 'This lists all actions done on forums, topics and posts as well as actions carried out on users by moderators, including banning. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
4c79b5
	'ACP_USERS_LOGS_EXPLAIN'	=> 'This lists all actions carried out by users or on users (reports, warnings and user notes).',
4c79b5
	'ALL_ENTRIES'				=> 'All entries',
4c79b5
4c79b5
	'DISPLAY_LOG'	=> 'Display entries from previous',
4c79b5
4c79b5
	'NO_ENTRIES'	=> 'No log entries for this period.',
4c79b5
4c79b5
	'SORT_IP'		=> 'IP address',
4c79b5
	'SORT_DATE'		=> 'Date',
4c79b5
	'SORT_ACTION'	=> 'Log action',
4c79b5
));
4c79b5
4c79b5
// Index page
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'ADMIN_INTRO'				=> 'Thank you for choosing phpBB as your board solution. This screen will give you a quick overview of all the various statistics of your board. The links on the left hand side of this screen allow you to control every aspect of your board experience. Each page will have instructions on how to use the tools.',
4c79b5
	'ADMIN_LOG'					=> 'Logged administrator actions',
4c79b5
	'ADMIN_LOG_INDEX_EXPLAIN'	=> 'This gives an overview of the last five actions carried out by board administrators. A full copy of the log can be viewed from the appropriate menu item or following the link below.',
4c79b5
	'AVATAR_DIR_SIZE'			=> 'Avatar directory size',
4c79b5
4c79b5
	'BOARD_STARTED'		=> 'Board started',
4c79b5
	'BOARD_VERSION'		=> 'Board version',
4c79b5
4c79b5
	'DATABASE_SERVER_INFO'	=> 'Database server',
4c79b5
	'DATABASE_SIZE'			=> 'Database size',
4c79b5
4c79b5
	'FILES_PER_DAY'		=> 'Attachments per day',
4c79b5
	'FORUM_STATS'		=> 'Board statistics',
4c79b5
4c79b5
	'GZIP_COMPRESSION'	=> 'GZip compression',
4c79b5
4c79b5
	'NOT_AVAILABLE'		=> 'Not available',
4c79b5
	'NUMBER_FILES'		=> 'Number of attachments',
4c79b5
	'NUMBER_POSTS'		=> 'Number of posts',
4c79b5
	'NUMBER_TOPICS'		=> 'Number of topics',
4c79b5
	'NUMBER_USERS'		=> 'Number of users',
4c79b5
	'NUMBER_ORPHAN'		=> 'Orphan attachments',
4c79b5
4c79b5
	'POSTS_PER_DAY'		=> 'Posts per day',
4c79b5
4c79b5
	'PURGE_CACHE'			=> 'Purge the cache',
4c79b5
	'PURGE_CACHE_CONFIRM'	=> 'Are you sure you wish to purge the cache?',
4c79b5
	'PURGE_CACHE_EXPLAIN'	=> 'Purge all cache related items, this includes any cached template files or queries.',
4c79b5
4c79b5
	'RESET_DATE'					=> 'Reset board’s start date',
4c79b5
	'RESET_DATE_CONFIRM'			=> 'Are you sure you wish to reset the board’s start date?',
4c79b5
	'RESET_ONLINE'					=> 'Reset most users ever online',
4c79b5
	'RESET_ONLINE_CONFIRM'			=> 'Are you sure you wish to reset the most users ever online counter?',
4c79b5
	'RESYNC_POSTCOUNTS'				=> 'Resynchronise post counts',
4c79b5
	'RESYNC_POSTCOUNTS_EXPLAIN'		=> 'Only existing posts will be taken into consideration. Pruned posts will not be counted.',
4c79b5
	'RESYNC_POSTCOUNTS_CONFIRM'		=> 'Are you sure you wish to resynchronise post counts?',
4c79b5
	'RESYNC_POST_MARKING'			=> 'Resynchronise dotted topics',
4c79b5
	'RESYNC_POST_MARKING_CONFIRM'	=> 'Are you sure you wish to resynchronise dotted topics?',
4c79b5
	'RESYNC_POST_MARKING_EXPLAIN'	=> 'First unmarks all topics and then correctly marks topics that have seen any activity during the past six months.',
4c79b5
	'RESYNC_STATS'					=> 'Resynchronise statistics',
4c79b5
	'RESYNC_STATS_CONFIRM'			=> 'Are you sure you wish to resynchronise statistics?',
4c79b5
	'RESYNC_STATS_EXPLAIN'			=> 'Recalculates the total number of posts, topics, users and files.',
4c79b5
	'RUN'							=> 'Run now',
4c79b5
4c79b5
	'STATISTIC'					=> 'Statistic',
4c79b5
	'STATISTIC_RESYNC_OPTIONS'	=> 'Resynchronise or reset statistics',
4c79b5
4c79b5
	'TOPICS_PER_DAY'	=> 'Topics per day',
4c79b5
4c79b5
	'UPLOAD_DIR_SIZE'	=> 'Size of posted attachments',
4c79b5
	'USERS_PER_DAY'		=> 'Users per day',
4c79b5
4c79b5
	'VALUE'					=> 'Value',
4c79b5
	'VIEW_ADMIN_LOG'		=> 'View administrator log',
4c79b5
	'VIEW_INACTIVE_USERS'	=> 'View inactive users',
4c79b5
4c79b5
	'WELCOME_PHPBB'			=> 'Welcome to phpBB',
4c79b5
	'WRITABLE_CONFIG'		=> 'Your config file (config.php) is currently world-writable. We strongly encourage you to change the permissions to 640 or at least to 644 (for example: chmod 640 config.php).',
4c79b5
));
4c79b5
4c79b5
// Inactive Users
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'INACTIVE_DATE'					=> 'Inactive date',
4c79b5
	'INACTIVE_REASON'				=> 'Reason',
4c79b5
	'INACTIVE_REASON_MANUAL'		=> 'Account deactivated by administrator',
4c79b5
	'INACTIVE_REASON_PROFILE'		=> 'Profile details changed',
4c79b5
	'INACTIVE_REASON_REGISTER'		=> 'Newly registered account',
4c79b5
	'INACTIVE_REASON_REMIND'		=> 'Forced user account reactivation',
4c79b5
	'INACTIVE_REASON_UNKNOWN'		=> 'Unknown',
4c79b5
	'INACTIVE_USERS'				=> 'Inactive users',
4c79b5
	'INACTIVE_USERS_EXPLAIN'		=> 'This is a list of users who have registered but whose accounts are inactive. You can activate, delete or remind (by sending an e-mail) these users if you wish.',
4c79b5
	'INACTIVE_USERS_EXPLAIN_INDEX'	=> 'This is a list of the last 10 registered users who have inactive accounts. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.',
4c79b5
4c79b5
	'NO_INACTIVE_USERS'	=> 'No inactive users',
4c79b5
4c79b5
	'SORT_INACTIVE'		=> 'Inactive date',
4c79b5
	'SORT_LAST_VISIT'	=> 'Last visit',
4c79b5
	'SORT_REASON'		=> 'Reason',
4c79b5
	'SORT_REG_DATE'		=> 'Registration date',
4c79b5
4c79b5
	'USER_IS_INACTIVE'		=> 'User is inactive',
4c79b5
));
4c79b5
4c79b5
// Log Entries
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'LOG_ACL_ADD_USER_GLOBAL_U_'		=> 'Added or edited users’ user permissions
» %s',
4c79b5
	'LOG_ACL_ADD_GROUP_GLOBAL_U_'		=> 'Added or edited groups’ user permissions
» %s',
4c79b5
	'LOG_ACL_ADD_USER_GLOBAL_M_'		=> 'Added or edited users’ global moderator permissions
» %s',
4c79b5
	'LOG_ACL_ADD_GROUP_GLOBAL_M_'		=> 'Added or edited groups’ global moderator permissions
» %s',
4c79b5
	'LOG_ACL_ADD_USER_GLOBAL_A_'		=> 'Added or edited users’ administrator permissions
» %s',
4c79b5
	'LOG_ACL_ADD_GROUP_GLOBAL_A_'		=> 'Added or edited groups’ administrator permissions
» %s',
4c79b5
4c79b5
	'LOG_ACL_ADD_ADMIN_GLOBAL_A_'		=> 'Added or edited Administrators
» %s',
4c79b5
	'LOG_ACL_ADD_MOD_GLOBAL_M_'			=> 'Added or edited Global Moderators
» %s',
4c79b5
4c79b5
	'LOG_ACL_ADD_USER_LOCAL_F_'			=> 'Added or edited users’ forum access from %1$s
» %2$s',
4c79b5
	'LOG_ACL_ADD_USER_LOCAL_M_'			=> 'Added or edited users’ forum moderator access from %1$s
» %2$s',
4c79b5
	'LOG_ACL_ADD_GROUP_LOCAL_F_'		=> 'Added or edited groups’ forum access from %1$s
» %2$s',
4c79b5
	'LOG_ACL_ADD_GROUP_LOCAL_M_'		=> 'Added or edited groups’ forum moderator access from %1$s
» %2$s',
4c79b5
4c79b5
	'LOG_ACL_ADD_MOD_LOCAL_M_'			=> 'Added or edited Moderators from %1$s
» %2$s',
4c79b5
	'LOG_ACL_ADD_FORUM_LOCAL_F_'		=> 'Added or edited forum permissions from %1$s
» %2$s',
4c79b5
4c79b5
	'LOG_ACL_DEL_ADMIN_GLOBAL_A_'		=> 'Removed Administrators
» %s',
4c79b5
	'LOG_ACL_DEL_MOD_GLOBAL_M_'			=> 'Removed Global Moderators
» %s',
4c79b5
	'LOG_ACL_DEL_MOD_LOCAL_M_'			=> 'Removed Moderators from %1$s
» %2$s',
4c79b5
	'LOG_ACL_DEL_FORUM_LOCAL_F_'		=> 'Removed User/Group forum permissions from %1$s
» %2$s',
4c79b5
4c79b5
	'LOG_ACL_TRANSFER_PERMISSIONS'		=> 'Permissions transferred from
» %s',
4c79b5
	'LOG_ACL_RESTORE_PERMISSIONS'		=> 'Own permissions restored after using permissions from
» %s',
4c79b5
4c79b5
	'LOG_ADMIN_AUTH_FAIL'		=> 'Failed administration login attempt',
4c79b5
	'LOG_ADMIN_AUTH_SUCCESS'	=> 'Successful administration login',
4c79b5
4c79b5
	'LOG_ATTACHMENTS_DELETED'	=> 'Removed user attachments
» %s',
4c79b5
4c79b5
	'LOG_ATTACH_EXT_ADD'		=> 'Added or edited attachment extension
» %s',
4c79b5
	'LOG_ATTACH_EXT_DEL'		=> 'Removed attachment extension
» %s',
4c79b5
	'LOG_ATTACH_EXT_UPDATE'		=> 'Updated attachment extension
» %s',
4c79b5
	'LOG_ATTACH_EXTGROUP_ADD'	=> 'Added extension group
» %s',
4c79b5
	'LOG_ATTACH_EXTGROUP_EDIT'	=> 'Edited extension group
» %s',
4c79b5
	'LOG_ATTACH_EXTGROUP_DEL'	=> 'Removed extension group
» %s',
4c79b5
	'LOG_ATTACH_FILEUPLOAD'		=> 'Orphan File uploaded to Post
» ID %1$d - %2$s',
4c79b5
	'LOG_ATTACH_ORPHAN_DEL'		=> 'Orphan Files deleted
» %s',
4c79b5
4c79b5
	'LOG_BAN_EXCLUDE_USER'	=> 'Excluded user from ban for reason “%1$s
» %2$s',
4c79b5
	'LOG_BAN_EXCLUDE_IP'	=> 'Excluded IP from ban for reason “%1$s
» %2$s',
4c79b5
	'LOG_BAN_EXCLUDE_EMAIL' => 'Excluded e-mail from ban for reason “%1$s
» %2$s',
4c79b5
	'LOG_BAN_USER'			=> 'Banned user for reason “%1$s
» %2$s',
4c79b5
	'LOG_BAN_IP'			=> 'Banned IP for reason “%1$s
» %2$s',
4c79b5
	'LOG_BAN_EMAIL'			=> 'Banned e-mail for reason “%1$s
» %2$s',
4c79b5
	'LOG_UNBAN_USER'		=> 'Unbanned user
» %s',
4c79b5
	'LOG_UNBAN_IP'			=> 'Unbanned IP
» %s',
4c79b5
	'LOG_UNBAN_EMAIL'		=> 'Unbanned e-mail
» %s',
4c79b5
4c79b5
	'LOG_BBCODE_ADD'		=> 'Added new BBCode
» %s',
4c79b5
	'LOG_BBCODE_EDIT'		=> 'Edited BBCode
» %s',
4c79b5
	'LOG_BBCODE_DELETE'		=> 'Deleted BBCode
» %s',
4c79b5
4c79b5
	'LOG_BOT_ADDED'		=> 'New bot added
» %s',
4c79b5
	'LOG_BOT_DELETE'	=> 'Deleted bot
» %s',
4c79b5
	'LOG_BOT_UPDATED'	=> 'Existing bot updated
» %s',
4c79b5
4c79b5
	'LOG_CLEAR_ADMIN'		=> 'Cleared admin log',
4c79b5
	'LOG_CLEAR_CRITICAL'	=> 'Cleared error log',
4c79b5
	'LOG_CLEAR_MOD'			=> 'Cleared moderator log',
4c79b5
	'LOG_CLEAR_USER'		=> 'Cleared user log
» %s',
4c79b5
	'LOG_CLEAR_USERS'		=> 'Cleared user logs',
4c79b5
4c79b5
	'LOG_CONFIG_ATTACH'			=> 'Altered attachment settings',
4c79b5
	'LOG_CONFIG_AUTH'			=> 'Altered authentication settings',
4c79b5
	'LOG_CONFIG_AVATAR'			=> 'Altered avatar settings',
4c79b5
	'LOG_CONFIG_COOKIE'			=> 'Altered cookie settings',
4c79b5
	'LOG_CONFIG_EMAIL'			=> 'Altered e-mail settings',
4c79b5
	'LOG_CONFIG_FEATURES'		=> 'Altered board features',
4c79b5
	'LOG_CONFIG_LOAD'			=> 'Altered load settings',
4c79b5
	'LOG_CONFIG_MESSAGE'		=> 'Altered private message settings',
4c79b5
	'LOG_CONFIG_POST'			=> 'Altered post settings',
4c79b5
	'LOG_CONFIG_REGISTRATION'	=> 'Altered user registration settings',
4c79b5
	'LOG_CONFIG_SEARCH'			=> 'Altered search settings',
4c79b5
	'LOG_CONFIG_SECURITY'		=> 'Altered security settings',
4c79b5
	'LOG_CONFIG_SERVER'			=> 'Altered server settings',
4c79b5
	'LOG_CONFIG_SETTINGS'		=> 'Altered board settings',
4c79b5
	'LOG_CONFIG_SIGNATURE'		=> 'Altered signature settings',
4c79b5
	'LOG_CONFIG_VISUAL'			=> 'Altered visual confirmation settings',
4c79b5
4c79b5
	'LOG_APPROVE_TOPIC'			=> 'Approved topic
» %s',
4c79b5
	'LOG_BUMP_TOPIC'			=> 'User bumped topic
» %s',
4c79b5
	'LOG_DELETE_POST'			=> 'Deleted post
» %s',
4c79b5
	'LOG_DELETE_SHADOW_TOPIC'	=> 'Deleted shadow topic
» %s',
4c79b5
	'LOG_DELETE_TOPIC'			=> 'Deleted topic
» %s',
4c79b5
	'LOG_FORK'					=> 'Copied topic
» from %s',
4c79b5
	'LOG_LOCK'					=> 'Locked topic
» %s',
4c79b5
	'LOG_LOCK_POST'				=> 'Locked post
» %s',
4c79b5
	'LOG_MERGE'					=> 'Merged posts into topic
» %s',
4c79b5
	'LOG_MOVE'					=> 'Moved topic
» from %1$s to %2$s',
4c79b5
	'LOG_POST_APPROVED'			=> 'Approved post
» %s',
4c79b5
	'LOG_POST_DISAPPROVED'		=> 'Disapproved post “%1$s” with the following reason
» %2$s',
4c79b5
	'LOG_POST_EDITED'			=> 'Edited post “%1$s” written by
» %2$s',
4c79b5
	'LOG_REPORT_CLOSED'			=> 'Closed report
» %s',
4c79b5
	'LOG_REPORT_DELETED'		=> 'Deleted report
» %s',
4c79b5
	'LOG_SPLIT_DESTINATION'		=> 'Moved split posts
» to %s',
4c79b5
	'LOG_SPLIT_SOURCE'			=> 'Split posts
» from %s',
4c79b5
4c79b5
	'LOG_TOPIC_APPROVED'		=> 'Approved topic
» %s',
4c79b5
	'LOG_TOPIC_DISAPPROVED'		=> 'Disapproved topic “%1$s” with the following reason
%2$s',
4c79b5
	'LOG_TOPIC_RESYNC'			=> 'Resynchronised topic counters
» %s',
4c79b5
	'LOG_TOPIC_TYPE_CHANGED'	=> 'Changed topic type
» %s',
4c79b5
	'LOG_UNLOCK'				=> 'Unlocked topic
» %s',
4c79b5
	'LOG_UNLOCK_POST'			=> 'Unlocked post
» %s',
4c79b5
4c79b5
	'LOG_DISALLOW_ADD'		=> 'Added disallowed username
» %s',
4c79b5
	'LOG_DISALLOW_DELETE'	=> 'Deleted disallowed username',
4c79b5
4c79b5
	'LOG_DB_BACKUP'			=> 'Database backup',
4c79b5
	'LOG_DB_DELETE'			=> 'Deleted database backup',
4c79b5
	'LOG_DB_RESTORE'		=> 'Restored database backup',
4c79b5
4c79b5
	'LOG_DOWNLOAD_EXCLUDE_IP'	=> 'Excluded IP/hostname from download list
» %s',
4c79b5
	'LOG_DOWNLOAD_IP'			=> 'Added IP/hostname to download list
» %s',
4c79b5
	'LOG_DOWNLOAD_REMOVE_IP'	=> 'Removed IP/hostname from download list
» %s',
4c79b5
4c79b5
	'LOG_ERROR_JABBER'		=> 'Jabber error
» %s',
4c79b5
	'LOG_ERROR_EMAIL'		=> 'E-mail error
» %s',
4c79b5
4c79b5
	'LOG_FORUM_ADD'							=> 'Created new forum
» %s',
4c79b5
	'LOG_FORUM_DEL_FORUM'					=> 'Deleted forum
» %s',
4c79b5
	'LOG_FORUM_DEL_FORUMS'					=> 'Deleted forum and its subforums
» %s',
4c79b5
	'LOG_FORUM_DEL_MOVE_FORUMS'				=> 'Deleted forum and moved subforums to %1$s
» %2$s',
4c79b5
	'LOG_FORUM_DEL_MOVE_POSTS'				=> 'Deleted forum and moved posts  to %1$s
» %2$s',
4c79b5
	'LOG_FORUM_DEL_MOVE_POSTS_FORUMS'		=> 'Deleted forum and its subforums, moved messages to %1$s
» %2$s',
4c79b5
	'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS'	=> 'Deleted forum, moved posts to %1$s and subforums to %2$s
» %3$s',
4c79b5
	'LOG_FORUM_DEL_POSTS'					=> 'Deleted forum and its messages
» %s',
4c79b5
	'LOG_FORUM_DEL_POSTS_FORUMS'			=> 'Deleted forum, its messages and subforums
» %s',
4c79b5
	'LOG_FORUM_DEL_POSTS_MOVE_FORUMS'		=> 'Deleted forum and its messages, moved subforums to %1$s
» %2$s',
4c79b5
	'LOG_FORUM_EDIT'						=> 'Edited forum details
» %s',
4c79b5
	'LOG_FORUM_MOVE_DOWN'					=> 'Moved forum %1$s below %2$s',
4c79b5
	'LOG_FORUM_MOVE_UP'						=> 'Moved forum %1$s above %2$s',
4c79b5
	'LOG_FORUM_SYNC'						=> 'Re-synchronised forum
» %s',
4c79b5
4c79b5
	'LOG_GROUP_CREATED'		=> 'New usergroup created
» %s',
4c79b5
	'LOG_GROUP_DEFAULTS'	=> 'Group “%1$s” made default for members
» %2$s',
4c79b5
	'LOG_GROUP_DELETE'		=> 'Usergroup deleted
» %s',
4c79b5
	'LOG_GROUP_DEMOTED'		=> 'Leaders demoted in usergroup %1$s
» %2$s',
4c79b5
	'LOG_GROUP_PROMOTED'	=> 'Members promoted to leader in usergroup %1$s
» %2$s',
4c79b5
	'LOG_GROUP_REMOVE'		=> 'Members removed from usergroup %1$s
» %2$s',
4c79b5
	'LOG_GROUP_UPDATED'		=> 'Usergroup details updated
» %s',
4c79b5
	'LOG_MODS_ADDED'		=> 'Added new leaders to usergroup %1$s
» %2$s',
4c79b5
	'LOG_USERS_APPROVED'	=> 'Users approved in usergroup %1$s
» %2$s',
4c79b5
	'LOG_USERS_ADDED'		=> 'Added new members to usergroup %1$s
» %2$s',
4c79b5
4c79b5
	'LOG_IMAGESET_ADD_DB'			=> 'Added new imageset to database
» %s',
4c79b5
	'LOG_IMAGESET_ADD_FS'			=> 'Add new imageset on filesystem
» %s',
4c79b5
	'LOG_IMAGESET_DELETE'			=> 'Deleted imageset
» %s',
4c79b5
	'LOG_IMAGESET_EDIT_DETAILS'		=> 'Edited imageset details
» %s',
4c79b5
	'LOG_IMAGESET_EDIT'				=> 'Edited imageset
» %s',
4c79b5
	'LOG_IMAGESET_EXPORT'			=> 'Exported imageset
» %s',
4c79b5
	'LOG_IMAGESET_LANG_MISSING'		=> 'Imageset misses “%2$s” localisation
» %1$s',
4c79b5
	'LOG_IMAGESET_LANG_REFRESHED'	=> 'Refreshed “%2$s” localisation of imageset
» %1$s',
4c79b5
	'LOG_IMAGESET_REFRESHED'		=> 'Refreshed imageset
» %s',
4c79b5
4c79b5
	'LOG_INACTIVE_ACTIVATE'	=> 'Activated inactive users
» %s',
4c79b5
	'LOG_INACTIVE_DELETE'	=> 'Deleted inactive users
» %s',
4c79b5
	'LOG_INACTIVE_REMIND'	=> 'Sent reminder e-mails to inactive users
» %s',
4c79b5
	'LOG_INSTALL_CONVERTED'	=> 'Converted from %1$s to phpBB %2$s',
4c79b5
	'LOG_INSTALL_INSTALLED'	=> 'Installed phpBB %s',
4c79b5
4c79b5
	'LOG_IP_BROWSER_FORWARDED_CHECK'	=> 'Session IP/browser/X_FORWARDED_FOR check failed
»User IP “%1$s” checked against session IP “%2$s”, user browser string “%3$s” checked against session browser string “%4$s” and user X_FORWARDED_FOR string “%5$s” checked against session X_FORWARDED_FOR string “%6$s”.',
4c79b5
4c79b5
	'LOG_JAB_CHANGED'			=> 'Jabber account changed',
4c79b5
	'LOG_JAB_PASSCHG'			=> 'Jabber password changed',
4c79b5
	'LOG_JAB_REGISTER'			=> 'Jabber account registered',
4c79b5
	'LOG_JAB_SETTINGS_CHANGED'	=> 'Jabber settings changed',
4c79b5
4c79b5
	'LOG_LANGUAGE_PACK_DELETED'		=> 'Deleted language pack
» %s',
4c79b5
	'LOG_LANGUAGE_PACK_INSTALLED'	=> 'Installed language pack
» %s',
4c79b5
	'LOG_LANGUAGE_PACK_UPDATED'		=> 'Updated language pack details
» %s',
4c79b5
	'LOG_LANGUAGE_FILE_REPLACED'	=> 'Replaced language file
» %s',
4c79b5
	'LOG_LANGUAGE_FILE_SUBMITTED'	=> 'Submitted language file and placed in store folder
» %s',
4c79b5
4c79b5
	'LOG_MASS_EMAIL'		=> 'Sent mass e-mail
» %s',
4c79b5
4c79b5
	'LOG_MCP_CHANGE_POSTER'	=> 'Changed poster in topic “%1$s”
» from %2$s to %3$s',
4c79b5
4c79b5
	'LOG_MODULE_DISABLE'	=> 'Module disabled
» %s',
4c79b5
	'LOG_MODULE_ENABLE'		=> 'Module enabled
» %s',
4c79b5
	'LOG_MODULE_MOVE_DOWN'	=> 'Module moved down
» %1$s below %2$s',
4c79b5
	'LOG_MODULE_MOVE_UP'	=> 'Module moved up
» %1$s above %2$s',
4c79b5
	'LOG_MODULE_REMOVED'	=> 'Module removed
» %s',
4c79b5
	'LOG_MODULE_ADD'		=> 'Module added
» %s',
4c79b5
	'LOG_MODULE_EDIT'		=> 'Module edited
» %s',
4c79b5
4c79b5
	'LOG_A_ROLE_ADD'		=> 'Admin role added
» %s',
4c79b5
	'LOG_A_ROLE_EDIT'		=> 'Admin role edited
» %s',
4c79b5
	'LOG_A_ROLE_REMOVED'	=> 'Admin role removed
» %s',
4c79b5
	'LOG_F_ROLE_ADD'		=> 'Forum role added
» %s',
4c79b5
	'LOG_F_ROLE_EDIT'		=> 'Forum role edited
» %s',
4c79b5
	'LOG_F_ROLE_REMOVED'	=> 'Forum role removed
» %s',
4c79b5
	'LOG_M_ROLE_ADD'		=> 'Moderator role added
» %s',
4c79b5
	'LOG_M_ROLE_EDIT'		=> 'Moderator role edited
» %s',
4c79b5
	'LOG_M_ROLE_REMOVED'	=> 'Moderator role removed
» %s',
4c79b5
	'LOG_U_ROLE_ADD'		=> 'User role added
» %s',
4c79b5
	'LOG_U_ROLE_EDIT'		=> 'User role edited
» %s',
4c79b5
	'LOG_U_ROLE_REMOVED'	=> 'User role removed
» %s',
4c79b5
4c79b5
	'LOG_PROFILE_FIELD_ACTIVATE'	=> 'Profile field activated
» %s',
4c79b5
	'LOG_PROFILE_FIELD_CREATE'		=> 'Profile field added
» %s',
4c79b5
	'LOG_PROFILE_FIELD_DEACTIVATE'	=> 'Profile field deactivated
» %s',
4c79b5
	'LOG_PROFILE_FIELD_EDIT'		=> 'Profile field changed
» %s',
4c79b5
	'LOG_PROFILE_FIELD_REMOVED'		=> 'Profile field removed
» %s',
4c79b5
4c79b5
	'LOG_PRUNE'					=> 'Pruned forums
» %s',
4c79b5
	'LOG_AUTO_PRUNE'			=> 'Auto-pruned forums
» %s',
4c79b5
	'LOG_PRUNE_USER_DEAC'		=> 'Users deactivated
» %s',
4c79b5
	'LOG_PRUNE_USER_DEL_DEL'	=> 'Users pruned and posts deleted
» %s',
4c79b5
	'LOG_PRUNE_USER_DEL_ANON'	=> 'Users pruned and posts retained
» %s',
4c79b5
4c79b5
	'LOG_PURGE_CACHE'			=> 'Purged cache',
4c79b5
4c79b5
	'LOG_RANK_ADDED'		=> 'Added new rank
» %s',
4c79b5
	'LOG_RANK_REMOVED'		=> 'Removed rank
» %s',
4c79b5
	'LOG_RANK_UPDATED'		=> 'Updated rank
» %s',
4c79b5
4c79b5
	'LOG_REASON_ADDED'		=> 'Added report/denial reason
» %s',
4c79b5
	'LOG_REASON_REMOVED'	=> 'Removed report/denial reason
» %s',
4c79b5
	'LOG_REASON_UPDATED'	=> 'Updated report/denial reason
» %s',
4c79b5
4c79b5
	'LOG_REFERER_INVALID'		=> 'Referer validation failed
»Referer was “%1$s”. The request was rejected and the session killed.',
4c79b5
	'LOG_RESET_DATE'			=> 'Board start date reset',
4c79b5
	'LOG_RESET_ONLINE'			=> 'Most users online reset',
4c79b5
	'LOG_RESYNC_POSTCOUNTS'		=> 'User post counts resynchronised',
4c79b5
	'LOG_RESYNC_POST_MARKING'	=> 'Dotted topics resynchronised',
4c79b5
	'LOG_RESYNC_STATS'			=> 'Post, topic and user statistics resynchronised',
4c79b5
4c79b5
	'LOG_SEARCH_INDEX_CREATED'	=> 'Created search index for
» %s',
4c79b5
	'LOG_SEARCH_INDEX_REMOVED'	=> 'Removed search index for
» %s',
4c79b5
	'LOG_STYLE_ADD'				=> 'Added new style
» %s',
4c79b5
	'LOG_STYLE_DELETE'			=> 'Deleted style
» %s',
4c79b5
	'LOG_STYLE_EDIT_DETAILS'	=> 'Edited style
» %s',
4c79b5
	'LOG_STYLE_EXPORT'			=> 'Exported style
» %s',
4c79b5
4c79b5
	'LOG_TEMPLATE_ADD_DB'			=> 'Added new template set to database
» %s',
4c79b5
	'LOG_TEMPLATE_ADD_FS'			=> 'Add new template set on filesystem
» %s',
4c79b5
	'LOG_TEMPLATE_CACHE_CLEARED'	=> 'Deleted cached versions of template files in template set %1$s
» %2$s',
4c79b5
	'LOG_TEMPLATE_DELETE'			=> 'Deleted template set
» %s',
4c79b5
	'LOG_TEMPLATE_EDIT'				=> 'Edited template set %1$s
» %2$s',
4c79b5
	'LOG_TEMPLATE_EDIT_DETAILS'		=> 'Edited template details
» %s',
4c79b5
	'LOG_TEMPLATE_EXPORT'			=> 'Exported template set
» %s',
4c79b5
	'LOG_TEMPLATE_REFRESHED'		=> 'Refreshed template set
» %s',
4c79b5
4c79b5
	'LOG_THEME_ADD_DB'			=> 'Added new theme to database
» %s',
4c79b5
	'LOG_THEME_ADD_FS'			=> 'Add new theme on filesystem
» %s',
4c79b5
	'LOG_THEME_DELETE'			=> 'Theme deleted
» %s',
4c79b5
	'LOG_THEME_EDIT_DETAILS'	=> 'Edited theme details
» %s',
4c79b5
	'LOG_THEME_EDIT'			=> 'Edited theme %1$s',
4c79b5
	'LOG_THEME_EDIT_FILE'		=> 'Edited theme %1$s
» Modified file %2$s',
4c79b5
	'LOG_THEME_EXPORT'			=> 'Exported theme
» %s',
4c79b5
	'LOG_THEME_REFRESHED'		=> 'Refreshed theme
» %s',
4c79b5
4c79b5
	'LOG_UPDATE_DATABASE'	=> 'Updated Database from version %1$s to version %2$s',
4c79b5
	'LOG_UPDATE_PHPBB'		=> 'Updated phpBB from version %1$s to version %2$s',
4c79b5
4c79b5
	'LOG_USER_ACTIVE'		=> 'User activated
» %s',
4c79b5
	'LOG_USER_BAN_USER'		=> 'Banned User via user management for reason “%1$s
» %2$s',
4c79b5
	'LOG_USER_BAN_IP'		=> 'Banned IP via user management for reason “%1$s
» %2$s',
4c79b5
	'LOG_USER_BAN_EMAIL'	=> 'Banned e-mail via user management for reason “%1$s
» %2$s',
4c79b5
	'LOG_USER_DELETED'		=> 'Deleted user
» %s',
4c79b5
	'LOG_USER_DEL_ATTACH'	=> 'Removed all attachments made by the user
» %s',
4c79b5
	'LOG_USER_DEL_AVATAR'	=> 'Removed user avatar
» %s',
4c79b5
	'LOG_USER_DEL_POSTS'	=> 'Removed all posts made by the user
» %s',
4c79b5
	'LOG_USER_DEL_SIG'		=> 'Removed user signature
» %s',
4c79b5
	'LOG_USER_INACTIVE'		=> 'User deactivated
» %s',
4c79b5
	'LOG_USER_MOVE_POSTS'	=> 'Moved user posts
» posts by “%1$s” to forum “%2$s”',
4c79b5
	'LOG_USER_NEW_PASSWORD'	=> 'Changed user password
» %s',
4c79b5
	'LOG_USER_REACTIVATE'	=> 'Forced user account reactivation
» %s',
4c79b5
	'LOG_USER_UPDATE_EMAIL'	=> 'User “%1$s” changed e-mail
» from “%2$s” to “%3$s”',
4c79b5
	'LOG_USER_UPDATE_NAME'	=> 'Changed username
» from “%1$s” to “%2$s”',
4c79b5
	'LOG_USER_USER_UPDATE'	=> 'Updated user details
» %s',
4c79b5
4c79b5
	'LOG_USER_ACTIVE_USER'		=> 'User account activated',
4c79b5
	'LOG_USER_DEL_AVATAR_USER'	=> 'User avatar removed',
4c79b5
	'LOG_USER_DEL_SIG_USER'		=> 'User signature removed',
4c79b5
	'LOG_USER_FEEDBACK'			=> 'Added user feedback
» %s',
4c79b5
	'LOG_USER_GENERAL'			=> 'Entry added:
» %s',
4c79b5
	'LOG_USER_INACTIVE_USER'	=> 'User account de-activated',
4c79b5
	'LOG_USER_LOCK'				=> 'User locked own topic
» %s',
4c79b5
	'LOG_USER_MOVE_POSTS_USER'	=> 'Moved all posts to forum» %s',
4c79b5
	'LOG_USER_REACTIVATE_USER'	=> 'Forced user account reactivation',
4c79b5
	'LOG_USER_UNLOCK'			=> 'User unlocked own topic
» %s',
4c79b5
	'LOG_USER_WARNING'			=> 'Added user warning
» %s',
4c79b5
	'LOG_USER_WARNING_BODY'		=> 'The following warning was issued to this user
» %s',
4c79b5
4c79b5
	'LOG_USER_GROUP_CHANGE'			=> 'User changed default group
» %s',
4c79b5
	'LOG_USER_GROUP_DEMOTE'			=> 'User demoted as leaders from usergroup
» %s',
4c79b5
	'LOG_USER_GROUP_JOIN'			=> 'User joined group
» %s',
4c79b5
	'LOG_USER_GROUP_JOIN_PENDING'	=> 'User joined group and needs to be approved
» %s',
4c79b5
	'LOG_USER_GROUP_RESIGN'			=> 'User resigned membership from group
» %s',
4c79b5
4c79b5
	'LOG_WORD_ADD'			=> 'Added word censor
» %s',
4c79b5
	'LOG_WORD_DELETE'		=> 'Deleted word censor
» %s',
4c79b5
	'LOG_WORD_EDIT'			=> 'Edited word censor
» %s',
4c79b5
));
4c79b5
4c79b5
?>