<?php
/**
*
* groups [Greek (????????)]
*
* @package language
* @version $Id: wpm.php,v 1.1 2007-06-24 18:17:10 DualFusion $
* @copyright (c) 2007 DualFusion
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// 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
$lang = array_merge($lang, array(
'WPM_USERNAME' => '????? ??????',
'WPM_USER_ID' => 'ID ??????',
'WPM_USER_IP' => 'IP ??????',
'WPM_USER_EMAIL' => '????????? email ??? ??????',
'WPM_USER_REGDATE' => '?????????? ????????',
'WPM_USER_LANG_EN' => '?????? (????????)',
'WPM_USER_LANG_LOCAL' => '?????? (??????)',
'WPM_USER_TZ' => '???? ????',
'WPM_SITE_NAME' => '????? ???????? ?????????',
'WPM_SITE_DESC' => '????????? ???????? ?????????',
'WPM_BOARD_CONTACT' => '????? ???????? ?????????',
'WPM_BOARD_EMAIL' => '????????? email ??? ???????? ?????????',
'WPM_SENDER' => '????? ?????????',
'WPM_BOARD_SIG' => '???????? ??? ???????? ?????????',
'WPM_TITLE' => '????????? ?????? ?????????????? ???? ????? ???????',
'WPM_TITLE_EXPLAIN' => '??? ????????? ?? ????????????? ??? ??????????????? ????????? ??????. ???? ?? ?????? ?? ????????? ?? ??? ?? ??? ????, ???? ????????? ??? ????? ????.',
'WPM_ENABLE' => '???????????? WPM',
'WPM_ENABLE_EXPLAIN' => '???????? ?? ??????????????/???????????????? ???? ?? mod ??????????? ??????.',
'WPM_NOTIFY' => '??????????',
'WPM_NOTIFY_EXPLAIN' => '????????? ?? ???? ??? ?? ??? ?? ?? ????????? ??? ??? ?? ?? ?????????.',
'WPM_USERNAME_EXPLAIN' => '?? ????? ??? ?????? ??? ?? "???????" ?? ??????.',
'WPM_SUBJECT_EXPLAIN' => '? ?????? ??? ????????? ??? ?? ????????? ?? ?????.',
'WPM_PREDEFINED_VARS' => '??????????????? ??????????',
'WPM_CPF_VARS' => '?????????? ??? ???????? ????? ??????',
'WPM_VAR_NAME' => '????? ',
'WPM_VAR_VAR' => '?????????',
'WPM_VAR_EXAMPLE' => '??????????',
'WPM_ERROR_EMPTY' => '?? ?????`<strong>%s</strong>` ??? ?????? ?? ????? ????',
'WPM_ERROR_USER' => '??????? ????? ?????? `<strong>%s</strong>` ??? ????? ???????? ??????',
'WPM_ERROR_DB' => '??? ???????? ?????? ???? ??? ????????? ??? `<strong>%s</strong>`',
'WPM_UPDATED' => '?? ????????? ??? WPM ??????????',
'WPM_ALREADY_INSTALLED' => '?? WPM ???? ??? ???????????? ??? ???? ?????????!',
'WPM_INSTALLED' => '?? WPM ????????????? ?? ???????? ??? ???? ?????????!',
'ACP_WELCOME_PM' => '?? ?????????????? ???? ????? ???????',
'ACP_WPM_SETTINGS' => '????????? WPM',
'LOG_WPM_SETTINGS_UPDATED' => '<strong>?????????? ?? ????????? ??? WPM</strong>',
));
?>