Merge branch 'master' into config-checks-ipv6
[mono.git] / mcs / class / System / corefx / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string BlockingCollection_Add_ConcurrentCompleteAdd = "CompleteAdding may not be used concurrently with additions to the collection.";
8         public const string BlockingCollection_Add_Failed = "The underlying collection didn't accept the item.";
9         public const string BlockingCollection_CantAddAnyWhenCompleted = "At least one of the specified collections is marked as complete with regards to additions.";
10         public const string BlockingCollection_CantTakeAnyWhenAllDone = "All collections are marked as complete with regards to additions.";
11         public const string BlockingCollection_CantTakeWhenDone = "The collection argument is empty and has been marked as complete with regards to additions.";
12         public const string BlockingCollection_Completed = "The collection has been marked as complete with regards to additions.";
13         public const string BlockingCollection_CopyTo_IncorrectType = "The array argument is of the incorrect type.";
14         public const string BlockingCollection_CopyTo_MultiDim = "The array argument is multidimensional.";
15         public const string BlockingCollection_CopyTo_NonNegative = "The index argument must be greater than or equal zero.";
16         public const string Collection_CopyTo_TooManyElems = "The number of elements in the collection is greater than the available space from index to the end of the destination array.";
17         public const string BlockingCollection_ctor_BoundedCapacityRange = "The boundedCapacity argument must be positive.";
18         public const string BlockingCollection_ctor_CountMoreThanCapacity = "The collection argument contains more items than are allowed by the boundedCapacity.";
19         public const string BlockingCollection_Disposed = "The collection has been disposed.";
20         public const string BlockingCollection_Take_CollectionModified = "The underlying collection was modified from outside of the BlockingCollection<T>.";
21         public const string BlockingCollection_TimeoutInvalid = "The specified timeout must represent a value between -1 and {0}, inclusive.";
22         public const string BlockingCollection_ValidateCollectionsArray_DispElems = "The collections argument contains at least one disposed element.";
23         public const string BlockingCollection_ValidateCollectionsArray_LargeSize = "The collections length is greater than the supported range for 32 bit machine.";
24         public const string BlockingCollection_ValidateCollectionsArray_NullElems = "The collections argument contains at least one null element.";
25         public const string BlockingCollection_ValidateCollectionsArray_ZeroSize = "The collections argument is a zero-length array.";
26         public const string Common_OperationCanceled = "The operation was canceled.";
27         public const string ConcurrentBag_Ctor_ArgumentNullException = "The collection argument is null.";
28         public const string ConcurrentBag_CopyTo_ArgumentNullException = "The array argument is null.";
29         public const string Collection_CopyTo_ArgumentOutOfRangeException = "The index argument must be greater than or equal zero.";
30         public const string ConcurrentCollection_SyncRoot_NotSupported = "The SyncRoot property may not be used for the synchronization of concurrent collections.";
31         public const string ConcurrentDictionary_ArrayIncorrectType = "The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array.";
32         public const string ConcurrentDictionary_SourceContainsDuplicateKeys = "The source argument contains duplicate keys.";
33         public const string ConcurrentDictionary_ConcurrencyLevelMustBePositive = "The concurrencyLevel argument must be positive.";
34         public const string ConcurrentDictionary_CapacityMustNotBeNegative = "The capacity argument must be greater than or equal to zero.";
35         public const string ConcurrentDictionary_IndexIsNegative = "The index argument is less than zero.";
36         public const string ConcurrentDictionary_ArrayNotLargeEnough = "The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array.";
37         public const string ConcurrentDictionary_KeyAlreadyExisted = "The key already existed in the dictionary.";
38         public const string ConcurrentDictionary_ItemKeyIsNull = "TKey is a reference type and item.Key is null.";
39         public const string ConcurrentDictionary_TypeOfKeyIncorrect = "The key was of an incorrect type for this dictionary.";
40         public const string ConcurrentDictionary_TypeOfValueIncorrect = "The value was of an incorrect type for this dictionary.";
41         public const string ConcurrentStack_PushPopRange_CountOutOfRange = "The count argument must be greater than or equal to zero.";
42         public const string ConcurrentStack_PushPopRange_InvalidCount = "The sum of the startIndex and count arguments must be less than or equal to the collection's Count.";
43         public const string ConcurrentStack_PushPopRange_StartOutOfRange = "The startIndex argument must be greater than or equal to zero.";
44         public const string Partitioner_DynamicPartitionsNotSupported = "Dynamic partitions are not supported by this partitioner.";
45         public const string PartitionerStatic_CanNotCallGetEnumeratorAfterSourceHasBeenDisposed = "Can not call GetEnumerator on partitions after the source enumerable is disposed";
46         public const string PartitionerStatic_CurrentCalledBeforeMoveNext = "MoveNext must be called at least once before calling Current.";
47         public const string ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished = "Enumeration has either not started or has already finished.";
48         public const string Arg_NonZeroLowerBound = "The lower bound of target array must be zero.";
49         public const string Arg_WrongType = "The value '{0}' is not of type '{1}' and cannot be used in this generic collection.";
50         public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
51         public const string ArgumentOutOfRange_NeedNonNegNum = "Non-negative number required.";
52         public const string ArgumentOutOfRange_SmallCapacity = "capacity was less than the current size.";
53         public const string 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.";
54         public const string Argument_AddingDuplicate = "An item with the same key has already been added. Key: {0}";
55         public const string InvalidOperation_EmptyQueue = "Queue empty.";
56         public const string InvalidOperation_EnumOpCantHappen = "Enumeration has either not started or has already finished.";
57         public const string InvalidOperation_EnumFailedVersion = "Collection was modified; enumeration operation may not execute.";
58         public const string InvalidOperation_EmptyStack = "Stack empty.";
59         public const string InvalidOperation_EnumNotStarted = "Enumeration has not started. Call MoveNext.";
60         public const string InvalidOperation_EnumEnded = "Enumeration already finished.";
61         public const string NotSupported_KeyCollectionSet = "Mutating a key collection derived from a dictionary is not allowed.";
62         public const string NotSupported_ValueCollectionSet = "Mutating a value collection derived from a dictionary is not allowed.";
63         public const string Arg_ArrayLengthsDiffer = "Array lengths must be the same.";
64         public const string Arg_BitArrayTypeUnsupported = "Only supported array types for CopyTo on BitArrays are Boolean[], Int32[] and Byte[].";
65         public const string Arg_HSCapacityOverflow = "HashSet capacity is too big.";
66         public const string Arg_HTCapacityOverflow = "Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.";
67         public const string Arg_InsufficientSpace = "Insufficient space in the target location to copy the information.";
68         public const string Arg_RankMultiDimNotSupported = "Only single dimensional arrays are supported for the requested action.";
69         public const string Argument_ArrayTooLarge = "The input array length must not exceed Int32.MaxValue / {0}. Otherwise BitArray.Length would exceed Int32.MaxValue.";
70         public const string Argument_InvalidArrayType = "Target array type is not compatible with the type of items in the collection.";
71         public const string ArgumentOutOfRange_BiggerThanCollection = "Must be less than or equal to the size of the collection.";
72         public const string ArgumentOutOfRange_Index = "Index was out of range. Must be non-negative and less than the size of the collection.";
73         public const string ExternalLinkedListNode = "The LinkedList node does not belong to current LinkedList.";
74         public const string LinkedListEmpty = "The LinkedList is empty.";
75         public const string LinkedListNodeIsAttached = "The LinkedList node already belongs to a LinkedList.";
76         public const string NotSupported_SortedListNestedWrite = "This operation is not supported on SortedList nested types because they require modifying the original SortedList.";
77         public const string SortedSet_LowerValueGreaterThanUpperValue = "Must be less than or equal to upperValue.";
78         public const string Serialization_InvalidOnDeser = "OnDeserialization method was called while the object was not being deserialized.";
79         public const string Serialization_MismatchedCount = "The serialized Count information doesn't match the number of items.";
80         public const string Serialization_MissingKeys = "The keys for this dictionary are missing.";
81         public const string Serialization_MissingValues = "The values for this dictionary are missing.";
82         public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
83         public const string ArgumentOutOfRange_IndexCountBuffer = "Index and count must refer to a location within the buffer.";
84         public const string Argument_InvalidCharSequenceNoIndex = "String contains invalid Unicode code points.";
85         public const string net_uri_BadAuthority = "Invalid URI: The Authority/Host could not be parsed.";
86         public const string net_uri_BadAuthorityTerminator = "Invalid URI: The Authority/Host cannot end with a backslash character ('\\\\').";
87         public const string net_uri_BadFormat = "Invalid URI: The format of the URI could not be determined.";
88         public const string net_uri_NeedFreshParser = "The URI parser instance passed into 'uriParser' parameter is already registered with the scheme name '{0}'.";
89         public const string net_uri_AlreadyRegistered = "A URI scheme name '{0}' already has a registered custom parser.";
90         public const string net_uri_BadHostName = "Invalid URI: The hostname could not be parsed.";
91         public const string net_uri_BadPort = "Invalid URI: Invalid port specified.";
92         public const string net_uri_BadScheme = "Invalid URI: The URI scheme is not valid.";
93         public const string net_uri_BadString = "Invalid URI: There is an invalid sequence in the string.";
94         public const string net_uri_BadUserPassword = "Invalid URI: The username:password construct is badly formed.";
95         public const string net_uri_CannotCreateRelative = "A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.";
96         public const string net_uri_SchemeLimit = "Invalid URI: The Uri scheme is too long.";
97         public const string net_uri_EmptyUri = "Invalid URI: The URI is empty.";
98         public const string net_uri_InvalidUriKind = "The value '{0}' passed for the UriKind parameter is invalid.";
99         public const string net_uri_MustRootedPath = "Invalid URI: A Dos path must be rooted, for example, 'c:\\\\'.";
100         public const string net_uri_NotAbsolute = "This operation is not supported for a relative URI.";
101         public const string net_uri_PortOutOfRange = "A derived type '{0}' has reported an invalid value for the Uri port '{1}'.";
102         public const string net_uri_SizeLimit = "Invalid URI: The Uri string is too long.";
103         public const string net_uri_UserDrivenParsing = "A derived type '{0}' is responsible for parsing this Uri instance. The base implementation must not be used.";
104         public const string net_uri_NotJustSerialization = "UriComponents.SerializationInfoString must not be combined with other UriComponents.";
105         public const string net_uri_BadUnicodeHostForIdn = "An invalid Unicode character by IDN standards was specified in the host.";
106         public const string DebugAssertBanner = "---- DEBUG ASSERTION FAILED ----";
107         public const string DebugAssertLongMessage = "---- Assert Long Message ----";
108         public const string DebugAssertShortMessage = "---- Assert Short Message ----";
109         public const string IO_FileNotFound = "Unable to find the specified file.";
110         public const string IO_FileNotFound_FileName = "Could not find file '{0}'.";
111         public const string IO_PathNotFound_NoPathName = "Could not find a part of the path.";
112         public const string IO_PathNotFound_Path = "Could not find a part of the path '{0}'.";
113         public const string IO_SharingViolation_File = "The process cannot access the file '{0}' because it is being used by another process.";
114         public const string IO_SharingViolation_NoFileName = "The process cannot access the file because it is being used by another process.";
115         public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the path is denied.";
116         public const string UnauthorizedAccess_IODenied_Path = "Access to the path '{0}' is denied.";
117         public const string ArgumentOutOfRange_FileLengthTooBig = "Specified file length was too large for the file system.";
118         public const string IO_FileExists_Name = "The file '{0}' already exists.";
119         public const string IO_PathTooLong = "The specified file name or path is too long, or a component of the specified path is too long.";
120         public const string Argument_ExtraNotValid = "Extra portion of URI not valid.";
121         public const string Argument_InvalidUriSubcomponent = "The subcomponent, {0}, of this uri is not valid.";
122 }