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.po109
-rw-r--r--applications/luci-app-splash/po/cs/splash.po103
-rw-r--r--applications/luci-app-splash/po/de/splash.po111
-rw-r--r--applications/luci-app-splash/po/el/splash.po103
-rw-r--r--applications/luci-app-splash/po/en/splash.po103
-rw-r--r--applications/luci-app-splash/po/es/splash.po107
-rw-r--r--applications/luci-app-splash/po/fr/splash.po107
-rw-r--r--applications/luci-app-splash/po/he/splash.po103
-rw-r--r--applications/luci-app-splash/po/hu/splash.po103
-rw-r--r--applications/luci-app-splash/po/it/splash.po107
-rw-r--r--applications/luci-app-splash/po/ja/splash.po103
-rw-r--r--applications/luci-app-splash/po/ms/splash.po103
-rw-r--r--applications/luci-app-splash/po/no/splash.po103
-rw-r--r--applications/luci-app-splash/po/pl/splash.po103
-rw-r--r--applications/luci-app-splash/po/pt-br/splash.po111
-rw-r--r--applications/luci-app-splash/po/pt/splash.po103
-rw-r--r--applications/luci-app-splash/po/ro/splash.po103
-rw-r--r--applications/luci-app-splash/po/ru/splash.po103
-rw-r--r--applications/luci-app-splash/po/sk/splash.po103
-rw-r--r--applications/luci-app-splash/po/sv/splash.po103
-rw-r--r--applications/luci-app-splash/po/templates/splash.pot103
-rw-r--r--applications/luci-app-splash/po/tr/splash.po103
-rw-r--r--applications/luci-app-splash/po/uk/splash.po103
-rw-r--r--applications/luci-app-splash/po/vi/splash.po103
-rw-r--r--applications/luci-app-splash/po/zh-cn/splash.po239
-rw-r--r--applications/luci-app-splash/po/zh-tw/splash.po282
-rwxr-xr-xapplications/luci-app-splash/root/etc/init.d/luci_splash4
30 files changed, 2807 insertions, 230 deletions
diff --git a/applications/luci-app-splash/Makefile b/applications/luci-app-splash/Makefile
index 5740aa5f7..465372487 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 c09d2e0f7..bd88e8a6e 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 8d84463ef..64c326ff3 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 3afef1a7b..661802fca 100644
--- a/applications/luci-app-splash/po/ca/splash.po
+++ b/applications/luci-app-splash/po/ca/splash.po
@@ -13,9 +13,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Accepta"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -23,6 +26,7 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
@@ -32,155 +36,205 @@ msgstr ""
"sense notificació per qualsevol motiu, en certs dispositius, i pot ser "
"bloquejat a certs usuaris."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Clients actius"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Hosts/subxarxes permets"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Llista negra"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Bloquejat"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Declina"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
-msgstr "Dona una mica de diners per a ajudar-nos a mantenir aquest project viu."
+msgstr ""
+"Dona una mica de diners per a ajudar-nos a mantenir aquest project viu."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Límit de baixada"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Política d'ús just"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zona de tallafocs"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Nom de host"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Adreça IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
-"Si opereu el vostre propi equip WiFi, utilitzeu canals distints dels "
-"nostres."
+"Si opereu el vostre propi equip WiFi, utilitzeu canals distints dels nostres."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "Si utilitzeu aquesta xarxa regularment, us demanem el vostre suport:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Intercepta trànsit de clients en aquesta interfície"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfícies"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "interfícies que s'utilitzen pel Splash."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "Activitats legalment prohibits"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "Contingut legalment prohibit"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Adreça MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "Les adreces MAC en aquesta llista estan bloquejades."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Màscara de xarxa"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Xarxa"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Cap client connectat"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -188,24 +242,32 @@ msgstr ""
"Si us plau, noteu que no som proveïdor de servei de Internet sinó una xarxa "
"comunitària experimental."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Política"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Seguretat"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Desa"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -213,23 +275,27 @@ msgstr ""
"La xarxa, com a la Internet, no és xifrada i és oberta. Cada partícip és "
"responsable de la seguretat dels seus propis connexions i dispositius."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
@@ -237,6 +303,7 @@ msgstr ""
"El partícip consent a no transferir contingut sobre la xarxa que violi la "
"llei."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
@@ -244,6 +311,7 @@ msgstr ""
"El partícip consent a no utilitzar la xarxa de qualsevol manera que danyi la "
"infraestructura, la xarxa en si, els seus operadors o altres partícips."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
@@ -252,9 +320,11 @@ msgstr ""
"organitzadors personals o dispositius similars (\"Dispositius\") dels seus "
"partícips dins de la xarxa."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Temps restant"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -262,24 +332,31 @@ msgstr ""
"Per demanar el motiu perquè s'us ha bloquejat o per demanar l'accés de nou, "
"podeu intentar contactar al propietari d'aquest punt d'accés:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Trànsit entrant/sortint"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Límit de pujada"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Acord d'ús"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Benvingut"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Llista blanca"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Ja esteu connectat a la xarxa en malla sense fil gratis"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -289,6 +366,7 @@ msgstr ""
"pot utilitzar els següents marcadors: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME### ###LIMIT### i ###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -296,35 +374,54 @@ msgstr ""
"S'us ha bloquejat el accés a aquesta xarxa, probablement perquè heu fet "
"alguna cosa que les nostres regles explícitament prohibeixen."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "La vostra amplada de banda està limitat a"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "prohibit"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "caducat"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "opcional quan s'utilitza adreces de host"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "realitza qualsevol tipus d'activitat il·legal"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "bloquejat temporalment"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "desconegut"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
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"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "malgasta l'amplada de banda amb baixades o corrents innecessaris"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "en llista blanca"
diff --git a/applications/luci-app-splash/po/cs/splash.po b/applications/luci-app-splash/po/cs/splash.po
index 671afd79e..794789479 100644
--- a/applications/luci-app-splash/po/cs/splash.po
+++ b/applications/luci-app-splash/po/cs/splash.po
@@ -11,9 +11,12 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.6\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Přijmout"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -26,18 +29,22 @@ msgstr ""
"dostupná šířka pásma je omezená a z tohoto důvodu vás žádáme, abyste "
"nedělali žádné z následujících věcí:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Aktivní klienti"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Povolení hostitelé/podsítě"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
@@ -45,6 +52,7 @@ msgstr ""
"Kromě možnosti vytvořit celý vlastní text místo textu výše také můžete jen "
"jako doplněk připojit svůj text jeho napsáním sem."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -54,108 +62,142 @@ msgstr ""
"(upload a download) jsou nastaveny. Hodnotou 0 úplně vypnete toto omezení. "
"Klienti na whitelistu nejsou omezeni."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Staňte se aktivním členem této komunity a přispějte provozováním vlastního "
"uzlu"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Blacklist"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Zablokovaný"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
#, fuzzy
msgid "Client-Splash"
msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr "Rychlost stahování je pro klienty omezena na tuto hodnotu (kbyte/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Odmítnout"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "Darováním peněz nám pomůžete udržet tento projekt naživu"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Limit stahování"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Fair Use Policy"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zóna firewallu"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Hostname"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "IP adresa"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Rozhraní"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -163,18 +205,25 @@ msgstr ""
"KB/s (Stahování/Nahrávání). Aktivním přispíváním tomuto projektu můžete moci "
"odebrat tento limit."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "MAC adresa"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "MAC adresy v tomto seznamu jsou blokovány"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -182,15 +231,20 @@ msgstr ""
"Mac adresy klientů na whitelistu. Tito nemusí přijímat splash a nejsou "
"omezeni šířkou pásma."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Síťová maska"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Síť"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Žádní klienti nejsou připojeni"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -198,64 +252,80 @@ msgstr ""
"Vezměte prosím na vědomí, že nejsme žádní ISP, ale experimentální komunitní "
"síť."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Politika"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Bezpečnost"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Uložit"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Zbývající čas"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -263,24 +333,31 @@ msgstr ""
"Pokud se chcete zeptat, proč jste byli zablokováni nebo jak získat zpět "
"přístup, můžete se pokusit kontaktovat vlastníka tohoto přístupového bodu:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Provoz dovnitř/ven"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Limit nahrávání"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Vítejte"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Whitelist"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -290,6 +367,7 @@ msgstr ""
"značky: ###COMMUNITY###, ###COMMUNITY_URL###, ###CONTACTURL###, "
"###LEASETIME###, ###LIMIT### and ###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -297,36 +375,55 @@ msgstr ""
"Váš přístup do této sítě byl zablokován, nejspíše jste udělal něco, co naše "
"pravidla výslovně zakazují."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Vaše šířka pásma je omezena na"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "na černé listině"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "prošlý"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "provádět nějaký z druhů nelegálních činností"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "dočasně zablokován"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "neznámý"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
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"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "plýtvat šířkou pásma nepotřebným stahováním nebo streamy"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "na bílé listině"
diff --git a/applications/luci-app-splash/po/de/splash.po b/applications/luci-app-splash/po/de/splash.po
index 8b1cd9a5e..361cefe13 100644
--- a/applications/luci-app-splash/po/de/splash.po
+++ b/applications/luci-app-splash/po/de/splash.po
@@ -12,9 +12,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Akzeptieren"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -26,6 +29,7 @@ msgstr ""
"sich diese wenigen Zugänge teilen müssen bitten wir darum, folgende "
"Aktivitäten zu unterlassen:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
@@ -35,12 +39,15 @@ msgstr ""
"Angabe von Gründen unterbrochen oder für bestimmte Endgeräte und Teilnehmer "
"gesperrt werden."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "verbundene Clients"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Erlaubte Rechner/Netzwerke"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
@@ -49,6 +56,7 @@ msgstr ""
"nur eigener Text in die Default-Splashseite eingebunden werden. Dazu im "
"folgenden Feld den eigenen Text eingeben."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -59,39 +67,49 @@ msgstr ""
"deaktiviert die Bandbreitenbeschränkung komplett. Rechner/Netze aus der "
"Whitelist werden nicht limitiert."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Werde ein aktives Mitglied unserer Community und hilf, indem du selber einen "
"Access Point betreibst."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Blacklist "
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Gesperrt"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
-"Durch das Akzeptieren dieser Regeln kannst du unser Netzwerk für %s Stunde"
-"(n) benutzen. Danach wirst du aufgefordert diese Bedingungen erneut zu "
+"Durch das Akzeptieren dieser Regeln kannst du unser Netzwerk für %s "
+"Stunde(n) benutzen. Danach wirst du aufgefordert diese Bedingungen erneut zu "
"akzeptieren."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "Freigabezeit"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
"Client-Splash ist ein Hotspot-Authentifizierungssystem für Freifunk und "
"andere Meshnetzwerke."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
@@ -101,10 +119,12 @@ msgstr ""
"keine URL angegeben dann werden Clients zu der ursprünglich angeforderten "
"Seite weitergeleitet."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
"Downloadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s) "
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
@@ -112,16 +132,21 @@ msgstr ""
"Clients die den Splash akzeptiert haben dürfen das Netzwerk für so viele "
"Stunden benutzen."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Ablehnen"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
@@ -130,54 +155,71 @@ msgstr ""
"Splashvorgang ausgenommen, d.h. sie können von Clients immer und ohne "
"Authentifizierung erreicht werden."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
"Hilf durch eine Spende dieses Projekt aufrechzuerhalten oder weiter "
"auszubauen."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Downloadbegrenzung"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr "Bearbeiten des kompletten Splash-Textes."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Fair Use Policy"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Firewallzone"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Rechnername"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "IP-Adresse"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr "Betreibe deine eigenen WLAN-Geräte auf anderen Kanälen als wir."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "Wenn du unser Netzwerk regelmässig benutzt dann hilf uns bitte, z.B.:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr "Einbinden von eigenem Text in die Default-Splashseite"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Clientverkehr auf dieser Schnittstelle abfangen"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Schnittstellen"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Schnittstellen die für Splash benutzt werden."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -185,18 +227,25 @@ msgstr ""
"KB/s (Download/Upload). Durch die aktive Teilnahme an unserem Netzwerks "
"kannst du dieses Bandbreitenlimit deaktivieren."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "Verbotene Handlungen"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "Verbotene Inhalte"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "MAC-Adresse"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "MAC-Adressen in dieser Liste werden geblockt."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -204,15 +253,20 @@ msgstr ""
"MAC-Adressen von Clients in der Whitelist. Diese müssen den Splash nicht "
"akzeptieren und unterliegen keinen Bandbreitenbegrenzungen."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Netzmaske"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Netzwerk"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Keine Clients verbunden."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -220,24 +274,32 @@ msgstr ""
"Bitte sei dir darüber bewusst, dass wir kein Internetanbieter sondern ein "
"experimentelles Gemeinschaftsnetzwerk sind."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Richtlinie"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "Ziel für Weiterleitung"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Sicherheit"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Speichern"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "Splashregeln werden in diese Firewallzone eingegliedert"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Splash-Text"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -246,6 +308,7 @@ msgstr ""
"Teilnehmer ist selbst für die Sicherheit seiner Verbindungen und seiner "
"Endgeräte verantwortlich."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
@@ -255,6 +318,7 @@ msgstr ""
"(\"Betreiber\"), die die nötigen Geräte und Internet-Anschlüsse "
"(\"Infrastruktur\") auf eigene Kosten zur Verfügung stellen."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
@@ -264,6 +328,7 @@ msgstr ""
"Endgeräte, Schäden an Endgeräten oder finanzielle Verluste, die ein "
"Teilnehmer durch die Nutzung des Netzwerks erleidet ab."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
@@ -272,6 +337,7 @@ msgstr ""
"Handlungen zu unterlassen, welche gesetzliche Bestimmungen oder die Rechte "
"Dritter verletzen."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
@@ -279,6 +345,7 @@ msgstr ""
"Der Teilnehmer verpflichtet sich, keine Inhalte über das Netzwerk zu "
"übertragen, welche gegen geltendes Recht verstoßen."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
@@ -287,6 +354,7 @@ msgstr ""
"beanspruchen, welche die Infrastruktur, das Netzwerk selbst, dessen "
"Betreiber oder andere Teilnehmer beeinträchtigt."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
@@ -295,9 +363,11 @@ msgstr ""
"die Teilnehmer, welche sich mittels Computer, Handheld o.ä (\"Endgerät\") "
"mit dem Netzwerk verbinden."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Verbleibende Zeit"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -305,24 +375,31 @@ msgstr ""
"Um nach dem Grund der Sperrung zu fragen oder um deren Aufhebung zu bitten "
"wende dich an den Administrator dieses Access Points:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Ein-/Ausgehender Verkehr"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Upload-Begrenzung"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Nutzungsbestimmungen"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Willkommen"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Whitelist"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Du bist jetzt verbunden mit dem freien Funknetzwerk"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -333,6 +410,7 @@ msgstr ""
"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### und "
"###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -341,36 +419,55 @@ msgstr ""
"verschiedene Gründe haben, sehr wahrscheinlich hast du jedoch die Regeln "
"dieses Netzwerks nicht beachtet und dadurch Probleme verursacht."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Deine Bandbreite ist limitiert auf"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "gesperrt"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "abgelaufen"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "Die Angabe ist optional wenn nur einzelne Rechner/IPs verwendet werden"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "Illegale Aktivitäten"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "gesplasht"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "Vorübergehend geblockt"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "Unbekannt"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr "Filesharing betreiben"
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "Bandbreite durch unnötige Downloads oder Streams zu verschwenden."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "erlaubt"
@@ -379,5 +476,5 @@ msgstr "erlaubt"
#~ "they are always allowed."
#~ msgstr ""
#~ "Rechner und Netzwerke die hier aufgeführt sind werden vom Splashvorgang "
-#~ "ausgenommen, d.h. sie dürfen das Netzwerk immer und ohne Authentifizierung "
-#~ "benutzen."
+#~ "ausgenommen, d.h. sie dürfen das Netzwerk immer und ohne "
+#~ "Authentifizierung benutzen."
diff --git a/applications/luci-app-splash/po/el/splash.po b/applications/luci-app-splash/po/el/splash.po
index df90478f7..3ba571d50 100644
--- a/applications/luci-app-splash/po/el/splash.po
+++ b/applications/luci-app-splash/po/el/splash.po
@@ -13,9 +13,12 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.4\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -23,285 +26,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Διεύθυνση IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Διεπαφές"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Διεύθυνση MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Δίκτυο"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Αποθήκευση"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/en/splash.po b/applications/luci-app-splash/po/en/splash.po
index 615be16b2..02e426bc5 100644
--- a/applications/luci-app-splash/po/en/splash.po
+++ b/applications/luci-app-splash/po/en/splash.po
@@ -1,6 +1,9 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -8,285 +11,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/es/splash.po b/applications/luci-app-splash/po/es/splash.po
index 836352ea9..0820409b5 100644
--- a/applications/luci-app-splash/po/es/splash.po
+++ b/applications/luci-app-splash/po/es/splash.po
@@ -13,9 +13,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Aceptar"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -27,6 +30,7 @@ msgstr ""
"conexiones se comparten entre todos los usuarios. Por este motivo el ancho "
"de banda está limitado y le pedimos que no haga:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
@@ -36,12 +40,15 @@ msgstr ""
"momento, sin aviso y por cualquier motivo, para ciertos dispositivos y/o es "
"posible bloquearlo para ciertos usuarios."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Clientes activos"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Máquinas y subredes permitidas"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
@@ -49,6 +56,7 @@ msgstr ""
"En vez de editar el splash entero puede introducir aquí un texto que se "
"mostrará en el splash por defecto."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -58,18 +66,22 @@ msgstr ""
"límite de subida como el de bajada. Ponga 0 para desactivarla. A los "
"clientes en lista blanca no se les limita."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Conviértase en un miembro activo de esta comunidad y ayude gestionando su "
"propio nodo"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Lista negra"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Bloqueado"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
@@ -77,17 +89,23 @@ msgstr ""
"Aceptar estas reglas le permite usar esta red durante %s hora(s). Tras este "
"tiempo tendrá que aceptarlas de nuevo."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "Tiempo de autorización"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Cliente-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr "Cliente-Splash es un sistema de autentificación para redes mesh."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
@@ -95,9 +113,11 @@ msgstr ""
"Se redirigirá a los clientes a esta página tras haber aceptado el splash. Si "
"se deja vacío se les redirigirá a la página que habían pedido."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr "La velocidad de descarga de los clientes está limitada a (Kbytes/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
@@ -105,15 +125,20 @@ msgstr ""
"Horas a las que se permitirá usar la red a los clientes que acepten la "
"presentación."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Rechazar"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
@@ -121,52 +146,69 @@ msgstr ""
"Redes y hosts destino excluidos de splash, es decir, que siempre son "
"admitidos."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "Haga una aportación para ayudarnos a mantener este proyecto vivo."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Límite de descarga"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr "Editar el texto completo del splash"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Política de uso adecuado"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zona del cortafuegos"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Nombre de máquina"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Dirección IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr "Si maneja su propio wi-fi use canales diferentes de los nuestros."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "Si es usuario habitual de esta red le pedimos apoyo:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr "Incluir su propio texto en el splash por defecto"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Interceptar el tráfico cliente en esta interfaz"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfaces"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Interfaces usados para Splash."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -174,18 +216,25 @@ msgstr ""
"KB/s (Descarga/Subida). Puede evitar este límite contribuyendo activamente a "
"este proyecto."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "Actividades prohibidas por ley"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "Contenido prohibido por ley"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Dirección MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "Direcciones MAC bloqueadas."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -193,15 +242,20 @@ msgstr ""
"Direcciones MAC de clientes en lista blanca. Estos no tendrán que aceptar la "
"presentación ni tendrán limitado el ancho de banda."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Máscara de red"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Red"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Sin clientes conectados"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -209,24 +263,32 @@ msgstr ""
"Tenga presente que no somos un proveedor de acceso a internet sino una red "
"comunitaria experimental."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Politica"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "Redirige objetivo"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Seguridad"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Guardar"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "Zona del cortafuegos en la que está integradas las reglas del Splash"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Mensaje de presentación"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -234,6 +296,7 @@ msgstr ""
"La red, como internet, no está encriptada y es abierta. Cada participante es "
"responsable de la seguridad de sus propias conexiones y dispositivos."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
@@ -243,6 +306,7 @@ msgstr ""
"necesario y conexiones a internet (\"infraestructura\") de su propio "
"bolsillo."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
@@ -252,6 +316,7 @@ msgstr ""
"autorizado a dispositivos o pérdidas financieras que los participantes "
"pudiesen incurrir por el uso de la red."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
@@ -259,12 +324,14 @@ msgstr ""
"El participante acepta no llevar a cabo ninguna acción y evitará acciones "
"que pudiese violar las leyes o infringir los derechos de terceros."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
"El participante acepta no transferir contenido que viole la ley por la red."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
@@ -272,6 +339,7 @@ msgstr ""
"El participante acepta no usar la red de ninguna manera que dañe la "
"infraestructura, la propia red, sus operadores u otros participantes."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
@@ -279,9 +347,11 @@ msgstr ""
"Estos términos cubren el uso de la red por los ordenadores de sus "
"participantes, PDAs o dispositivos similares."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Tiempo restante"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -289,24 +359,31 @@ msgstr ""
"Para preguntar porqué se le ha bloqueado o pedir acceso de nuevo intente "
"contactar con el propietario de este punto de acceso:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Tráfico entrante/saliente"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Límite de subida"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Acuerdo de uso"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Bienvenido"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Lista blanca"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Se ha conectado a la red libre mesh inalámbrica"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -316,6 +393,7 @@ msgstr ""
"usar las siguientes etiquetas: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### y ###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -323,36 +401,55 @@ msgstr ""
"Se le ha bloqueado el acceso a esta red, probablemente porque hizo algo "
"prohibido explícitamente en sus reglas."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Su ancho de banda está limitado a"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "en lista negra"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "caducado"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "opcional si usa direcciones de máquina"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "llevar a cabo cualquier tipo de actividades ilegales"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "Recibido"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "bloqueado temporalmente"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "desconocido"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
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"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "malgastar ancho de banda con descargas innecesarias o multimedia"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "en lista blanca"
@@ -360,8 +457,8 @@ msgstr "en lista blanca"
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
#~ msgstr ""
-#~ "A estas máquinas y redes no se les mostrará la presentación y siempre serán "
-#~ "bienvenidas."
+#~ "A estas máquinas y redes no se les mostrará la presentación y siempre "
+#~ "serán bienvenidas."
#~ msgid "By accepting these rules you can use this network for"
#~ msgstr "Si acepta estas reglas pordrá usar esta red para"
diff --git a/applications/luci-app-splash/po/fr/splash.po b/applications/luci-app-splash/po/fr/splash.po
index e525ab316..7016a2bca 100644
--- a/applications/luci-app-splash/po/fr/splash.po
+++ b/applications/luci-app-splash/po/fr/splash.po
@@ -10,9 +10,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Accepter"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -20,23 +23,28 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Clients actifs"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Hôtes/sous-réseaux autorisés"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -47,43 +55,55 @@ msgstr ""
"pour complètement désactiver cette limitation. Les clients autorisés (liste-"
"blanche) ne sont pas limités."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "interdire (liste-noire)"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "Durée d'autorisation"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"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 "
"sans-fil maillés."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
"La vitesse de téléchargement des clients est limitée à cette valeur (en ko/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
@@ -91,83 +111,112 @@ msgstr ""
"Les clients qui auront passé la page d'accueil seront autorisés à utiliser "
"le réseau pendant ce nombre d'heures donné."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Refuser"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Limite en télé-chargement"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zone du pare-feu"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Hôte"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Adresse IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Intercepter le trafic-client sur cette interface"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfaces"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Interfaces utilisés pour l'accueil."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Adresse MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "Les adresses MAC de cette liste sont bloquées."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -175,142 +224,190 @@ msgstr ""
"Adresses MAC des clients autorisés d'office. Ils n'ont pas à accepter la "
"page d'accueil et ne sont pas limités en bande-passante."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Masque"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Réseau"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Aucun client connecté"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Politique"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Sauvegarder"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "Les règles du HotSpot sont intégrés dans cette zone du pare-feu"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Texte de la page d'accueil"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Temps restant"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Trafic entrant/sortant"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Limite du trafic montant"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Liste-blanche"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "interdit (par liste-noire)"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "terminé"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "optionnel quand on utilise des adresses d'hôtes"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "À l'accueil"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "bloqué(s) temporairement"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "inconnu"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "autorisés par liste blanche"
@@ -318,8 +415,8 @@ msgstr "autorisés par liste blanche"
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
#~ msgstr ""
-#~ "Les hôtes et réseaux listés ici sont exclus de l'accueil du HotSpot, ils ne "
-#~ "seront jamais autorisés."
+#~ "Les hôtes et réseaux listés ici sont exclus de l'accueil du HotSpot, ils "
+#~ "ne seront jamais autorisés."
#~ msgid "Edit Splash text"
#~ msgstr "Modifier le texte de la page d'accueil"
diff --git a/applications/luci-app-splash/po/he/splash.po b/applications/luci-app-splash/po/he/splash.po
index bf7e2f074..eda336ba5 100644
--- a/applications/luci-app-splash/po/he/splash.po
+++ b/applications/luci-app-splash/po/he/splash.po
@@ -13,9 +13,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -26,223 +29,290 @@ msgstr ""
"האינטרנט האישי שלהם. אותם חיבורים מעטים משותפים בין כל המשתמשים. משמע רוחב "
"הפס הזמין מוגבל ולכן אנו מבקשים מכם לא לעשות את הדברים הבאים:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr "הפוך לחבר פעיל של הקהילה ועזור ע\"י תפעול נקודה של עצמך"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "חסומים"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "דחה"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "תרום כסף על מנת שנוכל לשמור על הפרוייקט הזה חי."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "הגבלת הורדה"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "כתובת IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr "אם הנך מפעיל מכשירי wifi של עצמך השתמש בערוצים שונים משלנו."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "אם הנך משתמש ברשת זו על בסיס קבוע אנו מבקשים את תמיכתך:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "ממשקים"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
"KB/s (הורדה/העלאה). הנך יכול להוריד מגבלה זו ע\"י תרומה פעילה לפרוייקט זה."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "כתובת MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "כתובות MAC ברשימה זו הינם חסומים."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "רשת"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr "שים לב שאנו לא ספק אינטרנט אלא רשת חברתית נסיונית."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "מדיניות"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "שמור"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "זמן שנותר"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -250,31 +320,39 @@ msgstr ""
"על מנת לשאול לסיבה שבגגלה נחסמת או לבקש גישה מחדש הנך יכול לנסות ליצור קשר "
"עם הבעלים של נקודת גישה זו:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "הגבלת העלאה"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "ברוכים הבאים"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
#, fuzzy
msgid "You are now connected to the free wireless mesh network"
msgstr "הנך מחובר כעת לרשת האלחוטית החינמית"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -282,36 +360,55 @@ msgstr ""
"הגישה שלך לרשת זו נחסמה, ככל הנראה בגלל שעשית משהו שהחוקים שלנו אוסרים "
"במפורש."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "רוחב הפס שלך מוגבל ל"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "פג תוקף"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "בצע פעילות בלתי חוקית מכל סוג שהוא"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "חסום זמנית"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "לא ידוע"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr "השתמש בתוכנות לשיתוף קבצים ברשת זו."
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "לבזבז רוחב פס עם הורדות או שידורים מיותרים"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/hu/splash.po b/applications/luci-app-splash/po/hu/splash.po
index f2c7da14a..97b1138f3 100644
--- a/applications/luci-app-splash/po/hu/splash.po
+++ b/applications/luci-app-splash/po/hu/splash.po
@@ -9,9 +9,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -19,285 +22,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/it/splash.po b/applications/luci-app-splash/po/it/splash.po
index 8964b6c3f..7f169775f 100644
--- a/applications/luci-app-splash/po/it/splash.po
+++ b/applications/luci-app-splash/po/it/splash.po
@@ -13,9 +13,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Accetta"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -28,23 +31,28 @@ msgstr ""
"larghezza di banda a disposizione è limitato e per questo vi chiediamo di "
"non fare una delle seguenti operazioni:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Attiva Clienti"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Hosts/Sottoreti Consentite"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -55,44 +63,56 @@ msgstr ""
"pari a 0 qui per disattivare completamente questa limitazione. I client "
"inseriti nell'elenco dei consentiti non sono limitati."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Diventare un membro attivo di questa comunità e aiutaci nell'utilizzo del "
"proprio nodo"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Lista Nera"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Bloccato"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "Spazio tempo"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
"Client-Splash è un sistema di autenticazione hotspot per le reti mesh "
"wireless."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr "La velocità di download dei clienti è limitata a tale valore (kbyte/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
@@ -100,70 +120,92 @@ msgstr ""
"I clienti che hanno accettato lo splash sono autorizzati ad utilizzare la "
"rete anche per molte ore."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Rifiuta"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
"Effettua una donazione per aiutare a mantenere in attività questo progetto."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Limite di download"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zona Firewall"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Nome Host"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Indirizzo IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
"Se si utilizza una propria apparecchiatura wifi utilizzare canali differenti "
"dalle nostre."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
"Se si utilizza questa rete su base regolare vi chiediamo il vostro sostegno:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Intercettare il traffico cliente su questa interfaccia"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfacce"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Interfacce usate per lo Splash."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -171,18 +213,25 @@ msgstr ""
"KB/s (Download/Upload). Si può essere in grado di rimuovere questo limite, "
"contribuendo attivamente a questo progetto."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Indirizzo MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "gli indirizzi MAC in questo elenco sono bloccati."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -190,15 +239,20 @@ msgstr ""
"Gli indirizzi MAC dei clienti dell'elenco consentito. Questi non hanno "
"bisogno di accettare lo splash e non hanno la larghezza di banda limitata."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Maschera Rete"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Rete"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Nessun cliente connesso"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -206,64 +260,80 @@ msgstr ""
"Si prega di notare che non siamo un provider di servizi internet, ma una "
"rete di comunità sperimentale."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Politica"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Salva"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "Le regole Splash sono integrate in questa zona firewall"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Splashtext"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Tempo restante"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -271,24 +341,31 @@ msgstr ""
"Per richiedere il motivo per cui sono state bloccate o chiedere l'accesso di "
"nuovo si può provare a contattare il proprietario di questo punto di accesso:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Traffico ingresso/uscita"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Limite di upload"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Benvenuti"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Elenco Consentiti"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Ora si è connessi alla rete mesh wireless gratuita"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -299,6 +376,7 @@ msgstr ""
"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and "
"###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -306,36 +384,55 @@ msgstr ""
"L'accesso a questa rete è stata bloccata, molto probabilmente perché hai "
"fatto qualcosa che le nostre regole vietano espressamente."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "La tua larghezza di banda è limitata a"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "Lista Nera"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "scaduto"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "opzionale quando si utilizza indirizzi host"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "eseguire qualsiasi tipo di attività illegali"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "splashed"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "temporaneamente bloccato"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "sconosciuto"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr "utilizzare le applicazioni di filesharing su questa rete"
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "sprecate banda con download o flussi inutili"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "Elenco contensiti"
@@ -343,8 +440,8 @@ msgstr "Elenco contensiti"
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
#~ msgstr ""
-#~ "Le reti e gli host che sono elencate qui sono esclusi dallo splashing, cio* "
-#~ "sono sempre ammessi."
+#~ "Le reti e gli host che sono elencate qui sono esclusi dallo splashing, "
+#~ "cio* sono sempre ammessi."
#~ msgid "By accepting these rules you can use this network for"
#~ msgstr "Accettando queste regole è possibile utilizzare questa rete per"
diff --git a/applications/luci-app-splash/po/ja/splash.po b/applications/luci-app-splash/po/ja/splash.po
index 615be16b2..02e426bc5 100644
--- a/applications/luci-app-splash/po/ja/splash.po
+++ b/applications/luci-app-splash/po/ja/splash.po
@@ -1,6 +1,9 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -8,285 +11,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/ms/splash.po b/applications/luci-app-splash/po/ms/splash.po
index 615be16b2..02e426bc5 100644
--- a/applications/luci-app-splash/po/ms/splash.po
+++ b/applications/luci-app-splash/po/ms/splash.po
@@ -1,6 +1,9 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -8,285 +11,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/no/splash.po b/applications/luci-app-splash/po/no/splash.po
index 615be16b2..02e426bc5 100644
--- a/applications/luci-app-splash/po/no/splash.po
+++ b/applications/luci-app-splash/po/no/splash.po
@@ -1,6 +1,9 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -8,285 +11,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/pl/splash.po b/applications/luci-app-splash/po/pl/splash.po
index 68568848f..da2ab0db3 100644
--- a/applications/luci-app-splash/po/pl/splash.po
+++ b/applications/luci-app-splash/po/pl/splash.po
@@ -14,9 +14,12 @@ msgstr ""
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.6\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Akceptuj"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -28,6 +31,7 @@ msgstr ""
"jest rozdzielanych między wszystkich użytkowników. Oznacza to, że transfer "
"jest ograniczony. Z tego powodu prosimy, abyś nie:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
@@ -37,12 +41,15 @@ msgstr ""
"bez podawania jakiegokolwiek powodu, dla niektórych urządzeń i/lub "
"niektórych użytkowników."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Aktywni klienci"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Dozwolone hosty/podsieci"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
@@ -50,6 +57,7 @@ msgstr ""
"Jako alternatywę do edycji pełnego tekstu powitalnego możesz po prostu "
"zawrzeć własny tekst wpisując go tutaj."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -59,17 +67,21 @@ msgstr ""
"- pobierania i wysyłania. Ustaw 0, aby całkowicie wyłączyć to ograniczenie. "
"Nie dotyczy ono klientów z białej listy."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Zostań aktywnym członkiem tej społeczności i pomóż, zakładając własny węzeł"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Czarna lista"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Zablokowane"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
@@ -78,21 +90,27 @@ msgstr ""
"czasie należy zaakceptować te zasady ponownie."
# z niemieckiego tłumaczenia
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
#, fuzzy
msgid "Clearance time"
msgstr "Czas wyzwalacza"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Splash kliencki"
# nie ma słowa "autentykacja" - to brzydka kalka z angielskiego.
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"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 "
"wyświetlanie komunikatów."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
#, fuzzy
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
@@ -101,23 +119,30 @@ msgstr ""
"Klienci są przekierowywani do tej strony po tym, jak zaakceptują powitanie. "
"Jeśli to miejsce jest puste zostaną przekierowani do strony którą wybrali."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download 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/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr "Klienci, którzy zaakceptowali okienko mogą korzystać z sieci przez."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Odrzuć"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
#, fuzzy
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
@@ -126,53 +151,70 @@ msgstr ""
"Hosty przeznaczenia i sieci, które są wykluczone z powitania, tzn. są zawsze "
"dozwolone."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "Możesz zasposorować ten projekt aby utrzymać go przy życiu"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Limit ściągania"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr "Edit the complete splash text"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Zasady dozwolonego użytku"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Strefa firewall"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Nazwa hosta"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Adres IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
"Jeśli używasz własnych urządzeń WiFi korzystaj z innych kanałów niż nasze."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "Jeśli korzystasz z tej sieci regularnie prosimy cię o wsparcie."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr "Zamieść własny tekst w miejscu domyślnego powitania"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Przechwytuj ruchu klienta w tym interfejsie"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfejs"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Interfejsy wykorzystywane przez komunikat (Splash)"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -180,18 +222,25 @@ msgstr ""
"KB/s (Download/Upload). Będziesz w stanie usunąć ten limit jeśli aktywnie "
"przyłączysz się do tego projektu."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "Działania zabronione prawnie"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "Treści zabronione prawnie"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Adres MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "Adresy MAC z tej listy są zablokowane."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -199,15 +248,20 @@ msgstr ""
"Biała lista adresów MAC, wszyscy z tej listy nie muszą akceptować komunikatu "
"(Splash) i nie mają ograniczanego połączenia"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Maska sieci"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Sieć"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Nie ma podłączonych klientów"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -215,25 +269,33 @@ msgstr ""
"Zwróć uwagę na to że nie jesteśmy providerem internetowym ale "
"eksperymentalną siecią"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Zasady"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "przekierować cel"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Bezpieczeństwo"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Zachowaj"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
"Reguły komunikatu (Splash) są integrowane z ustawieniami firewalla tej strefy"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Tekst komunikatu (Splash)"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -241,12 +303,14 @@ msgstr ""
"Sieci, takie jak Internet, są otwarte i nieszyfrowane. Każdy uczestnik jest "
"odpowiedzialny za bezpieczeństwo swoich połączeń i urządzeń."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
@@ -256,6 +320,7 @@ msgstr ""
"nieautoryzowanego dostępu / uszkodzenia urządzeń lub strat finansowych, "
"które uczestnicy mogą ponieść podczas korzystania z sieci."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
@@ -263,6 +328,7 @@ msgstr ""
"Uczestnik zobowiązuje się nie wykonywać żadnych działań, i powstrzymać się "
"od działań, które naruszają prawo lub naruszające prawa osób trzecich."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
@@ -270,6 +336,7 @@ msgstr ""
"Uczestnik zobowiązuje się do nie przesyłania w sieci treści, które naruszają "
"prawo."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
@@ -277,6 +344,7 @@ msgstr ""
"Uczestnik zobowiązuje się nie korzystać z sieci w sposób, który zagraża "
"infrastrukturze, samej sieci, jej podmiotom lub innym uczestnikom."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
@@ -284,9 +352,11 @@ msgstr ""
"Niniejszy Regulamin reguluje wykorzystanie komputera w sieci przez swoich "
"uczestników, PDA, lub podobnego urządzenia (\"Urządzeń\") w ramach sieci."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Pozostały czas"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -295,24 +365,31 @@ msgstr ""
"odblokowanie możesz spróbować skontaktować się z właścicielem tego Access "
"Point'a:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Ruch do/od"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Limit wysyłania"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Umowa użytkowania"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Witamy"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Biała lista"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Jesteś teraz podłączony do darmowej sieci"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -323,6 +400,7 @@ msgstr ""
"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and "
"###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -330,38 +408,57 @@ msgstr ""
"Twój dostęp do sieci został zablokowany, najprawdopodobniej dlatego że "
"wykonałeś jedną z akcji zabronionych przez nasze reguły."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Twój transfer jest ograniczony do"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "czarna lista"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "wygasło"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "opcjonalne w przypadku używania adresów hostów"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "wykonywał którąkolwiek z zakazanych akcji"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "Powitanie"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "tymczasowo zablokowane"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "nieznane"
# Zgaduję, że to jest wyświetlane tuż po komunikacie nr 2, więc tak powinno pasować.
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
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"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "marnował transfer na niepotrzebne pobieranie plików i strumieni"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "biała lista"
diff --git a/applications/luci-app-splash/po/pt-br/splash.po b/applications/luci-app-splash/po/pt-br/splash.po
index cbdc8016c..e5b00c193 100644
--- a/applications/luci-app-splash/po/pt-br/splash.po
+++ b/applications/luci-app-splash/po/pt-br/splash.po
@@ -13,9 +13,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Aceitar"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -28,6 +31,7 @@ msgstr ""
"que a banda disponível é limitada e, por este motivo, pedimos que você não "
"faça qualquer uma destas coisas:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
@@ -37,12 +41,15 @@ msgstr ""
"momento sem aviso e por qualquer motivo, para alguns equipamentos e/ou pode "
"bloquear alguns usuários."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Clientes Ativos"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Subredes/equipamentos permitidos"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
@@ -50,6 +57,7 @@ msgstr ""
"Como uma alternativa a edição completa do texto do termo de uso, você pode "
"também entrar aqui algum texto personalizado para incluir na página padrão."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -59,17 +67,21 @@ msgstr ""
"para subir e baixar, estão definidos. Use o valor 0 para desabilitar "
"completamente esta limitação. Clientes na lista branca não são limitados."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Torne-se um membro ativo desta comunidade e ajude operando seu próprio nó."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Lista negra"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Bloqueado"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
@@ -77,20 +89,26 @@ msgstr ""
"Aceitando estas regras, você pode usar esta rede por %s hora(s). Depois "
"deste prazo, você terá que aceitar estas regras novamente."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "Tempo de eliminação"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"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 "
"fio em malha."
# 20140621: edersg: tradução
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
@@ -99,10 +117,12 @@ msgstr ""
"*splash* Se esta for deixada em branco, eles são redirecionados para a "
"página que haviam solicitado."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
"A velocidade para baixar dos clientes é limitada por este valor (kbytes/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
@@ -110,72 +130,94 @@ msgstr ""
"Os clientes que aceitarem o termo de uso estarão autorizados a usar a rede "
"por esta quantidade de horas."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Clients upload speed is limited to this value (kbyte/s)"
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Rejeitar"
# 20140621: edersg: tradução
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
-"As redes e as máquinas de destino que são excluídas a partir da *splashing*, "
-" são sempre permitidas."
+"As redes e as máquinas de destino que são excluídas a partir da "
+"*splashing*, são sempre permitidas."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "Doar algum dinheiro para ajudar a manter este projeto vivo."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Limite para baixar"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr "Edite todo o termo de uso"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Política de uso adequado"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zona do Firewall"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Nome do Equipamento"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Endereço IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
"Se você opera seu próprio equipamento WiFi, use canais diferentes dos nossos."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "Se você usa esta rede regularmente, nós pedimos a sua ajuda:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr "Inclua seu próprio texto no termo de uso padrão"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Interceptar o tráfego do cliente nesta interface"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfaces"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Interfaces usadas pelo Splash."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -183,18 +225,25 @@ msgstr ""
"KB/s (Baixando/Subindo). Você pode remover esta limitação contribuindo "
"ativamente para este projeto."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "Atividades Proibidas por Lei"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "Conteúdo Proibido por Lei"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Endereço MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "Os endereços MAC nesta lista serão bloqueados."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -202,15 +251,20 @@ msgstr ""
"Endereços MAC dos clientes na lista branca. Estes não precisam aceitar o "
"termo de uso e não possuem limitação na sua taxa de transferência."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Máscara de Rede"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Rede"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Nenhum cliente conectado"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -218,26 +272,34 @@ msgstr ""
"Observe que nós não somos um provedor de internet mas uma rede comunitária "
"experimental."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Política"
# 20140621: edersg: tradução
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "Redirecionar alvo"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Segurança"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Salvar"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "As regras do Slapsh estão integradas a esta zona do firewall"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Texto do termo de uso"
# 20140621: edersg: tradução
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -245,6 +307,7 @@ msgstr ""
"Uma rede como a Internet não é criptografada e aberta. Cada usuário é "
"responsável pela segurança de suas próprias conexões e dispositivos."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
@@ -254,6 +317,7 @@ msgstr ""
"equipamento necessário e conexão com a Internet (\"Infraestrutura\") do seu "
"próprio bolso."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
@@ -263,6 +327,7 @@ msgstr ""
"ou dano aos dispositivos, ou perdas financeiras que os participantes possam "
"sofrer pelo o uso da rede."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
@@ -270,12 +335,14 @@ msgstr ""
"O participante concorda que não realizará nenhuma atividade e se absterá de "
"atos que possam violar a lei ou infringir os direitos de terceiros."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
"O participante concorda em não transferir conteúdo pela rede que viole a lei."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
@@ -284,6 +351,7 @@ msgstr ""
"prejudicar a infraestrutura, a própria rede, seus operadores ou outros "
"participantes."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
@@ -291,9 +359,11 @@ msgstr ""
"Estes \"Termos de Uso\" regem o uso da rede por equipamentos dos "
"participantes em uso desta rede."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Tempo restante"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -301,24 +371,31 @@ msgstr ""
"Para perguntar por qual razão você foi bloqueado ou para solicitar novamente "
"seu acesso, você pode tentar contatar o dono deste ponto de acesso:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Tráfego de entrada/saída"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Limite de subida"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Acordo de Uso"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Bem-vindo"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Lista branca"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Você está agora conectado à rede livre em malha sem fio"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -329,6 +406,7 @@ msgstr ""
"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and "
"###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -336,36 +414,55 @@ msgstr ""
"Seu acesso para esta rede foi bloqueado, provavelmente porque você fez algo "
"que as regras explicitamente proibiam."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Sua banda está limitada à"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "na lista negra"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "expirado"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "opcional quando é usado o endereço do equipamento"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "realizar qualquer tipo de atividades ilegais"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "termo mostrado"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "bloqueado temporariamente"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "desconhecido"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr "usar aplicativos de compartilhamento de arquivos nesta rede"
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "usar banda com fluxos ou arquivos baixados não necessários"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "na lista branca"
@@ -373,8 +470,8 @@ msgstr "na lista branca"
#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
#~ "they are always allowed."
#~ msgstr ""
-#~ "Equipamentos ou Redes listadas aqui estarão excluídas do termo de uso. Eles "
-#~ "estarão sempre autorizados."
+#~ "Equipamentos ou Redes listadas aqui estarão excluídas do termo de uso. "
+#~ "Eles estarão sempre autorizados."
#~ msgid "By accepting these rules you can use this network for"
#~ msgstr "Aceitando estas regras, você pode usar esta rede para"
diff --git a/applications/luci-app-splash/po/pt/splash.po b/applications/luci-app-splash/po/pt/splash.po
index 05bee4f32..385fa4002 100644
--- a/applications/luci-app-splash/po/pt/splash.po
+++ b/applications/luci-app-splash/po/pt/splash.po
@@ -13,9 +13,12 @@ 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:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Aceitar"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -23,287 +26,381 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Clientes Activos"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Hosts/Subnets permitidos"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Bloqueado"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr "Aceitando estas regras só pode usar esta regra para"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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 "Contacto"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Declinar"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "Doe algum dinheiro para nos ajudar a manter este projeto vivo."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Limite de Download"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Zona de Firewall"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Nome de Host"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "Endereço IP"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
"Se tem o seu próprio equipamento de rede wireless, use canais diferentes dos "
"nossos."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Interfaces"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "Endereço MAC"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "Endereços MAC nesta lista estão bloqueados."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Mascara de Rede"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Rede"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Não há clientes ligados"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Gravar"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Limite de Upload"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Bem-vindo"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "A largura de banda está limitada a"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "desconhecido"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/ro/splash.po b/applications/luci-app-splash/po/ro/splash.po
index 615be16b2..02e426bc5 100644
--- a/applications/luci-app-splash/po/ro/splash.po
+++ b/applications/luci-app-splash/po/ro/splash.po
@@ -1,6 +1,9 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -8,285 +11,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/ru/splash.po b/applications/luci-app-splash/po/ru/splash.po
index 24151654a..01cc43777 100644
--- a/applications/luci-app-splash/po/ru/splash.po
+++ b/applications/luci-app-splash/po/ru/splash.po
@@ -15,9 +15,12 @@ msgstr ""
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Принять"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -30,6 +33,7 @@ msgstr ""
"доступная пропускная способность ограничена и поэтому мы просим вас не "
"делать следующего:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
@@ -39,12 +43,15 @@ msgstr ""
"предварительного уведомления по любой причине, для определенных устройств, и/"
"или может быть заблокирован для определенных пользователей."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Активные клиенты"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Разрешенные хосты/подсети"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
@@ -53,6 +60,7 @@ msgstr ""
"просто включить некоторый пользовательский текст на странице заставки по "
"умолчанию, введя его здесь."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
@@ -62,18 +70,22 @@ msgstr ""
"загрузки и скачивания.<br />Значение '0' полностью отключает ограничение. "
"Клиенты из Белого списка не имеют ограничений."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Станьте активным участником данного сообщества и окажите содействие, "
"запустив свой узел сети."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Чёрный список"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Заблокирован"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
@@ -81,19 +93,25 @@ msgstr ""
"Приняв эти правила, вы можете использовать эту сеть для %s час (ы). По "
"истечении этого времени вам необходимо снова принять эти правила."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "Разрешённое время"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr "Splash-Клиент"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
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 сетей."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
@@ -102,9 +120,11 @@ msgstr ""
"Splash.<br />Если эта страница пуста, они перенаправляются на запрашиваемую "
"страницу."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr "Скорость скачивания для клиентов ограничена этим значением (КБ/c)."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
@@ -112,15 +132,20 @@ msgstr ""
"Клиенты, принявшие приглашение Splash-экрана, могут использовать сеть данное "
"количество часов."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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 "Контакты для связи"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Отклонить"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
@@ -128,54 +153,71 @@ msgstr ""
"Назначенные хосты и сети, которые исключены из Splash, т.е. они всегда "
"разрешены."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr "Пожертвовать деньги на поддержку этого проекта."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Лимит скачивания"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr "Изменение полного текста заставки"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr "Политика добровольного использования"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Зона межсетевого экрана"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Имя хоста"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "IP-Адрес"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
"Если вы используете собственное оборудование Wi-Fi, используйте каналы, "
"отличающиеся от наших."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr "Если вы используете эту сеть регулярно, мы просим вашей поддержки:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr "Включить собственный текст в заставку по умолчанию"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Перехватывать клиентский трафик на этом интерфейсе."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Интерфейсы"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Интерфейсы, используемые для Splash."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -183,18 +225,25 @@ msgstr ""
"КБ/с (скачать/загрузить). Данное ограничение может быть снято при активном "
"участии в этом проекте."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "Запрещенные законом виды деятельности"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "Юридически запрещенный контент"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "MAC-адрес"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "MAC-адреса из этого списка заблокированы."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -202,15 +251,20 @@ msgstr ""
"MAC-адреса клиентов из Белого списка. Данных клиентов не нужно принимать в "
"Splash и они не имеют ограничений по пропускной способности."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Маска сети"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Сеть"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Клиенты не подключены"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -218,24 +272,32 @@ msgstr ""
"Обратите внимание, что мы не Интернет провайдер, а сообщество "
"экспериментальной сети ."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Политика"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "Назначение перенаправления"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Безопасный"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Сохранить"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "Правила Splash интегрированы в зону этого межсетевого экрана."
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Текст Splash-экрана"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -243,6 +305,7 @@ msgstr ""
"Сеть, как и Интернет, не зашифрована и открыта. Каждый участник несет "
"ответственность за безопасность своих собственных подключений и устройств."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
@@ -252,6 +315,7 @@ msgstr ""
"необходимое оборудование и подключение к Интернету 'инфраструктура' за свой "
"счет."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
@@ -261,6 +325,7 @@ msgstr ""
"доступа/повреждения устройств или финансовых потерь, которые участники могут "
"пострадать от использования сети."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
@@ -268,11 +333,13 @@ msgstr ""
"Участник соглашается не предпринимать никаких действий и воздерживаться от "
"действий, которые могут нарушать закон или нарушать права третьих лиц."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr "Участник соглашается не передавать контент по сети, нарушающей закон."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
@@ -280,6 +347,7 @@ msgstr ""
"Участник соглашается не использовать сеть любым способом, который нанесет "
"ущерб инфраструктуре, самой сети, ее операторам или другим участникам."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
@@ -288,9 +356,11 @@ msgstr ""
"участников, КПК, смартфоном или аналогичным устройством 'устройствами' в "
"сети."
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Оставшееся время"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
@@ -298,24 +368,31 @@ msgstr ""
"Чтобы узнать причину, по которой вас заблокировали, или снова получить "
"доступ, свяжитесь с владельцем данной точки доступа:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "Трафик вх/исх"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Предел загрузки"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Соглашение об использовании"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Добро пожаловать"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Белый список"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Теперь вы подключены к свободной беспроводной Mesh сети."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -325,6 +402,7 @@ msgstr ""
"использовать следующие маркеры: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### и ###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
@@ -332,35 +410,54 @@ msgstr ""
"Доступ к этой сети был заблокирован, скорее всего, потому, что вы сделали "
"что-то, что наши правила явно запрещают."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Ваша полоса пропускания ограничена значением"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "в Черном списке"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "истекло"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "необязательно при использовании адресов хостов"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "выполнять любые незаконные действия"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr "вы в Splash"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "временно заблокирован"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "неизвестно"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr "использование файлообменных приложений в этой сети"
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "тратить пропускную способность на ненужные загрузки или потоки"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "в Белом списке"
diff --git a/applications/luci-app-splash/po/sk/splash.po b/applications/luci-app-splash/po/sk/splash.po
index e9dd448ec..af1d99be9 100644
--- a/applications/luci-app-splash/po/sk/splash.po
+++ b/applications/luci-app-splash/po/sk/splash.po
@@ -9,9 +9,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -19,285 +22,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/sv/splash.po b/applications/luci-app-splash/po/sv/splash.po
index a5ebcb7ef..84268769d 100644
--- a/applications/luci-app-splash/po/sv/splash.po
+++ b/applications/luci-app-splash/po/sv/splash.po
@@ -9,9 +9,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr "Acceptera"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -19,134 +22,173 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "Aktiva klienter"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr "Tillåtna värdar/subnät"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
"Bli en aktiv medlem av det här sällskapet och hjälp till genom att "
"tillhandahålla en egen nod"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "Svartlista"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr "Blockerad"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
"Klienternas nerladdningshastighet är begränsad till det här värdet (kbyte/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Clients upload speed is limited to this value (kbyte/s)"
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"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr "Neka"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
"Donera lite pengar för att hjälpa oss att hålla det här projektet vid liv."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "Begränsning av nerladdning"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr "Redigera den slutgiltiga splash-texten"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "Brandväggszon"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "Värdnamn"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr "IP-adress"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
"Om du använder det här nätverket med jämna mellanrum så ber vi dig om hjälp:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr "Inkludera din egna text i standard-splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "Fånga upp klientens trafik i det här Gränssnittet"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "Gränssnitt"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr "Gränssnitten som används för Splash."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
@@ -154,18 +196,25 @@ msgstr ""
"KB/s (Nerladdning/Uppladdning). Du kan ha möjlighet att ta bort den här "
"begränsningen genom att aktivt bidra till det här projektet."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr "MAC-adress"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr "MAC-adresser i den här listan blir blockerade."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
@@ -173,15 +222,20 @@ msgstr ""
"MAC-adresser till vitlistade klienter. De här behöver inte acceptera splash "
"och har ingen bandbreddsbegränsning."
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "Nätmask"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "Nätverk"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "Inga klienter anslutna"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
@@ -189,24 +243,32 @@ msgstr ""
"Vänligen lägg märke till att vi är inte en internet-leverantör utan ett "
"experimentiellt nätverk för gemenskap"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr "Villkor"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "Omdirigera mål"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "Säkerhet"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "Spara"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr "Splash-regler är integrerade i den här brandväggszonen"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr "Splash-text"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
@@ -214,64 +276,79 @@ msgstr ""
"Precis som internet så är det här nätverket utan kryptering och öppet. Varje "
"deltagare är ansvarig för säkerheten i deras egna anslutningar och enheter."
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr "Återstående tid"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr "In/ut-trafik"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "Gräns för uppladdningar"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "Användningsavtal"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "Välkommen"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "Vitlista"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr "Du är nu ansluten till det fria trådlösa mesh-nätverket"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
@@ -281,40 +358,60 @@ msgstr ""
"möjligt att använda följande markörer: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### och ###ACCEPT###."
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "Din bandbredd är begränsas till"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "svartlistad"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr "slutade gälla"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr "valfritt vid användning av värdadresser"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr "utför några slags olagliga aktiviteter"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr "tillfälligt blockerad"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr "okänd"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
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"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr "slösa bandbredd med onödiga nerladdningar eller strömmar"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr "vitlistad"
diff --git a/applications/luci-app-splash/po/templates/splash.pot b/applications/luci-app-splash/po/templates/splash.pot
index f29b73691..8c2af880a 100644
--- a/applications/luci-app-splash/po/templates/splash.pot
+++ b/applications/luci-app-splash/po/templates/splash.pot
@@ -1,9 +1,12 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -11,285 +14,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/tr/splash.po b/applications/luci-app-splash/po/tr/splash.po
index 03fa7b3b7..95992cbc9 100644
--- a/applications/luci-app-splash/po/tr/splash.po
+++ b/applications/luci-app-splash/po/tr/splash.po
@@ -9,9 +9,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -19,285 +22,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/uk/splash.po b/applications/luci-app-splash/po/uk/splash.po
index 2364c63d4..89261acde 100644
--- a/applications/luci-app-splash/po/uk/splash.po
+++ b/applications/luci-app-splash/po/uk/splash.po
@@ -10,9 +10,12 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -20,285 +23,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/vi/splash.po b/applications/luci-app-splash/po/vi/splash.po
index 615be16b2..02e426bc5 100644
--- a/applications/luci-app-splash/po/vi/splash.po
+++ b/applications/luci-app-splash/po/vi/splash.po
@@ -1,6 +1,9 @@
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
@@ -8,285 +11,379 @@ msgid ""
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
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"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
msgstr ""
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
msgstr ""
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
msgstr ""
-msgid "waste bandwidth with unneccesary downloads or streams"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
msgstr ""
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
msgstr ""
diff --git a/applications/luci-app-splash/po/zh-cn/splash.po b/applications/luci-app-splash/po/zh-cn/splash.po
index 4ad740470..00fa3f0e0 100644
--- a/applications/luci-app-splash/po/zh-cn/splash.po
+++ b/applications/luci-app-splash/po/zh-cn/splash.po
@@ -1,321 +1,436 @@
+#
+# Yangfl <mmyangfl@gmail.com>, 2018.
+#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-06-28 08:58+0200\n"
-"PO-Revision-Date: 2014-07-23 02:07+0200\n"
-"Last-Translator: Tanyingyu <Tanyingyu@163.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2018-10-01 11:38+0800\n"
+"Last-Translator: Yangfl <mmyangfl@gmail.com>\n"
+"Language-Team: <debian-l10n-chinese@lists.debian.org>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.0.6\n"
+"X-Generator: Gtranslator 2.91.7\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
-msgstr "接收"
+msgstr "接受"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
"few connections are shared between all users. That means available bandwidth "
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+"尽管如此,您仍然可以访问互联网,因为该项目的一些活动人士愿意分享他们的私人互"
+"联网连接。所有用户之间共享这些连接。这意味着可用带宽有限,因此我们要求您不要"
+"执行以下任何操作:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+"网络访问没有任何保证。对于某些设备,它可以因任何原因随时中断而不加以提前通"
+"知,及/或可能被某些用户阻止。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
msgstr "活动的客户端"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
-msgstr "允许的 主机/掩码"
+msgstr "允许的主机/掩码"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+"除了编辑完整的 splash 文本,您还可以在此处输入,向默认启动页面加入一些自定义"
+"文本。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
-"只有当 上传和下载的限制都设置的时候对客户端的带宽限制才会生效。在这里使用0 可"
-"以完全禁用此限制。白名单客户端不受限制。"
+"仅当设置了上传和下载限制时,才会激活客户端带宽限制。在此处使用值0可完全禁用此"
+"限制。白名单客户不受限制。"
# Something wwrong?
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
-msgstr "成为这个社区的一个活跃成员并且运营您自己的节点以帮助别人。"
+msgstr "成为此社区的活跃成员,并通过操作您自己的节点提供帮助"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
msgstr "黑名单"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
-msgstr "锁定"
+msgstr "封锁"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+"接受这些规则,您可以使用此网络 %s 小时。在此之后,您需要再次接受这些规则。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
msgstr "清理时间"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
-msgstr "客户端弹窗"
+msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
-msgstr "Client-Splash是无线MESH网络的一个热点认证系统"
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
+msgstr "Client-Splash 是无线网状网络的一个热点认证系统。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+"客户端连接到 splash 后将会重定向到此页面。如果留空,则会重定向到他们请求的页"
+"面。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
-msgstr "客户端下载速度限制为此值(kbyte/s)"
+msgstr "客户端下载速度限制(kbyte/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
-msgstr "已接受Splash的客户端允许使用这个网络N小时"
+msgstr "已接受 splash 的客户端允许使用这个网络 N 小时。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Clients upload speed is limited to this value (kbyte/s)"
-msgstr "客户端上传速度限制为此值(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 "联系"
+msgstr "联系方式"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
-msgstr "下降"
+msgstr "拒绝"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
-msgstr ""
+msgstr "Splashing 将排除的主机和网络,如:始终允许访问。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
-msgstr "捐助我们一些钱以帮助我们维护这个项目。"
+msgstr "捐出一些钱来帮助我们维护这个项目。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
msgstr "下载限制"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
-msgstr ""
+msgstr "编辑完整的 splash 文本"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
-msgstr ""
+msgstr "合理使用政策"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
msgstr "防火墙区域"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
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 ""
+msgstr "在 %s 与此访问点的操作者取得联系。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
msgstr "主机名"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
-msgstr "IP地址"
+msgstr "IP 地址"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
-msgstr "如果您操作您自有的wifi设备,使用与我们不同的频道"
+msgstr "如果您操作您自有的 wifi 设备,请使用不同的频道。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
-msgstr "如果您经常使用这个网络,我们需要您的支持"
+msgstr "如果您经常使用这个网络,我们需要您的支持:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
-msgstr ""
+msgstr "在默认的 splash 中包含您自己的文本"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
msgstr "在这个接口上拦截客户端通信流量"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
msgstr "接口"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
-msgstr "Splash使用的接口"
+msgstr "Splash 使用的接口。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
-msgstr ""
+msgstr "KB/s(下载/上传)。您可以通过积极参与此项目来消除此限制。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
msgstr "法律禁止行为"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
msgstr "法律禁止内容"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
-msgstr "MAC地址"
+msgstr "MAC 地址"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
-msgstr "在本列表中的MAC地址将被阻挡"
+msgstr "在本列表中的 MAC 地址将被阻挡。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
-msgstr "白名单中的MAC地址,可不用接受splash,同时没有带宽限制。"
+msgstr "白名单中的 MAC 地址,可不用接受 splash,同时没有带宽限制。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
msgstr "网络掩码"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
msgstr "网络"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
msgstr "无客户端连接"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
-msgstr "我们不是ISP(互联网运行商),仅仅只是一个实验性的社区网络。"
+msgstr "我们不是 ISP(互联网运行商),仅仅只是一个实验性的社区网络。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
-msgstr "策略"
+msgstr "政策"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
msgstr "重定向目标"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
msgstr "安全"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
msgstr "保存"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
-msgstr ""
+msgstr "Splash 规则集成在此防火墙区域中"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
-msgstr ""
+msgstr "Splashtext"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+"与互联网一样,此网络是未加密及开放的。每个参与者都对自己的连接和设备的安全负"
+"责。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+"开放和免费无线网络的志愿者(“操作者”)自费提供必要的设备和互联网连接(“基础设"
+"施”)。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+"操作者不对数据丢失,对设备未经授权的访问/损坏,或参与者因使用网络而可能遭受的"
+"经济损失承担任何责任。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
-msgstr ""
+msgstr "参与者同意不采取及避免任何可能违反法律或侵犯第三方权利的行为。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
-msgstr ""
+msgstr "参与者同意不通过网络传播违反法律的内容。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+"参与者同意不以任何有损基础设施、网络本身、操作者或其他参与者的方式使用本网"
+"络。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+"这些使用条款规定了网络中参与者的计算机、PDA 或类似设备(“设备”)使用网络的方"
+"式。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
-msgstr ""
+msgstr "剩余时间:"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
-msgstr ""
+msgstr "要询问您被封禁的原因,或要求再次访问,您可以尝试联系此访问点的所有者:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
-msgstr "流量 入/出"
+msgstr "流量入站/出站"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
msgstr "上传限制"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
msgstr "使用协议"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
msgstr "欢迎"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
msgstr "白名单"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
-msgstr ""
+msgstr "您现在已连接到免费无线网状网络"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+"您可以在此处输入自己显示给客户的文本。<br />可以使用以下标记:"
+"###COMMUNITY###,###COMMUNITY_URL###,###CONTACTURL###,###LEASETIME###,"
+"###LIMIT### 和 ###ACCEPT###。"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
-msgstr ""
+msgstr "您已被禁止访问此网络,很可能是因为您执行了规则中明令禁止的操作。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
msgstr "您的带宽限制为"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
msgstr "黑名单"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
-msgstr "过期"
+msgstr "已过期"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
-msgstr ""
+msgstr "使用主机地址时可选"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
-msgstr ""
+msgstr "进行任何形式的非法活动"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
-msgstr ""
+msgstr "splash 通过"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
-msgstr ""
+msgstr "暂时被阻止"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
-msgstr ""
+msgstr "未知"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
-msgstr ""
+msgstr "在此网络上使用文件共享应用程序"
-msgid "waste bandwidth with unneccesary downloads or streams"
-msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
+msgstr "用不必要的下载或流媒体浪费带宽"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
-msgstr ""
-
-#~ msgid ""
-#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. "
-#~ "they are always allowed."
-#~ msgstr "列在这里的主机和网络都排除在Splashing之外,例如:一直被允许访问。"
-
-#~ msgid "By accepting these rules you can use this network for"
-#~ msgstr "接受这些条款以便使用这个网络"
+msgstr "白名单"
#~ 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 1125abfed..d8833c39b 100644
--- a/applications/luci-app-splash/po/zh-tw/splash.po
+++ b/applications/luci-app-splash/po/zh-tw/splash.po
@@ -1,302 +1,436 @@
+#
+# Yangfl <mmyangfl@gmail.com>, 2018.
+#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-06-28 08:58+0200\n"
+"PO-Revision-Date: 2018-10-01 11:38+0800\n"
+"Last-Translator: Yangfl <mmyangfl@gmail.com>\n"
+"Language-Team: <debian-l10n-chinese@lists.debian.org>\n"
+"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Gtranslator 2.91.7\n"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:65
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:13
msgid "Accept"
-msgstr ""
+msgstr "接受"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:79
msgid ""
"Access to the internet might be possible nevertheless, because some "
"activists of this project share their private internet connections. These "
"few connections are shared between all users. That means available bandwidth "
"is limited and because of this we ask you not to do any of the following:"
msgstr ""
+"儘管如此,您仍然可以訪問網際網路,因為該專案的一些活動人士願意分享他們的私人"
+"互聯網連線。所有使用者之間共享這些連線。這意味著可用頻寬有限,因此我們要求您"
+"不要執行以下任何操作:"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:112
msgid ""
"Access to the network is not guaranteed. It can be interrupted at any time "
"without notice for any reason, for certain devices, and/or may be blocked "
"for certain users."
msgstr ""
+"網路訪問沒有任何保證。對於某些裝置,它可以因任何原因隨時中斷而不加以提前通"
+"知,及/或可能被某些使用者阻止。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:199
msgid "Active Clients"
-msgstr ""
+msgstr "活動的客戶端"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:70
msgid "Allowed hosts/subnets"
-msgstr ""
+msgstr "允許的主機/掩碼"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:36
msgid ""
"As an alternative to editing the complete splash text you can also just "
"include some custom text in the default splash page by entering it here."
msgstr ""
+"除了編輯完整的 splash 文字,您還可以在此處輸入,向預設啟動頁面加入一些自定義"
+"文字。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:18
msgid ""
"Bandwidth limit for clients is only activated when both up- and download "
"limit are set. Use a value of 0 here to completely disable this limitation. "
"Whitelisted clients are not limited."
msgstr ""
+"僅當設定了上傳和下載限制時,才會啟用客戶端頻寬限制。在此處使用值0可完全禁用此"
+"限制。白名單客戶不受限制。"
+# Something wwrong?
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:95
msgid ""
"Become an active member of this community and help by operating your own node"
-msgstr ""
+msgstr "成為此社群的活躍成員,並通過操作您自己的節點提供幫助"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:62
msgid "Blacklist"
-msgstr ""
+msgstr "黑名單"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:12
msgid "Blocked"
-msgstr ""
+msgstr "封鎖"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:56
msgid ""
"By accepting these rules you can use this network for %s hour(s). After this "
"time you need to accept these rules again."
msgstr ""
+"接受這些規則,您可以使用此網路 %s 小時。在此之後,您需要再次接受這些規則。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid "Clearance time"
-msgstr ""
+msgstr "清理時間"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:8
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:20
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:197
msgid "Client-Splash"
-msgstr ""
+msgstr "Client-Splash"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:5
msgid ""
-"Client-Splash is a hotspot authentification system for wireless mesh "
-"networks."
-msgstr ""
+"Client-Splash is a hotspot authentication system for wireless mesh networks."
+msgstr "Client-Splash 是無線網狀網路的一個熱點認證系統。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid ""
"Clients are redirected to this page after they have accepted the splash. If "
"this is left empty they are redirected to the page they had requested."
msgstr ""
+"客戶端連線到 splash 後將會重定向到此頁面。如果留空,則會重定向到他們請求的頁"
+"面。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Clients download speed is limited to this value (kbyte/s)"
-msgstr ""
+msgstr "客戶端下載速度限制(kbyte/s)"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:10
msgid ""
"Clients that have accepted the splash are allowed to use the network for "
"that many hours."
-msgstr ""
+msgstr "已接受 splash 的客戶端允許使用這個網路 N 小時。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Clients upload speed is limited to this value (kbyte/s)"
-msgstr ""
+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 ""
+msgstr "聯絡方式"
+#: applications/luci-app-splash/luasrc/view/splash_splash/splash.htm:12
msgid "Decline"
-msgstr ""
+msgstr "拒絕"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:71
msgid ""
"Destination hosts and networks that are excluded from splashing, i.e. they "
"are always allowed."
-msgstr ""
+msgstr "Splashing 將排除的主機和網路,如:始終允許訪問。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:97
msgid "Donate some money to help us keep this project alive."
-msgstr ""
+msgstr "捐出一些錢來幫助我們維護這個專案。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:15
msgid "Download limit"
-msgstr ""
+msgstr "下載限制"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:12
msgid "Edit the complete splash text"
-msgstr ""
+msgstr "編輯完整的 splash 文字"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:121
msgid "Fair Use Policy"
-msgstr ""
+msgstr "合理使用政策"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:29
msgid "Firewall zone"
-msgstr ""
+msgstr "防火牆區域"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:7
msgid "General"
-msgstr ""
+msgstr "概述"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:53
msgid "Get in %s with the operator of this access point."
-msgstr ""
+msgstr "在 %s 與此訪問點的操作者取得聯絡。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:205
msgid "Hostname"
-msgstr ""
+msgstr "主機名"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:76
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:206
msgid "IP Address"
-msgstr ""
+msgstr "IP 地址"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:98
msgid ""
"If you operate your own wifi equipment use channels different from ours."
-msgstr ""
+msgstr "如果您操作您自有的 wifi 裝置,請使用不同的頻道。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:93
msgid "If you use this network on a regular basis we ask for your support:"
-msgstr ""
+msgstr "如果您經常使用這個網路,我們需要您的支援:"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:35
msgid "Include your own text in the default splash"
-msgstr ""
+msgstr "在預設的 splash 中包含您自己的文字"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:38
msgid "Intercept client traffic on this Interface"
-msgstr ""
+msgstr "在這個介面上攔截客戶端通訊流量"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces"
-msgstr ""
+msgstr "介面"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:21
msgid "Interfaces that are used for Splash."
-msgstr ""
+msgstr "Splash 使用的介面。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:49
msgid ""
"KB/s (Download/Upload). You may be able to remove this limit by actively "
"contributing to this project."
-msgstr ""
+msgstr "KB/s(下載/上傳)。您可以通過積極參與此專案來消除此限制。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:115
msgid "Legally Prohibited Activities"
-msgstr ""
+msgstr "法律禁止行為"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:118
msgid "Legally Prohibited content"
-msgstr ""
+msgstr "法律禁止內容"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:59
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:68
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:207
msgid "MAC Address"
-msgstr ""
+msgstr "MAC 地址"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:63
msgid "MAC addresses in this list are blocked."
-msgstr ""
+msgstr "在本列表中的 MAC 地址將被阻擋。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:54
msgid ""
"MAC addresses of whitelisted clients. These do not need to accept the splash "
"and are not bandwidth limited."
-msgstr ""
+msgstr "白名單中的 MAC 地址,可不用接受 splash,同時沒有頻寬限制。"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "Netmask"
-msgstr ""
+msgstr "網路掩碼"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:37
msgid "Network"
-msgstr ""
+msgstr "網路"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:147
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:261
msgid "No clients connected"
-msgstr ""
+msgstr "無客戶端連線"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:78
msgid ""
"Please note that we are not an internet service provider but an experimental "
"community network."
-msgstr ""
+msgstr "我們不是 ISP(網際網路執行商),僅僅只是一個實驗性的社群網路。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210
msgid "Policy"
-msgstr ""
+msgstr "政策"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11
msgid "Redirect target"
-msgstr ""
+msgstr "重定向目標"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:124
msgid "Safety"
-msgstr ""
+msgstr "安全"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:182
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:248
msgid "Save"
-msgstr ""
+msgstr "儲存"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:30
msgid "Splash rules are integrated in this firewall zone"
-msgstr ""
+msgstr "Splash 規則整合在此防火牆區域中"
+#: applications/luci-app-splash/luasrc/controller/splash/splash.lua:9
msgid "Splashtext"
-msgstr ""
+msgstr "Splashtext"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:125
msgid ""
"The network, like the Internet, is unencrypted and open. Each participant is "
"responsible for the safety of their own connections and devices."
msgstr ""
+"與網際網路一樣,此網路是未加密及開放的。每個參與者都對自己的連線和裝置的安全"
+"負責。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:110
msgid ""
"The open and free wireless network of volunteers (\"Operators\") provides "
"the necessary equipment and Internet connections (\"Infrastructure\") at "
"their own expense."
msgstr ""
+"開放和免費無線網路的志願者(“操作者”)自費提供必要的裝置和網際網路連線(“基礎"
+"設施”)。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:128
msgid ""
"The operator claims no liability for loss of data, unauthorized access/"
"damage to devices, or financial losses that participants may suffer from the "
"use of the network."
msgstr ""
+"操作者不對資料丟失,對裝置未經授權的訪問/損壞,或參與者因使用網路而可能遭受的"
+"經濟損失承擔任何責任。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:116
msgid ""
"The participant agrees to not perform any action and refrain from acts which "
"may violate the law or infringe upon the rights of third parties."
-msgstr ""
+msgstr "參與者同意不採取及避免任何可能違反法律或侵犯第三方權利的行為。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:119
msgid ""
"The participant agrees to not transfer content over the network which "
"violates the law."
-msgstr ""
+msgstr "參與者同意不通過網路傳播違反法律的內容。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:122
msgid ""
"The participant agrees to not use the network in any way which will harm the "
"infrastructure, the network itself, its operators or other participants."
msgstr ""
+"參與者同意不以任何有損基礎設施、網路本身、操作者或其他參與者的方式使用本網"
+"絡。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:111
msgid ""
"These Terms of Use govern the use of the network by its participants' "
"computer, PDA, or similar device (\"Devices\") within the network."
msgstr ""
+"這些使用條款規定了網路中參與者的計算機、PDA 或類似裝置(“裝置”)使用網路的方"
+"式。"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:208
msgid "Time remaining"
-msgstr ""
+msgstr "剩餘時間:"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:15
msgid ""
"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:"
-msgstr ""
+msgstr "要詢問您被封禁的原因,或要求再次訪問,您可以嘗試聯絡此訪問點的所有者:"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:209
msgid "Traffic in/out"
-msgstr ""
+msgstr "流量入站/出站"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:14
msgid "Upload limit"
-msgstr ""
+msgstr "上傳限制"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:108
msgid "Usage Agreement"
-msgstr ""
+msgstr "使用協議"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:75
msgid "Welcome"
-msgstr ""
+msgstr "歡迎"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:53
msgid "Whitelist"
-msgstr ""
+msgstr "白名單"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:77
msgid "You are now connected to the free wireless mesh network"
-msgstr ""
+msgstr "您現在已連線到免費無線網狀網路"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua:13
msgid ""
"You can enter your own text that is displayed to clients here.<br />It is "
"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, "
"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###."
msgstr ""
+"您可以在此處輸入自己顯示給客戶的文字。<br />可以使用以下標記:"
+"###COMMUNITY###,###COMMUNITY_URL###,###CONTACTURL###,###LEASETIME###,"
+"###LIMIT### 和 ###ACCEPT###。"
+#: applications/luci-app-splash/luasrc/view/splash/blocked.htm:14
msgid ""
"Your access to this network has been blocked, most likely because you did "
"something that our rules explicitly forbid."
-msgstr ""
+msgstr "您已被禁止訪問此網路,很可能是因為您執行了規則中明令禁止的操作。"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:48
msgid "Your bandwidth is limited to"
-msgstr ""
+msgstr "您的頻寬限制為"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:176
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:178
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:243
msgid "blacklisted"
-msgstr ""
+msgstr "黑名單"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:235
msgid "expired"
-msgstr ""
+msgstr "已過期"
+#: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:77
msgid "optional when using host addresses"
-msgstr ""
+msgstr "使用主機地址時可選"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:85
msgid "perform any kind of illegal activities"
-msgstr ""
+msgstr "進行任何形式的非法活動"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:170
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:173
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:242
msgid "splashed"
-msgstr ""
+msgstr "splash 通過"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:171
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:245
msgid "temporarily blocked"
-msgstr ""
+msgstr "暫時被阻止"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:230
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:231
msgid "unknown"
-msgstr ""
+msgstr "未知"
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:83
msgid "use filesharing applications on this network"
-msgstr ""
+msgstr "在此網路上使用檔案共享應用程式"
-msgid "waste bandwidth with unneccesary downloads or streams"
-msgstr ""
+#: applications/luci-app-splash/luasrc/view/splash/splash.htm:84
+msgid "waste bandwidth with unnecessary downloads or streams"
+msgstr "用不必要的下載或流媒體浪費頻寬"
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:165
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:167
+#: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:241
msgid "whitelisted"
-msgstr ""
+msgstr "白名單"
+
+#~ msgid "Edit Splash text"
+#~ msgstr "編輯Splash文字"
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 feefabd81..01a606c32 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