summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-splash
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-splash')
-rw-r--r--applications/luci-app-splash/Makefile2
-rw-r--r--applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua2
-rw-r--r--applications/luci-app-splash/luasrc/view/splash/splash.htm2
-rw-r--r--applications/luci-app-splash/po/ca/splash.po4
-rw-r--r--applications/luci-app-splash/po/cs/splash.po4
-rw-r--r--applications/luci-app-splash/po/de/splash.po4
-rw-r--r--applications/luci-app-splash/po/el/splash.po4
-rw-r--r--applications/luci-app-splash/po/en/splash.po4
-rw-r--r--applications/luci-app-splash/po/es/splash.po4
-rw-r--r--applications/luci-app-splash/po/fr/splash.po4
-rw-r--r--applications/luci-app-splash/po/he/splash.po4
-rw-r--r--applications/luci-app-splash/po/hu/splash.po4
-rw-r--r--applications/luci-app-splash/po/it/splash.po4
-rw-r--r--applications/luci-app-splash/po/ja/splash.po4
-rw-r--r--applications/luci-app-splash/po/ms/splash.po4
-rw-r--r--applications/luci-app-splash/po/no/splash.po4
-rw-r--r--applications/luci-app-splash/po/pl/splash.po4
-rw-r--r--applications/luci-app-splash/po/pt-br/splash.po4
-rw-r--r--applications/luci-app-splash/po/pt/splash.po4
-rw-r--r--applications/luci-app-splash/po/ro/splash.po4
-rw-r--r--applications/luci-app-splash/po/ru/splash.po5
-rw-r--r--applications/luci-app-splash/po/sk/splash.po4
-rw-r--r--applications/luci-app-splash/po/sv/splash.po5
-rw-r--r--applications/luci-app-splash/po/templates/splash.pot5
-rw-r--r--applications/luci-app-splash/po/tr/splash.po4
-rw-r--r--applications/luci-app-splash/po/uk/splash.po4
-rw-r--r--applications/luci-app-splash/po/vi/splash.po4
-rw-r--r--applications/luci-app-splash/po/zh-cn/splash.po4
-rw-r--r--applications/luci-app-splash/po/zh-tw/splash.po4
-rwxr-xr-xapplications/luci-app-splash/root/etc/init.d/luci_splash4
30 files changed, 57 insertions, 60 deletions
diff --git a/applications/luci-app-splash/Makefile b/applications/luci-app-splash/Makefile
index 5740aa5f7c..4653724871 100644
--- a/applications/luci-app-splash/Makefile
+++ b/applications/luci-app-splash/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Freifunk DHCP-Splash application
-LUCI_DEPENDS:=+luci-lib-nixio +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
+LUCI_DEPENDS:=+luci-lib-nixio +luci-lib-iptparser +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
define Package/luci-app-splash/conffiles
/etc/config/luci_splash
diff --git a/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
index c09d2e0f78..bd88e8a6e2 100644
--- a/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
+++ b/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
@@ -2,7 +2,7 @@
require("luci.model.uci")
-m = Map("luci_splash", translate("Client-Splash"), translate("Client-Splash is a hotspot authentification system for wireless mesh networks."))
+m = Map("luci_splash", translate("Client-Splash"), translate("Client-Splash is a hotspot authentication system for wireless mesh networks."))
s = m:section(NamedSection, "general", "core", translate("General"))
s.addremove = false
diff --git a/applications/luci-app-splash/luasrc/view/splash/splash.htm b/applications/luci-app-splash/luasrc/view/splash/splash.htm
index 8d84463ef7..64c326ff3a 100644
--- a/applications/luci-app-splash/luasrc/view/splash/splash.htm
+++ b/applications/luci-app-splash/luasrc/view/splash/splash.htm
@@ -81,7 +81,7 @@ if has_custom_splash then
is limited and because of this we ask you not to do any of the following:%></p>
<ul>
<li><%:use filesharing applications on this network%></li>
- <li><%:waste bandwidth with unneccesary downloads or streams%></li>
+ <li><%:waste bandwidth with unnecessary downloads or streams%></li>
<li><%:perform any kind of illegal activities%></li>
</ul>
<br />
diff --git a/applications/luci-app-splash/po/ca/splash.po b/applications/luci-app-splash/po/ca/splash.po
index 3afef1a7b3..a71742d0c3 100644
--- a/applications/luci-app-splash/po/ca/splash.po
+++ b/applications/luci-app-splash/po/ca/splash.po
@@ -71,7 +71,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -323,7 +323,7 @@ msgstr "desconegut"
msgid "use filesharing applications on this network"
msgstr "utilitza aplicacions de compartició de fitxers en aquesta xarxa"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "malgasta l'amplada de banda amb baixades o corrents innecessaris"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/cs/splash.po b/applications/luci-app-splash/po/cs/splash.po
index 671afd79e2..114eaf4e3d 100644
--- a/applications/luci-app-splash/po/cs/splash.po
+++ b/applications/luci-app-splash/po/cs/splash.po
@@ -79,7 +79,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -324,7 +324,7 @@ msgstr "neznámý"
msgid "use filesharing applications on this network"
msgstr "používat aplikace na sdílení souborů v této síti"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "plýtvat šířkou pásma nepotřebným stahováním nebo streamy"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/de/splash.po b/applications/luci-app-splash/po/de/splash.po
index 8b1cd9a5ec..592012302e 100644
--- a/applications/luci-app-splash/po/de/splash.po
+++ b/applications/luci-app-splash/po/de/splash.po
@@ -86,7 +86,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
"Client-Splash ist ein Hotspot-Authentifizierungssystem für Freifunk und "
@@ -368,7 +368,7 @@ msgstr "Unbekannt"
msgid "use filesharing applications on this network"
msgstr "Filesharing betreiben"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "Bandbreite durch unnötige Downloads oder Streams zu verschwenden."
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/el/splash.po b/applications/luci-app-splash/po/el/splash.po
index df90478f71..1d09bbb16d 100644
--- a/applications/luci-app-splash/po/el/splash.po
+++ b/applications/luci-app-splash/po/el/splash.po
@@ -68,7 +68,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -300,7 +300,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/en/splash.po b/applications/luci-app-splash/po/en/splash.po
index 615be16b23..734e7d89c0 100644
--- a/applications/luci-app-splash/po/en/splash.po
+++ b/applications/luci-app-splash/po/en/splash.po
@@ -53,7 +53,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/es/splash.po b/applications/luci-app-splash/po/es/splash.po
index 836352ea9b..360faa7b9e 100644
--- a/applications/luci-app-splash/po/es/splash.po
+++ b/applications/luci-app-splash/po/es/splash.po
@@ -84,7 +84,7 @@ msgid "Client-Splash"
msgstr "Cliente-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr "Cliente-Splash es un sistema de autentificación para redes mesh."
@@ -350,7 +350,7 @@ msgstr "desconocido"
msgid "use filesharing applications on this network"
msgstr "usar aplicaciones de compartición de ficheros en esta red"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "malgastar ancho de banda con descargas innecesarias o multimedia"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/fr/splash.po b/applications/luci-app-splash/po/fr/splash.po
index e525ab316c..96195c9001 100644
--- a/applications/luci-app-splash/po/fr/splash.po
+++ b/applications/luci-app-splash/po/fr/splash.po
@@ -69,7 +69,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
"Client-Splash est un système d'authentification de HotSpot pour des réseaux "
@@ -308,7 +308,7 @@ msgstr "inconnu"
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/he/splash.po b/applications/luci-app-splash/po/he/splash.po
index bf7e2f0745..eb12759663 100644
--- a/applications/luci-app-splash/po/he/splash.po
+++ b/applications/luci-app-splash/po/he/splash.po
@@ -71,7 +71,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -309,7 +309,7 @@ msgstr "לא ידוע"
msgid "use filesharing applications on this network"
msgstr "השתמש בתוכנות לשיתוף קבצים ברשת זו."
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "לבזבז רוחב פס עם הורדות או שידורים מיותרים"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/hu/splash.po b/applications/luci-app-splash/po/hu/splash.po
index f2c7da14ab..bd66926da6 100644
--- a/applications/luci-app-splash/po/hu/splash.po
+++ b/applications/luci-app-splash/po/hu/splash.po
@@ -64,7 +64,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -296,7 +296,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/it/splash.po b/applications/luci-app-splash/po/it/splash.po
index 8964b6c3fb..870e5f8614 100644
--- a/applications/luci-app-splash/po/it/splash.po
+++ b/applications/luci-app-splash/po/it/splash.po
@@ -79,7 +79,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
"Client-Splash è un sistema di autenticazione hotspot per le reti mesh "
@@ -333,7 +333,7 @@ msgstr "sconosciuto"
msgid "use filesharing applications on this network"
msgstr "utilizzare le applicazioni di filesharing su questa rete"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "sprecate banda con download o flussi inutili"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/ja/splash.po b/applications/luci-app-splash/po/ja/splash.po
index 615be16b23..734e7d89c0 100644
--- a/applications/luci-app-splash/po/ja/splash.po
+++ b/applications/luci-app-splash/po/ja/splash.po
@@ -53,7 +53,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/ms/splash.po b/applications/luci-app-splash/po/ms/splash.po
index 615be16b23..734e7d89c0 100644
--- a/applications/luci-app-splash/po/ms/splash.po
+++ b/applications/luci-app-splash/po/ms/splash.po
@@ -53,7 +53,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/no/splash.po b/applications/luci-app-splash/po/no/splash.po
index 615be16b23..734e7d89c0 100644
--- a/applications/luci-app-splash/po/no/splash.po
+++ b/applications/luci-app-splash/po/no/splash.po
@@ -53,7 +53,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/pl/splash.po b/applications/luci-app-splash/po/pl/splash.po
index 68568848f0..660f2db8e6 100644
--- a/applications/luci-app-splash/po/pl/splash.po
+++ b/applications/luci-app-splash/po/pl/splash.po
@@ -87,7 +87,7 @@ msgstr "Splash kliencki"
# nie ma słowa "autentykacja" - to brzydka kalka z angielskiego.
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
"Klient Splash - sposób uwierzytelniania użytkowników dla sieci WiFi oparty o "
@@ -359,7 +359,7 @@ msgid "use filesharing applications on this network"
msgstr "używał programów do dzielenia się plikami w tej sieci"
# j.w.
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "marnował transfer na niepotrzebne pobieranie plików i strumieni"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/pt-br/splash.po b/applications/luci-app-splash/po/pt-br/splash.po
index cbdc8016c1..c839a74a42 100644
--- a/applications/luci-app-splash/po/pt-br/splash.po
+++ b/applications/luci-app-splash/po/pt-br/splash.po
@@ -84,7 +84,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
"Client-Splash é um sistema de autenticação de ponto de acesso para redes sem "
@@ -363,7 +363,7 @@ msgstr "desconhecido"
msgid "use filesharing applications on this network"
msgstr "usar aplicativos de compartilhamento de arquivos nesta rede"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "usar banda com fluxos ou arquivos baixados não necessários"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/pt/splash.po b/applications/luci-app-splash/po/pt/splash.po
index 05bee4f323..ff99eb3bd9 100644
--- a/applications/luci-app-splash/po/pt/splash.po
+++ b/applications/luci-app-splash/po/pt/splash.po
@@ -68,7 +68,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -302,7 +302,7 @@ msgstr "desconhecido"
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/ro/splash.po b/applications/luci-app-splash/po/ro/splash.po
index 615be16b23..734e7d89c0 100644
--- a/applications/luci-app-splash/po/ro/splash.po
+++ b/applications/luci-app-splash/po/ro/splash.po
@@ -53,7 +53,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/ru/splash.po b/applications/luci-app-splash/po/ru/splash.po
index 24151654a6..655cd9aa98 100644
--- a/applications/luci-app-splash/po/ru/splash.po
+++ b/applications/luci-app-splash/po/ru/splash.po
@@ -88,8 +88,7 @@ msgid "Client-Splash"
msgstr "Splash-Клиент"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
"Splash-Клиент - это система аутентификации точек доступа для беспроводных "
"Mesh сетей."
@@ -359,7 +358,7 @@ msgstr "неизвестно"
msgid "use filesharing applications on this network"
msgstr "использование файлообменных приложений в этой сети"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "тратить пропускную способность на ненужные загрузки или потоки"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/sk/splash.po b/applications/luci-app-splash/po/sk/splash.po
index e9dd448ec5..6372baf63b 100644
--- a/applications/luci-app-splash/po/sk/splash.po
+++ b/applications/luci-app-splash/po/sk/splash.po
@@ -64,7 +64,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -296,7 +296,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/sv/splash.po b/applications/luci-app-splash/po/sv/splash.po
index a5ebcb7efe..3cb6121808 100644
--- a/applications/luci-app-splash/po/sv/splash.po
+++ b/applications/luci-app-splash/po/sv/splash.po
@@ -66,8 +66,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
msgid ""
@@ -313,7 +312,7 @@ msgstr "okänd"
msgid "use filesharing applications on this network"
msgstr "använd fildelningsapplikationer i det här nätverket"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "slösa bandbredd med onödiga nerladdningar eller strömmar"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/templates/splash.pot b/applications/luci-app-splash/po/templates/splash.pot
index f29b736915..70a3f6dcee 100644
--- a/applications/luci-app-splash/po/templates/splash.pot
+++ b/applications/luci-app-splash/po/templates/splash.pot
@@ -56,8 +56,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
msgid ""
@@ -288,7 +287,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/tr/splash.po b/applications/luci-app-splash/po/tr/splash.po
index 03fa7b3b74..04faa37ca3 100644
--- a/applications/luci-app-splash/po/tr/splash.po
+++ b/applications/luci-app-splash/po/tr/splash.po
@@ -64,7 +64,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -296,7 +296,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/uk/splash.po b/applications/luci-app-splash/po/uk/splash.po
index 2364c63d41..2fd76fd439 100644
--- a/applications/luci-app-splash/po/uk/splash.po
+++ b/applications/luci-app-splash/po/uk/splash.po
@@ -65,7 +65,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -297,7 +297,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/vi/splash.po b/applications/luci-app-splash/po/vi/splash.po
index 615be16b23..734e7d89c0 100644
--- a/applications/luci-app-splash/po/vi/splash.po
+++ b/applications/luci-app-splash/po/vi/splash.po
@@ -53,7 +53,7 @@ msgid "Client-Splash"
msgstr ""
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr ""
@@ -285,7 +285,7 @@ msgstr ""
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/zh-cn/splash.po b/applications/luci-app-splash/po/zh-cn/splash.po
index fbb49af845..773e5d65e7 100644
--- a/applications/luci-app-splash/po/zh-cn/splash.po
+++ b/applications/luci-app-splash/po/zh-cn/splash.po
@@ -82,7 +82,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr "Client-Splash 是无线网状网络的一个热点认证系统。"
@@ -329,7 +329,7 @@ msgstr "未知"
msgid "use filesharing applications on this network"
msgstr "在此网络上使用文件共享应用程序"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "用不必要的下载或流媒体浪费带宽"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/po/zh-tw/splash.po b/applications/luci-app-splash/po/zh-tw/splash.po
index 6238a666b4..c20a1ba7a3 100644
--- a/applications/luci-app-splash/po/zh-tw/splash.po
+++ b/applications/luci-app-splash/po/zh-tw/splash.po
@@ -82,7 +82,7 @@ msgid "Client-Splash"
msgstr "Client-Splash"
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
+"Client-Splash is a hotspot authentication system for wireless mesh "
"networks."
msgstr "Client-Splash 是無線網狀網路的一個熱點認證系統。"
@@ -329,7 +329,7 @@ msgstr "未知"
msgid "use filesharing applications on this network"
msgstr "在此網路上使用檔案共享應用程式"
-msgid "waste bandwidth with unneccesary downloads or streams"
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "用不必要的下載或流媒體浪費頻寬"
msgid "whitelisted"
diff --git a/applications/luci-app-splash/root/etc/init.d/luci_splash b/applications/luci-app-splash/root/etc/init.d/luci_splash
index feefabd81a..01a606c321 100755
--- a/applications/luci-app-splash/root/etc/init.d/luci_splash
+++ b/applications/luci-app-splash/root/etc/init.d/luci_splash
@@ -237,12 +237,12 @@ start() {
[ -s $IPT_REPLAY ] && . $IPT_REPLAY
echo -n > $IPT_REPLAY
- ### Add interface independant prerouting rules
+ ### Add interface independent prerouting rules
$IPT -t nat -A luci_splash_prerouting -j luci_splash_leases
$IPT -t nat -A luci_splash_leases -p udp --dport 53 -j REDIRECT --to-ports 53
$IPT -t nat -A luci_splash_leases -p tcp --dport 80 -j REDIRECT --to-ports 8082
- ### Add interface independant forwarding rules
+ ### Add interface independent forwarding rules
$IPT -t filter -A luci_splash_forwarding -j luci_splash_filter
$IPT -t filter -A luci_splash_filter -p tcp -j REJECT --reject-with tcp-reset
$IPT -t filter -A luci_splash_filter -j REJECT --reject-with icmp-net-prohibited