From 6b35dec6c993e8a2fc77466ff6e204bcbba137cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Bla=C5=BEej?= <trogper@gmail.com>
Date: Sun, 26 Dec 2021 20:53:08 +0000
Subject: [PATCH] issue 6265: add slovak translation for email and web
 templates

---
 server/conf/index/standard_index.html_sk      | 60 +++++++++++++++++++
 server/conf/index/user_standard_index.html_sk | 60 +++++++++++++++++++
 server/conf/mail/db_quota_notification_sk.txt | 13 ++++
 .../conf/mail/db_quota_ok_notification_sk.txt | 13 ++++
 .../conf/mail/mail_quota_notification_sk.txt  | 14 +++++
 .../mail/mail_quota_ok_notification_sk.txt    | 14 +++++
 .../conf/mail/web_quota_notification_sk.txt   | 14 +++++
 .../mail/web_quota_ok_notification_sk.txt     | 14 +++++
 .../conf/mail/web_traffic_notification_sk.txt |  8 +++
 .../mail/web_traffic_notification_warn_sk.txt |  8 +++
 server/conf/mail/welcome_email_sk.txt         |  4 ++
 11 files changed, 222 insertions(+)
 create mode 100644 server/conf/index/standard_index.html_sk
 create mode 100644 server/conf/index/user_standard_index.html_sk
 create mode 100644 server/conf/mail/db_quota_notification_sk.txt
 create mode 100644 server/conf/mail/db_quota_ok_notification_sk.txt
 create mode 100644 server/conf/mail/mail_quota_notification_sk.txt
 create mode 100644 server/conf/mail/mail_quota_ok_notification_sk.txt
 create mode 100644 server/conf/mail/web_quota_notification_sk.txt
 create mode 100644 server/conf/mail/web_quota_ok_notification_sk.txt
 create mode 100644 server/conf/mail/web_traffic_notification_sk.txt
 create mode 100644 server/conf/mail/web_traffic_notification_warn_sk.txt
 create mode 100644 server/conf/mail/welcome_email_sk.txt

