From: Stefan Weil Date: Sat, 26 Mar 2016 09:19:25 +0000 (+0100) Subject: applications/luci-app-ddns: Fix typos (found by codespell) X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7dbf3644ac40f8c70b0bd38f11aacaaf4b7dbb85 applications/luci-app-ddns: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua index c924e845c..e38a6060a 100644 --- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua @@ -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) diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua index 3f5997463..32ad3c348 100644 --- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua @@ -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.") .. "
- " .. - translate("You should install GNU Wget with SSL (prefered) or cURL package.") .. + translate("You should install GNU Wget with SSL (preferred) or cURL package.") .. "
- " .. 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 .. "
- " .. - 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 .. "
- " .. diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua index e6da7cc18..9a989bae4 100644 --- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua @@ -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" diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po index f4cedfa96..5f0fd36ff 100644 --- a/applications/luci-app-ddns/po/ca/ddns.po +++ b/applications/luci-app-ddns/po/ca/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po index 7c950d76d..07d5127e9 100644 --- a/applications/luci-app-ddns/po/cs/ddns.po +++ b/applications/luci-app-ddns/po/cs/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po index b78cb64d5..98950b96f 100644 --- a/applications/luci-app-ddns/po/de/ddns.po +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po index 097de6ad1..b755acbe1 100644 --- a/applications/luci-app-ddns/po/el/ddns.po +++ b/applications/luci-app-ddns/po/el/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po index c77a308c5..35eac4c99 100644 --- a/applications/luci-app-ddns/po/es/ddns.po +++ b/applications/luci-app-ddns/po/es/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po index 6a35af681..60a5ab4f7 100644 --- a/applications/luci-app-ddns/po/fr/ddns.po +++ b/applications/luci-app-ddns/po/fr/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po index 2ad6ac942..81e53ebea 100644 --- a/applications/luci-app-ddns/po/he/ddns.po +++ b/applications/luci-app-ddns/po/he/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po index ba7117596..1907b05c9 100644 --- a/applications/luci-app-ddns/po/hu/ddns.po +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po index 6eae599b9..24ba268a3 100644 --- a/applications/luci-app-ddns/po/it/ddns.po +++ b/applications/luci-app-ddns/po/it/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po index e7563c213..c49766563 100644 --- a/applications/luci-app-ddns/po/ja/ddns.po +++ b/applications/luci-app-ddns/po/ja/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/no/ddns.po b/applications/luci-app-ddns/po/no/ddns.po index 586b710cf..9b17ff648 100644 --- a/applications/luci-app-ddns/po/no/ddns.po +++ b/applications/luci-app-ddns/po/no/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po index 21da7c6a4..9211a2f36 100644 --- a/applications/luci-app-ddns/po/pl/ddns.po +++ b/applications/luci-app-ddns/po/pl/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/pt-br/ddns.po b/applications/luci-app-ddns/po/pt-br/ddns.po index 2ee6d81f8..7378269e1 100644 --- a/applications/luci-app-ddns/po/pt-br/ddns.po +++ b/applications/luci-app-ddns/po/pt-br/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po index 383d04564..c6788354e 100644 --- a/applications/luci-app-ddns/po/pt/ddns.po +++ b/applications/luci-app-ddns/po/pt/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po index d5e033a90..fe6f3245e 100644 --- a/applications/luci-app-ddns/po/ro/ddns.po +++ b/applications/luci-app-ddns/po/ro/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po index a42faa76f..47febd73d 100644 --- a/applications/luci-app-ddns/po/ru/ddns.po +++ b/applications/luci-app-ddns/po/ru/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot index fc39db78b..8da949f6b 100644 --- a/applications/luci-app-ddns/po/templates/ddns.pot +++ b/applications/luci-app-ddns/po/templates/ddns.pot @@ -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." diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po index 6a4b4075a..64a959ea2 100644 --- a/applications/luci-app-ddns/po/tr/ddns.po +++ b/applications/luci-app-ddns/po/tr/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po index eef6c4343..bae6386e4 100644 --- a/applications/luci-app-ddns/po/uk/ddns.po +++ b/applications/luci-app-ddns/po/uk/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po index 4d63e2910..a9ab1f3aa 100644 --- a/applications/luci-app-ddns/po/vi/ddns.po +++ b/applications/luci-app-ddns/po/vi/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/zh-cn/ddns.po b/applications/luci-app-ddns/po/zh-cn/ddns.po index 24e3e7cd8..80a16ce8a 100644 --- a/applications/luci-app-ddns/po/zh-cn/ddns.po +++ b/applications/luci-app-ddns/po/zh-cn/ddns.po @@ -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." diff --git a/applications/luci-app-ddns/po/zh-tw/ddns.po b/applications/luci-app-ddns/po/zh-tw/ddns.po index 3fd138593..561c197eb 100644 --- a/applications/luci-app-ddns/po/zh-tw/ddns.po +++ b/applications/luci-app-ddns/po/zh-tw/ddns.po @@ -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."