﻿############################################################## 
## Title: phpBB 3.0.5 to phpBB 3.0.6 Language Pack Changes
## Author: Acyd Burn (Meik Sievertsen)
## Description: 
##
##		These are the phpBB 3.0.5 to phpBB 3.0.6 Language Pack Changes summed up
##		into a little Mod. These changes are only partial and do not include any code
##		changes, therefore not meant for updating phpBB.
## 
## Files To Edit: 
##		language/en/acp/ban.php
##		language/en/acp/board.php
##		language/en/acp/common.php
##		language/en/acp/database.php
##		language/en/acp/forums.php
##		language/en/acp/groups.php
##		language/en/acp/language.php
##		language/en/acp/permissions.php
##		language/en/acp/permissions_phpbb.php
##		language/en/acp/posting.php
##		language/en/acp/profile.php
##		language/en/acp/prune.php
##		language/en/acp/styles.php
##		language/en/acp/users.php
##		language/en/common.php
##		language/en/email/admin_welcome_activated.txt
##		language/en/email/admin_welcome_inactive.txt
##		language/en/email/coppa_resend_inactive.txt
##		language/en/email/coppa_welcome_inactive.txt
##		language/en/email/installed.txt
##		language/en/email/user_reactivate_account.txt
##		language/en/email/user_remind_inactive.txt
##		language/en/email/user_resend_inactive.txt
##		language/en/email/user_welcome.txt
##		language/en/email/user_welcome_inactive.txt
##		language/en/help_bbcode.php
##		language/en/help_faq.php
##		language/en/install.php
##		language/en/mcp.php
##		language/en/memberlist.php
##		language/en/posting.php
##		language/en/search.php
##		language/en/ucp.php
##		language/en/viewtopic.php
##
## Included Files: 
##		language/en/captcha_qa.php
##		language/en/captcha_recaptcha.php
##		language/en/email/pm_report_closed.txt
##		language/en/email/pm_report_deleted.txt
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 

#
#-----[ COPY ]------------------------------------------
#
copy language/en/captcha_qa.php to language/en/captcha_qa.php
copy language/en/captcha_recaptcha.php to language/en/captcha_recaptcha.php
copy language/en/email/pm_report_closed.txt to language/en/email/pm_report_closed.txt
copy language/en/email/pm_report_deleted.txt to language/en/email/pm_report_deleted.txt

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/ban.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 46
	'BAN_EXCLUDE'			=> 'Exclude from banning',
	'BAN_LENGTH'			=> 'Length of ban',
	'BAN_REASON'			=> 'Reason for ban',
	'BAN_GIVE_REASON'		=> 'Reason shown to the banned',
	'BAN_UPDATE_SUCCESSFUL'	=> 'The banlist has been updated successfully.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'BANNED_UNTIL_DATE'		=> 'until %s', // Example: "until Mon 13.Jul.2009, 14:44"
	'BANNED_UNTIL_DURATION'	=> '%1$s (until %2$s)', // Example: "7 days (until Tue 14.Jul.2009, 14:44)"

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/board.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 68
	'ALLOW_FORUM_NOTIFY'		=> 'Allow subscribing to forums',
	'ALLOW_NAME_CHANGE'			=> 'Allow username changes',
	'ALLOW_NO_CENSORS'			=> 'Allow disabling of word censoring',
	'ALLOW_NO_CENSORS_EXPLAIN'	=> 'Users can choose to disable the automatic word censoring of posts and private messages.',
	'ALLOW_PM_ATTACHMENTS'		=> 'Allow attachments in private messages',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ALLOW_PM_REPORT'			=> 'Allow users to report private messages',
	'ALLOW_PM_REPORT_EXPLAIN'	=> 'If this setting is enabled, users have the option of reporting a private message they have received or sent to the board’s moderators. These private messages will then be visible in the Moderator Control Panel.',
	'ALLOW_QUICK_REPLY'			=> 'Allow quick reply',
	'ALLOW_QUICK_REPLY_EXPLAIN'	=> 'This setting defines if quick reply is enabled or not. If this setting is enabled, forums need to have their quick reply option enabled too.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 89

