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 c924e84..e38a606 100644 (file)
@@ -335,7 +335,7 @@ function svc4.validate(self, value)
        if usev6:formvalue(section) ~= "1" then -- do only on IPv4
                return value
        else
        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)
        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
                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)
        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
        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)
                end
                if value then   -- otherwise errors in datatype check
                        if DTYP.directory(value)
index 3f59974..32ad3c3 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("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
                        "<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 />- " ..
                                "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 />- " ..
        end
        if not (DDNS.has_bindhost or DDNS.has_hostip) then
                value = value .. "<br />- " ..
index e6da7cc..9a989ba 100644 (file)
@@ -41,7 +41,7 @@ m.on_after_commit = function(self)
        end
 end
 
        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"
 -- with all the JavaScripts we need for "a good Show"
 a = m:section( SimpleSection )
 a.template = "ddns/overview_status"
index f4cedfa..5f0fd36 100644 (file)
@@ -599,11 +599,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 7c950d7..07d5127 100644 (file)
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index b78cb64..98950b9 100644 (file)
@@ -686,13 +686,13 @@ msgstr ""
 "Sie sollten das Programmpakete BIND host for DNS Anfragen installieren."
 
 msgid ""
 "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."
 
 "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."
 msgstr ""
 "Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL "
 "installieren."
index 097de6a..b755acb 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index c77a308..35eac4c 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 6a35af6..60a5ab4 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 2ad6ac9..81e53eb 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index ba71175..1907b05 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 6eae599..24ba268 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index e7563c2..c497665 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 586b710..9b17ff6 100644 (file)
@@ -594,11 +594,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 21da7c6..9211a2f 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 2ee6d81..7378269 100644 (file)
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 383d045..c678835 100644 (file)
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index d5e033a..fe6f324 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index a42faa7..47febd7 100644 (file)
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index fc39db7..8da949f 100644 (file)
@@ -582,11 +582,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 6a4b407..64a959e 100644 (file)
@@ -593,11 +593,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index eef6c43..bae6386 100644 (file)
@@ -598,11 +598,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 4d63e29..a9ab1f3 100644 (file)
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 24e3e7c..80a16ce 100644 (file)
@@ -606,11 +606,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr "你需要安装BIND以请求DNS记录."
 
 msgid ""
 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 ""
 
 "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."
 msgstr "你需要安装包含SSL支持的GNU Wget(推荐)或是cURL软件包."
 
 msgid "You should install GNU Wget with SSL or cURL package."
index 3fd1385..561c197 100644 (file)
@@ -594,11 +594,11 @@ msgid "You should install BIND host package for DNS requests."
 msgstr ""
 
 msgid ""
 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 ""
 
 "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."
 msgstr ""
 
 msgid "You should install GNU Wget with SSL or cURL package."