diff --git a/application/language/ar/lang.php b/application/language/ar/lang.php index 70e4ce2..49dc150 100644 --- a/application/language/ar/lang.php +++ b/application/language/ar/lang.php @@ -1187,10 +1187,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/bg_BG/lang.php b/application/language/bg_BG/lang.php index 3b50ab7..8366a3f 100644 --- a/application/language/bg_BG/lang.php +++ b/application/language/bg_BG/lang.php @@ -1017,10 +1017,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/cs/lang.php b/application/language/cs/lang.php index f9cfe71..ca0b773 100644 --- a/application/language/cs/lang.php +++ b/application/language/cs/lang.php @@ -1039,10 +1039,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/da/lang.php b/application/language/da/lang.php index 55e7c21..9bb6844 100644 --- a/application/language/da/lang.php +++ b/application/language/da/lang.php @@ -995,10 +995,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/de/lang.php b/application/language/de/lang.php index 8c8e830..7c8c9a2 100644 --- a/application/language/de/lang.php +++ b/application/language/de/lang.php @@ -1089,10 +1089,24 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="Die angegebene Punycode-Schr $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="Der Domainname enthält einen" ." Bindestrich an einer ungültigen" ." Position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Ungültiger Typ übergeben. Erwartet" + ." wird String."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="Der Domainname entspricht nicht der" ." erwarteten Struktur."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="Der Domainname entspricht nicht dem" ." Schema der angegebenen TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="Der Domainname beinhaltet einen" + ." ungültigen lokalen Netzwerknamen."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="Der Domainname entspricht nicht der" + ." URI-Syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP-Adressen in Dommainnamen sind nicht" + ." erlaubt."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Lokale Netzwerknamen in Domainnamen" + ." sind nicht erlaubt."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Die TLD kann nicht aus dem Domainnamen" + ." extrahiert werden."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="Der Domainname enthält unbekannte" + ." TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Der Wert wird benötigt und darf nicht" ." leer sein."; $lang['L_ZEND_ID_MISSING_TOKEN']="Es wurde kein Merkmal zum Gegenprüfen" diff --git a/application/language/de_CH/lang.php b/application/language/de_CH/lang.php index 394b1fd..78b78ac 100644 --- a/application/language/de_CH/lang.php +++ b/application/language/de_CH/lang.php @@ -1020,10 +1020,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/de_LU/lang.php b/application/language/de_LU/lang.php index c5a9626..57f1e61 100644 --- a/application/language/de_LU/lang.php +++ b/application/language/de_LU/lang.php @@ -992,10 +992,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/el/lang.php b/application/language/el/lang.php index 1535f53..125bf0f 100644 --- a/application/language/el/lang.php +++ b/application/language/el/lang.php @@ -1461,10 +1461,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Η τιμή απαιτείται" ." και δεν μπορεί να" ." είναι κενή"; diff --git a/application/language/en/lang.php b/application/language/en/lang.php index 8ca2714..498ee32 100644 --- a/application/language/en/lang.php +++ b/application/language/en/lang.php @@ -992,10 +992,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/es/lang.php b/application/language/es/lang.php index e635b02..fc500ea 100644 --- a/application/language/es/lang.php +++ b/application/language/es/lang.php @@ -1088,10 +1088,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Valor es necesario y no puede estar" ." vacío."; $lang['L_ZEND_ID_MISSING_TOKEN']="No hay token fue siempre para que" diff --git a/application/language/fa/lang.php b/application/language/fa/lang.php index f8efc7f..885f464 100644 --- a/application/language/fa/lang.php +++ b/application/language/fa/lang.php @@ -1242,10 +1242,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="مقدار نمیتواند خالی" ." باشد"; $lang['L_ZEND_ID_MISSING_TOKEN']="رمز ها یکسان نیستند"; diff --git a/application/language/fr/lang.php b/application/language/fr/lang.php index 5c2c81a..691c176 100644 --- a/application/language/fr/lang.php +++ b/application/language/fr/lang.php @@ -1112,10 +1112,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/hr/lang.php b/application/language/hr/lang.php index 26af63c..9db5561 100644 --- a/application/language/hr/lang.php +++ b/application/language/hr/lang.php @@ -992,10 +992,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/hu_HU/lang.php b/application/language/hu_HU/lang.php index b98123d..a0efbb4 100644 --- a/application/language/hu_HU/lang.php +++ b/application/language/hu_HU/lang.php @@ -1030,10 +1030,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/it/lang.php b/application/language/it/lang.php index 9610832..4facc44 100644 --- a/application/language/it/lang.php +++ b/application/language/it/lang.php @@ -1053,10 +1053,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/nl/lang.php b/application/language/nl/lang.php index 4c190b1..f6ae7c9 100644 --- a/application/language/nl/lang.php +++ b/application/language/nl/lang.php @@ -1022,10 +1022,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Waarde vereist en kan niet leeg zijn."; $lang['L_ZEND_ID_MISSING_TOKEN']="Geen teken was gegeven om overeen te" ." komen."; diff --git a/application/language/pl/lang.php b/application/language/pl/lang.php index d827bd2..2b92cf8 100644 --- a/application/language/pl/lang.php +++ b/application/language/pl/lang.php @@ -994,10 +994,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/pt_BR/lang.php b/application/language/pt_BR/lang.php index 49d97e4..12dbf1a 100644 --- a/application/language/pt_BR/lang.php +++ b/application/language/pt_BR/lang.php @@ -1032,10 +1032,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/ro/lang.php b/application/language/ro/lang.php index 000a152..1c99392 100644 --- a/application/language/ro/lang.php +++ b/application/language/ro/lang.php @@ -1012,10 +1012,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/ru/lang.php b/application/language/ru/lang.php index f60831e..637e097 100644 --- a/application/language/ru/lang.php +++ b/application/language/ru/lang.php @@ -1123,10 +1123,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/sk/lang.php b/application/language/sk/lang.php index 4dd8765..3978d79 100644 --- a/application/language/sk/lang.php +++ b/application/language/sk/lang.php @@ -1025,10 +1025,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Hodnota je povinná a nesmie byť" ." prázdna."; $lang['L_ZEND_ID_MISSING_TOKEN']="Žiadna funkcia na kontrolu"; diff --git a/application/language/sl/lang.php b/application/language/sl/lang.php index 421d8cf..5d3cdee 100644 --- a/application/language/sl/lang.php +++ b/application/language/sl/lang.php @@ -1010,10 +1010,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Vrednost je zahtevana in ne more biti" ." prazna."; $lang['L_ZEND_ID_MISSING_TOKEN']="Žeton ni bil določen za primerjavo."; diff --git a/application/language/sv_SE/lang.php b/application/language/sv_SE/lang.php index 2286532..17311af 100644 --- a/application/language/sv_SE/lang.php +++ b/application/language/sv_SE/lang.php @@ -1004,10 +1004,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Värdet är erforderligt och får ej" ." vara tomt."; $lang['L_ZEND_ID_MISSING_TOKEN']="Inget kriterium för kontroll angavs."; diff --git a/application/language/tr/lang.php b/application/language/tr/lang.php index 7d5c768..cf269b2 100644 --- a/application/language/tr/lang.php +++ b/application/language/tr/lang.php @@ -1013,10 +1013,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Value is required and can't be empty."; $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" ." against."; diff --git a/application/language/vi_VN/lang.php b/application/language/vi_VN/lang.php index dd2f39e..bb7243e 100644 --- a/application/language/vi_VN/lang.php +++ b/application/language/vi_VN/lang.php @@ -1110,10 +1110,21 @@ $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation ." hostname cannot be decoded."; $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="The hostname contains a dash in an" ." invalid position."; +$lang['L_ZEND_ID_HOSTNAME_INVALID']="Invalid type given. String expected."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME']="The hostname does not match the" ." expected structure."; $lang['L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA']="The hostname cannot match against" ." schema for given TLD."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME']="The hostname contains an invalid local" + ." network name."; +$lang['L_ZEND_ID_HOSTNAME_INVALID_URI']="The hostname does not match the URI" + ." syntax."; +$lang['L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED']="IP addresses in hostnames are not" + ." allowed."; +$lang['L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED']="Local network names in hostnames are" + ." not allowed."; +$lang['L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD']="Cannot extract TLD part from hostname."; +$lang['L_ZEND_ID_HOSTNAME_UNKNOWN_TLD']="The hostname contains unknown TLD."; $lang['L_ZEND_ID_IS_EMPTY']="Giá trị này không được để" ." trống."; $lang['L_ZEND_ID_MISSING_TOKEN']="Chuỗi so sánh (Token) được cung"