Changeset 8847
- Timestamp:
- 07/01/12 21:05:05 (12 months ago)
- Location:
- luci/trunk/modules
- Files:
-
- 11 modified
-
admin-full/luasrc/model/cbi/admin_network/vlan.lua (modified) (1 diff)
-
admin-full/luasrc/view/admin_network/diagnostics.htm (modified) (1 diff)
-
admin-full/luasrc/view/admin_network/iface_overview.htm (modified) (4 diffs)
-
admin-full/luasrc/view/admin_network/wifi_overview.htm (modified) (4 diffs)
-
admin-full/luasrc/view/admin_system/applyreboot.htm (modified) (1 diff)
-
admin-mini/luasrc/view/mini/backup.htm (modified) (2 diffs)
-
admin-mini/luasrc/view/mini/index.htm (modified) (1 diff)
-
niu/luasrc/model/cbi/niu/network/ddns1.lua (modified) (1 diff)
-
niu/luasrc/model/cbi/niu/network/lan1.lua (modified) (1 diff)
-
niu/luasrc/view/niu/network/warn_ip_change.htm (modified) (1 diff)
-
niu/luasrc/view/niu/system/backup.htm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua
r8379 r8847 14 14 ]]-- 15 15 16 m = Map("network", translate("Switch"), translate("The network ports on your routercan be combined to several <abbr title=\"Virtual Local Area Network\">VLAN</abbr>s in which computers can communicate directly with each other. <abbr title=\"Virtual Local Area Network\">VLAN</abbr>s are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network."))16 m = Map("network", translate("Switch"), translate("The network ports on this device can be combined to several <abbr title=\"Virtual Local Area Network\">VLAN</abbr>s in which computers can communicate directly with each other. <abbr title=\"Virtual Local Area Network\">VLAN</abbr>s are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.")) 17 17 18 18 m.uci:foreach("network", "switch", -
luci/trunk/modules/admin-full/luasrc/view/admin_network/diagnostics.htm
r6770 r8847 31 31 output.innerHTML = 32 32 '<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /> ' + 33 '<%:Waiting for router...%>'33 '<%:Waiting for command to complete...%>' 34 34 ; 35 35 -
luci/trunk/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
r8791 r8847 41 41 <script type="text/javascript">//<![CDATA[ 42 42 function iface_shutdown(id, reconnect) { 43 if (!reconnect && !confirm(String.format('<%_Really shutdown interface "%s" ?\nYou might lose access to this routerif you are connected via this interface.%>', id)))43 if (!reconnect && !confirm(String.format('<%_Really shutdown interface "%s" ?\nYou might lose access to this device if you are connected via this interface.%>', id))) 44 44 return; 45 45 … … 54 54 { 55 55 s.parentNode.style.display = 'block'; 56 s.innerHTML = '<%:Waiting for router...%>';56 s.innerHTML = '<%:Waiting for changes to be applied...%>'; 57 57 } 58 58 … … 210 210 <legend><%:Reconnecting interface%></legend> 211 211 <img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /> 212 <span id="ifc-rc-status"><%:Waiting for router...%></span>212 <span id="ifc-rc-status"><%:Waiting for changes to be applied...%></span> 213 213 </fieldset> 214 214 … … 248 248 <input type="button" class="cbi-button cbi-button-reset" style="width:100px" onclick="iface_shutdown('<%=net[1]%>', false)" title="<%:Shutdown this interface%>" value="<%:Stop%>" /> 249 249 <input type="button" class="cbi-button cbi-button-edit" style="width:100px" onclick="location.href='<%=luci.dispatcher.build_url("admin/network/network", net[1])%>'" title="<%:Edit this interface%>" value="<%:Edit%>" id="<%=net[1]%>-ifc-edit" /> 250 <input type="button" class="cbi-button cbi-button-remove" style="width:100px" onclick="if (confirm('<%:Really delete this interface? The deletion cannot be undone!\nYou might lose access to this routerif you are connected via this interface.%>')) location.href='<%=luci.dispatcher.build_url("admin/network/iface_delete", net[1])%>'" title="<%:Delete this interface%>" value="<%:Delete%>" />250 <input type="button" class="cbi-button cbi-button-remove" style="width:100px" onclick="if (confirm('<%:Really delete this interface? The deletion cannot be undone!\nYou might lose access to this device if you are connected via this interface.%>')) location.href='<%=luci.dispatcher.build_url("admin/network/iface_delete", net[1])%>'" title="<%:Delete this interface%>" value="<%:Delete%>" /> 251 251 </td> 252 252 </tr> -
luci/trunk/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm
r8321 r8847 128 128 var reconnect = (toggle.getAttribute('active') == 'false'); 129 129 130 if (!reconnect && !confirm(String.format('<%:Really shutdown network ?\nYou might lose access to this routerif you are connected via this interface.%>')))130 if (!reconnect && !confirm(String.format('<%:Really shutdown network ?\nYou might lose access to this device if you are connected via this interface.%>'))) 131 131 return; 132 132 … … 137 137 { 138 138 s.parentNode.style.display = 'block'; 139 s.innerHTML = '<%:Waiting for router...%>';139 s.innerHTML = '<%:Waiting for changes to be applied...%>'; 140 140 } 141 141 … … 351 351 <legend><%:Reconnecting interface%></legend> 352 352 <img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /> 353 <span id="iw-rc-status"><%:Waiting for router...%></span>353 <span id="iw-rc-status"><%:Waiting for changes to be applied...%></span> 354 354 </fieldset> 355 355 … … 389 389 <input id="<%=net:id()%>-iw-toggle" type="button" class="cbi-button cbi-button-reload" style="width:100px" onclick="wifi_shutdown('<%=net:id()%>', this)" title="<%:Delete this network%>" value="<%:Enable%>" /> 390 390 <input type="button" class="cbi-button cbi-button-edit" style="width:100px" onclick="location.href='<%=net:adminlink()%>'" title="<%:Edit this network%>" value="<%:Edit%>" /> 391 <input type="button" class="cbi-button cbi-button-remove" style="width:100px" onclick="if (confirm('<%:Really delete this wireless network? The deletion cannot be undone!\nYou might lose access to this routerif you are connected via this network.%>')) location.href='<%=luci.dispatcher.build_url("admin/network/wireless_delete", net:ifname())%>'" title="<%:Delete this network%>" value="<%:Remove%>" />391 <input type="button" class="cbi-button cbi-button-remove" style="width:100px" onclick="if (confirm('<%:Really delete this wireless network? The deletion cannot be undone!\nYou might lose access to this device if you are connected via this network.%>')) location.href='<%=luci.dispatcher.build_url("admin/network/wireless_delete", net:ifname())%>'" title="<%:Delete this network%>" value="<%:Remove%>" /> 392 392 </td> 393 393 </tr> -
luci/trunk/modules/admin-full/luasrc/view/admin_system/applyreboot.htm
r7773 r8847 42 42 <p> 43 43 <img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /> 44 <%:Waiting for router...%>44 <%:Waiting for changes to be applied...%> 45 45 </p> 46 46 </fieldset> -
luci/trunk/modules/admin-mini/luasrc/view/mini/backup.htm
r7523 r8847 16 16 <h2><a id="content" name="content"><%:System%></a></h2> 17 17 <h3><%:Backup / Restore%></h3> 18 <p><%:Here you can backup and restore your router configuration and - if possible - reset the routerto the default settings.%></p>18 <p><%:Here you can backup and restore your configuration and - if possible - reset this device to the default settings.%></p> 19 19 <br /> 20 20 <div> … … 22 22 <li><a href="<%=REQUEST_URI%>?backup=kthxbye"><%:Create backup%></a></li> 23 23 <% if reset_avail then -%> 24 <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset routerto defaults%></a></li>24 <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset this device to defaults%></a></li> 25 25 <% end -%> 26 26 </ul> -
luci/trunk/modules/admin-mini/luasrc/view/mini/index.htm
r5453 r8847 16 16 <p><%_This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.%></p> 17 17 <p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%><br /> 18 <%:On the following pages you can adjust all important settings of your router.%></p>18 <%:On the following pages you can adjust all important settings of this device.%></p> 19 19 <p><%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%></p> 20 <p><%:And now have fun with your router!%></p>20 <p><%:And now have fun with your OpenWrt device!%></p> 21 21 <p><em><strong><a href="<%=controller%>/about"><%_The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p> -
luci/trunk/modules/niu/luasrc/model/cbi/niu/network/ddns1.lua
r5544 r8847 15 15 local nxo = require "nixio" 16 16 17 m = Map("ddns", translate("Dynamic DNS"), translate("Dynamic DNS allows that your routercan be reached with a fixed hostname while having a dynamically changing IP-Address."))17 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.")) 18 18 19 19 s = m:section(TypedSection, "service", "") -
luci/trunk/modules/niu/luasrc/model/cbi/niu/network/lan1.lua
r5598 r8847 25 25 If you have a DHCP-Server in this network you may also choose DHCP for address configuration.]]) 26 26 or translate("These settings affect the devices in your local network. ".. 27 "Usually you do not need to change anything here for your routerto work correctly."))27 "Usually you do not need to change anything here for this device to work correctly.")) 28 28 29 29 s = m:section(NamedSection, "lan", "interface", "Network Settings") -
luci/trunk/modules/niu/luasrc/view/niu/network/warn_ip_change.htm
r5540 r8847 8 8 9 9 <div style="color: red">Warning! The device IP-address has been changed.<br /> 10 The routerwill be available in a few seconds at <a href="<%=url%>"><%=url%></a></div>10 It will be available in a few seconds at <a href="<%=url%>"><%=url%></a></div> 11 11 <br /> -
luci/trunk/modules/niu/luasrc/view/niu/system/backup.htm
r7523 r8847 16 16 <h2><a id="content" name="content"><%:System%></a></h2> 17 17 <h3><%:Backup / Restore%></h3> 18 <p><%:Here you can backup and restore your router configuration and - if possible - reset the routerto the default settings.%></p>18 <p><%:Here you can backup and restore your configuration and - if possible - reset this device to the default settings.%></p> 19 19 <br /> 20 20 <div> … … 22 22 <li><a href="<%=REQUEST_URI%>?backup=kthxbye"><%:Create backup%></a></li> 23 23 <% if reset_avail then -%> 24 <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset routerto defaults%></a></li>24 <li><a href="<%=REQUEST_URI%>?reset=yarly" onclick="return confirm('<%:Proceed reverting all settings and resetting to firmware defaults?%>')"><%:Reset to defaults%></a></li> 25 25 <% end -%> 26 26 </ul>
