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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------external/corefx0
-rw-r--r--mcs/class/corlib/corefx/SR.missing.cs2
2 files changed, 2 insertions, 0 deletions
diff --git a/external/corefx b/external/corefx
-Subproject 8e3b279377d1f01d2d089f24548e33855bf6502
+Subproject fb41040a9ee62f266e7c6684897b6b0368fdfff
diff --git a/mcs/class/corlib/corefx/SR.missing.cs b/mcs/class/corlib/corefx/SR.missing.cs
index 746b71892cb..10212305367 100644
--- a/mcs/class/corlib/corefx/SR.missing.cs
+++ b/mcs/class/corlib/corefx/SR.missing.cs
@@ -27,4 +27,6 @@ partial class SR
public const string SwitchExpressionException_UnmatchedValue = "Unmatched value was {0}.";
public const string Argument_InvalidRandomRange = "Range of random number does not contain at least one possibility.";
public const string BufferWriterAdvancedTooFar = "Cannot advance past the end of the buffer, which has a size of {0}.";
+ public const string net_gssapi_operation_failed_detailed_majoronly = "GSSAPI operation failed with error - {0}.";
+ public const string net_gssapi_operation_failed_majoronly = "SSAPI operation failed with status: {0}.";
} \ No newline at end of file