Topic: PunBB Mods translations to RUSSIAN
Lets share here our translations to Russian of mods and admin plugins.
??????? ??? ??????????? ???? ???????? ????? ? ???????? ?? ???????. ??? ??????????? ??????? ?????? PunBB ????? ????? ????????? ???? ??????.
? ?????
My own translations. I'll begin:
Easy Poll 1.1.3
<?php
/***********************************************************************
Easy Poll 1.1.3
Caleb Champlin (med_mediator@hotmail.com)
Russian translation by ascerb (admin@sibirsky.org)
************************************************************************/
// Language definitions used in viewforum.php
$lang_polls = array(
'Poll' => '?????',
'New poll' => '?????? ????? ?????',
'New poll legend multiselect' => '????????? ?????? (????????????? ?????)',
'New poll legend yesno' => '????????? ?????? (?????????????? ??/??? ?????)',
'New poll legend' => '????????? ??????',
'Multiselect' => '????????????? ?????',
'Yesno' => '?????????????? ??/??? ?????',
'Regular' => '??????? ?????',
'Question' => '??????',
'Option' => '??????? ??????',
'Optional' => '(???????????)',
'Yes' => '"??" (??????/????????/? ?.?.) ????????',
'Null vote' => '?? ???????',
'Poll preview' => '??????????????? ???????? ',
'No' => '"???" (????/??????????/?.?.?.) ????????',
'Create new poll' => '????? ?????',
'Poll select' => '???????? ??? ??????',
'Already voted' => '?? ??? ?????????? ? ???? ??????',
'Vote success' => '??? ????? ?????',
'Empty option' => '? ?????? ???? ?????? ??????? ??????.',
'No options' => '????? ?????? ????????? ???????? ??????.',
'Low options' => '????? ?????? ????????? ??? (??? ?????) ???????? ??????.',
'No question' => '????? ?????? ????????? ??????.',
'Too long question' => '????? ?? ????? ???? ??????? 70 ????????.',
'No yes' => '????? ?????? ????????? ??????? ?????? "??".',
'Too long yes' => '???????? "??" ?? ????? ???? ??????? 35 ????????.',
'No no' => '????? ?????? ????????? ??????? ?????? "???".',
'Too long no' => '???????? "???" ?? ????? ???? ??????? 35 ????????.',
'No message' => '?? ?????? ?????? ?????????.',
'Too long message' => '????????? ?? ????? ???? ??????? 65535 ???????? (64 KB).'
);
Private Messaging System (PMS) 1.2.2
<?php
/***********************************************************************
Private Messaging System (PMS) 1.2.2
Connorhd (connorhd@mypunbb.com)
Russian translation by ascerb (admin@sibirsky.org)
************************************************************************/
// Language definitions used by the Private Message System-mod
$lang_pms = array(
// Common
'Messages' => '?????????',
'Message' => '?????????',
'Save message' => '????????? ?????????',
'Send' => '?????????',
// Messages
'Inbox' => '????????',
'Outbox' => '????????????',
'Box0' => '??????? ? ????????????',
'Box1' => '??????? ?? ????????',
'Action' => '????????',
'Reply' => '????????',
'Delete' => '???????',
'Quote' => '??????????',
'Date' => '????',
'Status' => '????? ?????? ??:',
'Subject' => '????',
'Sender' => '???????????',
'Receiver' => '??????????',
'Private Messages'=> '?????? ?????????',
'New message' => '????? ?????????',
'Multidelete' => '??????? ????????? ?????????',
'Delete messages comply' => '????? ??????? ????????? ??????????',
'Deleted redirect' => '????????? ???????. ?????????????...',
'Read redirect' => '??? ????????? ??????? ??? ???????????. ?????????????...',
'Mark all' => '???????? ??? ????????? ??? ???????????',
// Viewtopic
'PM' => 'PM',
// Profile
'Quick message' => '????????? ?????? ?????????',
'Show smilies' => '???????? ????????',
// Send or delete message
'Send to' => '????',
'Send a message' => '????? ?????? ????????? (New Private Message)',
'Delete message' => '??????? ?????????',
'Del redirect' => '????????? ???????. ?????????????...',
'Sent redirect' => '????????? ??????????. ?????????????...',
// Errors and messages
'No messages' => '??? ?????????',
'New messages' => '???? ????? ?????????',
'No user' => '??? ???????????? ? ????? ?????',
'Full inbox' => '???? ????? "????????" ?????????!',
'Inbox full' => '? ????????????, ???????? ?? ??????????? ?????????, ????? "????????" ?????????, ????????? ?? ??????????!',
'Sent full' => '?? ???? ????????? ????? ????????? ? ???? "????????????". ????? ???????????!"',
'Flood start' => '??????',
'Flood end' => '?????? ?????? ?????? ????? ????????? ???????????? ?????????. ????????? ???????...'
);