diff options
author | Daniel Golle <daniel@makrotopia.org> | 2012-07-01 20:05:05 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2012-07-01 20:05:05 +0000 |
commit | 5be59e6ae7a496a695c5dd533b0b48bb172ec821 (patch) | |
tree | 8030544f27ad3ae85b53d133dd51ecf7ad4bf0f3 /modules/niu | |
parent | 9b1f4dfee38395e99009be5f1276153d2d052506 (diff) |
Cosmetic changes to the terminology in the UI:
Replace references to the device running LuCI as being a "router", as that is
not necessarily the case.
Diffstat (limited to 'modules/niu')
4 files changed, 5 insertions, 5 deletions
diff --git a/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua b/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua index 5fb74ac2e..c0873bb2f 100644 --- a/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua +++ b/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua @@ -14,7 +14,7 @@ $Id$ ]]-- local nxo = require "nixio" -m = Map("ddns", translate("Dynamic DNS"), translate("Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.")) +m = Map("ddns", translate("Dynamic DNS"), translate("Dynamic DNS allows that this device can be reached with a fixed hostname while having a dynamically changing IP-Address.")) s = m:section(TypedSection, "service", "") s:depends("enabled", "1") diff --git a/modules/niu/luasrc/model/cbi/niu/network/lan1.lua b/modules/niu/luasrc/model/cbi/niu/network/lan1.lua index 7d24dcd0f..62795da15 100644 --- a/modules/niu/luasrc/model/cbi/niu/network/lan1.lua +++ b/modules/niu/luasrc/model/cbi/niu/network/lan1.lua @@ -24,7 +24,7 @@ Make sure you to assign any address to this device that is in the same subnet of the other devices in your network but that is not already occupied. If you have a DHCP-Server in this network you may also choose DHCP for address configuration.]]) or translate("These settings affect the devices in your local network. ".. -"Usually you do not need to change anything here for your router to work correctly.")) +"Usually you do not need to change anything here for this device to work correctly.")) s = m:section(NamedSection, "lan", "interface", "Network Settings") s.addremove = false diff --git a/modules/niu/luasrc/view/niu/network/warn_ip_change.htm b/modules/niu/luasrc/view/niu/network/warn_ip_change.htm index 9b41372bf..c8a787510 100644 --- a/modules/niu/luasrc/view/niu/network/warn_ip_change.htm +++ b/modules/niu/luasrc/view/niu/network/warn_ip_change.htm @@ -7,5 +7,5 @@ dsp.build_url("niu") %> <div style="color: red">Warning! The device IP-address has been changed.<br /> -The router will be available in a few seconds at <a href="<%=url%>"><%=url%></a></div> +It will be available in a few seconds at <a href="<%=url%>"><%=url%></a></div> <br />
\ No newline at end of file diff --git a/modules/niu/luasrc/view/niu/system/backup.htm b/modules/niu/luasrc/view/niu/system/backup.htm index d380f006e..82b9314be 100644 --- a/modules/niu/luasrc/view/niu/system/backup.htm +++ b/modules/niu/luasrc/view/niu/system/backup.htm @@ -15,13 +15,13 @@ $Id$ <%+header%> <h2><a id="content" name="content"><%:System%></a></h2> <h3><%:Backup / Restore%></h3> -<p><%:Here you can backup and restore your router configuration and - if possible - reset the router to the default settings.%></p> +<p><%:Here you can backup and restore your configuration and - if possible - reset this device to the default settings.%></p> <br /> <div> <ul> <li><a href="<%=REQUEST_URI%>?backup=kthxbye"><%:Create backup%></a></li> <% if reset_avail then -%> - <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset router to defaults%></a></li> + <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset to defaults%></a></li> <% end -%> </ul> </div> |