From b2d744387d2b18b0907fdb756851235745cf8f03 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bal=C3=A1zs=20=C3=9Ar?=
Date: Sat, 18 Jan 2020 00:17:47 +0100
Subject: [PATCH] luci-app-splash: improve wording
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Signed-off-by: Balázs Ãr
---
.../luasrc/view/splash/blocked.htm | 2 +-
.../luasrc/view/splash/splash.htm | 4 +--
applications/luci-app-splash/po/bg/splash.po | 11 +++---
applications/luci-app-splash/po/ca/splash.po | 11 +++---
applications/luci-app-splash/po/cs/splash.po | 16 ++++++---
applications/luci-app-splash/po/de/splash.po | 21 ++++++++----
applications/luci-app-splash/po/el/splash.po | 11 +++---
applications/luci-app-splash/po/en/splash.po | 11 +++---
applications/luci-app-splash/po/es/splash.po | 21 ++++++++----
applications/luci-app-splash/po/fr/splash.po | 11 +++---
applications/luci-app-splash/po/he/splash.po | 11 +++---
applications/luci-app-splash/po/hi/splash.po | 11 +++---
applications/luci-app-splash/po/hu/splash.po | 34 ++++++++++++-------
applications/luci-app-splash/po/it/splash.po | 16 ++++++---
applications/luci-app-splash/po/ja/splash.po | 11 +++---
applications/luci-app-splash/po/ko/splash.po | 11 +++---
applications/luci-app-splash/po/mr/splash.po | 11 +++---
applications/luci-app-splash/po/ms/splash.po | 11 +++---
applications/luci-app-splash/po/no/splash.po | 11 +++---
applications/luci-app-splash/po/pl/splash.po | 21 ++++++++----
.../luci-app-splash/po/pt-br/splash.po | 23 +++++++++----
applications/luci-app-splash/po/pt/splash.po | 21 ++++++++----
applications/luci-app-splash/po/ro/splash.po | 11 +++---
applications/luci-app-splash/po/ru/splash.po | 21 ++++++++----
applications/luci-app-splash/po/sk/splash.po | 11 +++---
applications/luci-app-splash/po/sv/splash.po | 16 ++++++---
.../luci-app-splash/po/templates/splash.pot | 11 +++---
applications/luci-app-splash/po/tr/splash.po | 11 +++---
applications/luci-app-splash/po/uk/splash.po | 11 +++---
applications/luci-app-splash/po/vi/splash.po | 11 +++---
.../luci-app-splash/po/zh-cn/splash.po | 21 ++++++++----
.../luci-app-splash/po/zh-tw/splash.po | 21 ++++++++----
32 files changed, 305 insertions(+), 151 deletions(-)
diff --git a/applications/luci-app-splash/luasrc/view/splash/blocked.htm b/applications/luci-app-splash/luasrc/view/splash/blocked.htm
index c27e2fab6e..0d4426c595 100644
--- a/applications/luci-app-splash/luasrc/view/splash/blocked.htm
+++ b/applications/luci-app-splash/luasrc/view/splash/blocked.htm
@@ -12,7 +12,7 @@ local contacturl = luci.dispatcher.build_url("freifunk", "contact")
<%:Blocked%>
<%:Your access to this network has been blocked, most likely because you did something that our rules explicitly forbid.%>
-<%:To ask for the reason why you have been blocked or ask for access again you can try to contact the owner of this access point:%> <%:Contact%>
+<%:To ask for the reason why you have been blocked or ask for access again you can try to contact the owner of this access point:%> <%:Contact the owner%>
<%+footer%>
diff --git a/applications/luci-app-splash/luasrc/view/splash/splash.htm b/applications/luci-app-splash/luasrc/view/splash/splash.htm
index 64c326ff3a..c5abf62a99 100644
--- a/applications/luci-app-splash/luasrc/view/splash/splash.htm
+++ b/applications/luci-app-splash/luasrc/view/splash/splash.htm
@@ -50,8 +50,8 @@ if limit_up and limit_down then
"to this project.") .. "
"
end
-local contact = translate('Get in %s with the operator of this access point.')
-contact = contact % ('' .. translatef('Contact') .. '')
+local contact = translate('%s with the operator of this access point.')
+contact = contact % ('' .. translatef('Get in contact') .. '')
local accepttext = translate('By accepting these rules you can use this network for %s hour(s). After this time you need to accept these rules again.')
accepttext = accepttext % leasetime
diff --git a/applications/luci-app-splash/po/bg/splash.po b/applications/luci-app-splash/po/bg/splash.po
index 792154e624..117410c4b3 100644
--- a/applications/luci-app-splash/po/bg/splash.po
+++ b/applications/luci-app-splash/po/bg/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.4.0\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -109,8 +113,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -147,8 +150,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/ca/splash.po b/applications/luci-app-splash/po/ca/splash.po
index 2812da13ad..fe51304366 100644
--- a/applications/luci-app-splash/po/ca/splash.po
+++ b/applications/luci-app-splash/po/ca/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -114,8 +118,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -153,8 +156,8 @@ msgstr "Zona de tallafocs"
msgid "General"
msgstr "General"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/cs/splash.po b/applications/luci-app-splash/po/cs/splash.po
index 7657580a7b..c9c14dd8e3 100644
--- a/applications/luci-app-splash/po/cs/splash.po
+++ b/applications/luci-app-splash/po/cs/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -127,9 +131,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "Rychlost nahrávánà je pro klienty omezena na tuto hodnotu (kbyte/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Kontakt"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -165,8 +168,8 @@ msgstr "Zóna firewallu"
msgid "General"
msgstr "Obecné nastavenÃ"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
@@ -433,6 +436,9 @@ msgstr "plýtvat Å¡ÃÅkou pásma nepotÅebným stahovánÃm nebo streamy"
msgid "whitelisted"
msgstr "na bÃlé listinÄ"
+#~ msgid "Contact"
+#~ msgstr "Kontakt"
+
#~ msgid "By accepting these rules you can use this network for"
#~ msgstr "PÅijmutÃm tÄchto pravidel můžete zaÄÃt použÃvat tuto sÃÅ¥ pro"
diff --git a/applications/luci-app-splash/po/de/splash.po b/applications/luci-app-splash/po/de/splash.po
index 95f1fb3e29..da7044d4c7 100644
--- a/applications/luci-app-splash/po/de/splash.po
+++ b/applications/luci-app-splash/po/de/splash.po
@@ -13,6 +13,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -138,9 +142,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "Uploadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Kontakt"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -181,9 +184,9 @@ msgstr "Firewallzone"
msgid "General"
msgstr "Allgemein"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "Nimm %s mit dem Betreiber dieses Access Points auf."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -471,6 +474,12 @@ msgstr "Bandbreite durch unnötige Downloads oder Streams zu verschwenden"
msgid "whitelisted"
msgstr "erlaubt"
+#~ msgid "Contact"
+#~ msgstr "Kontakt"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "Nimm %s mit dem Betreiber dieses Access Points auf."
+
#~ msgid ""
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
diff --git a/applications/luci-app-splash/po/el/splash.po b/applications/luci-app-splash/po/el/splash.po
index dfbd2da1d5..79bf84b4bc 100644
--- a/applications/luci-app-splash/po/el/splash.po
+++ b/applications/luci-app-splash/po/el/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -111,8 +115,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -149,8 +152,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/en/splash.po b/applications/luci-app-splash/po/en/splash.po
index 02e426bc58..d725347c56 100644
--- a/applications/luci-app-splash/po/en/splash.po
+++ b/applications/luci-app-splash/po/en/splash.po
@@ -1,3 +1,7 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -95,8 +99,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -133,8 +136,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/es/splash.po b/applications/luci-app-splash/po/es/splash.po
index 58ebb13429..18d1b81e06 100644
--- a/applications/luci-app-splash/po/es/splash.po
+++ b/applications/luci-app-splash/po/es/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -131,9 +135,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "La velocidad de subida de los clientes está limitada a (Kbytes/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Contacto"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -171,9 +174,9 @@ msgstr "Zona del cortafuegos"
msgid "General"
msgstr "General"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "Conecte %s con el operador de este punto de acceso."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -454,6 +457,12 @@ msgstr "malgastar ancho de banda con descargas innecesarias o multimedia"
msgid "whitelisted"
msgstr "en lista blanca"
+#~ msgid "Contact"
+#~ msgstr "Contacto"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "Conecte %s con el operador de este punto de acceso."
+
#~ msgid ""
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
diff --git a/applications/luci-app-splash/po/fr/splash.po b/applications/luci-app-splash/po/fr/splash.po
index d5c51be32a..f2176ec02a 100644
--- a/applications/luci-app-splash/po/fr/splash.po
+++ b/applications/luci-app-splash/po/fr/splash.po
@@ -13,6 +13,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.10\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -119,8 +123,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "La vitesse montante des clients sera limitée à cette valeur (en ko/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -157,8 +160,8 @@ msgstr "Zone du pare-feu"
msgid "General"
msgstr "Général"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/he/splash.po b/applications/luci-app-splash/po/he/splash.po
index eda336ba59..34a0703262 100644
--- a/applications/luci-app-splash/po/he/splash.po
+++ b/applications/luci-app-splash/po/he/splash.po
@@ -13,6 +13,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.6\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -113,8 +117,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -151,8 +154,8 @@ msgstr ""
msgid "General"
msgstr "××××"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/hi/splash.po b/applications/luci-app-splash/po/hi/splash.po
index e516ab33df..529cad6978 100644
--- a/applications/luci-app-splash/po/hi/splash.po
+++ b/applications/luci-app-splash/po/hi/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.4.0\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -109,8 +113,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -147,8 +150,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/hu/splash.po b/applications/luci-app-splash/po/hu/splash.po
index 0fa2a830e6..ab3acf1bb8 100644
--- a/applications/luci-app-splash/po/hu/splash.po
+++ b/applications/luci-app-splash/po/hu/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10.2-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -63,9 +67,10 @@ msgid ""
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
-"Az ügyfelek sávszélességkorlátja csak akkor kerül aktiválásra, ha mind a fel-"
-" és letöltési korlát be van állÃtva. Használjon itt 0 értéket a korlátozás "
-"teljes letiltásához. A fehérlistázott ügyfelek nincsenek korlátozva."
+"Az ügyfelek sávszélességkorlátja csak akkor kerül aktiválásra, ha mind a "
+"fel- és letöltési korlát be van állÃtva. Használjon itt 0 értéket a "
+"korlátozás teljes letiltásához. A fehérlistázott ügyfelek nincsenek "
+"korlátozva."
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
@@ -136,9 +141,8 @@ msgstr ""
"Az ügyfelek feltöltési sebessége korlátozva van erre az értékre (kbájt/mp)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Partner"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -178,10 +182,9 @@ msgstr "Tűzfalzóna"
msgid "General"
msgstr "Ãltalános"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-#, fuzzy
-msgid "Get in %s with the operator of this access point."
-msgstr "%s a hozzáférési pont üzemeltetÅjével."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -405,8 +408,8 @@ msgid ""
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
-"Itt adhat meg saját szöveget, amely megjelenÃtésre kerül az ügyfeleknek.
LehetÅség van a következÅ jelölÅk használatára: ###COMMUNITY###, "
+"Itt adhat meg saját szöveget, amely megjelenÃtésre kerül az ügyfeleknek.
LehetÅség van a következÅ jelölÅk használatára: ###COMMUNITY###, "
"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### és "
"###ACCEPT###."
@@ -469,3 +472,10 @@ msgstr "sávszélesség pazarlása szükségtelen letöltésekkel vagy adatfolya
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "fehérlistázott"
+
+#~ msgid "Contact"
+#~ msgstr "Partner"
+
+#, fuzzy
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "%s a hozzáférési pont üzemeltetÅjével."
diff --git a/applications/luci-app-splash/po/it/splash.po b/applications/luci-app-splash/po/it/splash.po
index 541808f4a6..2787005643 100644
--- a/applications/luci-app-splash/po/it/splash.po
+++ b/applications/luci-app-splash/po/it/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10.1\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -126,9 +130,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "La velocità di upload dei clienti è limitata a questo valore (kbyte/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Contatto"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -165,8 +168,8 @@ msgstr "Zona Firewall"
msgid "General"
msgstr "Generale"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
@@ -437,6 +440,9 @@ msgstr "sprecate banda con download o flussi inutili"
msgid "whitelisted"
msgstr "Elenco contensiti"
+#~ msgid "Contact"
+#~ msgstr "Contatto"
+
#~ msgid ""
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
diff --git a/applications/luci-app-splash/po/ja/splash.po b/applications/luci-app-splash/po/ja/splash.po
index d51ce25d43..f253ef28b4 100644
--- a/applications/luci-app-splash/po/ja/splash.po
+++ b/applications/luci-app-splash/po/ja/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.9\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -111,8 +115,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -149,8 +152,8 @@ msgstr ""
msgid "General"
msgstr "ä¸è¬è¨å®"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/ko/splash.po b/applications/luci-app-splash/po/ko/splash.po
index c4d220f3b4..22ae71fba0 100644
--- a/applications/luci-app-splash/po/ko/splash.po
+++ b/applications/luci-app-splash/po/ko/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.4.0\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -109,8 +113,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -147,8 +150,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/mr/splash.po b/applications/luci-app-splash/po/mr/splash.po
index 897e79e6e2..c97f0dc4fa 100644
--- a/applications/luci-app-splash/po/mr/splash.po
+++ b/applications/luci-app-splash/po/mr/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.10\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -111,8 +115,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -149,8 +152,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/ms/splash.po b/applications/luci-app-splash/po/ms/splash.po
index 087add3982..15d552006c 100644
--- a/applications/luci-app-splash/po/ms/splash.po
+++ b/applications/luci-app-splash/po/ms/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -111,8 +115,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -149,8 +152,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/no/splash.po b/applications/luci-app-splash/po/no/splash.po
index 1431233eca..525430706a 100644
--- a/applications/luci-app-splash/po/no/splash.po
+++ b/applications/luci-app-splash/po/no/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -111,8 +115,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -149,8 +152,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/pl/splash.po b/applications/luci-app-splash/po/pl/splash.po
index 44f3840c7a..3acf59236f 100644
--- a/applications/luci-app-splash/po/pl/splash.po
+++ b/applications/luci-app-splash/po/pl/splash.po
@@ -15,6 +15,10 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.11-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -136,9 +140,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "PrÄdkoÅÄ pobierania dla klienta jest ograniczona do wartoÅci (kb/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Kontakt"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -176,9 +179,9 @@ msgstr "Strefa zapory sieciowej"
msgid "General"
msgstr "Ogólne"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "Uzyskaj %s z operatorem tego punktu dostÄpu."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -466,6 +469,12 @@ msgstr "marnowaŠtransfer na niepotrzebne pobieranie plików i strumieni"
msgid "whitelisted"
msgstr "biaÅa lista"
+#~ msgid "Contact"
+#~ msgstr "Kontakt"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "Uzyskaj %s z operatorem tego punktu dostÄpu."
+
#~ msgid ""
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
diff --git a/applications/luci-app-splash/po/pt-br/splash.po b/applications/luci-app-splash/po/pt-br/splash.po
index 37f8f83f3f..0d2d757c6d 100644
--- a/applications/luci-app-splash/po/pt-br/splash.po
+++ b/applications/luci-app-splash/po/pt-br/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -137,9 +141,8 @@ msgstr ""
"A velocidade para subir dos clientes é limitada por este valor (kbytes/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Contato"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -178,10 +181,9 @@ msgstr "Zona do Firewall"
msgid "General"
msgstr "Geral"
-# Very strange text... Used at http://luci.subsignal.org/trac/browser/luci/trunk/applications/luci-splash/luasrc/view/splash/splash.htm:58
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "Entre em %s com o operador deste ponto de acesso."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -467,6 +469,13 @@ msgstr "usar banda com fluxos ou arquivos baixados não necessários"
msgid "whitelisted"
msgstr "na lista branca"
+#~ msgid "Contact"
+#~ msgstr "Contato"
+
+# Very strange text... Used at http://luci.subsignal.org/trac/browser/luci/trunk/applications/luci-splash/luasrc/view/splash/splash.htm:58
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "Entre em %s com o operador deste ponto de acesso."
+
#~ msgid ""
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
diff --git a/applications/luci-app-splash/po/pt/splash.po b/applications/luci-app-splash/po/pt/splash.po
index c3731a9ce6..d02d5fa30b 100644
--- a/applications/luci-app-splash/po/pt/splash.po
+++ b/applications/luci-app-splash/po/pt/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -135,9 +139,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "A velocidade de upload está limitado a (kbyte/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Contato"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -175,9 +178,9 @@ msgstr "Zona de Firewall"
msgid "General"
msgstr "Geral"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "Entre em %s com o operador deste ponto de acesso."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -461,3 +464,9 @@ msgstr "usar banda com fluxos ou ficheiros descarregados não necessários"
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "na lista branca"
+
+#~ msgid "Contact"
+#~ msgstr "Contato"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "Entre em %s com o operador deste ponto de acesso."
diff --git a/applications/luci-app-splash/po/ro/splash.po b/applications/luci-app-splash/po/ro/splash.po
index 49d0818a9d..20c551c667 100644
--- a/applications/luci-app-splash/po/ro/splash.po
+++ b/applications/luci-app-splash/po/ro/splash.po
@@ -15,6 +15,10 @@ msgstr ""
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 3.10\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -112,8 +116,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -150,8 +153,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/ru/splash.po b/applications/luci-app-splash/po/ru/splash.po
index a51153c97c..8595943b27 100644
--- a/applications/luci-app-splash/po/ru/splash.po
+++ b/applications/luci-app-splash/po/ru/splash.po
@@ -16,6 +16,10 @@ msgstr ""
"Project-Info: ÐÑо ÑеÑ
ниÑеÑкий пеÑевод, не доÑловнÑй. Ðлавное-ÑдобнÑй ÑÑÑÑкий "
"инÑеÑÑейÑ, вÑе пÑовеÑÑлоÑÑ Ð² гÑаÑиÑеÑком Ñежиме, ÑовмеÑÑим Ñ Ð´ÑÑгими apps\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -138,9 +142,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "СкоÑоÑÑÑ Ð·Ð°Ð³ÑÑзки Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñов огÑаниÑена ÑÑим знаÑением (ÐÐ/c)."
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "ÐонÑакÑÑ Ð´Ð»Ñ ÑвÑзи"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -178,9 +181,9 @@ msgstr "Ðона межÑеÑевого ÑкÑана"
msgid "General"
msgstr "ÐлавнÑй"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "ÐолÑÑиÑÑ Ð²% s Ñ Ð¾Ð¿ÐµÑаÑоÑом ÑÑой ÑоÑки доÑÑÑпа."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -462,3 +465,9 @@ msgstr "ÑÑаÑиÑÑ Ð¿ÑопÑÑкнÑÑ ÑпоÑобноÑÑÑ Ð½Ð° ненÑ
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "в Ðелом ÑпиÑке"
+
+#~ msgid "Contact"
+#~ msgstr "ÐонÑакÑÑ Ð´Ð»Ñ ÑвÑзи"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "ÐолÑÑиÑÑ Ð²% s Ñ Ð¾Ð¿ÐµÑаÑоÑом ÑÑой ÑоÑки доÑÑÑпа."
diff --git a/applications/luci-app-splash/po/sk/splash.po b/applications/luci-app-splash/po/sk/splash.po
index 42fc041159..6c95974c43 100644
--- a/applications/luci-app-splash/po/sk/splash.po
+++ b/applications/luci-app-splash/po/sk/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.10\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -109,8 +113,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -147,8 +150,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/sv/splash.po b/applications/luci-app-splash/po/sv/splash.po
index fdaad7fa87..1a9dde709c 100644
--- a/applications/luci-app-splash/po/sv/splash.po
+++ b/applications/luci-app-splash/po/sv/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -113,9 +117,8 @@ msgstr ""
"Klienternas uppladdningshastighet är begränsad till det här värdet (kbyte/s)"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "Kontakt"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -152,8 +155,8 @@ msgstr "Brandväggszon"
msgid "General"
msgstr "Generell"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
@@ -418,3 +421,6 @@ msgstr "slösa bandbredd med onödiga nerladdningar eller strömmar"
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "vitlistad"
+
+#~ msgid "Contact"
+#~ msgstr "Kontakt"
diff --git a/applications/luci-app-splash/po/templates/splash.pot b/applications/luci-app-splash/po/templates/splash.pot
index 8c2af880a3..6b66b1bfcc 100644
--- a/applications/luci-app-splash/po/templates/splash.pot
+++ b/applications/luci-app-splash/po/templates/splash.pot
@@ -1,6 +1,10 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -98,8 +102,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -136,8 +139,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/tr/splash.po b/applications/luci-app-splash/po/tr/splash.po
index 5f4997c9f3..69b34b952f 100644
--- a/applications/luci-app-splash/po/tr/splash.po
+++ b/applications/luci-app-splash/po/tr/splash.po
@@ -12,6 +12,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -109,8 +113,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -147,8 +150,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/uk/splash.po b/applications/luci-app-splash/po/uk/splash.po
index 43edabfb6f..7656ab7374 100644
--- a/applications/luci-app-splash/po/uk/splash.po
+++ b/applications/luci-app-splash/po/uk/splash.po
@@ -13,6 +13,10 @@ msgstr ""
"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.9.1-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -110,8 +114,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -148,8 +151,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/vi/splash.po b/applications/luci-app-splash/po/vi/splash.po
index f61f501294..dd9929e570 100644
--- a/applications/luci-app-splash/po/vi/splash.po
+++ b/applications/luci-app-splash/po/vi/splash.po
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -111,8 +115,7 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
+msgid "Contact the owner"
msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
@@ -149,8 +152,8 @@ msgstr ""
msgid "General"
msgstr ""
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
diff --git a/applications/luci-app-splash/po/zh-cn/splash.po b/applications/luci-app-splash/po/zh-cn/splash.po
index ca49a748dc..ec5edcd64a 100644
--- a/applications/luci-app-splash/po/zh-cn/splash.po
+++ b/applications/luci-app-splash/po/zh-cn/splash.po
@@ -17,6 +17,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -127,9 +131,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "客æ·ç«¯ä¸ä¼ é度éå¶ï¼kbyte/sï¼"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "èç³»æ¹å¼"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -165,9 +168,9 @@ msgstr "é²ç«å¢åºå"
msgid "General"
msgstr "éç¨"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "å¨ %s ä¸æ¤è®¿é®ç¹çæä½è
åå¾èç³»ã"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -433,5 +436,11 @@ msgstr "ç¨ä¸å¿
è¦çä¸è½½ææµåªä½æµªè´¹å¸¦å®½"
msgid "whitelisted"
msgstr "ç½åå"
+#~ msgid "Contact"
+#~ msgstr "èç³»æ¹å¼"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "å¨ %s ä¸æ¤è®¿é®ç¹çæä½è
åå¾èç³»ã"
+
#~ msgid "Edit Splash text"
#~ msgstr "ç¼è¾Splashææ¬"
diff --git a/applications/luci-app-splash/po/zh-tw/splash.po b/applications/luci-app-splash/po/zh-tw/splash.po
index bc4df7ae81..9497795c2f 100644
--- a/applications/luci-app-splash/po/zh-tw/splash.po
+++ b/applications/luci-app-splash/po/zh-tw/splash.po
@@ -17,6 +17,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.10-dev\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
+msgid "%s with the operator of this access point."
+msgstr ""
+
#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
@@ -127,9 +131,8 @@ msgid "Clients upload speed is limited to this value (kbyte/s)"
msgstr "客æ¶ç«¯ä¸å³é度éå¶ï¼kbyte/sï¼"
#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
-msgid "Contact"
-msgstr "è¯çµ¡æ¹å¼"
+msgid "Contact the owner"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
@@ -165,9 +168,9 @@ msgstr "é²ç«çåå"
msgid "General"
msgstr "æ¦è¿°"
-#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
-msgid "Get in %s with the operator of this access point."
-msgstr "å¨ %s èæ¤è¨ªåé»çæä½è
åå¾è¯çµ¡ã"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:54
+msgid "Get in contact"
+msgstr ""
#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
@@ -433,5 +436,11 @@ msgstr "ç¨ä¸å¿
è¦çä¸è¼ææµåªé«æµªè²»é »å¯¬"
msgid "whitelisted"
msgstr "ç½åå®"
+#~ msgid "Contact"
+#~ msgstr "è¯çµ¡æ¹å¼"
+
+#~ msgid "Get in %s with the operator of this access point."
+#~ msgstr "å¨ %s èæ¤è¨ªåé»çæä½è
åå¾è¯çµ¡ã"
+
#~ msgid "Edit Splash text"
#~ msgstr "編輯Splashæå"
--
2.30.2