<%:The entries in the menu allow you to perform diagnostic tests on your system to aid in troubleshooting.%>
9 |<%:The diagnostics available under this menu depend on what modules you have installed on your device.%>
10 | <%+footer%> 11 | -------------------------------------------------------------------------------- /applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm: -------------------------------------------------------------------------------- 1 | <%# 2 | Copyright 2009 Daniel Dickinson 3 | Licensed to the public under the Apache License 2.0. 4 | -%> 5 | 6 | <%+header%> 7 |<%:With this menu you can configure network diagnostics, such as network device scans and ping tests.%>
9 |<%:The diagnostics available under this menu depend on what modules you have installed on your device.%>
10 | <%+footer%> 11 | -------------------------------------------------------------------------------- /applications/luci-app-diag-devinfo/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2008-2014 The LuCI Team<%:Unable to connect to the OLSR daemon!%>
10 |<%:Make sure that OLSRd is running, the "jsoninfo" plugin is loaded, configured on port 9090 and accepts connections from "127.0.0.1".%>
11 | <%+footer%> 12 | -------------------------------------------------------------------------------- /applications/luci-app-olsr/root/etc/config/luci_olsr: -------------------------------------------------------------------------------- 1 | config 'olsr' 'general' 2 | option 'resolve' '1' 3 | -------------------------------------------------------------------------------- /applications/luci-app-olsr/root/etc/uci-defaults/luci-olsr: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | uci -q batch <<-EOF >/dev/null 4 | delete ucitrack.@olsrd[-1] 5 | add ucitrack olsrd 6 | set ucitrack.@olsrd[-1].init=olsrd 7 | delete ucitrack.@olsrd6[-1] 8 | add ucitrack olsrd6 9 | set ucitrack.@olsrd6[-1].init=olsrd6 10 | commit ucitrack 11 | EOF 12 | 13 | rm -f /tmp/luci-indexcache 14 | exit 0 15 | -------------------------------------------------------------------------------- /applications/luci-app-openvpn/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2008-2014 The LuCI Team<%_The statistics package is based on Collectd 12 | and uses RRD Tool to render diagram images from collected data.%>
13 | 14 | <%+footer%> 15 | -------------------------------------------------------------------------------- /applications/luci-app-tinyproxy/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2008-2014 The LuCI TeamHere you can control phone configuration and information in OpenWRT
9 |You can control the setup of phone clients and servers and see 10 | information such as diagnostics related to phone devices from this menu. 11 |
12 | <%+footer%> 13 | -------------------------------------------------------------------------------- /applications/luci-app-voice-core/po/ca/voice_core.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "PO-Revision-Date: 2014-05-29 01:58+0200\n" 5 | "Last-Translator: Alex<%:Under this menu are options that allow you to configure and perform tests on the voice operations of your system. These are known as diagnostics.%>
9 |<%:The diagnostics available on your device depend on the modules that you have installed.%>
10 | <%+footer%> 11 | -------------------------------------------------------------------------------- /applications/luci-app-voice-diag/po/templates/voice_diag.pot: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "Content-Type: text/plain; charset=UTF-8" 3 | 4 | msgid "Diagnostics" 5 | msgstr "" 6 | 7 | msgid "" 8 | "The diagnostics available on your device depend on the modules that you have " 9 | "installed." 10 | msgstr "" 11 | 12 | msgid "" 13 | "Under this menu are options that allow you to configure and perform tests on " 14 | "the voice operations of your system. These are known as diagnostics." 15 | msgstr "" 16 | -------------------------------------------------------------------------------- /applications/luci-app-watchcat/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright (C) 2008-2014 The LuCI Team12 | <% local ver = require "luci.version" -%> 13 | Powered by <%= ver.luciname %> (<%= ver.luciversion %>) 14 |
15 |