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.Threading/src/Resources/Strings.resx')
-rw-r--r--src/System.Private.Threading/src/Resources/Strings.resx47
1 files changed, 1 insertions, 46 deletions
diff --git a/src/System.Private.Threading/src/Resources/Strings.resx b/src/System.Private.Threading/src/Resources/Strings.resx
index f160191c0..ff802f945 100644
--- a/src/System.Private.Threading/src/Resources/Strings.resx
+++ b/src/System.Private.Threading/src/Resources/Strings.resx
@@ -117,52 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <data name="CountdownEvent_Increment_AlreadyZero" xml:space="preserve">
- <value>The event is already signaled and cannot be incremented.</value>
- </data>
- <data name="CountdownEvent_Increment_AlreadyMax" xml:space="preserve">
- <value>The increment operation would cause the CurrentCount to overflow.</value>
- </data>
- <data name="CountdownEvent_Decrement_BelowZero" xml:space="preserve">
- <value>Invalid attempt made to decrement the event's count below zero.</value>
- </data>
- <data name="Common_OperationCanceled" xml:space="preserve">
- <value>The operation was canceled.</value>
- </data>
- <data name="Barrier_Dispose" xml:space="preserve">
- <value>The barrier has been disposed.</value>
- </data>
- <data name="Barrier_SignalAndWait_InvalidOperation_ZeroTotal" xml:space="preserve">
- <value>The barrier has no registered participants.</value>
- </data>
- <data name="Barrier_SignalAndWait_ArgumentOutOfRange" xml:space="preserve">
- <value>The specified timeout must represent a value between -1 and Int32.MaxValue, inclusive.</value>
- </data>
- <data name="Barrier_RemoveParticipants_InvalidOperation" xml:space="preserve">
- <value>The participantCount argument is greater than the number of participants that haven't yet arrived at the barrier in this phase.</value>
- </data>
- <data name="Barrier_RemoveParticipants_ArgumentOutOfRange" xml:space="preserve">
- <value>The participantCount argument must be less than or equal the number of participants.</value>
- </data>
- <data name="Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange" xml:space="preserve">
- <value>The participantCount argument must be a positive value.</value>
- </data>
- <data name="Barrier_InvalidOperation_CalledFromPHA" xml:space="preserve">
- <value>This method may not be called from within the postPhaseAction.</value>
- </data>
- <data name="Barrier_AddParticipants_NonPositive_ArgumentOutOfRange" xml:space="preserve">
- <value>The participantCount argument must be a positive value.</value>
- </data>
- <data name="Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded" xml:space="preserve">
- <value>The number of threads using the barrier exceeded the total number of registered participants.</value>
- </data>
<data name="BarrierPostPhaseException" xml:space="preserve">
<value>The postPhaseAction failed with an exception.</value>
</data>
- <data name="Barrier_ctor_ArgumentOutOfRange" xml:space="preserve">
- <value>The participantCount argument must be non-negative and less than or equal to 32767.</value>
- </data>
- <data name="Barrier_AddParticipants_Overflow_ArgumentOutOfRange" xml:space="preserve">
- <value>Adding participantCount participants would result in the number of participants exceeding the maximum number allowed.</value>
- </data>
-</root> \ No newline at end of file
+</root>