// Avatar Settings
$lang = array_merge($lang, array(
	'ACP_AVATAR_SETTINGS_EXPLAIN'	=> 'Avatars are generally small, unique images a user can associate with themselves. Depending on the style they are usually displayed below the username when viewing topics. Here you can determine how users can define their avatars. Please note that in order to upload avatars you need to have created the directory you name below and ensure it can be written to by the web server. Please also note that file size limits are only imposed on uploaded avatars, they do not apply to remotely linked images.',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ALLOW_AVATARS'					=> 'Enable avatars',
	'ALLOW_AVATARS_EXPLAIN'			=> 'Allow general usage of avatars;<br />If you disable avatars in general or avatars of a certain mode, the disabled avatars will no longer be shown on the board, but users will still be able to download their own avatars in the User Control Panel.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 89
	'ALLOW_LOCAL'					=> 'Enable gallery avatars',
	'ALLOW_REMOTE'					=> 'Enable remote avatars',
	'ALLOW_REMOTE_EXPLAIN'			=> 'Avatars linked to from another website.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ALLOW_REMOTE_UPLOAD'			=> 'Enable remote avatar uploading',
	'ALLOW_REMOTE_UPLOAD_EXPLAIN'	=> 'Allow uploading of avatars from another website.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 146
	'ENABLE_QUEUE_TRIGGER'			=> 'Enable queued posts',
	'ENABLE_QUEUE_TRIGGER_EXPLAIN'	=> 'Ability to put registered users posts to post approval if their post count is lower than the specified value below. This setting has no effect on the permission setting for post/topic approval.',
	'QUEUE_TRIGGER_POSTS'			=> 'Maximum post count for queued posts',
	'QUEUE_TRIGGER_POSTS_EXPLAIN'	=> 'If queued posts is enabled, this is the post count the user need to reach in order to post without post approval. If the users post count is below this number, the post is stored in the queue automatically.',

#
#-----[ REPLACE WITH ]---------------------------------------------
# (remove the 4 lines above)


#
#-----[ FIND ]---------------------------------------------
# Around Line 148
	'CHAR_LIMIT'					=> 'Maximum characters per post',
	'CHAR_LIMIT_EXPLAIN'			=> 'The number of characters allowed within a post. Set to 0 for unlimited characters.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'DELETE_TIME'					=> 'Limit deleting time',
	'DELETE_TIME_EXPLAIN'			=> 'Limits the time available to delete a new post. Setting the value to 0 disables this behaviour.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 169
	'MAX_POST_IMG_HEIGHT_EXPLAIN'	=> 'Maximum height of an image/flash file in postings. Set to 0 for unlimited size.',
	'MAX_POST_IMG_WIDTH'			=> 'Maximum image width per post',
	'MAX_POST_IMG_WIDTH_EXPLAIN'	=> 'Maximum width of an image/flash file in postings. Set to 0 for unlimited size.',
	'MAX_POST_URLS'					=> 'Maximum links per post',
	'MAX_POST_URLS_EXPLAIN'			=> 'Maximum number of URLs in a post. Set to 0 for unlimited links.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'MIN_CHAR_LIMIT'				=> 'Minimum characters per post/message',
	'MIN_CHAR_LIMIT_EXPLAIN'		=> 'The minimum number of characters the user need to enter within a post/private message.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 177
	'POSTS_PER_PAGE'				=> 'Posts per page',
	'QUOTE_DEPTH_LIMIT'				=> 'Maximum nested quotes per post',
	'QUOTE_DEPTH_LIMIT_EXPLAIN'		=> 'Maximum number of nested quotes in a post. Set to 0 for unlimited depth.',
	'SMILIES_LIMIT'					=> 'Maximum smilies per post',
	'SMILIES_LIMIT_EXPLAIN'			=> 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'SMILIES_PER_PAGE'				=> 'Smilies per page',

#
#-----[ FIND ]---------------------------------------------
# Around Line 203
	'ACC_ACTIVATION'			=> 'Account activation',
	'ACC_ACTIVATION_EXPLAIN'	=> 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NEW_MEMBER_POST_LIMIT'			=> 'New member post limit',
	'NEW_MEMBER_POST_LIMIT_EXPLAIN'	=> 'New members are within the <em>Newly Registered Users</em> group until they reach this number of posts. You can use this group to keep them from using the PM system or to review their posts. <strong>A value of 0 disables this feature.</strong>',
	'NEW_MEMBER_GROUP_DEFAULT'		=> 'Set Newly Registered Users group to default',
	'NEW_MEMBER_GROUP_DEFAULT_EXPLAIN'	=> 'If set to yes and a new member post limit is specified newly registered users will be not only put into the <em>Newly Registered Users</em> group, but this group also being their default one. This may come in handy if you want to assign a group default rank and/or avatar the user then inherits.',


#
#-----[ FIND ]---------------------------------------------
# Around Line 242
// Visual Confirmation Settings

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
// Feeds
$lang = array_merge($lang, array(
	'ACP_FEED_MANAGEMENT'				=> 'General Syndication Feeds settings',
	'ACP_FEED_MANAGEMENT_EXPLAIN'		=> 'This Module makes available various ATOM Feeds, parsing any BBCode in posts to make them readable in external feeds.',

	'ACP_FEED_ENABLE'					=> 'Enable Feeds',
	'ACP_FEED_ENABLE_EXPLAIN'			=> 'Turns on or off ATOM Feeds for the entire board.<br />Disabling this switches off all Feeds, no matter how the options below are set.',
	'ACP_FEED_LIMIT'					=> 'Number of items',
	'ACP_FEED_LIMIT_EXPLAIN'			=> 'The maximum number of feed items to display.',

	'ACP_FEED_OVERALL_FORUMS'			=> 'Enable overall forums feed',
	'ACP_FEED_OVERALL_FORUMS_EXPLAIN'	=> 'This feed displays the latest posts from all forums topics.',
	'ACP_FEED_OVERALL_FORUMS_LIMIT'		=> 'Number of items per page to display in the forums feed',

	'ACP_FEED_OVERALL_TOPIC'			=> 'Enable overall topics feed',
	'ACP_FEED_OVERALL_TOPIC_EXPLAIN'	=> 'Enables the “All Topics” feed',
	'ACP_FEED_OVERALL_TOPIC_LIMIT'		=> 'Number of items per page to display in the topics feed',
	'ACP_FEED_FORUM'					=> 'Enable Per-Forum Feeds',
	'ACP_FEED_FORUM_EXPLAIN'			=> 'Single forum new posts.',
	'ACP_FEED_TOPIC'					=> 'Enable Per-Topic Feeds',
	'ACP_FEED_TOPIC_EXPLAIN'			=> 'Single topics new posts.',
	'ACP_FEED_NEWS'						=> 'News Feeds',
	'ACP_FEED_NEWS_EXPLAIN'				=> 'Pull the first post from these forums. Select no forums to disable news feed.<br />Select multiple forums by holding <samp>CTRL</samp> and clicking.',

	'ACP_FEED_GENERAL'					=> 'General Feed Settings',

	'ACP_FEED_ITEM_STATISTICS'			=> 'Item statistics',
	'ACP_FEED_ITEM_STATISTICS_EXPLAIN'	=> 'Display individual statistics underneath feed items<br />(Posted by, date and time, Replies, Views)',
	'ACP_FEED_EXCLUDE_ID'				=> 'Exclude these forums',
	'ACP_FEED_EXCLUDE_ID_EXPLAIN'		=> 'Content from these will be <strong>not included in feeds</strong>. Select no forum to pull data from all forums.<br />Select/Deselect multiple forums by holding <samp>CTRL</samp> and clicking.',
));

#
#-----[ FIND ]---------------------------------------------
# Around Line 244
	'ACP_VC_SETTINGS_EXPLAIN'		=> 'Here you are able to define visual confirmation defaults and CAPTCHA settings.',

	'CAPTCHA_GD'							=> 'GD CAPTCHA',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_VC_SETTINGS_EXPLAIN'				=> 'Here you can select and configure CAPTCHA plugins, which implement various ways to reject registration attempts from so-called spambots.',
	'AVAILABLE_CAPTCHAS'					=> 'Available plugins',
	'CAPTCHA_UNAVAILABLE'					=> 'The CAPTCHA cannot be selected as its requirements are not met.',
	'CAPTCHA_GD'							=> 'GD CAPTCHA',
	'CAPTCHA_GD_3D'							=> 'GD 3D Captcha',

#
#-----[ FIND ]---------------------------------------------
# Around Line 299
	'CAPTCHA_PREVIEW_MSG'					=> 'Your changes to the visual confirmation setting were not saved. This is just a preview.',
	'CAPTCHA_PREVIEW_EXPLAIN'				=> 'The CAPTCHA as it will look like using the current settings. Use the preview button to refresh. Note that captchas are randomized and will differ from one view to the next.',
	'VISUAL_CONFIRM_POST'					=> 'Enable visual confirmation for guest postings',
	'VISUAL_CONFIRM_POST_EXPLAIN'			=> 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
	'VISUAL_CONFIRM_REG'					=> 'Enable visual confirmation for registrations',
	'VISUAL_CONFIRM_REG_EXPLAIN'			=> 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
	'VISUAL_CONFIRM_REFRESH'				=> 'Enable users to refresh the confirmation image',
	'VISUAL_CONFIRM_REFRESH_EXPLAIN'		=> 'Allows users to request new confirmation codes, if they are unable to solve the VC during registration.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'CAPTCHA_NO_GD'							=> 'CAPTCHA without GD',
	'CAPTCHA_PREVIEW_MSG'					=> 'Your changes to the visual confirmation setting were not saved. This is just a preview.',
	'CAPTCHA_PREVIEW_EXPLAIN'				=> 'The CAPTCHA as it would look like using the current selection.',

	'CAPTCHA_SELECT'						=> 'Installed CAPTCHA plugins',
	'CAPTCHA_SELECT_EXPLAIN'				=> 'The dropdown holds the CAPTCHA plugins recognized by the board. Gray entries are not available right now and might need configuration prior to use.',
	'CAPTCHA_CONFIGURE'						=> 'Configure CAPTCHAs',
	'CAPTCHA_CONFIGURE_EXPLAIN'				=> 'Change the settings for the selected CAPTCHA.',
	'CONFIGURE'								=> 'Configure',
	'CAPTCHA_NO_OPTIONS'					=> 'This CAPTCHA has no configuration options.',

	'VISUAL_CONFIRM_POST'					=> 'Enable visual confirmation for guest postings',
	'VISUAL_CONFIRM_POST_EXPLAIN'			=> 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
	'VISUAL_CONFIRM_REG'					=> 'Enable visual confirmation for registrations',
	'VISUAL_CONFIRM_REG_EXPLAIN'			=> 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
	'VISUAL_CONFIRM_REFRESH'				=> 'Enable users to refresh the confirmation image',
	'VISUAL_CONFIRM_REFRESH_EXPLAIN'		=> 'Allows users to request new confirmation codes, if they are unable to solve the VC during registration. Some plugins might not support this option.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 399
	'ENABLE_GZIP_EXPLAIN'		=> 'Generated content will be compressed prior to sending it to the user. This can reduce network traffic but will also increase CPU usage on both server and client side.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ENABLE_GZIP_EXPLAIN'		=> 'Generated content will be compressed prior to sending it to the user. This can reduce network traffic but will also increase CPU usage on both server and client side. Requires zlib PHP extension to be loaded.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 486
	'ENABLE_EMAIL_EXPLAIN'			=> 'If this is set to disabled no e-mails will be sent by the board at all.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ENABLE_EMAIL_EXPLAIN'			=> 'If this is set to disabled no e-mails will be sent by the board at all. <em>Note the user and admin account activation settings require this setting to be enabled. If currently using “user” or “admin” activation in the activation settings, disabling this setting will require no activation of new accounts.</em>',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/common.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 86
	'ACP_FORUM_BASED_PERMISSIONS'	=> 'Forum based permissions',
	'ACP_FORUM_LOGS'				=> 'Forum logs',
	'ACP_FORUM_MANAGEMENT'			=> 'Forum management',
	'ACP_FORUM_MODERATORS'			=> 'Forum moderators',
	'ACP_FORUM_PERMISSIONS'			=> 'Forum permissions',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ACP_FORUM_PERMISSIONS_COPY'	=> 'Copy forum permissions',

#
#-----[ FIND ]---------------------------------------------
# Around Line 147
	'ACP_REASONS'				=> 'Report/denial reasons',
	'ACP_REGISTER_SETTINGS'		=> 'User registration settings',

	'ACP_RESTORE'				=> 'Restore',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ACP_FEED'					=> 'Feed management',
	'ACP_FEED_SETTINGS'			=> 'Feed settings',


#
#-----[ FIND ]---------------------------------------------
# Around Line 147
	'ACP_SEARCH'				=> 'Search configuration',
	'ACP_SEARCH_INDEX'			=> 'Search index',
	'ACP_SEARCH_SETTINGS'		=> 'Search settings',

	'ACP_SECURITY_SETTINGS'		=> 'Security settings',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ACP_SEND_STATISTICS'		=> 'Send statistical information',

#
#-----[ FIND ]---------------------------------------------
# Around Line 163
	'ACP_SIGNATURE_SETTINGS'	=> 'Signature settings',
	'ACP_SMILIES'				=> 'Smilies',
	'ACP_STYLE_COMPONENTS'		=> 'Style components',
	'ACP_STYLE_MANAGEMENT'		=> 'Style management',
	'ACP_STYLES'				=> 'Styles',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ACP_SUBMIT_CHANGES'		=> 'Submit changes',

#
#-----[ FIND ]---------------------------------------------
# Around Line 186
	'ACP_VC_SETTINGS'					=> 'Visual confirmation settings',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_USER_WARNINGS'				=> 'Warnings',

	'ACP_VC_SETTINGS'					=> 'CAPTCHA module settings',

#
#-----[ FIND ]---------------------------------------------
# Around Line 247
	'LOOK_UP_FORUM'			=> 'Select a forum',
	'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum.',

	'MANAGE'				=> 'Manage',
	'MENU_TOGGLE'			=> 'Hide or display the side menu',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'MORE'					=> 'More',			// Not used at the moment
	'MORE_INFORMATION'		=> 'More information »',

#
#-----[ FIND ]---------------------------------------------
# Around Line 280
	'SETTING_TOO_LOW'		=> 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.',
	'SETTING_TOO_BIG'		=> 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.',
	'SETTING_TOO_LONG'		=> 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.',
	'SETTING_TOO_SHORT'		=> 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.',


#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'SETTING_TOO_LOW'		=> 'The provided value for the setting “%1$s” is too low. The minimum acceptable value is %2$d.',
	'SETTING_TOO_BIG'		=> 'The provided value for the setting “%1$s” is too high. The maximum acceptable value is %2$d.',
	'SETTING_TOO_LONG'		=> 'The provided value for the setting “%1$s” is too long. The maximum acceptable length is %2$d.',
	'SETTING_TOO_SHORT'		=> 'The provided value for the setting “%1$s” is too short. The minimum acceptable length is %2$d.',
	'SHOW_ALL_OPERATIONS'	=> 'Show all operations',


#
#-----[ FIND ]---------------------------------------------
# Around Line 344

	'PURGE_CACHE'			=> 'Purge the cache',
	'PURGE_CACHE_CONFIRM'	=> 'Are you sure you wish to purge the cache?',
	'PURGE_CACHE_EXPLAIN'	=> 'Purge all cache related items, this includes any cached template files or queries.',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'PURGE_SESSIONS'			=> 'Purge all sessions',
	'PURGE_SESSIONS_CONFIRM'	=> 'Are you sure you wish to purge all sessions? This will log out all users.',
	'PURGE_SESSIONS_EXPLAIN'	=> 'Purge all sessions. This will log out all users by truncating the session table.',


#
#-----[ FIND ]---------------------------------------------
# Around Line 371
	'VALUE'					=> 'Value',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'VERSIONCHECK_FAIL'			=> 'Failed to obtain latest version information.',
	'VERSIONCHECK_FORCE_UPDATE'	=> 'Re-Check version',

#
#-----[ FIND ]---------------------------------------------
# Around Line 400

	'SORT_INACTIVE'		=> 'Inactive date',
	'SORT_LAST_VISIT'	=> 'Last visit',
	'SORT_REASON'		=> 'Reason',
	'SORT_REG_DATE'		=> 'Registration date',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'SORT_LAST_REMINDER'=> 'Last reminded',
	'SORT_REMINDER'		=> 'Reminder sent',

#
#-----[ FIND ]---------------------------------------------
# Around Line 400

	'USER_IS_INACTIVE'		=> 'User is inactive',
));


