Update for language packs
Dieser Commit ist enthalten in:
		
							Ursprung
							
								
									76b2553bf2
								
							
						
					
					
						Commit
						eb6c5d5eb7
					
				
					 25 geänderte Dateien mit 202 neuen und 0 gelöschten Zeilen
				
			
		|  | @ -1183,6 +1183,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1013,6 +1013,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1035,6 +1035,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -991,6 +991,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1083,6 +1083,16 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Die E-Mail-Adresse ist zu lang | |||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="Die E-Mail-Adresse kann nicht gegen" | ||||
|     ." das \"Quoted-String\"-Format geprüft" | ||||
|     ." werden."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="Die angegebene Punycode-Schreibweise" | ||||
|     ." des Domainnamen kann nicht dekodiert" | ||||
|     ." werden."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_DASH_CHARACTER']="Der Domainname enthält einen" | ||||
|     ." Bindestrich an einer ungültigen" | ||||
|     ." Position."; | ||||
| $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_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" | ||||
|  |  | |||
|  | @ -1016,6 +1016,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -988,6 +988,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1457,6 +1457,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Η διεύθυνση email ε | |||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="Η διεύθυνση email δεν" | ||||
|     ." ταιριάζει με τη" | ||||
|     ." μορφή quoted-string."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Η τιμή απαιτείται" | ||||
|     ." και δεν μπορεί να" | ||||
|     ." είναι κενή"; | ||||
|  |  | |||
|  | @ -988,6 +988,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1084,6 +1084,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="La dirección de email es dema | |||
|     ." caracteres."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="El email no puede se compare con" | ||||
|     ." formato de cita-cadena."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Valor es necesario y no puede estar" | ||||
|     ." vacío."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No hay token fue siempre para que" | ||||
|  |  | |||
|  | @ -1238,6 +1238,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="آدرس ایمیل شما" | |||
|     ." کاراکتر باشد"; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="آدرس ایمیل ناصحیح" | ||||
|     ." است"; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="مقدار نمیتواند خالی" | ||||
|     ." باشد"; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="رمز ها یکسان نیستند"; | ||||
|  |  | |||
|  | @ -1108,6 +1108,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -988,6 +988,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1026,6 +1026,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Az e-mail cím túl hosszú. A | |||
|     ." maximális hossz 320 karakter."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1049,6 +1049,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1018,6 +1018,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Het e-mailadress is te lang. D | |||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="Het e-mailadress kan niet worden" | ||||
|     ." vergeleken met de quoted-string" | ||||
|     ." formaat."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Waarde vereist en kan niet leeg zijn."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="Geen teken was gegeven om overeen te" | ||||
|     ." komen."; | ||||
|  |  | |||
|  | @ -990,6 +990,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1028,6 +1028,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1008,6 +1008,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1119,6 +1119,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1021,6 +1021,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="E-mailová adresa je príliš | |||
|     ." Môžete byť až 320 znakov."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="E-mail adresa nemôže byť uzavretá" | ||||
|     ." prw Quoted-formáte reťazca."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Hodnota je povinná a nesmie byť" | ||||
|     ." prázdna."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="Žiadna funkcia na kontrolu"; | ||||
|  |  | |||
|  | @ -1006,6 +1006,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Email naslov je predolg. Najve | |||
|     ." dolžina je 320 znakov."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="Email naslov ne more biti primerjan z" | ||||
|     ." nizi v navednicah."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Vrednost je zahtevana in ne more biti" | ||||
|     ." prazna."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="Žeton ni bil določen za primerjavo."; | ||||
|  |  | |||
|  | @ -1000,6 +1000,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Epostadressen är för lång. | |||
|     ." innehålla maximalt 320 tecken."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="Epostadressen kan ej kontrolleras mot" | ||||
|     ." \"Quoted-String\"-formatet."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Värdet är erforderligt och får ej" | ||||
|     ." vara tomt."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="Inget kriterium för kontroll angavs."; | ||||
|  |  | |||
|  | @ -1009,6 +1009,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="The email address is too long. | |||
|     ." maximum length is 320 chars."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="The email addess can not be matched" | ||||
|     ." against quoted-string format."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_IS_EMPTY']="Value is required and can't be empty."; | ||||
| $lang['L_ZEND_ID_MISSING_TOKEN']="No token was provided to match" | ||||
|     ." against."; | ||||
|  |  | |||
|  | @ -1106,6 +1106,14 @@ $lang['L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED']="Địa chỉ email quá dài, | |||
|     ." tự."; | ||||
| $lang['L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING']="Địa chỉ email không được có" | ||||
|     ." dấu nháy kép."; | ||||
| $lang['L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE']="The given punycode notation of the" | ||||
|     ." 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_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_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" | ||||
|  |  | |||
		Laden …
	
	Tabelle hinzufügen
		
		In neuem Issue referenzieren