mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Force email charset and Crowdin language pack update.
This commit is contained in:
parent
3aeb1562dc
commit
d1c9403b94
615 changed files with 2356 additions and 3072 deletions
|
@ -171,7 +171,7 @@ class emailer
|
|||
// We now try and pull a subject from the email body ... if it exists,
|
||||
// do this here because the subject may contain a variable
|
||||
$drop_header = '';
|
||||
$match = array();
|
||||
$match = [];
|
||||
if (preg_match('#^(Subject:(.*?))$#m', $this->msg, $match)) {
|
||||
$this->subject = (trim($match[2]) != '') ? trim($match[2]) : (($this->subject != '') ? $this->subject : 'No Subject');
|
||||
$drop_header .= '[\r\n]*?' . preg_quote($match[1], '#');
|
||||
|
@ -179,12 +179,7 @@ class emailer
|
|||
$this->subject = (($this->subject != '') ? $this->subject : 'No Subject');
|
||||
}
|
||||
|
||||
if (preg_match('#^(Charset:(.*?))$#m', $this->msg, $match)) {
|
||||
$this->encoding = (trim($match[2]) != '') ? trim($match[2]) : trim($bb_cfg['lang'][$userdata['user_lang']]['encoding']);
|
||||
$drop_header .= '[\r\n]*?' . preg_quote($match[1], '#');
|
||||
} else {
|
||||
$this->encoding = trim($bb_cfg['lang'][$userdata['user_lang']]['encoding']);
|
||||
}
|
||||
$this->encoding = trim($bb_cfg['lang'][$userdata['user_lang']]['encoding']);
|
||||
$this->subject = $this->encode($this->subject);
|
||||
|
||||
if ($drop_header != '') {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
Наступны ліст дасланы Вам адміністратарам "{SITENAME}". Калі гэта паведамленне з'яўляецца спамам, утрымлівае абразы або іншыя каментары, якія вы лічыце абразлівым, калі ласка, звяжыцеся з вебмастером савета па наступным адрасе:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
||||
Include this full email (particularly the headers).
|
||||
Ўключыць гэта поўны адрас электроннай пошты (асабліва загалоўкі).
|
||||
|
||||
Message sent to you follows:
|
||||
Паведамленне, адпраўленае вам наступнае:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
{MESSAGE}
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
Subject: Вы былі дададзеныя ў гэтую групу
|
||||
|
||||
Congratulations,
|
||||
Віншуем,
|
||||
|
||||
You have been added to the "{GROUP_NAME}" group on {SITENAME}.
|
||||
This action was done by the group moderator or the site administrator, contact them for more information.
|
||||
Вы былі дададзеныя ў групу "{GROUP_NAME}" на {SITENAME}.
|
||||
Гэта дзеянне было зроблена мадэратарам групы або адміністратарам сайта, звярніцеся да іх за дадатковай інфармацыяй.
|
||||
|
||||
You can view your groups information here:
|
||||
Вы можаце праглядаць інфармацыю групы тут:
|
||||
{U_GROUP}
|
||||
|
||||
{EMAIL_SIG}
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
Subject: Ваш запыт быў ухвалены
|
||||
|
||||
Congratulations,
|
||||
Віншуем,
|
||||
|
||||
Your request to join the "{GROUP_NAME}" group on {SITENAME} has been approved.
|
||||
Click on the following link to see your group membership.
|
||||
Ваш запыт далучыцца да групы "{GROUP_NAME}" на {SITENAME} быў зацверджаны.
|
||||
Націсніце на спасылку, каб убачыць свайго сяброўства ў групе.
|
||||
|
||||
{U_GROUP}
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
Subject: Запыт на ўступленне ў групу быў зроблены
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
Паважаныя {GROUP_MODERATOR},
|
||||
|
||||
A user {USER} has requested to join a group you moderator on {SITENAME}.
|
||||
To approve or deny this request for group membership please visit the following link:
|
||||
Карыстальнік {USER} папрасіў далучыцца да групы вы мадэратар на {SITENAME}.
|
||||
Каб Зацвердзіць або адхіліць гэты запыт на сяброўства ў групе, калі ласка, наведайце наступную спасылку:
|
||||
|
||||
{U_GROUP}
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
Subject: Прыйшло новае асабістае паведамленне і
|
||||
|
||||
Hello {USERNAME},
|
||||
Прывітанне {USERNAME},
|
||||
|
||||
You have received a new private message to your account on "{SITENAME}" and you have requested that you be notified on this event. You can view your new message by clicking on the following link:
|
||||
Вы атрымалі новае асабістае паведамленне на вашым акаўнце на "{SITENAME}" і вас прасілі, што вы быць апавешчаныя аб гэтай падзеі. Вы можаце праглядзець новае паведамленне, перайшоўшы па наступнай спасылцы:
|
||||
|
||||
{U_INBOX}
|
||||
|
||||
Remember that you can always choose not to be notified of new messages by changing the appropriate setting in your profile.
|
||||
Памятаеце, што вы заўсёды можаце выбраць не атрымліваць апавяшчэнні аб новых паведамленнях, змяніўшы адпаведныя наладкі ў вашым профілі.
|
||||
|
||||
{EMAIL_SIG}
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
Charset: UTF-8
|
||||
Прывітанне {TO_USERNAME},
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
Ніжэй прыводзіцца ліст, адпраўлены вам па {FROM_USERNAME} праз свой рахунак на {SITENAME}. Калі гэта паведамленне з'яўляецца спамам, утрымлівае абразы або іншыя каментары, якія вы лічыце абразлівым, калі ласка, звяжыцеся з вебмастером савета па наступным адрасе:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
||||
Include this full email (particularly the headers). Please note that the reply address to this email has been set to that of {FROM_USERNAME}.
|
||||
Ўключыць гэта поўны адрас электроннай пошты (асабліва загалоўкі). Звярніце ўвагу, што адрас, адказу на гэты ліст, было ўстаноўлена, што {FROM_USERNAME}.
|
||||
|
||||
Message sent to you follows
|
||||
Паведамленне, адпраўленае вам варта
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
{MESSAGE}
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
Subject: Тэма Паведамлення Адказ - {TOPIC_TITLE}
|
||||
|
||||
Hello,
|
||||
Добры дзень,
|
||||
|
||||
You are receiving this email because you are watching the topic, "{TOPIC_TITLE}" at {SITENAME}. This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
|
||||
Вы атрымалі гэты ліст, таму што вы глядзіце ў раздзеле "{TOPIC_TITLE}" у {SITENAME}. Гэтая тэма атрымала адказ з Вашага апошняга візіту. Вы можаце выкарыстоўваць наступную спасылку, каб прагледзець зробленыя адказы, больш ніякіх апавяшчэнняў будзе адпраўлена, пакуль вы не наведаеце тэму.
|
||||
|
||||
{U_TOPIC}
|
||||
|
||||
If you no longer wish to watch this topic you can either click the "Stop watching this topic link" found at the bottom of the topic above, or by clicking the following link:
|
||||
Калі Вы больш не жадаеце глядзець у гэтым раздзеле Вы можаце альбо націсніце кнопку "спыніць сачэнне за гэтай тэмай спасылцы" знайшлі на дне гэтай тэме вышэй, або перайшоўшы па наступнай спасылцы:
|
||||
|
||||
{U_STOP_WATCHING_TOPIC}
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
Subject: Актываваць свой рахунак
|
||||
|
||||
Hello {USERNAME},
|
||||
Прывітанне {USERNAME},
|
||||
|
||||
Your account on "{SITENAME}" has been deactivated, most likely due to changes made to your profile. In order to reactivate your account you must click on the link below:
|
||||
Ваш рахунак на "{SITENAME}" была адключаная, хутчэй за ўсё з-за змяненняў, унесеных у ваш профіль. Для таго, каб актываваць свой рахунак, вы павінны націснуць на спасылку ніжэй:
|
||||
|
||||
{U_ACTIVATE}
|
||||
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
Subject: Актывацыі новага пароля
|
||||
|
||||
Hello {USERNAME}
|
||||
Прывітанне {USERNAME}
|
||||
|
||||
You are receiving this email because you have (or someone pretending to be you has) requested a new password be sent for your account on {SITENAME}. If you did not request this email then please ignore it, if you keep receiving it please contact the board administrator.
|
||||
Вы атрымалі гэты ліст, таму што вы (ці хто-то прыкідваецца табой) запытаў новы пароль будзе адпраўлены на Ваш рахунак на {SITENAME}. Калі Вы не запытвалі гэты ліст, то, калі ласка, ігнаруйце яго, калі вы трымаеце яго атрымання, калі ласка, звяжыцеся з адміністратарам канферэнцыі.
|
||||
|
||||
To use the new password you need to activate it. To do this click the link provided below.
|
||||
Каб выкарыстоўваць новы пароль, вы павінны актываваць яго. Для гэтага пстрыкніце па спасылцы, паказанай ніжэй.
|
||||
|
||||
{U_ACTIVATE}
|
||||
|
||||
If sucessful you will be able to login using the following password:
|
||||
Калі паспяхова, вы зможаце ўвайсці ў сістэму, выкарыстоўваючы наступны пароль:
|
||||
|
||||
Password: {PASSWORD}
|
||||
Пароль: {PASSWORD}
|
||||
|
||||
You can of course change this password yourself via the profile page. If you have any difficulties please contact the board administrator.
|
||||
Вы, вядома, можаце змяніць гэты пароль сабе праз старонку профілю. Калі ў вас узніклі цяжкасці, калі ласка, звяжыцеся з адміністратарам канферэнцыі.
|
||||
|
||||
{EMAIL_SIG}
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
Subject: Сардэчна запрашаем у {SITENAME} форумаў
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
Please keep this email for your records. Your account information is as follows:
|
||||
Калі ласка, захавайце гэты ліст для вашых запісаў. Інфармацыя аб Вашай ўліковага запісу наступным чынам:
|
||||
|
||||
----------------------------
|
||||
Username: {USERNAME}
|
||||
Password: {PASSWORD}
|
||||
Імя карыстальніка: {USERNAME}
|
||||
Пароль: {PASSWORD}
|
||||
----------------------------
|
||||
|
||||
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
|
||||
Калі ласка, не забывайце свой пароль, так як ён быў зашыфраваны ў нашай базе дадзеных і мы не можам атрымаць яго для вас. Аднак, калі вы забыліся пароль, вы можаце запытаць новы, які будзе актываваны, сапраўды гэтак жа, як гэты конт.
|
||||
|
||||
Thank you for registering.
|
||||
Дзякуем Вас за рэгістрацыю.
|
||||
|
||||
{EMAIL_SIG}
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
Subject: Сардэчна запрашаем у {SITENAME} форумаў
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
Please keep this email for your records. Your account information is as follows:
|
||||
Калі ласка, захавайце гэты ліст для вашых запісаў. Інфармацыя аб Вашай ўліковага запісу наступным чынам:
|
||||
|
||||
----------------------------
|
||||
Username: {USERNAME}
|
||||
Password: {PASSWORD}
|
||||
Імя карыстальніка: {USERNAME}
|
||||
Пароль: {PASSWORD}
|
||||
----------------------------
|
||||
|
||||
Your account is currently inactive. You cannot use it until you visit the following link:
|
||||
Ваш уліковы запіс у цяперашні час неактыўная. Вы не можаце выкарыстоўваць яго, пакуль вы не наведайце наступную спасылку:
|
||||
|
||||
{U_ACTIVATE}
|
||||
|
||||
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
|
||||
Калі ласка, не забывайце свой пароль, так як ён быў зашыфраваны ў нашай базе дадзеных і мы не можам атрымаць яго для вас. Аднак, калі вы забыліся пароль, вы можаце запытаць новы, які будзе актываваны, сапраўды гэтак жа, як гэты конт.
|
||||
|
||||
Thank you for registering.
|
||||
Дзякуем Вас за рэгістрацыю.
|
||||
|
||||
{EMAIL_SIG}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="infobox-body">
|
||||
<h2 class="bold">Advertising on <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
|
||||
<p>For advertising please contact: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
|
||||
<h2 class="bold">Рэклама на <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
|
||||
<p>Па пытаннях размяшчэння рэкламы звяртайцеся: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
|
||||
</div><!--/infobox-body-->
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
<div id="infobox-body">
|
||||
|
||||
<p><h1>INFORMATION FOR COPYRIGHT HOLDERS</h1></p>
|
||||
<p><h1>ІНФАРМАЦЫЯ ДЛЯ ПРАВАЎЛАДАЛЬНІКАЎ</h1></p>
|
||||
|
||||
<p>If you are the copyright of any material link (or links) which is available on this site, and would not want to spread this information by users without your consent, we will be happy to assist you by removing the appropriate links.</p>
|
||||
<p>Калі вы з'яўляецеся праваўладальнікам якога-небудзь матэрыялу, спасылка (альбо спасылкі) на які размешчана на гэтым сайце, і не хацелі б, каб дадзеная інфармацыя распаўсюджвалася карыстальнікамі без вашага на тое згоды, то мы будзем рады аказаць Вам садзейнічанне, выдаліўшы адпаведныя спасылкі.</p>
|
||||
|
||||
<p>This requires that you have sent us a letter (in electronic form)
|
||||
which indicated to us the following information:</p>
|
||||
<p>Для гэтага неабходна, каб вы даслалі нам ліст (у электронным выглядзе)
|
||||
у якім паказалі нам наступную інфармацыю:</p>
|
||||
|
||||
<p>1. Documentary proof of your rights to material protected by copyright:</p>
|
||||
<p> - scanned document with the seal, or</p>
|
||||
<p> - email from an official e-mail domain of the company owner, or</p>
|
||||
<p> - other contact information that uniquely identifies you as the owner of the material.</p>
|
||||
<p>1. Дакументальнае пацверджанне вашых правоў на матэрыял, абаронены аўтарскім правам:</p>
|
||||
<p> - адсканаваны дакумент з пячаткай, або</p>
|
||||
<p> - email з афіцыйнага паштовага дамена кампаніі праваўладальніка, альбо</p>
|
||||
<p> - іншая кантактная інфармацыя, якая дазваляе адназначна ідэнтыфікаваць вас, як праваўладальніка дадзенага матэрыялу.</p>
|
||||
|
||||
<p>2. The text that you want to place, accompanied by a removable information.</p>
|
||||
<p>2. Тэкст, які Вы жадаеце размясціць у суправаджэнні дадзенай інфармацыі.</p>
|
||||
|
||||
<p>In it you can specify where and under what conditions you can get information, references to which have been removed, as well as your contact information, so that users can get from you all the needed information regarding this material.</p>
|
||||
<p>У ім вы можаце паказаць дзе, і на якіх умовах можна атрымаць інфармацыю, спасылкі на якую былі выдаленыя, а таксама вашу кантактную інфармацыю, каб карыстальнікі маглі атрымаць ад вас ўсю цікавую для іх інфармацыю адносна дадзенага матэрыялу.</p>
|
||||
|
||||
<p>3. Direct links to pages that contain references to data that must be removed.</p>
|
||||
<p>3. Прамыя спасылкі на старонкі сайта, якія ўтрымліваюць спасылкі на дадзеныя, якія павінны быць выдаленыя.</p>
|
||||
|
||||
<p>Links should be view <strong>http://<?php echo $_SERVER['SERVER_NAME']?>/viewtopic.php?t=XXXXX</strong> or something similar.</p>
|
||||
<p>Спасылкі павінны мець выгляд <strong>http://<?PHP Рэха $_SERVER['SERVER_NAME']?>/viewtopic.РНР?т=XXXXX</strong> або што-то падобнае.</p>
|
||||
|
||||
<p>After that in 48 hours, we will remove interesting you links from the site.</p>
|
||||
<p>Пасля гэтага на працягу 48 гадзін, мы выдалім пытанні, якія цікавяць вас спасылкі з сайта.</p>
|
||||
|
||||
<p class="bold">Our email: <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
<p class="bold">Наш email: <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
|
||||
<p>WARNING!</p>
|
||||
<p>Папярэджанне!</p>
|
||||
|
||||
<p>a) We reserve the right to publish on the site of any information sent to us by mail <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
<p>а) мы пакідаем за сабой права публікацыі на сайце любой інфармацыі дасланай нам па пошце <strong><a href="mailto:<?php echo $bb_cfg['abuse_email']; ?>" class="gen"><?php echo $bb_cfg['abuse_email']; ?></a></strong></p>
|
||||
|
||||
<p>b) We have no control over the actions of users who may be re-post links to information, which is the object of your copyright. Any information the forum, place automatically, without any control from any quarter whatsoever, which corresponds to the generally accepted international practice of placing information on the Internet. However, in any case, we consider all your queries regarding the reference to the information that violates your rights.</p>
|
||||
<p>б) мы не ажыццяўляем кантроль за дзеяннямі карыстальнікаў, якія могуць паўторна размяшчаць спасылкі на інфармацыю, якая з'яўляецца аб'ектам вашага аўтарскага права. Любая інфармацыя на форуме, размяшчаецца аўтаматычна, без якога-небудзь кантролю з чыёй-небудзь боку, што адпавядае агульнапрынятай сусветнай практыцы размяшчэння інфармацыі ў сетцы Інтэрнэт. Аднак, мы ў любым выпадку разгледзім усе Вашы запыты адносна спасылак на інфармацыю, парушаючую вашы правы.</p>
|
||||
|
||||
<p>c) According to the Law on Copyright and Related Rights, a reference to any data (information message), by itself, is not subject to copyright law (although it may violate the "Agreement on the use of the website"). Thus, it is not necessary to send letters containing threats or demands, as not having a real reason.</p>
|
||||
<p>C) згодна з Законам аб аўтарскім і сумежным правах, спасылка на любыя дадзеныя (інфармацыйнае паведамленне), сама па сабе, не з'яўляецца аб'ектам аўтарскага права (хоць можа парушаць "Пагадненне аб выкарыстанні сайта"). Такім чынам, не варта дасылаць лісты, якія змяшчаюць пагрозы, альбо патрабаванні, якія не маюць пад сабой рэальных падстаў.</p>
|
||||
|
||||
</div><!--/infobox-body-->
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<div id="infobox-body">
|
||||
<p>File not found</p>
|
||||
<p>Файл не знойдзены</p>
|
||||
</div><!--/infobox-body-->
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<div>
|
||||
<h3>BitTorrent clients</h3>
|
||||
<h3>Кліенты BitTorrent</h3>
|
||||
<ul>
|
||||
<li><a rel="nofollow" href="http://www.utorrent.com/" class="med"><b>uTorrent</b></a></li>
|
||||
<li><a rel="nofollow" href="http://www.bittorrent.com/" class="med"><b>BitTorrent</b></a></li>
|
||||
<li><a rel="nofollow" href="http://www.transmissionbt.com/" class="med"><b>Transmission</b></a></li>
|
||||
<li><a rel="nofollow" href="http://www.utorrent.com/" class="med"><b>уторрент</b></a></li>
|
||||
<li><a rel="nofollow" href="http://www.bittorrent.com/" class="med"><b>Торэнт</b></a></li>
|
||||
<li><a rel="nofollow" href="http://www.transmissionbt.com/" class="med"><b>Перадача</b></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<h3>FAQ</h3>
|
||||
<h3>ЧАВО</h3>
|
||||
<ul class="med">
|
||||
<li><a href="info.php?show=user_agreement" class="med" onclick="window.open(this.href, '', IWP); return false;"><b>Terms of use resource</b></a></li>
|
||||
<li><a href="https://torrentpier.me/threads/faq-dlja-novichkov.260" class="med">FAQ for beginners</a></li>
|
||||
<li><a href="https://torrentpier.me/forums/osnovnye-voprosy-po-torrentpier-ii.10" class="med">Where is ask a question?</a></li>
|
||||
<li><a href="info.php?show=user_agreement" class="med" onclick="window.open(this.href, '', IWP); return false;"><b>Умовамі выкарыстання рэсурсу</b></a></li>
|
||||
<li><a href="https://torrentpier.me/threads/faq-dlja-novichkov.260" class="med">FAQ для пачаткоўцаў</a></li>
|
||||
<li><a href="https://torrentpier.me/forums/osnovnye-voprosy-po-torrentpier-ii.10" class="med">Дзе задаць пытанне?</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<div>
|
||||
<h3>Sidebar 2</h3>
|
||||
To add content into this sidebar, edit the following files:
|
||||
<h3>Ўрэзка 2</h3>
|
||||
Каб дадаць змесціва ў гэтую бакавую панэль, адрэдагуйце наступныя файлы:
|
||||
<br /><br />
|
||||
<ul class="med">
|
||||
<li>library/language/*/html/sidebar2.html</li>
|
||||
<li>style/templates/default/page_footer.tpl</li>
|
||||
<li>бібліятэка/мова/*/html/sidebar2.html</li>
|
||||
<li>стыль/шаблоны/па змаўчанні/page_footer.тпл</li>
|
||||
</ul>
|
||||
<br />
|
||||
To disable this sidebar, set the variable $page_cfg['show_sidebar2'] in file config.php to false.
|
||||
Каб адключыць бакавую панэль, усталюйце зменную $page_cfg['show_sidebar2'] ў файл config.php значэнне false.
|
||||
</div>
|
||||
|
|
|
@ -2,81 +2,81 @@
|
|||
|
||||
<p>
|
||||
|
||||
<p><h1>USER AGREEMENT</h1></p>
|
||||
<p><h1>КАРЫСТАЛЬНІЦКАЕ ПАГАДНЕННЕ</h1></p>
|
||||
|
||||
<p><h3>ABOUT SITE</h3></p>
|
||||
<p><h3>АБ САЙЦЕ</h3></p>
|
||||
|
||||
<p>Internet - resource (website) <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a> (hereinafter - Resource) is an internet site that allows users to share information with each other via bit-torrent, as well as in free form, and provides a means to monitor the integrity of information transmitted (via hash-files).</p>
|
||||
<p>Інтэрнэт - рэсурса (Сайта) <а href="адрас http://<?PHP Рэха ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $bb_cfg['server_name']; ?>"><?PHP Рэха $bb_cfg['sitename']?></a> (у далейшым - рэсурс) з'яўляецца інтэрнэт-сайтам, які дазваляе карыстальнікам абменьвацца адзін з адным інфармацыяй праз біт-торэнт, а таксама ў вольнай форме, і дае сродкі для кантролю цэласнасці інфармацыі, якая перадаецца (з дапамогай хэш-файлаў).</p>
|
||||
|
||||
<ol>
|
||||
|
||||
<li type="1"><h3>ABOUT USER AGREEMENT</h3>
|
||||
<li type="1"><h3>АБ КАРЫСТАЦКІМ ПАГАДНЕННІ</h3>
|
||||
|
||||
<p>This USER AGREEMENT shall enter into force after clicking "I agree" at the bottom and works all the time use of resource users. USER AGREEMENT may be changed by the Administration without any notice. The new version of the UA enters into force after 3 (three) days from the date it is submitted, unless otherwise provided in the new version of the USER AGREEMENT.</p>
|
||||
<p>Дадзенае Пагадненне ўступае ў сілу пасля націску "я згодны" ў ніжняй часткі і працуе ўвесь час выкарыстання карыстальнікі рэсурсу. Карыстацкае пагадненне можа быць зменена Адміністрацыяй без якога-небудзь папярэдняга паведамлення. Новая рэдакцыя ПС ўступае ў сілу па заканчэнні 3 (трох) дзён з моманту яе размяшчэння, калі іншае не прадугледжана новай рэдакцыяй карыстальніцкага пагаднення.</p>
|
||||
|
||||
<li><h3>LIMITATIONS OF LIABILITY</h3>
|
||||
<li><h3>АБМЕЖАВАННІ АДКАЗНАСЦІ</h3>
|
||||
|
||||
<p>The user expressly agrees that uses Resource at your own risk.</p>
|
||||
<p>Карыстальнік прама згаджаецца, што выкарыстоўвае рэсурс на свой уласны рызыка.</p>
|
||||
|
||||
<p>User knows and agrees that deals with Resource materials and data created by third parties and placed them on the Internet on their computers and (or) servers. Content and security of these materials can not be controlled by Resource administration, so the latter is not liable:</p>
|
||||
<p>Карыстальнік ведае і згаджаецца з тым, што датычыцца даведачных матэрыялаў і дадзеных, створаных трэцімі асобамі і размяшчалі іх у сеткі Інтэрнэт на сваіх кампутарах і (або сервера). Змест і бяспеку гэтых матэрыялаў не могуць быць пракантраляваны адміністрацыяй рэсурсу, таму апошняя не нясе адказнасці:</p>
|
||||
<ul>
|
||||
<p>- for the content of the materials obtained by the User from the use of data Resources and their possible inconsistency with applicable laws or offensive;</p>
|
||||
<p>- for the consequences of the application, use or non-use of the information received;</p>
|
||||
<p>- for a possible discrepancy between the results obtained using the Resource User's expectations;</p>
|
||||
<p>- for any damage to hardware or software User resulting from the use of Resource;</p>
|
||||
<p>- for inability to resource use for any reason;</p>
|
||||
<p>- for the consequences that may result from the spread of illegal or unlicensed software and audio-/video products, and other materials or data affecting the rights of third parties.</p>
|
||||
<p>- за змест матэрыялаў, атрыманых карыстальнікам ад выкарыстання дадзеных рэсурсаў і іх магчымае неадпаведнасць дзеючаму заканадаўству або абразлівы характар;</p>
|
||||
<p>- за наступствы прымянення, выкарыстання або невыкарыстання атрыманай інфармацыі;</p>
|
||||
<p> на магчымае неадпаведнасць вынікаў, атрыманых пры выкарыстанні чаканням карыстальніка рэсурсу;</p>
|
||||
<p>- за любыя пашкоджанні абсталявання або праграмнага забеспячэння карыстальніка, якія ўзніклі ў выніку выкарыстання рэсурсу;</p>
|
||||
<p>- для немагчымасці выкарыстання рэсурсаў для якой-небудзь прычыне;</p>
|
||||
<p>- за наступствы, якія можа пацягнуць распаўсюд нелегальнага небудзь неліцэнзійнага праграмнага забеспячэння і аўдыё-/відэапрадукцыі, а таксама іншых матэрыялаў небудзь дадзеных, якія закранаюць правы трэціх асоб.</p>
|
||||
</ul>
|
||||
|
||||
<p>Under no circumstances Resource not be liable to the User or a third party liability for damages, losses or expenses arising in connection with this Resource, its use or inability to use, including loss or lost profits.</p>
|
||||
<p>Ні пры якіх абставінах рэсурс не нясе адказнасці перад карыстальнікам або адказнасці перад трэцімі асобамі за шкоду, страты або выдаткі, якія ўзніклі ў сувязі з гэтым рэсурсам, яго выкарыстаннем ці немагчымасцю выкарыстання, уключаючы ўпушчаную небудзь недаатрыманы прыбытак.</p>
|
||||
|
||||
<p>Resource Administration is under no obligation to ensure the confidentiality of information provided by its Users, while taking all possible measures to this, if there is no agreement to the contrary or the relevant requirements of current legislation.</p>
|
||||
<p>Адміністрацыя рэсурсу не нясе ніякіх абавязацельстваў па забеспячэнню канфідэнцыяльнасці ў дачыненні да інфармацыі, якая прадастаўляецца яго карыстальнікам, хоць прымае ўсе магчымыя меры да гэтага, калі няма дамоўленасці аб адваротным або адпаведных патрабаванняў дзеючага заканадаўства.</p>
|
||||
|
||||
<p>The duties of Resource NOT INCLUDED control legally or illegally transmitted information (any, including, but not limited to, information transmitted between users via bit-torrent, internal transfer information in a variety of links, text or files), the definition of property rights or legitimacy of the transmission or reception using this information.</p>
|
||||
<p>У абавязкі рэсурсу не ўваходзіць кантроль законна ці незаконна якая перадаецца інфармацыі (любы, у тым ліку, але не абмяжоўваючыся, інфармацыяй, якая перадаецца паміж карыстальнікамі праз біт-торэнт, унутранай перадачы інфармацыі ў розных спасылак, тэкстаў або архіваў), вызначэнне правоў уласнасці або законнасці перадачы, прыёму або выкарыстання гэтай інфармацыі.</p>
|
||||
|
||||
<li><h3>RESOURCE USAGE LIMITS BY USER</h3>
|
||||
<li><h3>АБМЕЖАВАННІ НА ВЫКАРЫСТАННЕ РЭСУРСУ КАРЫСТАЛЬНІКАМ</h3>
|
||||
|
||||
<p>When you use this Resource, the USER has no right to, and agrees with this:</p>
|
||||
<p>Пры выкарыстанні дадзенага рэсурсу, карыстальнік не мае права, і згаджаецца з гэтым:</p>
|
||||
<ul>
|
||||
<p>- place hash-files (torrents) data that contain viruses or other malicious computer programs known actions, files or programs designed to interrupt, destroy or limit the functionality of any computer or telecommunications equipment or programs for unauthorized access, as well as serial numbers for commercial software products and programs for their generation, logins, passwords and other means to gain unauthorized access to sites on the Internet, as well as post links to the above information;</p>
|
||||
<p>- place hash-files (torrents) any messages, data, or programs, the use of which infringes any patent, trademark, trade secret, copyright or other proprietary rights and / or copyrights and related rights of third parties;</p>
|
||||
<p>- send e-mail addresses listed on the site, unauthorized mail messages advertising type (junk mail, spam);</p>
|
||||
<p>- copy and use for commercial purposes any information obtained through this resource, violates the rights of others or could cause them direct material or moral damage;</p>
|
||||
<p>- post links to web resources, whose content contradicts the current legislation of the Russian Federation;</p>
|
||||
<p>- impersonate any person or representative of an organization and / or community without sufficient rights, including employees of Administration, for the owner of the Resource.</p>
|
||||
<p>- месца хэш-файлы (торэнты) дадзеных, якія змяшчаюць вірусы ці іншыя шкоднасныя праграмы, дзеянні, файлы або праграмы, прызначаныя для перапынення, знішчэння або абмежавання функцыянальнасці любога камп'ютэрнага або тэлекамунікацыйнага абсталявання або праграм, для ажыццяўлення несанкцыянаванага доступу, а таксама серыйныя нумары да камерцыйным праграмным прадуктам і праграмы для іх генерацыі, лагіны, паролі і іншыя Сродкі для атрымання несанкцыянаванага доступу да платных рэсурсаў у Інтэрнэце, а таксама размяшчаць спасылкі на вышэйпаказаную інфармацыю;</p>
|
||||
<p>- месца хэш-файлы (торэнты) любых Паведамленняў, дадзеных або праграм, выкарыстанне якіх парушае якой-небудзь патэнт, гандлёвую марку, камерцыйную таямніцу, капірайт або іншыя правы уласнасці і / або аўтарскія і сумежныя правы трэціх асоб;</p>
|
||||
<p>- дасылайце адрасы электроннай пошты, названыя на сайце, несанкцыянаваныя паштовыя паведамленні рэкламнага тыпу (непажаданая пошта, спам);</p>
|
||||
<p>- капіяваць і выкарыстоўваць у камерцыйных мэтах любую інфармацыю, атрыманую з дапамогай дадзенага рэсурсу, які парушае правы іншых або маглі прычыніць ім прамы матэрыяльны або маральную шкоду;</p>
|
||||
<p>- размяшчаць спасылкі на рэсурсы сеткі, змест якіх супярэчыць дзеючаму заканадаўству Расійскай Федэрацыі;</p>
|
||||
<p>- выдаваць сябе за іншага чалавека ці прадстаўніка арганізацыі і / або супольнасці без дастатковых на тое правоў, у тым ліку супрацоўнікаў адміністрацыі, за ўладальніка рэсурсу.</p>
|
||||
</ul>
|
||||
|
||||
<li><h3>PERFORMANCE WARRANTY</h3>
|
||||
<li><h3>ГАРАНТЫЯ ПРАДУКЦЫЙНАСЦІ</h3>
|
||||
|
||||
<p>Access to Resource are provided on an «as is» without warranties of any kind, both direct and indirect.</p>
|
||||
<p>Доступ да рэсурсу прадастаўляюцца па прынцыпе «як ёсць» без гарантый любога роду як прамых, так і ўскосных.</p>
|
||||
|
||||
<p>In particular Resource Administration not guarantee functionality as the site and its individual sections, and performance and reliability of links placed on it of its Users.</p>
|
||||
<p>У прыватнасці Адміністрацыя рэсурсу не гарантуе працаздольнасць як сайта і яго асобных частак, так і працаздольнасць і дакладнасць спасылак, размешчаных на ім яго карыстальнікамі.</p>
|
||||
|
||||
<p>Resource is not responsible for any direct or indirect losses occurred due to: the use or inability to use the service; unauthorized access to your communications.</p>
|
||||
<p>Рэсурсу не нясе адказнасці за любыя прамыя або ускосныя страты, якія адбыліся з-за выкарыстання або немагчымасці выкарыстання сэрвісу; несанкцыянаванага доступу да вашых камунікацый.</p>
|
||||
|
||||
<li><h3>RIGHTS OF RESOURCE ADMINISTRATION</h3>
|
||||
<li><h3>ПРАВА АДМІНІСТРАЦЫІ РЭСУРСУ</h3>
|
||||
|
||||
<p>Resource Administration has the right to deny access to resource any User or Group of users without explanation of his actions and notice.</p>
|
||||
<p>Адміністрацыя рэсурсу мае права адмовіць у доступе да рэсурсу любому карыстальніку, або групе карыстальнікаў без тлумачэння прычынаў сваіх дзеянняў і папярэдняга паведамлення.</p>
|
||||
|
||||
<p>Resource Administration may modify or delete any information, hash-files (torrents), graphics, audio, and other data on the submitted by the User from resource without notice and explanation of their actions.</p>
|
||||
<p>Адміністрацыя рэсурсу мае права змяняць або выдаляць інфармацыю, хэш-файлаў (торэнтаў), графічныя, аўдыё і іншыя дадзеныя на прадстаўленых карыстальнікаў ад рэсурсаў без папярэджання і тлумачэння прычын сваіх дзеянняў.</p>
|
||||
|
||||
<li><h3>RESPONSIBILITIES OF THE PARTIES</h3>
|
||||
<li><h3>АДКАЗНАСЦЬ БАКОЎ</h3>
|
||||
|
||||
<p>User agrees that all possible disputes concerning the AGREEMENT ON USE will be settled according to the norms of russian law.</p>
|
||||
<p>Карыстальнік згаджаецца, што ўсе магчымыя спрэчкі па нагоды пагаднення аб выкарыстанні будуць вырашацца па нормах расійскага права.</p>
|
||||
|
||||
<p>User agrees that the rules and laws on consumer protection can not be applied to the use of theim Resource, since it has no paid services.</p>
|
||||
<p>Карыстальнік згаджаецца з тым, што нормы і законы Аб абароне правоў спажыўцоў не могуць быць дастасавальныя да выкарыстання іх рэсурсаў, так як ён не мае платных паслуг.</p>
|
||||
|
||||
<p>Resource does not set user agent relations, partnership relations on joint activity, relations of recruitment, as well as any other relations not expressly described in the AGREEMENT ON USE.</p>
|
||||
<p>Рэсурс не зададзены карыстальнікам агенцкіх адносін, адносін таварыства, адносін па сумеснай дзейнасці, адносін асабістага найму, а таксама якіх-небудзь іншых адносін, якія прама не апісаных у пагадненні па выкарыстанні.</p>
|
||||
|
||||
<p>Inaction by the Resource to event of a breach by User or Group of users USER AGREEMENT does not mean that the Resource is to assist Users or Groups of users in such actions.</p>
|
||||
<p>Бяздзейнасць з боку рэсурсу ў выпадку парушэння Карыстальнікам, альбо групай карыстальнікаў карыстацкага пагаднення не азначае, што рэсурс, каб дапамагчы карыстальнікам або групам карыстальнікаў на такія дзеянні.</p>
|
||||
|
||||
<p>Inaction by the Resource to event of a breach by User or Group of users USER AGREEMENT does not deprive Resource right to take appropriate action to protect its interests later.</p>
|
||||
<p>Бяздзейнасць з боку рэсурсу ў выпадку парушэння Карыстальнікам, альбо групай карыстальнікаў карыстацкага пагаднення не пазбаўляе права рэсурсаў, каб распачаць адпаведныя дзеянні ў абарону сваіх інтарэсаў пазней.</p>
|
||||
|
||||
<li><h3>ACCEPTANCE OF USER AGREEMENT</h3>
|
||||
<li><h3>ПРЫНЯЦЦЕ КАРЫСТАЛЬНІЦКАГА ПАГАДНЕННЯ</h3>
|
||||
|
||||
<p>IF YOU DO NOT AGREE TO ALL OF THE ABOVE TERMS AND CONDITIONS, YOU MAY NOT GO TO RESOURCE AS A WHOLE OR ANY PART OF, EXCEPT PAGE WITH USER AGREEMENT, RECEIVE AND / OR ACCESS THE CONTENTS OF THIS RESOURCE ANY OTHER METHODS AS A WHOLE OR IN ANY PART!</p>
|
||||
<p>КАЛІ ВЫ НЕ ЗГОДНЫЯ З УСІМІ ВЫШЭЙАЗНАЧАНЫМІ ЎМОВАМІ, ВЫ НЕ МОЖАЦЕ ПАЙСЦІ ДА РЭСУРСУ Ў ЦЭЛЫМ АБО ЛЮБУЮ ЯГО ЧАСТКА, АКРАМЯ СТАРОНКІ З КАРЫСТАЦКІМ ПАГАДНЕННЕМ, АТРЫМЛІВАЦЬ І / АБО АТРЫМАЦЬ ДОСТУП ДА ЗМЕСЦІВА ГЭТАГА РЭСУРСУ ЛЮБЫМІ ІНШЫМІ СПОСАБАМІ, ЯК У ЦЭЛЫМ АБО Ў ЛЮБОЙ ЯГО ЧАСТКІ!</p>
|
||||
|
||||
<p>IF YOU DO NOT AGREE WITH THE USER AGREEMENT, YOU MUST IMMEDIATELY LEAVE RESOURCE.</p>
|
||||
<p>КАЛІ ВЫ НЕ ЗГОДНЫЯ З КАРЫСТАЦКІМ ПАГАДНЕННЕМ, ВЫ ПАВІННЫ НЕАДКЛАДНА ПАКІНУЦЬ РЭСУРС.</p>
|
||||
|
||||
</ol>
|
||||
</p>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New Private Message has arrived
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
Hello {TO_USERNAME},
|
||||
|
||||
The following is an email sent to you by {FROM_USERNAME} via your account on {SITENAME}. If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Topic Reply Notification - {TOPIC_TITLE}
|
||||
Charset: UTF-8
|
||||
|
||||
Hello,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Reactivate your account
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: New password activation
|
||||
Charset: UTF-8
|
||||
|
||||
Hello {USERNAME}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Welcome to {SITENAME} Forums
|
||||
Charset: UTF-8
|
||||
|
||||
{WELCOME_MSG}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Charset: UTF-8
|
||||
|
||||
The following is an email sent to you by an administrator of "{SITENAME}". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
|
||||
|
||||
{BOARD_EMAIL}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: You have been added to this usergroup
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: Your request has been approved
|
||||
Charset: UTF-8
|
||||
|
||||
Congratulations,
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Subject: A request to join your group has been made
|
||||
Charset: UTF-8
|
||||
|
||||
Dear {GROUP_MODERATOR},
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue