Initial work on email internalization.

Ylian Saint-Hilaire committed Apr 3, 2020 at 22:35 UTC e13bd198fb9dcbfe75762754ee39c9173b5fed8b
63 files changed +1567 -45
public/email/account-check.html new
+15
@@ -0,0 +1,15 @@
1 +<title>[[[SERVERNAME]]] - Email Verification</title>
2 +<div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
4 + <tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div>
\ No newline at end of file
public/email/account-invite.html new
+19
@@ -0,0 +1,19 @@
1 +<title>[[[SERVERNAME]]] - Account Invitation</title>
2 +<div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
4 + <tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Username: <b>[[[ACCOUNTNAME]]]</b><br />
13 + &nbsp;&nbsp;&nbsp;Password: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br />
17 + [[[USERNAME]]]
18 + <br />
19 +</div>
\ No newline at end of file
public/email/account-login.html new
+12
@@ -0,0 +1,12 @@
1 +<title>[[[SERVERNAME]]] - Account Login</title>
2 +<div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
4 + <tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div>
\ No newline at end of file
public/email/account-reset.html new
+15
@@ -0,0 +1,15 @@
1 +<title>[[[SERVERNAME]]] - Account Reset</title>
2 +<div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
4 + <tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div>
\ No newline at end of file
public/email/mesh-invite.html new
+42
@@ -0,0 +1,42 @@
1 +<title>[[[SERVERNAME]]] - Invitation</title>
2 +<div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
4 + <tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <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>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut & paste the following in a terminal to install the agent:<br />
32 + <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>
33 + </p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div>
\ No newline at end of file
public/email/translations/account-check_cs.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_de.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_es.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_fr.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_hi.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_ja.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-確認</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>[[[USERNAME]]]様 <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">ここをクリックして、電子メールアドレスを確認してください。</a>
13 + </p>
14 + このリクエストを開始していない場合は、このメールを無視してください。
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_ko.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_nl.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_pt.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_ru.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-check_zh-chs.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_cs.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Uživatelské jméno: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Heslo: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_de.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Benutzername: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Passwort: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_es.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Usuario: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Contraseña: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_fr.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Nom d'utilisateur: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Mot de passe: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_hi.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;उपयोगकर्ता नाम: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;कुंजिका: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_ja.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-アカウントの招待</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>サーバー上にアカウントが作成されました <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>、あなたは今それを使ってそれにアクセスできます:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;ユーザー名: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;パスワード: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + 宜しくお願いします、
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_ko.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;사용자 이름: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;암호: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_nl.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Gebruikersnaam: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Wachtwoord: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_pt.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Nome de usuário: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Senha: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_ru.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;Имя пользователя: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;Пароль: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-invite_zh-chs.html new
+19
@@ -0,0 +1,19 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Invitation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>An account was created for you on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a>, you can access it now with:</p>
11 + <p>
12 + &nbsp;&nbsp;&nbsp;用戶名: <b>[[[ACCOUNTNAME]]]</b><br>
13 + &nbsp;&nbsp;&nbsp;密碼: <b>[[[PASSWORD]]]</b>
14 + </p>
15 + Best regards,
16 + <br>
17 + [[[USERNAME]]]
18 + <br>
19 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_cs.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_de.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_es.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_fr.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_hi.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_ja.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-アカウントログイン</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>ログイントークンは次のとおりです:[[[TOKEN]]]</p>
11 + <p>このトークンは1回だけ使用でき、5分間有効です。</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_ko.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_nl.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_pt.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_ru.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-login_zh-chs.html new
+12
@@ -0,0 +1,12 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Login</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Account Login</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Your login token is: [[[TOKEN]]]</p>
11 + <p>This token can only be used once and is valid for 5 minutes.</p>
12 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_cs.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_de.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_es.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_fr.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_hi.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_ja.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-確認</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>[[[USERNAME]]]様 <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> がアカウントパスワードのリセットを要求している場合は、次のリンクをクリックしてプロセスを完了します。</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">ここをクリックしてアカウントのパスワードをリセットしてください。</a>
13 + </p>
14 + このリクエストを開始していない場合は、このメールを無視してください。
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_ko.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_nl.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_pt.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_ru.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/account-reset_zh-chs.html new
+15
@@ -0,0 +1,15 @@
1 +<html><head><title>[[[SERVERNAME]]] - Account Reset</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting an account password reset, click on the following link to complete the process.</p>
11 + <p style="margin-left:30px">
12 + <a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to reset your account password.</a>
13 + </p>
14 + If you did not initiate this request, please ignore this mail.
15 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_cs.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_de.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_es.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_fr.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_hi.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_ja.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-エージェントのインストール</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + [[[NAME]]]様
13 + </p>
14 + </area-name>
15 + <p>サーバー上のユーザー[[[USERNAME]]] <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> リモートコントロールセッションを開始するソフトウェアをインストールするように要求しています。</p>
16 + <area-msg>
17 + <p>
18 + メッセージ: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Windows用のMeshAgentをダウンロードするには、ここをクリックしてください。</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">ここをクリックして、Apple OSX用のMeshAgentをダウンロードしてください。</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + Linuxの場合は、ターミナルで以下をカットアンドペーストしてエージェントをインストールします。<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + ソフトウェアをインストールするには、 <a href="[[[SERVERURL]]][[[LINKURL]]]">ここをクリック</a> 指示に従ってください。
38 + </p>
39 + </area-link>
40 + <p>このリクエストを開始していない場合は、このメールを無視してください。</p>
41 + 宜しくお願いします、<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_ko.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_nl.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_pt.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_ru.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/email/translations/mesh-invite_zh-chs.html new
+42
@@ -0,0 +1,42 @@
1 +<html><head><title>[[[SERVERNAME]]] - Invitation</title>
2 +</head><body><div style="font-family:Arial,Helvetica,sans-serif">
3 + <table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4 + <tbody><tr>
5 + <td>
6 + <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
7 + </td>
8 + </tr>
9 + </tbody></table>
10 + <area-name>
11 + <p>
12 + Hello [[[NAME]]],
13 + </p>
14 + </area-name>
15 + <p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
16 + <area-msg>
17 + <p>
18 + Message: <b>[[[MSG]]]</b>
19 + </p>
20 + </area-msg>
21 + <area-windows>
22 + <p style="margin-left:30px">
23 + <a href="[[[SERVERURL]]]/meshagents?id=3&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
24 + </p>
25 + </area-windows>
26 + <area-osx>
27 + <p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&amp;meshid=[[[MESHIDHEX]]]&amp;tag=mailto:[[[EMAIL]]]&amp;installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
28 + </area-osx>
29 + <area-linux>
30 + <p>
31 + For Linux, cut &amp; paste the following in a terminal to install the agent:<br>
32 + </p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh &amp;&amp; chmod 755 ./meshinstall.sh &amp;&amp; sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
33 + <p></p>
34 + </area-linux>
35 + <area-link>
36 + <p>
37 + To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
38 + </p>
39 + </area-link>
40 + <p>If you did not initiate this request, please ignore this mail.</p>
41 + Best regards,<br>[[[USERNAME]]]<br>
42 +</div></body></html>
\ No newline at end of file
public/translate.bat
+2 -1
@@ -2,4 +2,5 @@
2 CD ..\translate
3 %LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js minifyall
4 %LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js translateall
5 -%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js extractall
\ No newline at end of file
5 +%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js extractall
6 +DEL ..\public\email\translations\*-min_*
\ No newline at end of file
translate/translate.js
+72 -41
@@ -17,6 +17,29 @@ var minifyLib = 2; // 0 = None, 1 = minify-js, 2 = HTMLMinifier
17 var minify = null;
18
19 var meshCentralSourceFiles = [
20 + "../views/agentinvite.handlebars",
21 + "../views/invite.handlebars",
22 + "../views/default.handlebars",
23 + "../views/default-mobile.handlebars",
24 + "../views/download.handlebars",
25 + "../views/error404.handlebars",
26 + "../views/error404-mobile.handlebars",
27 + "../views/login.handlebars",
28 + "../views/login-mobile.handlebars",
29 + "../views/terms.handlebars",
30 + "../views/terms-mobile.handlebars",
31 + "../views/xterm.handlebars",
32 + "../views/message.handlebars",
33 + "../views/messenger.handlebars",
34 + "../views/player.handlebars",
35 + "../public/email/account-check.html",
36 + "../public/email/account-invite.html",
37 + "../public/email/account-login.html",
38 + "../public/email/account-reset.html",
39 + "../public/email/mesh-invite.html"
40 +];
41 +
42 +var minifyMeshCentralSourceFiles = [
43 "../views/agentinvite.handlebars",
44 "../views/invite.handlebars",
45 "../views/default.handlebars",
@@ -248,8 +271,8 @@ function startEx(argv) {
271 }
272
273 if (command == 'minifyall') {
251 - for (var i in meshCentralSourceFiles) {
252 - var outname = meshCentralSourceFiles[i];
274 + for (var i in minifyMeshCentralSourceFiles) {
275 + var outname = minifyMeshCentralSourceFiles[i];
276 var outnamemin = null;
277 if (outname.endsWith('.handlebars')) {
278 outnamemin = (outname.substring(0, outname.length - 11) + '-min.handlebars');
@@ -528,9 +551,11 @@ function getStrings(name, node) {
551 var subnode = node.childNodes[i];
552
553 // Check if the "value" attribute exists and needs to be translated
554 + var subnodeignore = false;
555 if ((subnode.attributes != null) && (subnode.attributes.length > 0)) {
532 - var subnodeignore = false, subnodevalue = null, subnodeplaceholder = null, subnodetitle = null;
556 + var subnodevalue = null, subnodeplaceholder = null, subnodetitle = null;
557 for (var j in subnode.attributes) {
558 + if ((subnode.attributes[j].name == 'notrans') && (subnode.attributes[j].value == '1')) { subnodeignore = true; }
559 if ((subnode.attributes[j].name == 'type') && (subnode.attributes[j].value == 'hidden')) { subnodeignore = true; }
560 if (subnode.attributes[j].name == 'value') { subnodevalue = subnode.attributes[j].value; }
561 if (subnode.attributes[j].name == 'placeholder') { subnodeplaceholder = subnode.attributes[j].value; }
@@ -553,22 +578,24 @@ function getStrings(name, node) {
578 }
579 }
580
556 - // Check the content of the element
557 - var subname = subnode.id;
558 - if (subname == null || subname == '') { subname = i; }
559 - if (subnode.hasChildNodes()) {
560 - getStrings(name + '->' + subname, subnode);
561 - } else {
562 - if (subnode.nodeValue == null) continue;
563 - var nodeValue = subnode.nodeValue.trim().split('\\r').join('').split('\\n').join('').trim();
564 - if ((nodeValue.length > 0) && (subnode.nodeType == 3)) {
565 - if ((node.tagName != 'SCRIPT') && (node.tagName != 'STYLE') && (nodeValue.length < 8000) && (nodeValue.startsWith('{{{') == false) && (nodeValue != ' ')) {
566 - if (performCheck) { log(' "' + nodeValue + '"'); }
567 - // Add a new string to the list
568 - if (sourceStrings[nodeValue] == null) { sourceStrings[nodeValue] = { en: nodeValue, xloc: [name] }; } else { if (sourceStrings[nodeValue].xloc == null) { sourceStrings[nodeValue].xloc = []; } sourceStrings[nodeValue].xloc.push(name); }
569 - } else if (node.tagName == 'SCRIPT') {
570 - // Parse JavaScript
571 - getStringFromJavaScript(name, subnode.nodeValue);
581 + if (subnodeignore == false) {
582 + // Check the content of the element
583 + var subname = subnode.id;
584 + if (subname == null || subname == '') { subname = i; }
585 + if (subnode.hasChildNodes()) {
586 + getStrings(name + '->' + subname, subnode);
587 + } else {
588 + if (subnode.nodeValue == null) continue;
589 + var nodeValue = subnode.nodeValue.trim().split('\\r').join('').split('\\n').join('').trim();
590 + if ((nodeValue.length > 0) && (subnode.nodeType == 3)) {
591 + if ((node.tagName != 'SCRIPT') && (node.tagName != 'STYLE') && (nodeValue.length < 8000) && (nodeValue.startsWith('{{{') == false) && (nodeValue != ' ')) {
592 + if (performCheck) { log(' "' + nodeValue + '"'); }
593 + // Add a new string to the list
594 + if (sourceStrings[nodeValue] == null) { sourceStrings[nodeValue] = { en: nodeValue, xloc: [name] }; } else { if (sourceStrings[nodeValue].xloc == null) { sourceStrings[nodeValue].xloc = []; } sourceStrings[nodeValue].xloc.push(name); }
595 + } else if (node.tagName == 'SCRIPT') {
596 + // Parse JavaScript
597 + getStringFromJavaScript(name, subnode.nodeValue);
598 + }
599 }
600 }
601 }
@@ -664,9 +691,11 @@ function translateStrings(name, node) {
691 var subnode = node.childNodes[i];
692
693 // Check if the "value" attribute exists and needs to be translated
694 + var subnodeignore = false;
695 if ((subnode.attributes != null) && (subnode.attributes.length > 0)) {
668 - var subnodeignore = false, subnodevalue = null, subnodeindex = null, subnodeplaceholder = null, subnodeplaceholderindex = null, subnodetitle = null, subnodetitleindex = null;
696 + var subnodevalue = null, subnodeindex = null, subnodeplaceholder = null, subnodeplaceholderindex = null, subnodetitle = null, subnodetitleindex = null;
697 for (var j in subnode.attributes) {
698 + if ((subnode.attributes[j].name == 'notrans') && (subnode.attributes[j].value == '1')) { subnodeignore = true; }
699 if ((subnode.attributes[j].name == 'type') && (subnode.attributes[j].value == 'hidden')) { subnodeignore = true; }
700 if (subnode.attributes[j].name == 'value') { subnodevalue = subnode.attributes[j].value; subnodeindex = j; }
701 if (subnode.attributes[j].name == 'placeholder') { subnodeplaceholder = subnode.attributes[j].value; subnodeplaceholderindex = j; }
@@ -689,27 +718,29 @@ function translateStrings(name, node) {
718 }
719 }
720
692 - var subname = subnode.id;
693 - if (subname == null || subname == '') { subname = i; }
694 - if (subnode.hasChildNodes()) {
695 - translateStrings(name + '->' + subname, subnode);
696 - } else {
697 - if (subnode.nodeValue == null) continue;
698 - var nodeValue = subnode.nodeValue.trim().split('\\r').join('').split('\\n').join('').trim();
699 -
700 - // Look for the front trim
701 - var frontTrim = '', backTrim = '';;
702 - var x1 = subnode.nodeValue.indexOf(nodeValue);
703 - if (x1 > 0) { frontTrim = subnode.nodeValue.substring(0, x1); }
704 - if (x1 != -1) { backTrim = subnode.nodeValue.substring(x1 + nodeValue.length); }
705 -
706 - if ((nodeValue.length > 0) && (subnode.nodeType == 3)) {
707 - if ((node.tagName != 'SCRIPT') && (node.tagName != 'STYLE') && (nodeValue.length < 8000) && (nodeValue.startsWith('{{{') == false) && (nodeValue != ' ')) {
708 - // Check if we have a translation for this string
709 - if (translationTable[nodeValue]) { subnode.nodeValue = (frontTrim + translationTable[nodeValue] + backTrim); }
710 - } else if (node.tagName == 'SCRIPT') {
711 - // Translate JavaScript
712 - subnode.nodeValue = translateStringsFromJavaScript(name, subnode.nodeValue);
721 + if (subnodeignore == false) {
722 + var subname = subnode.id;
723 + if (subname == null || subname == '') { subname = i; }
724 + if (subnode.hasChildNodes()) {
725 + translateStrings(name + '->' + subname, subnode);
726 + } else {
727 + if (subnode.nodeValue == null) continue;
728 + var nodeValue = subnode.nodeValue.trim().split('\\r').join('').split('\\n').join('').trim();
729 +
730 + // Look for the front trim
731 + var frontTrim = '', backTrim = '';;
732 + var x1 = subnode.nodeValue.indexOf(nodeValue);
733 + if (x1 > 0) { frontTrim = subnode.nodeValue.substring(0, x1); }
734 + if (x1 != -1) { backTrim = subnode.nodeValue.substring(x1 + nodeValue.length); }
735 +
736 + if ((nodeValue.length > 0) && (subnode.nodeType == 3)) {
737 + if ((node.tagName != 'SCRIPT') && (node.tagName != 'STYLE') && (nodeValue.length < 8000) && (nodeValue.startsWith('{{{') == false) && (nodeValue != ' ')) {
738 + // Check if we have a translation for this string
739 + if (translationTable[nodeValue]) { subnode.nodeValue = (frontTrim + translationTable[nodeValue] + backTrim); }
740 + } else if (node.tagName == 'SCRIPT') {
741 + // Translate JavaScript
742 + subnode.nodeValue = translateStringsFromJavaScript(name, subnode.nodeValue);
743 + }
744 }
745 }
746 }
translate/translate.json
+257 -3
@@ -596,6 +596,13 @@
596 "agentinvite.handlebars->container->column_l->5->wintab64->3"
597 ]
598 },
599 + {
600 + "en": ", you can access it now with:",
601 + "ja": "、あなたは今それを使ってそれにアクセスできます:",
602 + "xloc": [
603 + "account-invite.html->0->3"
604 + ]
605 + },
606 {
607 "cs": "–",
608 "de": "-",
@@ -1977,6 +1984,7 @@
1984 },
1985 {
1986 "en": "Account is locked",
1987 + "ja": "アカウントがロックされています",
1988 "nl": "Account is uitgeschakeld",
1989 "xloc": [
1990 "default.handlebars->27->1354",
@@ -2287,6 +2295,7 @@
2295 },
2296 {
2297 "en": "Add Device Permissions",
2298 + "ja": "デバイス権限を追加",
2299 "nl": "Apparaatrechten toevoegen",
2300 "xloc": [
2301 "default.handlebars->27->1218"
@@ -2416,9 +2425,9 @@
2425 ]
2426 },
2427 {
2419 - "en": "Add User",
2428 "cs": "Přidat uživatele",
2429 "de": "Benutzer hinzufügen",
2430 + "en": "Add User",
2431 "es": "Agregar Usuario",
2432 "fr": "Ajouter un utilisateur",
2433 "hi": "उपयोगकर्ता जोड़ें",
@@ -2435,6 +2444,7 @@
2444 },
2445 {
2446 "en": "Add User Device Permissions",
2447 + "ja": "ユーザーデバイスの権限を追加する",
2448 "nl": "Gebruikersmachtigingen voor apparaat toevoegen",
2449 "xloc": [
2450 "default.handlebars->27->1221"
@@ -3165,6 +3175,7 @@
3175 },
3176 {
3177 "en": "Allow users to manage this device.",
3178 + "ja": "ユーザーにこのデバイスの管理を許可します。",
3179 "nl": "Sta gebruikers toe om dit apparaat te beheren.",
3180 "xloc": [
3181 "default.handlebars->27->1186"
@@ -3272,6 +3283,13 @@
3283 "default.handlebars->27->1102"
3284 ]
3285 },
3286 + {
3287 + "en": "An account was created for you on server",
3288 + "ja": "サーバー上にアカウントが作成されました",
3289 + "xloc": [
3290 + "account-invite.html->0->3"
3291 + ]
3292 + },
3293 {
3294 "cs": "Android APK",
3295 "de": "Android-APK",
@@ -4286,6 +4304,14 @@
4304 "default.handlebars->27->851"
4305 ]
4306 },
4307 + {
4308 + "en": "Best regards,",
4309 + "ja": "宜しくお願いします、",
4310 + "xloc": [
4311 + "account-invite.html->0",
4312 + "mesh-invite.html->0"
4313 + ]
4314 + },
4315 {
4316 "cs": "bosenština",
4317 "de": "Bosnisch",
@@ -5070,6 +5096,7 @@
5096 {
5097 "de": "Vereinfachtes Chinesisch",
5098 "en": "Chinese (Simplified)",
5099 + "ja": "中国語(簡体字)",
5100 "nl": "Chinees (Vereenvoudigd)",
5101 "pt": "Chinês (simplificado)",
5102 "xloc": [
@@ -5241,11 +5268,26 @@
5268 },
5269 {
5270 "en": "Clear this notification",
5271 + "ja": "この通知をクリア",
5272 "nl": "Wis deze melding",
5273 "xloc": [
5274 "default.handlebars->27->1536"
5275 ]
5276 },
5277 + {
5278 + "en": "Click here to download the MeshAgent for Apple OSX.",
5279 + "ja": "ここをクリックして、Apple OSX用のMeshAgentをダウンロードしてください。",
5280 + "xloc": [
5281 + "mesh-invite.html->0->11->1->0"
5282 + ]
5283 + },
5284 + {
5285 + "en": "Click here to download the MeshAgent for Windows.",
5286 + "ja": "Windows用のMeshAgentをダウンロードするには、ここをクリックしてください。",
5287 + "xloc": [
5288 + "mesh-invite.html->0->9->1->1"
5289 + ]
5290 + },
5291 {
5292 "cs": "Pro úpravu toho, jak je zařízení nazýváno na serveru, klikněte sem",
5293 "de": "Hier klicken, um den serverseitigen Gerätenamen zu bearbeiten",
@@ -5263,6 +5305,20 @@
5305 "default.handlebars->27->442"
5306 ]
5307 },
5308 + {
5309 + "en": "Click here to reset your account password.",
5310 + "ja": "ここをクリックしてアカウントのパスワードをリセットしてください。",
5311 + "xloc": [
5312 + "account-reset.html->0->5->1"
5313 + ]
5314 + },
5315 + {
5316 + "en": "Click here to verify your e-mail address.",
5317 + "ja": "ここをクリックして、電子メールアドレスを確認してください。",
5318 + "xloc": [
5319 + "account-check.html->0->5->1"
5320 + ]
5321 + },
5322 {
5323 "cs": "Klikněte na OK a bude vám zaslán ověřovací e-mail na:",
5324 "de": "Auf OK klicken, um eine Bestätigungsmail an folgende Adresse zu senden:",
@@ -5611,6 +5667,7 @@
5667 },
5668 {
5669 "en": "Confirm removal of device {0}?",
5670 + "ja": "デバイス{0}の削除を確認しますか?",
5671 "nl": "Bevestig het verwijderen van apparaat {0}?",
5672 "xloc": [
5673 "default.handlebars->27->1522"
@@ -5986,6 +6043,7 @@
6043 },
6044 {
6045 "en": "Control",
6046 + "ja": "コントロール",
6047 "nl": "Controle",
6048 "xloc": [
6049 "default.handlebars->27->546",
@@ -6065,6 +6123,7 @@
6123 },
6124 {
6125 "en": "Copy Windows 32bit agent URL to clipboard",
6126 + "ja": "Windows 32ビットエージェントのURLをクリップボードにコピー",
6127 "nl": "Kopieer de Windows 32bit-agent URL naar het klembord",
6128 "xloc": [
6129 "default.handlebars->27->313"
@@ -6072,6 +6131,7 @@
6131 },
6132 {
6133 "en": "Copy Windows 64bit agent URL to clipboard",
6134 + "ja": "Windows 64ビットエージェントのURLをクリップボードにコピー",
6135 "nl": "Kopieer de Windows 64bit-agent URL naar het klembord",
6136 "xloc": [
6137 "default.handlebars->27->317"
@@ -7949,6 +8009,7 @@
8009 },
8010 {
8011 "en": "Display public link",
8012 + "ja": "公開リンクを表示",
8013 "nl": "Openbare link weergeven",
8014 "xloc": [
8015 "default.handlebars->27->1284"
@@ -8677,6 +8738,7 @@
8738 },
8739 {
8740 "en": "Edit Device Permissions",
8741 + "ja": "デバイスの権限を編集する",
8742 "nl": "Bewerk apparaatrechten",
8743 "xloc": [
8744 "default.handlebars->27->1219"
@@ -8684,6 +8746,7 @@
8746 },
8747 {
8748 "en": "Edit Group",
8749 + "ja": "グループを編集",
8750 "nl": "Bewerk groep",
8751 "xloc": [
8752 "default.handlebars->27->556"
@@ -8746,6 +8809,7 @@
8809 },
8810 {
8811 "en": "Edit User Device Permissions",
8812 + "ja": "ユーザーデバイスの権限を編集する",
8813 "nl": "Bewerk gebruikersapparaatrechten",
8814 "xloc": [
8815 "default.handlebars->27->1220"
@@ -8842,6 +8906,7 @@
8906 },
8907 {
8908 "en": "Email Traffic",
8909 + "ja": "メールトラフィック",
8910 "nl": "E-mailverkeer",
8911 "xloc": [
8912 "default.handlebars->27->1592"
@@ -8867,6 +8932,7 @@
8932 },
8933 {
8934 "en": "Email is not verified",
8935 + "ja": "メールは検証されていない",
8936 "nl": "E-mail is niet geverifieerd",
8937 "xloc": [
8938 "default.handlebars->27->1350"
@@ -9895,6 +9961,13 @@
9961 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1"
9962 ]
9963 },
9964 + {
9965 + "en": "For Linux, cut & paste the following in a terminal to install the agent:",
9966 + "ja": "Linuxの場合は、ターミナルで以下をカットアンドペーストしてエージェントをインストールします。",
9967 + "xloc": [
9968 + "mesh-invite.html->0->13->1"
9969 + ]
9970 + },
9971 {
9972 "cs": "Vynutit reset hesla při dalším přihlášení.",
9973 "de": "Passwort beim nächsten Login zurücksetzen.",
@@ -10231,6 +10304,7 @@
10304 },
10305 {
10306 "en": "Full Rights",
10307 + "ja": "完全な権利",
10308 "nl": "Volledige rechten",
10309 "xloc": [
10310 "default.handlebars->27->555"
@@ -10882,6 +10956,13 @@
10956 "default.handlebars->27->912"
10957 ]
10958 },
10959 + {
10960 + "en": "Hello [[[NAME]]],",
10961 + "ja": "[[[NAME]]]様",
10962 + "xloc": [
10963 + "mesh-invite.html->0->3->1"
10964 + ]
10965 + },
10966 {
10967 "cs": "Pomozte MeshCentral přeložit do svého jazyka",
10968 "de": "Hilf bei der Übersetzung von MeshCentral",
@@ -10899,6 +10980,14 @@
10980 "default.handlebars->27->1026"
10981 ]
10982 },
10983 + {
10984 + "en": "Hi [[[USERNAME]]],",
10985 + "ja": "[[[USERNAME]]]様",
10986 + "xloc": [
10987 + "account-check.html->0->3",
10988 + "account-reset.html->0->3"
10989 + ]
10990 + },
10991 {
10992 "cs": "Hibernuje se",
10993 "de": "Ruhezustand",
@@ -11277,6 +11366,15 @@
11366 "default.handlebars->27->783"
11367 ]
11368 },
11369 + {
11370 + "en": "If you did not initiate this request, please ignore this mail.",
11371 + "ja": "このリクエストを開始していない場合は、このメールを無視してください。",
11372 + "xloc": [
11373 + "account-check.html->0",
11374 + "account-reset.html->0",
11375 + "mesh-invite.html->0->17"
11376 + ]
11377 + },
11378 {
11379 "de": "Illegaler Aufruf",
11380 "en": "Illegal invocation",
@@ -11320,6 +11418,7 @@
11418 },
11419 {
11420 "en": "Individual Devices",
11421 + "ja": "個々のデバイス",
11422 "nl": "Individuele apparaten",
11423 "xloc": [
11424 "default-mobile.handlebars->9->96",
@@ -13334,6 +13433,7 @@
13433 },
13434 {
13435 "en": "Limit Events",
13436 + "ja": "イベントを制限する",
13437 "nl": "Beperk gebeurtenissen",
13438 "xloc": [
13439 "default.handlebars->27->551",
@@ -14466,6 +14566,7 @@
14566 },
14567 {
14568 "en": "Manage Devices",
14569 + "ja": "デバイスを管理する",
14570 "nl": "Beheer apparaten",
14571 "xloc": [
14572 "default.handlebars->27->558"
@@ -15315,6 +15416,13 @@
15416 "default.handlebars->27->1585"
15417 ]
15418 },
15419 + {
15420 + "en": "Message:",
15421 + "ja": "メッセージ:",
15422 + "xloc": [
15423 + "mesh-invite.html->0->7->1"
15424 + ]
15425 + },
15426 {
15427 "cs": "Microsoft™ Windows 32bit",
15428 "de": "Microsoft™ Windows 32bit",
@@ -16020,12 +16128,13 @@
16128 ]
16129 },
16130 {
16023 - "en": "No AMT",
16024 - "nl": "Geen AMT",
16131 "cs": "Žádné AMT",
16132 "de": "Kein AMT",
16133 + "en": "No AMT",
16134 "es": "Sin AMT",
16135 "fr": "Pas d'appareil AMT",
16136 + "ja": "AMTなし",
16137 + "nl": "Geen AMT",
16138 "pt": "Nenhum AMT",
16139 "ru": "Нет AMT",
16140 "xloc": [
@@ -16053,6 +16162,7 @@
16162 },
16163 {
16164 "en": "No Added Rights",
16165 + "ja": "追加された権利なし",
16166 "nl": "Geen toegevoegde rechten",
16167 "xloc": [
16168 "default.handlebars->27->554"
@@ -16165,6 +16275,7 @@
16275 },
16276 {
16277 "en": "No Input",
16278 + "ja": "入力なし",
16279 "nl": "Geen input",
16280 "xloc": [
16281 "default.handlebars->27->540",
@@ -16708,6 +16819,7 @@
16819 },
16820 {
16821 "en": "No users with special device permissions",
16822 + "ja": "特別なデバイス権限を持つユーザーはいません",
16823 "nl": "Geen gebruikers met speciale apparaatrechten",
16824 "xloc": [
16825 "default.handlebars->27->538"
@@ -17845,6 +17957,7 @@
17957 "ru": "Пароль:",
17958 "zh-chs": "密碼:",
17959 "xloc": [
17960 + "account-invite.html->0->5",
17961 "default-mobile.handlebars->9->42",
17962 "default-mobile.handlebars->9->43",
17963 "default.handlebars->27->1040",
@@ -19355,6 +19468,7 @@
19468 },
19469 {
19470 "en": "Remove Device",
19471 + "ja": "デバイスを削除",
19472 "nl": "Verwijder apparaat",
19473 "xloc": [
19474 "default.handlebars->27->1521"
@@ -19483,6 +19597,7 @@
19597 },
19598 {
19599 "en": "Remove this user",
19600 + "ja": "このユーザーを削除",
19601 "nl": "Verwijder deze gebruiker",
19602 "xloc": [
19603 "default.handlebars->27->1483"
@@ -20653,6 +20768,7 @@
20768 },
20769 {
20770 "en": "Send email to user",
20771 + "ja": "ユーザーにメールを送信",
20772 "nl": "Stuur e-mail naar de gebruiker",
20773 "xloc": [
20774 "default.handlebars->27->1352"
@@ -22420,6 +22536,7 @@
22536 },
22537 {
22538 "en": "Stop process",
22539 + "ja": "プロセスを停止",
22540 "nl": "Stop proces",
22541 "xloc": [
22542 "default.handlebars->27->664"
@@ -23227,6 +23344,13 @@
23344 "terms.handlebars->container->column_l->75->1"
23345 ]
23346 },
23347 + {
23348 + "en": "This token can only be used once and is valid for 5 minutes.",
23349 + "ja": "このトークンは1回だけ使用でき、5分間有効です。",
23350 + "xloc": [
23351 + "account-login.html->0->5"
23352 + ]
23353 + },
23354 {
23355 "cs": "Tím se přidá položka do tohoto záznamu událostí na zařízení.",
23356 "de": "Dies wird einen Eintrag zum Ereignisprotokoll des Geräts hinzufügen.",
@@ -23443,6 +23567,13 @@
23567 "default.handlebars->container->column_l->p1->NoMeshesPanel->1->1->0->3->getStarted1"
23568 ]
23569 },
23570 + {
23571 + "en": "To install the software,",
23572 + "ja": "ソフトウェアをインストールするには、",
23573 + "xloc": [
23574 + "mesh-invite.html->0->15->1"
23575 + ]
23576 + },
23577 {
23578 "cs": "Pro instalaci spusťte následující příkaz s právy správce (root).",
23579 "de": "Zum Installieren, kopieren Sie den folgenden Befehl und führen Sie ihn in einem Root-Terminal aus.",
@@ -24885,6 +25016,7 @@
25016 },
25017 {
25018 "en": "User Permissions",
25019 + "ja": "ユーザー権限",
25020 "nl": "Gebruikersrechten"
25021 },
25022 {
@@ -24942,6 +25074,13 @@
25074 "xterm.handlebars->termShellContextMenuLinux->cxtermps"
25075 ]
25076 },
25077 + {
25078 + "en": "User [[[USERNAME]]] on server",
25079 + "ja": "サーバー上のユーザー[[[USERNAME]]]",
25080 + "xloc": [
25081 + "mesh-invite.html->0->5"
25082 + ]
25083 + },
25084 {
25085 "cs": "Převzít z webového prohlížeče",
25086 "de": "Browsereinstellung des Benutzers",
@@ -25052,6 +25191,7 @@
25191 "ru": "Имя пользователя:",
25192 "zh-chs": "用戶名:",
25193 "xloc": [
25194 + "account-invite.html->0->5",
25195 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->nuUserRow->1",
25196 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->0->loginusername",
25197 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->nuUserRow->nuUser",
@@ -25215,6 +25355,7 @@
25355 },
25356 {
25357 "en": "Version incompatible, please upgrade your MeshCentral installation first",
25358 + "ja": "バージョンに互換性がありません。最初にMeshCentralインストールをアップグレードしてください",
25359 "nl": "Versie is niet compatibel, upgrade eerst uw MeshCentral installatie",
25360 "xloc": [
25361 "default.handlebars->27->1604"
@@ -25274,6 +25415,7 @@
25415 },
25416 {
25417 "en": "View Changelog",
25418 + "ja": "変更ログを表示",
25419 "nl": "Bekijk aanpassingen log",
25420 "xloc": [
25421 "default.handlebars->27->1607",
@@ -25382,6 +25524,7 @@
25524 },
25525 {
25526 "en": "Wake",
25527 + "ja": "ウェイク",
25528 "nl": "wekken",
25529 "xloc": [
25530 "default.handlebars->27->549",
@@ -26262,6 +26405,13 @@
26405 "default.handlebars->27->107"
26406 ]
26407 },
26408 + {
26409 + "en": "Your login token is: [[[TOKEN]]]",
26410 + "ja": "ログイントークンは次のとおりです:[[[TOKEN]]]",
26411 + "xloc": [
26412 + "account-login.html->0->3"
26413 + ]
26414 + },
26415 {
26416 "cs": "YubiKey™ OTP",
26417 "de": "YubiKey&trade; OTP",
@@ -26348,6 +26498,74 @@
26498 "default.handlebars->27->1019"
26499 ]
26500 },
26501 + {
26502 + "en": "[[[ACCOUNTNAME]]]",
26503 + "ja": "[[[ACCOUNTNAME]]]",
26504 + "xloc": [
26505 + "account-invite.html->0->5->1"
26506 + ]
26507 + },
26508 + {
26509 + "en": "[[[MSG]]]",
26510 + "ja": "[[[MSG]]]",
26511 + "xloc": [
26512 + "mesh-invite.html->0->7->1->1"
26513 + ]
26514 + },
26515 + {
26516 + "en": "[[[PASSWORD]]]",
26517 + "ja": "[[[PASSWORD]]]",
26518 + "xloc": [
26519 + "account-invite.html->0->5->4"
26520 + ]
26521 + },
26522 + {
26523 + "en": "[[[SERVERNAME]]]",
26524 + "ja": "[[[SERVERNAME]]]",
26525 + "xloc": [
26526 + "account-check.html->0->3->1",
26527 + "account-invite.html->0->3->1",
26528 + "account-reset.html->0->3->1",
26529 + "mesh-invite.html->0->5->1"
26530 + ]
26531 + },
26532 + {
26533 + "en": "[[[SERVERNAME]]] - Account Invitation",
26534 + "ja": "[[[SERVERNAME]]]-アカウントの招待",
26535 + "xloc": [
26536 + "account-invite.html->0->1->1->0->1->1"
26537 + ]
26538 + },
26539 + {
26540 + "en": "[[[SERVERNAME]]] - Account Login",
26541 + "ja": "[[[SERVERNAME]]]-アカウントログイン",
26542 + "xloc": [
26543 + "account-login.html->0->1->1->0->1->1"
26544 + ]
26545 + },
26546 + {
26547 + "en": "[[[SERVERNAME]]] - Agent Installation",
26548 + "ja": "[[[SERVERNAME]]]-エージェントのインストール",
26549 + "xloc": [
26550 + "mesh-invite.html->0->1->1->0->1->1"
26551 + ]
26552 + },
26553 + {
26554 + "en": "[[[SERVERNAME]]] - Verification",
26555 + "ja": "[[[SERVERNAME]]]-確認",
26556 + "xloc": [
26557 + "account-check.html->0->1->1->0->1->1",
26558 + "account-reset.html->0->1->1->0->1->1"
26559 + ]
26560 + },
26561 + {
26562 + "en": "[[[USERNAME]]]",
26563 + "ja": "[[[USERNAME]]]",
26564 + "xloc": [
26565 + "account-invite.html->0",
26566 + "mesh-invite.html->0"
26567 + ]
26568 + },
26569 {
26570 "cs": "\\\\",
26571 "de": "\\\\",
@@ -26418,6 +26636,13 @@
26636 "default.handlebars->27->226"
26637 ]
26638 },
26639 + {
26640 + "en": "and follow the instructions.",
26641 + "ja": "指示に従ってください。",
26642 + "xloc": [
26643 + "mesh-invite.html->0->15->1"
26644 + ]
26645 + },
26646 {
26647 "cs": "a jeho zdroj může být stažen z",
26648 "de": "und seine Quelle kann von heruntergeladen werden",
@@ -26436,6 +26661,13 @@
26661 "terms.handlebars->container->column_l->75->1"
26662 ]
26663 },
26664 + {
26665 + "en": "click here",
26666 + "ja": "ここをクリック",
26667 + "xloc": [
26668 + "mesh-invite.html->0->15->1->1"
26669 + ]
26670 + },
26671 {
26672 "cs": "vytvořením skupiny zařízení a to kliknutím sem",
26673 "de": "hier klicken, um eine Gerätegruppe zu erstellen",
@@ -26834,8 +27066,30 @@
27066 "default.handlebars->27->401"
27067 ]
27068 },
27069 + {
27070 + "en": "is requesting an account password reset, click on the following link to complete the process.",
27071 + "ja": "がアカウントパスワードのリセットを要求している場合は、次のリンクをクリックしてプロセスを完了します。",
27072 + "xloc": [
27073 + "account-reset.html->0->3"
27074 + ]
27075 + },
27076 + {
27077 + "en": "is requesting email verification, click on the following link to complete the process.",
27078 + "ja": "がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。",
27079 + "xloc": [
27080 + "account-check.html->0->3"
27081 + ]
27082 + },
27083 + {
27084 + "en": "is requesting you to install software to start a remote control session.",
27085 + "ja": "リモートコントロールセッションを開始するソフトウェアをインストールするように要求しています。",
27086 + "xloc": [
27087 + "mesh-invite.html->0->5"
27088 + ]
27089 + },
27090 {
27091 "en": "k max, blank for default",
27092 + "ja": "k max、デフォルトでは空白",
27093 "nl": "k max, blank voor standaard",
27094 "xloc": [
27095 "default.handlebars->27->1392"