· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
PHPBB3/ucp.php

<?php
/**
*
* ucp [English]
*
* @package language
* @version $Id: PHPBB3_2fucp_2ephp,v 1.7 2008/05/19 23:13:37 kss Exp kss $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

// Privacy policy and T&C
$lang array_merge($lang, array(
    
'TERMS_OF_USE_CONTENT'    => 'By accessing ¡°%1$s¡± (hereinafter ¡°we¡±, ¡°us¡±, ¡°our¡±, ¡°%1$s¡±, ¡°%2$s¡±), you agree to be legally bound by the following terms. If you do not agree to be legally bound by all of the following terms then please do not access and/or use ¡°%1$s¡±. We may change these at any time and we¡¯ll do our utmost in informing you, though it would be prudent to review this regularly yourself as your continued usage of ¡°%1$s¡± after changes mean you agree to be legally bound by these terms as they are updated and/or amended.<br />
    <br />
    Our forums are powered by phpBB (hereinafter ¡°they¡±, ¡°them¡±, ¡°their¡±, ¡°phpBB software¡±, ¡°www.phpbb.com¡±, ¡°phpBB Group¡±, ¡°phpBB Teams¡±) which is a bulletin board solution released under the ¡°<a href="http://opensource.org/licenses/gpl-license.php">General Public License</a>¡± (hereinafter ¡°GPL¡±) and can be downloaded from <a href="http://www.phpbb.com/">www.phpbb.com</a>. The phpBB software only facilitates internet based discussions, the phpBB Group are not responsible for what we allow and/or disallow as permissible content and/or conduct. For further information about phpBB, please see: <a href="http://www.phpbb.com/">http://www.phpbb.com/</a>.<br />
    <br />
    You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any laws be it of your country, the country where ¡°%1$s¡± is hosted or International Law. Doing so may lead to you being immediately and permanently banned, with notification of your Internet Service Provider if deemed required by us. The IP address of all posts are recorded to aid in enforcing these conditions. You agree that ¡°%1$s¡± have the right to remove, edit, move or close any topic at any time should we see fit. As a user you agree to any information you have entered to being stored in a database. While this information will not be disclosed to any third party without your consent, neither ¡°%1$s¡± nor phpBB shall be held responsible for any hacking attempt that may lead to the data being compromised.
    '
,

    
'PRIVACY_POLICY'        => 'This policy explains in detail how ¡°%1$s¡± along with its affiliated companies (hereinafter ¡°we¡±, ¡°us¡±, ¡°our¡±, ¡°%1$s¡±, ¡°%2$s¡±) and phpBB (hereinafter ¡°they¡±, ¡°them¡±, ¡°their¡±, ¡°phpBB software¡±, ¡°www.phpbb.com¡±, ¡°phpBB Group¡±, ¡°phpBB Teams¡±) use any information collected during any session of usage by you (hereinafter ¡°your information¡±).<br />
    <br />
    Your information is collected via two ways. Firstly, by browsing ¡°%1$s¡± will cause the phpBB software to create a number of cookies, which are small text files that are downloaded on to your computer¡¯s web browser temporary files. The first two cookies just contain a user identifier (hereinafter ¡°user-id¡±) and an anonymous session identifier (hereinafter ¡°session-id¡±), automatically assigned to you by the phpBB software. A third cookie will be created once you have browsed topics within ¡°%1$s¡± and is used to store which topics have been read, thereby improving your user experience.<br />
    <br />
    We may also create cookies external to the phpBB software whilst browsing ¡°%1$s¡±, though these are outside the scope of this document which is intended to only cover the pages created by the phpBB software. The second way in which we collect your information is by what you submit to us. This can be, and is not limited to: posting as an anonymous user (hereinafter ¡°anonymous posts¡±), registering on ¡°%1$s¡± (hereinafter ¡°your account¡±) and posts submitted by you after registration and whilst logged in (hereinafter ¡°your posts¡±).<br />
    <br />
    Your account will at a bare minimum contain a uniquely identifiable name (hereinafter ¡°your user name¡±), a personal password used for logging into your account (hereinafter ¡°your password¡±) and a personal, valid e-mail address (hereinafter ¡°your e-mail¡±). Your information for your account at ¡°%1$s¡± is protected by data-protection laws applicable in the country that hosts us. Any information beyond your user name, your password and your e-mail required by ¡°%1$s¡± during the registration process are at our digression what is mandatory and what is optional. In all cases, you have the option of what information in your account is publicly displayed. Furthermore, within your account, you have the option to opt-in or opt-out of automatically generated e-mails from the phpBB software.<br />
    <br />
    Your password is ciphered (a one-way hash) so that it is secure. However, it is recommended that you do not reuse the same password across a number of different websites. Your password is the means of accessing your account at ¡°%1$s¡±, so please guard it carefully and under no circumstance will anyone affiliated with ¡°%1$s¡±, phpBB or another 3rd party, legitimately ask you for your password. Should you forget your password for your account, you can use the ¡°I forgot my password¡± feature provided by the phpBB software. This process will ask you to submit your user name and your e-mail, then the phpBB software will generate a new password to reclaim your account.<br />
    '
,
));

// Common language entries
$lang array_merge($lang, array(
    
'ACCOUNT_ACTIVE'                => '±ÍÇÏÀÇ °èÁ¤ÀÌ È°¼ºÈ­ µÇ¾ú½À´Ï´Ù. µî·ÏÇØ Áּż­ °¨»çÇÕ´Ï´Ù.',
    
'ACCOUNT_ACTIVE_ADMIN'            => '°èÁ¤ÀÌ ÀÌÁ¦ È°¼ºÈ­ µÇ¾ú½À´Ï´Ù.',
    
'ACCOUNT_ACTIVE_PROFILE'        => '±ÍÇÏÀÇ °èÁ¤ÀÌ ¼º°øÀûÀ¸·Î ÀçÈ°¼ºÈ­ µÇ¾ú½À´Ï´Ù.',
    
'ACCOUNT_ADDED'                    => 'µî·ÏÇØ Áּż­ °¨»çÇÕ´Ï´Ù. ±ÍÇÏÀÇ °èÁ¤ÀÌ È°¼ºÈ­ µÇ¾ú½À´Ï´Ù. ±ÍÇÏÀÇ »ç¿ëÀÚ¸í°ú ºñ¹Ð¹øÈ£·Î ·Î±×ÀΠÇϼŵµ ÁÁ½À´Ï´Ù.',
    
'ACCOUNT_COPPA'                    => '°èÁ¤ÀÌ »ý¼º µÇ¾ú½À´Ï´Ù¸¸ ½ÂÀÎÀÌ ÇÊ¿äÇÕ´Ï´Ù, ¾È³» À̸ÞÀÏÀ» È®ÀÎÇØ Áֽʽÿä.',
    
'ACCOUNT_EMAIL_CHANGED'            => '°èÁ¤ÀÌ ¾÷µ¥ÀÌÆ® µÇ¾ú½À´Ï´Ù¸¸, ÀÌ °Ô½ÃÆÇÀº À̸ÞÀÏ º¯°æ¿¡ ´ëÇÑ °èÁ¤ ÀçÈ°¼ºÈ­¸¦ ¿ä±¸ÇÏ°í ÀÖ½À´Ï´Ù. È°¼ºÅ°°¡ ±ÍÇÏ°¡ Á¦°øÇÑ »õ À̸ÞÀÏ ÁּҷΠ¹ß¼ÛµÇ¾ú½À´Ï´Ù. »ó¼¼ÇÑ ¾È³»¸¦ À§ÇØ ±ÍÇÏÀÇ À̸ÞÀÏÀ» È®ÀÎÇÏ¿© Áֽʽÿä.',
    
'ACCOUNT_EMAIL_CHANGED_ADMIN'    => '°èÁ¤ÀÌ ¾÷µ¥ÀÌÆ® µÇ¾ú½À´Ï´Ù¸¸, ÀÌ °Ô½ÃÆÇÀº À̸ÞÀÏ º¯°æ¿¡ ´ëÇÑ °ü¸®ÀÚÀÇ °èÁ¤ ÀçÈ°¼ºÈ­¸¦ ¿ä±¸ÇÏ°í ÀÖ½À´Ï´Ù. À̸ÞÀÏÀÌ °ü¸®ÀÚ¿¡°Ô ¹ß¼Û µÇ¾úÀ¸¹Ç·Î ±ÍÇÏÀÇ °èÁ¤ÀÌ ÀçÈ°¼ºÈ­ µÇ¾úÀ»¶§ ÅëÁö°¡ °¥°ÎÀÔ´Ï´Ù.',
    
'ACCOUNT_INACTIVE'                => '°èÁ¤ÀÌ »ý¼ºµÇ¾ú½À´Ï´Ù¸¸, ÀÌ °Ô½ÃÆÇÀº °èÁ¤È°¼ºÈ­¸¦ ¿ä±¸ÇÏ°í ÀÖ½À´Ï´Ù. È°¼ºÈ­ Å°°¡ ±ÍÇÏ°¡ Á¦°øÇϽŠÀ̸ÞÀÏ ÁּҷΠ¹ß¼ÛµÇ¾ú½À´Ï´Ù. »ó¼¼ÇÑ ¾È³»¸¦ À§ÇØ ±ÍÇÏÀÇ À̸ÞÀÏÀ» È®ÀÎÇÏ¿© Áֽʽÿä.',
    
'ACCOUNT_INACTIVE_ADMIN'        => '±ÍÇÏÀÇ °èÁ¤ÀÌ »ý¼ºµÇ¾ú½À´Ï´Ù¸¸, ÀÌ °Ô½ÃÆÇÀº °ü¸®ÀÚ ±×·ì¿¡ ÀÇÇÑ °èÁ¤ È°¼ºÈ­¸¦ ¿ä±¸ÇÏ°í ÀÖ½À´Ï´Ù. À̸ÞÀÏÀÌ °ü¸®ÀÚ¿¡°Ô ¹ß¼Û µÇ¾úÀ¸¹Ç·Î ±ÍÇÏÀÇ °èÁ¤ÀÌ È°¼ºÈ­ µÇ¾úÀ»¶§ ÅëÁö°¡ °¥°ÍÀÔ´Ï´Ù.',
    
'ACTIVATION_EMAIL_SENT'            => 'The activation e-mail has been sent to your e-mail address.',
    
'ACTIVATION_EMAIL_SENT_ADMIN'    => 'The activation e-mail has been sent to the administrators e-mail addresses.',
    
'ADD'                            => 'Ãß°¡',
    
'ADD_BCC'                        => '[BCC] Ãß°¡',
    
'ADD_FOES'                        => 'Àû Ãß°¡',
    
'ADD_FOES_EXPLAIN'                => '¿©·¯¸íÀÇ »ç¿ëÀÚµéÀ» °¢°¢ ´Ù¸¥ ÁÙ¿¡ ÀÔ·ÂÇϽǼö ÀÖ½À´Ï´Ù.',
    
'ADD_FOLDER'                    => 'Æú´õ Ãß°¡',
    
'ADD_FRIENDS'                    => '»õ Ä£±¸ Ãß°¡',
    
'ADD_FRIENDS_EXPLAIN'            => '¿©·¯¸íÀÇ »ç¿ëÀÚµéÀ» °¢°¢ ´Ù¸¥ ÁÙ¿¡ ÀÔ·ÂÇϽǼö ÀÖ½À´Ï´Ù.',
    
'ADD_NEW_RULE'                    => '»õ ±ÔÄ¢ Ãß°¡',
    
'ADD_RULE'                        => '±ÔÄ¢ Ãß°¡',
    
'ADD_TO'                        => ' [To]',
    
'ADMIN_EMAIL'                    => '°ü¸®ÀÚ°¡ ³ª¿¡°Ô ¾È³»¹° ¹ß¼Û °¡´É',
    
'AGREE'                            => 'I agree to these terms',
    
'ALLOW_PM'                        => '»ç¿ëÀÚ°¡ ±ÍÇÏ¿¡°Ô ºñ¹Ð ¸Þ½ÃÁö¸¦ ¹ß¼ÛÇϴ°ÍÀ» Çã¶ô',
    
'ALLOW_PM_EXPLAIN'                => '°ü¸®ÀÚ¿Í °¨µ¶°üµéÀº ¿¹¿ÜÀûÀ¸·Î ±ÍÇÏ¿¡°Ô À̸ÞÀÏÀ» ¹ß¼ÛÇÒ¼öÀִ°ÍÀ» ÁÖ¸ñÇϽñ⠹ٶø´Ï´Ù.',
    
'ALREADY_ACTIVATED'                => '±ÍÇϴ À̹̠°èÁ¤À» È°¼ºÈ­ Çϼ̽À´Ï´Ù..',
    
'ATTACHMENTS_EXPLAIN'            => 'ÀÌ°ÍÀº ±ÍÇÏ°¡ º» °Ô½ÃÆÇ ±Û¿¡ Ã·ºÎÇÑ ÆÄÀϸñ·Ï ÀÔ´Ï´Ù.',
    
'ATTACHMENTS_DELETED'            => '÷ºÎÆÄÀÏÀÌ ¼º°øÀûÀ¸·Î »èÁ¦ µÇ¾ú½À´Ï´Ù..',
    
'ATTACHMENT_DELETED'            => '÷ºÎÆÄÀÏÀÌ ¼º°øÀûÀ¸·Î »èÁ¦ µÇ¾ú½À´Ï´Ù.',
    
'AVATAR_CATEGORY'                => 'Ä«Å×°í¸®',
    
'AVATAR_EXPLAIN'                => 'ÃÖ´ë Å©±â; ³Êºñ: %1$d Çȼ¿, ³ôÀÌ: %2$d Çȼ¿, ÆÄÀÏÅ©±â: %3$dkB.',
    
'AVATAR_FEATURES_DISABLED'        => '¾Æ¹ÙŸ ±â´ÉÀº ÇöÀç ºÒ°¡´ÉÇÑ »óÅÂÀÔ´Ï´Ù.',
    
'AVATAR_GALLERY'                => 'Áö¿ª °¶·¯¸®',
    
'AVATAR_GENERAL_UPLOAD_ERROR'    => 'Could not upload avatar to %s.',
    
'AVATAR_PAGE'                    => 'ÆäÀÌÁö',

    
'BACK_TO_DRAFTS'            => 'Back to saved drafts',
    
'BACK_TO_LOGIN'                => '·Î±×ÀΠȭ¸éÀ¸·Î µ¹¾Æ°¡±â',
    
'BIRTHDAY'                    => '»ýÀÏ',
    
'BIRTHDAY_EXPLAIN'            => '³âµµ¸¦ ¼³Á¤Çϸ頻ýÀÏÀÌ µÇ¾úÀ»¶§ ±ÍÇÏÀÇ ³ªÀ̵µ  ½Ç¸®°Ô µË´Ï´Ù.',
    
'BOARD_DATE_FORMAT'            => '³¯Â¥ Çü½Ä',
    
'BOARD_DATE_FORMAT_EXPLAIN'    => 'The syntax used is identical to the PHP <a href="http://www.php.net/date">date()</a> function.',
    
'BOARD_DST'                    => 'Summer Time/<abbr title="Daylight Saving Time">DST</abbr> is in effect',
    
'BOARD_LANGUAGE'            => '¾ð¾î',
    
'BOARD_STYLE'                => '°Ô½ÃÆǠŸÀÔ',
    
'BOARD_TIMEZONE'            => '½Ã°£´ë',
    
'BOOKMARKS'                    => 'Ã¥°¥ÇÇ',
    
'BOOKMARKS_EXPLAIN'            => 'ÀÌÈÄ¿¡ ÂüÁ¶¸¦ À§ÇØ ÁÖÁ¦¸¦ Ã¥°¥ÇÇ ÇϽǼö ÀÖ½À´Ï´Ù. »èÁ¦¸¦ ¿øÇϴ å°¥ÇǴ °Ë»ç¹Ú½º¿¡¼­ ÅÃÇϽÅÈÄ, <em>Ç¥±âÇѠå°¥ÇÇ Á¦°Å</em> ¹öÆ°À» ´­·¯ Áֽʽÿä.',
    
'BOOKMARKS_DISABLED'        => 'Ã¥°¥ÇÇ°¡ ÀÌ °Ô½ÃÆÇ¿¡´Â ºÒ°¡´ÉÇÑ »óÅÂÀÔ´Ï´Ù.',
    
'BOOKMARKS_REMOVED'            => 'Ã¥°¥ÇÇ°¡ ¼º°øÀûÀ¸·Î Á¦°Å µÇ¾ú½À´Ï´Ù.',

    
'CANNOT_EDIT_MESSAGE_TIME'    => '±× ¸Þ½ÃÁö¸¦ ´õÀÌ»ó ÆíÁýÇϰųª »èÁ¦ÇϽǼö ¾ø½À´Ï´Ù.',
    
'CANNOT_MOVE_TO_SAME_FOLDER'=> 'À̵¿Çϱ⸦ ¿øÇϴ Æú´õ·Î ¸Þ½ÃÁö°¡ À̵¿µÉ¼ö ¾ø½À´Ï´Ù.',
    
'CANNOT_MOVE_FROM_SPECIAL'    => '¸Þ½ÃÁö°¡ ¹ß¼ÛÇÔÀ¸·Î ºÎÅÍ À̵¿µÉ¼ö ¾ø½À´Ï´Ù',
    
'CANNOT_RENAME_FOLDER'        => 'ÀÌ Æú´õ´Â À̸§À» ¹Ù²Ü¼ö ¾ø½À´Ï´Ù.',
    
'CANNOT_REMOVE_FOLDER'        => 'ÀÌ Æú´õ´Â Á¦°ÅµÉ¼ö ¾ø½À´Ï´Ù.',
    
'CHANGE_DEFAULT_GROUP'        => 'Ãʱ⼳Á¤ ±×·ì º¯°æ',
    
'CHANGE_PASSWORD'            => 'ºñ¹Ð¹øÈ£ º¯°æ',
    
'CLICK_RETURN_FOLDER'        => '%1$sReturn to your ¡°%3$s¡± folder%2$s',
    
'CONFIRMATION'                => 'µî·Ï È®ÀÎ',
    
'CONFIRM_CHANGES'            => 'È®ÀΠº¯°æ',    
    
'CONFIRM_EMAIL'                => 'È®ÀΠÀ̸ÞÀÏ ÁÖ¼Ò',
    
'CONFIRM_EMAIL_EXPLAIN'        => 'À̸ÞÀÏ ÁÖ¼Ò¸¦ º¯°æÇϴ °æ¿ì¿¡¸¸ ÀÌ°ÍÀ» ¸í±âÇÒ ÇÊ¿ä°¡ ÀÖ½À´Ï´Ù.',
    
'CONFIRM_EXPLAIN'            => 'ÀÚµ¿ µî·ÏÀ» ¹æÁöÇϱâ À§ÇØ È®ÀÎÄڵ带 ÀÔ·ÂÇϽǰÍÀ» ¿ä±¸ÇÏ°í ÀÖ½À´Ï´Ù. ÄÚµå´Â ¾Æ·¡¿¡¼­ º¸½ÃµíÀÌ À̹ÌÁö·Î µÇ¾î ÀÖ½À´Ï´Ù. ½Ã°¢ÀûÀΠÀå¾Ö³ª ±âŸ ÀÌÀ¯·Î Äڵ带 ÀÐÀ¸½Ç¼ö ¾ø´Â°æ¿ì %s°Ô½ÃÆÇ °ü¸®ÀÚ¿¡°Ô ¿¬¶ôÇÏ¿© Áֽʽÿä.',
    
'CONFIRM_PASSWORD'            => 'È®ÀΠºñ¹Ð¹øÈ£',
    
'CONFIRM_PASSWORD_EXPLAIN'    => 'ºñ¹Ð¹øÈ£´Â À§¿¡¼­ º¯°æÇϽŠ°æ¿ì¿¡¸¸ È®ÀÎÀÌ ÇÊ¿äÇÕ´Ï´Ù.',
    
'COPPA_BIRTHDAY'            => 'ÁøÇàÀ» °è¼ÓÇÏ°Ô À§ÇØ »ýÀÏÀ» ¾Ë·ÁÁֽʽÿä.',
    
'COPPA_COMPLIANCE'            => 'COPPA compliance',
    
'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'                => 'Æú´õ Ãß°¡¡¦',
    
'CURRENT_IMAGE'                => 'ÇöÀç À̹ÌÁö',
    
'CURRENT_PASSWORD'            => 'ÇöÀç ºñ¹Ð¹øÈ£',
    
'CURRENT_PASSWORD_EXPLAIN'    => 'ºñ¹Ð¹øÈ£ º¯°æ½Ã ÇöÀçÀÇ ºñ¹Ð¹øÈ£¸¦ È®ÀÎÇØ ÁּžߠÇÕ´Ï´Ù. , alter your e-mail address or username.',
    
'CUR_PASSWORD_ERROR'        => 'ÀÔ·ÂÇϽŠºñ¹Ð¹øÈ£°¡ Æ²¸³´Ï´Ù.',
    
'CUSTOM_DATEFORMAT'            => 'Custom¡¦',

    
'DEFAULT_ACTION'            => '¼³Á¤ È°¼ºÈ­',
    
'DEFAULT_ACTION_EXPLAIN'    => 'This action will be triggered if none of the above is applicable.',
    
'DEFAULT_ADD_SIG'            => '¼­¸í÷ºÎ ¼³Á¤',
    
'DEFAULT_BBCODE'            => 'BBCode °¡´É',
    
'DEFAULT_NOTIFY'            => '´ä±ÛÅëÁö ¼³Á¤',
    
'DEFAULT_SMILIES'            => '½º¸¶ÀÏ ¼³Á¤',
    
'DEFINED_RULES'                => 'Defined rules',
    
'DELETED_TOPIC'                => 'ÁÖÁ¦°¡ Á¦°Å µÇ¾ú½À´Ï´Ù.',
    
'DELETE_ATTACHMENT'            => '÷ºÎÆÄÀÏ »èÁ¦',
    
'DELETE_ATTACHMENTS'        => '÷ºÎÆÄÀÏ »èÁ¦',
    
'DELETE_ATTACHMENT_CONFIRM'    => 'À̠÷ºÎ ÆÄÀÏÀ» »èÁ¦ÇϽô°Ԡ¸Â½À´Ï±î?',
    
'DELETE_ATTACHMENTS_CONFIRM'=> 'À̠÷ºÎ ÆÄÀÏÀ» »èÁ¦ÇϽô°Ԡ¸Â½À´Ï±î?',
    
'DELETE_AVATAR'                => 'À̹ÌÁö »èÁ¦',
    
'DELETE_COOKIES_CONFIRM'    => 'º» °Ô½ÃÆÇ¿¡ ¸ðµç ÄíÅ°¸¦ »èÁ¦ÇϽô°Ԡ¸Â½À´Ï±î?',
    
'DELETE_MARKED_PM'            => 'Ç¥½ÃÇÑ ¸Þ½ÃÁö »èÁ¦',
    
'DELETE_MARKED_PM_CONFIRM'    => 'Are you sure you want to delete all marked messages?',
    
'DELETE_OLDEST_MESSAGES'    => 'Delete oldest messages',
    
'DELETE_MESSAGE'            => 'Delete message',
    
'DELETE_MESSAGE_CONFIRM'    => 'Are you sure you want to delete this private message?',
    
'DELETE_MESSAGES_IN_FOLDER'    => 'Delete all messages within removed folder',
    
'DELETE_RULE'                => 'Delete rule',
    
'DELETE_RULE_CONFIRM'        => 'Are you sure you want to delete this rule?',
    
'DEMOTE_SELECTED'            => 'Demote selected',
    
'DISABLE_CENSORS'            => 'Enable word censoring',
    
'DISPLAY_GALLERY'            => 'Display gallery',
    
'DOMAIN_NO_MX_RECORD_EMAIL'    => 'The entered e-mail domain has no valid MX record.',
    
'DOWNLOADS'                    => 'Downloads',
    
'DRAFTS_DELETED'            => 'All selected drafts were successfully deleted.',
    
'DRAFTS_EXPLAIN'            => 'Here you can view, edit and delete your saved drafts.',
    
'DRAFT_UPDATED'                => 'Draft successfully updated.',

    
'EDIT_DRAFT_EXPLAIN'        => 'Here you are able to edit your draft. Drafts do not contain attachment and poll information.',
    
'EMAIL_BANNED_EMAIL'        => 'The e-mail address you entered is not allowed to be used.',
    
'EMAIL_INVALID_EMAIL'        => 'The e-mail address you entered is invalid.',
    
'EMAIL_REMIND'                => 'This must be the e-mail address associated with your account. If you have not changed this via your user control panel then it is the e-mail address you registered your account with.',
    
'EMAIL_TAKEN_EMAIL'            => 'The entered e-mail address is already in use.',
    
'EMPTY_DRAFT'                => 'You must enter a message to submit your changes.',
    
'EMPTY_DRAFT_TITLE'            => 'You must enter a draft title.',
    
'EXPORT_AS_XML'                => 'Export as XML',
    
'EXPORT_AS_CSV'                => 'Export as CSV',
    
'EXPORT_AS_CSV_EXCEL'        => 'Export as CSV (Excel)',
    
'EXPORT_AS_TXT'                => 'Export as TXT',
    
'EXPORT_AS_MSG'                => 'Export as MSG',
    
'EXPORT_FOLDER'                => 'Export this view',

    
'FIELD_REQUIRED'                    => 'The field ¡°%s¡± must be completed.',
    
'FIELD_TOO_SHORT'                    => 'The field ¡°%1$s¡± is too short, a minimum of %2$d characters is required.',
    
'FIELD_TOO_LONG'                    => 'The field ¡°%1$s¡± is too long, a maximum of %2$d characters is allowed.',
    
'FIELD_TOO_SMALL'                    => 'The value of ¡°%1$s¡± is too small, a minimum value of %2$d is required.',
    
'FIELD_TOO_LARGE'                    => 'The value of ¡°%1$s¡± is too large, a maximum value of %2$d is allowed.',
    
'FIELD_INVALID_CHARS_NUMBERS_ONLY'    => 'The field ¡°%s¡± has invalid characters, only numbers are allowed.',
    
'FIELD_INVALID_CHARS_ALPHA_ONLY'    => 'The field ¡°%s¡± has invalid characters, only alphanumeric characters are allowed.',
    
'FIELD_INVALID_CHARS_SPACERS_ONLY'    => 'The field ¡°%s¡± has invalid characters, only alphanumeric, space or -+_[] characters are allowed.',
    
'FIELD_INVALID_DATE'                => 'The field ¡°%s¡± has an invalid date.',

    
'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',
    
'FOLDER_NAME_EXIST'            => 'Folder <strong>%s</strong> already exists.',
    
'FOLDER_OPTIONS'            => 'Folder options',
    
'FOLDER_RENAMED'            => 'Folder successfully renamed.',
    
'FOLDER_REMOVED'            => 'Folder successfully removed.',
    
'FOLDER_STATUS_MSG'            => 'Folder is %1$d%% full (%2$d from %3$d messages stored)',
    
'FORWARD_PM'                => 'Forward PM',
    
'FORCE_PASSWORD_EXPLAIN'    => 'Before you may continue browsing the board you are required to change your password.',
    
'FRIEND_MESSAGE'            => 'Message from friend',
    
'FRIENDS'                    => 'Friends',
    
'FRIENDS_EXPLAIN'            => 'Friends enable you quick access to members you communicate with frequently. If the template has relevant support any posts made by a friend may be highlighted.',
    
'FRIENDS_OFFLINE'            => 'Offline',
    
'FRIENDS_ONLINE'            => 'Online',
    
'FRIENDS_UPDATED'            => 'Your friends list has been updated successfully.',
    
'FULL_FOLDER_OPTION_CHANGED'=> 'The action to take when a folder is full has been changed successfully.',
    
'FWD_ORIGINAL_MESSAGE'        => '-------- Original Message --------',
    
'FWD_SUBJECT'                => 'Subject: %s',
    
'FWD_DATE'                    => 'Date: %s',
    
'FWD_FROM'                    => 'From: %s',
    
'FWD_TO'                    => 'To: %s',

    
'GLOBAL_ANNOUNCEMENT'        => 'Global announcement',

    
'HIDE_ONLINE'                => 'Hide my online status',
    
'HIDE_ONLINE_EXPLAIN'        => 'Changing this setting won¡¯t become effective until your next visit to the board.',
    
'HOLD_NEW_MESSAGES'            => 'Do not accept new messages (New messages will be held back until enough space is available)',
    
'HOLD_NEW_MESSAGES_SHORT'    => 'New messages will be held back',

    
'IF_FOLDER_FULL'            => 'If folder is full',
    
'IMPORTANT_NEWS'            => 'Important announcements',
    
'INVALID_CHARS_USERNAME'    => 'The username contains forbidden characters.',
    
'INVALID_CHARS_NEW_PASSWORD'=> 'The password does not contain the required characters.',
    
'ITEMS_REQUIRED'            => 'The items marked with * are required profile fields and need to be filled out.',

    
'JOIN_SELECTED'                => 'Join selected',

    
'LANGUAGE'                    => 'Language',
    
'LINK_REMOTE_AVATAR'        => 'Link off-site',
    
'LINK_REMOTE_AVATAR_EXPLAIN'=> 'Enter the URL of the location containing the avatar image you wish to link to.',
    
'LINK_REMOTE_SIZE'            => 'Avatar dimensions',
    
'LINK_REMOTE_SIZE_EXPLAIN'    => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.',
    
'LOGIN_EXPLAIN_UCP'            => 'Please login in order to access the User Control Panel.',
    
'LOGIN_REDIRECT'            => 'You have been successfully logged in.',
    
'LOGOUT_FAILED'                => 'You were not logged out, as the request did not match your session. Please contact the board administrator if you continue to experience problems.',
    
'LOGOUT_REDIRECT'            => 'You have been successfully logged out.',

    
'MARK_IMPORTANT'                => 'Mark/Unmark as important',
    
'MARKED_MESSAGE'                => 'Marked message',
    
'MAX_FOLDER_REACHED'            => 'Maximum number of allowed user defined folders reached.',
    
'MESSAGE_BY_AUTHOR'                => 'by',
    
'MESSAGE_COLOURS'                => 'Message colours',
    
'MESSAGE_DELETED'                => 'Message successfully deleted.',
    
'MESSAGE_HISTORY'                => 'Message history',
    
'MESSAGE_REMOVED_FROM_OUTBOX'    => 'This message has been removed by its author before it was delivered.',
    
'MESSAGE_SENT_ON'                => 'on',
    
'MESSAGE_STORED'                => 'This message has been sent successfully.',
    
'MESSAGE_TO'                    => 'To',
    
'MESSAGES_DELETED'                => 'Messages successfully deleted',
    
'MOVE_DELETED_MESSAGES_TO'        => 'Move messages from removed folder to',
    
'MOVE_DOWN'                        => 'Move down',
    
'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',

    
'NEW_EMAIL_ERROR'                => 'The e-mail addresses you entered do not match.',
    
'NEW_FOLDER_NAME'                => 'New folder name',
    
'NEW_PASSWORD'                    => 'New password',
    
'NEW_PASSWORD_ERROR'            => 'The passwords you entered do not match.',
    
'NOTIFY_METHOD'                    => 'Notification method',
    
'NOTIFY_METHOD_BOTH'            => 'Both',
    
'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.',
    
'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.',
    
'NOT_ADDED_FOES_FRIENDS'        => 'You cannot add users to your foes list who are on your friends list.',
    
'NOT_ADDED_FOES_SELF'            => 'You cannot add yourself to the foes list.',
    
'NOT_AGREE'                        => 'I do not agree to these terms',
    
'NOT_ENOUGH_SPACE_FOLDER'        => 'The destination folder ¡°%s¡± seems to be full. The requested action has not been taken.',
    
'NOT_MOVED_MESSAGE'                => 'You have 1 private message currently on hold because of full folder.',
    
'NOT_MOVED_MESSAGES'            => 'You have %d private messages currently on hold because of full folder.',
    
'NO_ACTION_MODE'                => 'No message action specified.',
    
'NO_AUTHOR'                        => 'No author defined for this message',
    
'NO_AVATAR_CATEGORY'            => 'None',

    
'NO_AUTH_DELETE_MESSAGE'        => 'ºñ¹Ð ¸Þ½ÃÁö¸¦ »èÁ¦ÇÒ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',
    
'NO_AUTH_EDIT_MESSAGE'            => 'ºñ¹Ð ¸Þ½ÃÁö¸¦ ÆíÁýÇÒ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',
    
'NO_AUTH_FORWARD_MESSAGE'        => 'ºñ¹Ð ¸Þ½ÃÁö¸¦ Àü´ÞÇÒ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',
    
'NO_AUTH_GROUP_MESSAGE'            => '±×·ì¿¡ ºñ¹Ð ¸Þ½ÃÁö¸¦ º¸³»½Ç ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',
    
'NO_AUTH_READ_MESSAGE'            => 'ºñ¹Ð ¸Þ½ÃÁö¸¦ ÀÐÀ¸½Ç ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',
    
'NO_AUTH_READ_REMOVED_MESSAGE'    => 'ÀÌ ¸Þ½ÃÁö´Â ÀúÀÚ¿¡ ÀÇÇØ »èÁ¦µÇ¾ú±â¿¡  ÀÐÀ¸½Ç¼ö ¾ø½À´Ï´Ù.',
    
'NO_AUTH_SEND_MESSAGE'            => 'ºñ¹Ð ¸Þ½ÃÁö¸¦ º¸³»½Ç ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',
    
'NO_AUTH_SIGNATURE'                => '¼­¸íÀ» »ç¿ëÇÒ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.',

    
'NO_BCC_RECIPIENT'            => '¾øÀ½',
    
'NO_BOOKMARKS'                => 'Ã¥°¥ÇÇ°¡ ¾ø½À´Ï´Ù.',
    
'NO_BOOKMARKS_SELECTED'        => '¼±ÅÃÇѠå°¥ÇÇ°¡ ¾ø½À´Ï´Ù.',
    
'NO_EDIT_READ_MESSAGE'        => 'ºñ¹Ð ¸Þ½ÃÁö´Â À̹̠ÀÐÇôÁ³±â ±î´ß¿¡ ¼öÁ¤À» ÇÒ¼ö ¾ø½À´Ï´Ù.',
    
'NO_EMAIL_USER'                => 'Á¦ÃâÇϽŠÀ̸ÞÀÏ/»ç¿ëÀÚ¸í Á¤º¸¸¦ ¹ß°ßÇÒ¼ö ¾ø½À´Ï´Ù.',
    
'NO_FOES'                    => 'ÇöÀç ÀûÀÌ ¾ø½À´Ï´Ù.',
    
'NO_FRIENDS'                => 'ÇöÀç Ä£±¸°¡ ¾ø½À´Ï´Ù.',
    
'NO_FRIENDS_OFFLINE'        => '¿ÀÇÁ¶óÀΠģ±¸ ',
    
'NO_FRIENDS_ONLINE'            => '¿Â¶óÀΠģ±¸',
    
'NO_GROUP_SELECTED'            => 'No group specified.',
    
'NO_IMPORTANT_NEWS'            => 'No important announcements present.',
    
'NO_MESSAGE'                => 'Private message could not be found.',
    
'NO_NEW_FOLDER_NAME'        => 'You have to specify a new folder name.',
    
'NO_NEWER_PM'                => 'No newer messages.',
    
'NO_OLDER_PM'                => 'No older messages.',
    
'NO_PASSWORD_SUPPLIED'        => 'ºñ¹Ð¹øÈ£ ¾øÀÌ ·Î±×ÀΠÇÒ¼ö ¾ø½À´Ï´Ù.',
    
'NO_RECIPIENT'                => 'No recipient defined.',
    
'NO_RULES_DEFINED'            => 'No rules defined.',
    
'NO_SAVED_DRAFTS'            => 'No drafts saved.',
    
'NO_TO_RECIPIENT'            => 'None',
    
'NO_WATCHED_FORUMS'            => '±¸µ¶½ÅûÇϽŠÆ÷·³ÀÌ ¾ø½À´Ï´Ù.',
    
'NO_WATCHED_TOPICS'            => '±¸µ¶½ÅûÇϽŠÅäÇÈÀÌ ¾ø½À´Ï´Ù.',

    
'PASS_TYPE_ALPHA_EXPLAIN'    => 'Password must be between %1$d and %2$d characters long, must contain letters in mixed case and must contain numbers.',
    
'PASS_TYPE_ANY_EXPLAIN'        => 'Must be between %1$d and %2$d characters.',
    
'PASS_TYPE_CASE_EXPLAIN'    => 'Password must be between %1$d and %2$d characters long and must contain letters in mixed case.',
    
'PASS_TYPE_SYMBOL_EXPLAIN'    => 'Password must be between %1$d and %2$d characters long, must contain letters in mixed case, must contain numbers and must contain symbols.',
    
'PASSWORD'                    => 'Password',
    
'PASSWORD_ACTIVATED'        => 'Your new password has been activated.',
    
'PASSWORD_UPDATED'            => 'Your password has been sent successfully to your original e-mail address.',
    
'PERMISSIONS_RESTORED'        => 'Successfully restored original permissions.',
    
'PERMISSIONS_TRANSFERRED'    => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this user¡¯s permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.',
    
'PM_DISABLED'                => 'Private messaging has been disabled on this board.',
    
'PM_FROM'                    => 'From',
    
'PM_FROM_REMOVED_AUTHOR'    => 'This message was sent by a user no longer registered.',
    
'PM_ICON'                    => 'PM icon',
    
'PM_INBOX'                    => '¹ÞÀº ÆíÁöÇÔ',
    
'PM_NO_USERS'                => 'The requested users to be added do not exist.',
    
'PM_OUTBOX'                    => 'º¸³½ ÆíÁöÇÔ',
    
'PM_SENTBOX'                => 'º¸³½ ¸Þ½ÃÁö',
    
'PM_SUBJECT'                => '¸Þ½ÃÁö Á¦¸ñ',
    
'PM_TO'                        => 'Send to',
    
'PM_USERS_REMOVED_NO_PM'    => 'Some users couldn¡¯t be added as they have disabled private message receipt.',
    
'POPUP_ON_PM'                => 'Pop up window on new private message',
    
'POST_EDIT_PM'                => 'Edit message',
    
'POST_FORWARD_PM'            => 'Forward message',
    
'POST_NEW_PM'                => 'Compose message',
    
'POST_PM_LOCKED'            => 'Private messaging is locked',
    
'POST_PM_POST'                => 'Quote post',
    
'POST_QUOTE_PM'                => 'Quote message',
    
'POST_REPLY_PM'                => 'Reply to message',
    
'PRINT_PM'                    => 'Print view',
    
'PREFERENCES_UPDATED'        => 'Your preferences have been updated.',
    
'PROFILE_INFO_NOTICE'        => 'Please note that this information may be viewable to other members. Be careful when including any personal details. Any fields marked with a * must be completed.',
    
'PROFILE_UPDATED'            => 'Your profile has been updated.',

    
'RECIPIENT'                            => 'Recipient',
    
'RECIPIENTS'                        => 'Recipients',
    
'REGISTRATION'                        => 'Registration',
    
'RELEASE_MESSAGES'                    => '%sRelease all on-hold messages%s¡¦ they will be re-sorted into the appropriate folder if enough space is made available.',
    
'REMOVE_ADDRESS'                    => 'Remove address',
    
'REMOVE_SELECTED_BOOKMARKS'            => 'Remove selected bookmarks',
    
'REMOVE_SELECTED_BOOKMARKS_CONFIRM'    => 'Are you sure you want to delete all selected bookmarks?',
    
'REMOVE_BOOKMARK_MARKED'            => 'Remove marked bookmarks',
    
'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',
    
'RESIGN_SELECTED'                    => 'Resign selected',
    
'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.',
    
'RULE_NOT_DEFINED'                    => 'Rule not correctly specified.',
    
'RULE_REMOVED_MESSAGE'                => 'One private message had been removed due to private message filters.',
    
'RULE_REMOVED_MESSAGES'                => '%d private messages were removed due to private message filters.',

    
'SAME_PASSWORD_ERROR'        => 'The new password you entered is the same as your current password.',
    
'SEARCH_YOUR_POSTS'            => 'Show your posts',
    
'SEND_PASSWORD'                => 'Send password',
    
'SENT_AT'                    => 'Sent at',
    
'SHOW_EMAIL'                => 'Users can contact me by e-mail',
    
'SIGNATURE_EXPLAIN'            => 'This is a block of text that can be added to posts you make. There is a %d character limit.',
    
'SIGNATURE_PREVIEW'            => 'Your signature will appear like this in posts',
    
'SIGNATURE_TOO_LONG'        => 'Your signature is too long.',
    
'SORT'                        => 'Sort',
    
'SORT_COMMENT'                => 'File comment',
    
'SORT_DOWNLOADS'            => 'Downloads',
    
'SORT_EXTENSION'            => 'Extension',
    
'SORT_FILENAME'                => 'Filename',
    
'SORT_POST_TIME'            => 'Post time',
    
'SORT_SIZE'                    => 'File size',

    
'TIMEZONE'                    => 'Timezone',
    
'TO'                        => 'To',
    
'TOO_MANY_RECIPIENTS'        => 'Too many recipients.',
    
'TOO_MANY_REGISTERS'        => 'You have exceeded the maximum number of registration attempts for this session. Please try again later.',

    
'UCP'                        => 'User Control Panel',
    
'UCP_ACTIVATE'                => 'Activate account',
    
'UCP_ADMIN_ACTIVATE'        => 'Please note that you will need to enter a valid e-mail address before your account is activated. The administrator will review your account and if approved you will receive an e-mail at the address you specified.',
    
'UCP_AIM'                    => 'AOL Instant Messenger',
    
'UCP_ATTACHMENTS'            => 'Attachments',
    
'UCP_COPPA_BEFORE'            => 'Before %s',
    
'UCP_COPPA_ON_AFTER'        => 'On or after %s',
    
'UCP_EMAIL_ACTIVATE'        => 'Please note that you will need to enter a valid e-mail address before your account is activated. You will receive an e-mail at the address you provide that contains an account activation link.',
    
'UCP_ICQ'                    => 'ICQ number',
    
'UCP_JABBER'                => 'Jabber address',

    
'UCP_MAIN'                    => 'Overview',
    
'UCP_MAIN_ATTACHMENTS'        => 'Manage attachments',
    
'UCP_MAIN_BOOKMARKS'        => 'Manage bookmarks',
    
'UCP_MAIN_DRAFTS'            => 'Manage drafts',
    
'UCP_MAIN_FRONT'            => 'Front page',
    
'UCP_MAIN_SUBSCRIBED'        => 'Manage subscriptions',

    
'UCP_MSNM'                    => 'MSN Messenger',
    
'UCP_NO_ATTACHMENTS'        => 'You have posted no files.',

    
'UCP_PREFS'                    => 'Board preferences',
    
'UCP_PREFS_PERSONAL'        => 'Edit global settings',
    
'UCP_PREFS_POST'            => 'Edit posting defaults',
    
'UCP_PREFS_VIEW'            => 'Edit display options',
    
    
'UCP_PM'                    => 'Private messages',
    
'UCP_PM_COMPOSE'            => 'Compose message',
    
'UCP_PM_DRAFTS'                => 'Manage PM drafts',
    
'UCP_PM_OPTIONS'            => 'Rules, folders &amp; settings',
    
'UCP_PM_POPUP'                => 'Private messages',
    
'UCP_PM_POPUP_TITLE'        => 'Private message popup',
    
'UCP_PM_UNREAD'                => 'Unread messages',
    
'UCP_PM_VIEW'                => 'View messages',

    
'UCP_PROFILE'                => 'Profile',
    
'UCP_PROFILE_AVATAR'        => 'Edit avatar',
    
'UCP_PROFILE_PROFILE_INFO'    => 'Edit profile',
    
'UCP_PROFILE_REG_DETAILS'    => 'Edit account settings',
    
'UCP_PROFILE_SIGNATURE'        => 'Edit signature',

    
'UCP_USERGROUPS'            => 'Usergroups',
    
'UCP_USERGROUPS_MEMBER'        => 'Edit memberships',
    
'UCP_USERGROUPS_MANAGE'        => 'Manage groups',

    
'UCP_REGISTER_DISABLE'            => 'Creating a new account is currently not possible.',
    
'UCP_REMIND'                    => 'Send password',
    
'UCP_RESEND'                    => 'Send activation e-mail',
    
'UCP_WELCOME'                    => 'Welcome to the User Control Panel. From here you can monitor, view and update your profile, preferences, subscribed forums and topics. You can also send messages to other users (if permitted). Please ensure you read any announcements before continuing.',
    
'UCP_YIM'                        => 'Yahoo Messenger',
    
'UCP_ZEBRA'                        => 'Friends &amp; Foes',
    
'UCP_ZEBRA_FOES'                => 'Manage foes',
    
'UCP_ZEBRA_FRIENDS'                => 'Manage friends',
    
'UNKNOWN_FOLDER'                => 'Unknown folder',
    
'UNWATCH_MARKED'                => 'Unwatch marked',
    
'UPLOAD_AVATAR_FILE'            => 'Upload from your machine',
    
'UPLOAD_AVATAR_URL'                => 'Upload from a URL',
    
'UPLOAD_AVATAR_URL_EXPLAIN'        => 'Enter the URL of the location containing the image. The image will be copied to this site.',
    
'USERNAME_ALPHA_ONLY_EXPLAIN'    => 'Username must be between %1$d and %2$d chars long and use only alphanumeric characters.',
    
'USERNAME_ALPHA_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use alphanumeric, space or -+_[] characters.',
    
'USERNAME_ASCII_EXPLAIN'        => 'Username must be between %1$d and %2$d chars long and use only ASCII characters, so no special symbols.',
    
'USERNAME_LETTER_NUM_EXPLAIN'    => 'Username must be between %1$d and %2$d chars long and use only letter or number characters.',
    
'USERNAME_LETTER_NUM_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use letter, number, space or -+_[] characters.',
    
'USERNAME_CHARS_ANY_EXPLAIN'    => 'Length must be between %1$d and %2$d characters.',
    
'USERNAME_TAKEN_USERNAME'        => 'The username you entered is already in use, please select an alternative.',
    
'USERNAME_DISALLOWED_USERNAME'    => 'The username you entered has been disallowed or contains a disallowed word. Please choose a different name.',
    
'USER_NOT_FOUND_OR_INACTIVE'    => 'The usernames you specified could either not be found or are not activated users.',

    
'VIEW_AVATARS'                => 'Display avatars',
    
'VIEW_EDIT'                    => 'View/Edit',
    
'VIEW_FLASH'                => 'Display Flash animations',
    
'VIEW_IMAGES'                => 'Display images within posts',
    
'VIEW_NEXT_HISTORY'            => 'Next PM in history',
    
'VIEW_NEXT_PM'                => 'Next PM',
    
'VIEW_PM'                    => 'View message',
    
'VIEW_PM_INFO'                => 'Message details',
    
'VIEW_PM_MESSAGE'            => '1 message',
    
'VIEW_PM_MESSAGES'            => '%d messages',
    
'VIEW_PREVIOUS_HISTORY'        => 'Previous PM in history',
    
'VIEW_PREVIOUS_PM'            => 'Previous PM',
    
'VIEW_SIGS'                    => 'Display signatures',
    
'VIEW_SMILIES'                => 'Display smilies as images',
    
'VIEW_TOPICS_DAYS'            => 'Display topics from previous days',
    
'VIEW_TOPICS_DIR'            => 'Display topic order direction',
    
'VIEW_TOPICS_KEY'            => 'Display topics ordering by',
    
'VIEW_POSTS_DAYS'            => 'Display posts from previous days',
    
'VIEW_POSTS_DIR'            => 'Display post order direction',
    
'VIEW_POSTS_KEY'            => 'Display posts ordering by',

    
'WATCHED_EXPLAIN'            => 'Below is a list of forums and topics you are subscribed to. You will be notified of new posts in either. To unsubscribe mark the forum or topic and then press the <em>Unwatch marked</em> button.',
    
'WATCHED_FORUMS'            => 'Watched forums',
    
'WATCHED_TOPICS'            => 'Watched topics',
    
'WRONG_ACTIVATION'            => 'The activation key you supplied does not match any in the database.',

    
'YOUR_DETAILS'                => 'Your activity',
    
'YOUR_FOES'                    => 'Your foes',
    
'YOUR_FOES_EXPLAIN'            => 'To remove usernames select them and click submit.',
    
'YOUR_FRIENDS'                => 'Your friends',
    
'YOUR_FRIENDS_EXPLAIN'        => 'To remove usernames select them and click submit.',
    
'YOUR_WARNINGS'                => 'Your warning level',

    
'PM_ACTION' => array(
        
'PLACE_INTO_FOLDER'    => 'Place into folder',
        
'MARK_AS_READ'        => 'Mark as read',
        
'MARK_AS_IMPORTANT'    => 'Mark message',
        
'DELETE_MESSAGE'    => 'Delete message'
    
),
    
'PM_CHECK' => array(
        
'SUBJECT'    => 'Subject',
        
'SENDER'    => 'Sender',
        
'MESSAGE'    => 'Message',
        
'STATUS'    => 'Message status',
        
'TO'        => 'Sent To'
    
),
    
'PM_RULE' => array(
        
'IS_LIKE'        => 'is like',
        
'IS_NOT_LIKE'    => 'is not like',
        
'IS'            => 'is',
        
'IS_NOT'        => 'is not',
        
'BEGINS_WITH'    => 'begins with',
        
'ENDS_WITH'        => 'ends with',
        
'IS_FRIEND'        => 'is friend',
        
'IS_FOE'        => 'is foe',
        
'IS_USER'        => 'is user',
        
'IS_GROUP'        => 'is in usergroup',
        
'ANSWERED'        => 'answered',
        
'FORWARDED'        => 'forwarded',
        
'TO_GROUP'        => 'to my default usergroup',
        
'TO_ME'            => 'to me'
    
),


    
'GROUPS_EXPLAIN'    => 'Usergroups enable board admins to better administer users. By default you will be placed in a specific group, this is your default group. This group defines how you may appear to other users, for example your username colouration, avatar, rank, etc. Depending on whether the administrator allows it you may be allowed to change your default group. You may also be placed in or allowed to join other groups. Some groups may give you additional permissions to view content or increase your capabilities in other areas.',
    
'GROUP_LEADER'        => 'Leaderships',
    
'GROUP_MEMBER'        => 'Memberships',
    
'GROUP_PENDING'        => 'Pending memberships',
    
'GROUP_NONMEMBER'    => 'Non-memberships',
    
'GROUP_DETAILS'        => 'Group details',

    
'NO_LEADER'        => 'No group leaderships',
    
'NO_MEMBER'        => 'No group memberships',
    
'NO_PENDING'    => 'No pending memberships',
    
'NO_NONMEMBER'    => 'No non-member groups',
));

?>



sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-05-20 08:13:37
Processing time 0.0055 sec