############################################################## 
## Title: phpBB 3.0.9 to phpBB 3.0.10 Language Pack Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.9 to phpBB 3.0.10 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/language.php
##		language/en/common.php
##		language/en/email/admin_welcome_activated.txt
##		language/en/email/privmsg_notify.txt
##		language/en/help_faq.php
##		language/en/install.php
##		language/en/posting.php
##		language/en/ucp.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 65
	'IP_NO_BANNED'				=> 'No banned IP addresses',
	'IP_UNBAN'					=> 'Un-ban or un-exclude IPs',
	'IP_UNBAN_EXPLAIN'			=> 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs are emphasised.',

	'LENGTH_BAN_INVALID'		=> 'The date has to be formatted <kbd>YYYY-MM-DD</kbd>.',

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

	'OPTIONS_BANNED'			=> 'Banned',
	'OPTIONS_EXCLUDED'			=> 'Excluded',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 51
	'WARNINGS_EXPIRE_EXPLAIN'		=> 'Number of days that will elapse before the warning will automatically expire from a user’s record.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'WARNINGS_EXPIRE_EXPLAIN'		=> 'Number of days that will elapse before the warning will automatically expire from a user’s record. Set this value to 0 to make warnings permanent.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 172
	'MIN_CHAR_LIMIT_EXPLAIN'		=> 'The minimum number of characters the user need to enter within a post/private message.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'MIN_CHAR_LIMIT_EXPLAIN'		=> 'The minimum number of characters the user need to enter within a post/private message. The minimum for this setting is 1.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 324
	'BOARD_STARTED'		=> 'Board started',
	'BOARD_VERSION'		=> 'Board version',

	'DATABASE_SERVER_INFO'	=> 'Database server',
	'DATABASE_SIZE'			=> 'Database size',

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

	// Enviroment configuration checks, mbstring related
	'ERROR_MBSTRING_FUNC_OVERLOAD'					=> 'Function overloading is improperly configured',
	'ERROR_MBSTRING_FUNC_OVERLOAD_EXPLAIN'			=> '<var>mbstring.func_overload</var> must be set to either 0 or 4. You can check the current value on the <samp>PHP information</samp> page.',
	'ERROR_MBSTRING_ENCODING_TRANSLATION'			=> 'Transparent character encoding is improperly configured',
	'ERROR_MBSTRING_ENCODING_TRANSLATION_EXPLAIN'	=> '<var>mbstring.encoding_translation</var> must be set to 0. You can check the current value on the <samp>PHP information</samp> page.',
	'ERROR_MBSTRING_HTTP_INPUT'						=> 'HTTP input character conversion is improperly configured',
	'ERROR_MBSTRING_HTTP_INPUT_EXPLAIN'				=> '<var>mbstring.http_input</var> must be set to <samp>pass</samp>. You can check the current value on the <samp>PHP information</samp> page.',
	'ERROR_MBSTRING_HTTP_OUTPUT'					=> 'HTTP output character conversion is improperly configured',
	'ERROR_MBSTRING_HTTP_OUTPUT_EXPLAIN'			=> '<var>mbstring.http_output</var> must be set to <samp>pass</samp>. You can check the current value on the <samp>PHP information</samp> page.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 57
	'FILE_WRITE_FAIL'	=> 'Unable to write file to storage folder.',
	'FULL_BACKUP'		=> 'Full',

	'RESTORE_FAILURE'		=> 'The backup file may be corrupt.',
	'RESTORE_OPTIONS'		=> 'Restore options',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'RESTORE_SELECTED_BACKUP'	=> 'Are you sure you want to restore the selected backup?',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 70
	'FORUM_ADMIN_EXPLAIN'				=> 'In phpBB3 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum. <strong>You need to copy or set appropriate permissions for newly created forums to have them displayed.</strong>',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'FORUM_ADMIN_EXPLAIN'				=> 'In phpBB3 everything is forum based. A category is just a special type of forum. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum. <strong>You need to copy or set appropriate permissions for newly created forums to have them displayed.</strong>',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 57
	'LANGUAGE_KEY'						=> 'Language key',
	'LANGUAGE_PACK_ALREADY_INSTALLED'	=> 'This language pack is already installed.',
	'LANGUAGE_PACK_DELETED'				=> 'The language pack <strong>%s</strong> has been removed successfully. All users using this language have been reset to the boards default language.',
	'LANGUAGE_PACK_DETAILS'				=> 'Language pack details',
	'LANGUAGE_PACK_INSTALLED'			=> 'The language pack <strong>%s</strong> has been successfully installed.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LANGUAGE_PACK_CPF_UPDATE'			=> 'The custom profile fields’ language strings were copied from the default language. Please change them if necessary.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 163
	'EMAIL_SMTP_ERROR_RESPONSE'			=> 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.',
	'EMPTY_SUBJECT'						=> 'You must specify a subject when posting a new topic.',
	'EMPTY_MESSAGE_SUBJECT'				=> 'You must specify a subject when composing a new message.',
	'ENABLED'							=> 'Enabled',
	'ENCLOSURE'							=> 'Enclosure',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ENTER_USERNAME'					=> 'Enter username',

