'ACP_JABBER_SETTINGS_EXPLAIN'=>'Here you can enable and control the use Jabber for instant messaging and board notices. Jabber is an opensource protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Not all servers offer all transports and changes in protocols can prevent transports from operating. Note that it may take several seconds to update Jabber account details, do not stop the script till completed!',
'JAB_ENABLE_EXPLAIN'=>'Enables use of jabber messaging and notifications',
'JAB_PACKAGE_SIZE'=>'Jabber Package Size',
'JAB_PACKAGE_SIZE_EXPLAIN'=>'This is the number of messages sent in one package. If set to 0 the message is sent immediatly and gets not queued for later sending.',
'ACP_AUTH_SETTINGS_EXPLAIN'=>'phpBB2 supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.',
'AUTH_METHOD'=>'Select an authentication method',
'LDAP_NO_IDENTITY'=>'Could not find a login identity for %s',
'LDAP_NO_LDAP_EXTENSION'=>'LDAP extension not availible',
'LDAP_NO_SERVER_CONNECTION'=>'Could not connect to LDAP server',
'LDAP_DN'=>'LDAP base dn',
'LDAP_DN_EXPLAIN'=>'This is the Distinguished Name, locating the user information, e.g. o=My Company,c=US',
'LDAP_SERVER'=>'LDAP server name',
'LDAP_SERVER_EXPLAIN'=>'If using LDAP this is the name or IP address of the server.',
'LDAP_UID'=>'LDAP uid',
'LDAP_UID_EXPLAIN'=>'This is the key under which to search for a given login identity, e.g. uid, sn, etc.',
));
// Board Settings
$lang=array_merge($lang,array(
'ACP_BOARD_FEATURES_EXPLAIN'=>'Here you can enable/disable several board features',
'ACP_COOKIE_SETTINGS_EXPLAIN'=>'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in.',
'ACP_MESSAGE_SETTINGS_EXPLAIN'=>'Here you can set all default settings for private messaging',
'ACP_POST_SETTINGS_EXPLAIN'=>'Here you can set all default settings for posting',
'ACP_REGISTER_SETTINGS_EXPLAIN'=>'Here you are able to define registration and profile related settings',
'ACP_SECURITY_SETTINGS_EXPLAIN'=>'Here you are able to define session and login related settings',
'ACP_SIGNATURE_SETTINGS_EXPLAIN'=>'Here you can set all default settings for signatures',
'ACP_VC_SETTINGS_EXPLAIN'=>'Here you are able to define visual confirmation defaults and captcha settings',
'FULL_FOLDER_ACTION_EXPLAIN'=>'Default Action to take if an users folder is full and if the users folder action set is not applicable. For the special folder "SENTBOX" the default action is always deleting old messages.',
'HOLD_NEW_MESSAGES'=>'Hold new messages',
'PM_EDIT_TIME'=>'Limit editing time',
'PM_EDIT_TIME_EXPLAIN'=>'Limits the time available to edit a private message not already delivered, zero equals infinity',
'COOKIE_SECURE_EXPLAIN'=>'If your server is running via SSL set this to enabled else leave as disabled',
'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 filesize limits are only imposed on uploaded avatars, they do not apply to remotely linked images.',
'ALLOW_LOCAL'=>'Enable gallery avatars',
'ALLOW_REMOTE'=>'Enable remote avatars',
'ALLOW_REMOTE_EXPLAIN'=>'Avatars linked to from another website',
'MIN_AVATAR_SIZE_EXPLAIN'=>'(Height x Width in pixels)',
'MAX_AVATAR_SIZE'=>'Maximum Avatar Dimensions',
'MAX_AVATAR_SIZE_EXPLAIN'=>'(Height x Width in pixels)',
'AVATAR_STORAGE_PATH'=>'Avatar Storage Path',
'AVATAR_STORAGE_PATH_EXPLAIN'=>'Path under your phpBB root dir, e.g. images/avatars/upload',
'AVATAR_GALLERY_PATH'=>'Avatar Gallery Path',
'AVATAR_GALLERY_PATH_EXPLAIN'=>'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery',
'ACP_SERVER_SETTINGS_EXPLAIN'=>'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in emails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.',
'SERVER_PROTOCOL_EXPLAIN'=>'This is used as the server protocol if these settings are forced. If empty or not forced the protocol is determined by the cookie secure settings (http:// or https://)',
'IP_VALID_EXPLAIN'=>'Determines how much of the users IP is used to validate a session; All compares the complete address, A.B.C the first x.x.x, A.B the first x.x, None disables checking.',
'ACP_LOAD_SETTINGS_EXPLAIN'=>'Here you can enable and disable certain board functions to reduce the amount of processing required. On most servers there is no need to disable any functions. However on certain systems or in shared hosting environments it may be beneficial to disable capabilities you do not really need. You can also specify limits for system load and active sessions beyond which the board will go offline.',
'LIMIT_LOAD_EXPLAIN'=>'If the 1 minute system load exceeds this value the board will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.',
'LIMIT_SESSIONS'=>'Limit sessions',
'LIMIT_SESSIONS_EXPLAIN'=>'If the number of sessions exceeds this value within a one minute period the board will go offline. Set to 0 for unlimited sessions.',
'LOAD_CPF_MEMBERLIST'=>'Display custom profile fields in memberlist',
'LOAD_CPF_VIEWPROFILE'=>'Display custom profile fields in user profiles',
'LOAD_CPF_VIEWTOPIC'=>'Display custom profile fields on viewtopic',
'LOAD_USER_ACTIVITY_EXPLAIN'=>'Displays active topic/forum in user profiles and user control panel. It is recommended to disable this on boards with more than one million posts.',
'ACP_EMAIL_SETTINGS_EXPLAIN'=>'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.',
'ENABLE_EMAIL'=>'Enable board-wide emails',
'ENABLE_EMAIL_EXPLAIN'=>'If this is set to disabled no emails will be sent by the board at all.',
'BOARD_EMAIL_FORM'=>'Users send email via board',
'BOARD_EMAIL_FORM_EXPLAIN'=>'Instead of showing the users email address users are able to send emails via the board.',
'BOARD_HIDE_EMAILS'=>'Hide email addresses',
'BOARD_HIDE_EMAILS_EXPLAIN'=>'This function keeps email addresses completely private.',
'EMAIL_FUNCTION_NAME'=>'Email Function Name',
'EMAIL_FUNCTION_NAME_EXPLAIN'=>'The email function used to send mails through PHP.',
'EMAIL_PACKAGE_SIZE'=>'Email Package Size',
'EMAIL_PACKAGE_SIZE_EXPLAIN'=>'This is the number of emails sent in one package.',
'ADMIN_EMAIL'=>'Return Email Address',
'ADMIN_EMAIL_EXPLAIN'=>'This will be used as the return address on all emails.',
'EMAIL_SIG'=>'Email Signature',
'EMAIL_SIG_EXPLAIN'=>'This text will be attached to all emails the board sends.',
'CONTACT_EMAIL'=>'Contact email address',
'CONTACT_EMAIL_EXPLAIN'=>'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc.',
'SMTP_SETTINGS'=>'SMTP Settings',
'USE_SMTP'=>'Use SMTP Server for email',
'USE_SMTP_EXPLAIN'=>'Say yes if you want or have to send email via a named server instead of the local mail function.',
'SMTP_SERVER'=>'SMTP Server Address',
'SMTP_PORT'=>'SMTP Server Port',
'SMTP_PORT_EXPLAIN'=>'Only change this if you know your SMTP server is on a different port.',
'SMTP_AUTH_METHOD'=>'Authentication method for SMTP',
'SMTP_AUTH_METHOD_EXPLAIN'=>'Only used if a username/password is set, ask your provider if you are unsure which method to use.',
'SMTP_LOGIN'=>'LOGIN',
'SMTP_PLAIN'=>'PLAIN',
'SMTP_CRAM_MD5'=>'CRAM-MD5',
'SMTP_DIGEST_MD5'=>'DIGEST-MD5',
'SMTP_POP_BEFORE_SMTP'=>'POP-BEFORE-SMTP',
'SMTP_USERNAME'=>'SMTP Username',
'SMTP_USERNAME_EXPLAIN'=>'Only enter a username if your smtp server requires it.',
'SMTP_PASSWORD'=>'SMTP Password',
'SMTP_PASSWORD_EXPLAIN'=>'Only enter a password if your smtp server requires it.',
'ACP_BOARD_SETTINGS_EXPLAIN'=>'Here you can determine the basic operation of your board, from the site name through user registration to private messaging.',
'SITE_NAME'=>'Site name',
'SITE_DESC'=>'Site description',
'DISABLE_BOARD'=>'Disable board',
'DISABLE_BOARD_EXPLAIN'=>'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.',
'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.',
'ACC_NONE'=>'None',
'ACC_USER'=>'User',
'ACC_ADMIN'=>'Admin',
'ACC_USER_ADMIN'=>'User + Admin',
'ACC_DISABLE'=>'Disable',
'ALLOW_AUTOLOGIN'=>'Allow persistent logins',
'ALLOW_AUTOLOGIN_EXPLAIN'=>'Determines whether users can autologin when they visit the board.',
'ACP_BOARD_DEFAULTS_EXPLAIN'=>'These settings allow you to define a number of default or global settings used by the board. This data is also used for new user registrations and (where relevant) guest users. Please note that registered users can override some of these options with their own settings.',