#
#-----[ AFTER, ADD ]---------------------------------------------
#
// Send statistics page
$lang = array_merge($lang, array(
	'EXPLAIN_SEND_STATISTICS'	=> 'Please send information about your server and board configurations to phpBB for statistical analysis. All information that could identify you or your website has been removed - the data is entirely <strong>anonymous</strong>. We base decisions about future phpBB versions on this information. The statistics are made available publically. We also share this data with the PHP project, the programming language phpBB is made with.',
	'EXPLAIN_SHOW_STATISTICS'	=> 'Using the button below you can preview all variables that will be transmitted.',
	'DONT_SEND_STATISTICS'		=> 'Return to the ACP if you do not wish to send statistical information to phpBB.',
	'GO_ACP_MAIN'				=> 'Go to the ACP start page',
	'HIDE_STATISTICS'			=> 'Hide details',
	'SEND_STATISTICS'			=> 'Send statistical information',
	'SHOW_STATISTICS'			=> 'Show details',
	'THANKS_SEND_STATISTICS'	=> 'Thank you for submitting your information.',
));


#
#-----[ FIND ]---------------------------------------------
# Around Line 494
	'LOG_CONFIG_SEARCH'			=> '<strong>Altered search settings</strong>',

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
	'LOG_CONFIG_FEED'			=> '<strong>Altered syndication feeds settings</strong>',

#
#-----[ FIND ]---------------------------------------------
# Around Line 505
	'LOG_MOVE'					=> '<strong>Moved topic</strong><br />» from %1$s to %2$s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_PM_REPORT_CLOSED'		=> '<strong>Closed PM report</strong><br />» %s',
	'LOG_PM_REPORT_DELETED'		=> '<strong>Deleted PM report</strong><br />» %s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 544

	'LOG_ERROR_JABBER'		=> '<strong>Jabber error</strong><br />» %s',
	'LOG_ERROR_EMAIL'		=> '<strong>E-mail error</strong><br />» %s',

	'LOG_FORUM_ADD'							=> '<strong>Created new forum</strong><br />» %s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_FORUM_COPIED_PERMISSIONS'			=> '<strong>Copied forum permissions</strong> from %1$s<br />» %2$s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 559
	'LOG_FORUM_EDIT'						=> '<strong>Edited forum details</strong><br />» %s',
	'LOG_FORUM_MOVE_DOWN'					=> '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s',
	'LOG_FORUM_MOVE_UP'						=> '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s',
	'LOG_FORUM_SYNC'						=> '<strong>Re-synchronised forum</strong><br />» %s',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_GENERAL_ERROR'	=> '<strong>A general error occured</strong>: %1$s <br />» %2$s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 574
	'LOG_USERS_APPROVED'	=> '<strong>Users approved in usergroup</strong> %1$s<br />» %2$s',

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 574
	'LOG_USERS_ADDED'		=> '<strong>Added new members to usergroup</strong> %1$s<br />» %2$s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_USERS_APPROVED'	=> '<strong>Users approved in usergroup</strong> %1$s<br />» %2$s',
	'LOG_USERS_PENDING'		=> '<strong>Users requested to join group “%1$s” and need to be approved</strong><br />» %2$s',

	'LOG_IMAGE_GENERATION_ERROR'	=> '<strong>Error while creating image</strong><br />» Error in %1$s on line %2$s: %3$s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 642
	'LOG_PRUNE_USER_DEAC'		=> '<strong>Users deactivated</strong><br />» %s',
	'LOG_PRUNE_USER_DEL_DEL'	=> '<strong>Users pruned and posts deleted</strong><br />» %s',
	'LOG_PRUNE_USER_DEL_ANON'	=> '<strong>Users pruned and posts retained</strong><br />» %s',

	'LOG_PURGE_CACHE'			=> '<strong>Purged cache</strong>',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_PURGE_SESSIONS'		=> '<strong>Purged sessions</strong>',


#
#-----[ FIND ]---------------------------------------------
# Around Line 695
	'LOG_USER_BAN_IP'		=> '<strong>Banned IP via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
	'LOG_USER_BAN_EMAIL'	=> '<strong>Banned e-mail via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
	'LOG_USER_DELETED'		=> '<strong>Deleted user</strong><br />» %s',
	'LOG_USER_DEL_ATTACH'	=> '<strong>Removed all attachments made by the user</strong><br />» %s',
	'LOG_USER_DEL_AVATAR'	=> '<strong>Removed user avatar</strong><br />» %s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_USER_DEL_OUTBOX'	=> '<strong>Emptied user outbox</strong><br />» %s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 702
	'LOG_USER_DEL_SIG'		=> '<strong>Removed user signature</strong><br />» %s',
	'LOG_USER_INACTIVE'		=> '<strong>User deactivated</strong><br />» %s',
	'LOG_USER_MOVE_POSTS'	=> '<strong>Moved user posts</strong><br />» posts by “%1$s” to forum “%2$s”',
	'LOG_USER_NEW_PASSWORD'	=> '<strong>Changed user password</strong><br />» %s',
	'LOG_USER_REACTIVATE'	=> '<strong>Forced user account reactivation</strong><br />» %s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_USER_REMOVED_NR'	=> '<strong>Removed newly registered flag from user</strong><br />» %s',


#
#-----[ FIND ]---------------------------------------------
# Around Line 726
	'LOG_USER_GROUP_CHANGE'			=> '<strong>User changed default group</strong><br />» %s',
	'LOG_USER_GROUP_DEMOTE'			=> '<strong>User demoted as leaders from usergroup</strong><br />» %s',
	'LOG_USER_GROUP_JOIN'			=> '<strong>User joined group</strong><br />» %s',
	'LOG_USER_GROUP_JOIN_PENDING'	=> '<strong>User joined group and needs to be approved</strong><br />» %s',
	'LOG_USER_GROUP_RESIGN'			=> '<strong>User resigned membership from group</strong><br />» %s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#

	'LOG_WARNING_DELETED'		=> '<strong>Deleted user warning</strong><br />» %s',
	'LOG_WARNINGS_DELETED'		=> '<strong>Deleted %2$s user warnings</strong><br />» %1$s', // Example: '<strong>Deleted 2 user warnings</strong><br />» username'
	'LOG_WARNINGS_DELETED_ALL'	=> '<strong>Deleted all user warnings</strong><br />» %s',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/database.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 52
	'DELETE_SELECTED_BACKUP'	=> 'Are you sure you want to delete the selected backup?',
	'DESELECT_ALL'		=> 'Deselect all',
	'DOWNLOAD_BACKUP'	=> 'Download backup',

	'FILE_TYPE'			=> 'File type',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'FILE_WRITE_FAIL'	=> 'Unable to write file to storage folder.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/forums.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 42
	'AUTO_PRUNE_FREQ'			=> 'Auto-prune frequency',
	'AUTO_PRUNE_FREQ_EXPLAIN'	=> 'Time in days between pruning events.',
	'AUTO_PRUNE_VIEWED'			=> 'Auto-prune post viewed age',
	'AUTO_PRUNE_VIEWED_EXPLAIN'	=> 'Number of days since topic was viewed after which topic is removed.',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'CONTINUE'						=> 'Continue',

