5 | Geçersiz yordam çağrısı veya değişken |
Invalid procedure call or argument |
6 | Taşma |
Overflow |
7 | Yetersiz bellek |
Out of memory |
9 | Altsimge aralık dışı |
Subscript out of range |
10 | Bu dizi sabitlendi veya geçici olarak kilitlendi |
This array is fixed or temporarily locked |
11 | Sıfıra bölme |
Division by zero |
13 | Tür uyumsuz |
Type mismatch |
14 | Karakter dizi alanı doldu |
Out of string space |
17 | İstenilen işlem yürütülemiyor |
Can't perform requested operation |
28 | Yığma alanı doldu |
Out of stack space |
35 | Tanımsız Sub veya Function |
Sub or Function not defined |
48 | DLL yükleme hatası |
Error in loading DLL |
51 | İç hata |
Internal error |
52 | Yanlış dosya adı veya numarası |
Bad file name or number |
53 | Dosya bulunamadı |
File not found |
54 | Yanlış dosya modu |
Bad file mode |
55 | Dosya zaten açık |
File already open |
57 | Aygıt G/Ç hatası |
Device I/O error |
58 | Dosya var |
File already exists |
61 | Disk dolu |
Disk full |
62 | Giriş dosya sonunu geçti |
Input past end of file |
67 | Çok fazla dosya |
Too many files |
68 | Aygıt yok |
Device unavailable |
70 | İzin verilmedi |
Permission denied |
71 | Disk hazır değil |
Disk not ready |
74 | Farklı bir sürücü adına değiştirilemez |
Can't rename with different drive |
75 | Yol/Dosya erişim hatası |
Path/File access error |
76 | Yol bulunamadı |
Path not found |
91 | Object değişkeni veya With blok değişkeni ayarlanmamış |
Object variable or With block variable not set |
92 | For döngüsü başlatılmamış |
For loop not initialized |
94 | Geçersiz Null kullanımı |
Invalid use of Null |
322 | Gerekli geçici dosya oluşturulamıyor |
Can't create necessary temporary file |
424 | Nesne gerekli |
Object required |
429 | Otomasyon sunucusu, nesne oluşturamıyor |
Automation server can't create object |
430 | Sınıf, Otomasyon'u desteklemiyor |
Class doesn't support Automation |
432 | Otomasyon işlemi boyunca dosya adı veya sınıf adı bulunamadı |
File name or class name not found during Automation operation |
438 | Nesne bu özellik veya yöntemi desteklemiyor |
Object doesn't support this property or method |
440 | Otomasyon hatası |
Automation error |
445 | Nesne bu eylemi desteklemiyor |
Object doesn't support this action |
446 | Nesne adlandırılmış bağımsız değişkeni desteklemiyor |
Object doesn't support named arguments |
447 | Nesne geçerli yerel ayarları desteklemiyor |
Object doesn't support current locale setting |
448 | Adlandırılmış bağımsız değişken bulunamadı |
Named argument not found |
449 | Bağımsız değişken isteğe bağlı değil |
Argument not optional |
450 | Hatalı bağımsız değişken numarası veya geçersiz özellik ataması |
Wrong number of arguments or invalid property assignment |
451 | Nesne koleksiyon değil |
Object not a collection |
453 | Belirtilen DLL işlevi bulunamadı |
Specified DLL function not found |
458 | Değişken, JavaScript'te desteklenmeyen bir Otomasyon türü kullanıyor |
Variable uses an Automation type not supported in JavaScript |
462 | Uzak sunucu makinesi yok veya kullanılabilir değil |
The remote server machine does not exist or is unavailable |
501 | Değişkene atanamıyor |
Cannot assign to variable |
502 | Nesne, yazım için güvenli değil |
Object not safe for scripting |
503 | Nesne, başlatma için güvenli değil |
Object not safe for initializing |
504 | Nesne yaratmak için güvenli değil |
Object not safe for creating |
507 | Özel bir durum oluştu |
An exception occurred |
1002 | Sözdizimi hatası |
Syntax error |
1003 | ':' gerekli |
Expected ':' |
1004 | ';' gerekli |
Expected ';' |
1005 | '(' gerekli |
Expected '(' |
1006 | ')' gerekli |
Expected ')' |
1007 | ']' gerekli |
Expected ']' |
1008 | '{' gerekli |
Expected '{' |
1009 | '}' gerekli |
Expected '}' |
1010 | Belirleyici gerekli |
Expected identifier |
1011 | '=' bekleniyor |
Expected '=' |
1012 | '/' bekleniyor |
Expected '/' |
1013 | Geçersiz sayı |
Invalid number |
1014 | Geçersiz karakter |
Invalid character |
1015 | Sonlandırılmamış dize sabiti |
Unterminated string constant |
1016 | Sonlandırılmamış açıklama |
Unterminated comment |
1018 | işlevin dışında 'return' deyimi |
'return' statement outside of function |
1019 | Döngünün dışında 'break' olamaz |
Can't have 'break' outside of loop |
1020 | Döngünün dışında 'continue' olamaz |
Can't have 'continue' outside of loop |
1023 | Onaltılık hane bekleniyor |
Expected hexadecimal digit |
1024 | 'while' bekleniyor |
Expected 'while' |
1025 | Etiket yeniden tanımlandı |
Label redefined |
1026 | Etiket bulunamadı |
Label not found |
1027 | 'default', 'switch' bildirisinde yalnız bir kere görünebilir |
'default' can only appear once in a 'switch' statement |
1028 | Tanımlayıcı, dize veya sayı bekleniyor |
Expected identifier, string or number |
1029 | '@end' bekleniyor |
Expected '@end' |
1030 | Koşullu derleme kapalı |
Conditional compilation is turned off |
1031 | Sabit bekleniyor |
Expected constant |
1032 | '@' bekleniyor |
Expected '@' |
1033 | 'catch' bekleniyor |
Expected 'catch' |
1034 | 'var' bekleniyor |
Expected 'var' |
1035 | 'throw' yönergesinden sonra aynı kaynak satırında bir ifade gelmeli |
'throw' must be followed by an expression on the same source line |
1037 | 'with' deyimlerinin strict modda kullanılmasına izin verilmez |
'with' statements are not allowed in strict mode |
1038 | Yinelenen biçimsel parametre adlarına strict modda izin verilmez |
Duplicate formal parameter names not allowed in strict mode |
1039 | Sekizli sayısal değişmez değerlere ve kaçış karakterlerine strict modda izin verilmez |
Octal numeric literals and escape characters not allowed in strict mode |
1041 | strict modda 'eval' öğesinin geçersiz kullanımı |
Invalid usage of 'eval' in strict mode |
1042 | strict modda 'arguments' öğesinin geçersiz kullanımı |
Invalid usage of 'arguments' in strict mode |
1045 | İfadede silme işlevini çağırmaya strict modda izin verilmez |
Calling delete on expression not allowed in strict mode |
1046 | Bir özelliğin birden fazla tanımına strict modda izin verilmez |
Multiple definitions of a property not allowed in strict mode |
1047 | strict modda, işlev bildirimleri bir deyim veya blok içinde iç içe olamaz. Yalnızca en üst düzeyde veya doğrudan işlev gövdesinin içinde görünebilirler. |
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 | Bir tanımlayıcının anahtar sözcük kullanımı geçersiz |
The use of a keyword for an identifier is invalid |
1049 | Bir tanımlayıcının ileride kullanılmak üzere ayrılmış sözcük kullanımı geçersiz |
The use of a future reserved word for an identifier is invalid |
1050 | Bir tanımlayıcının ileride kullanılmak üzere ayrılmış sözcük kullanımı geçersiz. Tanımlayıcı adı strict modda ayrılmış. |
The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. |
1051 | Ayarlayıcı işlevleri bir bağımsız değişken içermelidir |
Setter functions must have one argument |
1052 | Let/Const yeniden bildirimi |
Let/Const redeclaration |
1053 | Const başlatılmalıdır |
Const must be initialized |
1054 | Const ve let, bloğun içinde bildirilmelidir |
Const and let must be declared inside of block |
1055 | Const için atama |
Assignment to const |
4096 | JavaScript derleme hatası |
JavaScript compilation error |
4097 | JavaScript çalışma zamanı hatası |
JavaScript runtime error |
4098 | Bilinmeyen çalışma hatası |
Unknown runtime error |
5000 | 'this' için atama yapılamıyor |
Cannot assign to 'this' |
5001 | Sayı bekleniyor |
Number expected |
5002 | İşlev bekleniyor |
Function expected |
5003 | İşlev sonucuna atanamaz |
Cannot assign to a function result |
5004 | Nesne dizilemiyor |
Cannot index object |
5005 | Dize bekleniyor |
String expected |
5006 | Tarih nesnesi bekleniyor |
Date object expected |
5007 | Nesne bekleniyor |
Object expected |
5008 | Atama içinde sol taraf geçersiz |
Invalid left-hand side in assignment |
5009 | Tanımsız belirleyici |
Undefined identifier |
5010 | Boolean bekleniyor |
Boolean expected |
5011 | Boşaltılmış komut dosyasından kod çalıştırılamıyor |
Can't execute code from a freed script |
5012 | Nesne üyesi bekleniyor |
Object member expected |
5013 | VBArray bekleniyor |
VBArray expected |
5014 | JavaScript nesnesi bekleniyor |
JavaScript object expected |
5015 | Numaralandırıcı nesne bekleniyor |
Enumerator object expected |
5016 | Normal Deyim nesnesi bekleniyor |
Regular Expression object expected |
5017 | Normal deyimde yazım hatası |
Syntax error in regular expression |
5018 | Beklenmeyen miktar |
Unexpected quantifier |
5019 | Normal deyimde ']' bekleniyor |
Expected ']' in regular expression |
5020 | Normal deyimde ')' bekleniyor |
Expected ')' in regular expression |
5021 | Geçersiz karakter kümesi aralığı |
Invalid range in character set |
5022 | Olağan dışı durum oluşturuldu (throw ile) ve yakalanmadı (catch ile) |
Exception thrown and not caught |
5023 | İşlevin geçerli bir prototip nesnesi yok |
Function does not have a valid prototype object |
5024 | Kodlanacak URI geçersiz bir karakter içeriyor |
The URI to be encoded contains an invalid character |
5025 | Kodu çözülecek URI geçerli bir kodlama değil |
The URI to be decoded is not a valid encoding |
5026 | Kesir basamak sayısı aralık dışında |
The number of fractional digits is out of range |
5027 | Duyarlılık aralık dışında |
The precision is out of range |
5028 | Array veya arguments nesnesi bekleniyor |
Array or arguments object expected |
5029 | Dizi uzunluğu sonlu pozitif bir tamsayı olmalıdır |
Array length must be a finite positive integer |
5030 | Dizi uzunluğu sonlu pozitif bir tamsayıya atanmalıdır |
Array length must be assigned a finite positive number |
5031 | Dizi nesnesi bekleniyor |
Array object expected |
5034 | Değer değişkenindeki döngüsel başvuru desteklenmiyor |
Circular reference in value argument not supported |
5035 | Geçersiz değiştirici bağımsız değişkeni |
Invalid replacer argument |
5038 | Bağımsız değişken listesi uygulamak için çok büyük |
Argument list too large to apply |
5039 | Sabit özelliğinin yeniden bildirimi |
Redeclaration of const property |
5040 | Cyclic __proto__ value |
Cyclic __proto__ value |
5041 | Nesne üyesi yapılandırılabilir değil |
Object member not configurable |
5042 | strict modda değişken tanımsız |
Variable undefined in strict mode |
5043 | İşlevin veya bağımsız değişkenlerinin 'caller' özelliğine erişimine strict modda izin verilmez |
Accessing the 'caller' property of a function or arguments object is not allowed in strict mode |
5044 | İşlevin veya bağımsız değişkenlerinin 'callee' özelliğine erişimine strict modda izin verilmez |
Accessing the 'callee' property of an arguments object is not allowed in strict mode |
5045 | Salt okunur özelliklerin atanmasına strict modda izin verilmez |
Assignment to read-only properties is not allowed in strict mode |
5046 | Genişletilebilir olmayan bir nesne için özellik oluşturulamıyor |
Cannot create property for a non-extensible object |
5053 | Özelliğin hem erişimcisi hem de değeri olamaz |
Property cannot have both accessors and a value |
5054 | 'this' boş veya tanımsız |
'this' is null or undefined |
5058 | Boole bekleniyor |
Boolean expected |
5059 | Tarih bekleniyor |
Date expected |
5064 | RegExp nesnesi bekleniyor |
RegExp object expected |
5065 | Geçersiz işlev bağımsız değişkeni |
Invalid function argument |
5072 | Geçersiz 'length' özelliği |
Invalid 'length' property |
5074 | Geçersiz İşlenen |
Invalid Operand |
5076 | Geçersiz özellik tanımlayıcısı |
Invalid property descriptor |
5077 | Özellik tanımlanamıyor: nesne genişletilebilir değil |
Cannot define property: object is not extensible |
5078 | Yapılandırılabilir olmayan özellik yeniden tanımlanamıyor |
Cannot redefine non-configurable property |
5079 | Yazılabilir olmayan özellik değiştirilemiyor |
Cannot modify non-writable property |
5080 | Özellik değiştirilemiyor: 'length' yazılabilir değil |
Cannot modify property: 'length' is not writable |
5081 | Özellik tanımlanamıyor |
Cannot define property |
5082 | Türü örtük olarak belirlenmiş dizinin kurucu bağımsız değişkeni geçersiz |
Typed array constructor argument is invalid |
5083 | 'this' türü örtük olarak belirlenmiş dizi nesnesi değil |
'this' is not a typed array object |
5084 | Türü örtük olarak belirlenmiş dizi oluşturulurken geçersiz uzaklık/uzunluk |
Invalid offset/length when creating typed array |
5085 | Türü örtük olarak belirlenmiş dizi alt dizi yönteminde geçersiz başlangıç/bitiş değeri |
Invalid begin/end value in typed array subarray method |
5086 | Türü örtük olarak belirlenmiş dizi kümesinde geçersiz kaynak |
Invalid source in typed array set |
5087 | 'this' bir DataView nesnesi değil |
'this' is not a DataView object |
5088 | DataView içinde geçersiz bağımsız değişkenler |
Invalid arguments in DataView |
5089 | DataView işlemi belirtilen arabellek uzunluğunun dışına erişiyor |
DataView operation access beyond specified buffer length |
5091 | geçersiz işlev imzası |
invalid function signature |
5092 | geçersiz özellik imzası |
invalid property signature |
5093 | geçersiz giriş parametresi türü |
invalid input parameter type |
5094 | geçersiz çıkış parametresi |
invalid ouput parameter |
5095 | İşlevin 'arguments' özelliğine erişmeye strict modda izin verilmez |
Accessing the 'arguments' property of a function is not allowed in strict mode |
5096 | İncelenebilir Nesne bekleniyordu |
Inspectable Object expected |
5097 | Bağımsız değişken 'char' türüne dönüştürülemedi |
Could not convert argument to type 'char' |
5098 | Bağımsız değişken 'GUID' türüne dönüştürülemedi |
Could not convert argument to type 'GUID' |
5099 | IInspectable olması bekleniyordu |
IInspectable expected |
5100 | Nesne yapı birimine dönüştürülemedi: nesnede beklenen özellik yok |
Could not convert object to struct: object missing expected property |
5101 | Bilinmeyen tür |
Unknown type |
5102 | İşlev çok az bağımsız değişkenle çağrıldı |
Function called with too few arguments |
5103 | Tür, oluşturulabilir bir tür değil |
Type is not constructible |
5104 | Değer PropertyValue değerine dönüştürülemedi: Tür PropertyValue tarafından desteklenmiyor |
Could not convert value to PropertyValue: Type not supported by PropertyValue |
5105 | Değer IInspectable değerine dönüştürülemedi: Tür IInspectable tarafından desteklenmiyor |
Could not convert value to IInspectable: Type not supported by IInspectable |
5106 | Tarih Windows.Foundation.DateTime biçimine dönüştürülemedi: değer geçerli aralığın dışında |
Could not convert Date to Windows.Foundation.DateTime: value outside of valid range |
5107 | Değer Windows.Foundation.TimeSpan biçimine dönüştürülemedi: değer geçerli aralığın dışında |
Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range |
5108 | Serbest bırakılan Inspectable Nesnesi erişimi geçersiz |
Invalid access to already released Inspectable Object |
5109 | Serbest bırakılmış olan Inspectable Nesnesi serbest bırakılamıyor |
Cannot release already released Inspectable Object |
5110 | 'bu' beklenen tür değil |
'this' is not of the expected type |
5111 | Dize için belirtilen geçersiz uzunluk ve boyut |
Illegal length and size specified for the array |
5112 | Meta veri bilgilerini almaya çalışırken beklenmeyen bir hata oluştu |
An unexpected failure occurred while trying to obtain metadata information |
5113 | Bildirimden önce kullan |
Use before declaration |
5114 | 'this' yeniden başlatılamıyor, nesne önceden başlatıldı |
Cannot re-initialize 'this', object already initialized |
5115 | Genişletilemez bir nesne olduğundan, 'this' başlatılamıyor |
Cannot initialize 'this' because it is a non-extensible object |
5117 | 'key' bir nesne değil |
'key' is not an object |
5118 | Seçenek değeri geçerli aralığın dışında |
Option value is outside of valid range |
5119 | Nesne veya dize bekleniyordu |
Object or string expected |
5120 | Bu yeni bir bildirimde kullanılamaz |
This can't be used in a new statement |
5121 | Yerel ayar iyi biçimlendirilmedi |
Locale is not well-formed |
5122 | Para birimi kodu geçersiz |
Currency code is invalid |
5123 | Para birimi kodu belirtilmedi |
Currency code was not specified |
5124 | Geçersiz Tarih |
Invalid Date |
5125 | Uluslararası kullanılamıyor. |
Intl is not available. |
5200 | Durum: 'hata' ancak getResults hata döndürmedi |
Status is 'error', but getResults did not return an error |
5201 | Eksik veya geçersiz durum parametresi tamamlanan işleyiciye geçirildi |
Missing or invalid status parameter passed to completed handler |
5202 | Eksik veya geçersiz gönderen parametresi tamamlanan işleyiciye geçirildi |
Missing or invalid sender parameter passed to completed handler |
5400 | İşlev değerlendirmesi doğal kod hataları ayıklanırken devre dışıdır |
Function evaluation is disabled while debugging native code |
5401 | JavaScript ifadesinin değerlendirilmesi doğal kod hataları ayıklanırken devre dışıdır |
Evaluation of the JavaScript expression is not supported while debugging native code |
5604 | ArrayBuffer nesnesi bekleniyor |
ArrayBuffer object expected |
6000 | Sonsuz |
Infinity |
6001 | -Sonsuz |
-Infinity |
10438 | Nesne, '%s' özelliğini veya yöntemini desteklemez |
Object doesn't support property or method '%s' |
10449 | '%s' işlevinin bağımsız değişkeni isteğe bağlı değil |
Argument to the function '%s' is not optional |
15001 | '%s', bir sayı değil |
'%s' is not a number |
15002 | '%s', bir işlev değil |
'%s' is not a function |
15004 | '%s', dizilebilir bir nesne değil |
'%s' is not an indexable object |
15005 | '%s', bir dize değil |
'%s' is not a string |
15006 | '%s', bir tarih nesnesi değil |
'%s' is not a date object |
15007 | '%s', boş veya bir nesne değil |
'%s' is null or not an object |
15008 | '%s' üzerine atama yapılamıyor |
Cannot assign to '%s' |
15009 | '%s' tanımsız |
'%s' is undefined |
15010 | '%s', boolean değil |
'%s' is not a boolean |
15012 | '%s' silinemiyor |
Cannot delete '%s' |
15013 | '%s', VBArray değil |
'%s' is not a VBArray |
15014 | '%s' JavaScript nesnesi değil |
'%s' is not a JavaScript object |
15015 | '%s' numaralandırıcı nesne değil |
'%s' is not an enumerator object |
15016 | '%s' normal bir ifade nesnesi değil |
'%s' is not a regular expression object |
15028 | %s, Array veya arguments nesnesi değil |
%s is not an Array or arguments object |
15031 | %s, Array nesnesi değil |
%s is not an Array object |
15036 | Özellik tanımlayıcısındaki '%s' özniteliği, bu nesnede 'true' olarak ayarlanamaz |
'%s' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | Özellik tanımlayıcısındaki '%s' özniteliği, bu nesnede 'false' olarak ayarlanamaz |
'%s' attribute on the property descriptor cannot be set to 'false' on this object |
15039 | '%s' sabitinin yeniden bildirimi |
Redeclaration of const '%s' |
15041 | '%s' üzerinde silme işlevini çağırmaya strict modda izin verilmez |
Calling delete on '%s' is not allowed in strict mode |
15047 | Tanımsız veya boş referansın '%s' özelliği ayarlanamıyor |
Unable to set property '%s' of undefined or null reference |
15048 | Tanımsız veya boş referansın '%s' özelliği alınamıyor |
Unable to get property '%s' of undefined or null reference |
15049 | Tanımsız veya boş referansın '%s' özelliği silinemiyor |
Unable to delete property '%s' of undefined or null reference |
15050 | '%s' özelliğine erişilemiyor: 'VarDate' türü kullanıcı tanımlı özellikleri desteklemiyor |
Unable to access property '%s': type 'VarDate' does not support user-defined properties |
15051 | '%s' özelliğinin değeri İşlev nesnesi değil |
The value of the property '%s' is not a Function object |
15052 | '%s' özelliğinin değeri boş veya tanımsız, İşlev nesnesi değil |
The value of the property '%s' is null or undefined, not a Function object |
15054 | %s: 'this' boş veya tanımsız |
%s: 'this' is null or undefined |
15055 | %s: 'this' bir Nesne değil |
%s: 'this' is not an Object |
15056 | %s: 'this' bir İşlev nesnesi değil |
%s: 'this' is not a Function object |
15057 | %s: 'this' bir Dize nesnesi değil |
%s: 'this' is not a String object |
15058 | %s: 'this' bir Boole nesnesi değil |
%s: 'this' is not a Boolean object |
15059 | %s: 'this' bir Tarih nesnesi değil |
%s: 'this' is not a Date object |
15060 | %s: 'this' bir Sayı nesnesi değil |
%s: 'this' is not a Number object |
15061 | %s: 'this' bir VBArray nesnesi değil |
%s: 'this' is not a VBArray object |
15062 | %s: 'this' bir JavaScript nesnesi değil |
%s: 'this' is not a JavaScript object |
15063 | %s: 'this' bir Numaralandırıcı nesne değil |
%s: 'this' is not an Enumerator object |
15064 | %s: 'this' bir RegExp nesnesi değil |
%s: 'this' is not a RegExp object |
15065 | %s: geçersiz bağımsız değişken |
%s: invalid argument |
15066 | %s: bağımsız değişken bir Nesne değil |
%s: argument is not an Object |
15067 | %s: bağımsız değişken bir JavaScript nesnesi değil |
%s: argument is not a JavaScript object |
15068 | %s: bağımsız değişken bir İşlev nesnesi değil |
%s: argument is not a Function object |
15069 | %s: bağımsız değişken bir VBArray nesnesi değil |
%s: argument is not a VBArray object |
15070 | %s: bağımsız değişken boş veya tanımsız |
%s: argument is null or undefined |
15071 | %s: bağımsız değişken bir Nesne değil ve boş değil |
%s: argument is not an Object and is not null |
15072 | %s: bağımsız değişkenin geçerli bir 'length' özelliği yok |
%s: argument does not have a valid 'length' property |
15073 | %s: Array veya arguments nesnesi bekleniyor |
%s: Array or arguments object expected |
15074 | '%s' için geçersiz işlenen: Nesne bekleniyor |
Invalid operand to '%s': Object expected |
15075 | '%s' için geçersiz işlenen: İşlev bekleniyor |
Invalid operand to '%s': Function expected |
15076 | '%s' özelliği için geçersiz tanımlayıcı |
Invalid descriptor for property '%s' |
15077 | '%s' özelliği tanımlanamıyor: nesne genişletilebilir değil |
Cannot define property '%s': object is not extensible |
15078 | Yapılandırılabilir olmayan '%s' özelliği yeniden tanımlanamıyor |
Cannot redefine non-configurable property '%s' |
15079 | Yazılabilir olmayan '%s' özelliği değiştirilemiyor |
Cannot modify non-writable property '%s' |
15080 | '%s' özelliği değiştirilemiyor: 'length' yazılabilir değil |
Cannot modify property '%s': 'length' is not writable |
15081 | '%s' özelliği tanımlanamıyor |
Cannot define property '%s' |
15088 | DataView yönteminde gereken %s bağımsız değişkeni belirtilmedi |
Required argument %s in DataView method is not specified |
15090 | %s DataView kurucu bağımsız değişkeni geçersiz |
DataView constructor argument %s is invalid |
15091 | '%s' işlevinde geçersiz bir imza var ve çağrılamıyor |
The function '%s' has an invalid signature and cannot be called |
15092 | '%s' özelliğinde geçersiz bir imza var ve erişilemiyor |
The property '%s' has an invalid signature and cannot be accessed |
15093 | Varsayılan arabirimi Windows.Foundation.IPropertyValue olan %s çalışma zamanı sınıfı, giriş parametresi türü olarak desteklenmiyor |
The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type |
15094 | Çalışma zamanı sınıfı adı %s olan Windows.Foundation.IPropertyValue arabirimine sahip nesne, çıkış parametresi olarak desteklenmiyor |
The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter |
15096 | %s: 'this' bir Inspectable Nesnesi değil |
%s: 'this' is not an Inspectable Object |
15097 | %s: bağımsız değişken 'char' türüne dönüştürülemedi |
%s: could not convert argument to type 'char' |
15098 | %s: bağımsız değişken 'GUID' türüne dönüştürülemedi |
%s: could not convert argument to type 'GUID' |
15099 | %s: dönen değer IInspectable değerine dönüştürülemedi |
%s: could not convert return value to IInspectable |
15100 | Nesne yapı birimine dönüştürülemedi: nesnede beklenen '%s' özelliği yok |
Could not convert object to struct: object missing expected property '%s' |
15101 | '%s' türü bulunamadı |
Type '%s' not found |
15102 | %s: işlev çok az bağımsız değişkenle çağrıldı |
%s: function called with too few arguments |
15103 | %s: tür, oluşturulabilir bir tür değil |
%s: type is not constructible |
15104 | Değer PropertyValue değerine dönüştürülemedi: %s PropertyValue tarafından desteklenmiyor |
Could not convert value to PropertyValue: %s not supported by PropertyValue |
15105 | Değer IInspectable değerine dönüştürülemedi: %s IInspectable tarafından desteklenmiyor |
Could not convert value to IInspectable: %s not supported by IInspectable |
15108 | %s: 'this' Inspectable nesnesi serbest bırakıldı ve erişilemiyor |
%s: The Inspectable object 'this' is released and cannot be accessed |
15110 | 'bu' beklenen tür değil: %s |
'this' is not of expected type: %s |
15112 | %s: meta veri bilgilerini almaya çalışırken beklenmeyen bir hata oluştu |
%s: an unexpected failure occurred while trying to obtain metadata information |
15114 | '%s' nesnesi başlatılamıyor: 'this' önceden '%s' nesnesi olarak başlatıldı |
Cannot initialize '%s' object: 'this' is already initialized as '%s' object |
15115 | '%s' nesnesi başlatılamıyor: 'this' genişletilebilir değil |
Cannot initialize '%s' object: 'this' is not extensible |
15116 | %s: 'this' bir %s nesnesi değil |
%s: 'this' is not a %s object |
15117 | %s: 'key' bir nesne değil |
%s: 'key' is not an object |
15118 | '%s' için seçenek değeri '%s' geçerli aralığın dışında. Beklenen: %s |
Option value '%s' for '%s' is outside of valid range. Expected: %s |
15119 | %s bir nesne veya dize değil |
%s is not an object or a string |
15120 | İşlev '%s' bir oluşturucu değil |
Function '%s' is not a constructor |
15121 | Dil ayarı '%s' iyi biçimlendirilmemiş |
Locale '%s' is not well-formed |
15122 | Para birimi kodu '%s' geçersiz |
Currency code '%s' is invalid |
15604 | %s, bir ArrayBuffer değil |
%s is not an ArrayBuffer |
20001 | Boşaltılmış betikten kod çalıştırılamaz |
Can't execute code from a freed script |
32812 | Belirtilen tarih şu anki yerin takviminde kullanılamaz |
The specified date is not available in the current locale's calendar |
0x10000001 | INTERNET tanıtıcılarının oluşturulması veya yok edilmesiyle ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with creation or destruction of INTERNET handles |
0x10000002 | HTTP isteklerinin ve yanıtlarının işlenmesiyle ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with processing of HTTP requests and responses |
0x10000003 | Ağ işlemleriyle ilgili tüm WinINet olaylarında bayrak eklendi (TCP, DNS) |
Flagged on all WinINet events dealing with network operations (TCP, DNS) |
0x10000004 | Kimlik doğrulamayla ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with authentication |
0x10000005 | HTTPS ile ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with HTTPS |
0x10000006 | AUTOPROXY ile ilgili tüm WinINet olayları bayrak eklendi |
Flagged on all WinINet events dealing with AUTOPROXY |
0x10000007 | Tanımlama Bilgileriyle ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with Cookies |
0x10000008 | Tüm WinINet IE olaylarında bayrak eklendi |
Flagged on all WinINet IE events |
0x10000021 | Gönderilen paket yakalamasıyla ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with sending packet capture |
0x10000022 | Alınan paket yakalamasıyla ilgili tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events dealing with receiving packet capture |
0x10000023 | Sadece Mobil STB'lerle ilgili olan tüm WinINet olaylarına bayrak eklendi |
Flagged on all WinINet events relevant only to Mobile SKUs |
0x1000002A | Kişisel bilgilerle işlem yapma olasılığı olan tüm WinINet olaylarında bayrak eklendi |
Flagged on all WinINet events dealing with potential personally identifiable information |
0x1000002B | Paket yakalamasıyla ilgili tüm WinINet olaylarında bayrak eklendi |
Flagged on all WinINet events dealing with packet capture |
0x10000031 | Yanıt Süresi |
Response Time |
0x30000000 | Bilgi |
Info |
0x30000001 | Başlat |
Start |
0x30000002 | Durdur |
Stop |
0x3000000B | Hata |
Fail |
0x50000005 | Ayrıntılı |
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 | %1 oturum tanıtıcısı oluşturuldu: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Bayraklar=%10 |
Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10 |
0xB0000066 | %1 tanıtıcısı, InternetOpenURL tarafından oluşturuldu: SessionHandle=%2,URL=%4, Üstbilgiler=%6, Bayraklar=%7 |
Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7 |
0xB0000067 | %1 tanıtıcısı, InternetConnect tarafından oluşturuldu: SessionHandle=%2, Sunucu=%4:%5, %7, Bayraklar=%8 |
Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8 |
0xB0000068 | %1 istek tanıtıcısı, HttpOpenRequest tarafından oluşturuldu: ConnectionHandle=%2, %4, Hedef=%6, Srm=%8, Başvuran=%10, Medya türleri=%12, Bayraklar=%13 |
Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13 |
0xB0000069 | %1 tanıtıcısı başarıyla kapatıldı |
Handle %1 closed successfully |
0xB000006A | Tanıtıcı oluşturulamadı: ParentHandle=%1, Hata=%2 |
Failed to create handle: ParentHandle=%1, Error=%2 |
0xB000006B | %1 tanıtıcısı kapatılamadı: Hata=%2 |
Handle %1 failed to close: Error=%2 |
0xB000006C | İstek tanıtıcı %1 Sunucu Ayrıntıları: Sunucu=%3 Bağlantı Noktası=%4 Hizmet=%6 |
Request handle %1 Server Details: Server=%3 Port=%4 Service=%6 |
0xB00000C8 | API'dan HTTP isteği alındı: RequestHandle=%1 |
HTTP request was received from API: RequestHandle=%1 |
0xB00000C9 | HTTP isteği başarıyla gönderildi: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
0xB00000CA | HTTP isteği gönderilemedi: Tanıtıcı=%1, Hata=%2 |
HTTP request send failed: Handle=%1, Error=%2 |
0xB00000CB | HTTP yanıtı (%1) alındı: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
0xB00000CC | HTTP yanıtı başarısız oldu: Tanıtıcı=%1, Hata=%2 |
HTTP response failed: Handle=%1, Error=%2 |
0xB00000CD | HTTP bağlantısı (Tanıtıcı=%1, SocketHandle=%2) şu nedenle kapatıldı: %4 |
HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4 |
0xB00000CE | Etkin tutma bağlantısı yeniden kullanıldı: ConnectionHandle=%1, SocketHandle=%2 |
Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000CF | Bağlantı, etkin tutma havuzuna döndürüldü: RequestHandle=%1, SocketHandle=%2 |
Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2 |
0xB00000D0 | Etkin tutma bağlantısı kapatıldı: ConnectionHandle=%1, SocketHandle=%2 |
Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000D1 | HTTP yanıtı varlık gövdesi alındı: RequestHandle=%1 |
HTTP response entity body received: RequestHandle=%1 |
0xB00000D2 | HTTP İstek Üstbilgileri RequestHandle=%1 %3 |
HTTP Request Headers RequestHandle=%1 %3 |
0xB00000D3 | HTTP Yanıt Üstbilgileri RequestHandle=%1 %3 |
HTTP Response Headers RequestHandle=%1 %3 |
0xB00000D4 | HTTP İsteği Üst Bilgileri OptionalData RequestHandle=%1 %3 |
HTTP Request Headers OptionalData RequestHandle=%1 %3 |
0xB00000D5 | WinInet::Http yanıt varlık gövdesi alınamadı: İstek Tanıtıcısı=%1, Hata=%2 |
WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2 |
0xB000012D | %2 sunucusuyla TCP bağlantısı kuruldu: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
0xB000012E | Bağlantı tanıtıcısı %3 için %2 öğesine TCP bağlantısı başarısız oldu: Hata=%4 |
TCP connection to %2 for connection handle %3 failed: Error=%4 |
0xB000012F | TCP bağlantısı başarıyla kapatıldı: SocketHandle=%1 |
TCP connection closed successfully: SocketHandle=%1 |
0xB0000130 | %2 ana bilgisayar adı için DNS sorgusu gönderildi: Tanıtıcı=%3 |
DNS query for %2 hostname is sent: Handle=%3 |
0xB0000131 | %2 ana bilgisayar adı için DNS sorgusu tamamlandı: Tanıtıcı=%3, Adresler=%5 |
DNS query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000132 | %2 ana bilgisayar adı için DNS sorgusu başarısız oldu: Tanıtıcı=%3 Hata=%4 |
DNS query for %2 hostname failed: Handle=%3 Error=%4 |
0xB0000133 | Yeniden kullanılan DNS önbelleği, %2 ana bilgisayar adı için sorgu tamamlandı: Tanıtıcı=%3, Adresler=%5 |
Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000134 | Bir ağ değişikliği algılandı: Tanıtıcı=%1 |
A network change was detected: Handle=%1 |
0xB00001F5 | Tanımlama bilgisi üstbilgisini içeren yanıt alındı: URL=%2 |
Received response including a cookie header: URL=%2 |
0xB00001F6 | İstemci, tanımlama bilgisi deposuna bir tanımlama bilgisi depoladı: Etki Alanı=%2, Yol=%4, Ad=%6, Değer=%8 |
Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F7 | İstemci, tanımlama bilgisi deposundan bir tanımlama bilgisi sildi: Etki Alanı=%2, Yol=%4, Ad=%6, Değer=%8 |
Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F8 | İstemci, sunucu tarafından gönderilen bir tanımlama bilgisini reddetti: Etki Alanı=%2, Yol=%4, Ad=%6, Değer=%8 |
Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F9 | Sunucu tanımlama bilgisi, istemcinin P3P ilkesi tarafından reddedildi: Etki Alanı=%2, Yol=%4, Ad=%6, Değer=%8 |
Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001FA | İstek için tanımlama bilgisi üstbilgisi oluşturuldu: URL=%2 |
A cookie header was created for the request: URL=%2 |
0xB00001FB | Tanımlama bilgisi istek üstbilgisine eklendi: Etki Alanı=%2, Yol=%4, Ad=%6, Değer=%8 |
Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB0000259 | Kimlik doğrulama yanıtı alındı: RequestHandle=%1, Düzen=%3, IsProxy=%4 |
Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB000025A | İstemci kullanıcı adı ayarlıyor: RequestHandle=%1, IsProxy=%2 |
Client sets username: RequestHandle=%1, IsProxy=%2 |
0xB000025B | İstemci parola ayarlıyor: RequestHandle=%1, IsProxy=%2 |
Client sets password: RequestHandle=%1, IsProxy=%2 |
0xB000025C | Önbellekteki kimlik bilgileri kullanılıyor: RequestHandle=%1, IsProxy=%2 |
Using cached credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025D | Varsayılan kimlik bilgileri kullanılıyor: RequestHandle=%1, IsProxy=%2 |
Using default credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025E | İstemci, HTTP isteğine yetki üstbilgileri ekliyor: RequestHandle=%1, Düzen=%3, IsProxy=%4 |
Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB00002BD | İstemci SSL anlaşması başlatıyor: RequestHandle=%1 |
Client begins SSL negotiation: RequestHandle=%1 |
0xB00002BE | İstemci ve sunucu arasındaki SSL anlaşması başarıyla tamamlandı: RequestHandle=%1 |
SSL negotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002BF | SSL anlaşması başarısız oldu: RequestHandle=%1, Hata=%2 |
SSL negotiation failed: RequestHandle=%1, Error=%2 |
0xB00002C0 | Sunucu sertifikası doğrulama hatası (SCHANNEL hatası): RequestHandle=%1, Hata=%2 |
Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2 |
0xB00002C1 | Sunucu sertifikası doğrulandı: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
0xB00002C2 | Sunucu, istemci yetkilendirmesi için istemci sertifikası istiyor: RequestHandle=%1 |
Server requires a client certificate for client authorization: RequestHandle=%1 |
0xB00002C3 | Kullanılabilir istemci sertifikası yok: RequestHandle=%1 |
There is no client certificate available: RequestHandle=%1 |
0xB00002C4 | Seçilen istemci sertifikası SSL işlemi için kullanılacak: RequestHandle=%1, CertHash=%3 |
The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3 |
0xB00002C7 | İstemci yeniden SSL anlaşması başlatıyor: RequestHandle=%1 |
Client begins SSL renegotiation: RequestHandle=%1 |
0xB00002C8 | İstemci ve sunucu arasında SSL yeniden anlaşması başarıyla tamamlandı: RequestHandle=%1 |
SSL renegotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002C9 | SSL yeniden anlaşması başarısız oldu: RequestHandle=%1, Hata=%2 |
SSL renegotiation failed: RequestHandle=%1, Error=%2 |
0xB0000321 | İstemci, WPAD yapılandırma dosyasını bulmaya çalışıyor: ConnectionName=%2, DetectFlags=%3 |
Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3 |
0xB0000322 | DHCP kullanarak yapılandırma dosyasını aramaya başla: Arabirim=%2 |
Begin search for configuration file using DHCP: Interface=%2 |
0xB0000323 | DHCP kullanılarak WPAD yapılandırma dosyası bulundu: Arabirim=%2, ConfigurationURL=%4 |
WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4 |
0xB0000324 | DHCP kullanarak WPAD yapılandırma dosyasını arama işlemi başarısız oldu: Arabirim=%2, ConfigurationURL=%4, Hata=%5 |
Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5 |
0xB0000325 | DNS kullanarak yapılandırma dosyasını aramaya başla: DetectFlags=%1 |
Begin search for configuration file using DNS: DetectFlags=%1 |
0xB0000326 | DNS kullanılarak WPAD yapılandırma dosyası bulundu: ConfigurationURL=%2, DetectFlags=%3 |
WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3 |
0xB0000327 | DNS kullanarak WPAD yapılandırma dosyasını arama işlemi başarısız oldu: DetectFlags=%1, Hata=%2 |
Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2 |
0xB0000328 | WPAD yapılandırma dosyasını arama işlemi başarısız oldu: Hata=%1 |
Search for WPAD configruation file failed: Error=%1 |
0xB0000329 | Yapılandırma URL'sinden yapılandırma dosyasını indirmeye başla: ConfigurationURL=%2 |
Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032A | İstemci, yapılandırma dosyasını yapılandırma URL'sinden başarıyla indirdi: ConfigurationURL=%2 |
Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032B | Yapılandırma dosyasını yapılandırma URL'sinden indirme işlemi başarısız oldu: ConfigurationURL=%2, Hata=%3 |
Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3 |
0xB000032C | İndirilen yapılandırma dosyası kullanılamadı: ConfigurationURL=%2, MIMEType=%4, Hata=%5 |
The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5 |
0xB000032D | URL için Ara Sunucu Bilgileri aranıyor: URL=%2 |
Searching for Proxy Information for the URL: URL=%2 |
0xB000032E | İstemci, belirtilen kaynağa erişmek için ara sunucu verilerini başarıyla aldı: URL=%2, ProxyString=%4 |
Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4 |
0xB000032F | URL için ara sunucu bilgilerini bulma hatası: URL=%2, Hata=%3 |
Error locating proxy information for the URL: URL=%2, Error=%3 |
0xB0000330 | Otomatik ara sunucu belirleme engellemesi başlatıldı |
Blocking autoproxy determination started |
0xB0000331 | Otomatik ara sunucu belirleme engellemesi durduruldu |
Blocking autoproxy determination stopped |
0xB0000332 | WinInet Etkinlik Aktarım Olayı |
WinInet Activity Transfer Event |
0xB0000333 | Otomatik Ara Sunucu SWPAD Kararı (%1) Bağlantı Sayısı (%2) |
AutoProxy SWPAD Decision (%1) NumConnections (%2) |
0xB0000334 | Otomatik Ara Sunucu ana bilgisayar IP araması başlatıldı |
Autoproxy host IP lookup started |
0xB0000335 | Otomatik Ara Sunucu ana bilgisayar IP araması durduruldu |
Autoproxy host IP lookup stopped |
0xB0000336 | Otomatik Ara Sunucu SWPAD araması başlatıldı |
Autoproxy SWPAD lookup started |
0xB0000337 | Otomatik Ara Sunucu SWPAD araması durduruldu |
Autoproxy SWPAD lookup stopped |
0xB0000338 | Otomatik Ara Sunucu Algılaması, SWPAD AÇIK ile başlatıldı |
Autoproxy Detection with SWPAD ON started |
0xB0000339 | Otomatik Ara Sunucu Algılaması, SWPAD AÇIK ile durduruldu |
Autoproxy Detection with SWPAD ON stopped |
0xB000033A | Otomatik Ara Sunucu Algılaması, SWPAD BİLİNMİYOR ile başlatıldı |
Autoproxy Detection with SWPAD UNKNOWN started |
0xB000033B | Otomatik Ara Sunucu Algılaması, SWPAD BİLİNMİYOR ile durduruldu |
Autoproxy Detection with SWPAD UNKNOWN stopped |
0xB000033C | Otomatik Ara Sunucu Betik İndirmesi Başlatıldı |
Autoproxy Script Download Started |
0xB000033D | Otomatik Ara Sunucu Betik İndirmesi Durduruldu |
Autoproxy Script Download Stopped |
0xB0000342 | Otomatik Ara Sunucu tam senaryosu başlatıldı |
Autoproxy full scenario started |
0xB0000343 | Otomatik Ara Sunucu tam senaryosu durduruldu |
Autoproxy full scenario stopped |
0xB0000385 | Uygulama çevrimdışı denetimi başladı |
Application offline check started |
0xB0000386 | Uygulama çevrimdışı denetimi tamamlandı |
Application offline check complete |
0xB0000421 | İstenen URL=%1 Fiil=%2 RequestHeaders=%3 ResponseHeaders=%4 Durum=%5 Önbellek=%6 |
Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6 |
0xB0000422 | Atılan URL=%1 |
Scavenged URL=%1 |
0xB00100C8 | API: RequestHandle=%1, RequestContext=%2 kaynağından HTTP isteği alındı |
HTTP request was received from API: RequestHandle=%1, RequestContext=%2 |
0xB20007D1 | WinINet istek başlığı ara belleği yakalandı |
The WinINet request header buffer captured |
0xB20007D2 | WinINet istek yükü ara belleği yakalandı |
The WinINet request payload buffer captured |
0xB20007D3 | WinINet yanıt başlığı ara belleği yakalandı |
The WinINet response header buffer captured |
0xB20007D4 | WinINet yanıt yükü ara belleği yakalandı |
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 | Eski-Değiştirildi |
Stale-Modified |
0xD0000007 | Stale-NotModified |
Stale-NotModified |
0xD0000008 | HTTP |
HTTP |
0xD0000009 | SPDY3 |
SPDY3 |
0xD000000A | Yakalanan başlık ya da yükün başlangıç parçası |
Start fragment of captured header or payload |
0xD000000B | Yakalanan başlık ya da yükün bitiş parçası |
End fragment of captured header or payload |