Blame Identity/Models/Html/phpBB/3.0.4/language/en/acp/common.php

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