Updated Windows Agents, More work on email translations.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-04 14:47:42 -07:00
parent 6874f639cb
commit 85ff3284d8
167 changed files with 1949 additions and 246 deletions
agents
package.json
public/email
account-check.txtaccount-invite.htmlaccount-invite.txtaccount-login.txtaccount-reset.txtmesh-invite.htmlmesh-invite.txt
translations
account-check-min_cs.htmlaccount-check-min_de.htmlaccount-check-min_es.htmlaccount-check-min_fr.htmlaccount-check-min_hi.htmlaccount-check-min_ja.htmlaccount-check-min_ko.htmlaccount-check-min_nl.htmlaccount-check-min_pt.htmlaccount-check-min_ru.htmlaccount-check-min_zh-chs.htmlaccount-check_cs.htmlaccount-check_cs.txtaccount-check_de.htmlaccount-check_de.txtaccount-check_es.txtaccount-check_fr.htmlaccount-check_fr.txtaccount-check_hi.txtaccount-check_ja.txtaccount-check_ko.txtaccount-check_nl.htmlaccount-check_nl.txtaccount-check_pt.txtaccount-check_ru.htmlaccount-check_ru.txtaccount-check_zh-chs.htmlaccount-check_zh-chs.txtaccount-invite-min_cs.htmlaccount-invite-min_de.htmlaccount-invite-min_es.htmlaccount-invite-min_fr.htmlaccount-invite-min_hi.htmlaccount-invite-min_ja.htmlaccount-invite-min_ko.htmlaccount-invite-min_nl.htmlaccount-invite-min_pt.htmlaccount-invite-min_ru.htmlaccount-invite-min_zh-chs.htmlaccount-invite_cs.htmlaccount-invite_cs.txtaccount-invite_de.htmlaccount-invite_de.txtaccount-invite_es.htmlaccount-invite_es.txtaccount-invite_fr.htmlaccount-invite_fr.txtaccount-invite_hi.htmlaccount-invite_hi.txtaccount-invite_ja.htmlaccount-invite_ja.txtaccount-invite_ko.htmlaccount-invite_ko.txtaccount-invite_nl.htmlaccount-invite_nl.txtaccount-invite_pt.htmlaccount-invite_pt.txtaccount-invite_ru.htmlaccount-invite_ru.txtaccount-invite_zh-chs.htmlaccount-invite_zh-chs.txtaccount-login-min_cs.htmlaccount-login-min_de.htmlaccount-login-min_es.htmlaccount-login-min_fr.htmlaccount-login-min_hi.htmlaccount-login-min_ja.htmlaccount-login-min_ko.htmlaccount-login-min_nl.htmlaccount-login-min_pt.htmlaccount-login-min_ru.htmlaccount-login-min_zh-chs.htmlaccount-login_cs.htmlaccount-login_cs.txtaccount-login_de.htmlaccount-login_de.txtaccount-login_es.txtaccount-login_fr.htmlaccount-login_fr.txtaccount-login_hi.txtaccount-login_ja.txtaccount-login_ko.txtaccount-login_nl.htmlaccount-login_nl.txtaccount-login_pt.txtaccount-login_ru.html

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "0.5.1-c", "version": "0.5.1-d",
"keywords": [ "keywords": [
"Remote Management", "Remote Management",
"Intel AMT", "Intel AMT",
@ -9,7 +9,7 @@
], ],
"homepage": "http://meshcommander.com", "homepage": "http://meshcommander.com",
"description": "Web based remote computer management and file server", "description": "Web based remote computer management and file server",
"author": "Ylian Saint-Hilaire <ysainthilaire@hotmail.com>", "author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
"main": "meshcentral.js", "main": "meshcentral.js",
"bin": { "bin": {
"meshcentral": "./bin/meshcentral" "meshcentral": "./bin/meshcentral"

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Email Verification
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is performing an e-mail verification. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
If you did not initiate this request, please ignore this mail.

@ -7,10 +7,10 @@
</td> </td>
</tr> </tr>
</table> </table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>An account was created for you on server <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, you can access it now with:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Username: <b>[[[ACCOUNTNAME]]]</b><br /> &nbsp;&nbsp;&nbsp;Username: <b notrans="1">[[[ACCOUNTNAME]]]</b><br />
&nbsp;&nbsp;&nbsp;Password: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Password: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Best regards,
<br /> <br />

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Account Invitation
An account was created for you on server [[[SERVERNAME]]] ([[[SERVERURL]]]/), you can access it now with username \"[[[ACCOUNTNAME]]]\" and password \"[[[PASSWORD]]]\".
~
Best regards,
~[[[USERNAME]]]

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Account Login
Your login token is: [[[TOKEN]]]
~
This token can only be used once and is valid for 5 minutes.

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Account Reset
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is requesting an account password reset. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
If you did not initiate this request, please ignore this mail.

@ -15,7 +15,7 @@
<p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p> <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
<area-msg> <area-msg>
<p> <p>
Message: <b>[[[MSG]]]</b> Message: <b notrans="1">[[[MSG]]]</b>
</p> </p>
</area-msg> </area-msg>
<area-windows> <area-windows>

@ -0,0 +1,35 @@
[[[SERVERNAME]]] - Invitation
~[[[AREA-NAME]]]
Hello [[[NAME]]],
~[[[/AREA-NAME]]]
User [[[USERNAME]]] on server [[[SERVERNAME]]] ([[[SERVERURL]]]/) is requesting you install software to start the remote control session.
~[[[AREA-MSG]]]
~
Message: [[[MSG]]]
~
~[[[/AREA-MSG]]]
~[[[AREA-WINDOWS]]]
For Windows, nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]
~
~[[[/AREA-WINDOWS]]]
~[[[AREA-OSX]]]
For Apple OSX, nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]
~
~[[[/AREA-OSX]]]
~[[[AREA-LINUX]]]
For Linux, cut & paste the following in a terminal to install the agent:
~
~wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
~
~[[[/AREA-LINUX]]]
~[[[AREA-LINK]]]
To install the software, navigate to [[[SERVERURL]]][[[LINKURL]]] and follow the instructions.
~[[[/AREA-LINK]]]
If you did not initiate this request, please ignore this mail.
~
Best regards,
~[[[USERNAME]]]

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Ověření</b></table><p>Ahoj [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> požaduje ověření e-mailem a dokončete proces kliknutím na následující odkaz.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Kliknutím sem ověřte svou e-mailovou adresu.</a></p>Pokud jste tento požadavek nezačali, ignorujte tento e-mail.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Überprüfung</b></table><p>Hallo [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> Wenn Sie eine E-Mail-Bestätigung anfordern, klicken Sie auf den folgenden Link, um den Vorgang abzuschließen.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Klicken Sie hier, um Ihre E-Mail-Adresse zu bestätigen.</a></p>Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Verification</b></table><p>Hi [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a></p>If you did not initiate this request, please ignore this mail.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Vérification</b></table><p>Bonjour [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> demande une vérification par e-mail, cliquez sur le lien suivant pour terminer le processus.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Cliquez ici pour vérifier votre adresse e-mail.</a></p>Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Verification</b></table><p>Hi [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a></p>If you did not initiate this request, please ignore this mail.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]]-確認</b></table><p>[[[USERNAME]]]様 <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">ここをクリックして、電子メールアドレスを確認してください。</a></p>このリクエストを開始していない場合は、このメールを無視してください。</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Verification</b></table><p>Hi [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a></p>If you did not initiate this request, please ignore this mail.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Verificatie</b></table><p>Hallo [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> vraagt om e-mailverificatie, klik op de volgende link om het proces te voltooien.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Klik hier om uw e-mailadres te verifiëren.</a></p>Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Verification</b></table><p>Hi [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a></p>If you did not initiate this request, please ignore this mail.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Подтверждение</b></table><p>Привет [[[USERNAME]]], <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> запрашивает подтверждение по электронной почте, нажмите на следующую ссылку, чтобы завершить процесс.<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Нажмите здесь, чтобы подтвердить свой адрес электронной почты.</a></p>Если вы не инициировали этот запрос, игнорируйте это письмо.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Email Verification</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]]-验证</b></table><p>[[[USERNAME]],你好, <a href=[[[SERVERURL]]]>[[[SERVERNAME]]]</a> 正在请求电子邮件验证,请单击以下链接以完成该过程。<p style=margin-left:30px><a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">单击此处以验证您的电子邮件地址。</a></p>如果您没有发起此请求,请忽略此邮件。</div>

@ -3,13 +3,13 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Ověření</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p> <p>Ahoj [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> požaduje ověření e-mailem a dokončete proces kliknutím na následující odkaz.</p>
<p style="margin-left:30px"> <p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a> <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Kliknutím sem ověřte svou e-mailovou adresu.</a>
</p> </p>
If you did not initiate this request, please ignore this mail. Pokud jste tento požadavek nezačali, ignorujte tento e-mail.
</div></body></html> </div></body></html>

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Ověření e-mailem
Ahoj [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) provádí ověření e-mailem. Chcete-li proces dokončit, přejděte na následující odkaz:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
Pokud jste tento požadavek nezačali, ignorujte tento e-mail.

@ -3,13 +3,13 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Überprüfung</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p> <p>Hallo [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> Wenn Sie eine E-Mail-Bestätigung anfordern, klicken Sie auf den folgenden Link, um den Vorgang abzuschließen.</p>
<p style="margin-left:30px"> <p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a> <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Klicken Sie hier, um Ihre E-Mail-Adresse zu bestätigen.</a>
</p> </p>
If you did not initiate this request, please ignore this mail. Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.
</div></body></html> </div></body></html>

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - E-Mail-Überprüfung
Hallo [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) führt eine E-Mail-Überprüfung durch. Klicken Sie auf den folgenden Link, um den Vorgang abzuschließen:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Email Verification
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is performing an e-mail verification. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
If you did not initiate this request, please ignore this mail.

@ -3,13 +3,13 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Vérification</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p> <p>Bonjour [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> demande une vérification par e-mail, cliquez sur le lien suivant pour terminer le processus.</p>
<p style="margin-left:30px"> <p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a> <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Cliquez ici pour vérifier votre adresse e-mail.</a>
</p> </p>
If you did not initiate this request, please ignore this mail. Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.
</div></body></html> </div></body></html>

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Vérification des e-mails
Bonjour [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) effectue une vérification par e-mail. Accédez au lien suivant pour terminer le processus:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Email Verification
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is performing an e-mail verification. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
If you did not initiate this request, please ignore this mail.

@ -0,0 +1,6 @@
[[[SERVERNAME]]]-メールの確認
こんにちは[[[USERNAME]]]、[[[SERVERNAME]]][[[SERVERURL]]])は電子メールの検証を実行しています。プロセスを完了するには、次のリンクに移動します。
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
このリクエストを開始していない場合は、このメールを無視してください。

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Email Verification
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is performing an e-mail verification. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
If you did not initiate this request, please ignore this mail.

@ -3,13 +3,13 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verificatie</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p> <p>Hallo [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> vraagt om e-mailverificatie, klik op de volgende link om het proces te voltooien.</p>
<p style="margin-left:30px"> <p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a> <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Klik hier om uw e-mailadres te verifiëren.</a>
</p> </p>
If you did not initiate this request, please ignore this mail. Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.
</div></body></html> </div></body></html>

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Email Verification
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is performing an e-mail verification. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - Email Verification
Hi [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) is performing an e-mail verification. Nagivate to the following link to complete the process:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
If you did not initiate this request, please ignore this mail.

@ -3,13 +3,13 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Подтверждение</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p> <p>Привет [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> запрашивает подтверждение по электронной почте, нажмите на следующую ссылку, чтобы завершить процесс.</p>
<p style="margin-left:30px"> <p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a> <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Нажмите здесь, чтобы подтвердить свой адрес электронной почты.</a>
</p> </p>
If you did not initiate this request, please ignore this mail. Если вы не инициировали этот запрос, игнорируйте это письмо.
</div></body></html> </div></body></html>

@ -0,0 +1,6 @@
[[[SERVERNAME]]] - подтверждение по электронной почте
Здравствуйте, [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]]) выполняет проверку электронной почты. Для завершения процесса перейдите по следующей ссылке:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
Если вы не инициировали этот запрос, игнорируйте это письмо.

@ -3,13 +3,13 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-验证</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p> <p>[[[USERNAME]],你好, <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> 正在请求电子邮件验证,请单击以下链接以完成该过程。</p>
<p style="margin-left:30px"> <p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a> <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">单击此处以验证您的电子邮件地址。</a>
</p> </p>
If you did not initiate this request, please ignore this mail. 如果您没有发起此请求,请忽略此邮件。
</div></body></html> </div></body></html>

@ -0,0 +1,6 @@
[[[SERVERNAME]]]-电子邮件验证
嗨[[[USERNAME]]][[[SERVERNAME]]][[[SERVERURL]]])正在执行电子邮件验证。导航至以下链接以完成该过程:
~
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
~
如果您没有发起此请求,请忽略此邮件。

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Pozvánka na účet</b></table><p>Účet byl pro vás vytvořen na serveru <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, nyní k němu máte přístup:<p>&nbsp;&nbsp;&nbsp;Uživatelské jméno: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Heslo: <b notrans=1>[[[PASSWORD]]]</b></p>S pozdravem,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Kontoeinladung</b></table><p>Auf dem Server wurde ein Konto für Sie erstellt <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>können Sie jetzt darauf zugreifen mit:<p>&nbsp;&nbsp;&nbsp;Benutzername: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Passwort: <b notrans=1>[[[PASSWORD]]]</b></p>Freundliche Grüße,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Invitation</b></table><p>An account was created for you on server <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, you can access it now with:<p>&nbsp;&nbsp;&nbsp;Usuario: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Contraseña: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Invitation au compte</b></table><p>Un compte a été créé pour vous sur le serveur <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, vous pouvez y accéder maintenant avec:<p>&nbsp;&nbsp;&nbsp;Nom d'utilisateur: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Mot de passe: <b notrans=1>[[[PASSWORD]]]</b></p>Meilleures salutations,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Invitation</b></table><p>An account was created for you on server <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, you can access it now with:<p>&nbsp;&nbsp;&nbsp;उपयोगकर्ता नाम: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;कुंजिका: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]]-アカウントの招待</b></table><p>サーバー上にアカウントが作成されました <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:<p>&nbsp;&nbsp;&nbsp;ユーザー名: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;パスワード: <b notrans=1>[[[PASSWORD]]]</b></p>宜しくお願いします、<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Invitation</b></table><p>An account was created for you on server <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, you can access it now with:<p>&nbsp;&nbsp;&nbsp;사용자 이름: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;암호: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account uitnodiging</b></table><p>Er is een account voor je aangemaakt op de server <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, je hebt er nu toegang toe met:<p>&nbsp;&nbsp;&nbsp;Gebruikersnaam: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Wachtwoord: <b notrans=1>[[[PASSWORD]]]</b></p>Vriendelijke groeten,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Invitation</b></table><p>An account was created for you on server <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>, you can access it now with:<p>&nbsp;&nbsp;&nbsp;Nome de usuário: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Senha: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - приглашение в аккаунт</b></table><p>Учетная запись была создана для вас на сервере <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>Вы можете получить к нему доступ сейчас:<p>&nbsp;&nbsp;&nbsp;Имя пользователя: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;Пароль: <b notrans=1>[[[PASSWORD]]]</b></p>С уважением,<br>[[[USERNAME]]]<br></div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Invitation</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]]-帐户邀请</b></table><p>在服务器上为您创建了一个帐户 <a href=[[[SERVERURL]]] notrans=1>[[[SERVERNAME]]]</a>,您现在可以通过以下方式访问它:<p>&nbsp;&nbsp;&nbsp;用戶名: <b notrans=1>[[[ACCOUNTNAME]]]</b><br>&nbsp;&nbsp;&nbsp;密碼: <b notrans=1>[[[PASSWORD]]]</b></p>最好的祝福,<br>[[[USERNAME]]]<br></div>

@ -3,16 +3,16 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Pozvánka na účet</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>Účet byl pro vás vytvořen na serveru <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, nyní k němu máte přístup:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Uživatelské jméno: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Uživatelské jméno: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Heslo: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Heslo: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, S pozdravem,
<br> <br>
[[[USERNAME]]] [[[USERNAME]]]
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Pozvánka na účet
Účet byl pro vás vytvořen na serveru [[[SERVERNAME]]] ([[[SERVERURL]]]/), nyní k němu máte přístup pomocí uživatelského jména \"[[[ACCOUNTNAME]]]\" a hesla \"[[[PASSWORD]]]\".
~
S pozdravem,
~[[[USERNAME]]]

@ -3,16 +3,16 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Kontoeinladung</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>Auf dem Server wurde ein Konto für Sie erstellt <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>können Sie jetzt darauf zugreifen mit:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Benutzername: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Benutzername: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Passwort: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Passwort: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Freundliche Grüße,
<br> <br>
[[[USERNAME]]] [[[USERNAME]]]
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Kontoeinladung
Auf dem Server [[[SERVERNAME]]] ([[[SERVERURL]]]/) wurde ein Konto für Sie erstellt. Sie können jetzt mit dem Benutzernamen \"[[[ACCOUNTNAME]]]\" und dem Passwort \"[[[PASSWORD]]]\".
~
Freundliche Grüße,
~[[[USERNAME]]]

@ -7,10 +7,10 @@
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>An account was created for you on server <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, you can access it now with:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Usuario: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Usuario: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Contraseña: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Contraseña: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Best regards,
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Account Invitation
An account was created for you on server [[[SERVERNAME]]] ([[[SERVERURL]]]/), you can access it now with username \"[[[ACCOUNTNAME]]]\" and password \"[[[PASSWORD]]]\".
~
Best regards,
~[[[USERNAME]]]

@ -3,16 +3,16 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Invitation au compte</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>Un compte a été créé pour vous sur le serveur <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, vous pouvez y accéder maintenant avec:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Nom d'utilisateur: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Nom d'utilisateur: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Mot de passe: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Mot de passe: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Meilleures salutations,
<br> <br>
[[[USERNAME]]] [[[USERNAME]]]
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Invitation au compte
Un compte a été créé pour vous sur le serveur [[[SERVERNAME]]] ([[[SERVERURL]]]/), vous pouvez y accéder maintenant avec le nom d'utilisateur \"[[[ACCOUNTNAME]]]\" et le mot de passe \"[[[PASSWORD]]]\".
~
Meilleures salutations,
~[[[USERNAME]]]

@ -7,10 +7,10 @@
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>An account was created for you on server <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, you can access it now with:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;उपयोगकर्ता नाम: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;उपयोगकर्ता नाम: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;कुंजिका: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;कुंजिका: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Best regards,
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Account Invitation
An account was created for you on server [[[SERVERNAME]]] ([[[SERVERURL]]]/), you can access it now with username \"[[[ACCOUNTNAME]]]\" and password \"[[[PASSWORD]]]\".
~
Best regards,
~[[[USERNAME]]]

@ -7,10 +7,10 @@
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>サーバー上にアカウントが作成されました <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:</p> <p>サーバー上にアカウントが作成されました <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;ユーザー名: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;ユーザー名: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;パスワード: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;パスワード: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
宜しくお願いします、 宜しくお願いします、
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]]-アカウントの招待
サーバー[[[SERVERNAME]]][[[SERVERURL]]]/)にアカウントが作成されました。ユーザー名 \"[[[ACCOUNTNAME]]]\" とパスワード \"[[[PASSWORD]]]\"。
~
宜しくお願いします、
~[[[USERNAME]]]

@ -7,10 +7,10 @@
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>An account was created for you on server <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, you can access it now with:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;사용자 이름: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;사용자 이름: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;암호: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;암호: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Best regards,
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Account Invitation
An account was created for you on server [[[SERVERNAME]]] ([[[SERVERURL]]]/), you can access it now with username \"[[[ACCOUNTNAME]]]\" and password \"[[[PASSWORD]]]\".
~
Best regards,
~[[[USERNAME]]]

@ -3,16 +3,16 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account uitnodiging</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>Er is een account voor je aangemaakt op de server <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, je hebt er nu toegang toe met:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Gebruikersnaam: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Gebruikersnaam: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Wachtwoord: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Wachtwoord: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Vriendelijke groeten,
<br> <br>
[[[USERNAME]]] [[[USERNAME]]]
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Account uitnodiging
An account was created for you on server [[[SERVERNAME]]] ([[[SERVERURL]]]/), you can access it now with username \"[[[ACCOUNTNAME]]]\" and password \"[[[PASSWORD]]]\".
~
Vriendelijke groeten,
~[[[USERNAME]]]

@ -7,10 +7,10 @@
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>An account was created for you on server <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>, you can access it now with:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Nome de usuário: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Nome de usuário: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Senha: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Senha: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, Best regards,
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - Account Invitation
An account was created for you on server [[[SERVERNAME]]] ([[[SERVERURL]]]/), you can access it now with username \"[[[ACCOUNTNAME]]]\" and password \"[[[PASSWORD]]]\".
~
Best regards,
~[[[USERNAME]]]

@ -3,16 +3,16 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - приглашение в аккаунт</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>Учетная запись была создана для вас на сервере <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>Вы можете получить к нему доступ сейчас:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;Имя пользователя: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;Имя пользователя: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;Пароль: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;Пароль: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, С уважением,
<br> <br>
[[[USERNAME]]] [[[USERNAME]]]
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]] - приглашение в аккаунт
Для вас была создана учетная запись на сервере [[[SERVERNAME]]] ([[[SERVERURL]]]/), теперь вы можете получить к ней доступ с помощью имени пользователя \"[[[ACCOUNTNAME]]]\" и пароля \"[[[PASSWORD]]]\".
~
С уважением,
~[[[USERNAME]]]

