From f401f327b93301c29cf92863b454d62498011ed4 Mon Sep 17 00:00:00 2001 From: VS MobileTools Engineering Service 2 Date: Tue, 9 Aug 2022 09:26:17 -0700 Subject: [PATCH 1/3] Localized file check-in by OneLocBuild Task: Build definition ID 11678: Build ID 6532728 --- LibZipSharp/Properties/Resources.cs.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.de.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.es.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.fr.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.it.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.ja.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.ko.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.pl.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.pt-BR.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.ru.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.tr.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.zh-Hans.resx | 239 ++++++++++++++++++ LibZipSharp/Properties/Resources.zh-Hant.resx | 239 ++++++++++++++++++ 13 files changed, 3107 insertions(+) create mode 100644 LibZipSharp/Properties/Resources.cs.resx create mode 100644 LibZipSharp/Properties/Resources.de.resx create mode 100644 LibZipSharp/Properties/Resources.es.resx create mode 100644 LibZipSharp/Properties/Resources.fr.resx create mode 100644 LibZipSharp/Properties/Resources.it.resx create mode 100644 LibZipSharp/Properties/Resources.ja.resx create mode 100644 LibZipSharp/Properties/Resources.ko.resx create mode 100644 LibZipSharp/Properties/Resources.pl.resx create mode 100644 LibZipSharp/Properties/Resources.pt-BR.resx create mode 100644 LibZipSharp/Properties/Resources.ru.resx create mode 100644 LibZipSharp/Properties/Resources.tr.resx create mode 100644 LibZipSharp/Properties/Resources.zh-Hans.resx create mode 100644 LibZipSharp/Properties/Resources.zh-Hant.resx diff --git a/LibZipSharp/Properties/Resources.cs.resx b/LibZipSharp/Properties/Resources.cs.resx new file mode 100644 index 00000000..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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}' 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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ 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..a611e94a --- /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. + + + The file already exists. + + + 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. + + + The file '{0}' could not be opened. + {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. + + + Unknown error. + + \ No newline at end of file From 811c23fa27a7e78d932fefe8834cadc9c7064cb8 Mon Sep 17 00:00:00 2001 From: VS MobileTools Engineering Service 2 Date: Tue, 16 Aug 2022 03:36:33 -0700 Subject: [PATCH 2/3] Localized file check-in by OneLocBuild Task: Build definition ID 11678: Build ID 6564588 --- LibZipSharp/Properties/Resources.cs.resx | 6 +- LibZipSharp/Properties/Resources.de.resx | 6 +- LibZipSharp/Properties/Resources.es.resx | 6 +- LibZipSharp/Properties/Resources.fr.resx | 6 +- LibZipSharp/Properties/Resources.it.resx | 6 +- LibZipSharp/Properties/Resources.ja.resx | 6 +- LibZipSharp/Properties/Resources.ko.resx | 6 +- LibZipSharp/Properties/Resources.pl.resx | 6 +- LibZipSharp/Properties/Resources.pt-BR.resx | 6 +- LibZipSharp/Properties/Resources.ru.resx | 58 +++++++++---------- LibZipSharp/Properties/Resources.tr.resx | 6 +- LibZipSharp/Properties/Resources.zh-Hans.resx | 6 +- LibZipSharp/Properties/Resources.zh-Hant.resx | 6 +- 13 files changed, 65 insertions(+), 65 deletions(-) diff --git a/LibZipSharp/Properties/Resources.cs.resx b/LibZipSharp/Properties/Resources.cs.resx index a611e94a..54031c51 100644 --- a/LibZipSharp/Properties/Resources.cs.resx +++ b/LibZipSharp/Properties/Resources.cs.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + Soubor už existuje. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + Soubor '{0}' se nepodařilo otevřít. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Neznámá chyba \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.de.resx b/LibZipSharp/Properties/Resources.de.resx index a611e94a..b561a4ad 100644 --- a/LibZipSharp/Properties/Resources.de.resx +++ b/LibZipSharp/Properties/Resources.de.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + Die Datei ist bereits vorhanden. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + Die Datei '{0}' konnte nicht geöffnet werden. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Unbekannter Fehler. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.es.resx b/LibZipSharp/Properties/Resources.es.resx index a611e94a..77434153 100644 --- a/LibZipSharp/Properties/Resources.es.resx +++ b/LibZipSharp/Properties/Resources.es.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + El archivo ya existe. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + El archivo '{0}' no se puede abrir. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Error desconocido. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.fr.resx b/LibZipSharp/Properties/Resources.fr.resx index a611e94a..bb4fa4c8 100644 --- a/LibZipSharp/Properties/Resources.fr.resx +++ b/LibZipSharp/Properties/Resources.fr.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + Fichier déjà existant. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + Nous n’avons pas pu ouvrir le fichier « {0} ». {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Erreur inconnue. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.it.resx b/LibZipSharp/Properties/Resources.it.resx index a611e94a..c0e62f65 100644 --- a/LibZipSharp/Properties/Resources.it.resx +++ b/LibZipSharp/Properties/Resources.it.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + File già esistente. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + Non è stato possibile aprire il file '{0}'. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Errore sconosciuto. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.ja.resx b/LibZipSharp/Properties/Resources.ja.resx index a611e94a..4207680b 100644 --- a/LibZipSharp/Properties/Resources.ja.resx +++ b/LibZipSharp/Properties/Resources.ja.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + ファイルは既に存在します。 File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + ファイル '{0}' を開けませんでした。 {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + 不明なエラー。 \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.ko.resx b/LibZipSharp/Properties/Resources.ko.resx index a611e94a..d02d1ee4 100644 --- a/LibZipSharp/Properties/Resources.ko.resx +++ b/LibZipSharp/Properties/Resources.ko.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + 파일이 이미 있습니다. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + '{0}' 파일을 열 수 없습니다. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + 알 수 없는 오류입니다. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.pl.resx b/LibZipSharp/Properties/Resources.pl.resx index a611e94a..f0de05c6 100644 --- a/LibZipSharp/Properties/Resources.pl.resx +++ b/LibZipSharp/Properties/Resources.pl.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + Plik już istnieje. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + Nie można było otworzyć pliku „{0}”. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + 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 index a611e94a..25ba855c 100644 --- a/LibZipSharp/Properties/Resources.pt-BR.resx +++ b/LibZipSharp/Properties/Resources.pt-BR.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + O arquivo já existe. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + Não foi possível abrir o arquivo “{0}”. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Erro desconhecido. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.ru.resx b/LibZipSharp/Properties/Resources.ru.resx index a611e94a..8a8455f3 100644 --- a/LibZipSharp/Properties/Resources.ru.resx +++ b/LibZipSharp/Properties/Resources.ru.resx @@ -118,122 +118,122 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - '{0}' must not be null or empty. + "{0}" не может быть пустым или равным NULL. {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}" — это экземпляр "{1}", который не является допустимым типом записи. Ожидаемый тип — "{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}" не является поддерживаемым типом файла. Сейчас поддерживаются только обычные файлы, каталоги и символьные ссылки. {0} - The name of the permission. - '{0}' must be an instance of '{1}'. + "{0}" должен быть экземпляром "{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}" является экземпляром "{1}" вместо ожидаемого типа "{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}". {0} - A filename - Could not read the symbolic link '{0}': {1}. + Не удалось прочитать символьную ссылку "{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}" не поддерживается. {0} - The type of the file. - Warning: failed to set owner of entry '{0}' ({1}:{2}). + Предупреждение. Не удалось настроить владельца записи "{0}" ({1}:{2}). {0} - A filename. {1} - The error message. {2} - The operating system error. - Warning: failed to stat file '{0}': {1}. + Предупреждение. Не удалось получить статистику файла "{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}" — это экземпляр "{1}", который не является допустимым типом параметров. Ожидаемый тип — "{2}". {0} - The parameter name. {1} - The expected type of the parameter. {2} - The actual type of the parameter. - The file already exists. + Файл уже существует. - File '{0}' already exists. + Файл "{0}" уже существует. {0} - A filename. - libzip failed due to an out of memory error. + Сбой libzip из-за ошибки нехватки памяти. 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. + Поток данных не является ZIP-архивом. - Stream could not be opened. + Не удалось открыть поток данных. - An error occured while reading the stream. + Произошла ошибка при чтении потока данных. - The stream does not support seeking. + Поток данных не поддерживает поиск. - Unexpected libzip error: {0}. + Непредвиденная ошибка libzip: {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} не прошел проверки согласованности. {0} - A filename. - The file '{0}' does not exist and file creation wasn't requested. + Файл "{0}" не существует, и не было запрошено создание файла. {0} - A filename. - The file '{0}' is not a ZIP archive. + Файл "{0}" не является ZIP-архивом. {0} - A filename. - The file '{0}' could not be opened. + Не удалось открыть файл \"{0}\". {0} - A filename. - Error occured while reading the file '{0}'. + Произошла ошибка при чтении файла "{0}". {0} - A filename. - The file '{0}' does not support seeking. + Файл "{0}" не поддерживает поиск. {0} - A filename. - Archive destination path must not be empty. + Конечный путь к архиву не должен быть пустым. - Unknown error. + Неизвестная ошибка. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.tr.resx b/LibZipSharp/Properties/Resources.tr.resx index a611e94a..22fd5840 100644 --- a/LibZipSharp/Properties/Resources.tr.resx +++ b/LibZipSharp/Properties/Resources.tr.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + Dosya zaten var. File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + '{0}' dosyası açılamıyor. {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + Bilinmeyen hata. \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.zh-Hans.resx b/LibZipSharp/Properties/Resources.zh-Hans.resx index a611e94a..8ee7bbbd 100644 --- a/LibZipSharp/Properties/Resources.zh-Hans.resx +++ b/LibZipSharp/Properties/Resources.zh-Hans.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + 文件已经存在。 File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + 无法打开文件“{0}”。 {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + 未知错误。 \ No newline at end of file diff --git a/LibZipSharp/Properties/Resources.zh-Hant.resx b/LibZipSharp/Properties/Resources.zh-Hant.resx index a611e94a..ced3e403 100644 --- a/LibZipSharp/Properties/Resources.zh-Hant.resx +++ b/LibZipSharp/Properties/Resources.zh-Hant.resx @@ -173,7 +173,7 @@ {2} - The actual type of the parameter. - The file already exists. + 檔案已存在。 File '{0}' already exists. @@ -219,7 +219,7 @@ {0} - A filename. - The file '{0}' could not be opened. + 無法開啟檔案 '{0}'。 {0} - A filename. @@ -234,6 +234,6 @@ Archive destination path must not be empty. - Unknown error. + 未知的錯誤。 \ No newline at end of file From b45091d7bf48049d8ffa91f19099958ba84ed134 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Tue, 16 Aug 2022 15:44:30 -0400 Subject: [PATCH 3/3] Migrate from xlf to resx --- .vscode/tasks.json | 12 - LibZipSharp/Properties/Resources.Designer.cs | 324 ++++++++++++++++++ LibZipSharp/Properties/xlf/Resources.cs.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.de.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.es.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.fr.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.it.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.ja.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.ko.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.pl.xlf | 164 --------- .../Properties/xlf/Resources.pt-BR.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.ru.xlf | 164 --------- LibZipSharp/Properties/xlf/Resources.tr.xlf | 164 --------- .../Properties/xlf/Resources.zh-Hans.xlf | 164 --------- .../Properties/xlf/Resources.zh-Hant.xlf | 164 --------- LibZipSharp/libZipSharp.csproj | 25 +- 16 files changed, 338 insertions(+), 2155 deletions(-) create mode 100644 LibZipSharp/Properties/Resources.Designer.cs delete mode 100644 LibZipSharp/Properties/xlf/Resources.cs.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.de.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.es.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.fr.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.it.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.ja.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.ko.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.pl.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.pt-BR.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.ru.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.tr.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.zh-Hans.xlf delete mode 100644 LibZipSharp/Properties/xlf/Resources.zh-Hant.xlf 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/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);UNIX 3021,1591 libZipSharp.xml - true true false product.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 + +