" .. translate("Your bandwidth is limited to") .. " " .. limit_down .. "/" .. limit_up .. " " .. translate("KB/s (Download/Upload). You may be able to remove this limit by actively contributing " .. "to this project.") .. "
" end local contact = translate('%s with the operator of this access point.') contact = contact % ('' .. translatef('Get in contact') .. '') local accepttext = translate('By accepting these rules you can use this network for %s hour(s). After this time you need to accept these rules again.') accepttext = accepttext % leasetime if has_custom_splash then local R = { COMMUNITY = community, COMMUNITY_URL = homepage, LEASETIME = leasetime, ACCEPT = tostring(translate("Accept")), LIMIT = limit_text, CONTACTURL = contacturl } local splashtext = expand(fs.readfile("/usr/lib/luci-splash/splashtext.html"), R) %> <%=splashtext%> <% else %><%:You are now connected to the free wireless mesh network%> <%=community%>. <%:Please note that we are not an internet service provider but an experimental community network.%>
<%: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:%>
<%:If you use this network on a regular basis we ask for your support:%>
<%:The open and free wireless network of volunteers ("Operators") provides the necessary equipment and Internet connections ("Infrastructure") at their own expense.%> <%:These Terms of Use govern the use of the network by its participants' computer, PDA, or similar device ("Devices") within the network.%> <%: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.%>
<%: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.%>
<%:The participant agrees to not transfer content over the network which violates the law.%>
<%:The participant agrees to not use the network in any way which will harm the infrastructure, the network itself, its operators or other participants.%>
<%:The network, like the Internet, is unencrypted and open. Each participant is responsible for the safety of their own connections and devices.%>
<%: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.%>
<%=accepttext%>
<% end %>