Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System / System.txt
1 ;==++==
2 ;
3 ;   Copyright (c) Microsoft Corporation.  All rights reserved.
4 ;
5 ;==--==
6
7 ; NOTE: do not use \", use ' instead
8 ; NOTE: Use # or ; for comments
9
10 #if INCLUDE_RUNTIME
11 RTL=RTL_False
12 ContinueButtonText=Continue
13 DebugAssertBanner=---- DEBUG ASSERTION FAILED ----
14 DebugAssertShortMessage=---- Assert Short Message ----
15 DebugAssertLongMessage=---- Assert Long Message ----
16 #if PLATFORM_UNIX
17 DebugMessageTruncated={0}...\n<truncated>
18 #endif
19 #if !PLATFORM_UNIX
20 DebugMessageTruncated={0}...\r\n<truncated>
21 #endif // PLATFORM_UNIX else
22
23 #if SILVERLIGHT
24 DebugAssertTitleShort=Assertion Failed
25 DebugAssertTitle=Assertion Failed: Cancel=Debug, OK=Continue
26 #endif // SILVERLIGHT
27 #if !SILVERLIGHT
28 DebugAssertTitle=Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue
29 #endif
30
31 #endif // INCLUDE_RUNTIME
32
33 #if INCLUDE_DEBUG
34
35 #=------------------------------------------------------------------=
36 # Strings used by the debug class
37 #=------------------------------------------------------------------=
38
39 NotSupported=This operation is not supported.
40
41 #if !SILVERLIGHT
42 DebugLaunchFailed=Cannot launch the debugger.  Make sure that a Microsoft (R) .NET Framework debugger is properly installed.
43 DebugLaunchFailedTitle=Microsoft .NET Framework Debug Launch Failure
44
45 ObjectDisposed=Object {0} has been disposed and can no longer be used.
46 ExceptionOccurred=An exception occurred writing trace output to log file '{0}'. {1}
47 MustAddListener=Only TraceListeners can be added to a TraceListenerCollection.
48
49 ToStringNull=(null)
50
51 #=------------------------------------------------------------------=
52 # Enum converter resources
53 #=------------------------------------------------------------------=
54
55 EnumConverterInvalidValue=The value '{0}' is not a valid value for the enum '{1}'.
56
57 #=------------------------------------------------------------------=
58 # Strings used by type converters
59 #=------------------------------------------------------------------=
60
61 ConvertFromException={0} cannot convert from {1}.
62 ConvertToException='{0}' is unable to convert '{1}' to '{2}'.
63 ConvertInvalidPrimitive={0} is not a valid value for {1}.
64
65 ErrorMissingPropertyAccessors=Accessor methods for the {0} property are missing.
66 ErrorInvalidPropertyType=Invalid type for the {0} property.
67 ErrorMissingEventAccessors=Accessor methods for the {0} event are missing.
68 ErrorInvalidEventHandler=Invalid event handler for the {0} event.
69 ErrorInvalidEventType=Invalid type for the {0} event.
70 InvalidMemberName=Invalid member name.
71 ErrorBadExtenderType=The {0} extender provider is not compatible with the {1} type.
72
73 NullableConverterBadCtorArg=The specified type is not a nullable type.
74
75 #=------------------------------------------------------------------=
76 # TypeDescriptor strings
77 #=------------------------------------------------------------------=
78 TypeDescriptorExpectedElementType=Expected types in the collection to be of type {0}.
79 TypeDescriptorSameAssociation=Cannot create an association when the primary and secondary objects are the same.
80 TypeDescriptorAlreadyAssociated=The primary and secondary objects are already associated with each other.
81 TypeDescriptorProviderError=The type description provider {0} has returned null from {1} which is illegal.
82 TypeDescriptorUnsupportedRemoteObject=The object {0} is being remoted by a proxy that does not support interface discovery.  This type of remoted object is not supported.
83 TypeDescriptorArgsCountMismatch=The number of elements in the Type and Object arrays must match.
84
85 #=------------------------------------------------------------------=
86 # Strings used by System Events
87 #=------------------------------------------------------------------=
88
89 ErrorCreateSystemEvents=Failed to create system events window thread.
90 ErrorCreateTimer=Cannot create timer.
91 ErrorKillTimer=Cannot end timer.
92 ErrorSystemEventsNotSupported=System event notifications are not supported under the current context. Server processes, for example, may not support global system event notifications.
93 ErrorGetTempPath=Cannot get temporary file name
94
95 # CheckoutException strings
96 CHECKOUTCanceled=The checkout was canceled by the user.
97
98 # service provider container strings
99 ErrorInvalidServiceInstance=The service instance must derive from or implement {0}.
100 ErrorServiceExists=The service {0} already exists in the service container.
101
102
103 #=------------------------------------------------------------------=
104 # Strings used by System.Numerics
105 #=------------------------------------------------------------------=
106 Argument_InvalidNumberStyles=An undefined NumberStyles value is being used.
107 Argument_InvalidHexStyle=With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.
108 Argument_ByteArrayLengthMustBeAMultipleOf4=The Byte[] length must be a multiple of 4.
109 Argument_InvalidCharactersInString=The string contained an invalid character.
110 Argument_ParsedStringWasInvalid=The parsed string was invalid.
111 Argument_MustBeBigInt=The parameter must be a BigInteger.
112 Format_InvalidFormatSpecifier=Format specifier was invalid.
113 Format_TooLarge=The value is too large to be represented by this format specifier.
114 ArgumentOutOfRange_MustBeLessThanUInt32MaxValue=The value must be less than UInt32.MaxValue (2^32).
115 ArgumentOutOfRange_MustBeNonNeg=The number must be greater than or equal to zero.
116 NotSupported_NumberStyle=The NumberStyle option is not supported.
117 Overflow_BigIntInfinity=BigInteger cannot represent infinity.
118 Overflow_NotANumber=The value is not a number.
119 Overflow_ParseBigInteger=The value could not be parsed.
120 Overflow_Int32=Value was either too large or too small for an Int32.
121 Overflow_Int64=Value was either too large or too small for an Int64.
122 Overflow_UInt32=Value was either too large or too small for a UInt32.
123 Overflow_UInt64=Value was either too large or too small for a UInt64.
124 Overflow_Decimal=Value was either too large or too small for a Decimal.
125 #
126 #endif   // !SILVERLIGHT
127 #
128
129 #=------------------------------------------------------------------=
130 # Strings used by System.Runtime.Versioning
131 #=------------------------------------------------------------------=
132 Argument_FrameworkNameTooShort=FrameworkName cannot have less than two components or more than three components.
133 Argument_FrameworkNameInvalid=FrameworkName is invalid.
134 Argument_FrameworkNameInvalidVersion=FrameworkName version component is invalid.
135 Argument_FrameworkNameMissingVersion=FrameworkName version component is missing.
136
137 # Strings used by System.Collections
138 ArgumentNull_Key=Key cannot be null.
139 Argument_AddingDuplicate=An entry with the same key already exists.
140 Argument_InvalidValue=Argument {0} should be larger than {1}.
141 ArgumentOutOfRange_NeedNonNegNum=Index is less than zero.
142 ArgumentOutOfRange_InvalidThreshold=The specified threshold for creating dictionary is out of range.
143 InvalidOperation_EnumFailedVersion=Collection was modified after the enumerator was instantiated.
144 InvalidOperation_EnumOpCantHappen=Enumerator is positioned before the first element or after the last element of the collection.
145 Arg_MultiRank=Multi dimension array is not supported on this operation.
146 Arg_NonZeroLowerBound=The lower bound of target array must be zero.
147 Arg_InsufficientSpace=Insufficient space in the target location to copy the information.
148 NotSupported_EnumeratorReset=Reset is not supported on the Enumerator.
149 Invalid_Array_Type=Target array type is not compatible with the type of items in the collection.
150 Serialization_InvalidOnDeser=OnDeserialization method was called while the object was not being deserialized.
151 Serialization_MissingValues=The values for this collection are missing.
152 Serialization_MismatchedCount=The serialized Count information doesn't match the number of items.
153 ExternalLinkedListNode=The LinkedList node does not belong to current LinkedList.
154 LinkedListNodeIsAttached=The LinkedList node already belongs to a LinkedList.
155 LinkedListEmpty=The LinkedList is empty.
156 Arg_WrongType=The value "{0}" isn't of type "{1}" and can't be used in this generic collection.
157 Argument_ItemNotExist=The specified item does not exist in this KeyedCollection.
158 Argument_ImplementIComparable=At least one object must implement IComparable.
159 InvalidOperation_EmptyCollection=This operation is not valid on an empty collection.
160 InvalidOperation_EmptyQueue=Queue empty.
161 InvalidOperation_EmptyStack=Stack empty.
162 InvalidOperation_CannotRemoveFromStackOrQueue=Removal is an invalid operation for Stack or Queue.
163 ArgumentOutOfRange_Index=Index was out of range. Must be non-negative and less than the size of the collection.
164 ArgumentOutOfRange_SmallCapacity=capacity was less than the current size.
165 Arg_ArrayPlusOffTooSmall=Destination array is not long enough to copy all the items in the collection. Check array index and length.
166 NotSupported_KeyCollectionSet=Mutating a key collection derived from a dictionary is not allowed.
167 NotSupported_ValueCollectionSet=Mutating a value collection derived from a dictionary is not allowed.
168 NotSupported_ReadOnlyCollection=Collection is read-only.
169 NotSupported_SortedListNestedWrite=This operation is not supported on SortedList nested types because they require modifying the original SortedList.
170
171 #=------------------------------------------------------------------=
172 # Strings used by System.Collection.Concurrent
173 #=------------------------------------------------------------------=
174 BlockingCollection_ctor_BoundedCapacityRange=The boundedCapacity argument must be positive.
175 BlockingCollection_ctor_CountMoreThanCapacity=The collection argument contains more items than are allowed by the boundedCapacity.
176 BlockingCollection_Add_ConcurrentCompleteAdd=CompleteAdding may not be used concurrently with additions to the collection.
177 BlockingCollection_Add_Failed=The underlying collection didn't accept the item.
178 BlockingCollection_Take_CollectionModified=The underlying collection was modified from outside of the BlockingCollection<T>.
179 BlockingCollection_Completed=The collection has been marked as complete with regards to additions.
180 BlockingCollection_Disposed=The collection has been disposed.
181 BlockingCollection_TimeoutInvalid=The specified timeout must represent a value between -1 and {0}, inclusive.
182 BlockingCollection_CantTakeWhenDone=The collection argument is empty and has been marked as complete with regards to additions.
183 BlockingCollection_CantAddAnyWhenCompleted=At least one of the specified collections is marked as complete with regards to additions.
184 BlockingCollection_CantTakeAnyWhenAllDone=All collections are marked as complete with regards to additions.
185 BlockingCollection_ValidateCollectionsArray_ZeroSize=The collections argument is a zero-length array.
186 BlockingCollection_ValidateCollectionsArray_LargeSize=The collections length is greater than the supported range for 32 bit machine.
187 BlockingCollection_ValidateCollectionsArray_NullElems=The collections argument contains at least one null element.
188 BlockingCollection_ValidateCollectionsArray_DispElems=The collections argument contains at least one disposed element.
189 BlockingCollection_CompleteAdding_AlreadyDone=The collection argument has already been marked as complete with regards to additions.
190 BlockingCollection_CopyTo_NonNegative=The index argument must be greater than or equal zero.
191 BlockingCollection_CopyTo_TooManyElems=The number of elements in the collection is greater than the available space from index to the end of the destination array.
192 BlockingCollection_CopyTo_MultiDim=The array argument is multidimensional.
193 BlockingCollection_CopyTo_IncorrectType=The array argument is of the incorrect type.
194 ConcurrentBag_Ctor_ArgumentNullException=The collection argument is null.
195 ConcurrentBag_CopyTo_ArgumentNullException=The array argument is null.
196 ConcurrentBag_CopyTo_ArgumentOutOfRangeException=The index argument must be greater than or equal zero.
197 ConcurrentBag_CopyTo_ArgumentException_IndexGreaterThanLength=The index argument must be less than the array length.
198 ConcurrentBag_CopyTo_ArgumentException_NoEnoughSpace=The number of elements in the bag is greater than the available space from index to the end of the destination array.
199 ConcurrentBag_CopyTo_ArgumentException_InvalidArrayType=The array argument is multidimensional or of an incorrect type.
200 ConcurrentCollection_SyncRoot_NotSupported=The SyncRoot property may not be used for the synchronization of concurrent collections.
201 Common_OperationCanceled=The operation was canceled.
202
203 #=------------------------------------------------------------------=
204 # Strings used by System.Threading
205 #=------------------------------------------------------------------=
206 Barrier_ctor_ArgumentOutOfRange=The participantCount argument must be non-negative and less than or equal to 32767.
207 Barrier_AddParticipants_NonPositive_ArgumentOutOfRange=The participantCount argument must be a positive value.
208 Barrier_AddParticipants_Overflow_ArgumentOutOfRange=Adding participantCount participants would result in the number of participants exceeding the maximum number allowed.
209 Barrier_InvalidOperation_CalledFromPHA=This method may not be called from within the postPhaseAction.
210 Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange=The participantCount argument must be a positive value.
211 Barrier_RemoveParticipants_ArgumentOutOfRange=The participantCount argument must be less than or equal the number of participants.
212 Barrier_RemoveParticipants_InvalidOperation=The participantCount argument is greater than the number of participants that haven't yet arrived at the barrier in this phase.
213 Barrier_SignalAndWait_ArgumentOutOfRange=The specified timeout must represent a value between -1 and Int32.MaxValue, inclusive.
214 Barrier_SignalAndWait_InvalidOperation_ZeroTotal=The barrier has no registered participants.
215 Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded=The number of threads using the barrier exceeded the total number of registered participants.
216 Barrier_Dispose=The barrier has been disposed.
217 BarrierPostPhaseException=The postPhaseAction failed with an exception.
218
219 #=------------------------------------------------------------------=
220 # UriTypeConverter
221 #=------------------------------------------------------------------=
222 UriTypeConverter_ConvertFrom_CannotConvert={0} cannot convert from {1}.
223 UriTypeConverter_ConvertTo_CannotConvert={0} cannot convert {1} to {2}.
224
225 #=------------------------------------------------------------------=
226 #=------------------------------------------------------------------=
227 # DesignTime
228 #=------------------------------------------------------------------=
229 #=------------------------------------------------------------------=
230
231 ISupportInitializeDescr=Specifies support for transacted initialization.
232
233 #
234 #if !SILVERLIGHT
235 #
236
237 # Strings used by ListSortDescriptionCollection
238 CantModifyListSortDescriptionCollection=Once a ListSortDescriptionCollection has been created it can't be modified.
239
240
241 # Strings used by System.CodeDom
242 Argument_NullComment=The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.
243 InvalidPrimitiveType=Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.
244 Cannot_Specify_Both_Compiler_Path_And_Version=Cannot specify both the '{0}' and '{1}' CodeDom provider options to choose a compiler. Please remove one of them.
245 CodeGenOutputWriter=The output writer for code generation and the writer supplied don't match and cannot be used. This is generally caused by a bad implementation of a CodeGenerator derived class.
246 CodeGenReentrance=This code generation API cannot be called while the generator is being used to generate something else.
247 InvalidLanguageIdentifier=The identifier:"{0}" on the property:"{1}" of type:"{2}" is not a valid language-independent identifier name. Check to see if CodeGenerator.IsValidLanguageIndependentIdentifier allows the identifier name.
248 InvalidTypeName=The type name:"{0}" on the property:"{1}" of type:"{2}" is not a valid language-independent type name.
249 Empty_attribute=The '{0}' attribute cannot be an empty string.
250 Invalid_nonnegative_integer_attribute=The '{0}' attribute must be a non-negative integer.
251 CodeDomProvider_NotDefined=There is no CodeDom provider defined for the language.
252 Language_Names_Cannot_Be_Empty=You need to specify a non-empty String for a language name in the CodeDom configuration section.
253 Extension_Names_Cannot_Be_Empty_Or_Non_Period_Based=An extension name in the CodeDom configuration section must be a non-empty string which starts with a period.
254 Unable_To_Locate_Type=The CodeDom provider type "{0}" could not be located.
255 NotSupported_CodeDomAPI=This CodeDomProvider does not support this method.
256 ArityDoesntMatch=The total arity specified in '{0}' does not match the number of TypeArguments supplied.  There were '{1}' TypeArguments supplied.
257 PartialTrustErrorTextReplacement=<The original value of this property potentially contains file system information and has been suppressed.>
258 PartialTrustIllegalProvider=When used in partial trust, langID must be C#, VB, J#, or JScript, and the language provider must be in the global assembly cache.
259 IllegalAssemblyReference=Assembly references cannot begin with '-', or contain a '/' or '\\'.
260 NullOrEmpty_Value_in_Property=The '{0}' property cannot contain null or empty strings.
261 AutoGen_Comment_Line1=auto-generated>
262 AutoGen_Comment_Line2=This code was generated by a tool.
263 AutoGen_Comment_Line3=Runtime Version:
264 AutoGen_Comment_Line4=Changes to this file may cause incorrect behavior and will be lost if
265 AutoGen_Comment_Line5=the code is regenerated.
266 CantContainNullEntries=Array '{0}' cannot contain null entries.
267 InvalidPathCharsInChecksum=The CodeChecksumPragma file name '{0}' contains invalid path characters.
268 InvalidRegion=The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.
269 Provider_does_not_support_options=This CodeDomProvider type does not have a constructor that takes providerOptions - "{0}"
270
271 #----------------------------------------------------------------------
272 # Metadata helpers
273 #=------------------------------------------------------------------=
274
275 # 0 - property name, 1 - provider name
276 MetaExtenderName={0} on {1}
277
278 # 0 - Argument, 1 - invalid value, 2 - Enum class
279 InvalidEnumArgument=The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.
280
281 # 0 - Argument
282 InvalidArgument='{1}' is not a valid value for '{0}'.
283 InvalidNullArgument=Null is not a valid value for {0}.
284
285 #endif // !SILVERLIGHT
286
287 InvalidNullEmptyArgument=Argument {0} cannot be null or zero-length.
288
289 #if !SILVERLIGHT
290
291 # 0 - Argument, 1 - invalid value
292
293 LicExceptionTypeOnly=A valid license cannot be granted for the type {0}. Contact the manufacturer of the component for more information.
294 LicExceptionTypeAndInstance=An instance of type '{1}' was being created, and a valid license could not be granted for the type '{0}'. Please,  contact the manufacturer of the component for more information.
295 LicMgrContextCannotBeChanged=The CurrentContext property of the LicenseManager is currently locked and cannot be changed.
296 LicMgrAlreadyLocked=The CurrentContext property of the LicenseManager is already locked by another user.
297 LicMgrDifferentUser=The CurrentContext property of the LicenseManager can only be unlocked with the same contextUser.
298
299 InvalidElementType=Element type {0} is not supported.
300 InvalidIdentifier=Identifier '{0}' is not valid.
301 ExecFailedToCreate=Failed to create file {0}.
302 ExecTimeout=Timed out waiting for a program to execute. The command being executed was {0}.
303 ExecBadreturn=An invalid return code was encountered waiting for a program to execute. The command being executed was {0}.
304 ExecCantGetRetCode=Unable to get the return code for a program being executed. The command that was being executed was '{0}'.
305 ExecCantExec=Cannot execute a program. The command being executed was {0}.
306 ExecCantRevert=Cannot execute a program. Impersonation failed.
307 CompilerNotFound=Compiler executable file {0} cannot be found.
308 DuplicateFileName=The file name '{0}' was already in the collection.
309
310 CollectionReadOnly=Collection is read-only.
311
312 BitVectorFull=Bit vector is full.
313
314 #=------------------------------------------------------------------=
315 # array converter resources
316 #=------------------------------------------------------------------=
317 ArrayConverterText={0} Array
318
319 #=------------------------------------------------------------------=
320 # CollectionConverter resources
321 #=------------------------------------------------------------------=
322 CollectionConverterText=(Collection)
323
324 #=------------------------------------------------------------------=
325 # MultilineStringConverter resources
326 #=------------------------------------------------------------------=
327 MultilineStringConverterText=(Text)
328
329 #=------------------------------------------------------------------=
330 # CultureInfoConverter
331 #=------------------------------------------------------------------=
332 CultureInfoConverterDefaultCultureString=(Default)
333 CultureInfoConverterInvalidCulture=The {0} culture cannot be converted to a CultureInfo object on this computer.
334
335
336 #=------------------------------------------------------------------=
337 # editors
338 #=------------------------------------------------------------------=
339 # {0} - text {1} primitive
340 InvalidPrimitive=The text {0} is not a valid {1}.
341
342 #=------------------------------------------------------------------=
343 # timer control properties/events
344 #=------------------------------------------------------------------=
345 TimerInvalidInterval='{0}' is not a valid value for 'Interval'. 'Interval' must be greater than {1}.
346
347 #Resources for TraceSwitch component
348 TraceSwitchLevelTooHigh=Attempted to set {0} to a value that is too high.  Setting level to TraceLevel.Verbose
349 TraceSwitchLevelTooLow=Attempted to set {0} to a value that is too low.  Setting level to TraceLevel.Off
350 TraceSwitchInvalidLevel=The Level must be set to a value in the enumeration TraceLevel.
351 TraceListenerIndentSize=The IndentSize property must be non-negative.
352 TraceListenerFail=Fail:
353 TraceAsTraceSource=Trace
354 #=------------------------------------------------------------------=
355 #=------------------------------------------------------------------=
356 # Runtime
357 #=------------------------------------------------------------------=
358 #=------------------------------------------------------------------=
359
360 #endif   // !SILVERLIGHT
361
362 InvalidLowBoundArgument='{1}' is not a valid value for '{0}'. '{0}' must be greater than {2}.
363
364 DuplicateComponentName=Duplicate component name '{0}'.  Component names must be unique and case-insensitive.
365 # {0} - name of the feature.
366 NotImplemented={0}: Not implemented
367 OutOfMemory=Could not allocate needed memory.
368 EOF=End of data stream encountered.
369 IOError=Unknown input/output failure.
370 # 0 - Character
371 BadChar=Unexpected Character: '{0}'.
372 toStringNone=(none)
373 toStringUnknown=(unknown)
374 # 0 - invalid value, 1 - Enum class
375 InvalidEnum={0} is not a valid {1} value.
376 # 0 - Number
377 IndexOutOfRange=Index {0} is out of range.
378 ErrorPropertyAccessorException=Property accessor '{0}' on object '{1}' threw the following exception:'{2}'
379 InvalidOperation=Invalid operation.
380 EmptyStack=Stack has no items in it.
381
382 #if !SILVERLIGHT
383
384 #=------------------------------------------------------------------=
385 #Resources for PerformanceCounter component
386 #=------------------------------------------------------------------=
387
388 PerformanceCounterDesc=Represents a Windows performance counter component.
389 PCCategoryName=Category name of the performance counter object.
390 PCCounterName=Counter name of the performance counter object.
391 PCInstanceName=Instance name of the performance counter object.
392 PCMachineName=Specifies the machine from where to read the performance data.
393 PCInstanceLifetime=Specifies the lifetime of the instance.
394
395 #=------------------------------------------------------------------=
396 #Default category names
397 #=------------------------------------------------------------------=
398
399 PropertyCategoryAction=Action
400 PropertyCategoryAppearance=Appearance
401 PropertyCategoryAsynchronous=Asynchronous
402 PropertyCategoryBehavior=Behavior
403 PropertyCategoryData=Data
404 PropertyCategoryDDE=DDE
405 PropertyCategoryDesign=Design
406 PropertyCategoryDragDrop=Drag Drop
407 PropertyCategoryFocus=Focus
408 PropertyCategoryFont=Font
409 PropertyCategoryFormat=Format
410 PropertyCategoryKey=Key
411 PropertyCategoryList=List
412 PropertyCategoryLayout=Layout
413 PropertyCategoryDefault=Misc
414 PropertyCategoryMouse=Mouse
415 PropertyCategoryPosition=Position
416 PropertyCategoryText=Text
417 PropertyCategoryScale=Scale
418 PropertyCategoryWindowStyle=Window Style
419 PropertyCategoryConfig=Configurations
420
421 #Property Grid stuff
422 PBRSToolTipProperty Pages=Property Pages
423
424 #endif    // !SILVERLIGHT
425
426 #=------------------------------------------------------------------=
427 # strings used in Regex, RegexReplacement
428 #=------------------------------------------------------------------=
429
430 ArgumentNull_ArrayWithNullElements=The array cannot contain null elements.
431 OnlyAllowedOnce=This operation is only allowed once per object.
432 BeginIndexNotNegative=Start index cannot be less than 0 or greater than input length.
433 LengthNotNegative=Length cannot be less than 0 or exceed input length.
434
435 # strings used in RegexCompiler, RegexInterpreter
436 UnimplementedState=Unimplemented state.
437
438 # strings used in RegexFCD, RegexCode, RegexWriter
439 UnexpectedOpcode=Unexpected opcode in regular expression generation: {0}.
440
441 # strings used in RegexMatch
442 NoResultOnFailed=Result cannot be called on a failed Match.
443
444 # strings used in RegexParser
445 UnterminatedBracket=Unterminated [] set.
446 TooManyParens=Too many )'s.
447 NestedQuantify=Nested quantifier {0}.
448 QuantifyAfterNothing=Quantifier {x,y} following nothing.
449 InternalError=Internal error in ScanRegex.
450 IllegalRange=Illegal {x,y} with x > y.
451 NotEnoughParens=Not enough )'s.
452 BadClassInCharRange=Cannot include class \\{0} in character range.
453 ReversedCharRange=[x-y] range in reverse order.
454 UndefinedReference=(?({0}) ) reference to undefined group.
455 MalformedReference=(?({0}) ) malformed.
456 UnrecognizedGrouping=Unrecognized grouping construct.
457 UnterminatedComment=Unterminated (?#...) comment.
458 IllegalEndEscape=Illegal \\ at end of pattern.
459 MalformedNameRef=Malformed \\k<...> named back reference.
460 UndefinedBackref=Reference to undefined group number {0}.
461 UndefinedNameRef=Reference to undefined group name {0}.
462 TooFewHex=Insufficient hexadecimal digits.
463 MissingControl=Missing control character.
464 UnrecognizedControl=Unrecognized control character.
465 UnrecognizedEscape=Unrecognized escape sequence \\{0}.
466 IllegalCondition=Illegal conditional (?(...)) expression.
467 TooManyAlternates=Too many | in (?()|).
468 MakeException=parsing "{0}" - {1}
469 IncompleteSlashP=Incomplete \\p{X} character escape.
470 MalformedSlashP=Malformed \\p{X} character escape.
471 InvalidGroupName=Invalid group name: Group names must begin with a word character.
472 CapnumNotZero=Capture number cannot be zero.
473 AlternationCantCapture=Alternation conditions do not capture and cannot be named.
474 AlternationCantHaveComment=Alternation conditions cannot be comments.
475 CaptureGroupOutOfRange=Capture group numbers must be less than or equal to Int32.MaxValue.
476 SubtractionMustBeLast=A subtraction must be the last element in a character class.
477
478 # strings used in RegexCharClass
479 UnknownProperty=Unknown property '{0}'.
480
481 # strings used in RegexReplacement
482 ReplacementError=Replacement pattern error.
483 CountTooSmall=Count cannot be less than -1.
484
485 # string used in Regex*Collection
486 EnumNotStarted=Enumeration has either not started or has already finished.
487 Arg_InvalidArrayType=Target array type is not compatible with the type of items in the collection.
488 Arg_RankMultiDimNotSupported=Only single dimensional arrays are supported for the requested action.
489
490 # string used in RegexMatchTimeoutException
491 RegexMatchTimeoutException_Occurred=The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.
492
493 # illegal default timeout:
494 IllegalDefaultRegexMatchTimeoutInAppDomain=AppDomain data '{0}' contains an invalid value or object for specifying a default matching timeout for System.Text.RegularExpressions.Regex.
495
496 #if !SILVERLIGHT
497
498 #=------------------------------------------------------------------=
499 # strings used in System.IO.FileObject & DirectoryObject
500 #=------------------------------------------------------------------=
501
502 # Strings for FileObject
503 FileObject_AlreadyOpen=The file is already open.  Call Close before trying to open the FileObject again.
504 FileObject_Closed=The FileObject is currently closed.  Try opening it.
505 FileObject_NotWhileWriting=File information cannot be queried while open for writing.
506 FileObject_FileDoesNotExist=File information cannot be queried if the file does not exist.
507 FileObject_MustBeClosed=This operation can only be done when the FileObject is closed.
508 FileObject_MustBeFileName=You must specify a file name, not a relative or absolute path.
509 FileObject_InvalidInternalState=FileObject's open mode wasn't set to a valid value.  This FileObject is corrupt.
510 FileObject_PathNotSet=The path has not been set, or is an empty string.  Please ensure you specify some path.
511 FileObject_Reading=The file is currently open for reading.  Close the file and reopen it before attempting this.
512 FileObject_Writing=The file is currently open for writing.  Close the file and reopen it before attempting this.
513 FileObject_InvalidEnumeration=Enumerator is positioned before the first line or after the last line of the file.
514
515 FileObject_NoReset=Reset is not supported on a FileLineEnumerator.
516
517 # Strings for DirectoryObject
518 DirectoryObject_MustBeDirName=You must specify a directory name, not a relative or absolute path.
519
520 # DescriptionAttribute for FileObject and DirectoryObject
521 DirectoryObjectPathDescr=The fully qualified, or relative path to the directory you wish to read from. E.g., \"c:\\temp\".
522 FileObjectDetectEncodingDescr=Determines whether the file will be parsed to see if it has a byte order mark indicating its encoding.  If it does, this will be used rather than the current specified encoding.
523 FileObjectEncodingDescr=The encoding to use when reading the file. UTF-8 is the default.
524 FileObjectPathDescr=The fully qualified, or relative path to the file you wish to read from. E.g., "myfile.txt".
525 #endif // !SILVERLIGHT
526
527 #=------------------------------------------------------------------=
528 # Security resources
529 #=------------------------------------------------------------------=
530
531 Arg_EnumIllegalVal=Illegal enum value: {0}.
532 Arg_OutOfRange_NeedNonNegNum=Non-negative number required.
533 Argument_InvalidPermissionState=Invalid permission state.
534 Argument_InvalidOidValue=The OID value was invalid.
535 Argument_WrongType=Operation on type '{0}' attempted with target of incorrect type.
536 Arg_EmptyOrNullString=String cannot be empty or null.
537 Arg_EmptyOrNullArray=Array cannot be empty or null.
538 Argument_InvalidClassAttribute=The value of "class" attribute is invalid.
539 Argument_InvalidNameType=The value of "nameType" is invalid.
540 InvalidOperation_EnumNotStarted=Enumeration has not started.  Call MoveNext.
541 InvalidOperation_DuplicateItemNotAllowed=Duplicate items are not allowed in the collection.
542
543 Cryptography_Asn_MismatchedOidInCollection=The AsnEncodedData object does not have the same OID for the collection.
544 Cryptography_Cms_Envelope_Empty_Content=Cannot create CMS enveloped for empty content.
545 Cryptography_Cms_Invalid_Recipient_Info_Type=The recipient info type {0} is not valid.
546 Cryptography_Cms_Invalid_Subject_Identifier_Type=The subject identifier type {0} is not valid.
547 Cryptography_Cms_Invalid_Subject_Identifier_Type_Value_Mismatch=The subject identifier type {0} does not match the value data type {1}.
548 Cryptography_Cms_Key_Agree_Date_Not_Available=The Date property is not available for none KID key agree recipient.
549 Cryptography_Cms_Key_Agree_Other_Key_Attribute_Not_Available=The OtherKeyAttribute property is not available for none KID key agree recipient.
550 Cryptography_Cms_MessageNotSigned=The CMS message is not signed.
551 Cryptography_Cms_MessageNotSignedByNoSignature=The CMS message is not signed by NoSignature.
552 Cryptography_Cms_MessageNotEncrypted=The CMS message is not encrypted.
553 Cryptography_Cms_Not_Supported=The Cryptographic Message Standard (CMS) is not supported on this platform.
554 Cryptography_Cms_RecipientCertificateNotFound=The recipient certificate is not specified.
555 Cryptography_Cms_Sign_Empty_Content=Cannot create CMS signature for empty content.
556 Cryptography_Cms_Sign_No_Signature_First_Signer=CmsSigner has to be the first signer with NoSignature.
557 Cryptography_DpApi_InvalidMemoryLength=The length of the data should be a multiple of 16 bytes.
558 Cryptography_InvalidHandle={0} is an invalid handle.
559 Cryptography_InvalidContextHandle=The chain context handle is invalid.
560 Cryptography_InvalidStoreHandle=The store handle is invalid.
561 Cryptography_Oid_InvalidValue=The OID value is invalid.
562 Cryptography_Pkcs9_ExplicitAddNotAllowed=The PKCS 9 attribute cannot be explicitly added to the collection.
563 Cryptography_Pkcs9_InvalidOid=The OID does not represent a valid PKCS 9 attribute.
564 Cryptography_Pkcs9_MultipleSigningTimeNotAllowed=Cannot add multiple PKCS 9 signing time attributes.
565 Cryptography_Pkcs9_AttributeMismatch=The parameter should be a PKCS 9 attribute.
566 Cryptography_X509_AddFailed=Adding certificate with index '{0}' failed.
567 Cryptography_X509_BadEncoding=Input data cannot be coded as a valid certificate.
568 Cryptography_X509_ExportFailed=The certificate export operation failed.
569 Cryptography_X509_ExtensionMismatch=The parameter should be an X509Extension.
570 Cryptography_X509_InvalidFindType=Invalid find type.
571 Cryptography_X509_InvalidFindValue=Invalid find value.
572 Cryptography_X509_InvalidEncodingFormat=Invalid encoding format.
573 Cryptography_X509_InvalidContentType=Invalid content type.
574 Cryptography_X509_KeyMismatch=The public key of the certificate does not match the value specified.
575 Cryptography_X509_RemoveFailed=Removing certificate with index '{0}' failed.
576 Cryptography_X509_StoreNotOpen=The X509 certificate store has not been opened.
577
578 Environment_NotInteractive=The current session is not interactive.
579
580 NotSupported_InvalidKeyImpl=Only asymmetric keys that implement ICspAsymmetricAlgorithm are supported.
581 NotSupported_KeyAlgorithm=The certificate key algorithm is not supported.
582 NotSupported_PlatformRequiresNT=This operation is only supported on Windows 2000, Windows XP, and higher.
583 NotSupported_UnreadableStream=Stream does not support reading.
584
585 Security_InvalidValue=The {0} value was invalid.
586
587 Unknown_Error=Unknown error.
588
589 #if !SILVERLIGHT
590 security_ServiceNameCollection_EmptyServiceName=A service name must not be null or empty.
591 security_ExtendedProtectionPolicy_UseDifferentConstructorForNever=To construct a policy with PolicyEnforcement.Never, the single-parameter constructor must be used.
592 security_ExtendedProtectionPolicy_NoEmptyServiceNameCollection=The ServiceNameCollection must contain at least one service name.
593 security_ExtendedProtection_NoOSSupport=This operation requires OS support for extended protection.
594
595 #=------------------------------------------------------------------=
596 # File system.net.txt
597 #=------------------------------------------------------------------=
598
599 net_nonClsCompliantException=A non-CLS Compliant Exception (i.e. an object that does not derive from System.Exception) was thrown.
600 net_illegalConfigWith=The '{0}' attribute cannot appear when '{1}' is present.
601 net_illegalConfigWithout=The '{0}' attribute can only appear when '{1}' is present.
602 net_baddate=The value of the date string in the header is invalid.
603 net_writestarted=This property cannot be set after writing has started.
604 net_clsmall=The Content-Length value must be greater than or equal to zero.
605 net_reqsubmitted=This operation cannot be performed after the request has been submitted.
606 net_rspsubmitted=This operation cannot be performed after the response has been submitted.
607 net_ftp_no_http_cmd=The requested FTP command is not supported when using HTTP proxy.
608 net_ftp_invalid_method_name=FTP Method names cannot be null or empty.
609 net_ftp_invalid_renameto=The RenameTo filename cannot be null or empty.
610 net_ftp_no_defaultcreds=Default credentials are not supported on an FTP request.
611 net_ftpnoresponse=This type of FTP request does not return a response stream.
612 net_ftp_response_invalid_format=The response string '{0}' has invalid format.
613 net_ftp_no_offsetforhttp=Offsets are not supported when sending an FTP request over an HTTP proxy.
614 net_ftp_invalid_uri=The requested URI is invalid for this FTP command.
615 net_ftp_invalid_status_response=The status response ({0}) is not expected in response to '{1}' command.
616 net_ftp_server_failed_passive=The server failed the passive mode request with status response ({0}).
617 net_ftp_active_address_different=The data connection was made from an address that is different than the address to which the FTP connection was made.
618 net_ftp_proxy_does_not_support_ssl=SSL cannot be enabled when using a proxy.
619 net_ftp_invalid_response_filename=The server returned the filename ({0}) which is not valid.
620 net_ftp_unsupported_method=This method is not supported.
621 net_resubmitcanceled=An error occurred on an automatic resubmission of the request.
622 net_redirect_perm=WebPermission demand failed for redirect URI.
623 net_resubmitprotofailed=Cannot handle redirect from HTTP/HTTPS protocols to other dissimilar ones.
624 net_needchunked=TransferEncoding requires the SendChunked property to be set to true.
625 net_nochunked=Chunked encoding must be set via the SendChunked property.
626 net_nochunkuploadonhttp10=Chunked encoding upload is not supported on the HTTP/1.0 protocol.
627 net_connarg=Keep-Alive and Close may not be set using this property.
628 net_no100=100-Continue may not be set using this property.
629 net_fromto=The From parameter cannot be less than To.
630 net_rangetoosmall=The From or To parameter cannot be less than 0.
631 net_entitytoobig=Bytes to be written to the stream exceed the Content-Length bytes size specified.
632 net_invalidversion=This protocol version is not supported.
633 net_invalidstatus=The status code must be exactly three digits.
634 net_toosmall=The specified value must be greater than 0.
635 net_toolong=The size of {0} is too long. It cannot be longer than {1} characters.
636 net_connclosed=The underlying connection was closed: {0}.
637 net_noseek=This stream does not support seek operations.
638 net_servererror=The remote server returned an error: {0}.
639 net_nouploadonget=Cannot send a content-body with this verb-type.
640 net_mutualauthfailed=The requirement for mutual authentication was not met by the remote server.
641 net_invasync=Cannot block a call on this socket while an earlier asynchronous call is in progress.
642 net_inasync=An asynchronous call is already in progress. It must be completed or canceled before you can call this method.
643 net_mustbeuri=The {0} parameter must represent a valid Uri (see inner exception).
644 net_format_shexp=The shell expression '{0}' could not be parsed because it is formatted incorrectly.
645 net_cannot_load_proxy_helper=Failed to load the proxy script runtime environment from the Microsoft.JScript assembly.
646 net_invalid_host=The specified value is not a valid Host header string.
647
648 net_repcall=Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.
649 net_wrongversion=Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.
650 net_badmethod=Cannot set null or blank methods on request.
651 net_io_notenoughbyteswritten=Cannot close stream until all bytes are written.
652 net_io_timeout_use_ge_zero=Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value >= 0.
653 net_io_timeout_use_gt_zero=Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0.
654 net_io_no_0timeouts=NetworkStream does not support a 0 millisecond timeout, use a value greater than zero for the timeout instead.
655 net_requestaborted=The request was aborted: {0}.
656 net_tooManyRedirections=Too many automatic redirections were attempted.
657 net_authmodulenotregistered=The supplied authentication module is not registered.
658 net_authschemenotregistered=There is no registered module for this authentication scheme.
659 net_proxyschemenotsupported=The ServicePointManager does not support proxies with the {0} scheme.
660 net_maxsrvpoints=The maximum number of service points was exceeded.
661 net_unknown_prefix=The URI prefix is not recognized.
662 net_notconnected=The operation is not allowed on non-connected sockets.
663 net_notstream=The operation is not allowed on non-stream oriented sockets.
664 net_timeout=The operation has timed out.
665 net_nocontentlengthonget=Content-Length or Chunked Encoding cannot be set for an operation that does not write data.
666 net_contentlengthmissing=When performing a write operation with AllowWriteStreamBuffering set to false, you must either set ContentLength to a non-negative number or set SendChunked to true.
667 net_nonhttpproxynotallowed=The URI scheme for the supplied IWebProxy has the illegal value '{0}'. Only 'http' is supported.
668 net_nottoken=The supplied string is not a valid HTTP token.
669 net_rangetype=A different range specifier has already been added to this request.
670 net_need_writebuffering=This request requires buffering data to succeed.
671 net_securitypackagesupport=The requested security package is not supported.
672 net_securityprotocolnotsupported=The requested security protocol is not supported.
673 net_nodefaultcreds=Default credentials cannot be supplied for the {0} authentication scheme.
674 net_stopped=Not listening. You must call the Start() method before calling this method.
675 net_udpconnected=Cannot send packets to an arbitrary host while connected.
676 net_readonlystream=The stream does not support writing.
677 net_writeonlystream=The stream does not support reading.
678 net_no_concurrent_io_allowed=The stream does not support concurrent IO read or write operations.
679 net_needmorethreads=There were not enough free threads in the ThreadPool to complete the operation.
680 net_MethodNotImplementedException=This method is not implemented by this class.
681 net_PropertyNotImplementedException=This property is not implemented by this class.
682 net_MethodNotSupportedException=This method is not supported by this class.
683 net_PropertyNotSupportedException=This property is not supported by this class.
684 net_ProtocolNotSupportedException=The '{0}' protocol is not supported by this class.
685 net_SelectModeNotSupportedException=The '{0}' select mode is not supported by this class.
686 net_InvalidSocketHandle=The socket handle is not valid.
687 net_InvalidAddressFamily=The AddressFamily {0} is not valid for the {1} end point, use {2} instead.
688 net_InvalidEndPointAddressFamily=The supplied EndPoint of AddressFamily {0} is not valid for this Socket, use {1} instead.
689 net_InvalidSocketAddressSize=The supplied {0} is an invalid size for the {1} end point.
690 net_invalidAddressList=None of the discovered or specified addresses match the socket address family.
691 net_invalidPingBufferSize=The buffer length must not exceed 65500 bytes.
692 net_cant_perform_during_shutdown=This operation cannot be performed while the AppDomain is shutting down.
693 net_cant_create_environment=Unable to create another web proxy script environment at this time.
694 net_completed_result=This operation cannot be performed on a completed asynchronous result object.
695 net_protocol_invalid_family='{0}' Client can only accept InterNetwork or InterNetworkV6 addresses.
696 net_protocol_invalid_multicast_family=Multicast family is not the same as the family of the '{0}' Client.
697 net_empty_osinstalltype=The Registry value '{0}' was either empty or not a string type.
698 net_unknown_osinstalltype=Unknown Windows installation type '{0}'.
699 net_cant_determine_osinstalltype=Can't determine OS installation type: Can't read key '{0}'. Exception message: {1}
700 net_osinstalltype=Current OS installation type is '{0}'.
701 net_entire_body_not_written=You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.
702 net_must_provide_request_body=You must provide a request body if you set ContentLength>0 or SendChunked==true.  Do this by calling [Begin]GetRequestStream before [Begin]GetResponse.
703 net_ssp_dont_support_cbt=The Security Service Providers don't support extended protection. Please install the latest Security Service Providers update.
704
705 net_sockets_zerolist=The parameter {0} must contain one or more elements.
706 net_sockets_blocking=The operation is not allowed on a non-blocking Socket.
707 net_sockets_useblocking=Use the Blocking property to change the status of the Socket.
708 net_sockets_select=The operation is not allowed on objects of type {0}. Use only objects of type {1}.
709 net_sockets_toolarge_select=The {0} list contains too many items; a maximum of {1} is allowed.
710 net_sockets_empty_select=All lists are either null or empty.
711 net_sockets_mustbind=You must call the Bind method before performing this operation.
712 net_sockets_mustlisten=You must call the Listen method before performing this operation.
713 net_sockets_mustnotlisten=You may not perform this operation after calling the Listen method.
714 net_sockets_mustnotbebound=The socket must not be bound or connected.
715 net_sockets_namedmustnotbebound={0}: The socket must not be bound or connected.
716 net_sockets_invalid_socketinformation=The specified value for the socket information is invalid.
717 net_sockets_invalid_ipaddress_length=The number of specified IP addresses has to be greater than 0.
718 net_sockets_invalid_optionValue=The specified value is not a valid '{0}'.
719 net_sockets_invalid_optionValue_all=The specified value is not valid.
720 net_sockets_invalid_dnsendpoint=The parameter {0} must not be of type DnsEndPoint.
721 net_sockets_disconnectedConnect=Once the socket has been disconnected, you can only reconnect again asynchronously, and only to a different EndPoint.  BeginConnect must be called on a thread that won't exit until the operation has been completed.
722 net_sockets_disconnectedAccept=Once the socket has been disconnected, you can only accept again asynchronously.  BeginAccept must be called on a thread that won't exit until the operation has been completed.
723 net_tcplistener_mustbestopped=The TcpListener must not be listening before performing this operation.
724 net_sockets_no_duplicate_async=BeginConnect cannot be called while another asynchronous operation is in progress on the same Socket.
725 net_socketopinprogress="An asynchronous socket operation is already in progress using this SocketAsyncEventArgs instance.";
726 net_buffercounttoosmall="The Buffer space specified by the Count property is insufficient for the AcceptAsync method.";
727 net_multibuffernotsupported="Multiple buffers cannot be used with this method.";
728 net_ambiguousbuffers="Buffer and BufferList properties cannot both be non-null.";
729 net_sockets_ipv6only="This operation is only valid for IPv6 Sockets.";
730
731 net_perfcounter_initialized_success=System.Net performance counters initialization completed successful.
732 net_perfcounter_initialized_error=System.Net performance counters initialization completed with errors. See System.Net trace file for more information.
733 net_perfcounter_nocategory=Performance counter category '{0}' doesn't exist. No System.Net performance counter values available.
734 net_perfcounter_initialization_started=System.Net performance counter initialization started.
735 net_perfcounter_cant_queue_workitem=Can't queue counter initialization logic on a thread pool thread. System.Net performance counters will not be available.
736
737 net_config_proxy=Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section.
738 net_config_proxy_module_not_public=The specified proxy module type is not public.
739 net_config_authenticationmodules=Error creating the modules specified in the 'system.net/authenticationModules' configuration section.
740 net_config_webrequestmodules=Error creating the modules specified in the 'system.net/webRequestModules' configuration section.
741 net_config_requestcaching=Error creating the Web Request caching policy specified in the 'system.net/requestCaching' configuration section.
742 net_config_section_permission=Insufficient permissions for setting the configuration section '{0}'.
743 net_config_element_permission=Insufficient permissions for setting the configuration element '{0}'.
744 net_config_property_permission=Insufficient permissions for setting the configuration property '{0}'.
745
746 # Detailed parsing error information for WebResponse classes
747 net_WebResponseParseError_InvalidHeaderName=Header name is invalid
748 net_WebResponseParseError_InvalidContentLength='Content-Length' header value is invalid
749 net_WebResponseParseError_IncompleteHeaderLine=Invalid header name
750 net_WebResponseParseError_CrLfError=CR must be followed by LF
751 net_WebResponseParseError_InvalidChunkFormat=Response chunk format is invalid
752 net_WebResponseParseError_UnexpectedServerResponse=Unexpected server response received
753
754
755
756 # we add colons to these, so don't add periods.
757 net_webstatus_Success=Status success
758 net_webstatus_NameResolutionFailure=The remote name could not be resolved
759 net_webstatus_ConnectFailure=Unable to connect to the remote server
760 net_webstatus_ReceiveFailure=An unexpected error occurred on a receive
761 net_webstatus_SendFailure=An unexpected error occurred on a send
762 net_webstatus_PipelineFailure=A pipeline failure occurred
763 net_webstatus_RequestCanceled=The request was canceled
764 net_webstatus_ConnectionClosed=The connection was closed unexpectedly
765 net_webstatus_TrustFailure=Could not establish trust relationship for the SSL/TLS secure channel
766 net_webstatus_SecureChannelFailure=Could not create SSL/TLS secure channel
767 net_webstatus_ServerProtocolViolation=The server committed a protocol violation
768 net_webstatus_KeepAliveFailure=A connection that was expected to be kept alive was closed by the server
769 net_webstatus_ProxyNameResolutionFailure=The proxy name could not be resolved
770 net_webstatus_MessageLengthLimitExceeded=The message length limit was exceeded
771 net_webstatus_CacheEntryNotFound=The request cache-only policy does not allow a network request and the response is not found in cache
772 net_webstatus_RequestProhibitedByCachePolicy=The request could not be satisfied using a cache-only policy
773 net_webstatus_Timeout=The operation has timed out
774 net_webstatus_RequestProhibitedByProxy=The IWebProxy object associated with the request did not allow the request to proceed
775 net_InvalidStatusCode=The server returned a status code outside the valid range of 100-599.
776
777 net_ftpstatuscode_ServiceNotAvailable=Service not available, closing control connection
778 net_ftpstatuscode_CantOpenData=Can't open data connection
779 net_ftpstatuscode_ConnectionClosed=Connection closed; transfer aborted
780 net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy=File unavailable (e.g., file busy)
781 net_ftpstatuscode_ActionAbortedLocalProcessingError=Local error in processing
782 net_ftpstatuscode_ActionNotTakenInsufficentSpace=Insufficient storage space in system
783
784 net_ftpstatuscode_CommandSyntaxError=Syntax error, command unrecognized
785 net_ftpstatuscode_ArgumentSyntaxError=Syntax error in parameters or arguments
786 net_ftpstatuscode_CommandNotImplemented=Command not implemented
787 net_ftpstatuscode_BadCommandSequence=Bad sequence of commands
788 net_ftpstatuscode_NotLoggedIn=Not logged in
789 net_ftpstatuscode_AccountNeeded=Need account for storing files
790 net_ftpstatuscode_ActionNotTakenFileUnavailable=File unavailable (e.g., file not found, no access)
791 net_ftpstatuscode_ActionAbortedUnknownPageType=Page type unknown
792 net_ftpstatuscode_FileActionAborted=Exceeded storage allocation (for current directory or data set)
793 net_ftpstatuscode_ActionNotTakenFilenameNotAllowed=File name not allowed
794
795 net_httpstatuscode_NoContent=No Content
796 net_httpstatuscode_NonAuthoritativeInformation=Non Authoritative Information
797 net_httpstatuscode_ResetContent=Reset Content
798 net_httpstatuscode_PartialContent=Partial Content
799
800 net_httpstatuscode_MultipleChoices=Multiple Choices Redirect
801 net_httpstatuscode_Ambiguous=Ambiguous Redirect
802 net_httpstatuscode_MovedPermanently=Moved Permanently Redirect
803 net_httpstatuscode_Moved=Moved Redirect
804 net_httpstatuscode_Found=Found Redirect
805 net_httpstatuscode_Redirect=Redirect
806 net_httpstatuscode_SeeOther=See Other
807 net_httpstatuscode_RedirectMethod=Redirect Method
808 net_httpstatuscode_NotModified=Not Modified
809 net_httpstatuscode_UseProxy=Use Proxy Redirect
810 net_httpstatuscode_TemporaryRedirect=Temporary Redirect
811 net_httpstatuscode_RedirectKeepVerb=Redirect Keep Verb
812
813 net_httpstatuscode_BadRequest=Bad Request
814 net_httpstatuscode_Unauthorized=Unauthorized
815 net_httpstatuscode_PaymentRequired=Payment Required
816 net_httpstatuscode_Forbidden=Forbidden
817 net_httpstatuscode_NotFound=Not Found
818 net_httpstatuscode_MethodNotAllowed=Method Not Allowed
819 net_httpstatuscode_NotAcceptable=Not Acceptable
820 net_httpstatuscode_ProxyAuthenticationRequired=Proxy Authentication Required
821 net_httpstatuscode_RequestTimeout=Request Timeout
822 net_httpstatuscode_Conflict=Conflict
823 net_httpstatuscode_Gone=Gone
824 net_httpstatuscode_LengthRequired=Length Required
825
826 net_httpstatuscode_InternalServerError=Internal Server Error
827 net_httpstatuscode_NotImplemented=Not Implemented
828 net_httpstatuscode_BadGateway=Bad Gateway
829 net_httpstatuscode_ServiceUnavailable=Server Unavailable
830 net_httpstatuscode_GatewayTimeout=Gateway Timeout
831 net_httpstatuscode_HttpVersionNotSupported=Http Version Not Supported
832 #endif
833
834 net_uri_BadScheme=Invalid URI: The URI scheme is not valid.
835 net_uri_BadFormat=Invalid URI: The format of the URI could not be determined.
836 net_uri_BadUserPassword=Invalid URI: The username:password construct is badly formed.
837 net_uri_BadHostName=Invalid URI: The hostname could not be parsed.
838 net_uri_BadAuthority=Invalid URI: The Authority/Host could not be parsed.
839 net_uri_BadAuthorityTerminator=Invalid URI: The Authority/Host cannot end with a backslash character ('\\').
840 net_uri_EmptyUri=Invalid URI: The URI is empty.
841 net_uri_BadString=Invalid URI: There is an invalid sequence in the string.
842 net_uri_MustRootedPath=Invalid URI: A Dos path must be rooted, for example, 'c:\\'.
843 net_uri_BadPort=Invalid URI: Invalid port specified.
844 net_uri_SizeLimit=Invalid URI: The Uri string is too long.
845 net_uri_SchemeLimit=Invalid URI: The Uri scheme is too long.
846 net_uri_NotAbsolute=This operation is not supported for a relative URI.
847 net_uri_PortOutOfRange=A derived type '{0}' has reported an invalid value for the Uri port '{1}'.
848 net_uri_UserDrivenParsing=A derived type '{0}' is responsible for parsing this Uri instance. The base implementation must not be used.
849 net_uri_AlreadyRegistered=A URI scheme name '{0}' already has a registered custom parser.
850 net_uri_NeedFreshParser= The URI parser instance passed into 'uriParser' parameter is already registered with the scheme name '{0}'.
851 net_uri_CannotCreateRelative=A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.
852 net_uri_InvalidUriKind=The value '{0}' passed for the UriKind parameter is invalid.
853 net_uri_BadUnicodeHostForIdn=An invalid Unicode character by IDN standards was specified in the host.
854 net_uri_GenericAuthorityNotDnsSafe=The generic authority '{0}' is not a valid dns name.
855 net_uri_NotJustSerialization=UriComponents.SerializationInfoString must not be combined with other UriComponents.
856
857 net_emptystringcall=The parameter '{0}' cannot be an empty string.
858
859 #if !SILVERLIGHT
860 net_emptystringset=This property cannot be set to an empty string.
861
862 net_headers_req=This collection holds response headers and cannot contain the specified request header.
863 net_headers_rsp=This collection holds request headers and cannot contain the specified response header.
864 net_headers_toolong=Header values cannot be longer than {0} characters.
865
866 net_WebHeaderInvalidControlChars=Specified value has invalid Control characters.
867 net_WebHeaderInvalidCRLFChars=Specified value has invalid CRLF characters.
868 net_WebHeaderInvalidHeaderChars=Specified value has invalid HTTP Header characters.
869 net_WebHeaderInvalidNonAsciiChars=Specified value has invalid non-ASCII characters.
870 net_WebHeaderMissingColon=Specified value does not have a ':' separator.
871
872 net_headerrestrict=The '{0}' header must be modified using the appropriate property or method.
873
874 net_io_completionportwasbound=The socket has already been bound to an io completion port.
875 net_io_writefailure=Unable to write data to the transport connection: {0}.
876 net_io_readfailure=Unable to read data from the transport connection: {0}.
877 net_io_connectionclosed=The connection was closed
878 net_io_transportfailure=Unable to create a transport connection.
879 net_io_internal_bind=Internal Error: A socket handle could not be bound to a completion port.
880 net_io_invalidasyncresult=The IAsyncResult object was not returned from the corresponding asynchronous method on this class.
881 net_io_invalidnestedcall= The {0} method cannot be called when another {1} operation is pending.
882 net_io_invalidendcall={0} can only be called once for each asynchronous operation.
883 net_io_must_be_rw_stream=The stream has to be read/write.
884 net_io_header_id=Found a wrong header field {0} read = {1}, expected = {2}.
885 net_io_out_range=The byte count must not exceed {0} bytes for this stream type.
886 net_io_encrypt=The encryption operation failed, see inner exception.
887 net_io_decrypt=The decryption operation failed, see inner exception.
888 net_io_read=The read operation failed, see inner exception.
889 net_io_write=The write operation failed, see inner exception.
890 net_io_eof= Received an unexpected EOF or 0 bytes from the transport stream.
891 net_io_async_result=The parameter: {0} is not valid. Use the object returned from corresponding Begin async call.
892
893
894 net_listener_mustcall=Please call the {0} method before calling this method.
895 net_listener_mustcompletecall=The in-progress method {0} must be completed first.
896 net_listener_callinprogress=Cannot re-call {0} while a previous call is still in progress.
897 net_listener_scheme=Only Uri prefixes starting with 'http://' or 'https://' are supported.
898 net_listener_host=Only Uri prefixes with a valid hostname are supported.
899 net_listener_slash=Only Uri prefixes ending in '/' are allowed.
900 net_listener_repcall=This method cannot be called twice.
901 net_listener_invalid_cbt_type=Querying the {0} Channel Binding is not supported.
902 net_listener_no_spns=No service names could be determined from the registered prefixes. Either add prefixes from which default service names can be derived or specify an ExtendedProtectionPolicy object which contains an explicit list of service names.
903 net_listener_cannot_set_custom_cbt=Custom channel bindings are not supported.
904 net_listener_cbt_not_supported=HTTP.SYS doesn't support extended protection. Please install the latest HTTP.SYS update.
905 net_listener_detach_error=Can't detach Url group from request queue. Status code: {0}.
906 net_listener_close_urlgroup_error=Can't close Url group. Status code: {0}.
907
908 net_tls_version=The SSL version is not supported.
909
910 net_perm_target=Cannot cast target permission type.
911 net_perm_both_regex=Cannot subset Regex. Only support if both patterns are identical.
912 net_perm_none=There are no permissions to check.
913 net_perm_attrib_count=The value for '{0}' must be specified.
914 net_perm_invalid_val=The parameter value '{0}={1}' is invalid.
915 net_perm_attrib_multi=The permission '{0}={1}' cannot be added. Add a separate Attribute statement.
916 net_perm_epname=The argument value '{0}' is invalid for creating a SocketPermission object.
917 net_perm_invalid_val_in_element=The '{0}' element contains one or more invalid values.
918
919 net_invalid_ip_addr=IPv4 address 0.0.0.0 and IPv6 address ::0 are unspecified addresses that cannot be used as a target address.
920 dns_bad_ip_address=An invalid IP address was specified.
921 net_bad_mac_address=An invalid physical address was specified.
922 net_ping=An exception occurred during a Ping request.
923 net_bad_ip_address_prefix=An invalid IP address prefix was specified.
924 net_max_ip_address_list_length_exceeded=Too many addresses to sort. The maximum number of addresses allowed are {0}.
925 net_ipv4_not_installed=IPv4 is not installed.
926 net_ipv6_not_installed=IPv6 is not installed.
927
928 net_webclient=An exception occurred during a WebClient request.
929 net_webclient_ContentType=The Content-Type header cannot be changed from its default value for this request.
930 net_webclient_Multipart=The Content-Type header cannot be set to a multipart type for this request.
931 net_webclient_no_concurrent_io_allowed=WebClient does not support concurrent I/O operations.
932 net_webclient_invalid_baseaddress=The specified value is not a valid base address.
933
934 net_container_add_cookie=An error occurred when adding a cookie to the container.
935 net_cookie_invalid=Invalid contents for cookie = '{0}'.
936 net_cookie_size=The value size of the cookie is '{0}'. This exceeds the configured maximum size, which is '{1}'.
937 net_cookie_parse_header=An error occurred when parsing the Cookie header for Uri '{0}'.
938 net_cookie_attribute=The '{0}'='{1}' part of the cookie is invalid.
939 net_cookie_format=Cookie format error.
940 net_cookie_exists=Cookie already exists.
941 net_cookie_capacity_range='{0}' has to be greater than '{1}' and less than '{2}'.
942
943 net_set_token=Failed to impersonate a thread doing authentication of a Web Request.
944 net_revert_token=Failed to revert the thread token after authenticating a Web Request.
945
946 net_ssl_io_async_context=Async context creation failed.
947 net_ssl_io_encrypt=The encryption operation failed, see inner exception.
948 net_ssl_io_decrypt=The decryption operation failed, see inner exception.
949 net_ssl_io_context_expired=The security context has expired.
950 net_ssl_io_handshake_start=The handshake failed. The remote side has dropped the stream.
951 net_ssl_io_handshake= The handshake failed, see inner exception.
952 net_ssl_io_frame=The handshake failed due to an unexpected packet format.
953 net_ssl_io_corrupted=The stream is corrupted due to an invalid SSL version number in the SSL protocol header.
954 net_ssl_io_cert_validation=The remote certificate is invalid according to the validation procedure.
955 net_ssl_io_invalid_end_call={0} can only be called once for each asynchronous operation.
956 net_ssl_io_invalid_begin_call={0} cannot be called when another {1} operation is pending.
957 net_ssl_io_no_server_cert=The server mode SSL must use a certificate with the associated private key.
958
959 net_auth_bad_client_creds=The server has rejected the client credentials.
960 net_auth_bad_client_creds_or_target_mismatch=Either the target name is incorrect or the server has rejected the client credentials.
961 net_auth_context_expectation=A security requirement was not fulfilled during authentication. Required: {0}, negotiated: {1}.
962 net_auth_context_expectation_remote=A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel.
963 net_auth_supported_impl_levels=The supported values are Identification, Impersonation or Delegation.
964 net_auth_no_anonymous_support=The TokenImpersonationLevel.Anonymous level is not supported for authentication.
965 net_auth_reauth=This operation is not allowed on a security context that has already been authenticated.
966 net_auth_noauth=This operation is only allowed using a successfully authenticated context.
967 net_auth_client_server=Once authentication is attempted as the client or server, additional authentication attempts must use the same client or server role.
968 net_auth_noencryption=This authenticated context does not support data encryption.
969 net_auth_SSPI=A call to SSPI failed, see inner exception.
970 net_auth_failure=Authentication failed, see inner exception.
971 net_auth_eof=Authentication failed because the remote party has closed the transport stream.
972 net_auth_alert=Authentication failed on the remote side (the stream might still be available for additional authentication attempts).
973 net_auth_ignored_reauth=Re-authentication failed because the remote party continued to encrypt more than {0} bytes before answering re-authentication.
974 net_auth_empty_read=Protocol error: cannot proceed with SSPI handshake because an empty blob was received.
975 net_auth_message_not_encrypted=Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.
976 net_auth_must_specify_extended_protection_scheme=An extended protection policy must specify either a custom channel binding or a custom service name collection.
977
978 net_frame_size=Received an invalid authentication frame. The message size is limited to {0} bytes, attempted to read {1} bytes.
979 net_frame_read_io=Received incomplete authentication message. Remote party has probably closed the connection.
980 net_frame_read_size=Cannot determine the frame size or a corrupted frame was received.
981 net_frame_max_size=The payload size is limited to {0}, attempted set it to {1}.
982
983 net_jscript_load=The proxy JScript file threw an exception while being initialized: {0}.
984 net_proxy_not_gmt=The specified value is not a valid GMT time.
985 net_proxy_invalid_dayofweek=The specified value is not a valid day of the week.
986 net_proxy_invalid_url_format=The system proxy settings contain an invalid proxy server setting: '{0}'.
987 net_param_not_string=Argument must be a string instead of {0}.
988
989 net_value_cannot_be_negative=The specified value cannot be negative.
990 net_invalid_offset=Value of offset cannot be negative or greater than the length of the buffer.
991 net_offset_plus_count=Sum of offset and count cannot be greater than the length of the buffer.
992 net_cannot_be_false=The specified value cannot be false.
993 net_invalid_enum=The specified value is not valid in the '{0}' enumeration.
994 net_listener_already=Failed to listen on prefix '{0}' because it conflicts with an existing registration on the machine.
995
996 net_cache_shadowstream_not_writable=Shadow stream must be writable.
997 net_cache_validator_fail=The validation method {0}() returned a failure for this request.
998 net_cache_access_denied=For this RequestCache object, {0} access is denied.
999 net_cache_validator_result=The validation method {0}() returned the unexpected status: {1}.
1000 net_cache_retrieve_failure=Cache retrieve failed: {0}.
1001 net_cache_not_supported_body=The cached response is not supported for a request with a content body.
1002 net_cache_not_supported_command=The cached response is not supported for a request with the specified request method.
1003 net_cache_not_accept_response=The cache protocol refused the server response. To allow automatic request retrying, set request.AllowAutoRedirect to true.
1004 net_cache_method_failed=The request (Method = {0}) cannot be served from the cache and will fail because of the effective CachePolicy: {1}.
1005 net_cache_key_failed=The request failed because no cache entry (CacheKey = {0}) was found and the effective CachePolicy is {1}.
1006 net_cache_no_stream=The cache protocol returned a cached response but the cache entry is invalid because it has a null stream. (Cache Key = {0}).
1007 net_cache_unsupported_partial_stream=A partial content stream does not support this operation or some method argument is out of range.
1008 net_cache_not_configured=No cache protocol is available for this request.
1009 net_cache_non_seekable_stream_not_supported=The transport stream instance passed in the RangeStream constructor is not seekable and therefore is not supported.
1010 net_invalid_cast=Invalid cast from {0} to {1}.
1011 net_collection_readonly=The collection is read-only.
1012
1013 net_not_ipermission=Specified value does not contain 'IPermission' as its tag.
1014 net_no_classname=Specified value does not contain a 'class' attribute.
1015 net_no_typename=The value class attribute is not valid.
1016 net_array_too_small=The target array is too small.
1017 net_servicePointAddressNotSupportedInHostMode=This property is not supported for protocols that do not use URI.
1018
1019 # websocket strings
1020 net_Websockets_AlreadyOneOutstandingOperation=There is already one outstanding '{0}' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.
1021 net_Websockets_WebSocketBaseFaulted=An exception caused the WebSocket to enter the Aborted state. Please see the InnerException, if present, for more details.
1022 net_WebSockets_NativeSendResponseHeaders=An error occurred when sending the WebSocket HTTP upgrade response during the {0} operation. The HRESULT returned is '{1}'
1023 net_WebSockets_Generic=An internal WebSocket error occurred. Please see the innerException, if present, for more details. 
1024 net_WebSockets_NotAWebSocket_Generic=A WebSocket operation was called on a request or response that is not a WebSocket.
1025 net_WebSockets_UnsupportedWebSocketVersion_Generic=Unsupported WebSocket version.
1026 net_WebSockets_HeaderError_Generic=The WebSocket request or response contained unsupported header(s). 
1027 net_WebSockets_UnsupportedProtocol_Generic=The WebSocket request or response operation was called with unsupported protocol(s). 
1028 net_WebSockets_UnsupportedPlatform=The WebSocket protocol is not supported on this platform.
1029 net_WebSockets_AcceptNotAWebSocket=The {0} operation was called on an incoming request that did not specify a '{1}: {2}' header or the {2} header not contain '{3}'. {2} specified by the client was '{4}'.
1030 net_WebSockets_AcceptUnsupportedWebSocketVersion=The {0} operation was called on an incoming request with WebSocket version '{1}', expected '{2}'. 
1031 net_WebSockets_AcceptHeaderNotFound=The {0} operation was called on an incoming WebSocket request without required '{1}' header. 
1032 net_WebSockets_AcceptUnsupportedProtocol=The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).
1033 net_WebSockets_ClientAcceptingNoProtocols=The WebSocket client did not request any protocols, but server attempted to accept '{0}' protocol(s). 
1034 net_WebSockets_ClientSecWebSocketProtocolsBlank=The WebSocket client sent a blank '{0}' header; this is not allowed by the WebSocket protocol specification. The client should omit the header if the client is not negotiating any sub-protocols. 
1035 net_WebSockets_ArgumentOutOfRange_TooSmall=The argument must be a value greater than {0}.
1036 net_WebSockets_ArgumentOutOfRange_InternalBuffer=The byte array must have a length of at least '{0}' bytes.  
1037 net_WebSockets_ArgumentOutOfRange_TooBig=The value of the '{0}' parameter ({1}) must be less than or equal to {2}.
1038 net_WebSockets_InvalidState_Generic=The WebSocket instance cannot be used for communication because it has been transitioned into an invalid state.
1039 net_WebSockets_InvalidState_ClosedOrAborted=The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.
1040 net_WebSockets_InvalidState=The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'
1041 net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync=The WebSocket is in an invalid state for this operation. The '{0}' method has already been called before on this instance. Use '{1}' instead to keep being able to receive data but close the output channel.
1042 net_WebSockets_InvalidMessageType=The received message type '{2}' is invalid after calling {0}. {0} should only be used if no more data is expected from the remote endpoint. Use '{1}' instead to keep being able to receive data but close the output channel.
1043 net_WebSockets_InvalidBufferType=The buffer type '{0}' is invalid. Valid buffer types are: '{1}', '{2}', '{3}', '{4}', '{5}'.
1044 net_WebSockets_InvalidMessageType_Generic=The received  message type is invalid after calling {0}. {0} should only be used if no more data is expected from the remote endpoint. Use '{1}' instead to keep being able to receive data but close the output channel.
1045 net_WebSockets_Argument_InvalidMessageType=The message type '{0}' is not allowed for the '{1}' operation. Valid message types are: '{2}, {3}'. To close the WebSocket, use the '{4}' operation instead. 
1046 net_WebSockets_ConnectionClosedPrematurely_Generic=The remote party closed the WebSocket connection without completing the close handshake.
1047 net_WebSockets_InvalidCharInProtocolString=The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.
1048 net_WebSockets_InvalidEmptySubProtocol=Empty string is not a valid subprotocol value. Please use "null" to specify no value.
1049 net_WebSockets_ReasonNotNull=The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.
1050 net_WebSockets_InvalidCloseStatusCode=The close status code '{0}' is reserved for system use only and cannot be specified when calling this method.
1051 net_WebSockets_InvalidCloseStatusDescription=The close status description '{0}' is too long. The UTF8-representation of the status description must not be longer than {1} bytes.
1052 net_WebSockets_Scheme=Only Uris starting with 'ws://' or 'wss://' are supported.
1053 net_WebSockets_AlreadyStarted=The WebSocket has already been started.
1054 net_WebSockets_Connect101Expected=The server returned status code '{0}' when status code '101' was expected.
1055 net_WebSockets_InvalidResponseHeader=The '{0}' header value '{1}' is invalid.
1056 net_WebSockets_NotConnected=The WebSocket is not connected.
1057 net_WebSockets_InvalidRegistration=The WebSocket schemes must be registered with the HttpWebRequest class.
1058 net_WebSockets_NoDuplicateProtocol=Duplicate protocols are not allowed: '{0}'.
1059
1060 # logging strings
1061 net_log_exception=Exception in {0}::{1} - {2}.
1062 net_log_listener_delegate_exception=Sending 500 response, AuthenticationSchemeSelectorDelegate threw an exception: {0}.
1063 net_log_listener_unsupported_authentication_scheme=Received a request with an unsupported authentication scheme, Authorization:{0} SupportedSchemes:{1}.
1064 net_log_listener_unmatched_authentication_scheme=Received a request with an unmatched or no authentication scheme. AuthenticationSchemes:{0}, Authorization:{1}.
1065 net_log_listener_create_valid_identity_failed=Failed to create a valid Identity for an incoming request.
1066 net_log_listener_httpsys_registry_null=Can't open Registry key '{0}'.
1067 net_log_listener_httpsys_registry_error=Exception thrown while reading Registry key '{0}': {1}
1068 net_log_listener_cant_convert_raw_path=Can't convert Uri path '{0}' using encoding '{1}'.
1069 net_log_listener_cant_convert_percent_value=Can't convert percent encoded value '{0}'.
1070 net_log_listener_cant_convert_bytes=Can't convert bytes '{0}' into UTF-16 characters: {1}
1071 net_log_listener_cant_convert_to_utf8=Can't convert string '{0}' into UTF-8 bytes: {1}
1072 net_log_listener_cant_create_uri=Can't create Uri from string '{0}://{1}{2}{3}'.
1073 net_log_listener_no_cbt_disabled=No channel binding check because extended protection is disabled.
1074 net_log_listener_no_cbt_http=No channel binding check for requests without a secure channel.
1075 net_log_listener_no_cbt_platform=No channel binding check because the underlying platform does not support extended protection.
1076 net_log_listener_no_cbt_trustedproxy=No channel binding check for the trusted proxy scenario.
1077 net_log_listener_cbt=Channel binding check enabled.
1078 net_log_listener_no_spn_kerberos=No explicit service name check because Kerberos authentication already validates the service name.
1079 net_log_listener_no_spn_disabled=No service name check because extended protection is disabled.
1080 net_log_listener_no_spn_cbt=No service name check because the channel binding was already checked.
1081 net_log_listener_no_spn_platform=No service name check because the underlying platform does not support extended protection.
1082 net_log_listener_no_spn_whensupported=No service name check because the client did not provide a service name and the server was configured for PolicyEnforcement.WhenSupported.
1083 net_log_listener_no_spn_loopback=No service name check because the authentication was from a client on the local machine.
1084 net_log_listener_spn=Client provided service name '{0}'.
1085 net_log_listener_spn_passed=Service name check succeeded.
1086 net_log_listener_spn_failed=Service name check failed.
1087 net_log_listener_spn_failed_always=Service name check failed because the client did not provide a service name and the server was configured for PolicyEnforcement.Always.
1088 net_log_listener_spn_failed_empty=No acceptable service names were configured!
1089 net_log_listener_spn_failed_dump=Dumping acceptable service names:
1090 net_log_listener_spn_add=Adding default service name '{0}' from prefix '{1}'.
1091 net_log_listener_spn_not_add=No default service name added for prefix '{0}'.
1092 net_log_listener_spn_remove=Removing default service name '{0}' from prefix '{1}'.
1093 net_log_listener_spn_not_remove=No default service name removed for prefix '{0}'.
1094 net_log_sspi_enumerating_security_packages=Enumerating security packages:
1095 net_log_sspi_security_package_not_found=Security package '{0}' was not found.
1096 net_log_sspi_security_context_input_buffer={0}(In-Buffer length={1}, Out-Buffer length={2}, returned code={3}).
1097 net_log_sspi_security_context_input_buffers={0}(In-Buffers count={1}, Out-Buffer length={2}, returned code={3}).
1098 net_log_sspi_selected_cipher_suite={0}(Protocol={1}, Cipher={2} {3} bit strength, Hash={4} {5} bit strength, Key Exchange={6} {7} bit strength).
1099 net_log_remote_certificate=Remote certificate: {0}.
1100 net_log_locating_private_key_for_certificate=Locating the private key for the certificate: {0}.
1101 net_log_cert_is_of_type_2=Certificate is of type X509Certificate2 and contains the private key.
1102 net_log_found_cert_in_store=Found the certificate in the {0} store.
1103 net_log_did_not_find_cert_in_store=Cannot find the certificate in either the LocalMachine store or the CurrentUser store.
1104 net_log_open_store_failed=Opening Certificate store {0} failed, exception: {1}.
1105 net_log_got_certificate_from_delegate=Got a certificate from the client delegate.
1106 net_log_no_delegate_and_have_no_client_cert=Client delegate did not provide a certificate; and there are not other user-provided certificates. Need to attempt a session restart.
1107 net_log_no_delegate_but_have_client_cert=Client delegate did not provide a certificate; but there are other user-provided certificates".
1108 net_log_attempting_restart_using_cert=Attempting to restart the session using the user-provided certificate: {0}.
1109 net_log_no_issuers_try_all_certs=We have user-provided certificates. The server has not specified any issuers, so try all the certificates.
1110 net_log_server_issuers_look_for_matching_certs=We have user-provided certificates. The server has specified {0} issuer(s). Looking for certificates that match any of the issuers.
1111 net_log_selected_cert=Selected certificate: {0}.
1112 net_log_n_certs_after_filtering=Left with {0} client certificates to choose from.
1113 net_log_finding_matching_certs=Trying to find a matching certificate in the certificate store.
1114 net_log_using_cached_credential=Using the cached credential handle.
1115 net_log_remote_cert_user_declared_valid=Remote certificate was verified as valid by the user.
1116 net_log_remote_cert_user_declared_invalid=Remote certificate was verified as invalid by the user.
1117 net_log_remote_cert_has_no_errors=Remote certificate has no errors.
1118 net_log_remote_cert_has_errors=Remote certificate has errors:
1119 net_log_remote_cert_not_available=The remote server did not provide a certificate.
1120 net_log_remote_cert_name_mismatch=Certificate name mismatch.
1121 net_log_proxy_autodetect_script_location_parse_error=WebProxy failed to parse the auto-detected location of a proxy script:"{0}" into a Uri.
1122 net_log_proxy_autodetect_failed=WebProxy failed to autodetect a Uri for a proxy script.
1123 net_log_proxy_script_execution_error=WebProxy caught an exception while executing the ScriptReturn script: {0}.
1124 net_log_proxy_script_download_compile_error=WebProxy caught an exception while  downloading/compiling the proxy script: {0}.
1125 net_log_proxy_system_setting_update=ScriptEngine was notified of a potential change in the system's proxy settings and will update WebProxy settings.
1126 net_log_proxy_update_due_to_ip_config_change=ScriptEngine was notified of a change in the IP configuration and will update WebProxy settings.
1127 net_log_proxy_called_with_null_parameter={0} was called with a null '{1}' parameter.
1128 net_log_proxy_called_with_invalid_parameter={0} was called with an invalid parameter.
1129 net_log_proxy_ras_supported=RAS supported: {0}
1130 net_log_proxy_ras_notsupported_exception=RAS is not supported. Can't create RasHelper instance.
1131 net_log_proxy_winhttp_cant_open_session=Can't open WinHttp session. Error code: {0}.
1132 net_log_proxy_winhttp_getproxy_failed=Can't retrieve proxy settings for Uri '{0}'. Error code: {1}.
1133 net_log_proxy_winhttp_timeout_error=Can't specify proxy discovery timeout. Error code: {0}.
1134 net_log_cache_validation_failed_resubmit= Resubmitting this request because cache cannot validate the response.
1135 net_log_cache_refused_server_response=Caching protocol has refused the server response. To allow automatic request retrying set request.AllowAutoRedirect=true.
1136 net_log_cache_ftp_proxy_doesnt_support_partial=This FTP request is configured to use a proxy through HTTP protocol. Cache revalidation and partially cached responses are not supported.
1137 net_log_cache_ftp_method=FTP request method={0}.
1138 net_log_cache_ftp_supports_bin_only=Caching is not supported for non-binary FTP request mode.
1139 net_log_cache_replacing_entry_with_HTTP_200=Replacing cache entry metadata with 'HTTP/1.1 200 OK' status line to satisfy HTTP cache protocol logic.
1140 net_log_cache_now_time=[Now Time (UTC)] = {0}.
1141 net_log_cache_max_age_absolute=[MaxAge] Absolute time expiration check (sensitive to clock skew), cache Expires: {0}.
1142 net_log_cache_age1=[Age1] Now - LastSynchronized = [Age1] Now - LastSynchronized = {0}, Last Synchronized: {1}.
1143 net_log_cache_age1_date_header=[Age1] NowTime-Date Header = {0}, Date Header: {1}.
1144 net_log_cache_age1_last_synchronized=[Age1] Now - LastSynchronized + AgeHeader = {0}, Last Synchronized: {1}.
1145 net_log_cache_age1_last_synchronized_age_header=[Age1] Now - LastSynchronized + AgeHeader = {0}, Last Synchronized: {1}, Age Header: {2}.
1146 net_log_cache_age2=[Age2] AgeHeader = {0}.
1147 net_log_cache_max_age_cache_s_max_age=[MaxAge] Cache s_MaxAge = {0}.
1148 net_log_cache_max_age_expires_date=[MaxAge] Cache Expires - Date = {0}, Expires: {1}.
1149 net_log_cache_max_age_cache_max_age=[MaxAge] Cache MaxAge = {0}.
1150 net_log_cache_no_max_age_use_10_percent=[MaxAge] Cannot compute Cache MaxAge, use 10% since LastModified: {0}, LastModified: {1}.
1151 net_log_cache_no_max_age_use_default=[MaxAge] Cannot compute Cache MaxAge, using default RequestCacheValidator.UnspecifiedMaxAge: {0}.
1152 net_log_cache_validator_invalid_for_policy=This validator should not be called for policy : {0}.
1153 net_log_cache_response_last_modified=Response LastModified={0},  ContentLength= {1}.
1154 net_log_cache_cache_last_modified=Cache    LastModified={0},  ContentLength= {1}.
1155 net_log_cache_partial_and_non_zero_content_offset=A Cache Entry is partial and the user request has non zero ContentOffset = {0}. A restart from cache is not supported for partial cache entries.
1156 net_log_cache_response_valid_based_on_policy=Response is valid based on Policy = {0}.
1157 net_log_cache_null_response_failure=Response is null so this Request should fail.
1158 net_log_cache_ftp_response_status=FTP Response Status={0}, {1}.
1159 net_log_cache_resp_valid_based_on_retry=Accept this response as valid based on the retry count = {0}.
1160 net_log_cache_no_update_based_on_method=Cache is not updated based on the request Method = {0}.
1161 net_log_cache_removed_existing_invalid_entry=Existing entry is removed because it was found invalid.
1162 net_log_cache_not_updated_based_on_policy=Cache is not updated based on Policy = {0}.
1163 net_log_cache_not_updated_because_no_response=Cache is not updated because there is no response associated with the request.
1164 net_log_cache_removed_existing_based_on_method=Existing cache entry is removed based on the request Method = {0}.
1165 net_log_cache_existing_not_removed_because_unexpected_response_status=Existing cache entry should but cannot be removed due to unexpected response Status = ({0}) {1}.
1166 net_log_cache_removed_existing_based_on_policy=Existing cache entry is removed based on Policy = {0}.
1167 net_log_cache_not_updated_based_on_ftp_response_status=Cache is not updated based on the FTP response status. Expected = {0}, actual = {1}.
1168 net_log_cache_update_not_supported_for_ftp_restart=Cache update is not supported for restarted FTP responses. Restart offset = {0}.
1169 net_log_cache_removed_entry_because_ftp_restart_response_changed=Existing cache entry is removed since a restarted response was changed on the server, cache LastModified date = {0}, new LastModified date = {1}.
1170 net_log_cache_last_synchronized=The cache entry last synchronized time = {0}.
1171 net_log_cache_suppress_update_because_synched_last_minute=Suppressing cache update since the entry was synchronized within the last minute.
1172 net_log_cache_updating_last_synchronized=Updating cache entry last synchronized time = {0}.
1173 net_log_cache_cannot_remove={0} Cannot Remove (throw): Key = {1}, Error = {2}.
1174 net_log_cache_key_status={0}, Key = {1}, -> Status = {2}.
1175 net_log_cache_key_remove_failed_status={0}, Key = {1}, Remove operation failed -> Status = {2}.
1176 net_log_cache_usecount_file={0}, UseCount = {1}, File = {2}.
1177 net_log_cache_stream={0}, stream = {1}.
1178 net_log_cache_filename={0} -> Filename = {1}, Status = {2}.
1179 net_log_cache_lookup_failed={0}, Lookup operation failed -> {1}.
1180 net_log_cache_exception={0}, Exception = {1}.
1181 net_log_cache_expected_length=Expected length (0=none)= {0}.
1182 net_log_cache_last_modified=LastModified    (0=none)= {0}.
1183 net_log_cache_expires=Expires         (0=none)= {0}.
1184 net_log_cache_max_stale=MaxStale (sec)          = {0}.
1185 net_log_cache_dumping_metadata=...Dumping Metadata...
1186 net_log_cache_create_failed=Create operation failed -> {0}.
1187 net_log_cache_set_expires=Set Expires               ={0}.
1188 net_log_cache_set_last_modified=Set LastModified          ={0}.
1189 net_log_cache_set_last_synchronized=Set LastSynchronized      ={0}.
1190 net_log_cache_enable_max_stale=Enable MaxStale (sec) ={0}.
1191 net_log_cache_disable_max_stale=Disable MaxStale (set to 0).
1192 net_log_cache_set_new_metadata=Set new Metadata.
1193 net_log_cache_dumping=...Dumping...
1194 net_log_cache_key={0}, Key = {1}.
1195 net_log_cache_no_commit={0}, Nothing was written to the stream, do not commit that cache entry.
1196 net_log_cache_error_deleting_filename={0}, Error deleting a Filename = {1}.
1197 net_log_cache_update_failed={0}, Key = {1}, Update operation failed -> {2}.
1198 net_log_cache_delete_failed={0}, Key = {1}, Delete operation failed -> {2}.
1199 net_log_cache_commit_failed={0}, Key = {1}, Commit operation failed -> {2}.
1200 net_log_cache_committed_as_partial={0}, Key = {1}, Committed entry as partial, not cached bytes count = {2}.
1201 net_log_cache_max_stale_and_update_status={0}, MaxStale = {1}, Update Status = {2}.
1202 net_log_cache_failing_request_with_exception=Failing request with the WebExceptionStatus = {0}.
1203 net_log_cache_request_method=Request Method = {0}.
1204 net_log_cache_http_status_parse_failure=Cannot Parse Cache HTTP Status Line: {0}.
1205 net_log_cache_http_status_line=Entry Status Line = HTTP/{0} {1} {2}.
1206 net_log_cache_cache_control=Cache Cache-Control = {0}.
1207 net_log_cache_invalid_http_version=The cached version is invalid, assuming HTTP 1.0.
1208 net_log_cache_no_http_response_header=This Cache Entry does not carry HTTP response headers.
1209 net_log_cache_http_header_parse_error=Cannot parse HTTP headers in entry metadata, offending string: {0}.
1210 net_log_cache_metadata_name_value_parse_error=Cannot parse all strings in system metadata as \"name:value\", offending string: {0}.
1211 net_log_cache_content_range_error=Invalid format of Response Content-Range:{0}.
1212 net_log_cache_cache_control_error=Invalid CacheControl header = {0}.
1213 net_log_cache_unexpected_status=The cache protocol method {0} has returned unexpected status: {1}.
1214 net_log_cache_object_and_exception={0} exception: {1}.
1215 net_log_cache_revalidation_not_needed={0}, No cache entry revalidation is needed.
1216 net_log_cache_not_updated_based_on_cache_protocol_status={0}, Cache is not updated based on the current cache protocol status = {1}.
1217 net_log_cache_closing_cache_stream={0}: {1} Closing effective cache stream, type = {2}, cache entry key = {3}.
1218 net_log_cache_exception_ignored={0}: an exception (ignored) on {1} = {2}.
1219 net_log_cache_no_cache_entry={0} has requested a cache response but the entry does not exist (Stream.Null).
1220 net_log_cache_null_cached_stream={0} has requested a cache response but the cached stream is null.
1221 net_log_cache_requested_combined_but_null_cached_stream={0} has requested a combined response but the cached stream is null.
1222 net_log_cache_returned_range_cache={0} has returned a range cache stream, Offset = {1}, Length = {2}.
1223 net_log_cache_entry_not_found_freshness_undefined={0}, Cache Entry not found, freshness result = Undefined.
1224 net_log_cache_dumping_cache_context=...Dumping Cache Context...
1225 net_log_cache_result={0}, result = {1}.
1226 net_log_cache_uri_with_query_has_no_expiration=Request Uri has a Query, and no explicit expiration time is provided.
1227 net_log_cache_uri_with_query_and_cached_resp_from_http_10=Request Uri has a Query, and cached response is from HTTP 1.0 server.
1228 net_log_cache_valid_as_fresh_or_because_policy=Valid as fresh or because of Cache Policy = {0}.
1229 net_log_cache_accept_based_on_retry_count=Accept this response base on the retry count = {0}.
1230 net_log_cache_date_header_older_than_cache_entry=Response Date header value is older than that of the cache entry.
1231 net_log_cache_server_didnt_satisfy_range=Server did not satisfy the range: {0}.
1232 net_log_cache_304_received_on_unconditional_request=304 response was received on an unconditional request.
1233 net_log_cache_304_received_on_unconditional_request_expected_200_206=304 response was received on an unconditional request, but expected response code is 200 or 206.
1234 net_log_cache_last_modified_header_older_than_cache_entry=HTTP 1.0 Response Last-Modified header value is older than that of the cache entry.
1235 net_log_cache_freshness_outside_policy_limits=Response freshness is not within the specified policy limits.
1236 net_log_cache_need_to_remove_invalid_cache_entry_304=Need to remove an invalid cache entry with status code == 304(NotModified).
1237 net_log_cache_resp_status=Response Status = {0}.
1238 net_log_cache_resp_304_or_request_head=Response==304 or Request was HEAD, updating cache entry.
1239 net_log_cache_dont_update_cached_headers=Do not update Cached Headers.
1240 net_log_cache_update_cached_headers=Update Cached Headers.
1241 net_log_cache_partial_resp_not_combined_with_existing_entry=A partial response is not combined with existing cache entry, Cache Stream Size = {0}, response Range Start = {1}.
1242 net_log_cache_request_contains_conditional_header=User Request contains a conditional header.
1243 net_log_cache_not_a_get_head_post=This was Not a GET, HEAD or POST request.
1244 net_log_cache_cannot_update_cache_if_304=Cannot update cache if Response status == 304 and a cache entry was not found.
1245 net_log_cache_cannot_update_cache_with_head_resp=Cannot update cache with HEAD response if the cache entry does not exist.
1246 net_log_cache_http_resp_is_null=HttpWebResponse is null.
1247 net_log_cache_resp_cache_control_is_no_store=Response Cache-Control = no-store.
1248 net_log_cache_resp_cache_control_is_public=Response Cache-Control = public.
1249 net_log_cache_resp_cache_control_is_private=Response Cache-Control = private, and Cache is public.
1250 net_log_cache_resp_cache_control_is_private_plus_headers=Response Cache-Control = private+Headers, removing those headers.
1251 net_log_cache_resp_older_than_cache=HttpWebResponse date is older than of the cached one.
1252 net_log_cache_revalidation_required=Response revalidation is always required but neither Last-Modified nor ETag header is set on the response.
1253 net_log_cache_needs_revalidation=Response can be cached although it will always require revalidation.
1254 net_log_cache_resp_allows_caching=Response explicitly allows caching = Cache-Control: {0}.
1255 net_log_cache_auth_header_and_no_s_max_age=Request carries Authorization Header and no s-maxage, proxy-revalidate or public directive found.
1256 net_log_cache_post_resp_without_cache_control_or_expires=POST Response without Cache-Control or Expires headers.
1257 net_log_cache_valid_based_on_status_code=Valid based on Status Code: {0}.
1258 net_log_cache_resp_no_cache_control=Response with no CacheControl and Status Code = {0}.
1259 net_log_cache_age=Cache Age = {0}, Cache MaxAge = {1}.
1260 net_log_cache_policy_min_fresh=Client Policy MinFresh = {0}.
1261 net_log_cache_policy_max_age=Client Policy MaxAge = {0}.
1262 net_log_cache_policy_cache_sync_date=Client Policy CacheSyncDate (UTC) = {0}, Cache LastSynchronizedUtc = {1}.
1263 net_log_cache_policy_max_stale=Client Policy MaxStale = {0}.
1264 net_log_cache_control_no_cache=Cached CacheControl = no-cache.
1265 net_log_cache_control_no_cache_removing_some_headers=Cached CacheControl = no-cache, Removing some headers.
1266 net_log_cache_control_must_revalidate=Cached CacheControl = must-revalidate and Cache is not fresh.
1267 net_log_cache_cached_auth_header=The cached entry has Authorization Header and cache is not fresh.
1268 net_log_cache_cached_auth_header_no_control_directive=The cached entry has Authorization Header and no Cache-Control directive present that would allow to use that entry.
1269 net_log_cache_after_validation=After Response Cache Validation.
1270 net_log_cache_resp_status_304=Response status == 304 but the cache entry does not exist.
1271 net_log_cache_head_resp_has_different_content_length=A response resulted from a HEAD request has different Content-Length header.
1272 net_log_cache_head_resp_has_different_content_md5=A response resulted from a HEAD request has different Content-MD5 header.
1273 net_log_cache_head_resp_has_different_etag=A response resulted from a HEAD request has different ETag header.
1274 net_log_cache_304_head_resp_has_different_last_modified=A 304 response resulted from a HEAD request has different Last-Modified header.
1275 net_log_cache_existing_entry_has_to_be_discarded=An existing cache entry has to be discarded.
1276 net_log_cache_existing_entry_should_be_discarded=An existing cache entry should be discarded.
1277 net_log_cache_206_resp_non_matching_entry=A 206 Response has been received and either ETag or Last-Modified header value does not match cache entry.
1278 net_log_cache_206_resp_starting_position_not_adjusted=The starting position for 206 Response is not adjusted to the end of cache entry.
1279 net_log_cache_combined_resp_requested=Creation of a combined response has been requested from the cache protocol.
1280 net_log_cache_updating_headers_on_304=Updating headers on 304 response.
1281 net_log_cache_suppressing_headers_update_on_304=Suppressing cache headers update on 304, new headers don't add anything.
1282 net_log_cache_status_code_not_304_206=A Response Status Code is not 304 or 206.
1283 net_log_cache_sxx_resp_cache_only=A 5XX Response and Cache-Only like policy, serving from cache.
1284 net_log_cache_sxx_resp_can_be_replaced=A 5XX Response that can be replaced by existing cache entry.
1285 net_log_cache_vary_header_empty=Cache entry Vary header is empty.
1286 net_log_cache_vary_header_contains_asterisks=Cache entry Vary header contains '*'.
1287 net_log_cache_no_headers_in_metadata=No request headers are found in cached metadata to test based on the cached response Vary header.
1288 net_log_cache_vary_header_mismatched_count=Vary header: Request and cache header fields count does not match, header name = {0}.
1289 net_log_cache_vary_header_mismatched_field=Vary header: A Cache header field mismatch the request one, header name = {0}, cache field = {1}, request field = {2}.
1290 net_log_cache_vary_header_match=All required Request headers match based on cached Vary response header.
1291 net_log_cache_range=Request Range (not in Cache yet) = Range:{0}.
1292 net_log_cache_range_invalid_format=Invalid format of Request Range:{0}.
1293 net_log_cache_range_not_in_cache=Cannot serve from Cache, Range:{0}.
1294 net_log_cache_range_in_cache=Serving Request Range from cache, Range:{0}.
1295 net_log_cache_partial_resp=Serving Partial Response (206) from cache, Content-Range:{0}.
1296 net_log_cache_range_request_range=Range Request (user specified), Range: {0}.
1297 net_log_cache_could_be_partial=Could be a Partial Cached Response, Size = {0}, Response Content Length = {1}.
1298 net_log_cache_condition_if_none_match=Request Condition = If-None-Match:{0}.
1299 net_log_cache_condition_if_modified_since=Request Condition = If-Modified-Since:{0}.
1300 net_log_cache_cannot_construct_conditional_request=A Conditional Request cannot be constructed.
1301 net_log_cache_cannot_construct_conditional_range_request=A Conditional Range request cannot be constructed.
1302 net_log_cache_entry_size_too_big=Cached Entry Size = {0} is too big, cannot do a range request.
1303 net_log_cache_condition_if_range=Request Condition = If-Range:{0}.
1304 net_log_cache_conditional_range_not_implemented_on_http_10=A Conditional Range request on Http <= 1.0 is not implemented.
1305 net_log_cache_saving_request_headers=Saving Request Headers, Vary: {0}.
1306 net_log_cache_only_byte_range_implemented=Ranges other than bytes are not implemented.
1307 net_log_cache_multiple_complex_range_not_implemented=Multiple/complexe ranges are not implemented.
1308 net_log_digest_hash_algorithm_not_supported=The hash algorithm is not supported by Digest authentication: {0}.
1309 net_log_digest_qop_not_supported=The Quality of Protection value is not supported by Digest authentication: {0}.
1310 net_log_digest_requires_nonce=A nonce parameter required for Digest authentication was not found or was preceded by an invalid parameter.
1311 net_log_auth_invalid_challenge=The challenge string is not valid for this authentication module: {0}
1312
1313 net_log_unknown=unknown
1314 net_log_operation_returned_something={0} returned {1}.
1315 net_log_operation_failed_with_error={0} failed with error {1}.
1316 net_log_buffered_n_bytes=Buffered {0} bytes.
1317 net_log_method_equal=Method={0}.
1318 net_log_releasing_connection=Releasing FTP connection#{0}.
1319 net_log_unexpected_exception=Unexpected exception in {0}.
1320 net_log_server_response_error_code=Error code {0} was received from server response.
1321 net_log_resubmitting_request=Resubmitting request.
1322 net_log_retrieving_localhost_exception=An unexpected exception while retrieving the local address list: {0}.
1323 net_log_resolved_servicepoint_may_not_be_remote_server=A resolved ServicePoint host could be wrongly considered as a remote server.
1324 net_log_closed_idle={0}#{1} - Closed as idle.
1325 net_log_received_status_line=Received status line: Version={0}, StatusCode={1}, StatusDescription={2}.
1326 net_log_sending_headers=Sending headers\r\n{{\r\n{0}}}.
1327 net_log_received_headers=Received headers\r\n{{\r\n{0}}}.
1328 net_log_shell_expression_pattern_format_warning=ShellServices.ShellExpression.Parse() was called with a badly formatted 'pattern':{0}.
1329 net_log_exception_in_callback=Exception in callback: {0}.
1330 net_log_sending_command=Sending command [{0}]
1331 net_log_received_response=Received response [{0}]
1332 net_log_socket_connected=Created connection from {0} to {1}.
1333 net_log_socket_accepted=Accepted connection from {0} to {1}.
1334 net_log_socket_not_logged_file=Not logging data from file: {0}.
1335 net_log_socket_connect_dnsendpoint=Connecting to a DnsEndPoint.
1336 net_log_set_socketoption_reuseport={0}#{1} - Setting SocketOptionName.ReuseUnicastPort option for socket.
1337 net_log_set_socketoption_reuseport_not_supported={0}#{1} - SocketOptionName.ReuseUnicastPort option not supported.
1338 net_log_set_socketoption_reuseport_default_on=Registry key activated to enable SocketOptionName.ReuseUnicastPort socket option by default for all ServicePoint TCP connections.
1339
1340 #=--------------------------
1341 #= Email Strings
1342 #=--------------------------
1343 MailAddressInvalidFormat=The specified string is not in the form required for an e-mail address.
1344 MailSubjectInvalidFormat=The specified string is not in the form required for a subject.
1345 MailBase64InvalidCharacter=An invalid character was found in the Base-64 stream.
1346 MailCollectionIsReadOnly=The collection is read-only.
1347 MailDateInvalidFormat=The date is in an invalid format.
1348 MailHeaderFieldAlreadyExists=The specified singleton field already exists in the collection and cannot be added.
1349 MailHeaderFieldInvalidCharacter=An invalid character was found in the mail header: '{0}'.
1350 MailHeaderFieldMalformedHeader=The mail header is malformed.
1351 MailHeaderFieldMismatchedName=The header name does not match this property.
1352 MailHeaderIndexOutOfBounds=The index value is outside the bounds of the array.
1353 MailHeaderItemAccessorOnlySingleton=The Item property can only be used with singleton fields.
1354 MailHeaderListHasChanged=The underlying list has been changed and the enumeration is out of date.
1355 MailHeaderResetCalledBeforeEOF=The stream should have been consumed before resetting.
1356 MailHeaderTargetArrayTooSmall=The target array is too small to contain all the headers.
1357 MailHeaderInvalidCID=The ContentID cannot contain a '<' or '>' character.
1358 MailHostNotFound=The SMTP host was not found.
1359 MailReaderGetContentStreamAlreadyCalled=GetContentStream() can only be called once.
1360 MailReaderTruncated=Premature end of stream.
1361 MailWriterIsInContent=This operation cannot be performed while in content.
1362 MailServerDoesNotSupportStartTls=Server does not support secure connections.
1363 MailServerResponse=The server response was: {0}
1364 SSPIAuthenticationOrSPNNull=AuthenticationType and ServicePrincipalName cannot be specified as null for server's SSPI Negotiation module.
1365 SSPIPInvokeError={0} failed with error {1}.
1366 SSPIInvalidHandleType='{0}' is not a supported handle type.
1367 SmtpAlreadyConnected=Already connected.
1368 SmtpAuthenticationFailed=Authentication failed.
1369 SmtpAuthenticationFailedNoCreds=Authentication failed due to lack of credentials.
1370 SmtpDataStreamOpen=Data stream is still open.
1371 SmtpDefaultMimePreamble=This is a multi-part MIME message.
1372 SmtpDefaultSubject=@@SOAP Application Message
1373 SmtpInvalidResponse=Smtp server returned an invalid response.
1374 SmtpNotConnected=Not connected.
1375 SmtpSystemStatus=System status, or system help reply.
1376 SmtpHelpMessage=Help message.
1377 SmtpServiceReady=Service ready.
1378 SmtpServiceClosingTransmissionChannel=Service closing transmission channel.
1379 SmtpOK=Completed.
1380 SmtpUserNotLocalWillForward=User not local; will forward to specified path.
1381 SmtpStartMailInput=Start mail input; end with <CRLF>.<CRLF>.
1382 SmtpServiceNotAvailable=Service not available, closing transmission channel.
1383 SmtpMailboxBusy=Mailbox unavailable.
1384 SmtpLocalErrorInProcessing=Error in processing.
1385 SmtpInsufficientStorage=Insufficient system storage.
1386 SmtpPermissionDenied=Client does not have permission to Send As this sender.
1387 SmtpCommandUnrecognized=Syntax error, command unrecognized.
1388 SmtpSyntaxError=Syntax error in parameters or arguments.
1389 SmtpCommandNotImplemented=Command not implemented.
1390 SmtpBadCommandSequence=Bad sequence of commands.
1391 SmtpCommandParameterNotImplemented=Command parameter not implemented.
1392 SmtpMailboxUnavailable=Mailbox unavailable.
1393 SmtpUserNotLocalTryAlternatePath=User not local; please try a different path.
1394 SmtpExceededStorageAllocation=Exceeded storage allocation.
1395 SmtpMailboxNameNotAllowed=Mailbox name not allowed.
1396 SmtpTransactionFailed=Transaction failed.
1397 SmtpSendMailFailure=Failure sending mail.
1398 SmtpRecipientFailed=Unable to send to a recipient.
1399 SmtpRecipientRequired=A recipient must be specified.
1400 SmtpFromRequired=A from address must be specified.
1401 SmtpAllRecipientsFailed=Unable to send to all recipients.
1402 SmtpClientNotPermitted=Client does not have permission to submit mail to this server.
1403 SmtpMustIssueStartTlsFirst=The SMTP server requires a secure connection or the client was not authenticated.
1404 SmtpNeedAbsolutePickupDirectory=Only absolute directories are allowed for pickup directory.
1405 SmtpGetIisPickupDirectoryFailed=Cannot get IIS pickup directory.
1406 SmtpPickupDirectoryDoesnotSupportSsl=SSL must not be enabled for pickup-directory delivery methods.
1407 SmtpOperationInProgress=Previous operation is still in progress.
1408 SmtpAuthResponseInvalid=The server returned an invalid response in the authentication handshake.
1409 SmtpEhloResponseInvalid=The server returned an invalid response to the EHLO command.
1410 SmtpNonAsciiUserNotSupported=The client or server is only configured for E-mail addresses with ASCII local-parts: {0}.
1411 SmtpInvalidHostName=The address has an invalid host name: {0}.
1412 MimeTransferEncodingNotSupported=The MIME transfer encoding '{0}' is not supported.
1413
1414 SeekNotSupported=Seeking is not supported on this stream.
1415 WriteNotSupported=Writing is not supported on this stream.
1416 InvalidHexDigit=Invalid hex digit '{0}'.
1417 InvalidSSPIContext=The SSPI context is not valid.
1418 InvalidSSPIContextKey=A null session key was obtained from SSPI.
1419 InvalidSSPINegotiationElement=Invalid SSPI BinaryNegotiationElement.
1420 InvalidHeaderName=An invalid character was found in header name.
1421 InvalidHeaderValue=An invalid character was found in header value.
1422 CannotGetEffectiveTimeOfSSPIContext=Cannot get the effective time of the SSPI context.
1423 CannotGetExpiryTimeOfSSPIContext=Cannot get the expiry time of the SSPI context.
1424 ReadNotSupported=Reading is not supported on this stream.
1425 InvalidAsyncResult=The AsyncResult is not valid.
1426 UnspecifiedHost=The SMTP host was not specified.
1427 InvalidPort=The specified port is invalid. The port must be greater than 0.
1428 SmtpInvalidOperationDuringSend=This operation cannot be performed while a message is being sent.
1429 MimePartCantResetStream=One of the streams has already been used and can't be reset to the origin.
1430 MediaTypeInvalid=The specified media type is invalid.
1431 ContentTypeInvalid=The specified content type is invalid.
1432 ContentDispositionInvalid=The specified content disposition is invalid.
1433
1434 #=------------------------------------------------------------------=
1435 # System.Configuration
1436 #=------------------------------------------------------------------=
1437
1438 AttributeNotSupported='{0}' is not a valid configuration attribute for type '{1}'.
1439 Cannot_remove_with_null=Cannot remove with null name.
1440 Config_base_elements_only=Only elements allowed.
1441 Config_base_no_child_nodes=Child nodes not allowed.
1442 Config_base_required_attribute_empty=Required attribute '{0}' cannot be empty.
1443 Config_base_required_attribute_missing=Required attribute '{0}' not found.
1444 Config_base_time_overflow=The time span for the property '{0}' exceeds the maximum that can be stored in the configuration.
1445 Config_base_type_must_be_configurationvalidation=The ConfigurationValidation attribute must be derived from ConfigurationValidation.
1446 Config_base_type_must_be_typeconverter=The ConfigurationPropertyConverter attribute must be derived from TypeConverter.
1447 Config_base_unknown_format=Unknown
1448 Config_base_unrecognized_attribute=Unrecognized attribute '{0}'. Note that attribute names are case-sensitive.
1449 Config_base_unrecognized_element=Unrecognized element.
1450 Config_invalid_boolean_attribute=The property '{0}' must have value 'true' or 'false'.
1451 Config_invalid_integer_attribute=The '{0}' attribute must be set to an integer value.
1452 Config_invalid_positive_integer_attribute=The '{0}' attribute must be set to a positive integer value.
1453 Config_invalid_type_attribute=The '{0}' attribute must be set to a valid Type name.
1454 Config_missing_required_attribute=The '{0}' attribute must be specified on the '{1}' tag.
1455 Config_name_value_file_section_file_invalid_root=The root element must match the name of the section referencing the file, '{0}'
1456 Config_provider_must_implement_type=Provider must implement the class '{0}'.
1457 Config_provider_name_null_or_empty=Provider name cannot be null or empty.
1458 Config_provider_not_found=The provider was not found in the collection.
1459 Config_property_name_cannot_be_empty=Property '{0}' cannot be empty or null.
1460 Config_section_cannot_clear_locked_section=Cannot clear section handlers.  Section '{0}' is locked.
1461 Config_section_record_not_found=SectionRecord not found.
1462 Config_source_cannot_contain_file=The 'File' property cannot be used with the ConfigSource property.
1463 Config_system_already_set=The configuration system can only be set once.  Configuration system is already set
1464 Config_unable_to_read_security_policy=Unable to read security policy.
1465 Config_write_xml_returned_null=WriteXml returned null.
1466 Cannot_clear_sections_within_group=Server cannot clear configuration sections from within section groups.  <clear/> must be a child of <configSections>.
1467 Cannot_exit_up_top_directory=Cannot use a leading .. to exit above the top directory.
1468 Could_not_create_listener=Couldn't create listener '{0}'.
1469 TL_InitializeData_NotSpecified=initializeData needs to be valid for this TraceListener.
1470 Could_not_create_type_instance=Could not create {0}.
1471 Could_not_find_type=Couldn't find type for class {0}.
1472 Could_not_get_constructor=Couldn't find constructor for class {0}.
1473 EmptyTypeName_NotAllowed=switchType needs to be a valid class name. It can't be empty.
1474 Incorrect_base_type=The specified type, '{0}' is not derived from the appropriate base type, '{1}'.
1475 Only_specify_one='switchValue' and 'switchName' cannot both be specified on source '{0}'.
1476 Provider_Already_Initialized=This provider instance has already been initialized.
1477 Reference_listener_cant_have_properties=A listener with no type name specified references the sharedListeners section and cannot have any attributes other than 'Name'.  Listener: '{0}'.
1478 Reference_to_nonexistent_listener=Listener '{0}' does not exist in the sharedListeners section.
1479 SettingsPropertyNotFound=The settings property '{0}' was not found.
1480 SettingsPropertyReadOnly=The settings property '{0}' is read-only.
1481 SettingsPropertyWrongType=The settings property '{0}' is of a non-compatible type.
1482 Type_isnt_tracelistener=Could not add trace listener {0} because it is not a subclass of TraceListener.
1483 Unable_to_convert_type_from_string=Could not find a type-converter to convert object if type '{0}' from string.
1484 Unable_to_convert_type_to_string=Could not find a type-converter to convert object if type '{0}' to string.
1485 Value_must_be_numeric=Error in trace switch '{0}': The value of a switch must be integral.
1486 Could_not_create_from_default_value=The property '{0}' could not be created from it's default value. Error message: {1}
1487 Could_not_create_from_default_value_2=The property '{0}' could not be created from it's default value because the default value is of a different type.
1488
1489 #=------------------------------------------------------------------=
1490 # System.IO.txt
1491 #=------------------------------------------------------------------=
1492
1493 ;
1494 ; Exceptions messages
1495 ;
1496
1497 InvalidDirName=The directory name {0} is invalid.
1498 FSW_IOError=Error reading the {0} directory.
1499 PatternInvalidChar=The character '{0}' in the pattern provided is not valid.
1500 BufferSizeTooLarge=The specified buffer size is too large. FileSystemWatcher cannot allocate {0} bytes for the internal buffer.
1501
1502 ; DescriptionAttribute
1503 FSW_ChangedFilter=Flag to indicate which change event to monitor.
1504 FSW_Enabled=Flag to indicate whether this component is active or not.
1505 FSW_Filter=The file pattern filter.
1506 FSW_IncludeSubdirectories=Flag to watch subdirectories.
1507 FSW_Path=The path to the directory to monitor.
1508 FSW_SynchronizingObject=The object used to marshal the event handler calls issued as a result of a Directory change.
1509 FSW_Changed=Occurs when a file and/or directory change matches the filter.
1510 FSW_Created=Occurs when a file and/or directory creation matches the filter.
1511 FSW_Deleted=Occurs when a file and/or directory deletion matches the filter.
1512 FSW_Renamed=Occurs when a file and/or directory rename matches the filter.
1513 FSW_BufferOverflow=Too many changes at once in directory:{0}.
1514 FileSystemWatcherDesc=Monitors file system change notifications and raises events when a directory or file changes.
1515
1516 #=------------------------------------------------------------------=
1517 # File system.timers.txt
1518 #=------------------------------------------------------------------=
1519
1520 NotSet=[Not Set]
1521 ;service is available in your system.
1522
1523 ; DescriptionAttribute
1524
1525 TimerAutoReset=Indicates whether the timer will be restarted when it is enabled.
1526 TimerEnabled=Indicates whether the timer is enabled to fire events at a defined interval.
1527 TimerInterval=The number of milliseconds between timer events.
1528 TimerIntervalElapsed=Occurs when the Interval has elapsed.
1529 TimerSynchronizingObject=The object used to marshal the event handler calls issued when an interval has elapsed.
1530
1531 #=------------------------------------------------------------------=
1532 # File system.diagnostics.txt
1533 #=------------------------------------------------------------------=
1534
1535
1536
1537 ;
1538 ; Exceptions messages
1539 ;
1540
1541 MismatchedCounterTypes=Mismatched counter types.
1542
1543 ; System.Diagnostics config exceptions
1544 NoPropertyForAttribute=Could not find a property for the attribute '{0}'.
1545 InvalidAttributeType=The value of attribute '{0}' could not be converted to the proper type.
1546 Generic_ArgCantBeEmptyString='{0}' can not be empty string.
1547
1548 ; EventLog
1549
1550 BadLogName=Event log names must consist of printable characters and cannot contain \\, *, ?, or spaces
1551 InvalidProperty=Invalid value {1} for property {0}.
1552 CantMonitorEventLog=Cannot monitor EntryWritten events for this EventLog. This might be because the EventLog is on a remote machine which is not a supported scenario.
1553 InitTwice=Cannot initialize the same object twice.
1554 InvalidParameter=Invalid value '{1}' for parameter '{0}'.
1555 MissingParameter=Must specify value for {0}.
1556 ParameterTooLong=The size of {0} is too big. It cannot be longer than {1} characters.
1557 LocalSourceAlreadyExists=Source {0} already exists on the local computer.
1558 SourceAlreadyExists=Source {0} already exists on the computer '{1}'.
1559 LocalLogAlreadyExistsAsSource=Log {0} has already been registered as a source on the local computer.
1560 LogAlreadyExistsAsSource=Log {0} has already been registered as a source on the computer '{1}'.
1561 DuplicateLogName=Only the first eight characters of a custom log name are significant, and there is already another log on the system using the first eight characters of the name given. Name given: '{0}', name of existing log: '{1}'.
1562 RegKeyMissing=Cannot open registry key {0}\\{1}\\{2} on computer '{3}'.
1563 LocalRegKeyMissing=Cannot open registry key {0}\\{1}\\{2}.
1564 RegKeyMissingShort=Cannot open registry key {0} on computer {1}.
1565 InvalidParameterFormat=Invalid format for argument {0}.
1566 NoLogName=Log to delete was not specified.
1567 RegKeyNoAccess=Cannot open registry key {0} on computer {1}. You might not have access.
1568 MissingLog=Cannot find Log {0} on computer '{1}'.
1569 SourceNotRegistered=The source '{0}' is not registered on machine '{1}', or you do not have write access to the {2} registry key.
1570 LocalSourceNotRegistered=Source {0} is not registered on the local computer.
1571 CantRetrieveEntries=Cannot retrieve all entries.
1572 IndexOutOfBounds=Index {0} is out of bounds.
1573 CantReadLogEntryAt=Cannot read log entry number {0}.  The event log may be corrupt.
1574 MissingLogProperty=Log property value has not been specified.
1575 CantOpenLog=Cannot open log {0} on machine {1}. Windows has not provided an error code.
1576 NeedSourceToOpen=Source property was not set before opening the event log in write mode.
1577 NeedSourceToWrite=Source property was not set before writing to the event log.
1578 CantOpenLogAccess=Cannot open log for source '{0}'. You may not have write access.
1579 LogEntryTooLong=Log entry string is too long. A string written to the event log cannot exceed 32766 characters.
1580 TooManyReplacementStrings=The maximum allowed number of replacement strings is 255.
1581 LogSourceMismatch=The source '{0}' is not registered in log '{1}'. (It is registered in log '{2}'.) " The Source and Log properties must be matched, or you may set Log to the empty string, and it will automatically be matched to the Source property.
1582 NoAccountInfo=Cannot obtain account information.
1583 NoCurrentEntry=No current EventLog entry available, cursor is located before the first or after the last element of the enumeration.
1584 MessageNotFormatted=The description for Event ID '{0}' in Source '{1}' cannot be found.  The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them.  The following information is part of the event:
1585 EventID=Invalid eventID value '{0}'. It must be in the range between '{1}' and '{2}'.
1586 LogDoesNotExists=The event log '{0}' on computer '{1}' does not exist.
1587 InvalidCustomerLogName=The log name: '{0}' is invalid for customer log creation.
1588 CannotDeleteEqualSource=The event log source '{0}' cannot be deleted, because it's equal to the log name.
1589 RentionDaysOutOfRange='retentionDays' must be between 1 and 365 days.
1590 MaximumKilobytesOutOfRange=MaximumKilobytes must be between 64 KB and 4 GB, and must be in 64K increments.
1591 SomeLogsInaccessible=The source was not found, but some or all event logs could not be searched.  Inaccessible logs: {0}.
1592 SomeLogsInaccessibleToCreate=The source was not found, but some or all event logs could not be searched.  To create the source, you need permission to read all event logs to make sure that the new source name is unique.  Inaccessible logs: {0}.
1593
1594 ; Config
1595 BadConfigSwitchValue=The config value for Switch '{0}' was invalid.
1596 ConfigSectionsUnique=The '{0}' section can only appear once per config file.
1597 ConfigSectionsUniquePerSection=The '{0}' tag can only appear once per section.
1598 SourceListenerDoesntExist=The listener '{0}' added to source '{1}' must have a listener with the same name defined in the main Trace listeners section.
1599 SourceSwitchDoesntExist=The source '{0}' must have a switch with the same name defined in the Switches section.
1600
1601 ; PerformanceCounter
1602
1603 CategoryHelpCorrupt=Cannot load Category Help data because an invalid index '{0}' was read from the registry.
1604 CounterNameCorrupt=Cannot load Counter Name data because an invalid index '{0}' was read from the registry.
1605 CounterDataCorrupt=Cannot load Performance Counter data because an unexpected registry key value type was read from '{0}'.
1606 ReadOnlyCounter=Cannot update Performance Counter, this object has been initialized as ReadOnly.
1607 ReadOnlyRemoveInstance=Cannot remove Performance Counter Instance, this object as been initialized as ReadOnly.
1608 NotCustomCounter=The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
1609 CategoryNameMissing=Failed to initialize because CategoryName is missing.
1610 CounterNameMissing=Failed to initialize because CounterName is missing.
1611 InstanceNameProhibited=Counter is single instance, instance name '{0}' is not valid for this counter category.
1612 InstanceNameRequired=Counter is not single instance, an instance name needs to be specified.
1613 MissingInstance=Instance {0} does not exist in category {1}.
1614 PerformanceCategoryExists=Cannot create Performance Category '{0}' because it already exists.
1615 InvalidCounterName=Invalid empty or null string for counter name.
1616 DuplicateCounterName=Cannot create Performance Category with counter name {0} because the name is a duplicate.
1617 CantChangeCategoryRegistration=Cannot create or delete the Performance Category '{0}' because access is denied.
1618 CantDeleteCategory=Cannot delete Performance Category because this category is not registered or is a system category.
1619 MissingCategory=Category does not exist.
1620 MissingCategoryDetail=Category {0} does not exist.
1621 CantReadCategory=Cannot read Category {0}.
1622 MissingCounter=Counter {0} does not exist.
1623 CategoryNameNotSet=Category name property has not been set.
1624 CounterExists=Could not locate Performance Counter with specified category name '{0}', counter name '{1}'.
1625 CantReadCategoryIndex=Could not Read Category Index: {0}.
1626 CantReadCounter=Counter '{0}' does not exist in the specified Category.
1627 CantReadInstance=Instance '{0}' does not exist in the specified Category.
1628 RemoteWriting=Cannot write to a Performance Counter in a remote machine.
1629 CounterLayout=The Counter layout for the Category specified is invalid, a counter of the type:  AverageCount64, AverageTimer32, CounterMultiTimer, CounterMultiTimerInverse, CounterMultiTimer100Ns, CounterMultiTimer100NsInverse, RawFraction, or SampleFraction has to be immediately followed by any of the base counter types: AverageBase, CounterMultiBase, RawBase or SampleBase.
1630 PossibleDeadlock=The operation couldn't be completed, potential internal deadlock.
1631 SharedMemoryGhosted=Cannot access shared memory, AppDomain has been unloaded.
1632 HelpNotAvailable=Help not available.
1633 PerfInvalidHelp=Invalid help string. Its length must be in the range between '{0}' and '{1}'.
1634 PerfInvalidCounterName=Invalid counter name. Its length must be in the range between '{0}' and '{1}'. Double quotes, control characters and leading or trailing spaces are not allowed.
1635 PerfInvalidCategoryName=Invalid category name. Its length must be in the range between '{0}' and '{1}'. Double quotes, control characters and leading or trailing spaces are not allowed.
1636 MustAddCounterCreationData=Only objects of type CounterCreationData can be added to a CounterCreationDataCollection.
1637 RemoteCounterAdmin=Creating or Deleting Performance Counter Categories on remote machines is not supported.
1638 NoInstanceInformation=The {0} category doesn't provide any instance information, no accurate data can be returned.
1639 PerfCounterPdhError=There was an error calculating the PerformanceCounter value (0x{0}).
1640 MultiInstanceOnly=Category '{0}' is marked as multi-instance.  Performance counters in this category can only be created with instance names.
1641 SingleInstanceOnly=Category '{0}' is marked as single-instance.  Performance counters in this category can only be created without instance names.
1642 InstanceNameTooLong=Instance names used for writing to custom counters must be 127 characters or less.
1643 CategoryNameTooLong=Category names must be 1024 characters or less.
1644 InstanceLifetimeProcessonReadOnly=InstanceLifetime is unused by ReadOnly counters.
1645 InstanceLifetimeProcessforSingleInstance=Single instance categories are only valid with the Global lifetime.
1646 InstanceAlreadyExists=Instance '{0}' already exists with a lifetime of Process.  It cannot be recreated or reused until it has been removed or until the process using it has exited.
1647 CantSetLifetimeAfterInitialized=The InstanceLifetime cannot be set after the instance has been initialized.  You must use the default constructor and set the CategoryName, InstanceName, CounterName, InstanceLifetime and ReadOnly properties manually before setting the RawValue.
1648 ProcessLifetimeNotValidInGlobal=PerformanceCounterInstanceLifetime.Process is not valid in the global shared memory.  If your performance counter category was created with an older version of the Framework, it uses the global shared memory.  Either use PerformanceCounterInstanceLifetime.Global, or if applications running on older versions of the Framework do not need to write to your category, delete and recreate it.
1649 CantConvertProcessToGlobal=An instance with a lifetime of Process can only be accessed from a PerformanceCounter with the InstanceLifetime set to PerformanceCounterInstanceLifetime.Process.
1650 CantConvertGlobalToProcess=An instance with a lifetime of Global can only be accessed from a PerformanceCounter with the InstanceLifetime set to PerformanceCounterInstanceLifetime.Global.
1651 PCNotSupportedUnderAppContainer=Writeable performance counters are not allowed when running in AppContainer.
1652
1653 ; Process
1654
1655 PriorityClassNotSupported=The AboveNormal and BelowNormal priority classes are not available on this platform.
1656 WinNTRequired=Feature requires Windows NT.
1657 Win2kRequired=Feature requires Windows 2000.
1658 NoAssociatedProcess=No process is associated with this object.
1659 ProcessIdRequired=Feature requires a process identifier.
1660 NotSupportedRemote=Feature is not supported for remote machines.
1661 NoProcessInfo=Process has exited, so the requested information is not available.
1662 WaitTillExit=Process must exit before requested information can be determined.
1663 NoProcessHandle=Process was not started by this object, so requested information cannot be determined.
1664 MissingProccess=Process with an Id of {0} is not running.
1665 BadMinWorkset=Minimum working set size is invalid. It must be less than or equal to the maximum working set size.
1666 BadMaxWorkset=Maximum working set size is invalid. It must be greater than or equal to the minimum working set size.
1667 WinNTRequiredForRemote=Operating system does not support accessing processes on remote computers. This feature requires Windows NT or later.
1668 ProcessHasExited=Cannot process request because the process ({0}) has exited.
1669 ProcessHasExitedNoId=Cannot process request because the process has exited.
1670 ThreadExited=The request cannot be processed because the thread ({0}) has exited.
1671 Win2000Required=Feature requires Windows 2000 or later.
1672 ProcessNotFound=Thread {0} found, but no process {1} found.
1673 CantGetProcessId=Cannot retrieve process identifier from the process handle.
1674 ProcessDisabled=Process performance counter is disabled, so the requested operation cannot be performed.
1675 WaitReasonUnavailable=WaitReason is only available if the ThreadState is Wait.
1676 NotSupportedRemoteThread=Feature is not supported for threads on remote computers.
1677 UseShellExecuteRequiresSTA=Current thread is not in Single Thread Apartment (STA) mode. Starting a process with UseShellExecute set to True requires the current thread be in STA mode.  Ensure that your Main function has STAThreadAttribute marked.
1678 CantRedirectStreams=The Process object must have the UseShellExecute property set to false in order to redirect IO streams.
1679 CantUseEnvVars=The Process object must have the UseShellExecute property set to false in order to use environment variables.
1680 CantStartAsUser=The Process object must have the UseShellExecute property set to false in order to start a process as a user.
1681 CouldntConnectToRemoteMachine=Couldn't connect to remote machine.
1682 CouldntGetProcessInfos=Couldn't get process information from performance counter.
1683 InputIdleUnkownError=WaitForInputIdle failed.  This could be because the process does not have a graphical interface.
1684 FileNameMissing=Cannot start process because a file name has not been provided.
1685 EnvironmentBlock=The environment block provided doesn't have the correct format.
1686 EnumProcessModuleFailed=Unable to enumerate the process modules.
1687 EnumProcessModuleFailedDueToWow=A 32 bit processes cannot access modules of a 64 bit process.
1688 PendingAsyncOperation=An async read operation has already been started on the stream.
1689 NoAsyncOperation=No async read operation is in progress on the stream.
1690 InvalidApplication=The specified executable is not a valid application for this OS platform.
1691 StandardOutputEncodingNotAllowed=StandardOutputEncoding is only supported when standard output is redirected.
1692 StandardErrorEncodingNotAllowed=StandardErrorEncoding is only supported when standard error is redirected.
1693 CountersOOM=Custom counters file view is out of memory.
1694 MappingCorrupted=Cannot continue the current operation, the performance counters memory mapping has been corrupted.
1695 SetSecurityDescriptorFailed=Cannot initialize security descriptor initialized.
1696 CantCreateFileMapping=Cannot create file mapping.
1697 CantMapFileView=Cannot map view of file.
1698 CantGetMappingSize=Cannot calculate the size of the file view.
1699 CantGetStandardOut=StandardOut has not been redirected or the process hasn't started yet.
1700 CantGetStandardIn=StandardIn has not been redirected.
1701 CantGetStandardError=StandardError has not been redirected.
1702 CantMixSyncAsyncOperation= Cannot mix synchronous and asynchronous operation on process stream.
1703 NoFileMappingSize=Cannot retrieve file mapping size while initializing configuration settings.
1704 EnvironmentBlockTooLong=The environment block used to start a process cannot be longer than 65535 bytes.  Your environment block is {0} bytes long.  Remove some environment variables and try again.
1705 CantSetDuplicatePassword=ProcessStartInfo.Password and ProcessStartInfo.PasswordInClearText cannot both be set. Use only one of them.
1706
1707 #=------------------------------------------------------------------=
1708 # Strings used by the Serial ports and other areas using IO error reporting
1709 #=------------------------------------------------------------------=
1710 Arg_InvalidSerialPort=The given port name does not start with COM/com or does not resolve to a valid serial port.
1711 Arg_InvalidSerialPortExtended=The given port name is invalid.  It may be a valid port, but not a serial port.
1712 Arg_SecurityException=The port name cannot start with '\\'.
1713 #endif // !SILVERLIGHT
1714 Argument_InvalidOffLen=Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
1715 #if !SILVERLIGHT
1716 ArgumentNull_Array=Array cannot be null.
1717 ArgumentNull_Buffer=Buffer cannot be null.
1718 ArgumentOutOfRange_Bounds_Lower_Upper=Argument must be between {0} and {1}.
1719 #endif // !SILVERLIGHT
1720 ArgumentOutOfRange_Enum=Enum value was out of legal range.
1721 ArgumentOutOfRange_NeedNonNegNumRequired=Non-negative number required.
1722 ArgumentOutOfRange_NeedPosNum=Positive number required.
1723 #if !SILVERLIGHT
1724 ArgumentOutOfRange_Timeout=The timeout must be greater than or equal to -1.
1725 ArgumentOutOfRange_WriteTimeout=The timeout must be either a positive number or -1.
1726 ArgumentOutOfRange_OffsetOut=Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.
1727 IndexOutOfRange_IORaceCondition=Probable I/O race condition detected while copying memory.  The I/O package is not thread safe by default.  In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods.  This also applies to classes like StreamWriter and StreamReader.
1728 IO_BindHandleFailed=BindHandle for ThreadPool failed on this handle.
1729 IO_OperationAborted=The I/O operation has been aborted because of either a thread exit or an application request.
1730 NotSupported_UnseekableStream=Stream does not support seeking.
1731 IO_EOF_ReadBeyondEOF=Unable to read beyond the end of the stream.
1732 #endif // !SILVERLIGHT
1733 ObjectDisposed_StreamClosed=Can not access a closed Stream.
1734
1735 UnauthorizedAccess_IODenied_Path=Access to the port '{0}' is denied.
1736 IO_UnknownError=Unknown Error '{0}'.
1737 Arg_WrongAsyncResult=IAsyncResult object did not come from the corresponding async method on this type.
1738 InvalidOperation_EndReadCalledMultiple=EndRead can only be called once for each asynchronous operation.
1739 InvalidOperation_EndWriteCalledMultiple=EndWrite can only be called once for each asynchronous operation.
1740 IO_PortNotFound=The specified port does not exist.
1741 IO_PortNotFoundFileName=The port '{0}' does not exist.
1742 UnauthorizedAccess_IODenied_NoPathName=Access to the port is denied.
1743 IO_PathTooLong=The specified port name is too long.  The port name must be less than 260 characters.
1744 IO_SharingViolation_NoFileName=The process cannot access the port because it is being used by another process.
1745 IO_SharingViolation_File=The process cannot access the port '{0}' because it is being used by another process.
1746 #if !SILVERLIGHT
1747 NotSupported_UnwritableStream=Stream does not support writing.
1748 ObjectDisposed_WriterClosed=Can not write to a closed TextWriter.
1749
1750 BaseStream_Invalid_Not_Open=The BaseStream is only available when the port is open.
1751 PortNameEmpty_String=The PortName cannot be empty.
1752 Port_not_open=The port is closed.
1753 Port_already_open=The port is already open.
1754 Cant_be_set_when_open='{0}' cannot be set while the port is open.
1755 Max_Baud=The maximum baud rate for the device is {0}.
1756 In_Break_State=The port is in the break state and cannot be written to.
1757 Write_timed_out=The write timed out.
1758 CantSetRtsWithHandshaking=RtsEnable cannot be accessed if Handshake is set to RequestToSend or RequestToSendXOnXOff.
1759 NotSupportedOS=GetPortNames is not supported on Win9x platforms.
1760 NotSupportedEncoding=SerialPort does not support encoding '{0}'.  The supported encodings include ASCIIEncoding, UTF8Encoding, UnicodeEncoding, UTF32Encoding, and most single or double byte code pages.  For a complete list please see the documentation.
1761
1762
1763 ; Serial Port descriptions
1764 BaudRate=The baud rate to use on this serial port.
1765 DataBits=The number of data bits per transmitted/received byte.
1766 DiscardNull=Whether to discard null bytes received on the port before adding to serial buffer.
1767 DtrEnable=Whether to enable the Data Terminal Ready (DTR) line during communications.
1768 EncodingMonitoringDescription=The encoding to use when reading and writing strings.
1769 Handshake=The handshaking protocol for flow control in data exchange, which can be None.
1770 NewLine=The string used by ReadLine and WriteLine to denote a new line.
1771 Parity=The scheme for parity checking each received byte and marking each transmitted byte.
1772 ParityReplace=Byte with which to replace bytes received with parity errors.
1773 PortName=The name of the communications port to open.
1774 ReadBufferSize=The size of the read buffer in bytes.  This is the maximum number of read bytes which can be buffered.
1775 ReadTimeout=The read timeout in Milliseconds.
1776 ReceivedBytesThreshold=Number of bytes required to be available before the Read event is fired.
1777 RtsEnable=Whether to enable the Request To Send (RTS) line during communications.
1778 SerialPortDesc=Represents a serial port resource.
1779 StopBits=The number of stop bits per transmitted/received byte.
1780 WriteBufferSize=The size of the write buffer in bytes.  This is the maximum number of bytes which can be queued for write.
1781 WriteTimeout=The write timeout in milliseconds.
1782 SerialErrorReceived=Raised each time when an error is received from the SerialPort.
1783 SerialPinChanged=Raised each time when pin is changed on the SerialPort.
1784 SerialDataReceived=Raised each time when data is received from the SerialPort.
1785
1786 ; DescriptionAttribute
1787
1788 CounterType=The type of this counter.
1789 CounterName=The name of this counter.
1790 CounterHelp=Help information for this counter.
1791
1792 EventLogDesc=Provides interaction with Windows event logs.
1793 ErrorDataReceived=User event handler to call for async IO with StandardError stream.
1794 LogEntries=The contents of the log.
1795 LogLog=Gets or sets the name of the log to read from and write to.
1796 LogMachineName=The name of the machine on which to read or write events.
1797 LogMonitoring=Indicates if the component monitors the event log for changes.
1798 LogSynchronizingObject=The object used to marshal the event handler calls issued as a result of an EventLog change.
1799 LogSource=The application name (source name) to use when writing to the event log.
1800 LogEntryWritten=Raised each time any application writes an entry to the event log.
1801 LogEntryMachineName=The machine on which this event log resides.
1802 LogEntryData=The binary data associated with this entry in the event log.
1803 LogEntryIndex=The sequence of this entry in the event log.
1804 LogEntryCategory=The category for this message.
1805 LogEntryCategoryNumber=An application-specific category number assigned to this entry.
1806 LogEntryEventID=The number identifying the message for this source.
1807 LogEntryEntryType=The type of entry - Information, Warning, etc.
1808 LogEntryMessage=The text of the message for this entry
1809 LogEntrySource=The name of the application that wrote this entry.
1810 LogEntryReplacementStrings=The application-supplied strings used in the message.
1811 LogEntryResourceId=The full number identifying the message in the event message dll.
1812 LogEntryTimeGenerated=The time at which the application logged this entry.
1813 LogEntryTimeWritten=The time at which the system logged this entry to the event log.
1814 LogEntryUserName=The username of the account associated with this entry by the writing application.
1815 OutputDataReceived=User event handler to call for async IO with StandardOutput stream.
1816 PC_CounterHelp=The description message for this counter.
1817 PC_CounterType=The counter type indicates how to interpret the value of the counter, for example an actual count or a rate of change.
1818 PC_ReadOnly=Indicates if the counter is read only.  Remote counters and counters not created using this component are read-only.
1819 PC_RawValue=Directly accesses the raw value of this counter.  The counter must have been created using this component.
1820 ProcessAssociated=Indicates if the process component is associated with a real process.
1821 ProcessDesc=Provides access to local and remote processes, enabling starting and stopping of local processes.
1822 ProcessExitCode=The value returned from the associated process when it terminated.
1823 ProcessTerminated=Indicates if the associated process has been terminated.
1824 ProcessExitTime=The time that the associated process exited.
1825 ProcessHandle=Returns the native handle for this process.   The handle is only available if the process was started using this component.
1826 ProcessHandleCount=The number of native handles associated with this process.
1827 ProcessId=The unique identifier for the process.
1828 ProcessMachineName=The name of the machine the running the process.
1829 ProcessMainModule=The main module for the associated process.
1830 ProcessModules=The modules that have been loaded by the associated process.
1831 ProcessSynchronizingObject=The object used to marshal the event handler calls issued as a result of a Process exit.
1832 ProcessSessionId=The identifier for the session of the process.
1833 ProcessThreads=The threads running in the associated process.
1834 ProcessEnableRaisingEvents=Whether the process component should watch for the associated process to exit, and raise the Exited event.
1835 ProcessExited=If the WatchForExit property is set to true, then this event is raised when the associated process exits.
1836 ProcessFileName=The name of the application, document or URL to start.
1837 ProcessWorkingDirectory=The initial working directory for the process.
1838 ProcessBasePriority=The base priority computed based on the priority class that all threads run relative to.
1839 ProcessMainWindowHandle=The handle of the main window for the process.
1840 ProcessMainWindowTitle=The caption of the main window for the process.
1841 ProcessMaxWorkingSet=The maximum amount of physical memory the process has required since it was started.
1842 ProcessMinWorkingSet=The minimum amount of physical memory the process has required since it was started.
1843 ProcessNonpagedSystemMemorySize=The number of bytes of non pageable system  memory the process is using.
1844 ProcessPagedMemorySize=The current amount of memory that can be paged to disk that the process is using.
1845 ProcessPagedSystemMemorySize=The number of bytes of pageable system memory the process is using.
1846 ProcessPeakPagedMemorySize=The maximum amount of memory that can be paged to disk that the process has used since it was started.
1847 ProcessPeakWorkingSet=The maximum amount of physical memory the process has used since it was started.
1848 ProcessPeakVirtualMemorySize=The maximum amount of virtual memory the process has allocated since it was started.
1849 ProcessPriorityBoostEnabled=Whether this process would like a priority boost when the user interacts with it.
1850 ProcessPriorityClass=The priority that the threads in the process run relative to.
1851 ProcessPrivateMemorySize=The current amount of memory that the process has allocated that cannot be shared with other processes.
1852 ProcessPrivilegedProcessorTime=The amount of CPU time the process spent inside the operating system core.
1853 ProcessProcessName=The name of the process.
1854 ProcessProcessorAffinity=A bit mask which represents the processors that the threads within the process are allowed to run on.
1855 ProcessResponding=Whether this process is currently responding.
1856 ProcessStandardError=Standard error stream of the process.
1857 ProcessStandardInput=Standard input stream of the process.
1858 ProcessStandardOutput=Standard output stream of the process.
1859 ProcessStartInfo=Specifies information used to start a process.
1860 ProcessStartTime=The time at which the process was started.
1861 ProcessTotalProcessorTime=The amount of CPU time the process has used.
1862 ProcessUserProcessorTime=The amount of CPU time the process spent outside the operating system core.
1863 ProcessVirtualMemorySize=The amount of virtual memory the process has currently allocated.
1864 ProcessWorkingSet=The current amount of physical memory the process is using.
1865 ProcModModuleName=The name of the module.
1866 ProcModFileName=The file name of the module.
1867 ProcModBaseAddress=The memory address that the module loaded at.
1868 ProcModModuleMemorySize=The amount of virtual memory required by the code and data in the module file.
1869 ProcModEntryPointAddress=The memory address of the function that runs when the module is loaded.
1870 ProcessVerb=The verb to apply to the document specified by the FileName property.
1871 ProcessArguments=Command line arguments that will be passed to the application specified by the FileName property.
1872 ProcessErrorDialog=Whether to show an error dialog to the user if there is an error.
1873 ProcessWindowStyle=How the main window should be created when the process starts.
1874 ProcessCreateNoWindow=Whether to start the process without creating a new window to contain it.
1875 ProcessEnvironmentVariables=Set of environment variables that apply to this process and child processes.
1876 ProcessRedirectStandardInput=Whether the process command input is read from the Process instance's StandardInput member.
1877 ProcessRedirectStandardOutput=Whether the process output is written to the Process instance's StandardOutput member.
1878 ProcessRedirectStandardError=Whether the process's error output is written to the Process instance's StandardError member.
1879 ProcessUseShellExecute=Whether to use the operating system shell to start the process.
1880 ThreadBasePriority=The current base priority of the thread.
1881 ThreadCurrentPriority=The current priority level of the thread.
1882 ThreadId=The unique identifier for the thread.
1883 ThreadPriorityBoostEnabled=Whether the thread would like a priority boost when the user interacts with UI associated with the thread.
1884 ThreadPriorityLevel=The priority level of the thread.
1885 ThreadPrivilegedProcessorTime=The amount of CPU time the thread spent inside the operating system core.
1886 ThreadStartAddress=The memory address of the function that was run when the thread started.
1887 ThreadStartTime=The time the thread was started.
1888 ThreadThreadState=The execution state of the thread.
1889 ThreadTotalProcessorTime=The amount of CPU time the thread has consumed since it was started.
1890 ThreadUserProcessorTime=The amount of CPU time the thread spent outside the operating system core.
1891 ThreadWaitReason=The reason the thread is waiting, if it is waiting.
1892
1893 ; String constants
1894
1895 VerbEditorDefault=(Default)
1896
1897 ; AppSettingsReader exceptions
1898
1899 AppSettingsReaderNoKey=The key '{0}' does not exist in the appSettings configuration section.
1900 AppSettingsReaderNoParser=Type '{0}' does not have a Parse method.
1901 AppSettingsReaderCantParse=The value '{0}' was found in the appSettings configuration section for key '{1}', and this value is not a valid {2}.
1902 AppSettingsReaderEmptyString=(empty string)
1903
1904 ; ResourcePermissionBase
1905 InvalidPermissionState=Invalid permission state.
1906 PermissionNumberOfElements=The number of elements on the access path must be the same as the number of tag names.
1907 PermissionItemExists=The item provided already exists.
1908 PermissionItemDoesntExist=The requested item doesn't exist.
1909 PermissionBadParameterEnum=Parameter must be of type enum.
1910 PermissionInvalidLength=Length must be greater than {0}.
1911 PermissionTypeMismatch=Type mismatch.
1912 Argument_NotAPermissionElement='securityElement' was not a permission element.
1913 Argument_InvalidXMLBadVersion=Invalid Xml - can only parse elements of version one.
1914
1915 ; WebBrowserPermission
1916
1917 InvalidPermissionLevel=Invalid permission level.
1918 TargetNotWebBrowserPermissionLevel=Target not WebBrowserPermissionLevel.
1919 WebBrowserBadXml=Bad Xml {0}
1920
1921 ; KeyedCollection
1922
1923 KeyedCollNeedNonNegativeNum=Need a non negative number for capacity.
1924 KeyedCollDuplicateKey=Cannot add item since the item with the key already exists in the collection.
1925 KeyedCollReferenceKeyNotFound=The key reference with respect to which the insertion operation was to be performed was not found.
1926 KeyedCollKeyNotFound=Cannot find the key {0} in the collection.
1927 KeyedCollInvalidKey=Keys must be non-null non-empty Strings.
1928 KeyedCollCapacityOverflow=Capacity overflowed and went negative.  Check capacity of the collection.
1929 #endif // ! SILVERLIGHT
1930 InvalidOperation_EnumEnded=The enumeration has already completed.
1931 #if !SILVERLIGHT
1932
1933 ; OrderedDictionary
1934
1935 OrderedDictionary_ReadOnly=The OrderedDictionary is readonly and cannot be modified.
1936 OrderedDictionary_SerializationMismatch=There was an error deserializing the OrderedDictionary.  The ArrayList does not contain DictionaryEntries.
1937
1938 ;; Used by background tasks from System.ComponentModel
1939
1940 ; exception strings
1941 #endif // !SILVERLIGHT
1942 Async_ExceptionOccurred=An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.
1943 #if !SILVERLIGHT
1944 Async_QueueingFailed=Queuing WaitCallback failed.
1945 #endif // !SILVERLIGHT
1946 Async_OperationCancelled=Operation has been cancelled.
1947 Async_OperationAlreadyCompleted=This operation has already had OperationCompleted called on it and further calls are illegal.
1948 Async_NullDelegate=A non-null SendOrPostCallback must be supplied.
1949 BackgroundWorker_AlreadyRunning=BackgroundWorker is already running.
1950 BackgroundWorker_CancellationNotSupported=BackgroundWorker does not support cancellation.
1951 BackgroundWorker_OperationCompleted=Operation has already been completed.
1952 BackgroundWorker_ProgressNotSupported=BackgroundWorker does not support progress.
1953 #if !SILVERLIGHT
1954 BackgroundWorker_WorkerAlreadyRunning=This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.
1955 BackgroundWorker_WorkerDoesntReportProgress=This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.
1956 BackgroundWorker_WorkerDoesntSupportCancellation=This BackgroundWorker states that it doesn't support cancellation. Modify WorkerSupportsCancellation to state that it does support cancellation.
1957
1958 ; description strings
1959 Async_ProgressChangedEventArgs_ProgressPercentage=Percentage progress made in operation.
1960 Async_ProgressChangedEventArgs_UserState=User-supplied state to identify operation.
1961 Async_AsyncEventArgs_Cancelled=True if operation was cancelled.
1962 Async_AsyncEventArgs_Error=Exception that occurred during operation.  Null if no error.
1963 Async_AsyncEventArgs_UserState=User-supplied state to identify operation.
1964 BackgroundWorker_CancellationPending=Has the user attempted to cancel the operation? To be accessed from DoWork event handler.
1965 BackgroundWorker_DoWork=Event handler to be run on a different thread when the operation begins.
1966 BackgroundWorker_IsBusy=Is the worker still currently working on a background operation?
1967 BackgroundWorker_ProgressChanged=Raised when the worker thread indicates that some progress has been made.
1968 BackgroundWorker_RunWorkerCompleted=Raised when the worker has completed (either through success, failure, or cancellation).
1969 BackgroundWorker_WorkerReportsProgress=Whether the worker will report progress.
1970 BackgroundWorker_WorkerSupportsCancellation=Whether the worker supports cancellation.
1971 BackgroundWorker_DoWorkEventArgs_Argument=Argument passed into the worker handler from BackgroundWorker.RunWorkerAsync.
1972 BackgroundWorker_DoWorkEventArgs_Result=Result from the worker function.
1973 BackgroundWorker_Desc=Executes an operation on a separate thread.
1974 ; InstanceCreationEditor
1975 InstanceCreationEditorDefaultText=(New...)
1976
1977
1978 #=------------------------------------------
1979 #= PropertyTabAttributes strings
1980 #=------------------------------------------
1981 PropertyTabAttributeBadPropertyTabScope=Scope must be PropertyTabScope.Document or PropertyTabScope.Component
1982 PropertyTabAttributeTypeLoadException=Couldn't find type {0}
1983 PropertyTabAttributeArrayLengthMismatch=tabClasses must have the same number of items as tabScopes
1984 PropertyTabAttributeParamsBothNull=An array of tab type names or tab types must be specified
1985
1986 #=------------------------------------------
1987 #= InstanceDescriptor strings
1988 #=------------------------------------------
1989 InstanceDescriptorCannotBeStatic=Parameter cannot be static.
1990 InstanceDescriptorMustBeStatic=Parameter must be static.
1991 InstanceDescriptorMustBeReadable=Parameter must be readable.
1992 InstanceDescriptorLengthMismatch=Length mismatch.
1993
1994 #=------------------------------------------
1995 #= ToolboxItemAttribute strings
1996 #=------------------------------------------
1997 ToolboxItemAttributeFailedGetType=Failed to create ToolboxItem of type: {0}
1998
1999 #=------------------------------------------
2000 #= PropertyDescriptorCollection strings
2001 #=------------------------------------------
2002 PropertyDescriptorCollectionBadValue=Parameter must be of type PropertyDescriptor.
2003 PropertyDescriptorCollectionBadKey=Parameter must be of type int or string.
2004
2005 AspNetHostingPermissionBadXml=Bad Xml {0}
2006 #endif // !SILVERLIGHT
2007
2008 #=------------------------------------------------------------------=
2009 # Strings used by Compression classes
2010 #=------------------------------------------------------------------=
2011 CorruptedGZipHeader=The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.
2012 UnknownCompressionMode=The compression mode specified in GZip header is unknown.
2013 UnknownState=Decoder is in some unknown state. This might be caused by corrupted data.
2014 InvalidHuffmanData=Failed to construct a huffman tree using the length array. The stream might be corrupted.
2015 InvalidCRC=The CRC in GZip footer does not match the CRC calculated from the decompressed data.
2016 InvalidStreamSize=The stream size in GZip footer does not match the real stream size.
2017 UnknownBlockType=Unknown block type. Stream might be corrupted.
2018 InvalidBlockLength=Block length does not match with its complement.
2019 GenericInvalidData=Found invalid data while decoding.
2020 CannotReadFromDeflateStream=Reading from the compression stream is not supported.
2021 CannotWriteToDeflateStream=Writing to the compression stream is not supported.
2022 NotReadableStream=The base stream is not readable.
2023 NotWriteableStream=The base stream is not writeable.
2024 InvalidArgumentOffsetCount=Offset plus count is larger than the length of target array.
2025 InvalidBeginCall=Only one asynchronous reader is allowed time at one time.
2026 InvalidEndCall=EndRead is only callable when there is one pending asynchronous reader.
2027 StreamSizeOverflow=The gzip stream can't contain more than 4GB data.
2028 ZLibErrorDLLLoadError=The underlying compression routine could not be loaded correctly.
2029 ZLibErrorUnexpected=The underlying compression routine returned an unexpected error code.
2030 ZLibErrorInconsistentStream=The stream state of the underlying compression routine is inconsistent.
2031 ZLibErrorSteamFreedPrematurely=The stream state of the underlying compression routine was freed prematurely.
2032 ZLibErrorNotEnoughMemory=The underlying compression routine could not reserve sufficient memory.
2033 ZLibErrorIncorrectInitParameters=The underlying compression routine received incorrect initialization parameters.
2034 ZLibErrorVersionMismatch=The version of the underlying compression routine does not match expected version.
2035
2036
2037 #if !SILVERLIGHT
2038 #=------------------------------------------------------------------=
2039 # Strings used by System.Runtime
2040 #=------------------------------------------------------------------=
2041 InvalidOperation_HCCountOverflow=Handle collector count overflows or underflows.
2042 Argument_InvalidThreshold=maximumThreshold cannot be less than initialThreshold.
2043 #endif // !SILVERLIGHT
2044
2045 #=------------------------------------------------------------------=
2046 # Strings used by System.Threading
2047 #=------------------------------------------------------------------=
2048 Argument_SemaphoreInitialMaximum=The initial count for the semaphore must be greater than or equal to zero and less than the maximum count.
2049 Argument_WaitHandleNameTooLong=The name can be no more than 260 characters in length.
2050 WaitHandleCannotBeOpenedException_InvalidHandle=A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name.
2051
2052 #if !SILVERLIGHT
2053 #=------------------------------------------
2054 #= Client Config
2055 #=------------------------------------------
2056 ArgumentNotAPermissionElement=Argument was not a permission Element.
2057 ArgumentWrongType=Argument should be of type {0}.
2058 BadXmlVersion=Xml version was wrong.
2059 BinarySerializationNotSupported=Binary serialization is current not supported by the LocalFileSettingsProvider.
2060 BothScopeAttributes=The setting {0} has both an ApplicationScopedSettingAttribute and a UserScopedSettingAttribute.
2061 NoScopeAttributes=The setting {0} does not have either an ApplicationScopedSettingAttribute or UserScopedSettingAttribute.
2062 PositionOutOfRange=Position cannot be less than zero.
2063 ProviderInstantiationFailed=Failed to instantiate provider: {0}.
2064 ProviderTypeLoadFailed=Failed to load provider type: {0}.
2065 SaveAppScopedNotSupported=Error saving {0} - The LocalFileSettingsProvider does not support saving changes to application-scoped settings.
2066 SettingsResetFailed=Failed to reset settings: unable to access the configuration section.
2067 SettingsSaveFailed=Failed to save settings: {0}
2068 SettingsSaveFailedNoSection=Failed to save settings: unable to access the configuration section.
2069 StringDeserializationFailed=Could not use String deserialization for setting: {0}.
2070 StringSerializationFailed=Could not use String serialization for setting: {0}.
2071 UnknownSerializationFormat=Unknown serialization format specified.
2072 UnknownSeekOrigin=Unknown SeekOrigin specified.
2073 UnknownUserLevel=Unknown ConfigurationUserLevel specified.
2074 UserSettingsNotSupported=The current configuration system does not support user-scoped settings.
2075 XmlDeserializationFailed=Could not use Xml deserialization for setting: {0}.
2076 XmlSerializationFailed=Could not use Xml serialization for setting: {0}.
2077
2078 #=------------------------------------------
2079 #= Member relationships
2080 #=------------------------------------------
2081 MemberRelationshipService_RelationshipNotSupported=Relationships between {0}.{1} and {2}.{3} are not supported.
2082
2083 #=------------------------------------------
2084 #= MaskedTextProvider messages
2085 #=------------------------------------------
2086 MaskedTextProviderPasswordAndPromptCharError=The PasswordChar and PromptChar values cannot be the same.
2087 MaskedTextProviderInvalidCharError=The specified character value is not allowed for this property.
2088 MaskedTextProviderMaskNullOrEmpty=The Mask value cannot be null or empty.
2089 MaskedTextProviderMaskInvalidChar=The specified mask contains invalid characters.
2090
2091 #=------------------------------------------
2092 #= StandardOleMarshalObject strings
2093 #=------------------------------------------
2094 StandardOleMarshalObjectGetMarshalerFailed=Failed to get marshaler for IID {0}.
2095
2096
2097 #=------------------------------------------
2098 #= Sound API
2099 #=------------------------------------------
2100 SoundAPIBadSoundLocation=Could not determine a universal resource identifier for the sound location.
2101 SoundAPIFileDoesNotExist=Please be sure a sound file exists at the specified location.
2102 SoundAPIFormatNotSupported=Sound API only supports playing PCM wave files.
2103 SoundAPIInvalidWaveFile=The file located at {0} is not a valid wave file.
2104 SoundAPIInvalidWaveHeader=The wave header is corrupt.
2105 SoundAPILoadTimedOut=The request to load the wave file in memory timed out.
2106 SoundAPILoadTimeout=The LoadTimeout property of a SoundPlayer cannot be negative.
2107 SoundAPIReadError=There was an error reading the file located at {0}. Please make sure that a valid wave file exists at the specified location.
2108
2109 #=------------------------------------------
2110 #= System.Collections.Specialized strings
2111 #=------------------------------------------
2112 WrongActionForCtor=Constructor supports only the '{0}' action.
2113 MustBeResetAddOrRemoveActionForCtor=Constructor only supports either a Reset, Add, or Remove action.
2114 ResetActionRequiresNullItem=Reset action must be initialized with no changed items.
2115 ResetActionRequiresIndexMinus1=Reset action must be initialized with index -1.
2116 IndexCannotBeNegative=Index cannot be negative.
2117
2118 #=------------------------------------------
2119 #= System.Collections.ObjectModel strings
2120 #=------------------------------------------
2121 ObservableCollectionReentrancyNotAllowed=Cannot change ObservableCollection during a CollectionChanged event.
2122
2123 #endif // !SILVERLIGHT
2124
2125 #if FEATURE_NETCORE
2126 #= Duplicates because:
2127 #= error RG0000: Found an invalid #ifdef value, "!SILVERLIGHT && !FEATURE_NETCORE".  
2128 #= ResGen supports very simple syntax currently, and doesn't include parentheses, || nor &&. 
2129 #=------------------------------------------
2130 WrongActionForCtor=Constructor supports only the '{0}' action.
2131
2132 MustBeResetAddOrRemoveActionForCtor=Constructor only supports either a Reset, Add, or Remove action.
2133 ResetActionRequiresNullItem=Reset action must be initialized with no changed items.
2134 ResetActionRequiresIndexMinus1=Reset action must be initialized with index -1.
2135 IndexCannotBeNegative=Index cannot be negative.
2136 ObservableCollectionReentrancyNotAllowed=Cannot change ObservableCollection during a CollectionChanged event.
2137
2138 InvalidOperation_HCCountOverflow=Handle collector count overflows or underflows.
2139 Argument_InvalidThreshold=maximumThreshold cannot be less than initialThreshold.
2140 #endif // !FEATURE_NETCORE
2141
2142 #endif // INCLUDE_DEBUG
2143
2144 #if !SILVERLIGHT
2145 net_ssl_io_already_shutdown=Write operations are not allowed after the channel was shutdown.
2146 #endif // !SILVERLIGHT