#
#-----[ FIND ]---------------------------------------------
# Around Line 42
	'COPY_PERMISSIONS'				=> 'Copy permissions from',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'COPY_PERMISSIONS_EXPLAIN'		=> 'To ease up the permission setup for your new forum, you can copy the permissions of an existing forum.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 42
	'COPY_PERMISSIONS_ADD_EXPLAIN'	=> 'Once created, the forum will have the same permissions as the one you select here. If no forum is selected the newly created forum will not be visible until permissions had been set.',
	'COPY_PERMISSIONS_EDIT_EXPLAIN'	=> 'If you select to copy permissions, the forum will have the same permissions as the one you select here. This will overwrite any permissions you have previously set for this forum with the permissions of the forum you select here. If no forum is selected the current permissions will be kept.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'COPY_TO_ACL'					=> 'Alternatively, you are also able to %sset up new permissions%s for this forum.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 63
	'EDIT_FORUM'					=> 'Edit forum',
	'ENABLE_INDEXING'				=> 'Enable search indexing',
	'ENABLE_INDEXING_EXPLAIN'		=> 'If set to yes posts made to this forum will be indexed for searching.',
	'ENABLE_POST_REVIEW'			=> 'Enable post review',
	'ENABLE_POST_REVIEW_EXPLAIN'	=> 'If set to yes users are able to review their post if new posts were made to the topic while users wrote theirs. This should be disabled for chat forums.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ENABLE_QUICK_REPLY'			=> 'Enable quick reply',
	'ENABLE_QUICK_REPLY_EXPLAIN'	=> 'If set to yes users get a quick reply box for this forum. If the global option for quick reply is disabled or the forum not postable to the quick reply box will not be displayed, even if set to yes here.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/groups.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 86
	'GROUP_NAME_TAKEN'				=> 'The group name you entered is already in use, please select an alternative.',
	'GROUP_OPEN'					=> 'Open',
	'GROUP_PENDING'					=> 'Pending members',
	'GROUP_MAX_RECIPIENTS'			=> 'Maximum number of allowed recipients per private message',
	'GROUP_MAX_RECIPIENTS_EXPLAIN'	=> 'The maximum number of allowed recipients in a private message. If 0 is entered, the board-wide setting is used.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'GROUP_OPTIONS_SAVE'			=> 'Group wide options',

#
#-----[ FIND ]---------------------------------------------
# Around Line 93
	'GROUP_TYPE'					=> 'Group type',
	'GROUP_TYPE_EXPLAIN'			=> 'This determines which users can join or view this group.',
	

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
	'GROUP_SKIP_AUTH'				=> 'Exempt group leader from permissions',
	'GROUP_SKIP_AUTH_EXPLAIN'		=> 'If enabled group leader no longer inherit permissions from the group.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/language.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 35
	'ACP_LANGUAGE_PACKS_EXPLAIN'	=> 'Here you are able to install/remove language packs.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_LANGUAGE_PACKS_EXPLAIN'	=> 'Here you are able to install/remove language packs. The default language pack is marked with an asterisk (*).',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/permissions.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 78
	'ACL_YES'				=> 'Yes',

	'ACP_ADMINISTRATORS_EXPLAIN'				=> 'Here you can assign administrator permissions to users or groups. All users with administrator permissions can view the administration control panel.',
	'ACP_FORUM_MODERATORS_EXPLAIN'				=> 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define global moderative permissions or administrators please use the appropriate page.',
	'ACP_FORUM_PERMISSIONS_EXPLAIN'				=> 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ACP_FORUM_PERMISSIONS_COPY_EXPLAIN'		=> 'Here you can copy forum permissions from one forum to one or more other forums.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 108
	'APPLY_ALL_PERMISSIONS'		=> 'Apply all permissions',
	'APPLY_PERMISSIONS'			=> 'Apply permissions',
	'APPLY_PERMISSIONS_EXPLAIN'	=> 'The permissions and role defined for this item will only be applied to this item and all checked items.',
	'AUTH_UPDATED'				=> 'Permissions have been updated.',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'COPY_PERMISSIONS_CONFIRM'				=> 'Are you sure you wish to carry out this operation? Please be aware that this will overwrite any existing permissions on the selected targets.',
	'COPY_PERMISSIONS_FORUM_FROM_EXPLAIN'	=> 'The source forum you want to copy permissions from.',
	'COPY_PERMISSIONS_FORUM_TO_EXPLAIN'		=> 'The destination forums you want the copied permissions applied to.',
	'COPY_PERMISSIONS_FROM'					=> 'Copy permissions from',
	'COPY_PERMISSIONS_TO'					=> 'Apply permissions to',


#
#-----[ FIND ]---------------------------------------------
# Around Line 169
	'ROLE_FORUM_NOACCESS'		=> 'No Access',
	'ROLE_FORUM_ONQUEUE'		=> 'On Moderation Queue',
	'ROLE_FORUM_POLLS'			=> 'Standard Access + Polls',
	'ROLE_FORUM_READONLY'		=> 'Read Only Access',
	'ROLE_FORUM_STANDARD'		=> 'Standard Access',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ROLE_FORUM_NEW_MEMBER'		=> 'Newly registered User',

#
#-----[ FIND ]---------------------------------------------
# Around Line 179
	'ROLE_USER_FULL'			=> 'All Features',
	'ROLE_USER_LIMITED'			=> 'Limited Features',
	'ROLE_USER_NOAVATAR'		=> 'No Avatar',
	'ROLE_USER_NOPM'			=> 'No Private Messages',
	'ROLE_USER_STANDARD'		=> 'Standard Features',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ROLE_USER_NEW_MEMBER'		=> 'Newly registered User',


#
#-----[ FIND ]---------------------------------------------
# Around Line 195
	'ROLE_DESCRIPTION_FORUM_NOACCESS'		=> 'Can neither see nor access the forum.',
	'ROLE_DESCRIPTION_FORUM_ONQUEUE'		=> 'Can use most forum features including attachments, but posts and topics need to be approved by a moderator.',
	'ROLE_DESCRIPTION_FORUM_POLLS'			=> 'Like Standard Access but can also create polls.',
	'ROLE_DESCRIPTION_FORUM_READONLY'		=> 'Can read the forum, but cannot create new topics or reply to posts.',
	'ROLE_DESCRIPTION_FORUM_STANDARD'		=> 'Can use most forum features including attachments and deleting own topics, but cannot lock own topics, and cannot create polls.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ROLE_DESCRIPTION_FORUM_NEW_MEMBER'		=> 'A role for members of the special newly registered users group; contains <samp>NEVER</samp> permissions to lock features for new users.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 205
	'ROLE_DESCRIPTION_USER_FULL'			=> 'Can use all available forum features for users, including changing the user name or ignoring the flood limit.<br />Not recommended.',
	'ROLE_DESCRIPTION_USER_LIMITED'			=> 'Can access some of the user features. Attachments, e-mails, or instant messages are not allowed.',
	'ROLE_DESCRIPTION_USER_NOAVATAR'		=> 'Has a limited feature set and is not allowed to use the Avatar feature.',
	'ROLE_DESCRIPTION_USER_NOPM'			=> 'Has a limited feature set, and is not allowed to use Private Messages.',
	'ROLE_DESCRIPTION_USER_STANDARD'		=> 'Can access most but not all user features. Cannot change user name or ignore the flood limit, for instance.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ROLE_DESCRIPTION_USER_NEW_MEMBER'		=> 'A role for members of the special newly registered users group; contains <samp>NEVER</samp> permissions to lock features for new users.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 251
	'TRACE_USER_FOUNDER'					=> 'The user has the founder type set, therefore admin permissions are set to <samp>YES</samp> by default.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'TRACE_USER_FOUNDER'					=> 'The user is a founder, therefore admin permissions are always set to <samp>YES</samp>.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/permissions_phpbb.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 121
	'acl_u_pm_bbcode'	=> array('lang' => 'Can post BBCode in private messages', 'cat' => 'pm'),
	'acl_u_pm_smilies'	=> array('lang' => 'Can post smilies in private messages', 'cat' => 'pm'),
	'acl_u_pm_img'		=> array('lang' => 'Can post images in private messages', 'cat' => 'pm'),
	'acl_u_pm_flash'	=> array('lang' => 'Can post Flash in private messages', 'cat' => 'pm'),

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'acl_u_pm_bbcode'	=> array('lang' => 'Can use BBCode in private messages', 'cat' => 'pm'),
	'acl_u_pm_smilies'	=> array('lang' => 'Can use smilies in private messages', 'cat' => 'pm'),
	'acl_u_pm_img'		=> array('lang' => 'Can use [img] BBCode tag in private messages', 'cat' => 'pm'),
	'acl_u_pm_flash'	=> array('lang' => 'Can use [flash] BBCode tag in private messages', 'cat' => 'pm'),

#
#-----[ FIND ]---------------------------------------------
# Around Line 149
	'acl_f_bbcode'		=> array('lang' => 'Can post BBCode', 'cat' => 'content'),
	'acl_f_smilies'		=> array('lang' => 'Can post smilies', 'cat' => 'content'),
	'acl_f_img'			=> array('lang' => 'Can post images', 'cat' => 'content'),
	'acl_f_flash'		=> array('lang' => 'Can post Flash', 'cat' => 'content'),

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'acl_f_bbcode'		=> array('lang' => 'Can use BBCode', 'cat' => 'content'),
	'acl_f_smilies'		=> array('lang' => 'Can use smilies', 'cat' => 'content'),
	'acl_f_img'			=> array('lang' => 'Can use [img] BBCode tag', 'cat' => 'content'),
	'acl_f_flash'		=> array('lang' => 'Can use [flash] BBCode tag', 'cat' => 'content'),

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/posting.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 66
	'TOKENS_EXPLAIN'		=> 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {TEXT1}, {TEXT2}.<br /><br />Within the HTML replacement you can also use any language string present in your language/ directory like this: {L_<em>&lt;STRINGNAME&gt;</em>} where <em>&lt;STRINGNAME&gt;</em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as &quot;wrote&quot; or its translation according to user’s locale.<br /><br /><strong>Please note that only tokens listed below are able to be used within custom BBCodes.</strong>',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'TOKENS_EXPLAIN'		=> 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {TEXT1}, {TEXT2}.<br /><br />Within the HTML replacement you can also use any language string present in your language/ directory like this: {L_<em>&lt;STRINGNAME&gt;</em>} where <em>&lt;STRINGNAME&gt;</em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as “wrote” or its translation according to user’s locale.<br /><br /><strong>Please note that only tokens listed below are able to be used within custom BBCodes.</strong>',

