Skip to content

Localized file check-in by OneLocBuild Task: Build definition ID 11678: Build ID 6570668 #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions LibZipSharp/Properties/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,56 +118,56 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="MustNotBeNullOrEmpty_string" xml:space="preserve">
<value>'{0}' must not be null or empty.</value>
<value>{0}“ darf nicht NULL oder leer sein.</value>
<comment>{0} - The name of the parameter</comment>
</data>
<data name="InvalidEntryType_string_type" xml:space="preserve">
<value>'{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.</value>
<value>{0}“ ist eine Instanz von „{1}“, was kein gültiger Eintragstyp ist. Der erwartete Typ ist „{2}.</value>
<comment>{0} - The name of the parameter.
{1} - The expected type of the parameter.
{2} - The actual type of the parameter.</comment>
</data>
<data name="UnsupportedPermission_UnixExternalPermissions" xml:space="preserve">
<value>'{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.</value>
<value>{0}“ ist kein unterstützter Dateityp. Derzeit werden nur reguläre Dateien, Verzeichnisse und symbolische Verknüpfungen unterstützt.</value>
<comment>{0} - The name of the permission.</comment>
</data>
<data name="MustBeAnInstanceOf_string_type" xml:space="preserve">
<value>'{0}' must be an instance of '{1}'.</value>
<value>{0}“ muss eine Instanz von „{1}“ sein.</value>
<comment>{0} - The name of the parameter.
{1} - The type the parameter should be.</comment>
</data>
<data name="ExpectedAnInstanceOf_string_type" xml:space="preserve">
<value>{0}' is an instance of '{1}' instead of the expected type '{2}'.</value>
<value>{0}“ ist eine Instanz von „{1}“ anstelle des erwarteten Typs „{2}.</value>
<comment>{0} - The expected type of the parameter.
{1} - The name of the parameter.
{2} - The actual type of the parameter.</comment>
</data>
<data name="UnableToDetermineFileType_file" xml:space="preserve">
<value>Failed to determine type of the file '{0}'.</value>
<value>Fehler beim Ermitteln des Typs der Datei „{0}.</value>
<comment>{0} - A filename</comment>
</data>
<data name="FailedToReadSymLink_link_error" xml:space="preserve">
<value>Could not read the symbolic link '{0}': {1}.</value>
<value>Die symbolische Verknüpfung „{0}“ konnte nicht gelesen werden: {1}.</value>
<comment>{0} - The symbolic link that was being read.
{1} - The actual error message reported by the operating system.</comment>
</data>
<data name="FileTypeNotSupported_filetype" xml:space="preserve">
<value>Storing files of type '{0}' is not supported.</value>
<value>Das Speichern von Dateien vom Typ „{0}“ wird nicht unterstützt.</value>
<comment>{0} - The type of the file.</comment>
</data>
<data name="FailedToSetOwner_entry_error_oserror" xml:space="preserve">
<value>Warning: failed to set owner of entry '{0}' ({1}:{2}).</value>
<value>Warnung: Fehler beim Festlegen des Besitzers des Eintrags „{0} ({1}:{2}).</value>
<comment>{0} - A filename.
{1} - The error message.
{2} - The operating system error.</comment>
</data>
<data name="FailedToStatFile_file_error" xml:space="preserve">
<value>Warning: failed to stat file '{0}': {1}.</value>
<value>Warnung: Fehler beim Statieren der Datei „{0}: {1}.</value>
<comment>{0} - A filename.
{1} - The error message.</comment>
</data>
<data name="UnexpectedOptionsType_string_type_type" xml:space="preserve">
<value>'{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.</value>
<value>{0}“ ist eine Instanz von „{1}“, was kein gültiger Optionstyp ist. Der erwartete Typ ist „{2}.</value>
<comment>{0} - The parameter name.
{1} - The expected type of the parameter.
{2} - The actual type of the parameter.</comment>
Expand All @@ -176,62 +176,62 @@
<value>Die Datei ist bereits vorhanden.</value>
</data>
<data name="FilePathAlreadyExists_file" xml:space="preserve">
<value>File '{0}' already exists.</value>
<value>Die Datei „{0}“ ist bereits vorhanden.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="OutOfMemory" xml:space="preserve">
<value>libzip failed due to an out of memory error.</value>
<value>Libzip ist aufgrund von nicht genügend Arbeitsspeicher fehlgeschlagen.</value>
<comment>The following terms should not be translated: libzip</comment>
</data>
<data name="StreamFailedConsistencyChecks" xml:space="preserve">
<value>The stream failed consistency checks.</value>
<value>Konsistenzprüfungen für den Stream sind fehlgeschlagen..</value>
</data>
<data name="StreamDoesNotExist" xml:space="preserve">
<value>Stream does not exist and file creation wasn't requested.</value>
<value>Der Stream ist nicht vorhanden, und die Dateierstellung wurde nicht angefordert.</value>
</data>
<data name="StreamIsNotAZip" xml:space="preserve">
<value>Stream is not a ZIP archive.</value>
<value>Stream ist kein ZIP-Archiv.</value>
</data>
<data name="StreamCouldNotBeOpened" xml:space="preserve">
<value>Stream could not be opened.</value>
<value>Der Stream konnte nicht geöffnet werden.</value>
</data>
<data name="ErrorReadingStream" xml:space="preserve">
<value>An error occured while reading the stream.</value>
<value>Beim Lesen des Streams ist ein Fehler aufgetreten.</value>
</data>
<data name="StreamDoesNotSupportSeeking" xml:space="preserve">
<value>The stream does not support seeking.</value>
<value>Der Stream unterstützt das Suchen nicht.</value>
</data>
<data name="UnexpectedLibZipError_error" xml:space="preserve">
<value>Unexpected libzip error: {0}.</value>
<value>Unerwarteter Libzip-Fehler: {0}.</value>
<comment>The following is the name of a library and should not be translated: libzip
{0} - An error message from libzip.</comment>
</data>
<data name="FileFailedConsistencyChecks_file" xml:space="preserve">
<value>The file {0} failed consistency checks.</value>
<value>Konsistenzprüfungen für die Datei {0} sind fehlgeschlagen.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileDoesNotExist_file" xml:space="preserve">
<value>The file '{0}' does not exist and file creation wasn't requested.</value>
<value>Die Datei „{0}2 ist nicht vorhanden, und die Dateierstellung wurde nicht angefordert.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileIsNotAZip_file" xml:space="preserve">
<value>The file '{0}' is not a ZIP archive.</value>
<value>Die Datei „{0}“ ist kein ZIP-Archiv.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileCouldNotBeOpened_file" xml:space="preserve">
<value>Die Datei '{0}' konnte nicht geöffnet werden.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="ErrorReadingFile_file" xml:space="preserve">
<value>Error occured while reading the file '{0}'.</value>
<value>Beim Lesen der Datei „{0}“ ist ein Fehler aufgetreten.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileDoesNotSupportSeeking_file" xml:space="preserve">
<value>The file '{0}' does not support seeking.</value>
<value>Die Datei „{0}“ unterstützt keine Suche.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="DestinationMustNotBeEmpty" xml:space="preserve">
<value>Archive destination path must not be empty.</value>
<value>Der Archivzielpfad darf nicht leer sein.</value>
</data>
<data name="UnknownError" xml:space="preserve">
<value>Unbekannter Fehler.</value>
Expand Down
52 changes: 26 additions & 26 deletions LibZipSharp/Properties/Resources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,56 +118,56 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="MustNotBeNullOrEmpty_string" xml:space="preserve">
<value>'{0}' must not be null or empty.</value>
<value>'{0}' no puede ser null ni estar vacío.</value>
<comment>{0} - The name of the parameter</comment>
</data>
<data name="InvalidEntryType_string_type" xml:space="preserve">
<value>'{0}' is an instance of '{1}', which is not a valid entry type. The expected type is '{2}'.</value>
<value>'{0}' es una instancia de '{1}', que no es un tipo de entrada válido. El tipo esperado es '{2}'.</value>
<comment>{0} - The name of the parameter.
{1} - The expected type of the parameter.
{2} - The actual type of the parameter.</comment>
</data>
<data name="UnsupportedPermission_UnixExternalPermissions" xml:space="preserve">
<value>'{0}' is not a supported file type. Only regular files, directories, and symbolic links are currently supported.</value>
<value>'{0}' no es un tipo de archivo admitido. Actualmente, solo se admiten archivos normales, directorios y vínculos simbólicos.</value>
<comment>{0} - The name of the permission.</comment>
</data>
<data name="MustBeAnInstanceOf_string_type" xml:space="preserve">
<value>'{0}' must be an instance of '{1}'.</value>
<value>'{0}' debe ser una instancia de '{1}'.</value>
<comment>{0} - The name of the parameter.
{1} - The type the parameter should be.</comment>
</data>
<data name="ExpectedAnInstanceOf_string_type" xml:space="preserve">
<value>{0}' is an instance of '{1}' instead of the expected type '{2}'.</value>
<value>{0}' es una instancia de '{1}' en lugar del tipo esperado '{2}'.</value>
<comment>{0} - The expected type of the parameter.
{1} - The name of the parameter.
{2} - The actual type of the parameter.</comment>
</data>
<data name="UnableToDetermineFileType_file" xml:space="preserve">
<value>Failed to determine type of the file '{0}'.</value>
<value>No se pudo determinar el tipo del archivo '{0}'.</value>
<comment>{0} - A filename</comment>
</data>
<data name="FailedToReadSymLink_link_error" xml:space="preserve">
<value>Could not read the symbolic link '{0}': {1}.</value>
<value>No se pudo leer el vínculo simbólico '{0}': {1}.</value>
<comment>{0} - The symbolic link that was being read.
{1} - The actual error message reported by the operating system.</comment>
</data>
<data name="FileTypeNotSupported_filetype" xml:space="preserve">
<value>Storing files of type '{0}' is not supported.</value>
<value>No se admite el almacenamiento de archivos de tipo '{0}'.</value>
<comment>{0} - The type of the file.</comment>
</data>
<data name="FailedToSetOwner_entry_error_oserror" xml:space="preserve">
<value>Warning: failed to set owner of entry '{0}' ({1}:{2}).</value>
<value>Advertencia: error al establecer el propietario de la entrada '{0}' ({1}:{2}).</value>
<comment>{0} - A filename.
{1} - The error message.
{2} - The operating system error.</comment>
</data>
<data name="FailedToStatFile_file_error" xml:space="preserve">
<value>Warning: failed to stat file '{0}': {1}.</value>
<value>Advertencia: no se pudo establecer el archivo '{0}': {1}.</value>
<comment>{0} - A filename.
{1} - The error message.</comment>
</data>
<data name="UnexpectedOptionsType_string_type_type" xml:space="preserve">
<value>'{0}' is an instance of '{1}', which is not a valid options type. The expected type is '{2}'.</value>
<value>'{0}' es una instancia de '{1}', que no es un tipo de opción válido. El tipo esperado es '{2}'.</value>
<comment>{0} - The parameter name.
{1} - The expected type of the parameter.
{2} - The actual type of the parameter.</comment>
Expand All @@ -176,62 +176,62 @@
<value>El archivo ya existe.</value>
</data>
<data name="FilePathAlreadyExists_file" xml:space="preserve">
<value>File '{0}' already exists.</value>
<value>El archivo {0} ya existe.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="OutOfMemory" xml:space="preserve">
<value>libzip failed due to an out of memory error.</value>
<value>Error de libzip debido a un error de memoria insuficiente.</value>
<comment>The following terms should not be translated: libzip</comment>
</data>
<data name="StreamFailedConsistencyChecks" xml:space="preserve">
<value>The stream failed consistency checks.</value>
<value>Error en la comprobación de coherencia de la secuencia.</value>
</data>
<data name="StreamDoesNotExist" xml:space="preserve">
<value>Stream does not exist and file creation wasn't requested.</value>
<value>La secuencia no existe y la creación del archivo no fue solicitada.</value>
</data>
<data name="StreamIsNotAZip" xml:space="preserve">
<value>Stream is not a ZIP archive.</value>
<value>La secuencia no es un archivo ZIP.</value>
</data>
<data name="StreamCouldNotBeOpened" xml:space="preserve">
<value>Stream could not be opened.</value>
<value>No se pudo abrir la secuencia.</value>
</data>
<data name="ErrorReadingStream" xml:space="preserve">
<value>An error occured while reading the stream.</value>
<value>Error al leer la secuencia.</value>
</data>
<data name="StreamDoesNotSupportSeeking" xml:space="preserve">
<value>The stream does not support seeking.</value>
<value>La secuencia no admite búsqueda.</value>
</data>
<data name="UnexpectedLibZipError_error" xml:space="preserve">
<value>Unexpected libzip error: {0}.</value>
<value>Error inesperado de libzip: {0}.</value>
<comment>The following is the name of a library and should not be translated: libzip
{0} - An error message from libzip.</comment>
</data>
<data name="FileFailedConsistencyChecks_file" xml:space="preserve">
<value>The file {0} failed consistency checks.</value>
<value>Error en la comprobación de coherencia del archivo {0}.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileDoesNotExist_file" xml:space="preserve">
<value>The file '{0}' does not exist and file creation wasn't requested.</value>
<value>El archivo '{0}' no existe y la creación del archivo no fue solicitada.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileIsNotAZip_file" xml:space="preserve">
<value>The file '{0}' is not a ZIP archive.</value>
<value>El archivo '{0}' no es un archivo ZIP.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileCouldNotBeOpened_file" xml:space="preserve">
<value>El archivo '{0}' no se puede abrir.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="ErrorReadingFile_file" xml:space="preserve">
<value>Error occured while reading the file '{0}'.</value>
<value>Error al leer el archivo '{0}'.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileDoesNotSupportSeeking_file" xml:space="preserve">
<value>The file '{0}' does not support seeking.</value>
<value>El archivo '{0}' no admite búsqueda.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="DestinationMustNotBeEmpty" xml:space="preserve">
<value>Archive destination path must not be empty.</value>
<value>La ruta de destino del archivo no debe estar vacía.</value>
</data>
<data name="UnknownError" xml:space="preserve">
<value>Error desconocido.</value>
Expand Down
Loading