Merge pull request #690 from stweil/master

Fix some typos found by codespell
This commit is contained in:
Hannu Nyman 2016-03-29 10:18:06 +03:00
commit a28761f314
33 changed files with 64 additions and 64 deletions

View file

@ -449,7 +449,7 @@ msgstr "Autenticació UAM i MAC"
#~ msgstr "Fitxers d'usuaris local"
#~ msgid ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Un fitxer contenint usuaris i contrasenyes separats per punts d'usuaris "
@ -604,7 +604,7 @@ msgstr "Autenticació UAM i MAC"
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgstr ""
#~ "Executable per executar com un programa de tipus CGI (com el haserl) per "
#~ "URLs amb extensió .chi"

View file

@ -225,7 +225,7 @@ msgstr "UAM a MAC ověřování"
#~ msgstr "Soubor s místními uživateli"
#~ msgid ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Soubor, obsahující uživatelská jména a hesla místně ověřovaných "

View file

@ -454,7 +454,7 @@ msgstr "UAM- und MAC-Authentifizierung"
#, fuzzy
#~ msgid ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr "Netzwerk/TUN Konfiguration"
@ -598,7 +598,7 @@ msgstr "UAM- und MAC-Authentifizierung"
#, fuzzy
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgstr "Netzwerk/TUN Konfiguration"
#, fuzzy

View file

@ -436,10 +436,10 @@ msgstr ""
#~ msgstr "Local users file"
#~ msgid ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgid "Location name"
@ -588,10 +588,10 @@ msgstr ""
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgstr ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgid "Web content directory"
#~ msgstr "Web content directory"

View file

@ -445,7 +445,7 @@ msgstr "Autenticação UAM e MAC"
#~ msgstr "Arquivo de usuários locais"
#~ msgid ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Um arquivo separado por dois pontos (:) contendo o nome de usuário e "
@ -602,7 +602,7 @@ msgstr "Autenticação UAM e MAC"
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgstr ""
#~ "Executável para rodar como um programa do tipo CGI (como o haserl) para "
#~ "URLs com a extensão .chi"

View file

@ -350,7 +350,7 @@ msgstr "Autenticação UAM e MAC"
#, fuzzy
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgstr ""
#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS"

View file

@ -387,7 +387,7 @@ msgstr "Аутентификация с помощью UAM и MAC"
#~ msgstr "Локальный файл пользователей"
#~ msgid ""
#~ "A colon seperated file containing usernames and passwords of locally "
#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Файл, содержащий логины и пароли локально авторизованных пользователей "

View file

@ -551,7 +551,7 @@ msgstr ""
#, fuzzy
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
#~ "extention .chi"
#~ "extension .chi"
#~ msgstr "Thống nhất cấu hình phương pháp cài đặt"
#, fuzzy

View 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)

View 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 />- " ..

View 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"

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."

View 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."