treewide: Fix typos in UI strings
authoryangfl <yangfl@users.noreply.github.com>
Sat, 18 Aug 2018 04:21:21 +0000 (12:21 +0800)
committeryangfl <yangfl@users.noreply.github.com>
Fri, 12 Oct 2018 14:18:51 +0000 (22:18 +0800)
Signed-off-by: David Yang <mmyangfl@gmail.com>
22 files changed:
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua
applications/luci-app-attendedsysupgrade/root/www/luci-static/resources/attendedsysupgrade.js
applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua
applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua
applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev/servers.lua
applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua
applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua
applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua
applications/luci-app-unbound/luasrc/controller/unbound.lua
applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua
modules/luci-base/luasrc/template.lua

index 72685b011022484266ce40c35c0e29d48d1eb4be..ac64754cb7854bef556696180f4d095fd168b484 100644 (file)
@@ -153,7 +153,7 @@ app_lookupblacklist:value("no", "Do Not Load")
 app_lookupblacklist:value("auto", "Load as Required")
 app_lookupblacklist.rmempty = true
 
-app_lookupcidname = module:option(ListValue, "app_lookupcidname", "Look up CallerID Name from local databas", "")
+app_lookupcidname = module:option(ListValue, "app_lookupcidname", "Look up CallerID Name from local database", "")
 app_lookupcidname:value("yes", "Load")
 app_lookupcidname:value("no", "Do Not Load")
 app_lookupcidname:value("auto", "Load as Required")
index 60f586ded4c163e1a4223bd89b723e3ac12b2838..e7d2eca39c90267ea2b956336b14a84b0171f4b5 100644 (file)
@@ -128,7 +128,7 @@ function ubus_call(command, argument, params, variable) {
                                        }
                                }
                        } else {
-                               error_box("<b>Ubus call faild:</b><br />Request: " + request_json + "<br />Response: " + JSON.stringify(response))
+                               error_box("<b>Ubus call failed:</b><br />Request: " + request_json + "<br />Response: " + JSON.stringify(response))
                        }
                        ubus_closed++;
                }