#
#-----[ FIND ]---------------------------------------------
# Around Line 76
		'URL'			=> 'A valid URL using any protocol (http, ftp, etc… cannot be used for javascript exploits). If none is given, &quot;http://&quot; is prefixed to the string.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		'URL'			=> 'A valid URL using any protocol (http, ftp, etc… cannot be used for javascript exploits). If none is given, “http://” is prefixed to the string.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 178
	'SMILIES_NOT_DISPLAYED'		=> 'The following smilies are not displayed on the posting page',
	'SMILIES_ORDER'				=> 'Smiley order',
	'SMILIES_URL'				=> 'Smiley image file',
	'SMILIES_WIDTH'				=> 'Smiley width',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'TOO_MANY_SMILIES'			=> 'Limit of %d smilies reached.',


#
#-----[ FIND ]---------------------------------------------
# Around Line 217
	'NO_UPDATE_RANKS'		=> 'The rank was successfully deleted. However user accounts using this rank were not updated. You will need to manually reset the rank on these accounts.',

	'RANK_ADDED'			=> 'The rank was successfully added.',
	'RANK_IMAGE'			=> 'Rank image',
	'RANK_IMAGE_EXPLAIN'	=> 'Use this to define a small image associated with the rank. The path is relative to the root phpBB directory.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'RANK_IMAGE_IN_USE'		=> '(In use)',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/profile.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 64
	'DELETE_PROFILE_FIELD_CONFIRM'	=> 'Are you sure you want to delete this profile field?',
	'DISPLAY_AT_PROFILE'			=> 'Display in user control panel',
	'DISPLAY_AT_PROFILE_EXPLAIN'	=> 'The user is able to change this profile field within the user control panel.',
	'DISPLAY_AT_REGISTER'			=> 'Display on registration screen',
	'DISPLAY_AT_REGISTER_EXPLAIN'	=> 'If this option is enabled, the field will be displayed on registration.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'DISPLAY_ON_VT'					=> 'Display on viewtopic screen',
	'DISPLAY_ON_VT_EXPLAIN'			=> 'If this option is enabled, the field will be displayed in the mini-profile on the topic screen.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/prune.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 35
	'ACP_PRUNE_USERS_EXPLAIN'	=> 'Here you can delete (or deactivate) users from your board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.',

	'DEACTIVATE_DELETE'			=> 'Deactivate or delete',
	'DEACTIVATE_DELETE_EXPLAIN'	=> 'Choose whether to deactivate users or delete them entirely, note there is no undo!',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_PRUNE_USERS_EXPLAIN'	=> 'This section allows you to delete or deactivate users on your board. Accounts can be filtered in a variety of ways; by post count, most recent activity, etc. Criteria may be combined to narrow down which accounts are affected. For example, you can prune users with fewer than 10 posts, who were also inactive after 2002-01-01. Alternatively, you may skip the criteria selection completely by entering a list of users (each on a separate line) into the text field. Take care with this facility! Once a user is deleted, there is no way to reverse the action.',

	'DEACTIVATE_DELETE'			=> 'Deactivate or delete',
	'DEACTIVATE_DELETE_EXPLAIN'	=> 'Choose whether to deactivate users or delete them entirely. Please note that deleted users cannot be restored!',

#
#-----[ FIND ]---------------------------------------------
# Around Line 45
	'LAST_ACTIVE_EXPLAIN'		=> 'Enter a date in <kbd>YYYY-MM-DD</kbd> format.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'LAST_ACTIVE_EXPLAIN'		=> 'Enter a date in <kbd>YYYY-MM-DD</kbd> format. Enter <kbd>0000-00-00</kbd> to prune users who never logged in, <em>Before</em> and <em>After</em> conditions will be ignored.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 51
	'SELECT_USERS_EXPLAIN'		=> 'Enter specific usernames here, they will be used in preference to the criteria above.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'SELECT_USERS_EXPLAIN'		=> 'Enter specific usernames here, they will be used in preference to the criteria above. Founders cannot be pruned.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/styles.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 390
	'TEMPLATE_FILE_UPDATED'		=> 'Template file updated successfully.',
	'TEMPLATE_INHERITS'			=> 'This template sets inherits from %s and thus cannot have a different storage setting than its super template.',
	'TEMPLATE_LOCATION'			=> 'Store templates in',
	'TEMPLATE_LOCATION_EXPLAIN'	=> 'Images are always stored on the filesystem.',
	'TEMPLATE_NAME'				=> 'Template name',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'TEMPLATE_FILE_NOT_WRITABLE'=> 'Unable to write to template file %s. Please check the permissions for the directory and the files.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/acp/users.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 75
	'LAST_ACTIVE'			=> 'Last active',

	'MOVE_POSTS_EXPLAIN'	=> 'Please select the forum to which you wish to move all the posts this user has made.',

	'NO_SPECIAL_RANK'		=> 'No special rank assigned',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NO_WARNINGS'			=> 'No warnings.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 101
	'USER_ADMIN_BAN_USER'			=> 'Ban by username',
	'USER_ADMIN_DEACTIVATE'			=> 'Deactivate account',
	'USER_ADMIN_DEACTIVED'			=> 'User deactivated successfully.',
	'USER_ADMIN_DEL_ATTACH'			=> 'Delete all attachments',
	'USER_ADMIN_DEL_AVATAR'			=> 'Delete avatar',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_ADMIN_DEL_OUTBOX'			=> 'Empty PM outbox',

#
#-----[ FIND ]---------------------------------------------
# Around Line 101
	'USER_ADMIN_DEL_POSTS'			=> 'Delete all posts',
	'USER_ADMIN_DEL_SIG'			=> 'Delete signature',
	'USER_ADMIN_EXPLAIN'			=> 'Here you can change your users information and certain specific options.',
	'USER_ADMIN_FORCE'				=> 'Force reactivation',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_ADMIN_LEAVE_NR'			=> 'Remove from Newly Registered',

#
#-----[ FIND ]---------------------------------------------
# Around Line 101
	'USER_ADMIN_MOVE_POSTS'			=> 'Move all posts',
	'USER_ADMIN_SIG_REMOVED'		=> 'Successfully removed signature from user account.',
	'USER_ATTACHMENTS_REMOVED'		=> 'Successfully removed all attachments made by this user.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_AVATAR_NOT_ALLOWED'		=> 'The avatar cannot be displayed because avatars have been disallowed.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 101
	'USER_AVATAR_UPDATED'			=> 'Successfully updated user avatars details.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_AVATAR_TYPE_NOT_ALLOWED'	=> 'The current avatar cannot be displayed because its type has been disallowed.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 119
	'USER_DELETED'					=> 'User deleted successfully.',
	'USER_GROUP_ADD'				=> 'Add user to group',
	'USER_GROUP_NORMAL'				=> 'User defined groups user is a member of',
	'USER_GROUP_PENDING'			=> 'Groups user is in pending mode',
	'USER_GROUP_SPECIAL'			=> 'Pre-defined groups user is a member of',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_LIFTED_NR'				=> 'Successfully removed the user’s newly registered status.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 119
	'USER_NO_ATTACHMENTS'			=> 'There are no attached files to display.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_OUTBOX_EMPTIED'			=> 'Successfully emptied user’s private message outbox.',
	'USER_OUTBOX_EMPTY'				=> 'The user’s private message outbox was already empty.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 132
	'USER_PROFILE'					=> 'User profile',
	'USER_PROFILE_UPDATED'			=> 'User profile updated.',
	'USER_RANK'						=> 'User rank',
	'USER_RANK_UPDATED'				=> 'User rank updated.',
	'USER_SIG_UPDATED'				=> 'User signature successfully updated.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_WARNING_LOG_DELETED'		=> 'No information available. Possibly the log entry has been deleted.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/common.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 248
	'G_BOTS'					=> 'Bots',
	'G_GUESTS'					=> 'Guests',
	'G_REGISTERED'				=> 'Registered users',
	'G_REGISTERED_COPPA'		=> 'Registered COPPA users',
	'G_GLOBAL_MODERATORS'		=> 'Global moderators',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'G_NEWLY_REGISTERED'		=> 'Newly registered users',

#
#-----[ FIND ]---------------------------------------------
# Around Line 382
	'NO_NEW_PM'					=> '<strong>0</strong> new messages',
	'NO_NEW_POSTS'				=> 'No new posts',
	'NO_ONLINE_USERS'			=> 'No registered users',
	'NO_POSTS'					=> 'No posts',
	'NO_POSTS_TIME_FRAME'		=> 'No posts exist inside this topic for the selected time frame.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NO_FEED_ENABLED'			=> 'Feeds are not available on this board.',
	'NO_FEED'					=> 'The requested feed is not available.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 487
	'RETURN_INDEX'				=> '%sReturn to the index page%s',
	'RETURN_FORUM'				=> '%sReturn to the forum last visited%s',
	'RETURN_PAGE'				=> '%sReturn to the previous page%s',
	'RETURN_TOPIC'				=> '%sReturn to the topic last visited%s',
	'RETURN_TO'					=> 'Return to',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'FEED'						=> 'Feed',
	'FEED_NEWS'					=> 'News',