#
#-----[ FIND ]---------------------------------------------
# Around Line 199
	'FORUM_LOCKED'			=> 'Forum locked',
	'FORUM_RULES'			=> 'Forum rules',
	'FORUM_RULES_LINK'		=> 'Please click here to view the forum rules',
	'FROM'					=> 'from',
	'FSOCK_DISABLED'		=> 'The operation could not be completed because the <var>fsockopen</var> function has been disabled or the server being queried could not be found.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'FSOCK_TIMEOUT'			=> 'A timeout occurred while reading from the network stream.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 652
	'UNREAD_MESSAGES'		=> 'Unread messages',
	'UNREAD_PM'				=> '<strong>%d</strong> unread message',
	'UNREAD_PMS'			=> '<strong>%d</strong> unread messages',
	'UNREAD_POST'			=> 'Unread post',
	'UNREAD_POSTS'			=> 'Unread posts',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'UNWATCH_FORUM_CONFIRM'		=> 'Are you sure you wish to unsubscribe from this forum?',
	'UNWATCH_FORUM_DETAILED'	=> 'Are you sure you wish to unsubscribe from the forum “%s”?',
	'UNWATCH_TOPIC_CONFIRM'		=> 'Are you sure you wish to unsubscribe from this topic?',
	'UNWATCH_TOPIC_DETAILED'	=> 'Are you sure you wish to unsubscribe from the topic “%s”?',

#
#-----[ FIND ]---------------------------------------------
# Around Line 704
	'VIEW_TOPIC_STICKY'			=> 'Sticky: ',
	'VISIT_WEBSITE'				=> 'Visit website',

	'WARNINGS'			=> 'Warnings',
	'WARN_USER'			=> 'Warn user',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'WATCH_FORUM_CONFIRM'	=> 'Are you sure you wish to subscribe to this forum?',
	'WATCH_FORUM_DETAILED'	=> 'Are you sure you wish to subscribe to the forum “%s”?',
	'WATCH_TOPIC_CONFIRM'	=> 'Are you sure you wish to subscribe to this topic?',
	'WATCH_TOPIC_DETAILED'	=> 'Are you sure you wish to subscribe to the topic “%s”?',

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

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

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Your account on "{SITENAME}" has been activated by an administrator, you may login now.

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 6

{SUBJECT}

You can view your new message by clicking on the following link:


#
#-----[ FIND ]---------------------------------------------
# Around Line 11
{U_INBOX}

#
#-----[ REPLACE WITH ]---------------------------------------------
#
{U_VIEW_MESSAGE}

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 58
		1 => 'Attempt to locate the e-mail sent to you when you first registered, check your username and password and try again. It is possible an administrator has deactivated or deleted your account for some reason. Also, many boards periodically remove users who have not posted for a long time to reduce the size of the database. If this has happened, try registering again and being more involved in discussions.'

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		1 => 'It is possible an administrator has deactivated or deleted your account for some reason. Also, many boards periodically remove users who have not posted for a long time to reduce the size of the database. If this has happened, try registering again and being more involved in discussions.'

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 149
	'DLL_MSSQL_ODBC'			=> 'MSSQL Server 2000+ via ODBC',
	'DLL_MSSQLNATIVE'			=> 'MSSQL Server 2005+ [ Native ]',
	'DLL_MYSQL'					=> 'MySQL',
	'DLL_MYSQLI'				=> 'MySQL with MySQLi Extension',
	'DLL_ORACLE'				=> 'Oracle',

