Skip to content
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.cs.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} nesmí být null ani prázdné.</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} je instance {1}, což není platný typ položky. Očekávaný typ je {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} není podporovaný typ souboru. V současné době se podporují jenom běžné soubory, adresáře a symbolické odkazy.</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} musí být instance {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} je instance {1} místo očekávaného typu {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>Nepodařilo se určit typ {0} souboru.</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>Nepovedlo se přečíst symbolický odkaz {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>Ukládání souborů typu {0} není podporováno.</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>Upozornění: Nepodařilo se nastavit vlastníka položky {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>Upozornění: Nepovedlo se vytvořit statistiku {0} souboru: {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} je instance {1}, což není platný typ možnosti. Očekávaný typ je {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>Soubor už existuje.</value>
</data>
<data name="FilePathAlreadyExists_file" xml:space="preserve">
<value>File '{0}' already exists.</value>
<value>Soubor{0} již existuje.</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 selhalo kvůli chybě nedostatek paměti.</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>Datový proud neprošel kontrolami konzistence.</value>
</data>
<data name="StreamDoesNotExist" xml:space="preserve">
<value>Stream does not exist and file creation wasn't requested.</value>
<value>Stream neexistuje a jeho vytvoření nebylo požadováno.</value>
</data>
<data name="StreamIsNotAZip" xml:space="preserve">
<value>Stream is not a ZIP archive.</value>
<value>Stream není archiv ZIP.</value>
</data>
<data name="StreamCouldNotBeOpened" xml:space="preserve">
<value>Stream could not be opened.</value>
<value>Stream nelze otevřít.</value>
</data>
<data name="ErrorReadingStream" xml:space="preserve">
<value>An error occured while reading the stream.</value>
<value>Při čtení datového proudu došlo k chybě.</value>
</data>
<data name="StreamDoesNotSupportSeeking" xml:space="preserve">
<value>The stream does not support seeking.</value>
<value>Datový proud nepodporuje hledání.</value>
</data>
<data name="UnexpectedLibZipError_error" xml:space="preserve">
<value>Unexpected libzip error: {0}.</value>
<value>Neočekávaná chyba 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>Soubor {0} neprošel kontrolou konzistence.</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>Soubor {0} neexistuje a jeho vytvoření nebylo požadováno.</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>Soubor {0} není archiv ZIP.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileCouldNotBeOpened_file" xml:space="preserve">
<value>Soubor '{0}' se nepodařilo otevřít.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="ErrorReadingFile_file" xml:space="preserve">
<value>Error occured while reading the file '{0}'.</value>
<value>Při čtení souboru {0} došlo k chybě.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileDoesNotSupportSeeking_file" xml:space="preserve">
<value>The file '{0}' does not support seeking.</value>
<value>Soubor{0}nepodporuje vyhledávání.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="DestinationMustNotBeEmpty" xml:space="preserve">
<value>Archive destination path must not be empty.</value>
<value>Cílová cesta archivu nesmí být prázdná.</value>
</data>
<data name="UnknownError" xml:space="preserve">
<value>Neznámá chyba</value>
Expand Down
52 changes: 26 additions & 26 deletions LibZipSharp/Properties/Resources.it.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} non può essere Null o vuoto.</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}' è un'istanza di '{1}', che non è un tipo di voce valido. Il tipo previsto è '{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}' non è un tipo di file supportato. Sono al momento supportati solo file, directory e collegamenti simbolici normali.</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}' deve essere un'istanza di '{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}' è un'istanza di '{1}' anziché il tipo previsto '{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>Non è stato possibile determinare il tipo del file '{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>Non è stato possibile leggere il collegamento simbolico: '{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>L'archiviazione di file di tipo '{0}' non è supportata.</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>Avviso: non è stato possibile impostare il proprietario della voce '{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>Avviso: non è stato possibile eseguire il file di statistiche '{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}' è un'istanza di '{1}', che non è un tipo di opzione valido. Il tipo previsto è '{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>File già esistente.</value>
</data>
<data name="FilePathAlreadyExists_file" xml:space="preserve">
<value>File '{0}' already exists.</value>
<value>Il file '{0}' esiste già.</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>Si è verificato un errore in libzip a causa di memoria insufficiente.</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>Lo streaming non ha superato le verifiche di coerenza.</value>
</data>
<data name="StreamDoesNotExist" xml:space="preserve">
<value>Stream does not exist and file creation wasn't requested.</value>
<value>Lo streaming non esiste e non è stata richiesta la creazione del file.</value>
</data>
<data name="StreamIsNotAZip" xml:space="preserve">
<value>Stream is not a ZIP archive.</value>
<value>Lo streaming non è un archivio ZIP.</value>
</data>
<data name="StreamCouldNotBeOpened" xml:space="preserve">
<value>Stream could not be opened.</value>
<value>Non è stato possibile aprire lo streaming.</value>
</data>
<data name="ErrorReadingStream" xml:space="preserve">
<value>An error occured while reading the stream.</value>
<value>Si è verificato un errore durante la lettura dello streaming.</value>
</data>
<data name="StreamDoesNotSupportSeeking" xml:space="preserve">
<value>The stream does not support seeking.</value>
<value>Lo streaming non supporta la ricerca.</value>
</data>
<data name="UnexpectedLibZipError_error" xml:space="preserve">
<value>Unexpected libzip error: {0}.</value>
<value>Errore libzip imprevisto: {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>Il file {0} non ha superato le verifiche di coerenza.</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>Il file '{0}' non esiste e non è stata richiesta la creazione del file.</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>Il file '{0}' non è un archivio ZIP.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="FileCouldNotBeOpened_file" xml:space="preserve">
<value>Non è stato possibile aprire il file '{0}'.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="ErrorReadingFile_file" xml:space="preserve">
<value>Error occured while reading the file '{0}'.</value>
<value>Si è verificato un errore durante la lettura del file '{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>Il file '{0}' non supporta la ricerca.</value>
<comment>{0} - A filename.</comment>
</data>
<data name="DestinationMustNotBeEmpty" xml:space="preserve">
<value>Archive destination path must not be empty.</value>
<value>Il percorso di destinazione dell'archivio non deve essere vuoto.</value>
</data>
<data name="UnknownError" xml:space="preserve">
<value>Errore sconosciuto.</value>
Expand Down
Loading