applications/luci-app-ddns: Fix typos (found by codespell) 690/head
authorStefan Weil <sw@weilnetz.de>
Sat, 26 Mar 2016 09:19:25 +0000 (10:19 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 29 Mar 2016 07:12:27 +0000 (09:12 +0200)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
25 files changed:
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua
applications/luci-app-ddns/po/ca/ddns.po
applications/luci-app-ddns/po/cs/ddns.po
applications/luci-app-ddns/po/de/ddns.po
applications/luci-app-ddns/po/el/ddns.po
applications/luci-app-ddns/po/es/ddns.po
applications/luci-app-ddns/po/fr/ddns.po
applications/luci-app-ddns/po/he/ddns.po
applications/luci-app-ddns/po/hu/ddns.po
applications/luci-app-ddns/po/it/ddns.po
applications/luci-app-ddns/po/ja/ddns.po
applications/luci-app-ddns/po/no/ddns.po
applications/luci-app-ddns/po/pl/ddns.po
applications/luci-app-ddns/po/pt-br/ddns.po
applications/luci-app-ddns/po/pt/ddns.po
applications/luci-app-ddns/po/ro/ddns.po
applications/luci-app-ddns/po/ru/ddns.po
applications/luci-app-ddns/po/templates/ddns.pot
applications/luci-app-ddns/po/tr/ddns.po
applications/luci-app-ddns/po/uk/ddns.po
applications/luci-app-ddns/po/vi/ddns.po
applications/luci-app-ddns/po/zh-cn/ddns.po
applications/luci-app-ddns/po/zh-tw/ddns.po

index c924e845c26c4438de232ef8f0dcd1f0726c375e..e38a6060a03e9355c23a4cfc2c100546187a9db2 100644 (file)
@@ -335,7 +335,7 @@ function svc4.validate(self, value)
        if usev6:formvalue(section) ~= "1" then -- do only on IPv4
                return value
        else
-               return ""       -- supress validate error
+               return ""       -- suppress validate error
        end
 end
 function svc4.write(self, section, value)
@@ -376,7 +376,7 @@ function svc6.validate(self, value)
                if DDNS.has_ipv6 then return value end
                return nil, err_tab_basic(self) .. err_ipv6_plain
        else
-               return ""       -- supress validate error
+               return ""       -- suppress validate error
        end
 end
 function svc6.write(self, section, value)
@@ -626,7 +626,7 @@ if DDNS.has_ssl then
        cert.forcewrite = true
        function cert.validate(self, value)
                if https:formvalue(section) ~= "1" then
-                       return ""       -- supress validate error if NOT https
+                       return ""       -- suppress validate error if NOT https
                end
                if value then   -- otherwise errors in datatype check
                        if DTYP.directory(value)
index 3f5997463c59e742257a0c0135ce5bd01e2709ea..32ad3c3485245cd5bae7762b80b8641bd6b5d390 100644 (file)
@@ -68,7 +68,7 @@ if not DDNS.has_ssl then
                translate("HTTPS not supported") .. bold_off
        sl.value = translate("Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS protocol.") ..
                        "<br />- " ..
-                       translate("You should install GNU Wget with SSL (prefered) or cURL package.") ..
+                       translate("You should install GNU Wget with SSL (preferred) or cURL package.") ..
                        "<br />- " ..
                        translate("In some versions cURL/libcurl in OpenWrt is compiled without proxy support.")
 end
@@ -114,7 +114,7 @@ if not DDNS.has_forceip then
                                "the IP version to use for communication with DDNS Provider!")
        if not (DDNS.has_wgetssl or DDNS.has_curl or DDNS.has_fetch) then
                value = value .. "<br />- " ..
-                       translate("You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch package.")
+                       translate("You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch package.")
        end
        if not (DDNS.has_bindhost or DDNS.has_hostip) then
                value = value .. "<br />- " ..
index e6da7cc1889cbdfda1c398446c0291bd62a911b7..9a989bae41ac4faf09d485cc1645717c206321d8 100644 (file)
@@ -41,7 +41,7 @@ m.on_after_commit = function(self)
        end
 end
 
