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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.IO.Compression/src/Resources/Strings.resx')
-rw-r--r--src/System.IO.Compression/src/Resources/Strings.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.IO.Compression/src/Resources/Strings.resx b/src/System.IO.Compression/src/Resources/Strings.resx
index 4594a7501c..91386d47cc 100644
--- a/src/System.IO.Compression/src/Resources/Strings.resx
+++ b/src/System.IO.Compression/src/Resources/Strings.resx
@@ -306,6 +306,9 @@
<data name="UnsupportedCompression" xml:space="preserve">
<value>The archive entry was compressed using an unsupported compression method.</value>
</data>
+ <data name="UnsupportedCompressionMethod" xml:space="preserve">
+ <value>The archive entry was compressed using {0} and is not supported.</value>
+ </data>
<data name="UpdateModeCapabilities" xml:space="preserve">
<value>Update mode requires a stream with read, write, and seek capabilities.</value>
</data>