@ -3,16 +3,16 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-帐户邀请</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p> <p>在服务器上为您创建了一个帐户 <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>,您现在可以通过以下方式访问它:</p>
<p> <p>
&nbsp;&nbsp;&nbsp;用戶名: <b>[[[ACCOUNTNAME]]]</b><br> &nbsp;&nbsp;&nbsp;用戶名: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
&nbsp;&nbsp;&nbsp;密碼: <b>[[[PASSWORD]]]</b> &nbsp;&nbsp;&nbsp;密碼: <b notrans="1">[[[PASSWORD]]]</b>
</p> </p>
Best regards, 最好的祝福,
<br> <br>
[[[USERNAME]]] [[[USERNAME]]]
<br> <br>

@ -0,0 +1,5 @@
[[[SERVERNAME]]]-帐户邀请
已在服务器[[[SERVERNAME]]][[[SERVERURL]]]/ 上为您创建了一个帐户,您现在可以使用用户名\“ [[[ACCOUNTNAME]]] 和密码 \"[[[PASSWORD]]]\"。
~
最好的祝福,
~[[[USERNAME]]]

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Přihlášení k účtu</b></table><p>Váš přihlašovací token je: [[[TOKEN]]]<p>Tento token lze použít pouze jednou a je platný po dobu 5 minut.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Konto-Login</b></table><p>Ihr Login-Token lautet: [[[TOKEN]]]<p>Dieser Token kann nur einmal verwendet werden und ist 5 Minuten gültig.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Login</b></table><p>Your login token is: [[[TOKEN]]]<p>This token can only be used once and is valid for 5 minutes.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Connexion au compte</b></table><p>Votre jeton de connexion est: [[[TOKEN]]]<p>Ce jeton ne peut être utilisé qu'une seule fois et est valide pendant 5 minutes.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Login</b></table><p>Your login token is: [[[TOKEN]]]<p>This token can only be used once and is valid for 5 minutes.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]]-アカウントログイン</b></table><p>ログイントークンは次のとおりです:[[[TOKEN]]]<p>このトークンは1回だけ使用でき、5分間有効です。</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Login</b></table><p>Your login token is: [[[TOKEN]]]<p>This token can only be used once and is valid for 5 minutes.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Inloggen account</b></table><p>Uw login token is: [[[TOKEN]]]<p>Dit token kan maar één keer worden gebruikt en is 5 minuten geldig.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Account Login</b></table><p>Your login token is: [[[TOKEN]]]<p>This token can only be used once and is valid for 5 minutes.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]] - Вход в аккаунт</b></table><p>Ваш токен для входа: [[[TOKEN]]]<p>Этот токен может быть использован только один раз и действителен в течение 5 минут.</div>