diff --git a/server/conf/index/standard_index.html_sk b/server/conf/index/standard_index.html_sk
new file mode 100644
index 0000000000..d6edcdeb9f
--- /dev/null
+++ b/server/conf/index/standard_index.html_sk
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>Vitajte!</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <link rel="shortcut icon" href="/favicon.ico" />
+    <meta name="robots" content="noindex" />
+	<style type="text/css"><!--
+    body {
+        color: #444444;
+        background-color: #EEEEEE;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header{
+        padding: 6px ;
+        text-align: center;
+    }
+    .header{ background-color: #83A342; color: #FFFFFF; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="header">
+            <h1>Vitajte na <!--ADRESSE//-->Vašej webstránke!<!--ADRESSE//--></h1>
+        </div>
+        <div id="content">
+            <h2>Toto je štandardná stránka Vašej webstránky.</h2>
+            <p>Môžete ju bez obáv vymazať alebo nahradiť iným súborom. Toto je súbor <b>index.html</b> v adresári <b>web</b>.</p>
+            <p>Ak máte akékoľvek otázky kontaktujte <!--SUPPORT//-->podporu<!--SUPPORT//-->.</p>
+        </div>
+        <div id="footer">
+            <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p>
+        </div>
+    </div>
+</body>
+</html>
diff --git a/server/conf/index/user_standard_index.html_sk b/server/conf/index/user_standard_index.html_sk
new file mode 100644
index 0000000000..36e8e90db8
--- /dev/null
+++ b/server/conf/index/user_standard_index.html_sk
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>Vitajte!</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <link rel="shortcut icon" href="/favicon.ico" />
+    <meta name="robots" content="noindex" />
+	<style type="text/css"><!--
+    body {
+        color: #444444;
+        background-color: #EEEEEE;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header{
+        padding: 6px ;
+        text-align: center;
+    }
+    .header{ background-color: #83A342; color: #FFFFFF; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header" class="header">
+            <h1>Vitajte na <!--ADRESSE//-->Vašej webstránke!<!--ADRESSE//--></h1>
+        </div>
+        <div id="content">
+            <h2>Toto je štandardná stránka Vašej webstránky <b>{USER_USERNAME}</b></h2>
+            <p>Môžete ju bez obáv vymazať alebo nahradiť iným súborom. Toto je súbor <b>index.html</b> v adresári <b>user/{USER_USERNAME}/web</b>.</p>
+            <p>Ak máte akékoľvek otázky kontaktujte <!--SUPPORT//-->podporu<!--SUPPORT//-->.</p>
+        </div>
+        <div id="footer">
+            <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p>
+        </div>
+    </div>
+</body>
+</html>
diff --git a/server/conf/mail/db_quota_notification_sk.txt b/server/conf/mail/db_quota_notification_sk.txt
new file mode 100644
index 0000000000..c90c985407
--- /dev/null
+++ b/server/conf/mail/db_quota_notification_sk.txt
@@ -0,0 +1,13 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Upozornenie na veľkosť databázy
+
+Databáza {database_name} je blízko alebo prekročila limit veľkosti.
+
+Databáza:			{database_name}
+Využité miesto:		{used}
+Limit:				{quota}
+Percento využitia:	{ratio}
diff --git a/server/conf/mail/db_quota_ok_notification_sk.txt b/server/conf/mail/db_quota_ok_notification_sk.txt
new file mode 100644
index 0000000000..10dc74ca81
--- /dev/null
+++ b/server/conf/mail/db_quota_ok_notification_sk.txt
@@ -0,0 +1,13 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Veľkosť databázy ok
+
+Databáza {database_name} už nie je blízko ani neprekračuje limit veľkosti.
+
+Databáza:			{database_name}
+Využité miesto:		{used}
+Limit:				{quota}
+Percento využitia:	{ratio}
diff --git a/server/conf/mail/mail_quota_notification_sk.txt b/server/conf/mail/mail_quota_notification_sk.txt
new file mode 100644
index 0000000000..f9abcab03a
--- /dev/null
+++ b/server/conf/mail/mail_quota_notification_sk.txt
@@ -0,0 +1,14 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Upozornenie na veľkosť poštovej schránky
+
+Poštová schránka {email} je blízko alebo prekročila limit veľkosti.
+
+Poštová schránka:		{email}
+Meno:					{name}
+Využité miesto:			{used}
+Limit:					{quota}
+Percento využitia:		{ratio}
diff --git a/server/conf/mail/mail_quota_ok_notification_sk.txt b/server/conf/mail/mail_quota_ok_notification_sk.txt
new file mode 100644
index 0000000000..1750a5ecd5
--- /dev/null
+++ b/server/conf/mail/mail_quota_ok_notification_sk.txt
@@ -0,0 +1,14 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Veľkosť poštovej schránky ok
+
+Poštová schránka {email} už nie je blízko ani neprekračuje limit veľkosti.
+
+Poštová schránka:		{email}
+Meno:					{name}
+Využité miesto:			{used}
+Limit:					{quota}
+Percento využitia:		{ratio}
diff --git a/server/conf/mail/web_quota_notification_sk.txt b/server/conf/mail/web_quota_notification_sk.txt
new file mode 100644
index 0000000000..62a73a7404
--- /dev/null
+++ b/server/conf/mail/web_quota_notification_sk.txt
@@ -0,0 +1,14 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Upozornenie na veľkosť webstránky
+
+Webstránka {domain} je blízko alebo prekročila limit veľkosti.
+
+Doména: 				{domain}
+Využité miesto:			{used}
+Mäkký limit:			{soft}
+Tvrdý limit:			{hard}
+Percento využitia:		{ratio}
diff --git a/server/conf/mail/web_quota_ok_notification_sk.txt b/server/conf/mail/web_quota_ok_notification_sk.txt
new file mode 100644
index 0000000000..88f36432a0
--- /dev/null
+++ b/server/conf/mail/web_quota_ok_notification_sk.txt
@@ -0,0 +1,14 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Veľkosť webstránky ok
+
+Webstránka {domain} už nie je blízko ani neprekračuje limit veľkosti.
+
+Doména: 				{domain}
+Využité miesto:			{used}
+Mäkký limit:			{soft}
+Tvrdý limit:			{hard}
+Percento využitia:		{ratio}
diff --git a/server/conf/mail/web_traffic_notification_sk.txt b/server/conf/mail/web_traffic_notification_sk.txt
new file mode 100644
index 0000000000..8cac0e9613
--- /dev/null
+++ b/server/conf/mail/web_traffic_notification_sk.txt
@@ -0,0 +1,8 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Upozornenie na dátovú premávku webstránky
+
+Webstránka {domain} prekročila limit dátovej premávky a bola zablokovaná.
diff --git a/server/conf/mail/web_traffic_notification_warn_sk.txt b/server/conf/mail/web_traffic_notification_warn_sk.txt
new file mode 100644
index 0000000000..7f83616a5e
--- /dev/null
+++ b/server/conf/mail/web_traffic_notification_warn_sk.txt
@@ -0,0 +1,8 @@
+MIME-Version: 1.0
+Content-type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+From: {admin_mail}
+Reply-To: {admin_mail}
+Subject: Upozornenie na dátovú premávku webstránky
+
+Webstránka {domain} prekročila limit dátovej premávky.
diff --git a/server/conf/mail/welcome_email_sk.txt b/server/conf/mail/welcome_email_sk.txt
new file mode 100644
index 0000000000..98f6d8ecc6
--- /dev/null
+++ b/server/conf/mail/welcome_email_sk.txt
@@ -0,0 +1,4 @@
+From: {admin_name} <{admin_mail}>
+Subject: Vitajte vo Vašej novej emailovej schránke.
+
+Vitajte vo Vašej novej emailovej schránke. Váš správca.
-- 
GitLab