--- SimpleSection definiton -- ##################################################
+-- SimpleSection definition -- ##################################################
 -- with all the JavaScripts we need for "a good Show"
 a = m:section( SimpleSection )
 a.template = "ddns/overview_status"
index f4cedfa9614c5f07b3c4858040bf2c0ec4a08a0c..5f0fd36ffa96b8c6e3f31cc0db87bdc6e45aa72e 100644 (file)
@@ -599,11 +599,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 7c950d76d73139bc4aa779fcaffa60a93d60092a..07d5127e916e53f9eed6d246cf1c9a5bfc185b6b 100644 (file)
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index b78cb64d555e888cfa4fddfe90fa57443264c89c..98950b96f76d1e9c335710aef074d6feac75ad14 100644 (file)
@@ -686,13 +686,13 @@ msgstr ""
 "Sie sollten das Programmpakete BIND host for DNS Anfragen installieren."
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 "Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL oder "
 "uclient-fetch installieren."
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 "Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL "
 "installieren."
index 097de6ad10c19a749d14945e33d2a7e0884427f4..b755acbe18b4130b9db904f2bc0df83ea7efe687 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index c77a308c5976e7081a74cbc08adc98dc29f63981..35eac4c99004a9659811750f2a02871e35d4e2a5 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 6a35af68151c3d64e0759f54bb4d1f224933306a..60a5ab4f75bc69bab8395dab3629ca6822abad8f 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 2ad6ac9424298508475e02d470368f42ce5cb898..81e53ebeafb3cbbd7b2100b2fe522b183530597b 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index ba71175963fb6fd231cb6be04856f11b2bc50c25..1907b05c92d31e3ce1e70b23266274ebe986ae5e 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 6eae599b9fb7ebb62e3c9d87dd5cdce6d95f3ab8..24ba268a3f283d60c01e6870f1e3d2a95c68e414 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index e7563c21376a82747690faf86c58cdb75a58d39d..c497665638d785368bcd1c62cbc024ca82de77e1 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 586b710cfb680cfc2d61409355c1e3cd73223bcb..9b17ff648a726288671ce63511e5ad5223ce0ad3 100644 (file)
@@ -594,11 +594,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 21da7c6a479df5a854ff12835f2833cf3a2911e0..9211a2f36849001d96ec90bb9001736d2822f576 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 2ee6d81f8998a48bb51c2e300feadc03c5a9efae..7378269e14ad04f8703b862f1f2bc417ed389e6b 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 383d0456479b69151978c6af4b42fcdfe6a74803..c6788354e2c60874043878095aee4381ee94ee3c 100644 (file)
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index d5e033a90bfc33e25252c651686fd41d17d0ad7f..fe6f3245ebb4a33c8d0c48309bf4390081f296d0 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index a42faa76f59572f137f004bc607ce56606b310bd..47febd73da6584db688e04c3b59aa76fa9456cc1 100644 (file)
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index fc39db78b81315b97df3ddd70c737f962a20fb73..8da949f6b3803a4daff3efc1c13de44a5190d2c8 100644 (file)
@@ -582,11 +582,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 6a4b4075ad9c4e2c5e2dc2aacdb723d6f8075e46..64a959ea2dc0bec41881cd7080a9dbc75bfe0cab 100644 (file)
@@ -593,11 +593,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index eef6c4343e1e81c4aac6701305d7882d2f3348c4..bae6386e467c35a68327210d54bea4a2c0c365fd 100644 (file)
@@ -598,11 +598,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 4d63e2910b1d5a3309a721b30011bc2765709169..a9ab1f3aa2167d06d33beb86dcb289c6164333ad 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 24e3e7cd8587bcf46df2589cf231f48c3ccfbd90..80a16ce8a866b896fc718040a9e6cc1dc935135a 100644 (file)
@@ -606,11 +606,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr "你需要安装BIND以请求DNS记录."
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr "你需要安装包含SSL支持的GNU Wget(推荐)或是cURL软件包."
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 3fd138593b5c8cd233e0b6ed35e6db045e6001b4..561c197eb00f0e3c4a236812915efb2ae6f75407 100644 (file)
@@ -594,11 +594,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
 "package."
 msgstr ""
 
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."