@ -0,0 +1 @@
<title>[[[SERVERNAME]]] - Account Login</title><div style=font-family:Arial,Helvetica,sans-serif><table style=background-color:#036;color:#d3d3d3;width:100% cellpadding=8><tr><td><b style=font-size:20px;font-family:Arial,Helvetica,sans-serif>[[[SERVERNAME]]]-帐户登录</b></table><p>您的登录令牌为:[[[TOKEN]]]<p>该令牌只能使用一次有效期为5分钟。</div>

@ -3,10 +3,10 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Přihlášení k účtu</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Your login token is: [[[TOKEN]]]</p> <p>Váš přihlašovací token je: [[[TOKEN]]]</p>
<p>This token can only be used once and is valid for 5 minutes.</p> <p>Tento token lze použít pouze jednou a je platný po dobu 5 minut.</p>
</div></body></html> </div></body></html>

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Přihlášení k účtu
Váš přihlašovací token je: [[[TOKEN]]]
~
Tento token lze použít pouze jednou a je platný po dobu 5 minut.

@ -3,10 +3,10 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Konto-Login</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Your login token is: [[[TOKEN]]]</p> <p>Ihr Login-Token lautet: [[[TOKEN]]]</p>
<p>This token can only be used once and is valid for 5 minutes.</p> <p>Dieser Token kann nur einmal verwendet werden und ist 5 Minuten gültig.</p>
</div></body></html> </div></body></html>

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Konto-Login
Ihr Login-Token lautet: [[[TOKEN]]]
~
Dieser Token kann nur einmal verwendet werden und ist 5 Minuten gültig.

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Account Login
Your login token is: [[[TOKEN]]]
~
This token can only be used once and is valid for 5 minutes.

