5 | Ongeldige procedureaanroep of ongeldig argument |
Invalid procedure call or argument |
6 | Overloop |
Overflow |
7 | Onvoldoende geheugen |
Out of memory |
9 | Het subscript valt buiten het bereik |
Subscript out of range |
10 | Deze matrix ligt vast of is tijdelijk vergrendeld. |
This array is fixed or temporarily locked |
11 | Deling door nul |
Division by zero |
13 | Typen komen niet met elkaar overeen |
Type mismatch |
14 | Onvoldoende tekenreeksruimte |
Out of string space |
17 | Kan de opgegeven bewerking niet uitvoeren |
Can't perform requested operation |
28 | Onvoldoende stackruimte |
Out of stack space |
35 | Sub of Function is niet gedefinieerd |
Sub or Function not defined |
48 | Fout bij laden van DLL |
Error in loading DLL |
51 | Interne fout |
Internal error |
52 | Bestandsnaam of -nummer onjuist |
Bad file name or number |
53 | Bestand is niet gevonden |
File not found |
54 | Ongeldige bestandsmodus |
Bad file mode |
55 | Het bestand is al geopend |
File already open |
57 | I/O-fout in apparaat |
Device I/O error |
58 | Het bestand bestaat al |
File already exists |
61 | De schijf is vol |
Disk full |
62 | Invoer voorbij bestandseinde |
Input past end of file |
67 | Er zijn te veel bestanden geopend |
Too many files |
68 | Apparaat niet beschikbaar |
Device unavailable |
70 | Toegang geweigerd |
Permission denied |
71 | De schijf is niet gereed |
Disk not ready |
74 | Naam wijzigen met ander station niet toegestaan |
Can't rename with different drive |
75 | Toegangsfout bij pad of bestand |
Path/File access error |
76 | Kan het pad niet vinden |
Path not found |
91 | Objectvariabele of blokvariabele With is niet ingesteld |
Object variable or With block variable not set |
92 | De For-lus is niet geïnitialiseerd |
For loop not initialized |
94 | Ongeldig gebruik van Null |
Invalid use of Null |
322 | Kan het benodigde tijdelijke bestand niet maken |
Can't create necessary temporary file |
424 | Object vereist |
Object required |
429 | Automatiseringsonderdeel kan object niet maken |
Automation server can't create object |
430 | Automatisering wordt niet ondersteund door deze klasse |
Class doesn't support Automation |
432 | De bestandsnaam of klassennaam is niet gevonden tijdens de Automation-bewerking |
File name or class name not found during Automation operation |
438 | Deze eigenschap of methode wordt niet ondersteund door dit object |
Object doesn't support this property or method |
440 | Automatiseringsfout |
Automation error |
445 | Deze actie wordt niet ondersteund door dit object |
Object doesn't support this action |
446 | Benoemde argumenten worden niet ondersteund door het object |
Object doesn't support named arguments |
447 | De huidige landinstellingen worden niet ondersteund door het object |
Object doesn't support current locale setting |
448 | Kan benoemd argument niet vinden |
Named argument not found |
449 | Het argument is niet optioneel |
Argument not optional |
450 | Onjuist aantal argumenten of ongeldige eigenschaptoewijzingen |
Wrong number of arguments or invalid property assignment |
451 | Dit object is geen collectie |
Object not a collection |
453 | Kan opgegeven DLL-functie niet vinden |
Specified DLL function not found |
458 | Variabele maakt gebruik van een automatiseringstype dat niet door JavaScript wordt ondersteund |
Variable uses an Automation type not supported in JavaScript |
462 | De externe servercomputer bestaat niet of is niet beschikbaar |
The remote server machine does not exist or is unavailable |
501 | Kan niets toewijzen aan een variabele |
Cannot assign to variable |
502 | Object kan niet veilig in script worden gebruikt |
Object not safe for scripting |
503 | Object kan niet op een veilige manier worden geïnitialiseerd |
Object not safe for initializing |
504 | Object kan niet op een veilige manier worden gemaakt |
Object not safe for creating |
507 | Er is een uitzondering opgetreden |
An exception occurred |
1002 | Syntaxisfout |
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 '}' |
1010 | Id wordt verwacht |
Expected identifier |
1011 | '=' wordt verwacht |
Expected '=' |
1012 | '/' wordt verwacht |
Expected '/' |
1013 | Ongeldig getal |
Invalid number |
1014 | Ongeldig teken |
Invalid character |
1015 | Tekenreeksconstante is niet afgesloten |
Unterminated string constant |
1016 | Opmerking 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 |
1023 | Hexadecimaal teken wordt verwacht |
Expected hexadecimal digit |
1024 | 'while' wordt verwacht |
Expected 'while' |
1025 | Naam is opnieuw gedefinieerd |
Label redefined |
1026 | Kan 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 |
1028 | Id, tekenreeks of getal wordt verwacht |
Expected identifier, string or number |
1029 | '@end' wordt verwacht |
Expected '@end' |
1030 | Voorwaardelijke compilatie is uitgeschakeld |
Conditional compilation is turned off |
1031 | Constante 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 |
1038 | Dubbele formele parameternamen zijn niet toegestaan in de strict-modus |
Duplicate formal parameter names not allowed in strict mode |
1039 | Octale numerieke waardes en escapetekens zijn niet toegestaan in de strict-modus |
Octal numeric literals and escape characters not allowed in strict mode |
1041 | Ongeldig gebruik van 'eval' in de strict-modus |
Invalid usage of 'eval' in strict mode |
1042 | Ongeldig gebruik van 'arguments' in de strict-modus |
Invalid usage of 'arguments' in strict mode |
1045 | Het verwijderen van een expressie is niet toegestaan in de strict-modus |
Calling delete on expression not allowed in strict mode |
1046 | Meerdere definities van een eigenschap zijn niet toegestaan in de strict-modus |
Multiple definitions of a property not allowed in strict mode |
1047 | In 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. |
1048 | Het gebruik van een trefwoord voor een id is ongeldig |
The use of a keyword for an identifier is invalid |
1049 | Het gebruik van een toekomstig gereserveerd woord voor een id is ongeldig |
The use of a future reserved word for an identifier is invalid |
1050 | Het 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. |
1051 | Functies voor insteller moeten één argument hebben |
Setter functions must have one argument |
1052 | Herdeclaratie van Let/Const |
Let/Const redeclaration |
1053 | Const moet zijn geïnitialiseerd |
Const must be initialized |
1054 | Const en Let moeten binnen het blok zijn gedeclareerd |
Const and let must be declared inside of block |
1055 | Toewijzing aan constante |
Assignment to const |
4096 | Compilatiefout JavaScript |
JavaScript compilation error |
4097 | Runtime-fout JavaScript |
JavaScript runtime error |
4098 | Onbekende runtime-fout |
Unknown runtime error |
5000 | Kan niet worden toegewezen aan 'this' |
Cannot assign to 'this' |
5001 | Getal wordt verwacht |
Number expected |
5002 | Functie wordt verwacht |
Function expected |
5003 | Kan niet worden toegewezen aan het resultaat van een functie |
Cannot assign to a function result |
5004 | Kan object niet indexeren |
Cannot index object |
5005 | Tekenreeks wordt verwacht |
String expected |
5006 | Datumobject wordt verwacht |
Date object expected |
5007 | Object wordt verwacht |
Object expected |
5008 | Ongeldige linkerkant van toewijzing |
Invalid left-hand side in assignment |
5009 | Niet-gedefinieerde aanduiding |
Undefined identifier |
5010 | Boole-waarde wordt verwacht |
Boolean expected |
5011 | Kan programmacode niet uitvoeren vanuit een vrijgegeven script |
Can't execute code from a freed script |
5012 | Objectlid wordt verwacht |
Object member expected |
5013 | VBArray wordt verwacht |
VBArray expected |
5014 | JavaScript-object wordt verwacht |
JavaScript object expected |
5015 | Enumeratorobject wordt verwacht |
Enumerator object expected |
5016 | Regulier expressieobject wordt verwacht |
Regular Expression object expected |
5017 | Syntaxisfout in reguliere expressie |
Syntax error in regular expression |
5018 | Onverwachte bepaler |
Unexpected quantifier |
5019 | ']' wordt verwacht in reguliere expressie |
Expected ']' in regular expression |
5020 | ')' wordt verwacht in reguliere expressie |
Expected ')' in regular expression |
5021 | Ongeldig bereik in tekenset |
Invalid range in character set |
5022 | Uitzondering geactiveerd maar niet afgehandeld |
Exception thrown and not caught |
5023 | Functie heeft geen geldig prototype-object |
Function does not have a valid prototype object |
5024 | De te coderen URI bevat een ongeldig teken |
The URI to be encoded contains an invalid character |
5025 | De te decoderen URI is geen geldige codering |
The URI to be decoded is not a valid encoding |
5026 | Het aantal cijfers in de breuk valt buiten het bereik |
The number of fractional digits is out of range |
5027 | De precisie valt buiten het bereik |
The precision is out of range |
5028 | Array- of Arguments-object wordt verwacht |
Array or arguments object expected |
5029 | Lengte van Array-object moet een positieve integer zijn |
Array length must be a finite positive integer |
5030 | Lengte van Array-object moet een eindig positief getal zijn |
Array length must be assigned a finite positive number |
5031 | Array-object wordt verwacht |
Array object expected |
5034 | Kringverwijzing in waardeargument wordt niet ondersteund |
Circular reference in value argument not supported |
5035 | Ongeldig vervangingsargument |
Invalid replacer argument |
5038 | De argumentenlijst is te groot om te worden toegepast |
Argument list too large to apply |
5039 | Herdeclaratie van constante eigenschap |
Redeclaration of const property |
5040 | Cyclic __proto__ value |
Cyclic __proto__ value |
5041 | Objectlid kan niet worden geconfigureerd |
Object member not configurable |
5042 | Variabele is niet gedefinieerd in de strict-modus |
Variable undefined in strict mode |
5043 | Het 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 |
5044 | Het 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 |
5045 | Toewijzing aan alleen-lezen eigenschappen is niet toegestaan in de strict-modus |
Assignment to read-only properties is not allowed in strict mode |
5046 | Kan geen eigenschap maken voor een niet-uitbreidbaar object |
Cannot create property for a non-extensible object |
5053 | De 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 |
5059 | Datum wordt verwacht |
Date expected |
5064 | RegExp-object wordt verwacht |
RegExp object expected |
5065 | Ongeldig functieargument |
Invalid function argument |
5072 | Ongeldige lengte-eigenschap |
Invalid 'length' property |
5074 | Ongeldige operand |
Invalid Operand |
5076 | Ongeldige eigenschapsdescriptor |
Invalid property descriptor |
5077 | Kan de eigenschap niet definiëren: object is niet uitbreidbaar |
Cannot define property: object is not extensible |
5078 | Kan de niet-configureerbare eigenschap niet opnieuw definiëren |
Cannot redefine non-configurable property |
5079 | Kan de niet-schrijfbare eigenschap niet wijzigen |
Cannot modify non-writable property |
5080 | Kan de eigenschap niet wijzigen: 'length' is niet schrijfbaar |
Cannot modify property: 'length' is not writable |
5081 | Kan de eigenschap niet definiëren |
Cannot define property |
5082 | Constructorargument van getypeerde matrix is ongeldig |
Typed array constructor argument is invalid |
5083 | 'this' is geen getypeerd matrixobject |
'this' is not a typed array object |
5084 | Ongeldige offset/lengte bij het maken van een getypeerde matrix |
Invalid offset/length when creating typed array |
5085 | Ongeldige begin-/eindwaarde in submatrix-methode van getypeerde matrix |
Invalid begin/end value in typed array subarray method |
5086 | Ongeldige bron in getypeerde matrixset |
Invalid source in typed array set |
5087 | 'this' is geen DataView-object |
'this' is not a DataView object |
5088 | Ongeldige argumenten in DataView |
Invalid arguments in DataView |
5089 | Toegang tot DataView-bewerking buiten opgegeven bufferlengte |
DataView operation access beyond specified buffer length |
5091 | ongeldige functiehandtekening |
invalid function signature |
5092 | ongeldige eigenschapshandtekening |
invalid property signature |
5093 | ongeldig type invoerparameter |
invalid input parameter type |
5094 | Ongeldige invoerparameter |
invalid ouput parameter |
5095 | Toegang 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 |
5096 | Inspecteerbaar object verwacht |
Inspectable Object expected |
5097 | Kan argument niet converteren naar type 'char' |
Could not convert argument to type 'char' |
5098 | Kan argument niet converteren naar type 'GUID' |
Could not convert argument to type 'GUID' |
5099 | IInspectable verwacht |
IInspectable expected |
5100 | Kan object niet converteren naar structuur: verwachte eigenschap ontbreekt in object |
Could not convert object to struct: object missing expected property |
5101 | Onbekend type |
Unknown type |
5102 | Functie is aangeroepen met te weinig argumenten |
Function called with too few arguments |
5103 | Kan type niet maken |
Type is not constructible |
5104 | Kan waarde niet converteren naar PropertyValue: type wordt niet ondersteund door PropertyValue |
Could not convert value to PropertyValue: Type not supported by PropertyValue |
5105 | Kan waarde niet converteren naar IInspectable: type wordt niet ondersteund door IInspectable |
Could not convert value to IInspectable: Type not supported by IInspectable |
5106 | Kan 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 |
5107 | Kan 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 |
5108 | Ongeldige toegang tot reeds vrijgegeven inspecteerbaar object |
Invalid access to already released Inspectable Object |
5109 | Kan 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 |
5111 | Ongeldige lengte en grootte opgegeven voor de matrix |
Illegal length and size specified for the array |
5112 | Er is een onverwachte fout opgetreden bij het opvragen van metagegevens |
An unexpected failure occurred while trying to obtain metadata information |
5113 | Vóó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 |
5118 | Optiewaarde ligt buiten een geldig bereik |
Option value is outside of valid range |
5119 | Er wordt een object of tekenreeks verwacht |
Object or string expected |
5120 | Dit kan niet worden gebruikt in een nieuwe instructie |
This can't be used in a new statement |
5121 | Landinstellingen zijn niet grammaticaal correct |
Locale is not well-formed |
5122 | Valutacode is ongeldig |
Currency code is invalid |
5123 | Valutacode is niet opgegeven |
Currency code was not specified |
5124 | Ongeldige datum |
Invalid Date |
5125 | Intl is niet beschikbaar. |
Intl is not available. |
5200 | Status is 'fout', maar getResults heeft geen fout geretourneerd |
Status is 'error', but getResults did not return an error |
5201 | Ontbrekende of ongeldige statusparameter doorgegeven aan voltooide handler |
Missing or invalid status parameter passed to completed handler |
5202 | Ontbrekende of ongeldige afzenderparameter doorgegeven aan voltooide handler |
Missing or invalid sender parameter passed to completed handler |
5400 | Evaluatie van de functie is uitgeschakeld tijdens foutopsporing in de systeemeigen code |
Function evaluation is disabled while debugging native code |
5401 | Evaluatie 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 |
5604 | Er wordt een ArrayBuffer-object verwacht |
ArrayBuffer object expected |
6000 | Oneindig |
Infinity |
6001 | -Oneindig |
-Infinity |
10438 | De eigenschap of methode %s wordt niet ondersteund door dit object |
Object doesn't support property or method '%s' |
10449 | Het 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 |
15008 | Kan 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 |
15012 | Kan %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 |
15036 | Het 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 |
15037 | Het 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 |
15039 | Herdeclaratie van de constante %s |
Redeclaration of const '%s' |
15041 | Het verwijderen van %s is niet toegestaan in de strict-modus |
Calling delete on '%s' is not allowed in strict mode |
15047 | Kan 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 |
15048 | Kan 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 |
15049 | Kan 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 |
15050 | Kan 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 |
15051 | De waarde van de eigenschap %s is geen functieobject |
The value of the property '%s' is not a Function object |
15052 | De 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 |
15074 | Ongeldige operand naar %s: object wordt verwacht |
Invalid operand to '%s': Object expected |
15075 | Ongeldige operand naar %s: functie wordt verwacht |
Invalid operand to '%s': Function expected |
15076 | Ongeldige descriptor voor eigenschap %s |
Invalid descriptor for property '%s' |
15077 | Kan de eigenschap %s niet definiëren: object is niet uitbreidbaar |
Cannot define property '%s': object is not extensible |
15078 | Kan de niet-configureerbare eigenschap %s niet opnieuw definiëren |
Cannot redefine non-configurable property '%s' |
15079 | Kan de niet-schrijfbare eigenschap %s niet wijzigen |
Cannot modify non-writable property '%s' |
15080 | Kan de eigenschap %s niet wijzigen: 'length' is niet schrijfbaar |
Cannot modify property '%s': 'length' is not writable |
15081 | Kan de eigenschap %s niet definiëren |
Cannot define property '%s' |
15088 | Vereist argument %s in de DataView-methode is niet opgegeven |
Required argument %s in DataView method is not specified |
15090 | DataView-constructorargument %s is ongeldig |
DataView constructor argument %s is invalid |
15091 | De functie %s heeft een ongeldige handtekening en kan niet worden aangeroepen |
The function '%s' has an invalid signature and cannot be called |
15092 | De eigenschap %s heeft een ongeldige handtekening en kan niet worden geopend |
The property '%s' has an invalid signature and cannot be accessed |
15093 | De 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 |
15094 | Het 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 |
15100 | Kan object niet converteren naar structuur: verwachte eigenschap %s ontbreekt in object |
Could not convert object to struct: object missing expected property '%s' |
15101 | Type %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 |
15104 | Kan waarde niet converteren naar PropertyValue: %s wordt niet ondersteund door PropertyValue |
Could not convert value to PropertyValue: %s not supported by PropertyValue |
15105 | Kan 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 |
15118 | Optiewaarde %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 |
15120 | Functie %s is geen constructor |
Function '%s' is not a constructor |
15121 | Landinstellingen %s zijn niet grammaticaal correct |
Locale '%s' is not well-formed |
15122 | Valutacode %s is ongeldig |
Currency code '%s' is invalid |
15604 | %s is geen ArrayBuffer |
%s is not an ArrayBuffer |
20001 | Kan code niet uitvoeren vanuit een vrijgegeven script |
Can't execute code from a freed script |
32812 | De opgegeven datum is niet beschikbaar in de agenda van de huidige landinstellingen |
The specified date is not available in the current locale's calendar |
0x10000001 | Gemarkeerd 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 |
0x10000002 | Gemarkeerd 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 |
0x10000003 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op netwerkbewerkingen (TCP, DNS) |
Flagged on all WinINet events dealing with network operations (TCP, DNS) |
0x10000004 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op verificatie |
Flagged on all WinINet events dealing with authentication |
0x10000005 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op HTTPS |
Flagged on all WinINet events dealing with HTTPS |
0x10000006 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op AUTOPROXY |
Flagged on all WinINet events dealing with AUTOPROXY |
0x10000007 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op cookies |
Flagged on all WinINet events dealing with Cookies |
0x10000008 | Gemarkeerd voor alle WinINet IE-gebeurtenissen |
Flagged on all WinINet IE events |
0x10000021 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op de opname van verzendend pakket |
Flagged on all WinINet events dealing with sending packet capture |
0x10000022 | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op de opname van ontvangend pakket |
Flagged on all WinINet events dealing with receiving packet capture |
0x10000023 | Gemarkeerd voor alle WinINet-gebeurtenissen die alleen relevant zijn voor mobiele SKU's |
Flagged on all WinINet events relevant only to Mobile SKUs |
0x1000002A | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op mogelijke persoonsgegevens |
Flagged on all WinINet events dealing with potential personally identifiable information |
0x1000002B | Gemarkeerd voor alle WinINet-gebeurtenissen die van toepassing zijn op pakketopname |
Flagged on all WinINet events dealing with packet capture |
0x10000031 | Reactietijd |
Response Time |
0x30000000 | Info |
Info |
0x30000001 | Starten |
Start |
0x30000002 | Stoppen |
Stop |
0x3000000B | Mislukt |
Fail |
0x50000002 | Fout |
Error |
0x50000004 | Informatie |
Information |
0x50000005 | Uitgebreid |
Verbose |
0x700001F4 | WININET_ROOT_HANDLE_CREATED |
WININET_ROOT_HANDLE_CREATED |
0x700001F5 | WININET_OPEN_URL_HANDLE_CREATED |
WININET_OPEN_URL_HANDLE_CREATED |
0x700001F6 | WININET_CONNECT_HANDLE_CREATED |
WININET_CONNECT_HANDLE_CREATED |
0x700001F7 | WININET_HTTP_REQUEST_HANDLE_CREATED |
WININET_HTTP_REQUEST_HANDLE_CREATED |
0x700001F8 | WININET_HANDLE_CLOSED |
WININET_HANDLE_CLOSED |
0x700001F9 | WININET_HANDLE_CREATE_FAILED |
WININET_HANDLE_CREATE_FAILED |
0x700001FA | WININET_HANDLE_CLOSE_FAILED |
WININET_HANDLE_CLOSE_FAILED |
0x700001FB | WININET_HTTP_REQUEST |
WININET_HTTP_REQUEST |
0x700001FC | WININET_HTTP_RESPONSE |
WININET_HTTP_RESPONSE |
0x700001FD | WININET_HTTP_CONNECTION_CLOSED |
WININET_HTTP_CONNECTION_CLOSED |
0x700001FE | WININET_KEEP_ALIVE_CONNECTION_REUSED |
WININET_KEEP_ALIVE_CONNECTION_REUSED |
0x700001FF | WININET_KEEP_ALIVE_CONNECTION_POOLED |
WININET_KEEP_ALIVE_CONNECTION_POOLED |
0x70000200 | WININET_KEEP_ALIVE_CONNECTION_CLOSED |
WININET_KEEP_ALIVE_CONNECTION_CLOSED |
0x70000201 | WININET_HTTP_RESPONSE_BODY_RECEIVED |
WININET_HTTP_RESPONSE_BODY_RECEIVED |
0x70000202 | WININET_TCP_CONNECTION |
WININET_TCP_CONNECTION |
0x70000203 | WININET_DNS_QUERY |
WININET_DNS_QUERY |
0x70000204 | WININET_NETWORK_CHANGE_DETECTED |
WININET_NETWORK_CHANGE_DETECTED |
0x70000205 | WININET_COOKIE_HEADER_RECEIVED |
WININET_COOKIE_HEADER_RECEIVED |
0x70000206 | WININET_COOKIE_STORED |
WININET_COOKIE_STORED |
0x70000207 | WININET_COOKIE_DELETED |
WININET_COOKIE_DELETED |
0x70000208 | WININET_COOKIE_BLOCKED |
WININET_COOKIE_BLOCKED |
0x70000209 | WININET_COOKIE_P3P_REJECTED |
WININET_COOKIE_P3P_REJECTED |
0x7000020A | WININET_COOKIE_REQUEST_HEADER_CREATED |
WININET_COOKIE_REQUEST_HEADER_CREATED |
0x7000020B | WININET_COOKIE_ADDED_TO_HEADER |
WININET_COOKIE_ADDED_TO_HEADER |
0x7000020C | WININET_AUTH_RESPONSE_RECEIVED |
WININET_AUTH_RESPONSE_RECEIVED |
0x7000020D | WININET_AUTH_CLIENT_SETS_USERNAME |
WININET_AUTH_CLIENT_SETS_USERNAME |
0x7000020E | WININET_AUTH_CLIENT_SETS_PASSWORD |
WININET_AUTH_CLIENT_SETS_PASSWORD |
0x7000020F | WININET_AUTH_USING_CACHED_CREDS |
WININET_AUTH_USING_CACHED_CREDS |
0x70000210 | WININET_AUTH_USING_DEFAULT_CREDS |
WININET_AUTH_USING_DEFAULT_CREDS |
0x70000211 | WININET_AUTH_CLIENT_ADD_HEADERS |
WININET_AUTH_CLIENT_ADD_HEADERS |
0x70000212 | WININET_HTTPS_NEGOTIATION |
WININET_HTTPS_NEGOTIATION |
0x70000213 | WININET_HTTPS_SERVER_CERT_ERROR |
WININET_HTTPS_SERVER_CERT_ERROR |
0x70000214 | WININET_HTTPS_SERVER_CERT_VALIDATED |
WININET_HTTPS_SERVER_CERT_VALIDATED |
0x70000215 | WININET_HTTPS_CLIENT_CERT_REQUIRED |
WININET_HTTPS_CLIENT_CERT_REQUIRED |
0x70000216 | WININET_HTTPS_CLIENT_CERT_UNAVAILABLE |
WININET_HTTPS_CLIENT_CERT_UNAVAILABLE |
0x70000217 | WININET_HTTPS_CLIENT_CERT_SELECTED |
WININET_HTTPS_CLIENT_CERT_SELECTED |
0x70000218 | WININET_HTTPS_RENEGOTIATION |
WININET_HTTPS_RENEGOTIATION |
0x70000219 | WININET_AUTOPROXY_SEARCH |
WININET_AUTOPROXY_SEARCH |
0x7000021A | WININET_AUTOPROXY_DHCP |
WININET_AUTOPROXY_DHCP |
0x7000021B | WININET_AUTOPROXY_DNS |
WININET_AUTOPROXY_DNS |
0x7000021C | WININET_AUTOPROXY_DOWNLOAD |
WININET_AUTOPROXY_DOWNLOAD |
0x7000021D | WININET_AUTOPROXY_FIND_INFO_FOR_URL |
WININET_AUTOPROXY_FIND_INFO_FOR_URL |
0x7000021E | WININET_TEST_EVENT |
WININET_TEST_EVENT |
0x7000021F | WININET_BLOCKING_AUTOPROXY_DETERMINATION |
WININET_BLOCKING_AUTOPROXY_DETERMINATION |
0x70000220 | WININET_TRANSFER |
WININET_TRANSFER |
0x70000221 | WININET_AUTOPROXY_SWPAD |
WININET_AUTOPROXY_SWPAD |
0x70000222 | WININET_REQUEST_HEADER |
WININET_REQUEST_HEADER |
0x70000223 | WININET_RESPONSE_HEADER |
WININET_RESPONSE_HEADER |
0x70000224 | WININET_REQUEST_HEADER_OPTIONAL |
WININET_REQUEST_HEADER_OPTIONAL |
0x70000244 | WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP |
WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP |
0x70000245 | WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP |
WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP |
0x70000246 | WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION |
WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION |
0x70000247 | WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION |
WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION |
0x70000248 | WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD |
WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD |
0x7000024B | WININET_AUTOPROXY_PERFTRACK_ALL |
WININET_AUTOPROXY_PERFTRACK_ALL |
0x7000024C | WININET_HTTP_RESPONSE_BODY_READ_ERROR |
WININET_HTTP_RESPONSE_BODY_READ_ERROR |
0x7000024D | WININET_STREAM_DATA_INDICATED |
WININET_STREAM_DATA_INDICATED |
0x7000024E | WININET_APPLICATION_OFFLINE_CHECK |
WININET_APPLICATION_OFFLINE_CHECK |
0x90000001 | Microsoft-Windows-WinINet |
Microsoft-Windows-WinINet |
0xB0000065 | Sessie-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 |
0xB0000066 | Ingang %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 |
0xB0000067 | Ingang %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 |
0xB0000068 | Aanvraagingang %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 |
0xB0000069 | Ingang %1 is gesloten |
Handle %1 closed successfully |
0xB000006A | Kan ingang niet maken: ParentHandle=%1, fout=%2 |
Failed to create handle: ParentHandle=%1, Error=%2 |
0xB000006B | Kan ingang %1 niet sluiten: fout=%2 |
Handle %1 failed to close: Error=%2 |
0xB000006C | Aanvraagingang %1, serverdetails: server=%3 poort=%4 service=%6 |
Request handle %1 Server Details: Server=%3 Port=%4 Service=%6 |
0xB00000C8 | HTTP-aanvraag van API ontvangen: RequestHandle=%1 |
HTTP request was received from API: RequestHandle=%1 |
0xB00000C9 | HTTP-aanvraag is verzonden: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
0xB00000CA | Verzenden van HTTP-aanvraag is mislukt: ingang=%1, fout=%2 |
HTTP request send failed: Handle=%1, Error=%2 |
0xB00000CB | HTTP-antwoord (%1) ontvangen: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
0xB00000CC | HTTP-antwoord is mislukt: ingang=%1, fout=%2 |
HTTP response failed: Handle=%1, Error=%2 |
0xB00000CD | HTTP-verbinding (ingang=%1, SocketHandle=%2) gesloten vanwege: %4 |
HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4 |
0xB00000CE | Keepalive-verbinding wordt opnieuw gebruikt: ConnectionHandle=%1, SocketHandle=%2 |
Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000CF | Verbinding bevindt zich weer in keepalive-pool: RequestHandle=%1, SocketHandle=%2 |
Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2 |
0xB00000D0 | Keepalive-verbinding is gesloten: ConnectionHandle=%1, SocketHandle=%2 |
Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000D1 | HTTP-antwoord-entiteitstekst ontvangen: RequestHandle=%1 |
HTTP response entity body received: RequestHandle=%1 |
0xB00000D2 | HTTP-aanvraagheaders: RequestHandle=%1 %3 |
HTTP Request Headers RequestHandle=%1 %3 |
0xB00000D3 | HTTP-antwoordheaders: RequestHandle=%1 %3 |
HTTP Response Headers RequestHandle=%1 %3 |
0xB00000D4 | HTTP-aanvraagheaders: OptionalData RequestHandle=%1 %3 |
HTTP Request Headers OptionalData RequestHandle=%1 %3 |
0xB00000D5 | WinInet::Http-antwoord-entiteitstekst ontvangen mislukt: aanvraagingang=%1, fout=%2 |
WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2 |
0xB000012D | TCP-verbinding met server %2 gemaakt: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
0xB000012E | TCP-verbinding met %2 voor verbindingsingang %3 is mislukt: fout=%4 |
TCP connection to %2 for connection handle %3 failed: Error=%4 |
0xB000012F | TCP-verbinding is gesloten: SocketHandle=%1 |
TCP connection closed successfully: SocketHandle=%1 |
0xB0000130 | DNS-query voor hostnaam %2 is verzonden: ingang=%3 |
DNS query for %2 hostname is sent: Handle=%3 |
0xB0000131 | DNS-query voor hostnaam %2 is voltooid: ingang=%3, adressen=%5 |
DNS query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000132 | DNS-query voor hostnaam %2 is mislukt: ingang=%3 fout=%4 |
DNS query for %2 hostname failed: Handle=%3 Error=%4 |
0xB0000133 | DNS-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 |
0xB0000134 | Wijziging in netwerk gedetecteerd: ingang=%1 |
A network change was detected: Handle=%1 |
0xB00001F5 | Ontvangen antwoord bevat een cookieheader: URL=%2 |
Received response including a cookie header: URL=%2 |
0xB00001F6 | Client 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 |
0xB00001F7 | Client 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 |
0xB00001F8 | Client 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 |
0xB00001F9 | Cookie 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 |
0xB00001FA | Er is een cookieheader voor de aanvraag gemaakt: URL=%2 |
A cookie header was created for the request: URL=%2 |
0xB00001FB | Cookie 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 |
0xB0000259 | Verificatiereactie ontvangen: RequestHandle=%1, schema=%3, IsProxy=%4 |
Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB000025A | Client stelt gebruikersnaam in: RequestHandle=%1, IsProxy=%2 |
Client sets username: RequestHandle=%1, IsProxy=%2 |
0xB000025B | Client stelt wachtwoord in: RequestHandle=%1, IsProxy=%2 |
Client sets password: RequestHandle=%1, IsProxy=%2 |
0xB000025C | Referenties in cache gebruiken: RequestHandle=%1, IsProxy=%2 |
Using cached credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025D | Standaardreferenties gebruiken: RequestHandle=%1, IsProxy=%2 |
Using default credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025E | Client 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 |
0xB00002BD | Client begint SSL-onderhandeling: RequestHandle=%1 |
Client begins SSL negotiation: RequestHandle=%1 |
0xB00002BE | SSL-onderhandeling tussen client en server is voltooid: RequestHandle=%1 |
SSL negotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002BF | SSL-onderhandeling is mislukt: RequestHandle=%1, fout=%2 |
SSL negotiation failed: RequestHandle=%1, Error=%2 |
0xB00002C0 | Fout tijdens valideren van servercertificaat (SCHANNEL-fout): RequestHandle=%1, fout=%2 |
Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2 |
0xB00002C1 | Servercertificaat gevalideerd: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
0xB00002C2 | Server vereist een clientcertificaat voor clientautorisatie: RequestHandle=%1 |
Server requires a client certificate for client authorization: RequestHandle=%1 |
0xB00002C3 | Er is geen clientcertificaat beschikbaar: RequestHandle=%1 |
There is no client certificate available: RequestHandle=%1 |
0xB00002C4 | Het 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 |
0xB00002C7 | Client begint opnieuw onderhandelen via SSL: RequestHandle=%1 |
Client begins SSL renegotiation: RequestHandle=%1 |
0xB00002C8 | Opnieuw onderhandelen via SSL tussen client en server is voltooid: RequestHandle=%1 |
SSL renegotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002C9 | Opnieuw onderhandelen via SSL is mislukt: RequestHandle=%1, fout=%2 |
SSL renegotiation failed: RequestHandle=%1, Error=%2 |
0xB0000321 | Client 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 |
0xB0000322 | Zoeken naar configuratiebestand via DHCP beginnen: interface=%2 |
Begin search for configuration file using DHCP: Interface=%2 |
0xB0000323 | WPAD-configuratiebestand gevonden via DHCP: interface=%2, ConfigurationURL=%4 |
WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4 |
0xB0000324 | Zoeken 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 |
0xB0000325 | Zoeken naar configuratiebestand via DNS beginnen: DetectFlags=%1 |
Begin search for configuration file using DNS: DetectFlags=%1 |
0xB0000326 | WPAD-configuratiebestand gevonden via DNS: ConfigurationURL=%2, DetectFlags=%3 |
WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3 |
0xB0000327 | Zoeken naar WPAD-configuratiebestand via DNS is mislukt: DetectFlags=%1, fout=%2 |
Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2 |
0xB0000328 | Zoeken naar WPAD-configuratiebestand is mislukt: fout=%1 |
Search for WPAD configruation file failed: Error=%1 |
0xB0000329 | Downloaden van het configuratiebestand vanaf de configuratie-URL beginnen: ConfigurationURL=%2 |
Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032A | Client heeft het configuratiebestand vanaf de configuratie-URL gedownload: ConfigurationURL=%2 |
Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032B | Het 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 |
0xB000032C | Het 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 |
0xB000032D | Zoeken naar proxygegevens voor de URL: URL=%2 |
Searching for Proxy Information for the URL: URL=%2 |
0xB000032E | Client 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 |
0xB000032F | Fout tijdens zoeken naar proxygegevens voor de URL: URL=%2, fout=%3 |
Error locating proxy information for the URL: URL=%2, Error=%3 |
0xB0000330 | Blokkeren van autoproxy bepalen is gestart |
Blocking autoproxy determination started |
0xB0000331 | Blokkeren van autoproxy bepalen is gestopt |
Blocking autoproxy determination stopped |
0xB0000332 | Gebeurtenis activiteitsoverdracht voor WinInet |
WinInet Activity Transfer Event |
0xB0000333 | AutoProxy SWPAD-beslissing (%1) NumConnections (%2) |
AutoProxy SWPAD Decision (%1) NumConnections (%2) |
0xB0000334 | Autoproxy-host-IP zoeken is gestart |
Autoproxy host IP lookup started |
0xB0000335 | Autoproxy-host-IP zoeken is gestopt |
Autoproxy host IP lookup stopped |
0xB0000336 | Autoproxy SWPAD zoeken is gestart |
Autoproxy SWPAD lookup started |
0xB0000337 | Autoproxy SWPAD zoeken is gestopt |
Autoproxy SWPAD lookup stopped |
0xB0000338 | Autoproxy-detectie met SWPAD AAN is gestart |
Autoproxy Detection with SWPAD ON started |
0xB0000339 | Autoproxy-detectie met SWPAD ON is gestopt |
Autoproxy Detection with SWPAD ON stopped |
0xB000033A | Autoproxy-detectie met SWPAD UNKNOWN is gestart |
Autoproxy Detection with SWPAD UNKNOWN started |
0xB000033B | Autoproxy-detectie met SWPAD UNKNOWN is gestopt |
Autoproxy Detection with SWPAD UNKNOWN stopped |
0xB000033C | Autoproxy-script downloaden is gestart |
Autoproxy Script Download Started |
0xB000033D | Autoproxy-script downloaden is gestopt |
Autoproxy Script Download Stopped |
0xB0000342 | Volledig autoproxy-scenario is gestart |
Autoproxy full scenario started |
0xB0000343 | Volledig autoproxy-scenario is gestopt |
Autoproxy full scenario stopped |
0xB0000385 | Offlinecontrole van de toepassing is gestart |
Application offline check started |
0xB0000386 | Offlinecontrole van de toepassing voltooid |
Application offline check complete |
0xB0000421 | Aangevraagde 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 |
0xB0000422 | Opgeruimde URL=%1 |
Scavenged URL=%1 |
0xB00100C8 | HTTP-aanvraag van API ontvangen: RequestHandle=%1, RequestContext=%2 |
HTTP request was received from API: RequestHandle=%1, RequestContext=%2 |
0xB20007D1 | WinINet-aanvraagheaderbuffer is vastgelegd |
The WinINet request header buffer captured |
0xB20007D2 | WinINet-aanvraagnettoladingbuffer is vastgelegd |
The WinINet request payload buffer captured |
0xB20007D3 | WinINet-antwoordheaderbuffer is vastgelegd |
The WinINet response header buffer captured |
0xB20007D4 | WinINet-antwoordnettoladingbuffer is vastgelegd |
The WinINet response payload buffer captured |
0xD0000001 | WPAD_NETWORK_DECISION_OFF |
WPAD_NETWORK_DECISION_OFF |
0xD0000002 | WPAD_NETWORK_DECISION_ON |
WPAD_NETWORK_DECISION_ON |
0xD0000003 | WPAD_NETWORK_DECISION_UNKNOWN |
WPAD_NETWORK_DECISION_UNKNOWN |
0xD0000004 | Missed |
Missed |
0xD0000005 | Hit |
Hit |
0xD0000006 | Verouderd-Gewijzigd |
Stale-Modified |
0xD0000007 | Stale-NotModified |
Stale-NotModified |
0xD0000008 | HTTP |
HTTP |
0xD0000009 | SPDY3 |
SPDY3 |
0xD000000A | Fragment van vastgelegde header of nettolading starten |
Start fragment of captured header or payload |
0xD000000B | Fragment van vastgelegde header of nettolading beëindigen |
End fragment of captured header or payload |