@@ -170,7 +170,7 @@ function upgrade_check() {
 function upgrade_check_callback(request_text) {
        var request_json = JSON.parse(request_text)
 
-       // create simple output to tell user whats going to be upgrade (release/packages)
+       // create simple output to tell user what's going to be upgrade (release/packages)
        var info_output = ""
        if(request_json.version != undefined) {
                info_output += "<h3>New firmware release available</h3>"
@@ -201,7 +201,7 @@ function upgrade_request() {
        // Request the image
        // Needed values
        // version/release
-       // board_name or model (server tries to find the corrent profile)
+       // board_name or model (server tries to find the correct profile)
        // packages
        // The rest is added by server_request()
        $("#upgrade_button").disabled = true;
@@ -386,7 +386,7 @@ function server_request(request_dict, path, callback) {
                        error_box(error_box_content)
 
                } else if (request.status === 501) {
-                       error_box("No sysupgrade file produced, may not supported by modell.")
+                       error_box("No sysupgrade file produced, may not supported by model.")
 
                } else if (request.status === 502) {
                        // python part offline
index b09c237ca22336800aa5374b58c4156d50cd95ed..b5630548249f13cf3ed6495d68b8180d926a3dba 100644 (file)
@@ -4,7 +4,7 @@
 local uci = require "luci.model.uci".cursor()
 
 m = Map("freifunk-policyrouting", translate("Policy Routing"), translate("These pages can be used to setup policy routing for certain firewall zones. "..
-       "This is useful if you need to use your own internet connection for yourself but you don't want to share it with others (thats why it can also be "..
+       "This is useful if you need to use your own internet connection for yourself but you don't want to share it with others (that's why it can also be "..
        "called 'Ego Mode'). Your own traffic is then sent via your internet connection while traffic originating from the mesh will use another gateway in the mesh. "))
 m:chain("network")
 
index d89ab27c2923c2414e5815115adb8bd98dbffc9d..ad77a9022cc89a3f36dd1343cc4f58d66b2b19f0 100644 (file)
@@ -74,7 +74,7 @@ quality = s:taboption(this_tab, Value, "quality", translate("JPEG compression qu
 minimum_size = s:taboption(this_tab, Value, "minimum_size", translate("Drop frames smaller then this limit"),translate("Set the minimum size if the webcam produces small-sized garbage frames. May happen under low light conditions"))
     minimum_size.datatype = "uinteger"
 
-no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initalize dynctrls"), translate("Do not initalize dynctrls of Linux-UVC driver"))
+no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initialize dynctrls"), translate("Do not initialize dynctrls of Linux-UVC driver"))
 
 led = s:taboption(this_tab, ListValue, "led", translate("Led control"))
     led:value("on", translate("On"))
@@ -206,7 +206,7 @@ folder=s:taboption(this_tab, Value, "folder", translate("Folder"), translate("Se
 
 --mjpeg=s:taboption(this_tab, Value, "mjpeg", translate("Mjpeg output"), translate("Check to save the stream to an mjpeg file"))
 
-delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the inteval in millisecond"))
+delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the interval in millisecond"))
     delay.placeholder="5000"
     delay.datatype = "uinteger"
 
index a075bcf26d7d44cafab4cd5bfa395682c4780f9e..90a615699a87cd1bf3d2778e0f63fc7e583e5351 100644 (file)
@@ -259,7 +259,7 @@ function lqmult.validate(self, value)
                        local host = val[1]
                        local mult = val[2]
                        if not host or not mult then
-                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
                        end
                        if not (host == "default" or ip.IPv4(host) or ip.IPv6(host)) then
                                return nil, translate("Can only be a valid IPv4 or IPv6 address or 'default'")
index 0007e673e2d70ab77d337404a9024afeede2335b..0206b67dc0fc3d3127e2900bb315778cac06f81a 100644 (file)
@@ -253,7 +253,7 @@ function lqmult.validate(self, value)
                        local host = val[1]
                        local mult = val[2]
                        if not host or not mult then
-                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
                        end
                        if not (host == "default" or ip.IPv6(host)) then
                                return nil, translate("Can only be a valid IPv6 address or 'default'")
index d6b7cd16a6e93965900fab9b8588a6ecc0f7b8b5..7de2ad9b4453eb0b5e2992d5e6fbb03f28c42528 100644 (file)
@@ -84,7 +84,7 @@ function lqmult.validate(self, value)
                        local host = val[1]
                        local mult = val[2]
                        if not host or not mult then
-                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
                        end
                        if not (host == "default" or ip.IPv4(host) or ip.IPv6(host)) then
                                return nil, translate("Can only be a valid IPv4 or IPv6 address or 'default'")
index 2f0fa6c38d4f83b8bde0f8eea395d418ea9987a6..00f242df1b716df68e390ecb2dbe74df02019ce4 100644 (file)
@@ -84,7 +84,7 @@ function lqmult.validate(self, value)
                        local host = val[1]
                        local mult = val[2]
                        if not host or not mult then
-                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+                               return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
                        end
                        if not (host == "default" or ip.IPv6(host)) then
                                return nil, translate("Can only be a valid IPv6 address or 'default'")
index 71c66562e153bdba4e2aa35e4354601e90c7e3c2..a0d0079278442ecbdc4c5344bda2eae60e41407d 100644 (file)
@@ -9,7 +9,7 @@ local m, s
 m = Map("shadowsocks-libev",
        translate("Remote Servers"),
        translate("Definition of remote shadowsocks servers.  \
-                       Disable any of them will also disable instances refering to it."))
+                       Disable any of them will also disable instances referring to it."))
 
 local sname = arg[1]
 if sname then
index 4d1c140b0309052a67df39701167290b9ba0e14a..0bbedaa9dee97de33fffe571bb7b06cd108bc895 100644 (file)
@@ -5,5 +5,5 @@
 module "luci.controller.siitwizard"
 
 function index()
-       entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99)
+       entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistant", 99)
 end
index c09d2e0f78e62b0749785ffae887b8d90aca073b..bd88e8a6e274570a5672276900397d60e77a2629 100644 (file)
@@ -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
index dc3d3fb2be08de3f00ae47ad2696bc3d5dda480d..d336a7e51c297d80f96db516af2ad9c64b18c392 100644 (file)
@@ -4,7 +4,7 @@
 m = Map("luci_statistics",
        translate("Disk Plugin Configuration"),
        translate(
-               "The disk plugin collects detailled usage statistics " ..
+               "The disk plugin collects detailed usage statistics " ..
                "for selected partitions or whole disks."
        ))
 
index 29b998b87798c58b9814b19866e13b6f7298e85a..dafcc452ccfd87e76a3a44d9eae16e3663fb12e4 100644 (file)
@@ -7,7 +7,7 @@ require("luci.sys")
 m = Map("luci_statistics",
        translate("DNS Plugin Configuration"),
        translate(
-               "The dns plugin collects detailled statistics about dns " ..
+               "The dns plugin collects detailed statistics about dns " ..
                "related traffic on selected interfaces."
        ))
 
index 48e0ec2d7afab29e35c58e8601a526ec37adc176..9c8e3e1880c91665127682151b16801bcb698998 100644 (file)
@@ -51,8 +51,8 @@ notify = m:section( TypedSection, "collectd_exec_notify",
        translate(
                "Here you can define external commands which will be " ..
                "started by collectd when certain threshold values have " ..
-               "been reached. The values leading to invokation will be " ..
-               "feeded to the the called programs stdin."
+               "been reached. The values leading to invocation will be " ..
+               "fed to the the called programs stdin."
        ))
 notify.addremove = true
 notify.anonymous = true
index aa469843ec99af5f7f5c7ec6a4fb74ff3d2e8010..ded3f7f996b96c6a497755ec541b37bda9ba1d85 100644 (file)
@@ -19,7 +19,7 @@ m = Map("luci_statistics",
        translate("Iptables Plugin Configuration"),
        translate(
                "The iptables plugin will monitor selected firewall rules and " ..
-               "collect informations about processed bytes and packets per rule."
+               "collect information about processed bytes and packets per rule."
        ))
 
 -- collectd_iptables config section
index 917abd0c43d58f78be31943af0009a4193c4ccf9..66449ec467341916c9beab1db97e7b4bb79150cc 100644 (file)
@@ -9,7 +9,7 @@ local devices = luci.sys.net.devices()
 m = Map("luci_statistics",
        translate("Netlink Plugin Configuration"),
        translate(
-               "The netlink plugin collects extended informations like " ..
+               "The netlink plugin collects extended information like " ..
                "qdisc-, class- and filter-statistics for selected interfaces."
        ))
 
index 4171a886b925628992f9ec24d58c4d5d046ea841..c0a18a9c1f815da7f94ab517b42a9630297a72b8 100644 (file)
@@ -4,7 +4,7 @@
 m = Map("luci_statistics",
        translate("Processes Plugin Configuration"),
        translate(
-               "The processes plugin collects informations like cpu time, " ..
+               "The processes plugin collects information like cpu time, " ..
                "page faults and memory usage of selected processes."
        ))
 
index 3c650180aa6358fd1d899ab57df07b706891ed97..a02b2be4fd10cfdeaf54363221c7c5be3f86de77 100644 (file)
@@ -4,7 +4,7 @@
 m = Map("luci_statistics",
        translate("TCPConns Plugin Configuration"),
        translate(
-               "The tcpconns plugin collects informations about open tcp " ..
+               "The tcpconns plugin collects information about open tcp " ..
                "connections on selected ports."
        ))
 
index 11f34fbad4591edf411047be421d55c8b7b992cd..e38dec4b91f73ff71e75c22983c553e2acc5e0c6 100644 (file)
@@ -216,7 +216,7 @@ s.addremove = true
 
 
 t = s:option(ListValue, "type", translate("Policy"),
-       translate("<em>Via proxy</em> routes requests to the given target via the specifed upstream proxy, <em>Reject access</em> disables any upstream proxy for the target"))
+       translate("<em>Via proxy</em> routes requests to the given target via the specified upstream proxy, <em>Reject access</em> disables any upstream proxy for the target"))
 
 t:value("proxy", translate("Via proxy"))
 t:value("reject", translate("Reject access"))
index 734476acaeaa5cea13e85fbd18df462800714b08..5e19621842369a2890d11cf5677517c78d0fe5bb 100644 (file)
@@ -158,7 +158,7 @@ function QueryCacheDump()
         "unbound-control -c /var/lib/unbound/unbound.conf dump_cache")
 
     local lcldesc = luci.i18n.translate(
-        "This shows Unbound 'cache_dump'. Usefull to check if unbound is actually caching dns entities.")
+        "This shows Unbound 'cache_dump'. Useful to check if unbound is actually caching dns entities.")
 
     luci.template.render("unbound/show-textbox",
         {heading = "", description = lcldesc, content = lcldata})
index 07730225b03805d895e66e516aab58444f5fba3c..61a94ca5dc3244ed765aa870290dcfca31b0837f 100644 (file)
@@ -239,7 +239,7 @@ function force_wifi.validate(self, value, d)
         if fs.access("/usr/bin/iwinfo") then
             return value
         else
-            return nil, translate("Could not find required programm /usr/bin/iwinfo")
+            return nil, translate("Could not find required program /usr/bin/iwinfo")
         end
     else
         return "1"
index 588028c2ee3c9f1af4981b90046212b8381b2d36..ed46f50753ba34f03cea7ab9263d90113d0aa2d5 100644 (file)
@@ -95,6 +95,6 @@ function Template.render(self, scope)
        local stat, err = util.copcall(self.template)
        if not stat then
                error("Failed to execute template '" .. self.name .. "'.\n" ..
-                     "A runtime error occured: " .. tostring(err or "(nil)"))
+                     "A runtime error occurred: " .. tostring(err or "(nil)"))
        end
 end