mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated Windows Agents, More work on email translations.
This commit is contained in:
parent
6874f639cb
commit
85ff3284d8
167 changed files with 1949 additions and 246 deletions
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",
|
||||
"version": "0.5.1-c",
|
||||
"version": "0.5.1-d",
|
||||
"keywords": [
|
||||
"Remote Management",
|
||||
"Intel AMT",
|
||||
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"homepage": "http://meshcommander.com",
|
||||
"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",
|
||||
"bin": {
|
||||
"meshcentral": "./bin/meshcentral"
|
||||
|
|
6
public/email/account-check.txt
Normal file
6
public/email/account-check.txt
Normal file
|
@ -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>
|
||||
</tr>
|
||||
</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>
|
||||
Username: <b>[[[ACCOUNTNAME]]]</b><br />
|
||||
Password: <b>[[[PASSWORD]]]</b>
|
||||
Username: <b notrans="1">[[[ACCOUNTNAME]]]</b><br />
|
||||
Password: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br />
|
||||
|
|
5
public/email/account-invite.txt
Normal file
5
public/email/account-invite.txt
Normal file
|
@ -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]]]
|
4
public/email/account-login.txt
Normal file
4
public/email/account-login.txt
Normal file
|
@ -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.
|
6
public/email/account-reset.txt
Normal file
6
public/email/account-reset.txt
Normal file
|
@ -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>
|
||||
<area-msg>
|
||||
<p>
|
||||
Message: <b>[[[MSG]]]</b>
|
||||
Message: <b notrans="1">[[[MSG]]]</b>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
|
|
35
public/email/mesh-invite.txt
Normal file
35
public/email/mesh-invite.txt
Normal file
|
@ -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]]]
|
1
public/email/translations/account-check-min_cs.html
Normal file
1
public/email/translations/account-check-min_cs.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_de.html
Normal file
1
public/email/translations/account-check-min_de.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_es.html
Normal file
1
public/email/translations/account-check-min_es.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_fr.html
Normal file
1
public/email/translations/account-check-min_fr.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_hi.html
Normal file
1
public/email/translations/account-check-min_hi.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_ja.html
Normal file
1
public/email/translations/account-check-min_ja.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_ko.html
Normal file
1
public/email/translations/account-check-min_ko.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_nl.html
Normal file
1
public/email/translations/account-check-min_nl.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_pt.html
Normal file
1
public/email/translations/account-check-min_pt.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_ru.html
Normal file
1
public/email/translations/account-check-min_ru.html
Normal file
|
@ -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>
|
1
public/email/translations/account-check-min_zh-chs.html
Normal file
1
public/email/translations/account-check-min_zh-chs.html
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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">
|
||||
<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>
|
||||
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>
|
6
public/email/translations/account-check_cs.txt
Normal file
6
public/email/translations/account-check_cs.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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">
|
||||
<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>
|
||||
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>
|
6
public/email/translations/account-check_de.txt
Normal file
6
public/email/translations/account-check_de.txt
Normal file
|
@ -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.
|
6
public/email/translations/account-check_es.txt
Normal file
6
public/email/translations/account-check_es.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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">
|
||||
<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>
|
||||
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>
|
6
public/email/translations/account-check_fr.txt
Normal file
6
public/email/translations/account-check_fr.txt
Normal file
|
@ -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.
|
6
public/email/translations/account-check_hi.txt
Normal file
6
public/email/translations/account-check_hi.txt
Normal file
|
@ -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.
|
6
public/email/translations/account-check_ja.txt
Normal file
6
public/email/translations/account-check_ja.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
[[[SERVERNAME]]]-メールの確認
|
||||
こんにちは[[[USERNAME]]]、[[[SERVERNAME]]]([[[SERVERURL]]])は電子メールの検証を実行しています。プロセスを完了するには、次のリンクに移動します。
|
||||
~
|
||||
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
|
||||
~
|
||||
このリクエストを開始していない場合は、このメールを無視してください。
|
6
public/email/translations/account-check_ko.txt
Normal file
6
public/email/translations/account-check_ko.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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">
|
||||
<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>
|
||||
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>
|
6
public/email/translations/account-check_nl.txt
Normal file
6
public/email/translations/account-check_nl.txt
Normal file
|
@ -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.
|
6
public/email/translations/account-check_pt.txt
Normal file
6
public/email/translations/account-check_pt.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Нажмите здесь, чтобы подтвердить свой адрес электронной почты.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
Если вы не инициировали этот запрос, игнорируйте это письмо.
|
||||
</div></body></html>
|
6
public/email/translations/account-check_ru.txt
Normal file
6
public/email/translations/account-check_ru.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">单击此处以验证您的电子邮件地址。</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
如果您没有发起此请求,请忽略此邮件。
|
||||
</div></body></html>
|
6
public/email/translations/account-check_zh-chs.txt
Normal file
6
public/email/translations/account-check_zh-chs.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
[[[SERVERNAME]]]-电子邮件验证
|
||||
嗨[[[USERNAME]]],[[[SERVERNAME]]]([[[SERVERURL]]])正在执行电子邮件验证。导航至以下链接以完成该过程:
|
||||
~
|
||||
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]
|
||||
~
|
||||
如果您没有发起此请求,请忽略此邮件。
|
1
public/email/translations/account-invite-min_cs.html
Normal file
1
public/email/translations/account-invite-min_cs.html
Normal file
|
@ -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> Uživatelské jméno: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Heslo: <b notrans=1>[[[PASSWORD]]]</b></p>S pozdravem,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_de.html
Normal file
1
public/email/translations/account-invite-min_de.html
Normal file
|
@ -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> Benutzername: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Passwort: <b notrans=1>[[[PASSWORD]]]</b></p>Freundliche Grüße,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_es.html
Normal file
1
public/email/translations/account-invite-min_es.html
Normal file
|
@ -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> Usuario: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Contraseña: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_fr.html
Normal file
1
public/email/translations/account-invite-min_fr.html
Normal file
|
@ -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> Nom d'utilisateur: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Mot de passe: <b notrans=1>[[[PASSWORD]]]</b></p>Meilleures salutations,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_hi.html
Normal file
1
public/email/translations/account-invite-min_hi.html
Normal file
|
@ -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> उपयोगकर्ता नाम: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> कुंजिका: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_ja.html
Normal file
1
public/email/translations/account-invite-min_ja.html
Normal file
|
@ -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> ユーザー名: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> パスワード: <b notrans=1>[[[PASSWORD]]]</b></p>宜しくお願いします、<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_ko.html
Normal file
1
public/email/translations/account-invite-min_ko.html
Normal file
|
@ -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> 사용자 이름: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> 암호: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_nl.html
Normal file
1
public/email/translations/account-invite-min_nl.html
Normal file
|
@ -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> Gebruikersnaam: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Wachtwoord: <b notrans=1>[[[PASSWORD]]]</b></p>Vriendelijke groeten,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_pt.html
Normal file
1
public/email/translations/account-invite-min_pt.html
Normal file
|
@ -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> Nome de usuário: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Senha: <b notrans=1>[[[PASSWORD]]]</b></p>Best regards,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_ru.html
Normal file
1
public/email/translations/account-invite-min_ru.html
Normal file
|
@ -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> Имя пользователя: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> Пароль: <b notrans=1>[[[PASSWORD]]]</b></p>С уважением,<br>[[[USERNAME]]]<br></div>
|
1
public/email/translations/account-invite-min_zh-chs.html
Normal file
1
public/email/translations/account-invite-min_zh-chs.html
Normal file
|
@ -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> 用戶名: <b notrans=1>[[[ACCOUNTNAME]]]</b><br> 密碼: <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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
Uživatelské jméno: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Heslo: <b>[[[PASSWORD]]]</b>
|
||||
Uživatelské jméno: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Heslo: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
S pozdravem,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_cs.txt
Normal file
5
public/email/translations/account-invite_cs.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
Benutzername: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Passwort: <b>[[[PASSWORD]]]</b>
|
||||
Benutzername: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Passwort: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
Freundliche Grüße,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_de.txt
Normal file
5
public/email/translations/account-invite_de.txt
Normal file
|
@ -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>
|
||||
</tr>
|
||||
</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>
|
||||
Usuario: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Contraseña: <b>[[[PASSWORD]]]</b>
|
||||
Usuario: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Contraseña: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_es.txt
Normal file
5
public/email/translations/account-invite_es.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
Nom d'utilisateur: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Mot de passe: <b>[[[PASSWORD]]]</b>
|
||||
Nom d'utilisateur: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Mot de passe: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
Meilleures salutations,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_fr.txt
Normal file
5
public/email/translations/account-invite_fr.txt
Normal file
|
@ -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>
|
||||
</tr>
|
||||
</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>
|
||||
उपयोगकर्ता नाम: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
कुंजिका: <b>[[[PASSWORD]]]</b>
|
||||
उपयोगकर्ता नाम: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
कुंजिका: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_hi.txt
Normal file
5
public/email/translations/account-invite_hi.txt
Normal file
|
@ -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>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>サーバー上にアカウントが作成されました <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:</p>
|
||||
<p>サーバー上にアカウントが作成されました <a href="[[[SERVERURL]]]" notrans="1">[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:</p>
|
||||
<p>
|
||||
ユーザー名: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
パスワード: <b>[[[PASSWORD]]]</b>
|
||||
ユーザー名: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
パスワード: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
宜しくお願いします、
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_ja.txt
Normal file
5
public/email/translations/account-invite_ja.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
[[[SERVERNAME]]]-アカウントの招待
|
||||
サーバー[[[SERVERNAME]]]([[[SERVERURL]]]/)にアカウントが作成されました。ユーザー名 \"[[[ACCOUNTNAME]]]\" とパスワード \"[[[PASSWORD]]]\"。
|
||||
~
|
||||
宜しくお願いします、
|
||||
~[[[USERNAME]]]
|
|
@ -7,10 +7,10 @@
|
|||
</td>
|
||||
</tr>
|
||||
</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>
|
||||
사용자 이름: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
암호: <b>[[[PASSWORD]]]</b>
|
||||
사용자 이름: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
암호: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_ko.txt
Normal file
5
public/email/translations/account-invite_ko.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
Gebruikersnaam: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Wachtwoord: <b>[[[PASSWORD]]]</b>
|
||||
Gebruikersnaam: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Wachtwoord: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
Vriendelijke groeten,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_nl.txt
Normal file
5
public/email/translations/account-invite_nl.txt
Normal file
|
@ -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>
|
||||
</tr>
|
||||
</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>
|
||||
Nome de usuário: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Senha: <b>[[[PASSWORD]]]</b>
|
||||
Nome de usuário: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Senha: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_pt.txt
Normal file
5
public/email/translations/account-invite_pt.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
Имя пользователя: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Пароль: <b>[[[PASSWORD]]]</b>
|
||||
Имя пользователя: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Пароль: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
С уважением,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_ru.txt
Normal file
5
public/email/translations/account-invite_ru.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
用戶名: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
密碼: <b>[[[PASSWORD]]]</b>
|
||||
用戶名: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
密碼: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
最好的祝福,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
|
|
5
public/email/translations/account-invite_zh-chs.txt
Normal file
5
public/email/translations/account-invite_zh-chs.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
[[[SERVERNAME]]]-帐户邀请
|
||||
已在服务器[[[SERVERNAME]]]([[[SERVERURL]]]/ 上为您创建了一个帐户,您现在可以使用用户名\“ [[[ACCOUNTNAME]]] 和密码 \"[[[PASSWORD]]]\"。
|
||||
~
|
||||
最好的祝福,
|
||||
~[[[USERNAME]]]
|
1
public/email/translations/account-login-min_cs.html
Normal file
1
public/email/translations/account-login-min_cs.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_de.html
Normal file
1
public/email/translations/account-login-min_de.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_es.html
Normal file
1
public/email/translations/account-login-min_es.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_fr.html
Normal file
1
public/email/translations/account-login-min_fr.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_hi.html
Normal file
1
public/email/translations/account-login-min_hi.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_ja.html
Normal file
1
public/email/translations/account-login-min_ja.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_ko.html
Normal file
1
public/email/translations/account-login-min_ko.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_nl.html
Normal file
1
public/email/translations/account-login-min_nl.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_pt.html
Normal file
1
public/email/translations/account-login-min_pt.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_ru.html
Normal file
1
public/email/translations/account-login-min_ru.html
Normal file
|
@ -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>
|
1
public/email/translations/account-login-min_zh-chs.html
Normal file
1
public/email/translations/account-login-min_zh-chs.html
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Your login token is: [[[TOKEN]]]</p>
|
||||
<p>This token can only be used once and is valid for 5 minutes.</p>
|
||||
<p>Váš přihlašovací token je: [[[TOKEN]]]</p>
|
||||
<p>Tento token lze použít pouze jednou a je platný po dobu 5 minut.</p>
|
||||
</div></body></html>
|
4
public/email/translations/account-login_cs.txt
Normal file
4
public/email/translations/account-login_cs.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Your login token is: [[[TOKEN]]]</p>
|
||||
<p>This token can only be used once and is valid for 5 minutes.</p>
|
||||
<p>Ihr Login-Token lautet: [[[TOKEN]]]</p>
|
||||
<p>Dieser Token kann nur einmal verwendet werden und ist 5 Minuten gültig.</p>
|
||||
</div></body></html>
|
4
public/email/translations/account-login_de.txt
Normal file
4
public/email/translations/account-login_de.txt
Normal file
|
@ -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.
|
4
public/email/translations/account-login_es.txt
Normal file
4
public/email/translations/account-login_es.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Your login token is: [[[TOKEN]]]</p>
|
||||
<p>This token can only be used once and is valid for 5 minutes.</p>
|
||||
<p>Votre jeton de connexion est: [[[TOKEN]]]</p>
|
||||
<p>Ce jeton ne peut être utilisé qu'une seule fois et est valide pendant 5 minutes.</p>
|
||||
</div></body></html>
|
4
public/email/translations/account-login_fr.txt
Normal file
4
public/email/translations/account-login_fr.txt
Normal file
|
@ -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.
|
4
public/email/translations/account-login_hi.txt
Normal file
4
public/email/translations/account-login_hi.txt
Normal file
|
@ -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.
|
4
public/email/translations/account-login_ja.txt
Normal file
4
public/email/translations/account-login_ja.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
[[[SERVERNAME]]]-アカウントログイン
|
||||
ログイントークンは次のとおりです:[[[TOKEN]]]
|
||||
~
|
||||
このトークンは1回だけ使用でき、5分間有効です。
|
4
public/email/translations/account-login_ko.txt
Normal file
4
public/email/translations/account-login_ko.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Your login token is: [[[TOKEN]]]</p>
|
||||
<p>This token can only be used once and is valid for 5 minutes.</p>
|
||||
<p>Uw login token is: [[[TOKEN]]]</p>
|
||||
<p>Dit token kan maar één keer worden gebruikt en is 5 minuten geldig.</p>
|
||||
</div></body></html>
|
4
public/email/translations/account-login_nl.txt
Normal file
4
public/email/translations/account-login_nl.txt
Normal file
|
@ -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.
|
4
public/email/translations/account-login_pt.txt
Normal file
4
public/email/translations/account-login_pt.txt
Normal file
|
@ -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">
|
||||
<tbody><tr>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Your login token is: [[[TOKEN]]]</p>
|
||||
<p>This token can only be used once and is valid for 5 minutes.</p>
|
||||
<p>Ваш токен для входа: [[[TOKEN]]]</p>
|
||||
<p>Этот токен может быть использован только один раз и действителен в течение 5 минут.</p>
|
||||
</div></body></html>
|
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