############################################################## 
## Title: phpBB 3.0.10 to phpBB 3.0.11 Language Pack Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.10 to phpBB 3.0.11 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/attachments.php
##		language/en/acp/board.php
##		language/en/acp/common.php
##		language/en/acp/permissions.php
##		language/en/acp/profile.php
##		language/en/acp/styles.php
##		language/en/acp/users.php
##		language/en/common.php
##		language/en/help_faq.php
##		language/en/install.php
##		language/en/memberlist.php
##		language/en/posting.php
##		language/en/ucp.php
##
## License: http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 
############################################################## 

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 55
	'ATTACH_MAX_FILESIZE_EXPLAIN'		=> 'Maximum size of each file, with 0 being unlimited.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ATTACH_MAX_FILESIZE_EXPLAIN'		=> 'Maximum size of each file. If this value is 0, the uploadable filesize is only limited by your PHP configuration.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 106
	'MAX_FILESIZE_EXPLAIN'			=> 'For uploaded avatar files.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'MAX_FILESIZE_EXPLAIN'			=> 'For uploaded avatar files. If this value is 0, the uploaded filesize is only limited by your PHP configuration.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 94
	'ACP_GROUPS_FORUM_PERMISSIONS'	=> 'Groups’ forum permissions',
	'ACP_GROUPS_MANAGE'				=> 'Manage groups',
	'ACP_GROUPS_MANAGEMENT'			=> 'Group management',
	'ACP_GROUPS_PERMISSIONS'		=> 'Groups’ permissions',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_GROUPS_FORUM_PERMISSIONS'	=> 'Group forum permissions',
	'ACP_GROUPS_MANAGE'				=> 'Manage groups',
	'ACP_GROUPS_MANAGEMENT'			=> 'Group management',
	'ACP_GROUPS_PERMISSIONS'		=> 'Group permissions',

#
#-----[ FIND ]---------------------------------------------
# Around Line 170
	'ACP_USERS_FORUM_PERMISSIONS'	=> 'Users’ forum permissions',
	'ACP_USERS_LOGS'				=> 'User logs',
	'ACP_USERS_PERMISSIONS'			=> 'Users’ permissions',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_USERS_FORUM_PERMISSIONS'	=> 'User forum permissions',
	'ACP_USERS_LOGS'				=> 'User logs',
	'ACP_USERS_PERMISSIONS'			=> 'User permissions',

#
#-----[ FIND ]---------------------------------------------
# Around Line 403
	'INACTIVE_USERS_EXPLAIN_INDEX'	=> 'This is a list of the last 10 registered users who have inactive accounts. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'INACTIVE_USERS_EXPLAIN_INDEX'	=> 'This is a list of the last 10 registered users who have inactive accounts. Accounts are inactive either because account activation was enabled in user registration settings and these users’ accounts have not yet been activated, or because these accounts have been deactivated. A full list is available by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 38
		<p>These are used to control access on a global level and apply to the entire bulletin board. They are further divided into Users’ Permissions, Groups’ Permissions, Administrators and Global Moderators.</p>

		<h2>Forum Based Permissions</h2>
		<p>These are used to control access on a per forum basis. They are further divided into Forum Permissions, Forum Moderators, Users’ Forum Permissions and Groups’ Forum Permissions.</p>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<p>These are used to control access on a global level and apply to the entire bulletin board. They are further divided into User Permissions, Group Permissions, Administrators and Global Moderators.</p>

		<h2>Forum Based Permissions</h2>
		<p>These are used to control access on a per forum basis. They are further divided into Forum Permissions, Forum Moderators, User Forum Permissions and Group Forum Permissions.</p>

#
#-----[ FIND ]---------------------------------------------
# Around Line 81
	'ACP_GROUPS_PERMISSIONS_EXPLAIN'			=> 'Here you can assign global permissions to groups - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. Individual users permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.',
	'ACP_ADMIN_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_FORUM_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_MOD_ROLES_EXPLAIN'						=> 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_USER_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN'		=> 'Here you can assign forum permissions to users.',
	'ACP_USERS_PERMISSIONS_EXPLAIN'				=> 'Here you can assign global permissions to users - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. To alter these settings for large numbers of users the Group permissions system is the preferred method. User’s permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ACP_GROUPS_PERMISSIONS_EXPLAIN'			=> 'Here you can assign global permissions to groups - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. Individual user permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group permissions.',
	'ACP_ADMIN_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_FORUM_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_MOD_ROLES_EXPLAIN'						=> 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_USER_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.',
	'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN'		=> 'Here you can assign forum permissions to users.',
	'ACP_USERS_PERMISSIONS_EXPLAIN'				=> 'Here you can assign global permissions to users - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. To alter these settings for large numbers of users the Group permissions system is the preferred method. User permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group permissions.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 169
	'ROLE_FORUM_NEW_MEMBER'		=> 'Newly registered User',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ROLE_FORUM_NEW_MEMBER'		=> 'Newly Registered User Access',

#
#-----[ FIND ]---------------------------------------------
# Around Line 179
	'ROLE_USER_NEW_MEMBER'		=> 'Newly registered User',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'ROLE_USER_NEW_MEMBER'		=> 'Newly Registered User Features',

#
#-----[ FIND ]---------------------------------------------
# Around Line 223
	'SET_USERS_PERMISSIONS'			=> 'Set users permissions',
	'SET_USERS_FORUM_PERMISSIONS'	=> 'Set users forum permissions',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'SET_USERS_PERMISSIONS'			=> 'Set user permissions',
	'SET_USERS_FORUM_PERMISSIONS'	=> 'Set user forum permissions',

