diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index d5ae4fc1..5ad1cd2b 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -15,18 +15,6 @@
"$msCompile"
]
},
- {
- "label": "Regenerate LibZipSharp Localisations",
- "type": "shell",
- "command": "msbuild LibZipSharp/libZipSharp.csproj /restore /t:UpdateXlf",
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "problemMatcher": [
- "$msCompile"
- ]
- },
{
"label": "Pack LibZipSharp Nuget",
"type": "shell",
diff --git a/LibZipSharp/Properties/Resources.Designer.cs b/LibZipSharp/Properties/Resources.Designer.cs
new file mode 100644
index 00000000..e2777abb
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.Designer.cs
@@ -0,0 +1,324 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Xamarin.Tools.Zip.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Xamarin.Tools.Zip.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Archive destination path must not be empty..
+ ///
+ internal static string DestinationMustNotBeEmpty {
+ get {
+ return ResourceManager.GetString("DestinationMustNotBeEmpty", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error occured while reading the file '{0}'..
+ ///
+ internal static string ErrorReadingFile_file {
+ get {
+ return ResourceManager.GetString("ErrorReadingFile_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to An error occured while reading the stream..
+ ///
+ internal static string ErrorReadingStream {
+ get {
+ return ResourceManager.GetString("ErrorReadingStream", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0}' is an instance of '{1}' instead of the expected type '{2}'..
+ ///
+ internal static string ExpectedAnInstanceOf_string_type {
+ get {
+ return ResourceManager.GetString("ExpectedAnInstanceOf_string_type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Could not read the symbolic link '{0}': {1}..
+ ///
+ internal static string FailedToReadSymLink_link_error {
+ get {
+ return ResourceManager.GetString("FailedToReadSymLink_link_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning: failed to set owner of entry '{0}' ({1}:{2})..
+ ///
+ internal static string FailedToSetOwner_entry_error_oserror {
+ get {
+ return ResourceManager.GetString("FailedToSetOwner_entry_error_oserror", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning: failed to stat file '{0}': {1}..
+ ///
+ internal static string FailedToStatFile_file_error {
+ get {
+ return ResourceManager.GetString("FailedToStatFile_file_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The file already exists..
+ ///
+ internal static string FileAlreadyExists {
+ get {
+ return ResourceManager.GetString("FileAlreadyExists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The file '{0}' could not be opened..
+ ///
+ internal static string FileCouldNotBeOpened_file {
+ get {
+ return ResourceManager.GetString("FileCouldNotBeOpened_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The file '{0}' does not exist and file creation wasn't requested..
+ ///
+ internal static string FileDoesNotExist_file {
+ get {
+ return ResourceManager.GetString("FileDoesNotExist_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The file '{0}' does not support seeking..
+ ///
+ internal static string FileDoesNotSupportSeeking_file {
+ get {
+ return ResourceManager.GetString("FileDoesNotSupportSeeking_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The file {0} failed consistency checks..
+ ///
+ internal static string FileFailedConsistencyChecks_file {
+ get {
+ return ResourceManager.GetString("FileFailedConsistencyChecks_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The file '{0}' is not a ZIP archive..
+ ///
+ internal static string FileIsNotAZip_file {
+ get {
+ return ResourceManager.GetString("FileIsNotAZip_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to File '{0}' already exists..
+ ///
+ internal static string FilePathAlreadyExists_file {
+ get {
+ return ResourceManager.GetString("FilePathAlreadyExists_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Storing files of type '{0}' is not supported..
+ ///
+ internal static string FileTypeNotSupported_filetype {
+ get {
+ return ResourceManager.GetString("FileTypeNotSupported_filetype", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'..
+ ///
+ internal static string InvalidEntryType_string_type {
+ get {
+ return ResourceManager.GetString("InvalidEntryType_string_type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' must be an instance of '{1}'..
+ ///
+ internal static string MustBeAnInstanceOf_string_type {
+ get {
+ return ResourceManager.GetString("MustBeAnInstanceOf_string_type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' must not be null or empty..
+ ///
+ internal static string MustNotBeNullOrEmpty_string {
+ get {
+ return ResourceManager.GetString("MustNotBeNullOrEmpty_string", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to libzip failed due to an out of memory error..
+ ///
+ internal static string OutOfMemory {
+ get {
+ return ResourceManager.GetString("OutOfMemory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stream could not be opened..
+ ///
+ internal static string StreamCouldNotBeOpened {
+ get {
+ return ResourceManager.GetString("StreamCouldNotBeOpened", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stream does not exist and file creation wasn't requested..
+ ///
+ internal static string StreamDoesNotExist {
+ get {
+ return ResourceManager.GetString("StreamDoesNotExist", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The stream does not support seeking..
+ ///
+ internal static string StreamDoesNotSupportSeeking {
+ get {
+ return ResourceManager.GetString("StreamDoesNotSupportSeeking", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The stream failed consistency checks..
+ ///
+ internal static string StreamFailedConsistencyChecks {
+ get {
+ return ResourceManager.GetString("StreamFailedConsistencyChecks", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stream is not a ZIP archive..
+ ///
+ internal static string StreamIsNotAZip {
+ get {
+ return ResourceManager.GetString("StreamIsNotAZip", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to determine type of the file '{0}'..
+ ///
+ internal static string UnableToDetermineFileType_file {
+ get {
+ return ResourceManager.GetString("UnableToDetermineFileType_file", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unexpected libzip error: {0}..
+ ///
+ internal static string UnexpectedLibZipError_error {
+ get {
+ return ResourceManager.GetString("UnexpectedLibZipError_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'..
+ ///
+ internal static string UnexpectedOptionsType_string_type_type {
+ get {
+ return ResourceManager.GetString("UnexpectedOptionsType_string_type_type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unknown error..
+ ///
+ internal static string UnknownError {
+ get {
+ return ResourceManager.GetString("UnknownError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported..
+ ///
+ internal static string UnsupportedPermission_UnixExternalPermissions {
+ get {
+ return ResourceManager.GetString("UnsupportedPermission_UnixExternalPermissions", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/LibZipSharp/Properties/Resources.cs.resx b/LibZipSharp/Properties/Resources.cs.resx
new file mode 100644
index 00000000..54031c51
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.cs.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Soubor už existuje.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ Soubor '{0}' se nepodařilo otevřít.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Neznámá chyba
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.de.resx b/LibZipSharp/Properties/Resources.de.resx
new file mode 100644
index 00000000..b561a4ad
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.de.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Die Datei ist bereits vorhanden.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ Die Datei '{0}' konnte nicht geöffnet werden.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Unbekannter Fehler.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.es.resx b/LibZipSharp/Properties/Resources.es.resx
new file mode 100644
index 00000000..77434153
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.es.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ El archivo ya existe.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ El archivo '{0}' no se puede abrir.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Error desconocido.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.fr.resx b/LibZipSharp/Properties/Resources.fr.resx
new file mode 100644
index 00000000..bb4fa4c8
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.fr.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Fichier déjà existant.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ Nous n’avons pas pu ouvrir le fichier « {0} ».
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Erreur inconnue.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.it.resx b/LibZipSharp/Properties/Resources.it.resx
new file mode 100644
index 00000000..c0e62f65
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.it.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ File già esistente.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ Non è stato possibile aprire il file '{0}'.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Errore sconosciuto.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.ja.resx b/LibZipSharp/Properties/Resources.ja.resx
new file mode 100644
index 00000000..4207680b
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.ja.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ ファイルは既に存在します。
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ ファイル '{0}' を開けませんでした。
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ 不明なエラー。
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.ko.resx b/LibZipSharp/Properties/Resources.ko.resx
new file mode 100644
index 00000000..d02d1ee4
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.ko.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ 파일이 이미 있습니다.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ '{0}' 파일을 열 수 없습니다.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ 알 수 없는 오류입니다.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.pl.resx b/LibZipSharp/Properties/Resources.pl.resx
new file mode 100644
index 00000000..f0de05c6
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.pl.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Plik już istnieje.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ Nie można było otworzyć pliku „{0}”.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Nieznany błąd.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.pt-BR.resx b/LibZipSharp/Properties/Resources.pt-BR.resx
new file mode 100644
index 00000000..25ba855c
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.pt-BR.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ O arquivo já existe.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ Não foi possível abrir o arquivo “{0}”.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Erro desconhecido.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.ru.resx b/LibZipSharp/Properties/Resources.ru.resx
new file mode 100644
index 00000000..8a8455f3
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.ru.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ "{0}" не может быть пустым или равным NULL.
+ {0} - The name of the parameter
+
+
+ "{0}" — это экземпляр "{1}", который не является допустимым типом записи. Ожидаемый тип — "{2}".
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ "{0}" не является поддерживаемым типом файла. Сейчас поддерживаются только обычные файлы, каталоги и символьные ссылки.
+ {0} - The name of the permission.
+
+
+ "{0}" должен быть экземпляром "{1}".
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ "{0}" является экземпляром "{1}" вместо ожидаемого типа "{2}".
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Не удалось определить тип файла "{0}".
+ {0} - A filename
+
+
+ Не удалось прочитать символьную ссылку "{0}": {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Хранение файлов типа "{0}" не поддерживается.
+ {0} - The type of the file.
+
+
+ Предупреждение. Не удалось настроить владельца записи "{0}" ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Предупреждение. Не удалось получить статистику файла "{0}": {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ "{0}" — это экземпляр "{1}", который не является допустимым типом параметров. Ожидаемый тип — "{2}".
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Файл уже существует.
+
+
+ Файл "{0}" уже существует.
+ {0} - A filename.
+
+
+ Сбой libzip из-за ошибки нехватки памяти.
+ The following terms should not be translated: libzip
+
+
+ Поток данных не прошел проверки согласованности.
+
+
+ Поток данных не существует, и не было запрошено создание файла.
+
+
+ Поток данных не является ZIP-архивом.
+
+
+ Не удалось открыть поток данных.
+
+
+ Произошла ошибка при чтении потока данных.
+
+
+ Поток данных не поддерживает поиск.
+
+
+ Непредвиденная ошибка libzip: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ Файл {0} не прошел проверки согласованности.
+ {0} - A filename.
+
+
+ Файл "{0}" не существует, и не было запрошено создание файла.
+ {0} - A filename.
+
+
+ Файл "{0}" не является ZIP-архивом.
+ {0} - A filename.
+
+
+ Не удалось открыть файл \"{0}\".
+ {0} - A filename.
+
+
+ Произошла ошибка при чтении файла "{0}".
+ {0} - A filename.
+
+
+ Файл "{0}" не поддерживает поиск.
+ {0} - A filename.
+
+
+ Конечный путь к архиву не должен быть пустым.
+
+
+ Неизвестная ошибка.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.tr.resx b/LibZipSharp/Properties/Resources.tr.resx
new file mode 100644
index 00000000..22fd5840
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.tr.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Dosya zaten var.
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ '{0}' dosyası açılamıyor.
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ Bilinmeyen hata.
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.zh-Hans.resx b/LibZipSharp/Properties/Resources.zh-Hans.resx
new file mode 100644
index 00000000..8ee7bbbd
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.zh-Hans.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ 文件已经存在。
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ 无法打开文件“{0}”。
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ 未知错误。
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/Resources.zh-Hant.resx b/LibZipSharp/Properties/Resources.zh-Hant.resx
new file mode 100644
index 00000000..ced3e403
--- /dev/null
+++ b/LibZipSharp/Properties/Resources.zh-Hant.resx
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{0}' must not be null or empty.
+ {0} - The name of the parameter
+
+
+ '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
+ {0} - The name of the parameter.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
+ {0} - The name of the permission.
+
+
+ '{0}' must be an instance of '{1}'.
+ {0} - The name of the parameter.
+{1} - The type the parameter should be.
+
+
+ {0}' is an instance of '{1}' instead of the expected type '{2}'.
+ {0} - The expected type of the parameter.
+{1} - The name of the parameter.
+{2} - The actual type of the parameter.
+
+
+ Failed to determine type of the file '{0}'.
+ {0} - A filename
+
+
+ Could not read the symbolic link '{0}': {1}.
+ {0} - The symbolic link that was being read.
+{1} - The actual error message reported by the operating system.
+
+
+ Storing files of type '{0}' is not supported.
+ {0} - The type of the file.
+
+
+ Warning: failed to set owner of entry '{0}' ({1}:{2}).
+ {0} - A filename.
+{1} - The error message.
+{2} - The operating system error.
+
+
+ Warning: failed to stat file '{0}': {1}.
+ {0} - A filename.
+{1} - The error message.
+
+
+ '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
+ {0} - The parameter name.
+{1} - The expected type of the parameter.
+{2} - The actual type of the parameter.
+
+
+ 檔案已存在。
+
+
+ File '{0}' already exists.
+ {0} - A filename.
+
+
+ libzip failed due to an out of memory error.
+ The following terms should not be translated: libzip
+
+
+ The stream failed consistency checks.
+
+
+ Stream does not exist and file creation wasn't requested.
+
+
+ Stream is not a ZIP archive.
+
+
+ Stream could not be opened.
+
+
+ An error occured while reading the stream.
+
+
+ The stream does not support seeking.
+
+
+ Unexpected libzip error: {0}.
+ The following is the name of a library and should not be translated: libzip
+{0} - An error message from libzip.
+
+
+ The file {0} failed consistency checks.
+ {0} - A filename.
+
+
+ The file '{0}' does not exist and file creation wasn't requested.
+ {0} - A filename.
+
+
+ The file '{0}' is not a ZIP archive.
+ {0} - A filename.
+
+
+ 無法開啟檔案 '{0}'。
+ {0} - A filename.
+
+
+ Error occured while reading the file '{0}'.
+ {0} - A filename.
+
+
+ The file '{0}' does not support seeking.
+ {0} - A filename.
+
+
+ Archive destination path must not be empty.
+
+
+ 未知的錯誤。
+
+
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.cs.xlf b/LibZipSharp/Properties/xlf/Resources.cs.xlf
deleted file mode 100644
index 44e82cfb..00000000
--- a/LibZipSharp/Properties/xlf/Resources.cs.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.de.xlf b/LibZipSharp/Properties/xlf/Resources.de.xlf
deleted file mode 100644
index 59e25570..00000000
--- a/LibZipSharp/Properties/xlf/Resources.de.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.es.xlf b/LibZipSharp/Properties/xlf/Resources.es.xlf
deleted file mode 100644
index 38627e75..00000000
--- a/LibZipSharp/Properties/xlf/Resources.es.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.fr.xlf b/LibZipSharp/Properties/xlf/Resources.fr.xlf
deleted file mode 100644
index 55cdc14a..00000000
--- a/LibZipSharp/Properties/xlf/Resources.fr.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.it.xlf b/LibZipSharp/Properties/xlf/Resources.it.xlf
deleted file mode 100644
index b4f3d1ca..00000000
--- a/LibZipSharp/Properties/xlf/Resources.it.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.ja.xlf b/LibZipSharp/Properties/xlf/Resources.ja.xlf
deleted file mode 100644
index ce134df3..00000000
--- a/LibZipSharp/Properties/xlf/Resources.ja.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.ko.xlf b/LibZipSharp/Properties/xlf/Resources.ko.xlf
deleted file mode 100644
index 0379e133..00000000
--- a/LibZipSharp/Properties/xlf/Resources.ko.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.pl.xlf b/LibZipSharp/Properties/xlf/Resources.pl.xlf
deleted file mode 100644
index a7cef73f..00000000
--- a/LibZipSharp/Properties/xlf/Resources.pl.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.pt-BR.xlf b/LibZipSharp/Properties/xlf/Resources.pt-BR.xlf
deleted file mode 100644
index 38eae0e3..00000000
--- a/LibZipSharp/Properties/xlf/Resources.pt-BR.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.ru.xlf b/LibZipSharp/Properties/xlf/Resources.ru.xlf
deleted file mode 100644
index ff64ab12..00000000
--- a/LibZipSharp/Properties/xlf/Resources.ru.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.tr.xlf b/LibZipSharp/Properties/xlf/Resources.tr.xlf
deleted file mode 100644
index 47dae4ad..00000000
--- a/LibZipSharp/Properties/xlf/Resources.tr.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.zh-Hans.xlf b/LibZipSharp/Properties/xlf/Resources.zh-Hans.xlf
deleted file mode 100644
index b79d219b..00000000
--- a/LibZipSharp/Properties/xlf/Resources.zh-Hans.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/Properties/xlf/Resources.zh-Hant.xlf b/LibZipSharp/Properties/xlf/Resources.zh-Hant.xlf
deleted file mode 100644
index cd3ffdf3..00000000
--- a/LibZipSharp/Properties/xlf/Resources.zh-Hant.xlf
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
- Archive destination path must not be empty.
- Archive destination path must not be empty.
-
-
-
- Error occured while reading the file '{0}'.
- Error occured while reading the file '{0}'.
- {0} - A filename.
-
-
- An error occured while reading the stream.
- An error occured while reading the stream.
-
-
-
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0}' is an instance of '{1}' instead of the expected type '{2}'.
- {0} - The expected type of the parameter.
-{1} - The name of the parameter.
-{2} - The actual type of the parameter.
-
-
- Could not read the symbolic link '{0}': {1}.
- Could not read the symbolic link '{0}': {1}.
- {0} - The symbolic link that was being read.
-{1} - The actual error message reported by the operating system.
-
-
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- Warning: failed to set owner of entry '{0}' ({1}:{2}).
- {0} - A filename.
-{1} - The error message.
-{2} - The operating system error.
-
-
- Warning: failed to stat file '{0}': {1}.
- Warning: failed to stat file '{0}': {1}.
- {0} - A filename.
-{1} - The error message.
-
-
- The file already exists.
- The file already exists.
-
-
-
- The file '{0}' could not be opened.
- The file '{0}' could not be opened.
- {0} - A filename.
-
-
- The file '{0}' does not exist and file creation wasn't requested.
- The file '{0}' does not exist and file creation wasn't requested.
- {0} - A filename.
-
-
- The file '{0}' does not support seeking.
- The file '{0}' does not support seeking.
- {0} - A filename.
-
-
- The file {0} failed consistency checks.
- The file {0} failed consistency checks.
- {0} - A filename.
-
-
- The file '{0}' is not a ZIP archive.
- The file '{0}' is not a ZIP archive.
- {0} - A filename.
-
-
- File '{0}' already exists.
- File '{0}' already exists.
- {0} - A filename.
-
-
- Storing files of type '{0}' is not supported.
- Storing files of type '{0}' is not supported.
- {0} - The type of the file.
-
-
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.
- {0} - The name of the parameter.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- '{0}' must be an instance of '{1}'.
- '{0}' must be an instance of '{1}'.
- {0} - The name of the parameter.
-{1} - The type the parameter should be.
-
-
- '{0}' must not be null or empty.
- '{0}' must not be null or empty.
- {0} - The name of the parameter
-
-
- libzip failed due to an out of memory error.
- libzip failed due to an out of memory error.
- The following terms should not be translated: libzip
-
-
- Stream could not be opened.
- Stream could not be opened.
-
-
-
- Stream does not exist and file creation wasn't requested.
- Stream does not exist and file creation wasn't requested.
-
-
-
- The stream does not support seeking.
- The stream does not support seeking.
-
-
-
- The stream failed consistency checks.
- The stream failed consistency checks.
-
-
-
- Stream is not a ZIP archive.
- Stream is not a ZIP archive.
-
-
-
- Failed to determine type of the file '{0}'.
- Failed to determine type of the file '{0}'.
- {0} - A filename
-
-
- Unexpected libzip error: {0}.
- Unexpected libzip error: {0}.
- The following is the name of a library and should not be translated: libzip
-{0} - An error message from libzip.
-
-
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- '{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.
- {0} - The parameter name.
-{1} - The expected type of the parameter.
-{2} - The actual type of the parameter.
-
-
- Unknown error.
- Unknown error.
-
-
-
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- '{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.
- {0} - The name of the permission.
-
-
-
-
\ No newline at end of file
diff --git a/LibZipSharp/libZipSharp.csproj b/LibZipSharp/libZipSharp.csproj
index 009ebcfc..92d2924f 100644
--- a/LibZipSharp/libZipSharp.csproj
+++ b/LibZipSharp/libZipSharp.csproj
@@ -1,7 +1,5 @@
-
-
-
+libZipSharp
@@ -14,15 +12,10 @@
$(DefineConstants);UNIX3021,1591libZipSharp.xml
- truetruefalseproduct.snk
-
- cs;de;es;fr;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant
- true
- true
@@ -69,8 +62,18 @@
-
-
-
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+