Blame Identity/Webenv/phpBB/3.0.4/language/en/acp/common.php

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