#
#-----[ FIND ]---------------------------------------------
# Around Line 271
	'USERS_NOT_ASSIGNED'			=> 'No user assigned to this role',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'USERS_NOT_ASSIGNED'			=> 'No users are assigned to this role',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 129
	'REQUIRED_FIELD_EXPLAIN'	=> 'Force profile field to be filled out or specified by user or administrator. If display at registration screen option is disabled, the field will only be required when the user edits their profile.',
	'ROWS'						=> 'Rows',

	'SAVE'							=> 'Save',
	'SECOND_OPTION'					=> 'Second option',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'SHOW_NOVALUE_FIELD'			=> 'Show field if no value was selected',
	'SHOW_NOVALUE_FIELD_EXPLAIN'	=> 'Determines if the profile field should be displayed if no value was selected for optional fields or if no value has been selected yet for required fields.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 265
	'IMG_USER_ICON7'		=> 'User defined image 7',
	'IMG_USER_ICON8'		=> 'User defined image 8',
	'IMG_USER_ICON9'		=> 'User defined image 9',
	'IMG_USER_ICON10'		=> 'User defined image 10',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'INACTIVE_STYLES'			=> 'Inactive styles',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 57
	'DELETE_USER_EXPLAIN'	=> 'Please note that deleting a user is final, they cannot be recovered.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'DELETE_USER_EXPLAIN'	=> 'Please note that deleting a user is final, they cannot be recovered. Unread private messages sent by this user will be deleted and will not be available to their recipients.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 122
	'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',
	'USER_LIFTED_NR'				=> 'Successfully removed the user’s newly registered status.',
	'USER_NO_ATTACHMENTS'			=> 'There are no attached files to display.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_NO_POSTS_TO_DELETE'			=> 'The user has no posts to retain or delete.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 189
	'FORUMS_MARKED'			=> 'The selected forums have been marked read.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'FORUMS_MARKED'			=> 'Forums have been marked read.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 448
	'POST_REPORTED'			=> 'Click to view report',
	'POST_SUBJECT'			=> 'Post subject',
	'POST_TIME'				=> 'Post time',
	'POST_TOPIC'			=> 'Post a new topic',
	'POST_UNAPPROVED'		=> 'This post is waiting for approval',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'POWERED_BY'			=> 'Powered by %s',

#
#-----[ FIND ]---------------------------------------------
# Around Line 458
	'PRIVATE_MESSAGE'		=> 'Private message',
	'PRIVATE_MESSAGES'		=> 'Private messages',
	'PRIVATE_MESSAGING'		=> 'Private messaging',
	'PROFILE'				=> 'User Control Panel',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'RANK'						=> 'Rank',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 331
		1 => 'This software was written by and licensed through phpBB Group. If you believe a feature needs to be added, please visit the phpbb.com website and see what phpBB Group have to say. Please do not post feature requests to the board at phpbb.com, the group uses SourceForge to handle tasking of new features. Please read through the forums and see what, if any, our position may already be for a feature and then follow the procedure given there.'

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		1 => 'This software was written by and licensed through phpBB Group. If you believe a feature needs to be added, or you want to report a bug, please visit the phpBB <a href="http://area51.phpbb.com/">Area51</a> website, where you will find resources to do so.'

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 50

	'BEGIN_CONVERT'					=> 'Begin conversion',
	'BLANK_PREFIX_FOUND'			=> 'A scan of your tables has shown a valid installation using no table prefix.',
	'BOARD_NOT_INSTALLED'			=> 'No installation found',
	'BOARD_NOT_INSTALLED_EXPLAIN'	=> 'The phpBB Unified Convertor Framework requires a default installation of phpBB3 to function, please <a href="%s">proceed by first installing phpBB3</a>.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'BACKUP_NOTICE'					=> 'Please backup your board before updating in case any problems arise during the update process.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 108
	'ORDER'					=> 'Order',
	'OTHER'					=> 'Other',

	'POST_IP'				=> 'Posted from IP/domain',


#
#-----[ FIND ]---------------------------------------------
# Around Line 113
	'RANK'					=> 'Rank',

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


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

#
#-----[ FIND ]---------------------------------------------
# Around Line 40
	'ADD_ATTACHMENT_EXPLAIN'	=> 'If you wish to attach one or more files enter the details below.',
	'ADD_FILE'					=> 'Add the file',
	'ADD_POLL'					=> 'Poll creation',
	'ADD_POLL_EXPLAIN'			=> 'If you do not want to add a poll to your topic leave the fields blank.',
	'ALREADY_DELETED'			=> 'Sorry but this message is already deleted.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ATTACH_DISK_FULL'			=> 'There is not enough free disk space to post this attachment.',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 135
	'CURRENT_PASSWORD_EXPLAIN'	=> 'You must confirm your current password if you wish to change it, alter your e-mail address or username.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'CURRENT_PASSWORD_EXPLAIN'	=> 'You must enter your current password if you wish to alter your email address or username.',
	'CURRENT_CHANGE_PASSWORD_EXPLAIN' => 'To change your password, your email address, or your username, you must enter your current password.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 386
	'RETURN_FOLDER'						=> '%1$sReturn to previous folder%2$s',
	'RETURN_UCP'						=> '%sReturn to the User Control Panel%s',
	'RULE_ADDED'						=> 'Rule successfully added.',
	'RULE_ALREADY_DEFINED'				=> 'This rule was defined previously.',
	'RULE_DELETED'						=> 'Rule successfully removed.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'RULE_LIMIT_REACHED'				=> 'You cannot add more PM rules. You have reached the maximum number of rules.',

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