@ -3,10 +3,10 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Connexion au compte</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Your login token is: [[[TOKEN]]]</p> <p>Votre jeton de connexion est: [[[TOKEN]]]</p>
<p>This token can only be used once and is valid for 5 minutes.</p> <p>Ce jeton ne peut être utilisé qu'une seule fois et est valide pendant 5 minutes.</p>
</div></body></html> </div></body></html>

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Connexion au compte
Votre jeton de connexion est: [[[TOKEN]]]
~
Ce jeton ne peut être utilisé qu'une seule fois et est valide pendant 5 minutes.

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Account Login
Your login token is: [[[TOKEN]]]
~
This token can only be used once and is valid for 5 minutes.

@ -0,0 +1,4 @@
[[[SERVERNAME]]]-アカウントログイン
ログイントークンは次のとおりです:[[[TOKEN]]]
~
このトークンは1回だけ使用でき、5分間有効です。

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Account Login
Your login token is: [[[TOKEN]]]
~
This token can only be used once and is valid for 5 minutes.

@ -3,10 +3,10 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Inloggen account</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Your login token is: [[[TOKEN]]]</p> <p>Uw login token is: [[[TOKEN]]]</p>
<p>This token can only be used once and is valid for 5 minutes.</p> <p>Dit token kan maar één keer worden gebruikt en is 5 minuten geldig.</p>
</div></body></html> </div></body></html>

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Inloggen account
Uw login token is: [[[TOKEN]]]
~
Dit token kan maar één keer worden gebruikt en is 5 minuten geldig.

@ -0,0 +1,4 @@
[[[SERVERNAME]]] - Account Login
Your login token is: [[[TOKEN]]]
~
This token can only be used once and is valid for 5 minutes.

@ -3,10 +3,10 @@
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8"> <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr> <tbody><tr>
<td> <td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b> <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Вход в аккаунт</b>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Your login token is: [[[TOKEN]]]</p> <p>Ваш токен для входа: [[[TOKEN]]]</p>
<p>This token can only be used once and is valid for 5 minutes.</p> <p>Этот токен может быть использован только один раз и действителен в течение 5 минут.</p>
</div></body></html> </div></body></html>

Some files were not shown because too many files have changed in this diff Show More