#
#-----[ FIND ]---------------------------------------------
# Around Line 520
	'SEARCH_NEW'				=> 'View new posts',
	'SEARCH_POSTS_BY'			=> 'Search posts by',
	'SEARCH_SELF'				=> 'View your posts',
	'SEARCH_TOPIC'				=> 'Search this topic…',
	'SEARCH_UNANSWERED'			=> 'View unanswered posts',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'SEARCH_UNREAD'				=> 'View unread posts',

#
#-----[ FIND ]---------------------------------------------
# Around Line 539
	'SORRY_AUTH_VIEW_ATTACH'	=> 'You are not authorised to download this attachment.',
	'SORT_BY'					=> 'Sort by',
	'SORT_JOINED'				=> 'Joined date',
	'SORT_LOCATION'				=> 'Location',
	'SORT_RANK'					=> 'Rank',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'SORT_POSTS'				=> 'Posts',

#
#-----[ FIND ]---------------------------------------------
# Around Line 603
	'TOO_SHORT_WEBSITE'				=> 'The website address you entered is too short.',
	'TOO_SHORT_YIM'					=> 'The Yahoo! Messenger name you entered is too short.',

	'TOPIC'				=> 'Topic',
	'TOPICS'			=> 'Topics',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'TOPICS_UNAPPROVED'	=> 'At least one topic in this forum has not been approved.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 649
	'USER_CANNOT_READ'		=> 'You cannot read posts in this forum.',
	'USER_POST'				=> '%d Post',
	'USER_POSTS'			=> '%d Posts',
	'USERS'					=> 'Users',
	'USE_PERMISSIONS'		=> 'Test out user’s permissions',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_NEW_PERMISSION_DISALLOWED'	=> 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/admin_welcome_activated.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 5
Your account on "{SITENAME}" has now been activated, you may login using the username and password you received in a previous e-mail.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Your account on "{SITENAME}" has now been activated, you may login using the username you received in a previous e-mail.

Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/admin_welcome_inactive.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 4
Password: {PASSWORD}

Board URL: {U_BOARD}
----------------------------

Your account is currently inactive, the administrator of the board will need to activate it before you can log in. You will receive another e-mail when this has occurred.

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.

#
#-----[ REPLACE WITH ]---------------------------------------------
#

Board URL: {U_BOARD}
----------------------------

Your account is currently inactive and will need to be approved by an administrator before you can log in. Another email will be sent when this had occured.

Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/coppa_resend_inactive.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
In compliance with the COPPA your account is currently inactive.

Please print this message out and have your parent or guardian sign and date it. Then fax it to:

#
#-----[ REPLACE WITH ]---------------------------------------------
#
In compliance with the COPPA, your account is currently inactive.

Please print this message and have your parent or guardian sign and date it. Then fax it to:

#
#-----[ FIND ]---------------------------------------------
# Around Line 31
Once the administrator has received the above form via fax or regular mail your account will be activated.

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Once the administrator has received the above form via fax or regular mail, your account will be activated.

Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/coppa_welcome_inactive.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
In compliance with the COPPA your account is currently inactive.

Please print this message out and have your parent or guardian sign and date it. Then fax it to:

#
#-----[ REPLACE WITH ]---------------------------------------------
#
In compliance with the COPPA, your account is currently inactive.

Please print this message and have your parent or guardian sign and date it. Then fax it to:

#
#-----[ FIND ]---------------------------------------------
# Around Line 19
Password: {PASSWORD}

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 31
Once the administrator has received the above form via fax or regular mail your account will be activated.

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Once the administrator has received the above form via fax or regular mail, your account will be activated.

Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/installed.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
This e-mail contains important information on your installation that you should keep safe. The password has been encrypted in the database and cannot be recovered, although you can request a new password should you lose this one.

----------------------------
Username: {USERNAME}
Password: {PASSWORD}

Board URL: {U_BOARD}
----------------------------

Useful information on your phpBB installation can be found in the docs folder of your installation and on phpBB.com's support page - http://www.phpbb.com/support/

In order to keep the board safe and secure, it is highly recommended that you keep current with software releases which can be easily done by subscribing to phpBB.com's mailing list, located at the above URL.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
This e-mail contains important information regarding your installation and should be kept for reference. Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

----------------------------
Username: {USERNAME}

Board URL: {U_BOARD}
----------------------------

Useful information regarding the phpBB software can be found in the docs folder of your installation and on phpBB.com's support page - http://www.phpbb.com/support/

In order to keep your board safe and secure, we highly recommended keeping current with software releases. For your convenience, a mailing list is available at the page referenced above.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/user_reactivate_account.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 7
Your password has been encrypted in our database. Should you forget your password you can request a new one which will be activated in the same way as this account.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/user_remind_inactive.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
On {REGISTER_DATE} you registered a new account at "{SITENAME}". To date you have not activated this account which is a prerequisite for board login. For your convenience the activation link is repeated below.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
This notification is a reminder that your account at "{SITENAME}", created on {REGISTER_DATE}, remains inactive. If you would like to activate this account, please visit the following link:

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/user_resend_inactive.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 6
Your password has been encrypted in our database. Should you forget your password you can request a new one which will be activated in the same way as this account.

Your account is currently inactive. You cannot use it until you visit the following link:

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

Please visit the following link in order to activate your account:

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/user_welcome.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 4
Password: {PASSWORD}

Board URL: {U_BOARD}
----------------------------

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.

#
#-----[ REPLACE WITH ]---------------------------------------------
#

Board URL: {U_BOARD}
----------------------------

Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/email/user_welcome_inactive.txt

#
#-----[ FIND ]---------------------------------------------
# Around Line 4
Password: {PASSWORD}

Board URL: {U_BOARD}
----------------------------

Your account is currently inactive. You cannot use it until you visit the following link:

{U_ACTIVATE}

Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.

#
#-----[ REPLACE WITH ]---------------------------------------------
#

Board URL: {U_BOARD}
----------------------------

Please visit the following link in order to activate your account:

{U_ACTIVATE}

Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account.

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/help_bbcode.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 75
		1 => 'BBCode supports two types of lists, unordered and ordered. They are essentially the same as their HTML equivalents. An unordered list outputs each item in your list sequentially one after the other indenting each with a bullet character. To create an unordered list you use <strong>[list][/list]</strong> and define each item within the list using <strong>[*]</strong>. For example to list your favourite colours you could use:<br /><br /><strong>[list]</strong><br /><strong>[*]</strong>Red<br /><strong>[*]</strong>Blue<br /><strong>[*]</strong>Yellow<br /><strong>[/list]</strong><br /><br />This would generate the following list:<ul><li>Red</li><li>Blue</li><li>Yellow</li></ul>'
	),
	array(
		0 => 'Creating an Ordered list',
		1 => 'The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use <strong>[list=1][/list]</strong> to create a numbered list or alternatively <strong>[list=a][/list]</strong> for an alphabetical list. As with the unordered list, items are specified using <strong>[*]</strong>. For example:<br /><br /><strong>[list=1]</strong><br /><strong>[*]</strong>Go to the shops<br /><strong>[*]</strong>Buy a new computer<br /><strong>[*]</strong>Swear at computer when it crashes<br /><strong>[/list]</strong><br /><br />will generate the following:<ol style="list-style-type: decimal;"><li>Go to the shops</li><li>Buy a new computer</li><li>Swear at computer when it crashes</li></ol>Whereas for an alphabetical list you would use:<br /><br /><strong>[list=a]</strong><br /><strong>[*]</strong>The first possible answer<br /><strong>[*]</strong>The second possible answer<br /><strong>[*]</strong>The third possible answer<br /><strong>[/list]</strong><br /><br />giving<ol style="list-style-type: lower-alpha"><li>The first possible answer</li><li>The second possible answer</li><li>The third possible answer</li></ol>'
	),

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	// This block will switch the FAQ-Questions to the second template column
	array(
		0 => '--',
		1 => '--'
	),

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/help_faq.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 199
		1 => 'Locked topics are topics where users can no longer reply and any poll it contained was automatically ended. Topics may be locked for many reasons and were set this way by either the forum moderator or board administrator. You may also be able to lock your own topics depending on the permissions you are granted by the board administrator.'
	),
	array(
		0 => 'What are topic icons?',
		1 => 'Topic icons are author chosen images associated with posts to indicate their content. The ability to use topic icons depends on the permissions set by the board administrator.'
	),

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	// This block will switch the FAQ-Questions to the second template column
	array(
		0 => '--',
		1 => '--'
	),

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/install.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 131
	'DB_HOST_EXPLAIN'			=> 'DSN stands for Data Source Name and is relevant only for ODBC installs.',
	'DB_NAME'					=> 'Database name',
	'DB_PASSWORD'				=> 'Database password',
	'DB_PORT'					=> 'Database server port',
	'DB_PORT_EXPLAIN'			=> 'Leave this blank unless you know the server operates on a non-standard port.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'DB_UPDATE_NOT_SUPPORTED'	=> 'We are sorry, but this script does not support updating from versions of phpBB prior to “%1$s”. The version you currently have installed is “%2$s”. Please update to a previous version before running this script. Assistance with this is available in the Support Forum on phpBB.com.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 165
	'FILES_OPTIONAL_EXPLAIN'	=> '<strong>Optional</strong> - These files, directories or permission settings are not required. The installation system will attempt to use various techniques to create them if they do not exist or cannot be written to. However, the presence of these will speed installation.',
	'FILES_REQUIRED'			=> 'Files and Directories',
	'FILES_REQUIRED_EXPLAIN'	=> '<strong>Required</strong> - In order to function correctly phpBB needs to be able to access or write to certain files or directories. If you see “Not Found” you need to create the relevant file or directory. If you see “Unwritable” you need to change the permissions on the file or directory to allow phpBB to write to it.',
	'FILLING_TABLE'				=> 'Filling table <strong>%s</strong>',
	'FILLING_TABLES'			=> 'Filling tables',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'FIREBIRD_DBMS_UPDATE_REQUIRED'		=> 'phpBB no longer supports Firebird/Interbase prior to Version 2.1. Please update your Firebird installation to at least 2.1.0 before proceeding with the update.',


