jscript9.dll.mui Microsoft (R) JScript 21ef68b1739d4f3872a55b9facf1c50b

File info

File name: jscript9.dll.mui
Size: 55296 byte
MD5: 21ef68b1739d4f3872a55b9facf1c50b
SHA1: febee20ce7740ff3f75968db044409695c894953
SHA256: 971faf97e6145a0eadb2574e17b36d8e5caecce9773db00ae175feb87a00480b
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Dutch language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Dutch English
5Ongeldige procedureaanroep of ongeldig argument Invalid procedure call or argument
6Overloop Overflow
7Onvoldoende geheugen Out of memory
9Het subscript valt buiten het bereik Subscript out of range
10Deze matrix ligt vast of is tijdelijk vergrendeld. This array is fixed or temporarily locked
11Deling door nul Division by zero
13Typen komen niet met elkaar overeen Type mismatch
14Onvoldoende tekenreeksruimte Out of string space
17Kan de opgegeven bewerking niet uitvoeren Can't perform requested operation
28Onvoldoende stackruimte Out of stack space
35Sub of Function is niet gedefinieerd Sub or Function not defined
48Fout bij laden van DLL Error in loading DLL
51Interne fout Internal error
52Bestandsnaam of -nummer onjuist Bad file name or number
53Bestand is niet gevonden File not found
54Ongeldige bestandsmodus Bad file mode
55Het bestand is al geopend File already open
57I/O-fout in apparaat Device I/O error
58Het bestand bestaat al File already exists
61De schijf is vol Disk full
62Invoer voorbij bestandseinde Input past end of file
67Er zijn te veel bestanden geopend Too many files
68Apparaat niet beschikbaar Device unavailable
70Toegang geweigerd Permission denied
71De schijf is niet gereed Disk not ready
74Naam wijzigen met ander station niet toegestaan Can't rename with different drive
75Toegangsfout bij pad of bestand Path/File access error
76Kan het pad niet vinden Path not found
91Objectvariabele of blokvariabele With is niet ingesteld Object variable or With block variable not set
92De For-lus is niet geïnitialiseerd For loop not initialized
94Ongeldig gebruik van Null Invalid use of Null
322Kan het benodigde tijdelijke bestand niet maken Can't create necessary temporary file
424Object vereist Object required
429Automatiseringsonderdeel kan object niet maken Automation server can't create object
430Automatisering wordt niet ondersteund door deze klasse Class doesn't support Automation
432De bestandsnaam of klassennaam is niet gevonden tijdens de Automation-bewerking File name or class name not found during Automation operation
438Deze eigenschap of methode wordt niet ondersteund door dit object Object doesn't support this property or method
440Automatiseringsfout Automation error
445Deze actie wordt niet ondersteund door dit object Object doesn't support this action
446Benoemde argumenten worden niet ondersteund door het object Object doesn't support named arguments
447De huidige landinstellingen worden niet ondersteund door het object Object doesn't support current locale setting
448Kan benoemd argument niet vinden Named argument not found
449Het argument is niet optioneel Argument not optional
450Onjuist aantal argumenten of ongeldige eigenschaptoewijzingen Wrong number of arguments or invalid property assignment
451Dit object is geen collectie Object not a collection
453Kan opgegeven DLL-functie niet vinden Specified DLL function not found
458Variabele maakt gebruik van een automatiseringstype dat niet door JavaScript wordt ondersteund Variable uses an Automation type not supported in JavaScript
462De externe servercomputer bestaat niet of is niet beschikbaar The remote server machine does not exist or is unavailable
501Kan niets toewijzen aan een variabele Cannot assign to variable
502Object kan niet veilig in script worden gebruikt Object not safe for scripting
503Object kan niet op een veilige manier worden geïnitialiseerd Object not safe for initializing
504Object kan niet op een veilige manier worden gemaakt Object not safe for creating
507Er is een uitzondering opgetreden An exception occurred
1002Syntaxisfout Syntax error
1003':' wordt verwacht Expected ':'
1004';' wordt verwacht Expected ';'
1005'(' wordt verwacht Expected '('
1006')' wordt verwacht Expected ')'
1007']' wordt verwacht Expected ']'
1008'{' wordt verwacht Expected '{'
1009'}' wordt verwacht Expected '}'
1010Id wordt verwacht Expected identifier
1011'=' wordt verwacht Expected '='
1012'/' wordt verwacht Expected '/'
1013Ongeldig getal Invalid number
1014Ongeldig teken Invalid character
1015Tekenreeksconstante is niet afgesloten Unterminated string constant
1016Opmerking is niet afgesloten Unterminated comment
1018'return' instructie bevindt zich buiten de functie 'return' statement outside of function
1019'break' buiten de lus is niet mogelijk Can't have 'break' outside of loop
1020'continue' buiten de lus is niet mogelijk Can't have 'continue' outside of loop
1023Hexadecimaal teken wordt verwacht Expected hexadecimal digit
1024'while' wordt verwacht Expected 'while'
1025Naam is opnieuw gedefinieerd Label redefined
1026Kan naam niet vinden Label not found
1027'default' mag niet meer dan een keer voorkomen in een 'switch' instructie 'default' can only appear once in a 'switch' statement
1028Id, tekenreeks of getal wordt verwacht Expected identifier, string or number
1029'@end' wordt verwacht Expected '@end'
1030Voorwaardelijke compilatie is uitgeschakeld Conditional compilation is turned off
1031Constante wordt verwacht Expected constant
1032'@' wordt verwacht Expected '@'
1033'catch' wordt verwacht Expected 'catch'
1034'var' wordt verwacht Expected 'var'
1035'throw' moet worden gevolgd door een expressie op dezelfde bronregel 'throw' must be followed by an expression on the same source line
1037'with'-instructies zijn niet toegestaan in de strict-modus 'with' statements are not allowed in strict mode
1038Dubbele formele parameternamen zijn niet toegestaan in de strict-modus Duplicate formal parameter names not allowed in strict mode
1039Octale numerieke waardes en escapetekens zijn niet toegestaan in de strict-modus Octal numeric literals and escape characters not allowed in strict mode
1041Ongeldig gebruik van 'eval' in de strict-modus Invalid usage of 'eval' in strict mode
1042Ongeldig gebruik van 'arguments' in de strict-modus Invalid usage of 'arguments' in strict mode
1045Het verwijderen van een expressie is niet toegestaan in de strict-modus Calling delete on expression not allowed in strict mode
1046Meerdere definities van een eigenschap zijn niet toegestaan in de strict-modus Multiple definitions of a property not allowed in strict mode
1047In de strict-modus kunnen functiedeclaraties niet worden genest in een instructie of blok. Ze kunnen alleen op het hoogste niveau of rechtstreeks in de hoofdtekst van een functie voorkomen. In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body.
1048Het gebruik van een trefwoord voor een id is ongeldig The use of a keyword for an identifier is invalid
1049Het gebruik van een toekomstig gereserveerd woord voor een id is ongeldig The use of a future reserved word for an identifier is invalid
1050Het gebruik van een toekomstig gereserveerd woord voor een id is ongeldig. De id-naam is gereserveerd in de strict-modus. The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode.
1051Functies voor insteller moeten één argument hebben Setter functions must have one argument
1052Herdeclaratie van Let/Const Let/Const redeclaration
1053Const moet zijn geïnitialiseerd Const must be initialized
1054Const en Let moeten binnen het blok zijn gedeclareerd Const and let must be declared inside of block
1055Toewijzing aan constante Assignment to const
4096Compilatiefout JavaScript JavaScript compilation error
4097Runtime-fout JavaScript JavaScript runtime error
4098Onbekende runtime-fout Unknown runtime error
5000Kan niet worden toegewezen aan 'this' Cannot assign to 'this'
5001Getal wordt verwacht Number expected
5002Functie wordt verwacht Function expected
5003Kan niet worden toegewezen aan het resultaat van een functie Cannot assign to a function result
5004Kan object niet indexeren Cannot index object
5005Tekenreeks wordt verwacht String expected
5006Datumobject wordt verwacht Date object expected
5007Object wordt verwacht Object expected
5008Ongeldige linkerkant van toewijzing Invalid left-hand side in assignment
5009Niet-gedefinieerde aanduiding Undefined identifier
5010Boole-waarde wordt verwacht Boolean expected
5011Kan programmacode niet uitvoeren vanuit een vrijgegeven script Can't execute code from a freed script
5012Objectlid wordt verwacht Object member expected
5013VBArray wordt verwacht VBArray expected
5014JavaScript-object wordt verwacht JavaScript object expected
5015Enumeratorobject wordt verwacht Enumerator object expected
5016Regulier expressieobject wordt verwacht Regular Expression object expected
5017Syntaxisfout in reguliere expressie Syntax error in regular expression
5018Onverwachte bepaler Unexpected quantifier
5019']' wordt verwacht in reguliere expressie Expected ']' in regular expression
5020')' wordt verwacht in reguliere expressie Expected ')' in regular expression
5021Ongeldig bereik in tekenset Invalid range in character set
5022Uitzondering geactiveerd maar niet afgehandeld Exception thrown and not caught
5023Functie heeft geen geldig prototype-object Function does not have a valid prototype object
5024De te coderen URI bevat een ongeldig teken The URI to be encoded contains an invalid character
5025De te decoderen URI is geen geldige codering The URI to be decoded is not a valid encoding
5026Het aantal cijfers in de breuk valt buiten het bereik The number of fractional digits is out of range
5027De precisie valt buiten het bereik The precision is out of range
5028Array- of Arguments-object wordt verwacht Array or arguments object expected
5029Lengte van Array-object moet een positieve integer zijn Array length must be a finite positive integer
5030Lengte van Array-object moet een eindig positief getal zijn Array length must be assigned a finite positive number
5031Array-object wordt verwacht Array object expected
5034Kringverwijzing in waardeargument wordt niet ondersteund Circular reference in value argument not supported
5035Ongeldig vervangingsargument Invalid replacer argument
5038De argumentenlijst is te groot om te worden toegepast Argument list too large to apply
5039Herdeclaratie van constante eigenschap Redeclaration of const property
5040Cyclic __proto__ value Cyclic __proto__ value
5041Objectlid kan niet worden geconfigureerd Object member not configurable
5042Variabele is niet gedefinieerd in de strict-modus Variable undefined in strict mode
5043Het openen van de eigenschap 'caller' van een functie- of Arguments-object is niet toegestaan in de strict-modus Accessing the 'caller' property of a function or arguments object is not allowed in strict mode
5044Het openen van de eigenschap 'callee' van een Arguments-object is niet toegestaan in de strict-modus Accessing the 'callee' property of an arguments object is not allowed in strict mode
5045Toewijzing aan alleen-lezen eigenschappen is niet toegestaan in de strict-modus Assignment to read-only properties is not allowed in strict mode
5046Kan geen eigenschap maken voor een niet-uitbreidbaar object Cannot create property for a non-extensible object
5053De eigenschap kan niet zowel accessors als een waarde hebben Property cannot have both accessors and a value
5054'this' is null of niet gedefinieerd 'this' is null or undefined
5059Datum wordt verwacht Date expected
5064RegExp-object wordt verwacht RegExp object expected
5065Ongeldig functieargument Invalid function argument
5072Ongeldige lengte-eigenschap Invalid 'length' property
5074Ongeldige operand Invalid Operand
5076Ongeldige eigenschapsdescriptor Invalid property descriptor
5077Kan de eigenschap niet definiëren: object is niet uitbreidbaar Cannot define property: object is not extensible
5078Kan de niet-configureerbare eigenschap niet opnieuw definiëren Cannot redefine non-configurable property
5079Kan de niet-schrijfbare eigenschap niet wijzigen Cannot modify non-writable property
5080Kan de eigenschap niet wijzigen: 'length' is niet schrijfbaar Cannot modify property: 'length' is not writable
5081Kan de eigenschap niet definiëren Cannot define property
5082Constructorargument van getypeerde matrix is ongeldig Typed array constructor argument is invalid
5083'this' is geen getypeerd matrixobject 'this' is not a typed array object
5084Ongeldige offset/lengte bij het maken van een getypeerde matrix Invalid offset/length when creating typed array
5085Ongeldige begin-/eindwaarde in submatrix-methode van getypeerde matrix Invalid begin/end value in typed array subarray method
5086Ongeldige bron in getypeerde matrixset Invalid source in typed array set
5087'this' is geen DataView-object 'this' is not a DataView object
5088Ongeldige argumenten in DataView Invalid arguments in DataView
5089Toegang tot DataView-bewerking buiten opgegeven bufferlengte DataView operation access beyond specified buffer length
5091ongeldige functiehandtekening invalid function signature
5092ongeldige eigenschapshandtekening invalid property signature
5093ongeldig type invoerparameter invalid input parameter type
5094Ongeldige invoerparameter invalid ouput parameter
5095Toegang tot de eigenschap 'arguments' van een functie is niet toegestaan in de strict-modus Accessing the 'arguments' property of a function is not allowed in strict mode
5096Inspecteerbaar object verwacht Inspectable Object expected
5097Kan argument niet converteren naar type 'char' Could not convert argument to type 'char'
5098Kan argument niet converteren naar type 'GUID' Could not convert argument to type 'GUID'
5099IInspectable verwacht IInspectable expected
5100Kan object niet converteren naar structuur: verwachte eigenschap ontbreekt in object Could not convert object to struct: object missing expected property
5101Onbekend type Unknown type
5102Functie is aangeroepen met te weinig argumenten Function called with too few arguments
5103Kan type niet maken Type is not constructible
5104Kan waarde niet converteren naar PropertyValue: type wordt niet ondersteund door PropertyValue Could not convert value to PropertyValue: Type not supported by PropertyValue
5105Kan waarde niet converteren naar IInspectable: type wordt niet ondersteund door IInspectable Could not convert value to IInspectable: Type not supported by IInspectable
5106Kan datum niet converteren naar Windows.Foundation.DateTime: waarde ligt buiten het geldige bereik Could not convert Date to Windows.Foundation.DateTime: value outside of valid range
5107Kan waarde niet converteren naar Windows.Foundation.TimeSpan: waarde ligt buiten het geldige bereik Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range
5108Ongeldige toegang tot reeds vrijgegeven inspecteerbaar object Invalid access to already released Inspectable Object
5109Kan reeds vrijgegeven inspecteerbaar object niet vrijgeven Cannot release already released Inspectable Object
5110'dit' is niet van het verwachte type 'this' is not of the expected type
5111Ongeldige lengte en grootte opgegeven voor de matrix Illegal length and size specified for the array
5112Er is een onverwachte fout opgetreden bij het opvragen van metagegevens An unexpected failure occurred while trying to obtain metadata information
5113Vóór declaratie gebruiken Use before declaration
5114'this' kan niet opnieuw worden geïnitialiseerd, het object is al geïnitialiseerd Cannot re-initialize 'this', object already initialized
5115'this' kan niet worden geïnitialiseerd omdat het een niet-uitbreidbaar object is Cannot initialize 'this' because it is a non-extensible object
5116'this' heeft niet het verwachte type 'this' is not of the expected type
5117'key' is geen object 'key' is not an object
5118Optiewaarde ligt buiten een geldig bereik Option value is outside of valid range
5119Er wordt een object of tekenreeks verwacht Object or string expected
5120Dit kan niet worden gebruikt in een nieuwe instructie This can't be used in a new statement
5121Landinstellingen zijn niet grammaticaal correct Locale is not well-formed
5122Valutacode is ongeldig Currency code is invalid
5123Valutacode is niet opgegeven Currency code was not specified
5124Ongeldige datum Invalid Date
5125Intl is niet beschikbaar. Intl is not available.
5200Status is 'fout', maar getResults heeft geen fout geretourneerd Status is 'error', but getResults did not return an error
5201Ontbrekende of ongeldige statusparameter doorgegeven aan voltooide handler Missing or invalid status parameter passed to completed handler
5202Ontbrekende of ongeldige afzenderparameter doorgegeven aan voltooide handler Missing or invalid sender parameter passed to completed handler
5400Evaluatie van de functie is uitgeschakeld tijdens foutopsporing in de systeemeigen code Function evaluation is disabled while debugging native code
5401Evaluatie van de JavaScript-expressie wordt niet ondersteund tijdens foutopsporing in de systeemeigen code Evaluation of the JavaScript expression is not supported while debugging native code
5604Er wordt een ArrayBuffer-object verwacht ArrayBuffer object expected
6000Oneindig Infinity
6001-Oneindig -Infinity
10438De eigenschap of methode %s wordt niet ondersteund door dit object Object doesn't support property or method '%s'
10449Het argument voor de functie %s is niet optioneel Argument to the function '%s' is not optional
15001%s is geen getal '%s' is not a number
15002%s is geen functie '%s' is not a function
15004%s kan als object niet worden geïndexeerd '%s' is not an indexable object
15005%s is geen tekenreeks '%s' is not a string
15006%s is geen datumobject '%s' is not a date object
15007%s is leeg of geen object '%s' is null or not an object
15008Kan niets toewijzen aan %s Cannot assign to '%s'
15009%s is niet gedefinieerd '%s' is undefined
15010%s is geen boole-waarde '%s' is not a boolean
15012Kan %s niet verwijderen Cannot delete '%s'
15013%s is geen VBArray '%s' is not a VBArray
15014%s is geen JavaScript-object '%s' is not a JavaScript object
15015%s is geen enumeratorobject '%s' is not an enumerator object
15016%s is geen regulier expressieobject '%s' is not a regular expression object
15028%s is geen Array- of Arguments-object %s is not an Array or arguments object
15031%s is geen Array-object %s is not an Array object
15036Het kenmerk %s in de eigenschapsdescriptor kan voor dit object niet worden ingesteld op true. '%s' attribute on the property descriptor cannot be set to 'true' on this object
15037Het kenmerk %s in de eigenschapsdescriptor kan voor dit object niet worden ingesteld op false. '%s' attribute on the property descriptor cannot be set to 'false' on this object
15039Herdeclaratie van de constante %s Redeclaration of const '%s'
15041Het verwijderen van %s is niet toegestaan in de strict-modus Calling delete on '%s' is not allowed in strict mode
15047Kan de eigenschap %s van een niet-gedefinieerde verwijzing of een verwijzing naar een lege waarde niet instellen Unable to set property '%s' of undefined or null reference
15048Kan de eigenschap %s van een niet-gedefinieerde verwijzing of een verwijzing naar een lege waarde niet ophalen Unable to get property '%s' of undefined or null reference
15049Kan de eigenschap %s van een niet-gedefinieerde verwijzing of een verwijzing naar een lege waarde niet verwijderen Unable to delete property '%s' of undefined or null reference
15050Kan de eigenschap %s niet openen: het type VarDate biedt geen ondersteuning voor door gebruikers gedefinieerde eigenschappen Unable to access property '%s': type 'VarDate' does not support user-defined properties
15051De waarde van de eigenschap %s is geen functieobject The value of the property '%s' is not a Function object
15052De waarde van de eigenschap %s null of niet gedefinieerd en geen functieobject The value of the property '%s' is null or undefined, not a Function object
15054%s: 'this' is null of niet gedefinieerd %s: 'this' is null or undefined
15055%s: 'this' is geen object %s: 'this' is not an Object
15056%s: 'this' is geen functieobject %s: 'this' is not a Function object
15057%s: 'this' is geen tekenreeksobject %s: 'this' is not a String object
15058%s: 'this' is geen boole-object %s: 'this' is not a Boolean object
15059%s: 'this' is geen datumobject %s: 'this' is not a Date object
15060%s: 'this' is geen getalobject %s: 'this' is not a Number object
15061%s: 'this' is geen VBArray-object %s: 'this' is not a VBArray object
15062%s: 'this' is geen JavaScript-object %s: 'this' is not a JavaScript object
15063%s: 'this' is geen enumeratorobject %s: 'this' is not an Enumerator object
15064%s: 'this' is geen RegExp-object %s: 'this' is not a RegExp object
15065%s: ongeldig argument %s: invalid argument
15066%s: argument is geen object %s: argument is not an Object
15067%s: argument is geen JavaScript-object %s: argument is not a JavaScript object
15068%s: argument is geen functieobject %s: argument is not a Function object
15069%s: argument is geen VBArray-object %s: argument is not a VBArray object
15070%s: argument is null of niet gedefinieerd %s: argument is null or undefined
15071%s: argument is geen object en is niet null %s: argument is not an Object and is not null
15072%s: argument heeft geen geldige lengte-eigenschap %s: argument does not have a valid 'length' property
15073%s: Array- of Arguments-object wordt verwacht %s: Array or arguments object expected
15074Ongeldige operand naar %s: object wordt verwacht Invalid operand to '%s': Object expected
15075Ongeldige operand naar %s: functie wordt verwacht Invalid operand to '%s': Function expected
15076Ongeldige descriptor voor eigenschap %s Invalid descriptor for property '%s'
15077Kan de eigenschap %s niet definiëren: object is niet uitbreidbaar Cannot define property '%s': object is not extensible
15078Kan de niet-configureerbare eigenschap %s niet opnieuw definiëren Cannot redefine non-configurable property '%s'
15079Kan de niet-schrijfbare eigenschap %s niet wijzigen Cannot modify non-writable property '%s'
15080Kan de eigenschap %s niet wijzigen: 'length' is niet schrijfbaar Cannot modify property '%s': 'length' is not writable
15081Kan de eigenschap %s niet definiëren Cannot define property '%s'
15088Vereist argument %s in de DataView-methode is niet opgegeven Required argument %s in DataView method is not specified
15090DataView-constructorargument %s is ongeldig DataView constructor argument %s is invalid
15091De functie %s heeft een ongeldige handtekening en kan niet worden aangeroepen The function '%s' has an invalid signature and cannot be called
15092De eigenschap %s heeft een ongeldige handtekening en kan niet worden geopend The property '%s' has an invalid signature and cannot be accessed
15093De runtime-klasse %s met Windows.Foundation.IPropertyValue als standaardinterface wordt niet ondersteund als type invoerparameter The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type
15094Het object met interface Windows.Foundation.IPropertyValue die de runtime-klassenaam %s heeft, wordt niet ondersteund als uitvoerparameter The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter
15096%s: 'this' is geen inspecteerbaar object %s: 'this' is not an Inspectable Object
15097%s: kan argument niet converteren naar type 'char' %s: could not convert argument to type 'char'
15098%s: kan argument niet converteren naar type 'GUID' %s: could not convert argument to type 'GUID'
15099%s: kan retourwaarde niet converteren naar IInspectable %s: could not convert return value to IInspectable
15100Kan object niet converteren naar structuur: verwachte eigenschap %s ontbreekt in object Could not convert object to struct: object missing expected property '%s'
15101Type %s niet gevonden Type '%s' not found
15102%s: functie is aangeroepen met te weinig argumenten %s: function called with too few arguments
15103%s: kan type niet maken %s: type is not constructible
15104Kan waarde niet converteren naar PropertyValue: %s wordt niet ondersteund door PropertyValue Could not convert value to PropertyValue: %s not supported by PropertyValue
15105Kan waarde niet converteren naar IInspectable: %s wordt niet ondersteund door IInspectable Could not convert value to IInspectable: %s not supported by IInspectable
15108%s: het inspecteerbare object 'this' is vrijgegeven en kan niet worden geopend %s: The Inspectable object 'this' is released and cannot be accessed
15110'dit' is niet van het verwachte type: %s 'this' is not of expected type: %s
15112%s: er is een onverwachte fout opgetreden bij het opvragen van metagegevens %s: an unexpected failure occurred while trying to obtain metadata information
15114%s-object kan niet worden geïnitialiseerd: 'this' is al geïnitialiseerd als %s-object Cannot initialize '%s' object: 'this' is already initialized as '%s' object
15115%s-object kan niet worden geïnitialiseerd: 'this' kan niet worden uitgebreid Cannot initialize '%s' object: 'this' is not extensible
15116%s: 'this' is geen %s-object %s: 'this' is not a %s object
15117%s: 'key' is geen object %s: 'key' is not an object
15118Optiewaarde %s voor %s is buiten het geldige bereik. Verwacht: %s Option value '%s' for '%s' is outside of valid range. Expected: %s
15119%s is geen object of tekenreeks %s is not an object or a string
15120Functie %s is geen constructor Function '%s' is not a constructor
15121Landinstellingen %s zijn niet grammaticaal correct Locale '%s' is not well-formed
15122Valutacode %s is ongeldig Currency code '%s' is invalid
15604%s is geen ArrayBuffer %s is not an ArrayBuffer
20001Kan code niet uitvoeren vanuit een vrijgegeven script Can't execute code from a freed script
32812De opgegeven datum is niet beschikbaar in de agenda van de huidige landinstellingen The specified date is not available in the current locale's calendar
0x10000001Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op het maken of verwijderen van INTERNET-ingangen Flagged on all WinINet events dealing with creation or destruction of INTERNET handles
0x10000002Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op het verwerken van HTTP-aanvragen en -antwoorden Flagged on all WinINet events dealing with processing of HTTP requests and responses
0x10000003Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op netwerkbewerkingen (TCP, DNS) Flagged on all WinINet events dealing with network operations (TCP, DNS)
0x10000004Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op verificatie Flagged on all WinINet events dealing with authentication
0x10000005Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op HTTPS Flagged on all WinINet events dealing with HTTPS
0x10000006Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op AUTOPROXY Flagged on all WinINet events dealing with AUTOPROXY
0x10000007Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op cookies Flagged on all WinINet events dealing with Cookies
0x10000008Gemarkeerd voor alle WinINet IE-gebeurtenissen Flagged on all WinINet IE events
0x10000021Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op de opname van verzendend pakket Flagged on all WinINet events dealing with sending packet capture
0x10000022Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op de opname van ontvangend pakket Flagged on all WinINet events dealing with receiving packet capture
0x10000023Gemarkeerd voor alle WinINet-gebeurtenissen die alleen relevant zijn voor mobiele SKU's Flagged on all WinINet events relevant only to Mobile SKUs
0x1000002AGemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op mogelijke persoonsgegevens Flagged on all WinINet events dealing with potential personally identifiable information
0x1000002BGemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op pakketopname Flagged on all WinINet events dealing with packet capture
0x10000031Reactietijd Response Time
0x30000000Info Info
0x30000001Starten Start
0x30000002Stoppen Stop
0x3000000BMislukt Fail
0x50000002Fout Error
0x50000004Informatie Information
0x50000005Uitgebreid Verbose
0x700001F4WININET_ROOT_HANDLE_CREATED WININET_ROOT_HANDLE_CREATED
0x700001F5WININET_OPEN_URL_HANDLE_CREATED WININET_OPEN_URL_HANDLE_CREATED
0x700001F6WININET_CONNECT_HANDLE_CREATED WININET_CONNECT_HANDLE_CREATED
0x700001F7WININET_HTTP_REQUEST_HANDLE_CREATED WININET_HTTP_REQUEST_HANDLE_CREATED
0x700001F8WININET_HANDLE_CLOSED WININET_HANDLE_CLOSED
0x700001F9WININET_HANDLE_CREATE_FAILED WININET_HANDLE_CREATE_FAILED
0x700001FAWININET_HANDLE_CLOSE_FAILED WININET_HANDLE_CLOSE_FAILED
0x700001FBWININET_HTTP_REQUEST WININET_HTTP_REQUEST
0x700001FCWININET_HTTP_RESPONSE WININET_HTTP_RESPONSE
0x700001FDWININET_HTTP_CONNECTION_CLOSED WININET_HTTP_CONNECTION_CLOSED
0x700001FEWININET_KEEP_ALIVE_CONNECTION_REUSED WININET_KEEP_ALIVE_CONNECTION_REUSED
0x700001FFWININET_KEEP_ALIVE_CONNECTION_POOLED WININET_KEEP_ALIVE_CONNECTION_POOLED
0x70000200WININET_KEEP_ALIVE_CONNECTION_CLOSED WININET_KEEP_ALIVE_CONNECTION_CLOSED
0x70000201WININET_HTTP_RESPONSE_BODY_RECEIVED WININET_HTTP_RESPONSE_BODY_RECEIVED
0x70000202WININET_TCP_CONNECTION WININET_TCP_CONNECTION
0x70000203WININET_DNS_QUERY WININET_DNS_QUERY
0x70000204WININET_NETWORK_CHANGE_DETECTED WININET_NETWORK_CHANGE_DETECTED
0x70000205WININET_COOKIE_HEADER_RECEIVED WININET_COOKIE_HEADER_RECEIVED
0x70000206WININET_COOKIE_STORED WININET_COOKIE_STORED
0x70000207WININET_COOKIE_DELETED WININET_COOKIE_DELETED
0x70000208WININET_COOKIE_BLOCKED WININET_COOKIE_BLOCKED
0x70000209WININET_COOKIE_P3P_REJECTED WININET_COOKIE_P3P_REJECTED
0x7000020AWININET_COOKIE_REQUEST_HEADER_CREATED WININET_COOKIE_REQUEST_HEADER_CREATED
0x7000020BWININET_COOKIE_ADDED_TO_HEADER WININET_COOKIE_ADDED_TO_HEADER
0x7000020CWININET_AUTH_RESPONSE_RECEIVED WININET_AUTH_RESPONSE_RECEIVED
0x7000020DWININET_AUTH_CLIENT_SETS_USERNAME WININET_AUTH_CLIENT_SETS_USERNAME
0x7000020EWININET_AUTH_CLIENT_SETS_PASSWORD WININET_AUTH_CLIENT_SETS_PASSWORD
0x7000020FWININET_AUTH_USING_CACHED_CREDS WININET_AUTH_USING_CACHED_CREDS
0x70000210WININET_AUTH_USING_DEFAULT_CREDS WININET_AUTH_USING_DEFAULT_CREDS
0x70000211WININET_AUTH_CLIENT_ADD_HEADERS WININET_AUTH_CLIENT_ADD_HEADERS
0x70000212WININET_HTTPS_NEGOTIATION WININET_HTTPS_NEGOTIATION
0x70000213WININET_HTTPS_SERVER_CERT_ERROR WININET_HTTPS_SERVER_CERT_ERROR
0x70000214WININET_HTTPS_SERVER_CERT_VALIDATED WININET_HTTPS_SERVER_CERT_VALIDATED
0x70000215WININET_HTTPS_CLIENT_CERT_REQUIRED WININET_HTTPS_CLIENT_CERT_REQUIRED
0x70000216WININET_HTTPS_CLIENT_CERT_UNAVAILABLE WININET_HTTPS_CLIENT_CERT_UNAVAILABLE
0x70000217WININET_HTTPS_CLIENT_CERT_SELECTED WININET_HTTPS_CLIENT_CERT_SELECTED
0x70000218WININET_HTTPS_RENEGOTIATION WININET_HTTPS_RENEGOTIATION
0x70000219WININET_AUTOPROXY_SEARCH WININET_AUTOPROXY_SEARCH
0x7000021AWININET_AUTOPROXY_DHCP WININET_AUTOPROXY_DHCP
0x7000021BWININET_AUTOPROXY_DNS WININET_AUTOPROXY_DNS
0x7000021CWININET_AUTOPROXY_DOWNLOAD WININET_AUTOPROXY_DOWNLOAD
0x7000021DWININET_AUTOPROXY_FIND_INFO_FOR_URL WININET_AUTOPROXY_FIND_INFO_FOR_URL
0x7000021EWININET_TEST_EVENT WININET_TEST_EVENT
0x7000021FWININET_BLOCKING_AUTOPROXY_DETERMINATION WININET_BLOCKING_AUTOPROXY_DETERMINATION
0x70000220WININET_TRANSFER WININET_TRANSFER
0x70000221WININET_AUTOPROXY_SWPAD WININET_AUTOPROXY_SWPAD
0x70000222WININET_REQUEST_HEADER WININET_REQUEST_HEADER
0x70000223WININET_RESPONSE_HEADER WININET_RESPONSE_HEADER
0x70000224WININET_REQUEST_HEADER_OPTIONAL WININET_REQUEST_HEADER_OPTIONAL
0x70000244WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP
0x70000245WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP
0x70000246WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION
0x70000247WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION
0x70000248WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD
0x7000024BWININET_AUTOPROXY_PERFTRACK_ALL WININET_AUTOPROXY_PERFTRACK_ALL
0x7000024CWININET_HTTP_RESPONSE_BODY_READ_ERROR WININET_HTTP_RESPONSE_BODY_READ_ERROR
0x7000024DWININET_STREAM_DATA_INDICATED WININET_STREAM_DATA_INDICATED
0x7000024EWININET_APPLICATION_OFFLINE_CHECK WININET_APPLICATION_OFFLINE_CHECK
0x90000001Microsoft-Windows-WinINet Microsoft-Windows-WinINet
0xB0000065Sessie-ingang %1 gemaakt: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, vlaggen=%10 Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10
0xB0000066Ingang %1 gemaakt door InternetOpenURL: SessionHandle=%2,URL=%4, headers=%6, vlaggen=%7 Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7
0xB0000067Ingang %1 gemaakt door InternetConnect: SessionHandle=%2, server=%4:%5, %7, vlaggen=%8 Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8
0xB0000068Aanvraagingang %1 gemaakt door HttpOpenRequest: ConnectionHandle=%2, %4, doel=%6, Ver=%8, Referrer=%10, mediatypen=%12, vlaggen=%13 Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13
0xB0000069Ingang %1 is gesloten Handle %1 closed successfully
0xB000006AKan ingang niet maken: ParentHandle=%1, fout=%2 Failed to create handle: ParentHandle=%1, Error=%2
0xB000006BKan ingang %1 niet sluiten: fout=%2 Handle %1 failed to close: Error=%2
0xB000006CAanvraagingang %1, serverdetails: server=%3 poort=%4 service=%6 Request handle %1 Server Details: Server=%3 Port=%4 Service=%6
0xB00000C8HTTP-aanvraag van API ontvangen: RequestHandle=%1 HTTP request was received from API: RequestHandle=%1
0xB00000C9HTTP-aanvraag is verzonden: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5
0xB00000CAVerzenden van HTTP-aanvraag is mislukt: ingang=%1, fout=%2 HTTP request send failed: Handle=%1, Error=%2
0xB00000CBHTTP-antwoord (%1) ontvangen: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7
0xB00000CCHTTP-antwoord is mislukt: ingang=%1, fout=%2 HTTP response failed: Handle=%1, Error=%2
0xB00000CDHTTP-verbinding (ingang=%1, SocketHandle=%2) gesloten vanwege: %4 HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4
0xB00000CEKeepalive-verbinding wordt opnieuw gebruikt: ConnectionHandle=%1, SocketHandle=%2 Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2
0xB00000CFVerbinding bevindt zich weer in keepalive-pool: RequestHandle=%1, SocketHandle=%2 Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2
0xB00000D0Keepalive-verbinding is gesloten: ConnectionHandle=%1, SocketHandle=%2 Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2
0xB00000D1HTTP-antwoord-entiteitstekst ontvangen: RequestHandle=%1 HTTP response entity body received: RequestHandle=%1
0xB00000D2HTTP-aanvraagheaders: RequestHandle=%1 %3 HTTP Request Headers RequestHandle=%1 %3
0xB00000D3HTTP-antwoordheaders: RequestHandle=%1 %3 HTTP Response Headers RequestHandle=%1 %3
0xB00000D4HTTP-aanvraagheaders: OptionalData RequestHandle=%1 %3 HTTP Request Headers OptionalData RequestHandle=%1 %3
0xB00000D5WinInet::Http-antwoord-entiteitstekst ontvangen mislukt: aanvraagingang=%1, fout=%2 WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2
0xB000012DTCP-verbinding met server %2 gemaakt: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5
0xB000012ETCP-verbinding met %2 voor verbindingsingang %3 is mislukt: fout=%4 TCP connection to %2 for connection handle %3 failed: Error=%4
0xB000012FTCP-verbinding is gesloten: SocketHandle=%1 TCP connection closed successfully: SocketHandle=%1
0xB0000130DNS-query voor hostnaam %2 is verzonden: ingang=%3 DNS query for %2 hostname is sent: Handle=%3
0xB0000131DNS-query voor hostnaam %2 is voltooid: ingang=%3, adressen=%5 DNS query for %2 hostname is complete: Handle=%3, Addresses=%5
0xB0000132DNS-query voor hostnaam %2 is mislukt: ingang=%3 fout=%4 DNS query for %2 hostname failed: Handle=%3 Error=%4
0xB0000133DNS-cache is opnieuw gebruikt, query voor hostnaam %2 is voltooid: ingang=%3, adressen=%5 Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5
0xB0000134Wijziging in netwerk gedetecteerd: ingang=%1 A network change was detected: Handle=%1
0xB00001F5Ontvangen antwoord bevat een cookieheader: URL=%2 Received response including a cookie header: URL=%2
0xB00001F6Client heeft een cookie opgeslagen: domein=%2, pad=%4, naam=%6, waarde=%8 Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F7Client heeft een cookie verwijderd: domein=%2, pad=%4, naam=%6, waarde=%8 Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F8Client heeft een cookie van de server geweigerd: domein=%2, pad=%4, naam=%6, waarde=%8 Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F9Cookie van server is geweigerd vanwege het P3P-beleid van de client: domein=%2, pad=%4, naam=%6, waarde=%8 Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001FAEr is een cookieheader voor de aanvraag gemaakt: URL=%2 A cookie header was created for the request: URL=%2
0xB00001FBCookie toegevoegd aan de aanvraagheader: domein=%2, pad=%4, naam=%6, waarde=%8 Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8
0xB0000259Verificatiereactie ontvangen: RequestHandle=%1, schema=%3, IsProxy=%4 Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4
0xB000025AClient stelt gebruikersnaam in: RequestHandle=%1, IsProxy=%2 Client sets username: RequestHandle=%1, IsProxy=%2
0xB000025BClient stelt wachtwoord in: RequestHandle=%1, IsProxy=%2 Client sets password: RequestHandle=%1, IsProxy=%2
0xB000025CReferenties in cache gebruiken: RequestHandle=%1, IsProxy=%2 Using cached credentials: RequestHandle=%1, IsProxy=%2
0xB000025DStandaardreferenties gebruiken: RequestHandle=%1, IsProxy=%2 Using default credentials: RequestHandle=%1, IsProxy=%2
0xB000025EClient voegt autorisatieheaders aan een HTTP-aanvraag toe: RequestHandle=%1, schema=%3, IsProxy=%4 Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4
0xB00002BDClient begint SSL-onderhandeling: RequestHandle=%1 Client begins SSL negotiation: RequestHandle=%1
0xB00002BESSL-onderhandeling tussen client en server is voltooid: RequestHandle=%1 SSL negotiation between client and server has completed successfully: RequestHandle=%1
0xB00002BFSSL-onderhandeling is mislukt: RequestHandle=%1, fout=%2 SSL negotiation failed: RequestHandle=%1, Error=%2
0xB00002C0Fout tijdens valideren van servercertificaat (SCHANNEL-fout): RequestHandle=%1, fout=%2 Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2
0xB00002C1Servercertificaat gevalideerd: RequestHandle=%1, CertHash=%3, WarningFlags=%4 Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4
0xB00002C2Server vereist een clientcertificaat voor clientautorisatie: RequestHandle=%1 Server requires a client certificate for client authorization: RequestHandle=%1
0xB00002C3Er is geen clientcertificaat beschikbaar: RequestHandle=%1 There is no client certificate available: RequestHandle=%1
0xB00002C4Het geselecteerde clientcertificaat wordt voor de SSL-transactie gebruikt: RequestHandle=%1, CertHash=%3 The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3
0xB00002C7Client begint opnieuw onderhandelen via SSL: RequestHandle=%1 Client begins SSL renegotiation: RequestHandle=%1
0xB00002C8Opnieuw onderhandelen via SSL tussen client en server is voltooid: RequestHandle=%1 SSL renegotiation between client and server has completed successfully: RequestHandle=%1
0xB00002C9Opnieuw onderhandelen via SSL is mislukt: RequestHandle=%1, fout=%2 SSL renegotiation failed: RequestHandle=%1, Error=%2
0xB0000321Client begint pogingen om het WPAD-configuratiebestand te vinden: ConnectionName=%2, DetectFlags=%3 Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3
0xB0000322Zoeken naar configuratiebestand via DHCP beginnen: interface=%2 Begin search for configuration file using DHCP: Interface=%2
0xB0000323WPAD-configuratiebestand gevonden via DHCP: interface=%2, ConfigurationURL=%4 WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4
0xB0000324Zoeken naar WPAD-configuratiebestand via DHCP is mislukt: interface=%2, ConfigurationURL=%4, fout=%5 Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5
0xB0000325Zoeken naar configuratiebestand via DNS beginnen: DetectFlags=%1 Begin search for configuration file using DNS: DetectFlags=%1
0xB0000326WPAD-configuratiebestand gevonden via DNS: ConfigurationURL=%2, DetectFlags=%3 WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3
0xB0000327Zoeken naar WPAD-configuratiebestand via DNS is mislukt: DetectFlags=%1, fout=%2 Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2
0xB0000328Zoeken naar WPAD-configuratiebestand is mislukt: fout=%1 Search for WPAD configruation file failed: Error=%1
0xB0000329Downloaden van het configuratiebestand vanaf de configuratie-URL beginnen: ConfigurationURL=%2 Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2
0xB000032AClient heeft het configuratiebestand vanaf de configuratie-URL gedownload: ConfigurationURL=%2 Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2
0xB000032BHet downloaden van het configuratiebestand vanaf de configuratie-URL is mislukt: ConfigurationURL=%2, fout=%3 Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3
0xB000032CHet gedownloade configuratiebestand kan niet worden gebruikt: ConfigurationURL=%2, MIMEType=%4, fout=%5 The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5
0xB000032DZoeken naar proxygegevens voor de URL: URL=%2 Searching for Proxy Information for the URL: URL=%2
0xB000032EClient heeft proxygegevens voor toegang tot een opgegeven bron opgehaald: URL=%2, ProxyString=%4 Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4
0xB000032FFout tijdens zoeken naar proxygegevens voor de URL: URL=%2, fout=%3 Error locating proxy information for the URL: URL=%2, Error=%3
0xB0000330Blokkeren van autoproxy bepalen is gestart Blocking autoproxy determination started
0xB0000331Blokkeren van autoproxy bepalen is gestopt Blocking autoproxy determination stopped
0xB0000332Gebeurtenis activiteitsoverdracht voor WinInet WinInet Activity Transfer Event
0xB0000333AutoProxy SWPAD-beslissing (%1) NumConnections (%2) AutoProxy SWPAD Decision (%1) NumConnections (%2)
0xB0000334Autoproxy-host-IP zoeken is gestart Autoproxy host IP lookup started
0xB0000335Autoproxy-host-IP zoeken is gestopt Autoproxy host IP lookup stopped
0xB0000336Autoproxy SWPAD zoeken is gestart Autoproxy SWPAD lookup started
0xB0000337Autoproxy SWPAD zoeken is gestopt Autoproxy SWPAD lookup stopped
0xB0000338Autoproxy-detectie met SWPAD AAN is gestart Autoproxy Detection with SWPAD ON started
0xB0000339Autoproxy-detectie met SWPAD ON is gestopt Autoproxy Detection with SWPAD ON stopped
0xB000033AAutoproxy-detectie met SWPAD UNKNOWN is gestart Autoproxy Detection with SWPAD UNKNOWN started
0xB000033BAutoproxy-detectie met SWPAD UNKNOWN is gestopt Autoproxy Detection with SWPAD UNKNOWN stopped
0xB000033CAutoproxy-script downloaden is gestart Autoproxy Script Download Started
0xB000033DAutoproxy-script downloaden is gestopt Autoproxy Script Download Stopped
0xB0000342Volledig autoproxy-scenario is gestart Autoproxy full scenario started
0xB0000343Volledig autoproxy-scenario is gestopt Autoproxy full scenario stopped
0xB0000385Offlinecontrole van de toepassing is gestart Application offline check started
0xB0000386Offlinecontrole van de toepassing voltooid Application offline check complete
0xB0000421Aangevraagde URL=%1 bewerking=%2 RequestHeaders=%3 ResponseHeaders=%4 status=%5 cache=%6 Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6
0xB0000422Opgeruimde URL=%1 Scavenged URL=%1
0xB00100C8HTTP-aanvraag van API ontvangen: RequestHandle=%1, RequestContext=%2 HTTP request was received from API: RequestHandle=%1, RequestContext=%2
0xB20007D1WinINet-aanvraagheaderbuffer is vastgelegd The WinINet request header buffer captured
0xB20007D2WinINet-aanvraagnettoladingbuffer is vastgelegd The WinINet request payload buffer captured
0xB20007D3WinINet-antwoordheaderbuffer is vastgelegd The WinINet response header buffer captured
0xB20007D4WinINet-antwoordnettoladingbuffer is vastgelegd The WinINet response payload buffer captured
0xD0000001WPAD_NETWORK_DECISION_OFF WPAD_NETWORK_DECISION_OFF
0xD0000002WPAD_NETWORK_DECISION_ON WPAD_NETWORK_DECISION_ON
0xD0000003WPAD_NETWORK_DECISION_UNKNOWN WPAD_NETWORK_DECISION_UNKNOWN
0xD0000004Missed Missed
0xD0000005Hit Hit
0xD0000006Verouderd-Gewijzigd Stale-Modified
0xD0000007Stale-NotModified Stale-NotModified
0xD0000008HTTP HTTP
0xD0000009SPDY3 SPDY3
0xD000000AFragment van vastgelegde header of nettolading starten Start fragment of captured header or payload
0xD000000BFragment van vastgelegde header of nettolading beëindigen End fragment of captured header or payload

EXIF

File Name:jscript9.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..-jscript9.resources_31bf3856ad364e35_11.0.15063.0_nl-nl_dfcc732ba4c123c1\
File Size:54 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:54784
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:11.0.15063.0
Product Version Number:11.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Dutch
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft (R) JScript
File Version:11.00.15063.0 (WinBuild.160101.0800)
Internal Name:jscript9.dll
Legal Copyright:© Microsoft Corporation. Alle rechten voorbehouden.
Original File Name:jscript9.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-s..-jscript9.resources_31bf3856ad364e35_11.0.15063.0_nl-nl_83add7a7ec63b28b\

What is jscript9.dll.mui?

jscript9.dll.mui is Multilingual User Interface resource file that contain Dutch language for file jscript9.dll (Microsoft (R) JScript).

File version info

File Description:Microsoft (R) JScript
File Version:11.00.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:jscript9.dll
Legal Copyright:© Microsoft Corporation. Alle rechten voorbehouden.
Original Filename:jscript9.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Translation:0x413, 1200