1
0
Fork 0

Update for language packs

Dieser Commit ist enthalten in:
DSB 2011-07-04 17:49:39 +00:00
Ursprung 76b2553bf2
Commit eb6c5d5eb7
25 geänderte Dateien mit 202 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -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.";