#
#-----[ FIND ]---------------------------------------------
# Around Line 154
	'DLL_POSTGRES'				=> 'PostgreSQL 7.x/8.x',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'DLL_POSTGRES'				=> 'PostgreSQL',

#
#-----[ FIND ]---------------------------------------------
# Around Line 230
	'INSTALL_START'				=> 'Start install',
	'INSTALL_TEST'				=> 'Test again',
	'INST_ERR'					=> 'Installation error',
	'INST_ERR_DB_CONNECT'		=> 'Could not connect to the database, see error message below.',
	'INST_ERR_DB_FORUM_PATH'	=> 'The database file specified is within your board directory tree. You should put this file in a non web-accessible location.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 351
	'SYNC_TOPICS'				=> 'Starting to synchronise topics',
	'SYNC_TOPIC_ID'				=> 'Synchronising topics from <var>topic_id</var> %1$s to %2$s.',

	'TABLES_MISSING'			=> 'Could not find these tables<br />» <strong>%s</strong>.',
	'TABLE_PREFIX'				=> 'Prefix for tables in database',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'TABLE_PREFIX_EXPLAIN'		=> 'The prefix must start with a letter and must only contain letters, numbers and underscores.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 494
	'SOME_QUERIES_FAILED'		=> 'Some queries failed, the statements and errors are listing below.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'SOME_QUERIES_FAILED'		=> 'Some queries failed, the statements and errors are listed below.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 46
	'ATTACH_SIG'				=> 'Attach a signature (signatures can be altered via the UCP)',

	'BBCODE_A_HELP'				=> 'Inline uploaded attachment: [attachment=]filename.ext[/attachment]',
	'BBCODE_B_HELP'				=> 'Bold text: [b]text[/b]',
	'BBCODE_C_HELP'				=> 'Code display: [code]code[/code]',

#
#-----[ FIND ]---------------------------------------------
# Around Line 51
	'BBCODE_E_HELP'				=> 'List: Add list element',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'BBCODE_D_HELP'				=> 'Flash: [flash=width,height]http://url[/flash]',

#
#-----[ FIND ]---------------------------------------------
# Around Line 59
	'BBCODE_D_HELP'				=> 'Flash: [flash=width,height]http://url[/flash]',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'BBCODE_Y_HELP'				=> 'List: Add list element',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 136
	'COPPA_EXPLAIN'				=> 'Please note that clicking submit will create your account. However it cannot be activated until a parent or guardian approves your registration. You will be emailed a copy of the necessary form with details of where to send it.',
	'CREATE_FOLDER'				=> 'Add folder…',
	'CURRENT_IMAGE'				=> 'Current image',
	'CURRENT_PASSWORD'			=> 'Current password',
	'CURRENT_PASSWORD_EXPLAIN'	=> 'You must confirm your current password if you wish to change it, alter your e-mail address or username.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'CUR_PASSWORD_EMPTY'		=> 'You did not enter your current password.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 267
	'MOVE_MARKED_TO_FOLDER'			=> 'Move marked to %s',
	'MOVE_PM_ERROR'					=> 'An error occurred while moving the messages to the new folder, only %1d from %2d messages were moved.',
	'MOVE_TO_FOLDER'				=> 'Move to folder',
	'MOVE_UP'						=> 'Move up',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NEW_EMAIL_CONFIRM_EMPTY'		=> 'You did not enter a confirm e-mail address.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 267
	'NEW_EMAIL_ERROR'				=> 'The e-mail addresses you entered do not match.',
	'NEW_FOLDER_NAME'				=> 'New folder name',
	'NEW_PASSWORD'					=> 'New password',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NEW_PASSWORD_CONFIRM_EMPTY'	=> 'You did not enter a confirm password.',

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM