Initial work on email internalization.
This commit is contained in:
parent
8fbd948e77
commit
fea8c9ad1b
|
@ -0,0 +1,15 @@
|
|||
<title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
||||
<tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
|
||||
<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,19 @@
|
|||
<title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
||||
<tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
|
||||
</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>
|
||||
Username: <b>[[[ACCOUNTNAME]]]</b><br />
|
||||
Password: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br />
|
||||
[[[USERNAME]]]
|
||||
<br />
|
||||
</div>
|
|
@ -0,0 +1,12 @@
|
|||
<title>[[[SERVERNAME]]] - Account Login</title>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
||||
<tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Your login token is: [[[TOKEN]]]</p>
|
||||
<p>This token can only be used once and is valid for 5 minutes.</p>
|
||||
</div>
|
|
@ -0,0 +1,15 @@
|
|||
<title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
||||
<tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div>
|
|
@ -0,0 +1,42 @@
|
|||
<title>[[[SERVERNAME]]] - Invitation</title>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
||||
<tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br />
|
||||
<pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
</p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]]-確認</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>[[[USERNAME]]]様 <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">ここをクリックして、電子メールアドレスを確認してください。</a>
|
||||
</p>
|
||||
このリクエストを開始していない場合は、このメールを無視してください。
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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 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></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Uživatelské jméno: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Heslo: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Benutzername: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Passwort: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Usuario: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Contraseña: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Nom d'utilisateur: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Mot de passe: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
उपयोगकर्ता नाम: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
कुंजिका: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]]-アカウントの招待</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>サーバー上にアカウントが作成されました <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:</p>
|
||||
<p>
|
||||
ユーザー名: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
パスワード: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
宜しくお願いします、
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
사용자 이름: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
암호: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Gebruikersnaam: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Wachtwoord: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Nome de usuário: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Senha: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
Имя пользователя: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
Пароль: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
用戶名: <b>[[[ACCOUNTNAME]]]</b><br>
|
||||
密碼: <b>[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Best regards,
|
||||
<br>
|
||||
[[[USERNAME]]]
|
||||
<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]]-アカウントログイン</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>ログイントークンは次のとおりです:[[[TOKEN]]]</p>
|
||||
<p>このトークンは1回だけ使用でき、5分間有効です。</p>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,12 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Login</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</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>
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]]-確認</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>[[[USERNAME]]]様 <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> がアカウントパスワードのリセットを要求している場合は、次のリンクをクリックしてプロセスを完了します。</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">ここをクリックしてアカウントのパスワードをリセットしてください。</a>
|
||||
</p>
|
||||
このリクエストを開始していない場合は、このメールを無視してください。
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,15 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
|
||||
</p>
|
||||
If you did not initiate this request, please ignore this mail.
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]]-エージェントのインストール</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
[[[NAME]]]様
|
||||
</p>
|
||||
</area-name>
|
||||
<p>サーバー上のユーザー[[[USERNAME]]] <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> リモートコントロールセッションを開始するソフトウェアをインストールするように要求しています。</p>
|
||||
<area-msg>
|
||||
<p>
|
||||
メッセージ: <b>[[[MSG]]]</b>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Windows用のMeshAgentをダウンロードするには、ここをクリックしてください。</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">ここをクリックして、Apple OSX用のMeshAgentをダウンロードしてください。</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
Linuxの場合は、ターミナルで以下をカットアンドペーストしてエージェントをインストールします。<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
ソフトウェアをインストールするには、 <a href="[[[SERVERURL]]][[[LINKURL]]]">ここをクリック</a> 指示に従ってください。
|
||||
</p>
|
||||
</area-link>
|
||||
<p>このリクエストを開始していない場合は、このメールを無視してください。</p>
|
||||
宜しくお願いします、<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -0,0 +1,42 @@
|
|||
<html><head><title>[[[SERVERNAME]]] - Invitation</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<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]]] - Agent Installation</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Hello [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<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>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
For Linux, cut & paste the following in a terminal to install the agent:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>If you did not initiate this request, please ignore this mail.</p>
|
||||
Best regards,<br>[[[USERNAME]]]<br>
|
||||
</div></body></html>
|
|
@ -3,3 +3,4 @@ CD ..\translate
|
|||
%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js minifyall
|
||||
%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js translateall
|
||||
%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js extractall
|
||||
DEL ..\public\email\translations\*-min_*
|
|
@ -17,6 +17,29 @@ var minifyLib = 2; // 0 = None, 1 = minify-js, 2 = HTMLMinifier
|
|||
var minify = null;
|
||||
|
||||
var meshCentralSourceFiles = [
|
||||
"../views/agentinvite.handlebars",
|
||||
"../views/invite.handlebars",
|
||||
"../views/default.handlebars",
|
||||
"../views/default-mobile.handlebars",
|
||||
"../views/download.handlebars",
|
||||
"../views/error404.handlebars",
|
||||
"../views/error404-mobile.handlebars",
|
||||
"../views/login.handlebars",
|
||||
"../views/login-mobile.handlebars",
|
||||
"../views/terms.handlebars",
|
||||
"../views/terms-mobile.handlebars",
|
||||
"../views/xterm.handlebars",
|
||||
"../views/message.handlebars",
|
||||
"../views/messenger.handlebars",
|
||||
"../views/player.handlebars",
|
||||
"../public/email/account-check.html",
|
||||
"../public/email/account-invite.html",
|
||||
"../public/email/account-login.html",
|
||||
"../public/email/account-reset.html",
|
||||
"../public/email/mesh-invite.html"
|
||||
];
|
||||
|
||||
var minifyMeshCentralSourceFiles = [
|
||||
"../views/agentinvite.handlebars",
|
||||
"../views/invite.handlebars",
|
||||
"../views/default.handlebars",
|
||||
|
@ -248,8 +271,8 @@ function startEx(argv) {
|
|||
}
|
||||
|
||||
if (command == 'minifyall') {
|
||||
for (var i in meshCentralSourceFiles) {
|
||||
var outname = meshCentralSourceFiles[i];
|
||||
for (var i in minifyMeshCentralSourceFiles) {
|
||||
var outname = minifyMeshCentralSourceFiles[i];
|
||||
var outnamemin = null;
|
||||
if (outname.endsWith('.handlebars')) {
|
||||
outnamemin = (outname.substring(0, outname.length - 11) + '-min.handlebars');
|
||||
|
@ -528,9 +551,11 @@ function getStrings(name, node) {
|
|||
var subnode = node.childNodes[i];
|
||||
|
||||
// Check if the "value" attribute exists and needs to be translated
|
||||
var subnodeignore = false;
|
||||
if ((subnode.attributes != null) && (subnode.attributes.length > 0)) {
|
||||
var subnodeignore = false, subnodevalue = null, subnodeplaceholder = null, subnodetitle = null;
|
||||
var subnodevalue = null, subnodeplaceholder = null, subnodetitle = null;
|
||||
for (var j in subnode.attributes) {
|
||||
if ((subnode.attributes[j].name == 'notrans') && (subnode.attributes[j].value == '1')) { subnodeignore = true; }
|
||||
if ((subnode.attributes[j].name == 'type') && (subnode.attributes[j].value == 'hidden')) { subnodeignore = true; }
|
||||
if (subnode.attributes[j].name == 'value') { subnodevalue = subnode.attributes[j].value; }
|
||||
if (subnode.attributes[j].name == 'placeholder') { subnodeplaceholder = subnode.attributes[j].value; }
|
||||
|
@ -553,6 +578,7 @@ function getStrings(name, node) {
|
|||
}
|
||||
}
|
||||
|
||||
if (subnodeignore == false) {
|
||||
// Check the content of the element
|
||||
var subname = subnode.id;
|
||||
if (subname == null || subname == '') { subname = i; }
|
||||
|
@ -573,6 +599,7 @@ function getStrings(name, node) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function getStringFromJavaScript(name, script) {
|
||||
|
@ -664,9 +691,11 @@ function translateStrings(name, node) {
|
|||
var subnode = node.childNodes[i];
|
||||
|
||||
// Check if the "value" attribute exists and needs to be translated
|
||||
var subnodeignore = false;
|
||||
if ((subnode.attributes != null) && (subnode.attributes.length > 0)) {
|
||||
var subnodeignore = false, subnodevalue = null, subnodeindex = null, subnodeplaceholder = null, subnodeplaceholderindex = null, subnodetitle = null, subnodetitleindex = null;
|
||||
var subnodevalue = null, subnodeindex = null, subnodeplaceholder = null, subnodeplaceholderindex = null, subnodetitle = null, subnodetitleindex = null;
|
||||
for (var j in subnode.attributes) {
|
||||
if ((subnode.attributes[j].name == 'notrans') && (subnode.attributes[j].value == '1')) { subnodeignore = true; }
|
||||
if ((subnode.attributes[j].name == 'type') && (subnode.attributes[j].value == 'hidden')) { subnodeignore = true; }
|
||||
if (subnode.attributes[j].name == 'value') { subnodevalue = subnode.attributes[j].value; subnodeindex = j; }
|
||||
if (subnode.attributes[j].name == 'placeholder') { subnodeplaceholder = subnode.attributes[j].value; subnodeplaceholderindex = j; }
|
||||
|
@ -689,6 +718,7 @@ function translateStrings(name, node) {
|
|||
}
|
||||
}
|
||||
|
||||
if (subnodeignore == false) {
|
||||
var subname = subnode.id;
|
||||
if (subname == null || subname == '') { subname = i; }
|
||||
if (subnode.hasChildNodes()) {
|
||||
|
@ -714,6 +744,7 @@ function translateStrings(name, node) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function translateStringsFromJavaScript(name, script) {
|
||||
|
|
|
@ -596,6 +596,13 @@
|
|||
"agentinvite.handlebars->container->column_l->5->wintab64->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": ", you can access it now with:",
|
||||
"ja": "、あなたは今それを使ってそれにアクセスできます:",
|
||||
"xloc": [
|
||||
"account-invite.html->0->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "–",
|
||||
"de": "-",
|
||||
|
@ -1977,6 +1984,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Account is locked",
|
||||
"ja": "アカウントがロックされています",
|
||||
"nl": "Account is uitgeschakeld",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1354",
|
||||
|
@ -2287,6 +2295,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Add Device Permissions",
|
||||
"ja": "デバイス権限を追加",
|
||||
"nl": "Apparaatrechten toevoegen",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1218"
|
||||
|
@ -2416,9 +2425,9 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"en": "Add User",
|
||||
"cs": "Přidat uživatele",
|
||||
"de": "Benutzer hinzufügen",
|
||||
"en": "Add User",
|
||||
"es": "Agregar Usuario",
|
||||
"fr": "Ajouter un utilisateur",
|
||||
"hi": "उपयोगकर्ता जोड़ें",
|
||||
|
@ -2435,6 +2444,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Add User Device Permissions",
|
||||
"ja": "ユーザーデバイスの権限を追加する",
|
||||
"nl": "Gebruikersmachtigingen voor apparaat toevoegen",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1221"
|
||||
|
@ -3165,6 +3175,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Allow users to manage this device.",
|
||||
"ja": "ユーザーにこのデバイスの管理を許可します。",
|
||||
"nl": "Sta gebruikers toe om dit apparaat te beheren.",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1186"
|
||||
|
@ -3272,6 +3283,13 @@
|
|||
"default.handlebars->27->1102"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "An account was created for you on server",
|
||||
"ja": "サーバー上にアカウントが作成されました",
|
||||
"xloc": [
|
||||
"account-invite.html->0->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Android APK",
|
||||
"de": "Android-APK",
|
||||
|
@ -4286,6 +4304,14 @@
|
|||
"default.handlebars->27->851"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Best regards,",
|
||||
"ja": "宜しくお願いします、",
|
||||
"xloc": [
|
||||
"account-invite.html->0",
|
||||
"mesh-invite.html->0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "bosenština",
|
||||
"de": "Bosnisch",
|
||||
|
@ -5070,6 +5096,7 @@
|
|||
{
|
||||
"de": "Vereinfachtes Chinesisch",
|
||||
"en": "Chinese (Simplified)",
|
||||
"ja": "中国語(簡体字)",
|
||||
"nl": "Chinees (Vereenvoudigd)",
|
||||
"pt": "Chinês (simplificado)",
|
||||
"xloc": [
|
||||
|
@ -5241,11 +5268,26 @@
|
|||
},
|
||||
{
|
||||
"en": "Clear this notification",
|
||||
"ja": "この通知をクリア",
|
||||
"nl": "Wis deze melding",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1536"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Click here to download the MeshAgent for Apple OSX.",
|
||||
"ja": "ここをクリックして、Apple OSX用のMeshAgentをダウンロードしてください。",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->11->1->0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Click here to download the MeshAgent for Windows.",
|
||||
"ja": "Windows用のMeshAgentをダウンロードするには、ここをクリックしてください。",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->9->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Pro úpravu toho, jak je zařízení nazýváno na serveru, klikněte sem",
|
||||
"de": "Hier klicken, um den serverseitigen Gerätenamen zu bearbeiten",
|
||||
|
@ -5263,6 +5305,20 @@
|
|||
"default.handlebars->27->442"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Click here to reset your account password.",
|
||||
"ja": "ここをクリックしてアカウントのパスワードをリセットしてください。",
|
||||
"xloc": [
|
||||
"account-reset.html->0->5->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Click here to verify your e-mail address.",
|
||||
"ja": "ここをクリックして、電子メールアドレスを確認してください。",
|
||||
"xloc": [
|
||||
"account-check.html->0->5->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Klikněte na OK a bude vám zaslán ověřovací e-mail na:",
|
||||
"de": "Auf OK klicken, um eine Bestätigungsmail an folgende Adresse zu senden:",
|
||||
|
@ -5611,6 +5667,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Confirm removal of device {0}?",
|
||||
"ja": "デバイス{0}の削除を確認しますか?",
|
||||
"nl": "Bevestig het verwijderen van apparaat {0}?",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1522"
|
||||
|
@ -5986,6 +6043,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Control",
|
||||
"ja": "コントロール",
|
||||
"nl": "Controle",
|
||||
"xloc": [
|
||||
"default.handlebars->27->546",
|
||||
|
@ -6065,6 +6123,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Copy Windows 32bit agent URL to clipboard",
|
||||
"ja": "Windows 32ビットエージェントのURLをクリップボードにコピー",
|
||||
"nl": "Kopieer de Windows 32bit-agent URL naar het klembord",
|
||||
"xloc": [
|
||||
"default.handlebars->27->313"
|
||||
|
@ -6072,6 +6131,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Copy Windows 64bit agent URL to clipboard",
|
||||
"ja": "Windows 64ビットエージェントのURLをクリップボードにコピー",
|
||||
"nl": "Kopieer de Windows 64bit-agent URL naar het klembord",
|
||||
"xloc": [
|
||||
"default.handlebars->27->317"
|
||||
|
@ -7949,6 +8009,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Display public link",
|
||||
"ja": "公開リンクを表示",
|
||||
"nl": "Openbare link weergeven",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1284"
|
||||
|
@ -8677,6 +8738,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Edit Device Permissions",
|
||||
"ja": "デバイスの権限を編集する",
|
||||
"nl": "Bewerk apparaatrechten",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1219"
|
||||
|
@ -8684,6 +8746,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Edit Group",
|
||||
"ja": "グループを編集",
|
||||
"nl": "Bewerk groep",
|
||||
"xloc": [
|
||||
"default.handlebars->27->556"
|
||||
|
@ -8746,6 +8809,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Edit User Device Permissions",
|
||||
"ja": "ユーザーデバイスの権限を編集する",
|
||||
"nl": "Bewerk gebruikersapparaatrechten",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1220"
|
||||
|
@ -8842,6 +8906,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Email Traffic",
|
||||
"ja": "メールトラフィック",
|
||||
"nl": "E-mailverkeer",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1592"
|
||||
|
@ -8867,6 +8932,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Email is not verified",
|
||||
"ja": "メールは検証されていない",
|
||||
"nl": "E-mail is niet geverifieerd",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1350"
|
||||
|
@ -9895,6 +9961,13 @@
|
|||
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "For Linux, cut & paste the following in a terminal to install the agent:",
|
||||
"ja": "Linuxの場合は、ターミナルで以下をカットアンドペーストしてエージェントをインストールします。",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->13->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Vynutit reset hesla při dalším přihlášení.",
|
||||
"de": "Passwort beim nächsten Login zurücksetzen.",
|
||||
|
@ -10231,6 +10304,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Full Rights",
|
||||
"ja": "完全な権利",
|
||||
"nl": "Volledige rechten",
|
||||
"xloc": [
|
||||
"default.handlebars->27->555"
|
||||
|
@ -10882,6 +10956,13 @@
|
|||
"default.handlebars->27->912"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Hello [[[NAME]]],",
|
||||
"ja": "[[[NAME]]]様",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->3->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Pomozte MeshCentral přeložit do svého jazyka",
|
||||
"de": "Hilf bei der Übersetzung von MeshCentral",
|
||||
|
@ -10899,6 +10980,14 @@
|
|||
"default.handlebars->27->1026"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Hi [[[USERNAME]]],",
|
||||
"ja": "[[[USERNAME]]]様",
|
||||
"xloc": [
|
||||
"account-check.html->0->3",
|
||||
"account-reset.html->0->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Hibernuje se",
|
||||
"de": "Ruhezustand",
|
||||
|
@ -11277,6 +11366,15 @@
|
|||
"default.handlebars->27->783"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "If you did not initiate this request, please ignore this mail.",
|
||||
"ja": "このリクエストを開始していない場合は、このメールを無視してください。",
|
||||
"xloc": [
|
||||
"account-check.html->0",
|
||||
"account-reset.html->0",
|
||||
"mesh-invite.html->0->17"
|
||||
]
|
||||
},
|
||||
{
|
||||
"de": "Illegaler Aufruf",
|
||||
"en": "Illegal invocation",
|
||||
|
@ -11320,6 +11418,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Individual Devices",
|
||||
"ja": "個々のデバイス",
|
||||
"nl": "Individuele apparaten",
|
||||
"xloc": [
|
||||
"default-mobile.handlebars->9->96",
|
||||
|
@ -13334,6 +13433,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Limit Events",
|
||||
"ja": "イベントを制限する",
|
||||
"nl": "Beperk gebeurtenissen",
|
||||
"xloc": [
|
||||
"default.handlebars->27->551",
|
||||
|
@ -14466,6 +14566,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Manage Devices",
|
||||
"ja": "デバイスを管理する",
|
||||
"nl": "Beheer apparaten",
|
||||
"xloc": [
|
||||
"default.handlebars->27->558"
|
||||
|
@ -15315,6 +15416,13 @@
|
|||
"default.handlebars->27->1585"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Message:",
|
||||
"ja": "メッセージ:",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->7->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Microsoft™ Windows 32bit",
|
||||
"de": "Microsoft™ Windows 32bit",
|
||||
|
@ -16020,12 +16128,13 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"en": "No AMT",
|
||||
"nl": "Geen AMT",
|
||||
"cs": "Žádné AMT",
|
||||
"de": "Kein AMT",
|
||||
"en": "No AMT",
|
||||
"es": "Sin AMT",
|
||||
"fr": "Pas d'appareil AMT",
|
||||
"ja": "AMTなし",
|
||||
"nl": "Geen AMT",
|
||||
"pt": "Nenhum AMT",
|
||||
"ru": "Нет AMT",
|
||||
"xloc": [
|
||||
|
@ -16053,6 +16162,7 @@
|
|||
},
|
||||
{
|
||||
"en": "No Added Rights",
|
||||
"ja": "追加された権利なし",
|
||||
"nl": "Geen toegevoegde rechten",
|
||||
"xloc": [
|
||||
"default.handlebars->27->554"
|
||||
|
@ -16165,6 +16275,7 @@
|
|||
},
|
||||
{
|
||||
"en": "No Input",
|
||||
"ja": "入力なし",
|
||||
"nl": "Geen input",
|
||||
"xloc": [
|
||||
"default.handlebars->27->540",
|
||||
|
@ -16708,6 +16819,7 @@
|
|||
},
|
||||
{
|
||||
"en": "No users with special device permissions",
|
||||
"ja": "特別なデバイス権限を持つユーザーはいません",
|
||||
"nl": "Geen gebruikers met speciale apparaatrechten",
|
||||
"xloc": [
|
||||
"default.handlebars->27->538"
|
||||
|
@ -17845,6 +17957,7 @@
|
|||
"ru": "Пароль:",
|
||||
"zh-chs": "密碼:",
|
||||
"xloc": [
|
||||
"account-invite.html->0->5",
|
||||
"default-mobile.handlebars->9->42",
|
||||
"default-mobile.handlebars->9->43",
|
||||
"default.handlebars->27->1040",
|
||||
|
@ -19355,6 +19468,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Remove Device",
|
||||
"ja": "デバイスを削除",
|
||||
"nl": "Verwijder apparaat",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1521"
|
||||
|
@ -19483,6 +19597,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Remove this user",
|
||||
"ja": "このユーザーを削除",
|
||||
"nl": "Verwijder deze gebruiker",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1483"
|
||||
|
@ -20653,6 +20768,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Send email to user",
|
||||
"ja": "ユーザーにメールを送信",
|
||||
"nl": "Stuur e-mail naar de gebruiker",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1352"
|
||||
|
@ -22420,6 +22536,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Stop process",
|
||||
"ja": "プロセスを停止",
|
||||
"nl": "Stop proces",
|
||||
"xloc": [
|
||||
"default.handlebars->27->664"
|
||||
|
@ -23227,6 +23344,13 @@
|
|||
"terms.handlebars->container->column_l->75->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "This token can only be used once and is valid for 5 minutes.",
|
||||
"ja": "このトークンは1回だけ使用でき、5分間有効です。",
|
||||
"xloc": [
|
||||
"account-login.html->0->5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Tím se přidá položka do tohoto záznamu událostí na zařízení.",
|
||||
"de": "Dies wird einen Eintrag zum Ereignisprotokoll des Geräts hinzufügen.",
|
||||
|
@ -23443,6 +23567,13 @@
|
|||
"default.handlebars->container->column_l->p1->NoMeshesPanel->1->1->0->3->getStarted1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "To install the software,",
|
||||
"ja": "ソフトウェアをインストールするには、",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->15->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Pro instalaci spusťte následující příkaz s právy správce (root).",
|
||||
"de": "Zum Installieren, kopieren Sie den folgenden Befehl und führen Sie ihn in einem Root-Terminal aus.",
|
||||
|
@ -24885,6 +25016,7 @@
|
|||
},
|
||||
{
|
||||
"en": "User Permissions",
|
||||
"ja": "ユーザー権限",
|
||||
"nl": "Gebruikersrechten"
|
||||
},
|
||||
{
|
||||
|
@ -24942,6 +25074,13 @@
|
|||
"xterm.handlebars->termShellContextMenuLinux->cxtermps"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "User [[[USERNAME]]] on server",
|
||||
"ja": "サーバー上のユーザー[[[USERNAME]]]",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "Převzít z webového prohlížeče",
|
||||
"de": "Browsereinstellung des Benutzers",
|
||||
|
@ -25052,6 +25191,7 @@
|
|||
"ru": "Имя пользователя:",
|
||||
"zh-chs": "用戶名:",
|
||||
"xloc": [
|
||||
"account-invite.html->0->5",
|
||||
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->nuUserRow->1",
|
||||
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->0->loginusername",
|
||||
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->nuUserRow->nuUser",
|
||||
|
@ -25215,6 +25355,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Version incompatible, please upgrade your MeshCentral installation first",
|
||||
"ja": "バージョンに互換性がありません。最初にMeshCentralインストールをアップグレードしてください",
|
||||
"nl": "Versie is niet compatibel, upgrade eerst uw MeshCentral installatie",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1604"
|
||||
|
@ -25274,6 +25415,7 @@
|
|||
},
|
||||
{
|
||||
"en": "View Changelog",
|
||||
"ja": "変更ログを表示",
|
||||
"nl": "Bekijk aanpassingen log",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1607",
|
||||
|
@ -25382,6 +25524,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Wake",
|
||||
"ja": "ウェイク",
|
||||
"nl": "wekken",
|
||||
"xloc": [
|
||||
"default.handlebars->27->549",
|
||||
|
@ -26262,6 +26405,13 @@
|
|||
"default.handlebars->27->107"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "Your login token is: [[[TOKEN]]]",
|
||||
"ja": "ログイントークンは次のとおりです:[[[TOKEN]]]",
|
||||
"xloc": [
|
||||
"account-login.html->0->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "YubiKey™ OTP",
|
||||
"de": "YubiKey™ OTP",
|
||||
|
@ -26348,6 +26498,74 @@
|
|||
"default.handlebars->27->1019"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[ACCOUNTNAME]]]",
|
||||
"ja": "[[[ACCOUNTNAME]]]",
|
||||
"xloc": [
|
||||
"account-invite.html->0->5->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[MSG]]]",
|
||||
"ja": "[[[MSG]]]",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->7->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[PASSWORD]]]",
|
||||
"ja": "[[[PASSWORD]]]",
|
||||
"xloc": [
|
||||
"account-invite.html->0->5->4"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[SERVERNAME]]]",
|
||||
"ja": "[[[SERVERNAME]]]",
|
||||
"xloc": [
|
||||
"account-check.html->0->3->1",
|
||||
"account-invite.html->0->3->1",
|
||||
"account-reset.html->0->3->1",
|
||||
"mesh-invite.html->0->5->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[SERVERNAME]]] - Account Invitation",
|
||||
"ja": "[[[SERVERNAME]]]-アカウントの招待",
|
||||
"xloc": [
|
||||
"account-invite.html->0->1->1->0->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[SERVERNAME]]] - Account Login",
|
||||
"ja": "[[[SERVERNAME]]]-アカウントログイン",
|
||||
"xloc": [
|
||||
"account-login.html->0->1->1->0->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[SERVERNAME]]] - Agent Installation",
|
||||
"ja": "[[[SERVERNAME]]]-エージェントのインストール",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->1->1->0->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[SERVERNAME]]] - Verification",
|
||||
"ja": "[[[SERVERNAME]]]-確認",
|
||||
"xloc": [
|
||||
"account-check.html->0->1->1->0->1->1",
|
||||
"account-reset.html->0->1->1->0->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "[[[USERNAME]]]",
|
||||
"ja": "[[[USERNAME]]]",
|
||||
"xloc": [
|
||||
"account-invite.html->0",
|
||||
"mesh-invite.html->0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "\\\\",
|
||||
"de": "\\\\",
|
||||
|
@ -26418,6 +26636,13 @@
|
|||
"default.handlebars->27->226"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "and follow the instructions.",
|
||||
"ja": "指示に従ってください。",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->15->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "a jeho zdroj může být stažen z",
|
||||
"de": "und seine Quelle kann von heruntergeladen werden",
|
||||
|
@ -26436,6 +26661,13 @@
|
|||
"terms.handlebars->container->column_l->75->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "click here",
|
||||
"ja": "ここをクリック",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->15->1->1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cs": "vytvořením skupiny zařízení a to kliknutím sem",
|
||||
"de": "hier klicken, um eine Gerätegruppe zu erstellen",
|
||||
|
@ -26834,8 +27066,30 @@
|
|||
"default.handlebars->27->401"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "is requesting an account password reset, click on the following link to complete the process.",
|
||||
"ja": "がアカウントパスワードのリセットを要求している場合は、次のリンクをクリックしてプロセスを完了します。",
|
||||
"xloc": [
|
||||
"account-reset.html->0->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "is requesting email verification, click on the following link to complete the process.",
|
||||
"ja": "がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。",
|
||||
"xloc": [
|
||||
"account-check.html->0->3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "is requesting you to install software to start a remote control session.",
|
||||
"ja": "リモートコントロールセッションを開始するソフトウェアをインストールするように要求しています。",
|
||||
"xloc": [
|
||||
"mesh-invite.html->0->5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en": "k max, blank for default",
|
||||
"ja": "k max、デフォルトでは空白",
|
||||
"nl": "k max, blank voor standaard",
|
||||
"xloc": [
|
||||
"default.handlebars->27->1392"
|
||||
|
|
Loading…
Reference in New Issue