#
#-----[ FIND ]---------------------------------------------
# Around Line 186
		<p>You have now successfully installed phpBB %1$s. From here, you have two options as to what to do with your newly installed phpBB3:</p>
		<h2>Convert an existing board to phpBB3</h2>
		<p>The phpBB Unified Convertor Framework supports the conversion of phpBB 2.0.x and other board systems to phpBB3. If you have an existing board that you wish to convert, please <a href="%2$s">proceed on to the convertor</a>.</p>
		<h2>Go live with your phpBB3!</h2>
		<p>Clicking the button below will take you to your Administration Control Panel (ACP). Take some time to examine the options available to you. Remember that help is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">support forums</a>, see the <a href="%3$s">README</a> for further information.</p><p><strong>Please now delete, move or rename the install directory before you use your board. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.</strong></p>',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		You have successfully installed phpBB %1$s. Please proceed by choosing one of the following options:</p>
		<h2>Convert an existing board to phpBB3</h2>
		<p>The phpBB Unified Convertor Framework supports the conversion of phpBB 2.0.x and other board systems to phpBB3. If you have an existing board that you wish to convert, please <a href="%2$s">proceed to the convertor</a>.</p>
		<h2>Go live with your phpBB3!</h2>
		<p>Clicking the button below will take you to a form for submitting statistical data to phpBB in your Administration Control Panel (ACP). We would appreciate it if you could help us by sending that information. Afterwards you should take some time to examine the options available to you. Remember that help is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a>, <a href="%3$s">README</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">Support Forums</a>.</p><p><strong>Please delete, move or rename the install directory before using your board. While this directory exists, only the Administration Control Panel (ACP) will be accessible.</strong>',

#
#-----[ FIND ]---------------------------------------------
# Around Line 215
		<li>Firebird 2.0+</li>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<li>Firebird 2.1+</li>

#
#-----[ FIND ]---------------------------------------------
# Around Line 232
	'INST_ERR_DB_NO_FIREBIRD'	=> 'The version of Firebird installed on this machine is older than 2.0, please upgrade to a newer version.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'INST_ERR_DB_NO_FIREBIRD'	=> 'The version of Firebird installed on this machine is older than 2.1, please upgrade to a newer version.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 366
	'ALL_FILES_UP_TO_DATE'		=> 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory!',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ALL_FILES_UP_TO_DATE'		=> 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory! Please send us updated information about your server and board configurations from the <a href="../ucp.php?mode=login&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">Send statistics</a> module in your ACP.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 453
	'MERGE_MOD_FILE_OPTION'		=> 'Merge modifications (Loose new phpBB code within conflicting block)',
	'MERGE_NEW_FILE_OPTION'		=> 'Merge modifications (Loose modified code within conflicting block)',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'MERGE_MOD_FILE_OPTION'		=> 'Merge modifications (removes new phpBB code within conflicting block)',
	'MERGE_NEW_FILE_OPTION'		=> 'Merge modifications (removes modified code within conflicting block)',

#
#-----[ FIND ]---------------------------------------------
# Around Line 468
	'NUMBER_OF_FILES_COLLECTED'		=> 'Currently differences of %1$d of %2$d files have been checked.<br />Please wait until all files are checked.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'NUMBER_OF_FILES_COLLECTED'		=> 'Currently differences from %1$d of %2$d files have been checked.<br />Please wait until all files are checked.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 562
	'VERSION_CHECK_EXPLAIN'		=> 'Checks to see if the version of phpBB you are currently running is up to date.',
	'VERSION_NOT_UP_TO_DATE'	=> 'Your version of phpBB is not up to date. Please continue the update process.',
	'VERSION_NOT_UP_TO_DATE_ACP'=> 'Your version of phpBB is not up to date.<br />Below you will find a link to the release announcement for the latest version as well as instructions on how to perform the update.',
	'VERSION_UP_TO_DATE'		=> 'Your installation is up to date, no updates are available for your version of phpBB. You may want to continue anyway to perform a file validity check.',
	'VERSION_UP_TO_DATE_ACP'	=> 'Your installation is up to date, no updates are available for your version of phpBB. You do not need to update your installation.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'VERSION_CHECK_EXPLAIN'			=> 'Checks to see if your phpBB installation is up to date.',
	'VERSION_NOT_UP_TO_DATE'		=> 'Your phpBB installation is not up to date. Please continue the update process.',
	'VERSION_NOT_UP_TO_DATE_ACP'	=> 'Your phpBB installation is not up to date.<br />Below is a link to the release announcement, which contains more information as well as instructions on updating.',
	'VERSION_NOT_UP_TO_DATE_TITLE'	=> 'Your phpBB installation is not up to date.',
	'VERSION_UP_TO_DATE'			=> 'Your phpBB installation is up to date. Although there are no updates available at this time, you may continue in order to perform a file validity check.',
	'VERSION_UP_TO_DATE_ACP'		=> 'Your phpBB installation is up to date. There are no updates available at this time.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/mcp.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 44
	'ADD_WARNING_EXPLAIN'	=> 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.',
	'ALL_ENTRIES'			=> 'All entries',
	'ALL_NOTES_DELETED'		=> 'Successfully removed all user notes.',
	'ALL_REPORTS'			=> 'All reports',
	'ALREADY_REPORTED'		=> 'This post has already been reported.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ALREADY_REPORTED_PM'	=> 'This private message has already been reported.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 57
	'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it’s already in.',
	'CANNOT_WARN_ANONYMOUS'	=> 'You cannot warn unregistered guest users.',
	'CANNOT_WARN_SELF'		=> 'You cannot warn yourself.',
	'CAN_LEAVE_BLANK'		=> 'This can be left blank.',
	'CHANGE_POSTER'			=> 'Change poster',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'CLOSE_PM_REPORT'		=> 'Close PM report',
	'CLOSE_PM_REPORT_CONFIRM'	=> 'Are you sure you want to close the selected PM report?',
	'CLOSE_PM_REPORTS'		=> 'Close PM reports',
	'CLOSE_PM_REPORTS_CONFIRM'	=> 'Are you sure you want to close the selected PM reports?',

#
#-----[ FIND ]---------------------------------------------
# Around Line 57
	'CLOSE_REPORT'			=> 'Close report',
	'CLOSE_REPORT_CONFIRM'	=> 'Are you sure you want to close the selected report?',
	'CLOSE_REPORTS'			=> 'Close reports',
	'CLOSE_REPORTS_CONFIRM'	=> 'Are you sure you want to close the selected reports?',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'DELETE_PM_REPORT'			=> 'Delete PM report',
	'DELETE_PM_REPORT_CONFIRM'	=> 'Are you sure you want to delete the selected PM report?',
	'DELETE_PM_REPORTS'			=> 'Delete PM reports',
	'DELETE_PM_REPORTS_CONFIRM'	=> 'Are you sure you want to delete the selected PM reports?',

#
#-----[ FIND ]---------------------------------------------
# Around Line 113
	'IP_INFO'				=> 'IP address information',
	'IPS_POSTED_FROM'		=> 'IP addresses this user has posted from',

	'LATEST_LOGS'				=> 'Latest 5 logged actions',
	'LATEST_REPORTED'			=> 'Latest 5 reports',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LATEST_REPORTED_PMS'		=> 'Latest 5 PM reports',

#
#-----[ FIND ]---------------------------------------------
# Around Line 183
	'MCP_REPORTS'					=> 'Reported posts',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'MCP_PM_REPORTS'				=> 'Reported PMs',
	'MCP_PM_REPORT_DETAILS'			=> 'PM Report details',
	'MCP_PM_REPORTS_CLOSED'			=> 'Closed PM reports',
	'MCP_PM_REPORTS_CLOSED_EXPLAIN'	=> 'This is a list of all reports about private messages which have previously been resolved.',
	'MCP_PM_REPORTS_OPEN'			=> 'Open PM reports',
	'MCP_PM_REPORTS_OPEN_EXPLAIN'	=> 'This is a list of all reported private messages which are still to be handled.',

	'MCP_REPORTS'					=> 'Reported messages',

