Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/Resources/Strings.resx')
-rw-r--r--src/System.Private.CoreLib/src/Resources/Strings.resx140
1 files changed, 103 insertions, 37 deletions
diff --git a/src/System.Private.CoreLib/src/Resources/Strings.resx b/src/System.Private.CoreLib/src/Resources/Strings.resx
index 2eedd405c..8c132237e 100644
--- a/src/System.Private.CoreLib/src/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/src/Resources/Strings.resx
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
- <!--
- Microsoft ResX Schema
-
+ <!--
+ Microsoft ResX Schema
+
Version 2.0
-
- The primary goals of this format is to allow a simple XML format
- that is mostly human readable. The generation and parsing of the
- various data types are done through the TypeConverter classes
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
associated with the data types.
-
+
Example:
-
+
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
@@ -26,36 +26,36 @@
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
-
- There are any number of "resheader" rows that contain simple
+
+ There are any number of "resheader" rows that contain simple
name/value pairs.
-
- Each data row contains a name, and value. The row also contains a
- type or mimetype. Type corresponds to a .NET class that support
- text/value conversion through the TypeConverter architecture.
- Classes that don't support this are serialized and stored with the
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
mimetype set.
-
- The mimetype is used for serialized objects, and tells the
- ResXResourceReader how to depersist the object. This is currently not
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
-
- Note - application/x-microsoft.net.object.binary.base64 is the format
- that the ResXResourceWriter will generate, however the reader can
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
-
+
mimetype: application/x-microsoft.net.object.binary.base64
- value : The object must be serialized with
+ value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
-
+
mimetype: application/x-microsoft.net.object.soap.base64
- value : The object must be serialized with
+ value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
- value : The object must be serialized into a byte array
+ value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
@@ -156,6 +156,9 @@
<data name="Arg_CannotHaveNegativeValue" xml:space="preserve">
<value>String cannot contain a minus sign if the base is not 10.</value>
</data>
+ <data name="Arg_CannotMixComparisonInfrastructure" xml:space="preserve">
+ <value>The usage of IKeyComparer and IHashCodeProvider/IComparer interfaces cannot be mixed; use one or the other.</value>
+ </data>
<data name="Arg_CopyNonBlittableArray" xml:space="preserve">
<value>Arrays must contain only blittable data in order to be copied to unmanaged memory.</value>
</data>
@@ -189,6 +192,9 @@
<data name="Arg_DuplicateWaitObjectException" xml:space="preserve">
<value>Duplicate objects in argument.</value>
</data>
+ <data name="Arg_EHClauseNotFilter" xml:space="preserve">
+ <value>This ExceptionHandlingClause is not a filter.</value>
+ </data>
<data name="Arg_EnumAndObjectMustBeSameType" xml:space="preserve">
<value>Object must be the same type as the enum. The type passed in was '{0}'; the enum type was '{1}'.</value>
</data>
@@ -420,6 +426,9 @@
<data name="Arg_RegKeyNotFound" xml:space="preserve">
<value>The specified registry key does not exist.</value>
</data>
+ <data name="Arg_RegInvalidKeyName" xml:space="preserve">
+ <value>Registry key name must start with a valid base key name.</value>
+ </data>
<data name="Arg_SecurityException" xml:space="preserve">
<value>Security error.</value>
</data>
@@ -663,6 +672,9 @@
<data name="Argument_MustBeFalse" xml:space="preserve">
<value>Argument must be initialized to false</value>
</data>
+ <data name="Argument_MustBeRuntimeType" xml:space="preserve">
+ <value>Type must be a runtime Type object.</value>
+ </data>
<data name="Argument_NoEra" xml:space="preserve">
<value>No Era was supplied.</value>
</data>
@@ -708,9 +720,6 @@
<data name="ArgumentOutOfRange_NeedNonNegNum" xml:space="preserve">
<value>Non-negative number required.</value>
</data>
- <data name="ArgumentOutOfRange_NeedNonNegNumRequired" xml:space="preserve">
- <value>Non-negative number required.</value>
- </data>
<data name="ArgumentOutOfRange_NeedValidId" xml:space="preserve">
<value>The ID parameter must be in the range {0} through {1}.</value>
</data>
@@ -780,6 +789,9 @@
<data name="ArgumentNull_ArrayValue" xml:space="preserve">
<value>Found a null value within an array.</value>
</data>
+ <data name="ArgumentNull_Dictionary" xml:space="preserve">
+ <value>Dictionary cannot be null.</value>
+ </data>
<data name="ArgumentNull_Generic" xml:space="preserve">
<value>Value cannot be null.</value>
</data>
@@ -798,9 +810,6 @@
<data name="ArgumentNull_Waithandles" xml:space="preserve">
<value>The waitHandles parameter cannot be null.</value>
</data>
- <data name="ArgumentNull_WithParamName" xml:space="preserve">
- <value>Parameter '{0}' cannot be null.</value>
- </data>
<data name="ArgumentOutOfRange_AddValue" xml:space="preserve">
<value>Value to add was out of range.</value>
</data>
@@ -876,6 +885,9 @@
<data name="ArgumentOutOfRange_GetCharCountOverflow" xml:space="preserve">
<value>Too many bytes. The resulting number of chars is larger than what can be returned as an int.</value>
</data>
+ <data name="ArgumentOutOfRange_HashtableLoadFactor" xml:space="preserve">
+ <value>Load factor needs to be between 0.1 and 1.0.</value>
+ </data>
<data name="ArgumentOutOfRange_IndexCount" xml:space="preserve">
<value>Index and count must refer to a location within the string.</value>
</data>
@@ -1122,6 +1134,9 @@
<data name="InvalidOperation_HandleIsNotInitialized" xml:space="preserve">
<value>Handle is not initialized.</value>
</data>
+ <data name="InvalidOperation_HashInsertFailed" xml:space="preserve">
+ <value>Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the Hashtable simultaneously.</value>
+ </data>
<data name="InvalidOperation_IComparerFailed" xml:space="preserve">
<value>Failed to compare two elements in the array.</value>
</data>
@@ -1194,8 +1209,11 @@
<data name="InvalidTimeZone_InvalidFileData" xml:space="preserve">
<value>The time zone ID '{0}' was found on the local computer, but the file at '{1}' was corrupt.</value>
</data>
- <data name="InvalidTimeZone_JulianDayNotSupported" xml:space="preserve">
- <value>Julian dates in POSIX strings are unsupported.</value>
+ <data name="InvalidTimeZone_InvalidJulianDay" xml:space="preserve">
+ <value>Invalid Julian day in POSIX strings.</value>
+ </data>
+ <data name="InvalidTimeZone_NJulianDayNotSupported" xml:space="preserve">
+ <value>Julian n day in POSIX strings is not supported.</value>
</data>
<data name="InvalidTimeZone_NoTTInfoStructures" xml:space="preserve">
<value>There are no ttinfo structures in the tzfile. At least one ttinfo structure is required in order to construct a TimeZoneInfo object.</value>
@@ -1852,6 +1870,9 @@
<data name="PlatformNotSupported_OSXFileLocking" xml:space="preserve">
<value>Locking/unlocking file regions is not supported on this platform. Use FileShare on the entire file instead.</value>
</data>
+ <data name="PlatformNotSupported_ReflectionEmit" xml:space="preserve">
+ <value>Dynamic code generation is not supported on this platform.</value>
+ </data>
<data name="MissingMember_Name" xml:space="preserve">
<value>Member '{0}' not found.</value>
</data>
@@ -2302,6 +2323,9 @@
<data name="Serialization_InvalidFieldState" xml:space="preserve">
<value>Object fields may not be properly initialized.</value>
</data>
+ <data name="Serialization_InvalidOnDeser" xml:space="preserve">
+ <value>OnDeserialization method was called while the object was not being deserialized.</value>
+ </data>
<data name="Acc_CreateAbst" xml:space="preserve">
<value>Cannot create an abstract class.</value>
</data>
@@ -2368,14 +2392,20 @@
<data name="Serialization_MissingDateTimeData" xml:space="preserve">
<value>Invalid serialized DateTime data. Unable to find 'ticks' or 'dateData'.</value>
</data>
+ <data name="Serialization_MissingValues" xml:space="preserve">
+ <value>The values for this dictionary are missing.</value>
+ </data>
<data name="Serialization_DateTimeTicksOutOfRange" xml:space="preserve">
<value>Invalid serialized DateTime data. Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.</value>
</data>
+ <data name="FeatureRemoved_Message" xml:space="preserve">
+ <value>Code to support feature '{0}' was removed during publishing. If this is in error, update the project configuration to not disable feature '{0}'.</value>
+ </data>
<data name="Arg_InvalidANSIString" xml:space="preserve">
<value>The ANSI string passed in could not be converted from the default ANSI code page to Unicode.</value>
</data>
- <data name="Arg_ExpectedNulTermination" xml:space="preserve">
- <value>The value passed was not NUL terminated.</value>
+ <data name="Arg_MustBeNullTerminatedString" xml:space="preserve">
+ <value>The string must be null-terminated.</value>
</data>
<data name="PlatformNotSupported_ArgIterator" xml:space="preserve">
<value>ArgIterator is not supported on this platform.</value>
@@ -2392,6 +2422,9 @@
<data name="Serialization_InvalidPtrValue" xml:space="preserve">
<value>An IntPtr or UIntPtr with an eight byte value cannot be deserialized on a machine with a four byte word size.</value>
</data>
+ <data name="Serialization_KeyValueDifferentSizes" xml:space="preserve">
+ <value>The keys and values arrays have different sizes.</value>
+ </data>
<data name="EventSource_AbstractMustNotDeclareEventMethods" xml:space="preserve">
<value>Abstract event source must not declare event methods ({0} with ID {1}).</value>
</data>
@@ -2725,4 +2758,37 @@
<data name="Arg_NullArgumentNullRef" xml:space="preserve">
<value>The method was called with a null array argument.</value>
</data>
+ <data name="Arg_InsufficientNumberOfElements" xml:space="preserve">
+ <value>At least {0} element(s) are expected in the parameter "{1}".</value>
+ </data>
+ <data name="NullReference_InvokeNullRefReturned" xml:space="preserve">
+ <value>The target method returned a null reference.</value>
+ </data>
+ <data name="InvalidOperation_ConcurrentOperationsNotSupported" xml:space="preserve">
+ <value>Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.</value>
+ </data>
+ <data name="Thread_Operation_RequiresCurrentThread" xml:space="preserve">
+ <value>This operation must be performed on the same thread as that represented by the Thread instance.</value>
+ </data>
+ <data name="ConcurrentCollection_SyncRoot_NotSupported" xml:space="preserve">
+ <value>The SyncRoot property may not be used for the synchronization of concurrent collections.</value>
+ </data>
+ <data name="Arg_WrongAsyncResult" xml:space="preserve">
+ <value>IAsyncResult object did not come from the corresponding async method on this type.</value>
+ </data>
+ <data name="InvalidOperation_EndReadCalledMultiple" xml:space="preserve">
+ <value>EndRead can only be called once for each asynchronous operation.</value>
+ </data>
+ <data name="InvalidOperation_EndWriteCalledMultiple" xml:space="preserve">
+ <value>EndWrite can only be called once for each asynchronous operation.</value>
+ </data>
+ <data name="InvalidOperation_WrongAsyncResultOrEndReadCalledMultiple" xml:space="preserve">
+ <value>Either the IAsyncResult object did not come from the corresponding async method on this type, or EndRead was called multiple times with the same IAsyncResult.</value>
+ </data>
+ <data name="InvalidOperation_WrongAsyncResultOrEndWriteCalledMultiple" xml:space="preserve">
+ <value>Either the IAsyncResult object did not come from the corresponding async method on this type, or EndWrite was called multiple times with the same IAsyncResult.</value>
+ </data>
+ <data name="ArgumentOutOfRange_Week_ISO" xml:space="preserve">
+ <value>The week parameter must be in the range 1 through 53.</value>
+ </data>
</root>