#
#-----[ FIND ]---------------------------------------------
# Around Line 247
	'NO_TOPICS_QUEUE'				=> 'There are no topics waiting for approval.',

	'ONLY_TOPIC'			=> 'Only topic “%s”',
	'OTHER_USERS'			=> 'Other users posting from this IP',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'PM_REPORT_CLOSED_SUCCESS'	=> 'The selected PM report has been closed successfully.',
	'PM_REPORT_DELETED_SUCCESS'	=> 'The selected PM report has been deleted successfully.',
	'PM_REPORTED_SUCCESS'		=> 'This private message has been successfully reported.',
	'PM_REPORT_TOTAL'			=> 'In total there is <strong>1</strong> PM report to review.',
	'PM_REPORTS_TOTAL'			=> 'In total there are <strong>%d</strong> PM reports to review.',
	'PM_REPORTS_ZERO_TOTAL'		=> 'There are no PM reports to review.',
	'PM_REPORT_DETAILS'			=> 'Private message report details',

#
#-----[ FIND ]---------------------------------------------
# Around Line 286
	'REPORT_MESSAGE_EXPLAIN'	=> 'Use this form to report the selected message. Reporting should generally be used only if the message breaks forum rules.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'REPORT_MESSAGE_EXPLAIN'	=> 'Use this form to report the selected private message. Reporting should generally be used only if the message breaks forum rules. <strong>Reporting a private message will make its contents visible to all moderators.</strong>',

#
#-----[ FIND ]---------------------------------------------
# Around Line 297
	'REPORT_TOTAL'				=> 'In total there is <strong>1</strong> report to review.',
	'RESYNC'					=> 'Resync',
	'RETURN_MESSAGE'			=> '%sReturn to the message%s',
	'RETURN_NEW_FORUM'			=> '%sGo to the new forum%s',
	'RETURN_NEW_TOPIC'			=> '%sGo to the new topic%s',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'RETURN_PM'					=> '%sReturn to the private message%s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 369
	'USER_CANNOT_REPORT'			=> 'You cannot report posts in this forum.',
	'USER_FEEDBACK_ADDED'			=> 'User feedback added successfully.',
	'USER_WARNING_ADDED'			=> 'User warned successfully.',

	'VIEW_DETAILS'			=> 'View details',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'VIEW_PM'				=> 'View private message',

#
#-----[ FIND ]---------------------------------------------
# Around Line 389
			'WAREZ'		=> 'The post contains links to illegal or pirated software.',
			'SPAM'		=> 'The reported post has the only purpose to advertise for a website or another product.',
			'OFF_TOPIC'	=> 'The reported post is off topic.',
			'OTHER'		=> 'The reported post does not fit into any other category, please use the further information field.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			'WAREZ'		=> 'The message contains links to illegal or pirated software.',
			'SPAM'		=> 'The reported message has the only purpose to advertise for a website or another product.',
			'OFF_TOPIC'	=> 'The reported message is off topic.',
			'OTHER'		=> 'The reported message does not fit into any other category, please use the further information field.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/memberlist.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 132

	'USERNAME_BEGINS_WITH'	=> 'Username begins with',
	'USER_ADMIN'			=> 'Administrate user',
	'USER_BAN'				=> 'Banning',
	'USER_FORUM'			=> 'User statistics',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_LAST_REMINDED'	=> array(
		0		=> 'No reminder sent at this time',
		1		=> '%1$d reminder sent<br />» %2$s',
	),

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/posting.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 165
	'POST_EDITED_MOD'			=> 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
	'POST_GLOBAL'				=> 'Global',
	'POST_ICON'					=> 'Post icon',
	'POST_NORMAL'				=> 'Normal',
	'POST_REVIEW'				=> 'Post review',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'POST_REVIEW_EDIT'			=> 'Post review',
	'POST_REVIEW_EDIT_EXPLAIN'	=> 'This post has been altered by another user while you were editing it. You may wish to review the current version of this post and adjust your edits.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 184
	'STICK_TOPIC_FOR_EXPLAIN'	=> 'Enter 0 or leave blank for a never ending Sticky/Announcement.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'STICK_TOPIC_FOR_EXPLAIN'	=> 'Enter 0 or leave blank for a never ending Sticky/Announcement. Please note that this number is relative to the date of the post.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 187
	'TOO_FEW_CHARS'				=> 'Your message contains too few characters.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'TOO_FEW_CHARS_LIMIT'		=> 'Your message contains %1$d characters. The minimum number of characters you need to enter is %2$d.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/search.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 51
	'IGNORED_TERMS_EXPLAIN'	=> 'The following words in your search query were ignored because they are too common words: <strong>%s</strong>.',

	'JUMP_TO_POST'			=> 'Jump to post',

	'LOGIN_EXPLAIN_EGOSEARCH'	=> 'The board requires you to be registered and logged in to view your own posts.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOGIN_EXPLAIN_UNREADSEARCH'=> 'The board requires you to be registered and logged in to view your unread posts.',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/ucp.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 77
	'ADD_FRIENDS'					=> 'Add new friends',
	'ADD_FRIENDS_EXPLAIN'			=> 'You may enter several usernames each on a different line.',
	'ADD_NEW_RULE'					=> 'Add new rule',
	'ADD_RULE'						=> 'Add rule',
	'ADD_TO'						=> 'Add [To]',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ADD_USERS_UCP_EXPLAIN'			=> 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Please enter each username on a separate line.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 91
	'AVATAR_CATEGORY'				=> 'Category',
	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$.2f KiB.',
	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
	'AVATAR_GALLERY'				=> 'Local gallery',
	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'AVATAR_NOT_ALLOWED'			=> 'Your avatar cannot be displayed because avatars have been disallowed.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 91
	'AVATAR_PAGE'					=> 'Page',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'AVATAR_TYPE_NOT_ALLOWED'		=> 'Your current avatar cannot be displayed because its type has been disallowed.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 198
	'FOE_MESSAGE'				=> 'Message from foe',
	'FOES_EXPLAIN'				=> 'Foes are users which will be ignored by default. Posts by these users will not be fully visible. Personal messages from foes are still permitted. Please note that you cannot ignore moderators or administrators.',
	'FOES_UPDATED'				=> 'Your foes list has been updated successfully.',
	'FOLDER_ADDED'				=> 'Folder successfully added.',
	'FOLDER_MESSAGE_STATUS'		=> '%1$d from %2$d messages stored',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'FOLDER_NAME_EMPTY'			=> 'You must enter a name for this folder.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 275
	'NOTIFY_METHOD_EMAIL'			=> 'E-mail only',
	'NOTIFY_METHOD_EXPLAIN'			=> 'Method for sending messages sent via this board.',
	'NOTIFY_METHOD_IM'				=> 'Jabber only',
	'NOTIFY_ON_PM'					=> 'Notify me on new private messages',
	'NOT_ADDED_FRIENDS_ANONYMOUS'	=> 'You cannot add the anonymous user to your friends list.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NOT_ADDED_FRIENDS_BOTS'		=> 'You cannot add bots to your friends list.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 275
	'NOT_ADDED_FRIENDS_FOES'		=> 'You cannot add users to your friends list who are on your foes list.',
	'NOT_ADDED_FRIENDS_SELF'		=> 'You cannot add yourself to the friends list.',
	'NOT_ADDED_FOES_MOD_ADMIN'		=> 'You cannot add administrators and moderators to your foes list.',
	'NOT_ADDED_FOES_ANONYMOUS'		=> 'You cannot add the anonymous user to your foes list.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NOT_ADDED_FOES_BOTS'			=> 'You cannot add bots to your foes list.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 350
	'POST_PM_LOCKED'			=> 'Private messaging is locked',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'POST_PM_LOCKED'			=> 'Private messaging is locked.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 372
	'REMOVE_FOLDER'						=> 'Remove folder',
	'REMOVE_FOLDER_CONFIRM'				=> 'Are you sure you want to remove this folder?',
	'RENAME'							=> 'Rename',
	'RENAME_FOLDER'						=> 'Rename folder',
	'REPLIED_MESSAGE'					=> 'Replied to message',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'REPLY_TO_ALL'						=> 'Reply to sender and all recipients.',
	'REPORT_PM'							=> 'Report private message',

#
#-----[ FIND ]---------------------------------------------
# Around Line 428
	'UCP_MSNM'					=> 'MSN Messenger',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'UCP_MSNM'					=> 'WL/MSN Messenger',

#
#-----[ OPEN ]--------------------------------------------- 
#
language/en/viewtopic.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 46
	'BOOKMARK_TOPIC_REMOVE'	=> 'Remove from bookmarks',
	'BUMPED_BY'				=> 'Last bumped by %1$s on %2$s.',
	'BUMP_TOPIC'			=> 'Bump topic',

	'CODE'					=> 'Code',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'COLLAPSE_QR'			=> 'Hide Quick Reply',

#
#-----[ FIND ]---------------------------------------------
# Around Line 61
	'FORK_TOPIC'			=> 'Copy topic',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'FULL_EDITOR'			=> 'Full Editor',

#
#-----[ FIND ]---------------------------------------------
# Around Line 86
	'POLL_RUN_TILL'			=> 'Poll runs till %s',
	'POLL_VOTED_OPTION'		=> 'You voted for this option',
	'PRINT_TOPIC'			=> 'Print view',

	'QUICK_MOD'				=> 'Quick-mod tools',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'QUICKREPLY'			=> 'Quick Reply',

#
#-----[ FIND ]---------------------------------------------
# Around Line 86
	'QUOTE'					=> 'Quote',

	'REPLY_TO_TOPIC'		=> 'Reply to topic',
	'RETURN_POST'			=> '%sReturn to the post%s',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'SHOW_QR'				=> 'Quick Reply',

# 
#-----[ GUARDAR/CERRAR TODOS LOS ARCHIVOS ]------------------------------------------ 
# 
# EoM