summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in24
-rw-r--r--po/Makevars57
-rw-r--r--po/POTFILES.in4
-rw-r--r--po/ca.gmobin26876 -> 22289 bytes
-rw-r--r--po/ca.po554
-rw-r--r--po/cs.gmobin17576 -> 15436 bytes
-rw-r--r--po/cs.po520
-rw-r--r--po/da.gmobin12015 -> 11042 bytes
-rw-r--r--po/da.po516
-rw-r--r--po/de.gmobin28599 -> 32560 bytes
-rw-r--r--po/de.po536
-rw-r--r--po/eo.gmobin26139 -> 29979 bytes
-rw-r--r--po/eo.po567
-rw-r--r--po/es.gmobin27192 -> 31175 bytes
-rw-r--r--po/es.po573
-rw-r--r--po/fi.gmobin25923 -> 21441 bytes
-rw-r--r--po/fi.po554
-rw-r--r--po/fr.gmobin22307 -> 19342 bytes
-rw-r--r--po/fr.po590
-rw-r--r--po/hr.gmobin26682 -> 30343 bytes
-rw-r--r--po/hr.po713
-rw-r--r--po/hu.gmobin27374 -> 31658 bytes
-rw-r--r--po/hu.po549
-rw-r--r--po/it.gmobin22043 -> 19130 bytes
-rw-r--r--po/it.po536
-rw-r--r--po/ko.gmobin27394 -> 31480 bytes
-rw-r--r--po/ko.po658
-rw-r--r--po/pl.gmobin26643 -> 30611 bytes
-rw-r--r--po/pl.po548
-rw-r--r--po/pt.gmobin21887 -> 18992 bytes
-rw-r--r--po/pt.po536
-rw-r--r--po/pt_BR.gmobin26890 -> 22302 bytes
-rw-r--r--po/pt_BR.po554
-rw-r--r--po/ro.gmobin28538 -> 32640 bytes
-rw-r--r--po/ro.po597
-rw-r--r--po/sr.gmobin27551 -> 23849 bytes
-rw-r--r--po/sr.po536
-rw-r--r--po/sv.gmobin26576 -> 30379 bytes
-rw-r--r--po/sv.po565
-rw-r--r--po/tr.gmobin26545 -> 22029 bytes
-rw-r--r--po/tr.po554
-rw-r--r--po/uk.gmobin35322 -> 40332 bytes
-rw-r--r--po/uk.po574
-rw-r--r--po/vi.gmobin28619 -> 32859 bytes
-rw-r--r--po/vi.po570
-rw-r--r--po/xz.pot494
-rw-r--r--po/xz.pot-header7
-rw-r--r--po/zh_CN.gmobin25247 -> 22476 bytes
-rw-r--r--po/zh_CN.po557
-rw-r--r--po/zh_TW.gmobin24823 -> 20613 bytes
-rw-r--r--po/zh_TW.po554
51 files changed, 8102 insertions, 5495 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 6b25f0d..2b36b11 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -1,13 +1,13 @@
# Makefile for PO directory in any package using GNU gettext.
# Copyright (C) 1995-2000 Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright (C) 2000-2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2023 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
-# Origin: gettext-0.21
+# Origin: gettext-0.22
GETTEXT_MACRO_VERSION = 0.20
PACKAGE = @PACKAGE@
@@ -248,15 +248,17 @@ $(POFILES): $(POFILESDEPS)
@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
if test -f "$(srcdir)/$${lang}.po"; then \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot"; \
+ echo "$${cdcmd}$(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot"; \
cd $(srcdir) \
&& { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].*) \
+ '' | 0.[0-9] | 0.[0-9].* | 0.10 | 0.10.*) \
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
+ 0.1[1-5] | 0.1[1-5].*) \
+ $(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
0.1[6-7] | 0.1[6-7].*) \
- $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --previous $${lang}.po $(DOMAIN).pot;; \
+ $(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) --previous $${lang}.po $(DOMAIN).pot;; \
*) \
- $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot;; \
+ $(MSGMERGE_UPDATE) --quiet $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOMAIN).pot;; \
esac; \
}; \
else \
@@ -464,15 +466,17 @@ update-po: Makefile
tmpdir=`pwd`; \
echo "$$lang:"; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang --previous $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
+ echo "$${cdcmd}$(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) --lang=$$lang --previous $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
cd $(srcdir); \
if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].*) \
+ '' | 0.[0-9] | 0.[0-9].* | 0.10 | 0.10.*) \
$(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
+ 0.1[1-5] | 0.1[1-5].*) \
+ $(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
0.1[6-7] | 0.1[6-7].*) \
- $(MSGMERGE) $(MSGMERGE_OPTIONS) --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
+ $(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
*) \
- $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
+ $(MSGMERGE) --quiet $(MSGMERGE_OPTIONS) --lang=$$lang --previous -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
esac; \
}; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
diff --git a/po/Makevars b/po/Makevars
index dc19bc9..9108789 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,4 +1,10 @@
+# SPDX-License-Identifier: FSFUL
+
# Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to use, copy, distribute, and modify it.
# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)
@@ -8,7 +14,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --add-location=file --no-wrap
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
@@ -18,7 +24,14 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
-COPYRIGHT_HOLDER =
+COPYRIGHT_HOLDER = The XZ Utils authors and contributors
+
+# This tells whether or not to prepend "GNU " prefix to the package
+# name that gets inserted into the header of the $(DOMAIN).pot file.
+# Possible values are "yes", "no", or empty. If it is empty, try to
+# detect it automatically by scanning the files in $(top_srcdir) for
+# "GNU packagename" string.
+PACKAGE_GNU = no
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
@@ -40,7 +53,39 @@ MSGID_BUGS_ADDRESS =
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =
-# Although you may need slightly wider terminal than 80 chars, it is
-# much nicer to edit the output of --help when this is set.
-XGETTEXT_OPTIONS += --no-wrap
-MSGMERGE += --no-wrap
+# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
+# context. Possible values are "yes" and "no". Set this to yes if the
+# package uses functions taking also a message context, like pgettext(), or
+# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
+USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+# --previous to keep previous msgids of translated messages,
+# --quiet to reduce the verbosity.
+MSGMERGE_OPTIONS = --add-location=file --no-wrap
+
+# These options get passed to msginit.
+# If you want to disable line wrapping when writing PO files, add
+# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
+# MSGINIT_OPTIONS.
+#
+# Although one may need slightly wider terminal than 80 chars, it is
+# much nicer to edit the output of --help when --no-wrap is set.
+MSGINIT_OPTIONS = --no-wrap
+
+# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
+# has changed. Possible values are "yes" and "no". Set this to no if
+# the POT file is checked in the repository and the version control
+# program ignores timestamps.
+PO_DEPENDS_ON_POT = yes
+
+# This tells whether or not to forcibly update $(DOMAIN).pot and
+# regenerate PO files on "make dist". Possible values are "yes" and
+# "no". Set this to no if the POT file and PO files are maintained
+# externally.
+#
+# NOTE: The the custom "mydist" target in ../Makefile.am updates xz.pot.
+# An updated xz.pot will cause the .po files to be updated too but
+# only when updating would change more than the POT-Creation-Date line.
+DIST_DEPENDS_ON_UPDATE_PO = no
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e1438e0..a4f4e00 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: 0BSD
+
# List of source files which contain translatable strings.
src/xz/args.c
src/xz/coder.c
@@ -6,8 +8,10 @@ src/xz/hardware.c
src/xz/list.c
src/xz/main.c
src/xz/message.c
+src/xz/mytime.c
src/xz/options.c
src/xz/signals.c
src/xz/suffix.c
src/xz/util.c
+src/lzmainfo/lzmainfo.c
src/common/tuklib_exit.c
diff --git a/po/ca.gmo b/po/ca.gmo
index b3dc849..04977cb 100644
--- a/po/ca.gmo
+++ b/po/ca.gmo
Binary files differ
diff --git a/po/ca.po b/po/ca.po
index 748c14f..ff836cb 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.4.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2022-12-12 18:19+0300\n"
"Last-Translator: Jordi Mas i Hernàndez <jmas@softcatala.org>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -17,145 +17,179 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: argument no vàlid per a --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: massa arguments per a --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 només es pot utilitzar com a últim element a --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: tipus de format de fitxer desconegut"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: tipus de comprovació d'integritat no suportat"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Només es pot especificar un fitxer amb `--files' o `--files0'."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "La variable d'entorn %s conté massa arguments"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "El suport de compressió s'ha desactivat en temps de construcció"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "El suport de descompressió s'ha desactivat en temps de construcció"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "No s'admet la compressió de fitxers lzip (.lz)"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: amb --format=raw, --suffix=.SUF és necessari si no s'escriu a la sortida estàndard"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "El nombre màxim de filtres és de quatre"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "El límit d'ús de la memòria és massa baix per a la configuració del filtre indicat."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Es desaconsella l'ús d'un predefinit en mode RAW."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Les opcions exactes dels predefinits poden variar entre versions de programari."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "El format .lzma només admet el filtre LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "No es pot usar LZMA1 amb el format .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "La cadena de filtratge és incompatible amb --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Es canvia al mode d'un sol fil a causa de --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Opcions no suportades"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "S'utilitzen fins a %<PRIu32> fils."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Cadena de filtre no suportada o opcions de filtre"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "La descompressió necessitarà %s MiB de memòria."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "S'ha reduït el nombre de fils de %s a %s per a no excedir el límit d'ús de memòria de %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "S'ha reduït el nombre de fils de %s a un. El límit d'ús automàtic de memòria de %s MiB encara s'està excedint. Es requereix %s MiB de memòria. Es continua igualment."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "S'està canviant al mode d'un sol fil per a no excedir el límit d'ús de la memòria de %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "S'ha ajustat la mida del diccionari LZMA%c de %s MiB a %s MiB per a no excedir el límit d'ús de memòria de %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "S'ha ajustat la mida del diccionari LZMA%c de %s MiB a %s MiB per a no excedir el límit d'ús de memòria de %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "S'ha produït un error en crear una canonada: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "S'ha produït un error en crear una canonada: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "No s'ha pogut habilitar l'espai aïllat"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: ha fallat la funció poll(): %s"
@@ -170,252 +204,252 @@ msgstr "%s: ha fallat la funció poll(): %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: sembla que el fitxer s'ha mogut, no s'elimina"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: no es pot eliminar: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: no es pot establir el propietari del fitxer: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: no es pot establir el grup de fitxers: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: no es poden establir els permisos del fitxer: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "S'ha produït un error en obtenir els indicadors d'estat del fitxer de l'entrada estàndard: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: és un enllaç simbòlic, s'omet"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: és un directori, s'omet"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: no és un fitxer normal, s'omet"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: el fitxer té el bit de setuid o setgid, s'omet"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: el fitxer té un bit enganxós, s'omet"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: el fitxer d'entrada té més d'un enllaç dur, s'omet"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Nom de fitxer buit, s'omet"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "S'ha produït un error en restaurar els indicadors d'estat a l'entrada estàndard: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "S'ha produït un error en obtenir els indicadors d'estat del fitxer de la sortida estàndard: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "S'ha produït un error en restaurar l'indicador O_APPEND a la sortida estàndard: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: ha fallat el tancament del fitxer: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: ha fallat la cerca en intentar crear un fitxer dispers: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: error de lectura: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: error en cercar el fitxer: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: fi inesperat del fitxer"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: error d'escriptura: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Desactivat"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Quantitat de memòria física (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Nombre de fils del processador:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Compressió:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Descompressió:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Descompressió multifil:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Predeterminat per a -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Informació del maquinari:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Límits d'ús de la memòria"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Fluxos:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blocs:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Mida comprimida:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Mida no comprimida:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Relació:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Comprovació:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Farciment del flux:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Memòria necessària:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Mides a les capçaleres:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Nombre de fitxers:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Flux"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Bloc"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blocs"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "CompOffset"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "UncompOffset"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "CompSize"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "UncompSize"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "TotalSize"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Relació"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Comprovació"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "CheckVal"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Separació"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Capçalera"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Senyals"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "MemUsage"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filtres"
@@ -423,7 +457,7 @@ msgstr "Filtres"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Cap"
@@ -431,60 +465,60 @@ msgstr "Cap"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "NoConeix2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "NoConeix3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "NoConeix5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "NoConeix6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "NoConeix7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "NoConeix8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "NoConeix9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "NoConeix11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "NoConeix12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "NoConeix13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "NoConeix14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "NoConeix15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: El fitxer està buit"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Massa petit per a ser un fitxer .xz vàlid"
@@ -493,64 +527,69 @@ msgstr "%s: Massa petit per a ser un fitxer .xz vàlid"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Strms Blocs Comprimit NoComprimit Ràtio Check Nom de fitxer"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Sí"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "No"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Versió mínima de XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s fitxer\n"
msgstr[1] "%s fitxers\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totals:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list només funciona en fitxers .xz (--format=xz o --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list no admet la lectura des de l'entrada estàndard"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Error en llegir els noms de fitxer: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Final inesperat de l'entrada en llegir els noms de fitxer"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: s'ha trobat un caràcter nul en llegir els noms de fitxer; potser volíeu utilitzar «--files0» en lloc de «--files»?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "La compressió i descompressió amb --robot encara no són admesos."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "No es poden llegir les dades de l'entrada estàndard en llegir els noms de fitxer de l'entrada estàndard"
@@ -558,68 +597,69 @@ msgstr "No es poden llegir les dades de l'entrada estàndard en llegir els noms
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Error intern (error)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "No es poden establir els gestors de senyals"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Sense comprovació d'integritat; no es verifica la integritat del fitxer"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Tipus no admès de comprovació d'integritat; no es verifica la integritat del fitxer"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "S'ha arribat al límit d'ús de la memòria"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "No s'ha reconegut el format del fitxer"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Opcions no suportades"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Les dades comprimides estan malmeses"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Final inesperat de l'entrada"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "Es requereixen %s MiB de memòria. El limitador està desactivat."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Es requereixen %s MiB de memòria. El límit és %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Cadena de filtratge: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Proveu «%s --help» per a més informació."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -630,17 +670,17 @@ msgstr ""
"Comprimeix o descomprimeix FITXERS en format .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Els arguments obligatoris per a opcions llargues també són obligatoris\n"
"per a opcions curtes.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Mode d'operació:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -652,7 +692,7 @@ msgstr ""
" -t, --test comprova la integritat del fitxer comprimit\n"
" -l, --list informació sobre els fitxers .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -660,7 +700,7 @@ msgstr ""
"\n"
" Modificadors de l'operació:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -672,7 +712,7 @@ msgstr ""
" -c, --stdout escriu a la sortida estàndard i no suprimeixis els\n"
" fitxers d'entrada"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -680,10 +720,18 @@ msgstr ""
" --single-stream descomprimeix només el primer flux, i silenciosament\n"
" ignora les possibles dades d'entrada restants"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -697,7 +745,7 @@ msgstr ""
" caràcter de línia nova\n"
" --files0[=FILE] com --files però usa el caràcter nul com a terminador"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -705,12 +753,18 @@ msgstr ""
"\n"
" Opcions bàsiques de format i compressió de fitxers:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -F, --format=FMT file format to encode or decode; possible values are\n"
+#| " `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
+#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
+#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT fitxer de format per a codificar o descodificar; els\n"
" valors possibles són «auto» (predeterminat), «xz»,\n"
@@ -718,11 +772,11 @@ msgstr ""
" -C, --check=CHECK el tipus de comprovació d'integritat: «none» (useu amb\n"
" precaució), «crc32», «crc64» (predeterminat), o «sha256»"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check no verifiquis la comprovació d'integritat en descomprimir"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -731,7 +785,7 @@ msgstr ""
" compte l'ús de memòria del compressor *i* del\n"
" descompressor abans d'utilitzar 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -740,16 +794,20 @@ msgstr ""
" de CPU no afecta els requisits de memòria del\n"
" descompressor"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NUM usa com a màxim NUM fils; el valor predeterminat és 1;\n"
" estableix a 0 per a utilitzar tants fils com nuclis té\n"
" el processador"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -760,17 +818,24 @@ msgstr ""
" d'entrada; utilitzeu-ho per a establir la mida del bloc\n"
" per a la compressió amb fils"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=MIDES\n"
" inicia un bloc nou .xz després dels intervals de dades\n"
" sense comprimir donats amb separació per comes"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -782,7 +847,7 @@ msgstr ""
" d'espera des de l'anterior fluix i llegir més entrades\n"
" blocaria, totes les dades pendents es buiden"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -801,7 +866,7 @@ msgstr ""
" descompressió, descompressió amb fils, o tots ells; el\n"
" LÍMIT és en bytes, % de RAM, o 0 per als predeterminats"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -809,7 +874,7 @@ msgstr ""
" --no-adjust si la configuració de compressió excedeix el límit d'ús\n"
" de memòria, dona error en lloc de reduir la configuració"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -818,7 +883,27 @@ msgstr ""
" Cadena de filtre personalitzada per a la compressió (alternativa per a l'ús\n"
" de predefinits):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -850,7 +935,19 @@ msgstr ""
" depth=NUM profunditat màxima de cerca; 0=automàtic\n"
" (predeterminat)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
+#| " --arm[=OPTS] ARM BCJ filter\n"
+#| " --armthumb[=OPTS] ARM-Thumb BCJ filter\n"
+#| " --arm64[=OPTS] ARM64 BCJ filter\n"
+#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
+#| " --sparc[=OPTS] SPARC BCJ filter\n"
+#| " Valid OPTS for all BCJ filters:\n"
+#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -860,6 +957,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -875,7 +973,7 @@ msgstr ""
" start=Núm. decalatge d'inici per a les conversions\n"
" (per defecte=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -887,7 +985,7 @@ msgstr ""
" dist=Núm. entre bytes que es resten de\n"
" l'altre (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -895,7 +993,7 @@ msgstr ""
"\n"
" Altres opcions:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -905,17 +1003,17 @@ msgstr ""
" -v, --verbose sigues detallat; especifiqueu dues vegades per a tenir\n"
" encara més detall"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn fes que els avisos no afectin l'estat de sortida"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot usa missatges analitzables per la màquina\n"
" (útil per a scripts)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -923,7 +1021,7 @@ msgstr ""
" --info-memory mostra la quantitat total de RAM i els límits actualment\n"
" actius d'ús de memòria, i surt"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -931,7 +1029,7 @@ msgstr ""
" -h, --help mostra l'ajuda curta (només mostra les opcions bàsiques)\n"
" -H, --long-help mostra aquesta ajuda llarga i surt"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -939,11 +1037,12 @@ msgstr ""
" -h, --help mostra aquesta ajuda curta i surt\n"
" -H, --long-help mostra l'ajuda llarga (llista també opcions avançades)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version mostra el número de versió i surt"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -955,90 +1054,129 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Informa d'errors a <%s> (en anglès o finès).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Pàgina inicial de %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "AQUESTA ÉS UNA VERSIÓ DE DESENVOLUPAMENT NO DESTINADA A L'ÚS EN PRODUCCIÓ."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Cadena de filtre no suportada o opcions de filtre"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: les opcions han de ser parelles «name=value» separades amb comes"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: nom d'opció no vàlid"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: el valor de l'opció no és vàlid"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "No s'admet el LZMA1/LZMA2 predefinit: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "La suma de lc i lp no ha de superar 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: El nom de fitxer té un sufix desconegut, s'omet"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: El fitxer ja té el sufix «%s», s'ometrà"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: El sufix del nom de fitxer no és vàlid"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: El valor no és un enter decimal no negatiu"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: el sufix multiplicador no és vàlid"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Els sufixos vàlids són `KiB' (2.10), `MiB' (2.20), i `GiB' (2.30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "El valor de l'opció «%s» ha d'estar a l'interval [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Les dades comprimides no es poden llegir des d'un terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Les dades comprimides no es poden escriure en un terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: Massa petit per a ser un fitxer .xz vàlid"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Ha fallat l'escriptura a la sortida estàndard"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Error desconegut"
+
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "No s'ha pogut habilitar l'espai aïllat"
diff --git a/po/cs.gmo b/po/cs.gmo
index 165e974..edad4d1 100644
--- a/po/cs.gmo
+++ b/po/cs.gmo
Binary files differ
diff --git a/po/cs.po b/po/cs.po
index a5eedf4..0015f85 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz-utils\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2010-12-03 11:32+0100\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <diskuze@lists.l10n.cz>\n"
@@ -18,146 +18,178 @@ msgstr ""
"X-Poedit-Language: Czech\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr ""
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr ""
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr ""
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Neznámý typ formátu souboru"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Neznámý typ kontroly integrity"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Spolu s přepínači „--files“ nebo „--files0“ může být zadán pouze jeden soubor"
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr ""
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Proměnná prostředí %s obsahuje příliš mnoho argumentů"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr ""
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr ""
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: S přepínačem --format=raw je vyžadován --sufix=.PRIP, vyjma zápisu do standardního výstupu"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Maximální počet filtrů je čtyři"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Omezení použitelné paměti je příliš malé pro dané nastavení filtru."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Použití přednastavení v režimu raw je nevhodné."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Přesné volby u přednastavení se mohou lišit mezi různými verzemi softwaru."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Formát .lzma podporuje pouze filtr LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 nelze použít s formátem .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr ""
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr ""
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Nepodporovaná volba"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr ""
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Nepodporovaný omezující filtr nebo volby filtru"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Dekomprimace bude vyžadovat %s MiB paměti."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Přizpůsobit velikost slovníku LZMA%c z %s MiB na %s MiB, tak aby nebylo překročeno omezení použitelné paměti %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Přizpůsobit velikost slovníku LZMA%c z %s MiB na %s MiB, tak aby nebylo překročeno omezení použitelné paměti %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Přizpůsobit velikost slovníku LZMA%c z %s MiB na %s MiB, tak aby nebylo překročeno omezení použitelné paměti %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Přizpůsobit velikost slovníku LZMA%c z %s MiB na %s MiB, tak aby nebylo překročeno omezení použitelné paměti %s MiB"
+
+#: src/xz/coder.c
#, c-format
-msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
msgstr ""
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
+#: src/xz/file_io.c
+#, c-format
+msgid "Error creating a pipe: %s"
msgstr ""
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr ""
@@ -172,272 +204,272 @@ msgstr ""
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Vypadá to, že soubor byl přesunut, proto nebude odstraněn"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Nelze odstranit: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Nelze nastavit vlastníka souboru: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Nelze nastavit skupinu souboru: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Nelze nastavit oprávnění souboru: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr ""
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Jedná se o symbolický odkaz, vynechává se"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Jedná se o složku, vynechává se"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Nejedná se o běžný soubor, vynechává se"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Soubor má nastavený bit setuid nebo setgid, vynechává se"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Soubor má nastavený bit sticky, vynechává se"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Vstupní soubor má více než jeden pevný odkaz, vynechává se"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Prázdný název souboru, vynechává se"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr ""
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr ""
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Chyba při obnovení příznaku O_APPEND na standardní výstup: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Selhalo zavření souboru: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Selhalo nastavení pozice při pokusu o vytvoření souboru řídké matice: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Chyba čtení: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Chyba při posunu v rámci souboru: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Neočekávaný konec souboru"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Chyba zápisu: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Vypnuto"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Total amount of physical memory (RAM): "
msgid "Amount of physical memory (RAM):"
msgstr "Celkové množství fyzické paměti (RAM): "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit for decompression: "
msgid "Multi-threaded decompression:"
msgstr "Omezení použitelné paměti pro dekomprimaci:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit reached"
msgid "Memory usage limits:"
msgstr "Dosaženo omezení použitelné paměti"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
#, fuzzy
#| msgid " Compressed size: %s\n"
msgid "Compressed size:"
msgstr " Komprimovaná velikost: %s\n"
-#: src/xz/list.c:71
+#: src/xz/list.c
#, fuzzy
#| msgid " Uncompressed size: %s\n"
msgid "Uncompressed size:"
msgstr " Nekomprimovaná velikost: %s\n"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
#, fuzzy
#| msgid " Stream padding: %s\n"
msgid "Stream Padding:"
msgstr " Zarovnání proudu: %s\n"
-#: src/xz/list.c:75
+#: src/xz/list.c
#, fuzzy
#| msgid " Memory needed: %s MiB\n"
msgid "Memory needed:"
msgstr " Potřebná paměť: %s MiB\n"
-#: src/xz/list.c:76
+#: src/xz/list.c
#, fuzzy
#| msgid " Sizes in headers: %s\n"
msgid "Sizes in headers:"
msgstr " Velikosti v hlavičkách: %s\n"
-#: src/xz/list.c:79
+#: src/xz/list.c
#, fuzzy
#| msgid " Number of files: %s\n"
msgid "Number of files:"
msgstr " Počet souborů: %s\n"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
#, fuzzy
#| msgid "Totals:"
msgid "TotalSize"
msgstr "Celkem:"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -445,7 +477,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "žádná"
@@ -453,60 +485,60 @@ msgstr "žádná"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "neznámá-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "neznámá-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "neznámá-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "neznámá-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "neznámá-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "neznámá-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "neznámá-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "neznámá-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "neznámá-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "neznámá-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "neznámá-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "neznámá-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Soubor je prázdný"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Je příliš malý na to, aby to mohl být platný soubor .xz"
@@ -515,26 +547,26 @@ msgstr "%s: Je příliš malý na to, aby to mohl být platný soubor .xz"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Proud Bloky Komprim Nekomprim Poměr Kontrl Název souboru"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Ano"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Ne"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr ""
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
@@ -542,38 +574,43 @@ msgstr[0] "%s soubor\n"
msgstr[1] "%s soubory\n"
msgstr[2] "%s souborů\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Celkem:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list pracuje pouze se soubory .xz (--format=xz nebo --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list nepodporuje čtení ze standardního vstupu"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Chyba při čtení názvů souborů: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Neočekávaný konec vstupu při čtení názvů souborů"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Byl nalezen nulový znak při čtení názvů souborů; nechtěli jste náhodou použít „--files0“ místo „--files“?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Komprimace a dekomprimace s přepínačem --robot není zatím podporovaná."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Ze standardního vstupu nelze číst data, když se ze standardního vstupu načítají názvy souborů"
@@ -581,68 +618,69 @@ msgstr "Ze standardního vstupu nelze číst data, když se ze standardního vst
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr ""
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Interní chyba"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Nelze ustanovit ovladač signálu"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Žádná kontrola integrity; integrita souboru se nebude ověřovat"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Nepodporovaný typ kontroly integrity; integrita souboru se nebude ověřovat"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Dosaženo omezení použitelné paměti"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Formát souboru nebyl rozpoznán"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Nepodporovaná volba"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Komprimovaná data jsou poškozená"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Neočekávaný konec vstupu"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr ""
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Je vyžadováno %s MiB paměti. Limit je %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Omezující filtr: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Zkuste „%s --help“ pro více informací"
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -653,15 +691,15 @@ msgstr ""
"Komprimuje nebo dekomprimuje SOUBORy ve formátu xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Povinné argumenty pro dlouhé přepínače jsou povinné rovněž pro krátké přepínače.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr "Operační režim:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -673,7 +711,7 @@ msgstr ""
" -t, --test testovat integritu komprimovaného souboru\n"
" -l, --list vypsat informace o souborech .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -681,7 +719,7 @@ msgstr ""
"\n"
"Modifikátory operací:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -691,16 +729,24 @@ msgstr ""
" -f, --force vynutit přepis výstupního souboru a de/komprimovat odkazy\n"
" -c, --stdout zapisovat na standardní výstup a nemazat vstupní soubory"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
msgstr ""
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -713,7 +759,7 @@ msgstr ""
" názvy souborů musí být zakončeny znakem nového řádku\n"
" --files0[=SOUBOR] stejné jako --files, ale použít k zakončování nulový znak"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -721,7 +767,7 @@ msgstr ""
"\n"
"Základní přepínače pro formát souboru a komprimaci:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| " -F, --format=FMT file format to encode or decode; possible values are\n"
@@ -730,20 +776,20 @@ msgstr ""
#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FORMÁT formát souboru k zakódování nebo dekódování; možné\n"
" hodnoty jsou „auto“ (výchozí), „xz“, „lzma“ a „raw“\n"
" -C, --check=KONTROLA typ kontroly integrity: „none“ (používejte s rozmyslem),\n"
" „crc32“, „crc64“ (výchozí) nebo „sha256“"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr ""
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -751,7 +797,7 @@ msgstr ""
" -0 .. -9 přednastavení komprimace; výchozí je 6; než použijete\n"
" hodnoty 7 – 9, vezměte do úvahy množství použité paměti"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -759,27 +805,29 @@ msgstr ""
" -e, --extreme zkusit zlepšit poměr komprimace využitím více času\n"
" procesoru; nemá vliv na paměťové nároky dekomprimace"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
" use this to set the block size for threaded compression"
msgstr ""
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -787,7 +835,7 @@ msgid ""
" would block, all pending data is flushed out"
msgstr ""
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, fuzzy, no-c-format
#| msgid ""
#| " --memlimit-compress=LIMIT\n"
@@ -811,7 +859,7 @@ msgstr ""
" dekomprimaci nebo obojí; LIMIT je v bajtech, % z paměti\n"
" RAM nebo 0 pro výchozí"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -819,7 +867,7 @@ msgstr ""
" --no-adjust pokud nastavení komprimace přesáhne omezení použitelné\n"
" paměti, předat chybu namísto snížení nastavení"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -827,7 +875,27 @@ msgstr ""
"\n"
"Vlastní omezující filtr pro komprimaci (alternativa k použití přednastavených):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -856,7 +924,7 @@ msgstr ""
" depth=POČ maximální hloubka prohledávání;\n"
" 0 = automaticky (výchozí)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| "\n"
@@ -877,6 +945,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -890,7 +959,7 @@ msgstr ""
" Platné volby pro všechny filtry BCJ:\n"
" start=POČ počáteční posun pro převody (výchozí=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -902,7 +971,7 @@ msgstr ""
" dist=POČ vzdálenost mezi bajty, které jsou odečítány\n"
" jeden od druhého (1 – 256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -910,7 +979,7 @@ msgstr ""
"\n"
" Ostatní přepínače:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -919,17 +988,17 @@ msgstr ""
" -v, --verbose podrobnější zprávy; zadáním dvakrát, budou ještě\n"
" podrobnější"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn způsobí, že varování neovlivní stav ukončení"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot použít strojově analyzovatelné zprávy (užitečné pro\n"
" skripty)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -937,7 +1006,7 @@ msgstr ""
" --info-memory zobrazit celkové množství paměti RAM a současné aktivní\n"
" omezení použitelné paměti a skončit"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -945,7 +1014,7 @@ msgstr ""
" -h, --help zobrazit krátkou nápovědu (vypíše jen základní přepínače)\n"
" -H, --long-help zobrazit tuto úplnou nápovědu a skončit"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -953,11 +1022,12 @@ msgstr ""
" -h, --help zobrazit tuto zkrácenou nápovědu a skončit\n"
" -H, --long-help zobrazit úplnou nápovědu (vypíše i pokročilé přepínače)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version zobrazit číslo verze a skončit"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -969,91 +1039,127 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Chyby hlaste na <%s> (v angličtině nebo finštině).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Domovská stránka %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr ""
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Nepodporovaný omezující filtr nebo volby filtru"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Volby musí být páry „název=hodnota“ oddělené čárkami"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Neplatný název volby"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Neplatná hodnota volby"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Nepodporované přednastavení LZMA1/LZMA2: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Součet lc a lp nesmí překročit hodnotu 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Název souboru má neznámou příponu, vynechává se"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Soubor již má příponu „%s“, vynechává se"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Neplatná přípona názvu souboru"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Hodnota není nezáporné desítkové číslo"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Neplatná jednotka s předponou"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Platné jednotky s předponami jsou „KiB“ (2^10 B), „MiB“ (2^20 B) a „GiB“ (2^30 B)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Hodnota volby „%s“ musí být v rozsahu [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Z terminálu nelze číst komprimovaná data"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Do terminálu nelze zapisovat komprimovaná data"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: Je příliš malý na to, aby to mohl být platný soubor .xz"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Zápis do standardního výstupu selhal"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Neznámá chyba"
diff --git a/po/da.gmo b/po/da.gmo
index d0359d4..3347988 100644
--- a/po/da.gmo
+++ b/po/da.gmo
Binary files differ
diff --git a/po/da.po b/po/da.po
index 000510f..601d6b3 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.2.4\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2019-03-04 23:08+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -17,147 +17,181 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Ugyldigt parameter til --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: For mange argumenter til --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 kan kun bruges som det sidste element i --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Ukendt filformattype"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Typen for integritetkontrol er ikke understøttet"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Kun en fil kan angives med »--files« eller »--files0«."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Miljøvariablen %s indeholder for mange argumenter"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Komprimeringsunderstøttelse blev deaktiveret på byggetidspunktet"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Dekomprimeringsunderstøttelse blev deaktiveret på byggetidspunktet"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: med --format=raw, --suffix=.SUF er krævet med mindre der skrives til standardud"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Maksimalt antal filtre er fire"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Begræsningen for brug af hukommelse er for lav for den givne filteropsætning."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Det frarådes at bruge en forhåndskonfiguration i rå tilstand (raw mode)."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "De præcise indstillinger for forhåndskonfigurationerne kan variere mellem programversioner."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Formatet .lzma understøtter kun LZMA1-filteret"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 kan ikke bruges med .xz-formatet"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "Filterkæden er ikke kompatibel med --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Skifter til enkelt trådet tilstand på grund af --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Tilvalg er ikke understøttede"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Bruger op til %<PRIu32> tråde."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Filterkæde eller filterindstillinger er ikke understøttet"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Dekomprimering vil kræve %s MiB hukommelse."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Justerede antallet af tråde fra %s til %s for ikke at overskride begræsningen på brug af hukommelse på %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Justerede antallet af tråde fra %s til %s for ikke at overskride begræsningen på brug af hukommelse på %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Justerede LZMA%c-ordbogsstørrelsen fra %s MiB til %s MiB for ikke at overskride begrænsningen på brug af hukommelse på %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Justerede LZMA%c-ordbogsstørrelsen fra %s MiB til %s MiB for ikke at overskride begrænsningen på brug af hukommelse på %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Det opstod en fejl under oprettelse af en datakanal: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Det opstod en fejl under oprettelse af en datakanal: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Kunne ikke aktivere sandkassen"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() mislykkedes: %s"
@@ -172,272 +206,272 @@ msgstr "%s: poll() mislykkedes: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Filen er vist blevet flyttet, sletter ikke"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Kan ikke fjerne: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Kan ikke angive filejeren: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Kan ikke angive filgruppen: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Kan ikke angive filtilladelser: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Der opstod en fejl under indhentelse af filstatusflag fra standardind: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Er en symbolsk henvisning, udelader"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Er en mappe, udelader"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Er ikke en normal fil, udelader"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Filen har setuid- eller setgid-bitsæt, udelader"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Fil har klæbende bitsæt, udelader"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Inddatafil har mere end en hård henvisning, udelader"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Tomt filnavn, udelader"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Der opstod en fejl under gendannelse af statusflagene til standardind: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Der opstod en fejl under indhentelse af filstatusflag fra standardud: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Der opstod en fejl under gendannelse af flaget O_APPEND til standardud: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Lukning af filen fejlede: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Søgning fejlede under forsøg på at oprette en tynd fil: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Læsefejl: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Der opstod en fejl under søgning efter filen: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Uventet filafslutning"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Skrivefejl: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Deaktiveret"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Total amount of physical memory (RAM): "
msgid "Amount of physical memory (RAM):"
msgstr "Samlet mængde fysisk hukommelse (RAM): "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit for decompression: "
msgid "Multi-threaded decompression:"
msgstr "Grænse for hukommelsesforbug til dekomprimering: "
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit reached"
msgid "Memory usage limits:"
msgstr "Begrænsning på brug af hukommelse er nået"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
#, fuzzy
#| msgid " Compressed size: %s\n"
msgid "Compressed size:"
msgstr " Komprimeret str.: %s\n"
-#: src/xz/list.c:71
+#: src/xz/list.c
#, fuzzy
#| msgid " Uncompressed size: %s\n"
msgid "Uncompressed size:"
msgstr " Ukomprimeret str.: %s\n"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
#, fuzzy
#| msgid " Stream padding: %s\n"
msgid "Stream Padding:"
msgstr " Strømfyld: %s\n"
-#: src/xz/list.c:75
+#: src/xz/list.c
#, fuzzy
#| msgid " Memory needed: %s MiB\n"
msgid "Memory needed:"
msgstr " Hukommelse krævet: %s MiB\n"
-#: src/xz/list.c:76
+#: src/xz/list.c
#, fuzzy
#| msgid " Sizes in headers: %s\n"
msgid "Sizes in headers:"
msgstr " Størrelser i teksthoveder: %s\n"
-#: src/xz/list.c:79
+#: src/xz/list.c
#, fuzzy
#| msgid " Number of files: %s\n"
msgid "Number of files:"
msgstr " Antal filer: %s\n"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
#, fuzzy
#| msgid "Totals:"
msgid "TotalSize"
msgstr "I alt:"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -445,7 +479,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Ingen"
@@ -453,60 +487,60 @@ msgstr "Ingen"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Ukendt-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Ukendt-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Ukendt-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Ukendt-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Ukendt-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Ukendt-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Ukendt-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Ukendt-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Ukendt-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Ukendt-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Ukendt-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Ukendt-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Filen er tom"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: For lille til at være en gyldig .xz-fil"
@@ -515,64 +549,68 @@ msgstr "%s: For lille til at være en gyldig .xz-fil"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr ""
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Ja"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Nej"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Minimum for XZ Utils-version: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s fil\n"
msgstr[1] "%s filer\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "I alt:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr ""
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list understøtter ikke læsning fra standardind"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Der opstod en fejl under forsøg på læsning af filnavne: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Uventet afslutning på inddata under forsøg på læsning af filnavne"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr ""
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Komprimering og dekomprimering med --robot er endnu ikke understøttet."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr ""
@@ -580,68 +618,69 @@ msgstr ""
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Intern fejl (fejl)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Kan ikke etbalere signalhåndteringer"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Ingen integritetkontrol; verificerer ikke filintegritet"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr ""
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Begrænsning på brug af hukommelse er nået"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Filformatet blev ikke genkendt"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Tilvalg er ikke understøttede"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Komprimerede data er ødelagte"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Uventet afslutning på inddata"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB hukommelse er krævet. Begrænseren er deaktiveret."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB hukommelse er krævet. Begrænsningen er %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Filterkæde: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Prøv »%s --help« for yderligere information."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -649,17 +688,17 @@ msgid ""
"\n"
msgstr ""
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Obligatoriske argumenter til lange tilvalg er også obligatoriske for korte\n"
"tilvalg.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Operationstilstand:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -667,7 +706,7 @@ msgid ""
" -l, --list list information about .xz files"
msgstr ""
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -675,80 +714,82 @@ msgstr ""
"\n"
"Operationsændrere:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
" -c, --stdout write to standard output and don't delete input files"
msgstr ""
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
msgstr ""
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
msgstr ""
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr ""
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
msgstr ""
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
msgstr ""
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
" use this to set the block size for threaded compression"
msgstr ""
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -756,7 +797,7 @@ msgid ""
" would block, all pending data is flushed out"
msgstr ""
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -768,19 +809,39 @@ msgid ""
" bytes, % of RAM, or 0 for defaults"
msgstr ""
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
msgstr ""
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
msgstr ""
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -796,7 +857,7 @@ msgid ""
" depth=NUM maximum search depth; 0=automatic (default)"
msgstr ""
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -806,11 +867,12 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -818,7 +880,7 @@ msgid ""
" from each other (1-256; 1)"
msgstr ""
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -826,29 +888,29 @@ msgstr ""
"\n"
"Andre tilvalg:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
msgstr ""
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr ""
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot brug beskeder der kan fortolkes maskinelt (nyttigt\n"
" for skripter)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
msgstr ""
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -857,7 +919,7 @@ msgstr ""
" tilvalg)\n"
" -H, --long-help vis den lange hjælpetekst og afslut"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -866,11 +928,12 @@ msgstr ""
" -H, --long-help vis den lange hjælpetekst (viser også de avancerede\n"
" tilvalg)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version vis versionsnummer og afslut"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -882,93 +945,129 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Rapporter fejl til <%s> (på engelsk eller finsk).\n"
"Rapporter oversættelsesfejl til <dansk@dansk-gruppen.dk>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s hjemmeside: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "DETTE ER EN UDVIKLINGSVERSION - BRUG IKKE I PRODUKTION."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Filterkæde eller filterindstillinger er ikke understøttet"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Tilvalg skal være »navne=værdi«-par adskilt med kommaer"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Ugyldigt tilvalgsnavn"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Ugyldigt tilvalgsværdi"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "LZMA1/LZMA2-forhåndskonfiguration er ikke understøttet: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Summen af lc og lp må ikke være højere end 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Filnavn har ukendt endelse, udelader"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Filen har allrede endelsen »%s«, udelader."
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Ugyldig filnavnendelse"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Værdi er ikke et positivt decimalheltal"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Ugyldig multiplikatorendelse"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Gyldige endelser er »KiB« (2^10), »MiB« (2^20) og »GiB« (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Værdien for tilvalget »%s« skal være i intervallet [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Komprimerede data kan ikke læses fra en terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Komprimerede data kan ikke skrives til en terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: For lille til at være en gyldig .xz-fil"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Skrivning til standardud mislykkedes"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Ukendt fejl"
@@ -978,6 +1077,9 @@ msgstr "Ukendt fejl"
#~ msgid "Sandbox was successfully enabled"
#~ msgstr "Sandkassen blev aktiveret"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Kunne ikke aktivere sandkassen"
+
#~ msgid "Memory usage limit for compression: "
#~ msgstr "Grænse for hukommelsesforbrug til komprimering: "
diff --git a/po/de.gmo b/po/de.gmo
index f0f5464..44dc7a6 100644
--- a/po/de.gmo
+++ b/po/de.gmo
Binary files differ
diff --git a/po/de.po b/po/de.po
index 477905e..434ecec 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,15 +1,16 @@
-# XZ Utils German translation
-# This file is put in the public domain.
+# SPDX-License-Identifier: 0BSD
#
+# German translation for xz.
+# This file is published under the BSD Zero Clause License.
# André Noll <maan@tuebingen.mpg.de>, 2010.
# Anna Henningsen <sqrt@entless.org>, 2015.
-# Mario Blättermann <mario.blaettermann@gmail.com>, 2019, 2022-2023.
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2019, 2022-2024.
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 20:44+0200\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-15 17:45+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"Language: de\n"
@@ -18,144 +19,172 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 23.04.3\n"
+"X-Generator: Lokalize 23.08.4\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Ungültiges Argument für --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Zu viele Argumente für --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "In --block-list fehlt die Blockgröße nach der Filterkettennummer »%c:«"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 kann nur das letzte Element in --block-list sein"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Unbekanntes Dateiformat"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Integritätsprüfungstyp nicht unterstützt"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Nur eine Datei kann als Argument für »--files« oder »--files0« angegeben werden."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Die Umgebungsvariable %s enthält zu viele Argumente"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Die Unterstützung für Kompression wurde zum Zeitpunkt der Erstellung deaktiviert"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Die Unterstützung für Dekompression wurde zum Zeitpunkt der Erstellung deaktiviert"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Kompression von lzip-Dateien (.lz) wird nicht unterstützt"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list wird ignoriert, außer wenn in das .xz-Format komprimiert wird"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "Mit --format=raw ist --suffix=.SUF notwendig, falls nicht in die Standardausgabe geschrieben wird"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Maximal vier Filter möglich"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Fehler in der Option --filters%s=FILTER:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Die Speicherbedarfsbegrenzung ist für die gegebene Filter-Konfiguration zu niedrig."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "Filterkette %u wird von --block-list verwendet, wurde aber nicht mit --filters%u= angegeben"
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Verwendung einer Voreinstellung im Roh-Modus wird nicht empfohlen."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Die genauen Optionen der Voreinstellung können zwischen Softwareversionen variieren."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Das .lzma-Format unterstützt nur den LZMA1-Filter"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 kann nicht mit dem .xz-Format verwendet werden"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Diese Filterkette ist inkompatibel zu --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Die Filterkette %u ist inkompatibel zu --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Wegen --flush-timeout wird auf den Einzelthread-Modus umgeschaltet"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Nicht unterstützte Optionen in Filterkette %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Bis zu %<PRIu32> Threads werden benutzt."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Filterkette oder Filteroptionen werden nicht unterstützt"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Dekompression wird %s MiB Speicher brauchen."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Anzahl der Threads wurde von %s auf %s reduziert, um die Speicherbedarfsbegrenzung von %s MiB nicht zu übersteigen"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Anzahl der Threads wurde von %s auf einen reduziert. Die automatische Begrenzung des Speicherverbrauchs auf %s MiB wird immer noch überschritten. %s MiB an Speicher sind erforderlich. Es wird dennoch fortgesetzt."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Es wurde in den Einzelthread-Modus gewechselt, um die Speicherbedarfsbegrenzung von %s MiB nicht zu übersteigen"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Die LZMA%c-Wörterbuchgröße wurde von %s MiB auf %s MiB angepasst, um die Speicherbedarfsbegrenzung von %s MiB nicht zu übersteigen"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Die LZMA%c-Wörterbuchgröße für --filters%u wurde von %s MiB auf %s MiB angepasst, um die Speicherbedarfsbegrenzung von %s MiB nicht zu übersteigen"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Fehler beim Wechsel zur Filterkette %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Fehler beim Erzeugen der Pipeline: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Sandbox konnte nicht aktiviert werden"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() ist fehlgeschlagen: %s"
@@ -170,252 +199,252 @@ msgstr "%s: poll() ist fehlgeschlagen: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Datei scheint verschoben worden zu sein, daher wird sie nicht gelöscht"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Löschen nicht möglich: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Dateieigentümer kann nicht gesetzt werden: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Dateigruppe kann nicht gesetzt werden: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Zugriffsrechte können nicht gesetzt werden: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Dateistatus-Markierungen können nicht aus der Standardeingabe ermittelt werden: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Ist ein symbolischer Link, wird übersprungen"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Ist ein Verzeichnis, wird übersprungen"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Keine reguläre Datei, wird übersprungen"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Datei hat das setuid- oder setgid-Bit gesetzt, wird übersprungen"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Datei hat sticky-Bit gesetzt, wird übersprungen"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Eingabedatei hat mehr als einen harten Link, wird übersprungen"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Leerer Dateiname, wird übersprungen"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Fehler beim Wiederherstellen der Status-Markierungen für die Standardeingabe: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Status-Markierungen der Standardausgabe können nicht ermittelt werden: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Fehler beim Wiederherstellen der O_APPEND-Markierungen für die Standardausgabe: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Fehler beim Schließen der Datei: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Positionierungsfehler beim Versuch, eine Sparse-Datei (dünnbesetzte Datei) zu erzeugen: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Lesefehler: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Fehler beim Durchsuchen der Datei: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Unerwartetes Ende der Datei"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Schreibfehler: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Deaktiviert"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Gesamtmenge physischer Speicher (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Anzahl der Prozessor-Threads:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Kompression:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Dekompression:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Multithread-Dekompression:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Vorgabe für -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Hardware-Information:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Speicherbedarfsbegrenzung:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Datenströme:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blöcke:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Größe komprimiert:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Größe unkomprimiert:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Verhältnis:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Prüfung:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Datenstromauffüllung:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Benötigter Speicher:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Größe in Köpfen:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Anzahl Dateien:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Datenstrom"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Block"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blöcke"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "KompVers"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "UnkompVers"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "KompGröße"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "UnkompGröße"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "Gesamt"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Verhältnis"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Prüfung"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "Prüfwert"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Auffüllung"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Kopf"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Flags"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "SpeichVerb"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filter"
@@ -423,7 +452,7 @@ msgstr "Filter"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Keine"
@@ -431,60 +460,60 @@ msgstr "Keine"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Unbek.2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Unbek.3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Unbek.5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Unbek.6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Unbek.7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Unbek.8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Unbek.9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Unbek.11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Unbek.12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Unbek.13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Unbek.14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Unbek.15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Datei ist leer"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Zu klein, um eine gültige .xz-Datei zu sein"
@@ -493,64 +522,68 @@ msgstr "%s: Zu klein, um eine gültige .xz-Datei zu sein"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr " Str. Blöcke Kompr. Unkompr. Verh. Check Dateiname"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Ja"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Nein"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Minimal erforderliche XZ Utils-Version: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s Datei\n"
msgstr[1] "%s Dateien\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Gesamt:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list funktioniert nur mit .xz-Dateien (--format=xz oder --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Versuchen Sie »lzmainfo« mit .lzma-Dateien."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list unterstützt kein Lesen aus der Standardeingabe"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Fehler beim Lesen der Dateinamen: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Unerwartetes Ende der Eingabe beim Lesen der Dateinamen"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Null-Zeichen beim Lesen der Dateinamen gefunden; meinten Sie »--files0« statt »--files«?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Kompression und Dekompression mit --robot wird noch nicht unterstützt."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Lesen der Daten aus der Standardeingabe ist nicht möglich, wenn die Dateinamen auch aus der Standardeingabe gelesen werden"
@@ -558,68 +591,68 @@ msgstr "Lesen der Daten aus der Standardeingabe ist nicht möglich, wenn die Dat
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Interner Fehler (Bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Signalroutine kann nicht gesetzt werden"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Keine Integritätsprüfung; Integrität der Datei wird nicht überprüft"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Typ der Integritätsprüfung wird nicht unterstützt; Integrität der Datei wird nicht überprüft"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Speicherbedarfsbegrenzung erreicht"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Dateiformat nicht erkannt"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Optionen nicht unterstützt"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Komprimierte Daten sind beschädigt"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Unerwartetes Ende der Eingabe"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB Speicher wird benötigt. Die Begrenzung ist deaktiviert."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB Speicher wird benötigt. Die Begrenzung ist %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Filterkette: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Versuchen Sie »%s --help« für mehr Informationen."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -630,17 +663,17 @@ msgstr ""
"Komprimiert oder dekomprimiert .xz-DATEI(EN).\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Obligatorische Argumente für lange Optionen sind auch für kurze Optionen\n"
"zwingend.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Aktionsmodus:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -652,7 +685,7 @@ msgstr ""
" -t, --test Dateiintegrität überprüfen\n"
" -l, --list Dateiinformationen anzeigen"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -660,7 +693,7 @@ msgstr ""
"\n"
" Aktionsmodifikatoren:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -672,7 +705,7 @@ msgstr ""
" -c, --stdout In die Standardausgabe schreiben und die\n"
" Eingabedateien nicht löschen"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -681,10 +714,10 @@ msgstr ""
" stillschweigend mögliche weitere Eingabedaten\n"
" ignorieren"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -702,7 +735,7 @@ msgstr ""
" --files0=[DATEI] Wie --files, aber das Null-Zeichen wird als\n"
" Trenner benutzt"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -710,12 +743,12 @@ msgstr ""
"\n"
" Grundlegende Optionen für Dateiformat und Kompression:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT Dateiformat zur Kodierung oder Dekodierung; mögliche\n"
" Werte sind »auto« (Voreinstellung), »xz«, »lzma«,\n"
@@ -723,13 +756,13 @@ msgstr ""
" -C, --check=PRÜFUNG Typ der Integritätsprüfung: »none« (Vorsicht),\n"
" »crc32«, »crc64« (Voreinstellung) oder »sha256«"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr ""
" --ignore-check Integritätsprüfung beim Dekomprimieren\n"
" nicht ausführen"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -738,7 +771,7 @@ msgstr ""
" Beachten Sie den Speicherbedarf des Kompressors\n"
" *und* des Dekompressors, wenn Sie 7-9 benutzen!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -747,17 +780,16 @@ msgstr ""
" Kompressionsverhältnis zu verbessern. Dies beeinflusst\n"
" den Speicherbedarf des Dekompressors nicht."
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=ANZAHL Höchstens die angegebene ANZAHL Threads erzeugen;\n"
-" die Voreinstellung ist 1. Wenn der Wert 0 angegeben\n"
-" wird, dann werden so viele Threads erzeugt, wie\n"
-" Prozessorkerne vorhanden sind"
+" die Voreinstellung ist 0, wobei so viele Threads\n"
+" erzeugt werden, wie Prozessorkerne vorhanden sind"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -769,18 +801,22 @@ msgstr ""
" Option, um die Blockgröße für die Kompression mit\n"
" mehreren Threads zu setzen"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=GRÖẞEN\n"
+" --block-list=BLÖCKE\n"
" Einen neuen .xz-Block gemäß der angegebenen, durch\n"
" Kommata getrennten Intervalle an unkomprimierten\n"
-" Daten beginnen"
+" Daten beginnen; optional kann eine Filterketten-\n"
+" nummer (0-9) angegeben werden, gefolgt von einem\n"
+" »:« und der unkomprimierten Datengröße"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -794,7 +830,7 @@ msgstr ""
" Eingabedaten den Prozess blockieren würde, dann werden\n"
" alle noch ausstehenden Daten geschrieben"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -815,7 +851,7 @@ msgstr ""
" Geben Sie 0 an, um die Grundeinstellungen zu\n"
" verwenden."
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -825,7 +861,7 @@ msgstr ""
" Fehler ausgegeben, statt die Einstellungen\n"
" nach unten anzupassen."
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -833,7 +869,37 @@ msgstr ""
"\n"
" Benutzerdefinierte Filterkette für Kompression (alternativ zu Voreinstellung):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTER die Filterkette anhand der Liblzma-Filterketten-\n"
+" syntax setzen; mit --filters-help erhalten Sie\n"
+" weitere Informationen"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=FILTER … --filters9=FILTER\n"
+" zusätzliche Filter anhand der Liblzma-Filterketten-\n"
+" syntax setzen, die mit --block-list verwendet\n"
+" werden sollen"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help weitere Information über die Liblzma-Filterketten-\n"
+" syntax anzeigen und beenden."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -866,7 +932,7 @@ msgstr ""
" depth=ZAHL Maximale Suchtiefe; 0=automatisch\n"
" (Voreinstellung)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -876,6 +942,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -887,11 +954,12 @@ msgstr ""
" --powerpc[=OPTIONEN] PowerPC-BCJ-Filter (nur Big Endian)\n"
" --ia64[=OPTIONEN] IA64-(Itanium-)BCJ-Filter\n"
" --sparc[=OPTIONEN] SPARC-BCJ-Filter\n"
+" --riscv[=OPTIONEN] RISC-V-BCJ-Filter\n"
" Zulässige Optionen für alle BCJ-Filter:\n"
" start=ZAHL Startversatz für Konversion\n"
" (Voreinstellung=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -904,7 +972,7 @@ msgstr ""
" dist=NUM Abstand zwischen den Bytes, die voneinander\n"
" subtrahiert werden (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -912,7 +980,7 @@ msgstr ""
"\n"
" Andere Optionen:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -922,17 +990,17 @@ msgstr ""
" -v, --verbose Ausführlicher Modus; wird diese Option zweimal\n"
" angegeben, erfolgen noch ausführlichere Ausgaben"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn Warnungen verändern nicht den Exit-Status"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot Maschinenlesbare Meldungen ausgeben (nützlich für\n"
" Skripte)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -941,7 +1009,7 @@ msgstr ""
" Speicherbedarfsbegrenzung anzeigen\n"
" und das Programm beenden"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -950,7 +1018,7 @@ msgstr ""
" Optionen)\n"
" -H, --long-help Diese lange Hilfe anzeigen und das Programm beenden"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -959,11 +1027,12 @@ msgstr ""
" -H, --long-help Die lange Hilfe (und damit auch fortgeschrittene\n"
" Optionen) anzeigen"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version Versionsnummer anzeigen und beenden"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -976,90 +1045,127 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Melden Sie Fehler an <%s> (auf Englisch oder Finnisch).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s-Homepage: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "DIES IST EINE NICHT FÜR DEN PRODUKTIVBETRIEB GEEIGNETE ENTWICKLERVERSION."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Filterketten werden durch Setzen der Optionen --filters=FILTER oder\n"
+"--filters1=FILTER … --filters9=FILTER definiert. Die Filter können\n"
+"innerhalb der Kette durch Leerzeichen oder »--« getrennt werden. Alternativ\n"
+"kann eine Voreinstellung <0-9>[e] anstelle einer Filterkette verwendet\n"
+"werden.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Folgende Filterkettem und Filteroptionen werden unterstützt:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Optionen müssen in der Form »Name=Wert« gegeben werden, getrennt durch Kommata"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Ungültiger Optionsname"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Ungültiger Optionswert"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "LZMA1/LZMA2-Voreinstellung wird nicht unterstützt: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Die Summe aus lc und lp darf höchstens 4 sein"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Dateiname hat unbekanntes Suffix, wird übersprungen"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Datei hat bereits das Suffix »%s«, wird übersprungen"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Ungültige Dateiendung"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Wert ist keine nicht-negative dezimale Ganzzahl"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Ungültige Einheit"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Gültige Einheiten sind »KiB« (2^10), »MiB« (2^20) und »GiB« (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Wert der Option »%s« muss im Bereich [%<PRIu64>, %<PRIu64>] sein"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Komprimierte Daten können nicht vom Terminal gelesen werden"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Komprimierte Daten können nicht auf das Terminal geschrieben werden"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Aufruf: %s [--help] [--version] [DATEI] …\n"
+"Im .lzma-Dateikopf gespeicherte Informationen anzeigen"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Die Datei ist zu klein, um eine .lzma-Datei zu sein"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Keine .lzma-Datei"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Schreiben in die Standardausgabe fehlgeschlagen"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Unbekannter Fehler"
+
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Sandbox konnte nicht aktiviert werden"
diff --git a/po/eo.gmo b/po/eo.gmo
index 2948f08..9af2151 100644
--- a/po/eo.gmo
+++ b/po/eo.gmo
Binary files differ
diff --git a/po/eo.po b/po/eo.po
index 23a1b01..5377ac9 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1,13 +1,15 @@
+# SPDX-License-Identifier: 0BSD
+#
# Esperanto translations for xz package.
-# This file is put in the public domain.
-# Keith Bowes <zooplah@gmail.com>, 2019, 2023.
+# This file is published under the BSD Zero Clause License.
+# Keith Bowes <zooplah@gmail.com>, 2019, 2023–2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-08-26 11:30-0400\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-24 00:16-0500\n"
"Last-Translator: Keith Bowes <zooplah@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
"Language: eo\n"
@@ -17,142 +19,170 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Nevalida parametro por --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Tro da argumentoj por --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "En --block-list, la blokgrando mankas post numero de la filtrila ĉeno '%c:'"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 povas nur esti uzata kiel la lasta elemento en --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Nekonata dosierformata tipo"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Nekomprenata tipo de integra kontrolo"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
-msgstr "Nur oni dosiero estas specifebla per `--files' aŭ `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
+msgstr "Nur unu dosiero estas specifebla per '--files' aŭ '--files0'."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "La medivariablo %s enhavas troajn argumentojn"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Rego de kunpremado estas malaktivigita dum muntotempo"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Rego de malkunpremado estas malaktivigita dum muntotempo"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Ne povas kunpremi lzip-dosierojn (.lz)"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list estas ignorata se ne kunpremas al la formato .xz"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "Kun --format=raw, --suffix=.SUF estas postulata se ne skribi al la ĉefeligujo"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Maksimuma nombra da filtriloj estas kvar"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Erora en la --filters%s=FILTRILOJ elekto:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Memoruzada limigo estas tro malgranda por la donita filtrila elekto."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "filtrila ĉeno %u uzata de --block-list sed ne specifita per --filters%u="
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Uzi aprioraĵon en kruda reĝimo estas malkonsilinda."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "La ĝustaj elektoj de la aprioraĵoj povas varii inter programoj eldonoj."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "La .lzma-formato komprenas sole la filtrilon LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA ne estas uzebla por la .xz-formato"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "La filtrila ĉeno estas nekongrua kun --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "La filtrila ĉeno %u estas nekongrua kun --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Ŝanĝas al unufadena reĝimo pro --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Nekomprenataj elektoj en filtrila ĉeno %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Uzas ĝis %<PRIu32> fadenoj"
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Nekomprenata filtrila ĉeno aŭ filtrilaj elektoj"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Malkunpremado postulos %s megabajtojn da memoro."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Malpliigis la nombron da fadenoj de %s ĝis %s por ne superi la memoruzadan limigo de %s megabajtoj"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Malpliigis la nombron da fadenoj de %s ĝis unu. La aŭtomata memoruzada limigo de %s megabajtoj ankoraŭ estas superata. %s megabajtoj da memoro estas postulata. Senkonsidere daŭrigas."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Ŝanĝas al unufadena reĝimo por ne superi la memoruzadan limigon de %s megabajtoj"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Alĝŭstigis vortara grando de LZMA%c de %s megabajtoj ĝis %s megabajtoj por ne superi la memoruzadan limigon de %s megabajtoj"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Alĝustigis vortara grando de LZMA%c por --filters%u de %s megabajtoj ĝis %s megabajtoj por ne superi la memoruzadan limigon de %s megabajtoj"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Eraro dum ŝanĝiĝo al filtrila ĉeno %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Eraro dum krei dukton: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Malsukcesis aktivigi la sablujon"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() malsukcesis: %s"
@@ -167,252 +197,252 @@ msgstr "%s: poll() malsukcesis: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Dosiero ŝajne estis movita, ne forigos"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Ne eblas forigi: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Ne eblas agordi la dosieran estron: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Ne eblas agordi la dosieran grupon: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Ne eblas agordi la dosierajn atingopermesojn: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Eraro dum atingi la dosierstatajn flagojn de ĉefenigujon: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Estas simbola ligilo, preterpasas"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Estas dosierujo, preterpasas"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Ne regula dosiero, preterpasas"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Dosiero havas setuid- aŭ setgid-biton, preterpasas"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Dosiero havas glueman biton, preterpasas"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Enmeta dosiero havas pli ol rektan ligilon, preterpasas"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Malplena dosiero, preterpasas"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Eraro dum restarigi la statajn flagojn de la ĉefenigujo: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Eraro dum atingi la dosierstatajn flagojn el la ĉefenigujo: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Eraro dum restarigi la flagon O_APPEND de la ĉefenigujo: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Fermo de la dosiero malsukcesis: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Serĉado malsukcesis dum provi krei maldensan dosieron: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Legeraro: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Eraro dum serĉi la dosieron: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Neatendita dosierfino"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Skriberaro: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Malaktiva"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Kiomo da efektiva memoro (ĉefmemoro)"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Nombro da procesoraj fadenoj:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Kunpremo:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Malkunmpreno:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Plurfadena malkunpremado:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Aprioraĵo por -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Aparataro-informoj:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Memoruzada limigoj:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Fluoj:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blokoj:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Kunpremita grando:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Nekunpremita grando:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Proporcio:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Kontrolo:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Fluo-remburo:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Memoro postulata:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Grandoj en ĉapoj:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Nombro da dosieroj:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Fluo"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Bloko"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blokoj"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "KunpMsam"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "MKunMSam"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "Kunpgrando"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "Mkunpgrando"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "KiomGrando"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Proporcio"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Kontrolo"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "KontVal"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Remburo"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Ĉapo"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Flago"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "Memuzado"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filtriloj"
@@ -420,7 +450,7 @@ msgstr "Filtriloj"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Nenio"
@@ -428,60 +458,60 @@ msgstr "Nenio"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Nekonata-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Nekonata-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Nekonata-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Nekonata-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Nekonata-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Nekonata-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Nekonata-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Nekonata-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Nekonata-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Nekonata-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Nekonata-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Nekonata-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Dosiero malplenas"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Tro malgranda por esti valida .xz-dosiero"
@@ -490,64 +520,68 @@ msgstr "%s: Tro malgranda por esti valida .xz-dosiero"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Fluoj Blokoj Kunpremita Nekunpremita Propor Kontrol Dosiernomo"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Jes"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Ne"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Minimuma eldono de XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s dosiero\n"
msgstr[1] "%s dosieroj\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Sumoj:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list funkcias nur por .xz-dosierojn (--format=xz aŭ --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Provi la programon 'lzmainfo' por .lzma-dosieroj."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list ne regas legadon el la ĉefenigujo"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Eraro dum legi dosiernomojn: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Neatendita fino de enigo dum legi dosiernomojn"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: Nula signo trovita dum legi dosiernomojn; eble vi celis uzi la parametron`--files0' anstataŭ `--files'"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: Nula signo trovita dum legi dosiernomojn; eble vi celis uzi la parametron '--files0' anstataŭ '--files'"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Kunpremo kaj malkunmpremo per --robot ankoraŭ ne estas regataj."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Ne eblas legi datumojn el la ĉefenigujo dum legi dosiernomojn el la ĉefenigujo"
@@ -555,89 +589,89 @@ msgstr "Ne eblas legi datumojn el la ĉefenigujo dum legi dosiernomojn el la ĉe
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Interna programeraro"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Ne eblas establi signalajn traktilojn"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Neniu integra kontrolo; ne certigos dosieran integron"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Nekomprenata tipo de integra kontrolo; ne certigos dosieran integron"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Memoruzada limigo atingita"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Dosierformato ne rekonata"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Nekomprenataj elektoj"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Kunpremitaj datumoj estas koruptaj"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Neatendita fino de enigo"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s megabajtoj da memoro estas postulataj. La limigilo estas malaktiva."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s megabajtoj da memoro estas postulata. La limigo estas %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Filtrila ĉeno: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "`%s --help' provindas por pliaj informaj."
+msgid "Try '%s --help' for more information."
+msgstr "'%s --help' por pliaj informaj."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
"Compress or decompress FILEs in the .xz format.\n"
"\n"
msgstr ""
-"Uzado: %s [ELEKTO].. [DOSIERO]...\n"
+"Uzmaniero: %s [ELEKTO].. [DOSIERO]...\n"
"Kunpremi aŭ malkunpremi DOSIEROjN laŭ la .xz-formato.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Devigitaj parametroj por longaj elektoj estas ankaŭ devigitaj por\n"
"mallongaj elektoj.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Operacia reĝimo:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -649,7 +683,7 @@ msgstr ""
" -t, --test certigi la integron de kunpremitan dosieron\n"
" -l, --list listigi informojn pri .xz-dosierojn"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -657,7 +691,7 @@ msgstr ""
"\n"
" Operacia modifiloj:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -668,7 +702,7 @@ msgstr ""
" (mal)kunpmremajn ligilojn \n"
" -c, --stdout skribi al la ĉefeligujo kaj ne forigi enigajn dosierojn"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -677,25 +711,25 @@ msgstr ""
" malkunpremi nur la unuan fluon kaj silente\n"
" ignori eventualajn ceterajn enigajn datumojn"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
-" --no-sparse ne krei maldensajn dosierojn dum malkunpremi\n"
-" -S, --suffix=.SUF uzi la sufikson `.SUF' ĉe kunpremataj dosieroj\n"
+" --no-sparse ne krei maldensajn dosierojn dum malkunpremiĝo\n"
+" -S, --suffix=.SUF uzi la sufikson '.SUF' ĉe kunpremataj dosieroj\n"
" --files[=DOSIERO]\n"
-" legi dosiernomojn traktotajn de DOSIERO; se DOSIERO estas\n"
-" forlasita, dosieroj estas legotaj el la ĉefenigujo;\n"
-" dosiernomojn devas finigi novlinio signo\n"
+" legi dosiernomojn traktotajn el DOSIERO; se DOSIERO estas\n"
+" forlasita, dosiernomoj estas legataj el la ĉefenigujo;\n"
+" dosiernomojn devas finigi novlinia signo\n"
" --files0[=DOSIERO]\n"
" kiel --files sed uzi la nulan signon por finigi"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -703,23 +737,23 @@ msgstr ""
"\n"
" Bazaj dosierformataj kaj kunpremaj elektoj:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
-" -F, --format=FMT dosierformato kodota aŭ malkodato; validaj valoroj estas\n"
-" `auto' (apriora), `xz', `lzma', 'lzip' kaj `raw'\n"
-" -C, --check=KONT tipo de integra kontrolo: `none' (estu atentema),\n"
-" `crc32', `crc64' (apriora) aŭ `sha256'"
+"h -F, --format=FMT dosierformato kodota aŭ malkodata; validaj valoroj estas\n"
+" 'auto' (apriora), 'xz', 'lzma', 'lzip' kaj 'raw'\n"
+" -C, --check=KONT tipo de integra kontrolo: 'none' (estu atentema),\n"
+" 'crc32', 'crc64' (apriora) aŭ 'sha256'"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check ne certigi la integran kontrolon dum malkunpremo"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -727,7 +761,7 @@ msgstr ""
" -0 ... -9 kunpremnivelo; apriore 6; pripensu memoruzadon antaŭ ol\n"
" uzi la nivelojn 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -736,16 +770,16 @@ msgstr ""
" ĉefprocesoran tempon; ne influas la memorajn postulojn\n"
" de malkunpremo"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NOMBRO\n"
-" uzi maksimume NOMBRO da fadenoj; apriore 1; 0 por\n"
-" uzi fadenojn samnombrajn kiel procesoraj kernoj"
+" uzi maksimume NOMBRO da fadenoj; apriore 0, kiu\n"
+" uzas fadenojn samnombrajn kiel procesorajn kernojn"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -755,17 +789,21 @@ msgstr ""
" komenci novan .xz-blokon post ĉiu GRANDO bajtoj da enigo;\n"
" uzi por agordi la blokan grandon por kunfadena kunpremo"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=GRANDOJ\n"
+" --block-list=BLOKOJ\n"
" komenci novan .xz-blokon post la donitajn intertempojn de\n"
-" nekunpremitaj datumoj, apartigataj de komoj"
+" nekunpremitaj datumoj, apartigataj de komoj. Laŭvole\n"
+" specifi numero (0-9) de filtrila ĉeno kaj poste ':' antaŭ\n"
+" la malkunpremita datuma grando"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -777,7 +815,7 @@ msgstr ""
" okazis post la antaŭan elbufrigo kaj legi pliajn enigojn\n"
" paŭzigus, ĉiuj atendataj datumoj estas elbufrigataj"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -796,7 +834,7 @@ msgstr ""
" kunfadena kunpmero aŭ ĉiuj el tiuj; LIMIGO estas\n"
" laŭ bajtoj, % da ĉefmemoro, aŭ 0 por aprioraĵoj"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -804,7 +842,7 @@ msgstr ""
" --no-adjust se kunprema agordo superas la memoruzadan limigon\n"
" montri eraron anstataŭ malgrandigi la agordaĵon"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -812,7 +850,35 @@ msgstr ""
"\n"
" Propra filtrila ĉeno por kunpremo (alternativaj por uzi antaŭagordaĵon):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTRILOJ agordi la filtrilan ĉenan uzanta la sintakso de la\n"
+" lzma-filtrila ĉeno. --filters-help or pliaj informoj"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters=FILTRILOJ ... --filters9=FILTRILOJ\n"
+" agordi aldonajn filtrilajn ĉenojn por uzi kun\n"
+" --block-list per la sintakso de liblzma-filtrila ĉeno"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help montri pliajn informojn pri la sintakso de la\n"
+" liblzma-filtrila ĉeno kaj poste eliri."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -845,7 +911,7 @@ msgstr ""
" depth=NUM maksimuma profundo de serĉo; 0=aŭtomata\n"
" (apriore)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -855,11 +921,12 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
"\n"
-" --x86[=ELEKTOJ] x86-BCJ-filtrilo (32-bita and 64-bita)\n"
+" --x86[=ELEKTOJ] x86-BCJ-filtrilo (32-bita kaj 64-bita)\n"
" --arm[=ELEKTOJ] ARM-BCJ-filtrilo\n"
" --armthumb[=ELEKTOJ]\n"
" ARM-Thumb-BCJ-filtrilo\n"
@@ -867,10 +934,11 @@ msgstr ""
" --powerpc[=ELEKTOJ] PowerPC-BCJ-filtrilo (nur pezkomenca)\n"
" --ia64[=ELEKTOJ] IA-64 (Itanium)-BCJ-filtrilo\n"
" --sparc[=ELEKTOJ] SPARC-BCJ-filtrilo\n"
+" --riscv[=ELEKTOJ] RISC-V_BCJ-filtrilo\n"
" Validaj ELEKTOJ por ĉiuj BCJ-filters:\n"
" start=NOMBRO komenca deŝovo por konvertoj (apriore 0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -882,7 +950,7 @@ msgstr ""
" dist=NOMBRO distanco inter bajtoj subtrahataj de unu\n"
" la alia (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -890,7 +958,7 @@ msgstr ""
"\n"
" Aliaj elektoj:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -899,15 +967,15 @@ msgstr ""
" -v, --verbose eligi superfluajn informojn; uzu dufoje por pliigi la\n"
" superfluecon"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn avertoj ne influu la eliran staton"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot uzi mesaĝojn facile analizeblaj per skriptoj"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -915,7 +983,7 @@ msgstr ""
" --info-memory montri la totalan kiomon de la ĉefmemoro kaj la nune\n"
" aktivaj memoruzadaj limigoj, kaj finiĝi"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -924,7 +992,7 @@ msgstr ""
" elektojn)\n"
" -H, --long-help montri la longan helpon kaj finiĝi"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -933,11 +1001,12 @@ msgstr ""
" -H, --long-help montri la longan helpon (listigas ankaŭ la altnivelajn\n"
" elektojn)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version montri la eldonan numeron kaj finiĝi"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -949,90 +1018,126 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Raporti programerarojn al <%s> (en la angla aŭ la suoma).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s ĉefpaĝo: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ĈI TIU ESTAS DISVOLVA REDAKCIO, NE CELATA POR ĈIUTAGA UZADO."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Filtrilaj ĉenoj estas agorditaj per la elektoj --filters=FIILTRILOJ aŭ\n"
+"--filters1=FILTRILOJ ... --filters9=FILTRILOJ. Ĉiu filtrilo en la ĉeno\n"
+"estas apartigebla per spacetoj aŭ '--'. Alternative antaŭargordo <0-9>[e]\n"
+"anstataŭ filtrila ĉeno estas specifebla.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "La komprenataj filtriloj aŭ filtrilaj elektoj estas:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
-msgstr "%s: Elektoj devas esti paroj de `name=value`, apartigitaj per komoj"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
+msgstr "%s: Elektoj devas esti paroj de 'name=value', apartigitaj per komoj"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Nevalida elekto-nomo"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Nevalida elekto-valoro"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Nevalida LZMA1/LZMA2 antaŭagordaĵo: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "La sumo de lc kaj lp devas ne esti pli ol 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Dosiernomo havas nekonatan sufikson, preterpasas"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s: Dosiero jam havas la sufikson `%s', preterpasas"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s: Dosiero jam havas la sufikson '%s', preterpasas"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Nevalida dosiernoma sufikso"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Valoro ne estas nenegativa dekuma entjero"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Nevalida multiplika sufikso"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
-msgstr "Validaj sufiksoj estas `KiB' (2^10), `MiB' (2^20) kaj `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
+msgstr "Validaj sufiksoj estas 'KiB' (2^10), 'MiB' (2^20) kaj 'GiB' (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
-msgstr "Valoro de la elekto `%s' devas esti inkluzive inter %<PRIu64> kaj %<PRIu64>"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "Valoro de la elekto '%s' devas esti inkluzive inter %<PRIu64> kaj %<PRIu64>"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Kunpremitaj datumoj ne povas esti ligataj de terminalo"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
-msgstr "Kunpmremitaj datumoj ne povas esti skribataj al terminalo"
+msgstr "Kunpremitaj datumoj ne povas esti skribataj al terminalo"
+
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Uzmaniero: %s [--help] [--version] [DOSIERO]...\n"
+"Montri informojn konservitaj en la .lzma-dosiera ĉapo"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Dosiero malgrandas por esti .lzma-dosiero"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Ne .lzma-dosiero"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Skribi al la ĉefeligujo malsukcesis"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Nekonata eraro"
+
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Malsukcesis aktivigi la sablujon"
diff --git a/po/es.gmo b/po/es.gmo
index e8eeddb..2da7867 100644
--- a/po/es.gmo
+++ b/po/es.gmo
Binary files differ
diff --git a/po/es.po b/po/es.po
index 41d2c09..6069b77 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,13 +1,16 @@
-# Spanish translation for xz-5.4.4-pre1.
-# This file is put in the public domain.
-# Cristian Othón Martínez Vera <cfuga@cfuga.mx>, 2022, 2023.
+# SPDX-License-Identifier: 0BSD
+#
+# Spanish translation for xz-5.6.0-pre2.
+# Copyright (C) 2024 The XZ Utils authors and contributors
+# This file is published under the BSD Zero Clause License.
+# Cristian Othón Martínez Vera <cfuga@cfuga.mx>, 2022, 2023, 2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 11:31-0600\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-16 09:36-0600\n"
"Last-Translator: Cristian Othón Martínez Vera <cfuga@cfuga.mx>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
"Language: es\n"
@@ -17,142 +20,170 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Argumento inválido para --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Demasiados argumentos para --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "En --block-list, falta el tamaño de bloque después del número de cadena de filtros '%c:'"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 solo se puede usar como el último elemento en --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Tipo de formato de fichero desconocido"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: No se admite el tipo de verificación de integridad"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
-msgstr "Solo se puede especificar un fichero con `--files' o `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
+msgstr "Solo se puede especificar un fichero con '--files' o '--files0'."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "La variable de ambiente %s contiene demasiados argumentos"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Se desactivó el soporte para compresión en el momento de compilación"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Se desactivó el soporte para descompresión en el momento de compilación"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "No se admite la compresión de ficheros lzip (.lz)"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list se descarta a menos que se comprima con el formato .xz"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "Con --format=raw, se requiere --suffix=.SUF a menos que se escriba a la salida estándar"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "El número máximo de filtros es cuatro"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Error en la opción --filters%s=FILTROS:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
-msgstr "El límite de uso de memoria es muy bajo para la configuración de filtro dada."
+msgstr "El límite de uso de memoria es demasiado bajo para la configuración de filtros dada."
+
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "la cadena de filtros %u es usada por --block-list pero no se especifica con --filters%u="
-#: src/xz/coder.c:170
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "No se recomienda un modo predeterminado en modo crudo."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "El número exacto de las opciones predeterminadas puede variar entre versiones del software."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "El formato .lzma solamente admite el filtro LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "No se puede usar LZMA1 con el formato .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "La cadena de filtros es incompatible con --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "La cadena de filtros %u es incompatible con --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Se cambia al modo de un solo hilo debido a --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Opciones sin soporte en la cadena de filtros %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Se usan hasta %<PRIu32> hilos."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
-msgstr "No se admite las opciones de cadena de filtros o de filtro"
+msgstr "No se admiten las opciones de cadena de filtros o de filtro"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "La descompresión necesitará %s MiB de memoria."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Se reduce el número de hilos de %s a %s para no exceder el límite de uso de memoria de %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Se reduce el número de hilos de %s a uno. Aún se está excediendo el límite automático de uso de memoria de %s MiB. Se requieren %s MiB de memoria. Continúa de cualquier manera."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Se ajusta al modo de un solo hilo para no exceder el límite de uso de memoria de %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Se ajusta el tamaño del diccionario LZMA%c de %s MiB a %s MiB para no exceder el límite de uso de memoria de %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Se ajusta el tamaño del diccionario LZMA%c para --filters%u de %s MiB a %s MiB para no exceder el límite de uso de memoria de %s MiB"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Error al cambiar a la cadena de filtros %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Error al crear una tubería: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Falló al activar el arenero"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: falló poll(): %s"
@@ -167,252 +198,252 @@ msgstr "%s: falló poll(): %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Al parecer se movió el fichero, no se borra"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: No se puede borrar: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: No se puede establecer el propietario del fichero: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: No se puede establecer el grupo del fichero: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: No se pueden establecer los permisos del fichero: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Error al obtener la opciones de estado de fichero de la entrada estándar: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Es un enlace simbólico, se salta"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Es un directorio, se salta"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: No es un fichero regular, se salta"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: El fichero tiene el bit setuid o setgid activo, se salta"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: El fichero tiene el bit sticky activo, se salta"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: El fichero de entrada tiene más de un enlace duro, se salta"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Nombre de fichero vacío, se salta"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Error al restaurar las opciones de estado en la entrada estándar: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Error al obtener las opciones de estado de fichero de la entrada estándar: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Error al restaurar la opción O_APPEND a la salida estándar: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Falló al cerrar el fichero: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Falló la búsqueda al tratar de crear un fichero disperso: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Error de lectura: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Error al buscar en el fichero: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Fin de fichero inesperado"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Error de escritura: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Desactivado"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Cantidad total de memoria física (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Número de hilos de procesador:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Compresión"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Descompresión:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Descompresión multihilos:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Por omisión para -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Información de hardware:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Límites de uso de memoria:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Flujos:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Bloques:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Tamaño comprimido:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Tamaño sin comprimir:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Tasa:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Verificación:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Relleno de flujo:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Memoria requerida:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Tamaños en cabeceras:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Número de ficheros:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Flujo"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Bloque"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Bloques"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "DesplComp"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "DesplDescomp"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "TamComp"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "TamDescomp"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "TamTotal"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Tasa"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Verif"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "ValVerif"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Relleno"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Cabecera"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Opciones"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "UsoMem"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filtros"
@@ -420,7 +451,7 @@ msgstr "Filtros"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Ninguno"
@@ -428,60 +459,60 @@ msgstr "Ninguno"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Descon-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Descon-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Descon-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Descon-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Descon-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Descon-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Descon-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Descon-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Descon-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Descon-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Descon-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Descon-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: El fichero está vacío"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Demasiado pequeño para ser un fichero .xz válido"
@@ -490,64 +521,68 @@ msgstr "%s: Demasiado pequeño para ser un fichero .xz válido"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
-msgstr "Flujos Bloques Comprimido Sin-Comprimir Relac Verif Nombre-Fichero"
+msgstr "Flujos Bloques Comprimido Sin-Comprimir Tasa Verif Nombre-Fichero"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Sí"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "No"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Versión de herramientas XZ mínima: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s fichero\n"
msgstr[1] "%s ficheros\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totales:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list solo funciona con ficheros .xz (--format=xz o --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Pruebe 'lzmainfo' con ficheros .lzma."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list no admite leer de la entrada estándar"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Error al leer nombres de fichero: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Fin de entrada inesperada al leer nombres de fichero"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: Se encontraron caracteres nulos al leer nombres de ficheros. ¿Tal vez quería usar `--files0' en lugar de `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: Se encontraron caracteres nulos al leer nombres de ficheros. ¿Tal vez quería usar '--files0' en lugar de '--files'?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Aún no se admite la compresión y descompresión con --robot."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "No se pueden leer datos de la entrada estándar cuando se leen nombres de fichero de la entrada estándar"
@@ -555,68 +590,68 @@ msgstr "No se pueden leer datos de la entrada estándar cuando se leen nombres d
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Error interno (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "No se pueden establecer los manejadores de señales"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "No hay revisión de integridad; no se verifica la integridad del fichero"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "No se admite el tipo de revisión de integridad; no se verifica la integridad del fichero"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Se alcanzó el límite de uso de memoria"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "No se reconoce el formato del fichero"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Opciones sin soporte"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Los datos comprimidos están corruptos"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Fin de entrada inesperado"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "Se requieren %s MiB de memoria. Se desactiva el limitador."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Se requieren %s MiB de memoria. El límite es %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Cadena de filtro: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "Intente `%s --help' para obtener más información."
+msgid "Try '%s --help' for more information."
+msgstr "Pruebe '%s --help' para obtener más información."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -627,17 +662,17 @@ msgstr ""
"Comprime o descomprime FICHEROs en el formato .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Los argumentos obligatorios para las opciones largas también son\n"
"obligatorios para las opciones cortas.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Modo de operación:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -649,7 +684,7 @@ msgstr ""
" -t, --test prueba la integridad del fichero comprimido\n"
" -l, --list lista la información sobre los ficheros .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -657,7 +692,7 @@ msgstr ""
"\n"
" Modificadores de operación:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -669,7 +704,7 @@ msgstr ""
" -c, --stdout escribe a la entrada estándar y no borra los ficheros\n"
" de entrada"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -677,24 +712,24 @@ msgstr ""
" --single-stream solo descomprime el primer flujo, y descarta\n"
" silenciosamente los posibles datos de entrada restantes"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
" --no-sparse no crea archivos dispersos durante la descompresión\n"
-" -S, --suffix=.SUF usa el sufijo `.SUF' en los ficheros comprimidos\n"
+" -S, --suffix=.SUF usa el sufijo '.SUF' en los ficheros comprimidos\n"
" --files[=FICH] lee los nombres de ficheros a procesar de FICHero;\n"
" si se omite el FICHero, los nombres de fichero se leen\n"
" de la entrada estándar; los nombres de fichero deben\n"
" terminar con el carácter de línea nueva\n"
" --files0[=FICH] como --files pero usa el carácter nulo como terminador"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -702,25 +737,25 @@ msgstr ""
"\n"
" Opciones básicas de compresión y formato de fichero:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT formato de fichero para codificar o decodificar; los\n"
" valores posibles son\n"
-" `auto' (por defecto), `xz', `lzma', `lzip', y `raw'\n"
+" 'auto' (por defecto), 'xz', 'lzma', 'lzip', y 'raw'\n"
" -C, --check=VERIF tipo de verificación de integridad:\n"
-" `none' (usar con precaución),\n"
-" `crc32', `crc64' (por defecto), o `sha256'"
+" 'none' (usar con precaución),\n"
+" 'crc32', 'crc64' (por defecto), o 'sha256'"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check no hace la verificación de integridad al descomprimir"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -729,7 +764,7 @@ msgstr ""
" ¡Considere el uso de memoria del compresor *y*\n"
" del descompresor antes de usar 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -738,16 +773,15 @@ msgstr ""
" tiempo de procesamiento; no afecta los requisitos\n"
" de memoria del descompresor"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-" -T, --threads=NÚM usa como máximo NÚM hilos; por defecto es 1;\n"
-" establezca a 0 para usar tantos hilos como hayan\n"
-" núcleos de procesador"
+" -T, --threads=NÚM usa como máximo NÚM hilos; por defecto es 0, el cual\n"
+" usa tantos hilos como hayan núcleos de procesador"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -758,17 +792,22 @@ msgstr ""
" de entrada; use esta opción para establecer el tamaño\n"
" de bloque para la compresión con hilos"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=TAMAÑOS\n"
+" --block-list=BLOQUES\n"
" inicia un nuevo bloque .xz después de cada intervalo\n"
-" dado, separado por comas, de datos sin comprimir"
+" dado, separado por comas, de datos sin comprimir;\n"
+" opcionalmente, especifica un número de cadena de filtros\n"
+" (0-9) a continuación de ':' antes del tamaño de\n"
+" los datos sin comprimir"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -781,7 +820,7 @@ msgstr ""
" produciría un bloqueo, todos los datos pendientes son\n"
" descartados"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -801,7 +840,7 @@ msgstr ""
" anteriores; el LÍMITE está en bytes, % de RAM,\n"
" o 0 para valores por defecto"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -810,15 +849,44 @@ msgstr ""
" uso de memoria, muestra un error en lugar de ajustar\n"
" los valores hacia abajo"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
msgstr ""
"\n"
-" Cadena de filtros para compresión (alternativa a valores predefinidos):"
+" Cadena de filtros para compresión (alternativa a usar valores predefinidos):"
+
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTROS define la cadena de filtros usando la sintaxis de la\n"
+" cadena de filtros liblzma; use --filters-help para\n"
+" obtener más información"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=FILTROS ... --filters9=FILTROS\n"
+" define cadenas de filtros adicionales usando la sintaxis\n"
+" de cadena de filtros liblzma para usar con --block-list"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help muestra más información acerca de la sintaxis de cadenas\n"
+" de filtros liblzma y termina."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -835,7 +903,7 @@ msgid ""
msgstr ""
"\n"
" --lzma1[=OPCIONES] LZMA1 o LZMA2; OPCIONES es una lista separada por comas\n"
-" --lzma2[=OPCIONES] de cero o más opciones (valores válidos; por defecto)\n"
+" --lzma2[=OPCIONES] de cero o más opciones (valores válidos; por defecto):\n"
" preset=PRE inicia opciones con un valor predefinido\n"
" (0-9[e])\n"
" dict=NÚM tamaño de diccionario (4KiB - 1536MiB; 8MiB)\n"
@@ -849,7 +917,7 @@ msgstr ""
" depth=NÚM profundidad máxima de búsqueda;\n"
" 0=automática (por defecto)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -859,6 +927,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -870,11 +939,12 @@ msgstr ""
" --powerpc[=OPCIONES] filtro BCJ para PowerPC (solo big endian)\n"
" --ia64[=OPCIONES] filtro BCJ para IA-64 (Itanium)\n"
" --sparc[=OPCIONES] filtro BCJ para SPARC\n"
+" --riscv[=OPCIONES] filtro BCJ para RISC-V\n"
" OPCIONES válidas para todos los filtros BCJ:\n"
" start=NÚM inicio de desplazamiento para\n"
" conversiones (por defecto=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -882,11 +952,11 @@ msgid ""
" from each other (1-256; 1)"
msgstr ""
"\n"
-" --delta[=OPCIONES] Filtro delta; OPCIONES (valores válidos; por defecto):\n"
-" dist=NÚM distancia entre bytes que se restan\n"
-" uno del otro (1-256; 1)"
+" --delta[=OPCIONES] Filtro delta; OPCIONES (valores válidos; por defecto):\n"
+" dist=NÚM distancia entre bytes que se restan\n"
+" uno del otro (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -894,7 +964,7 @@ msgstr ""
"\n"
" Otras opciones:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -902,15 +972,15 @@ msgstr ""
" -q, --quiet suprime avisos; use dos veces para suprimir errores\n"
" -v, --verbose detallado; use dos veces para obtener aún más detalle"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn los avisos no afectan el estado de la salida"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot usa mensajes analizables por máquina (útil para scripts)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -918,7 +988,7 @@ msgstr ""
" --info-memory muestra la cantidad total de RAM y los límites de uso\n"
" de memoria activos, y termina"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -926,7 +996,7 @@ msgstr ""
" -h, --help muestra la ayuda corta (solo muestra las opciones básicas)\n"
" -H, --long-help muestra esta ayuda detallada y termina"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -934,11 +1004,12 @@ msgstr ""
" -h, --help muestra esta ayuda corta y termina\n"
" -H, --long-help muestra la ayuda larga (además muestra opciones avanzadas)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version muestra el número de versión y termina"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -950,96 +1021,132 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Reporte errores a <%s> (en inglés o finlandés).\n"
"Reporte errores de traducción al español a <es@tp.org.es>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Sitio web de %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ESTA ES UNA VERSIÓN EN DESARROLLO Y NO ESTÁ LISTA PARA USO EN PRODUCCIÓN."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Las cadenas de filtros se definen usando las opciones --filters=FILTROS o\n"
+"--filters1=FILTROS ... --filters9=FILTROS. Cada filtro en la cadena se puede\n"
+"separar con espacios o '--'. Alternativamente, se puede especificar un valor\n"
+"predeterminado <0-9>[e] en lugar de una cadena de filtro.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Los filtros admitidos y sus opciones son:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
-msgstr "%s: Las opciones deben ser pares `nombre=valor' separadas por comas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
+msgstr "%s: Las opciones deben ser pares 'nombre=valor' separadas por comas"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Nombre de opción inválido"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Valor de opción inválido"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "No se admite el valor predefinido LZMA1/LZMA2: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "La suma de lc y lp no debe exceder 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: El nombre de fichero tiene un sufijo desconocido, se salta"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s: El fichero ya tiene un sufijo `%s', se salta"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s: El fichero ya tiene un sufijo '%s', se salta"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Sufijo de nombre de fichero inválido"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: El valor no es un entero decimal no-negativo"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Sufijo multiplicador inválido"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
-msgstr "Los sufijos válidos son `KiB' (2^10), `MiB' (2^20), y `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
+msgstr "Los sufijos válidos son 'KiB' (2^10), 'MiB' (2^20), y 'GiB' (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
-msgstr "El valor de la opción `%s' debe estar en el rango [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "El valor de la opción '%s' debe estar en el rango [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "No se pueden leer datos comprimidos de una terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "No se pueden escribir datos comprimidos a una terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Uso: %s [--help] [--version] [FICHERO]...\n"
+"Muestra información almacenada en la cabecera del fichero .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "El fichero es demasiado pequeño para ser un fichero .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "No es un fichero .lzma"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Falló la escritura a la salida estándar"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Error desconocido"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Falló al activar el arenero"
+
#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
#~ msgstr "El buscador de coincidencias seleccionado requiere por lo menos nice=%<PRIu32>"
diff --git a/po/fi.gmo b/po/fi.gmo
index a0f43b7..87358cf 100644
--- a/po/fi.gmo
+++ b/po/fi.gmo
Binary files differ
diff --git a/po/fi.po b/po/fi.po
index 789f7a0..4f85688 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.4.0-pre1\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2022-11-10 16:17+0200\n"
"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -19,145 +19,179 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 3.2\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Virheellinen argumentti valitsimelle --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Liian monta argumenttia valitsimelle --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0:aa voi käyttää vain viimeisenä alkiona valitsimen --block-list kanssa"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Tuntematon tiedostomuototyyppi"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Eheystarkistuksen tyyppiä ei tueta"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Vain yksi tiedosto voidaan antaa valitsimille ”--files” ja ”--files0”."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Ympäristömuuttuja %s sisältää liian monta argumenttia"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Tiivistämistuki on poistettu käytöstä käännösaikana"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Purkutuki on poistettu käytöstä käännösaikana"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Lzip-tiedostojen (.lz) pakkaamista ei tueta"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: --format=raw vaatii, että --suffix=.PÄÄTE on annettu, ellei kirjoiteta vakiotulosteeseen"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Suodattimien enimmäismäärä on neljä"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Muistinkäytön raja on liian matala valituille suotimille."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Esiasetusten käyttö raw-tilassa ei ole suositeltavaa."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Esiasetusten tarkat asetukset saattavat vaihdella ohjelmistoversioiden välillä."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr ".lzma-muoto tukee vain LZMA1-suodinta"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1:tä ei voi käyttää .xz-muodon kanssa"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "Suodinketju on yhteensopimaton valitsimen --flush-timeout kanssa"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Vaihdetaan yksisäikeiseen tilaan valitsimen --flush-timeout vuoksi"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Ei-tuetut valitsimet"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Käytetään enintään %<PRIu32> säiettä."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Ei-tuettu suodinketju tai suotimen asetukset"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Purkaminen vaatii %s MiB muistia."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Pudotettiin säikeiden määrä %s säikeestä %s:een, jottei ylitettäisi %s MiB:n rajaa muistinkäytölle"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Pudotettiin säikeiden määrä %s säikeestä yhteen. Automaattinen %s MiB:n raja muistinkäytölle ylittyy silti. Vaaditaan %s MiB muistia. Jatketaan kaikesta huolimatta."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Siirrytään yhden säikeen tilaan, jottei ylitettäisi %s MiB:n rajaa muistinkäytölle"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Pudotettiin LZMA%c-sanaston koko %s MiB:stä %s MiB:hen, jottei ylitettäisi %s MiB:n rajaa muistinkäytölle"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Pudotettiin LZMA%c-sanaston koko %s MiB:stä %s MiB:hen, jottei ylitettäisi %s MiB:n rajaa muistinkäytölle"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Virhe putkea luodessa: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Virhe putkea luodessa: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Hiekkalaatikon ottaminen käyttöön epäonnistui"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll()-kutsu epäonnistui: %s"
@@ -172,252 +206,252 @@ msgstr "%s: poll()-kutsu epäonnistui: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Tiedosto on nähtävästi siirretty, ei poisteta"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Ei voi poistaa: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Tiedoston omistajaa ei voi asettaa: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Tiedoston ryhmää ei voi asettaa: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Tiedoston oikeuksia ei voi asettaa: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Virhe tiedoston tilalippujen noutamisessa vakiosyötteelle: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: On symbolinen linkki, ohitetaan"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: On hakemisto, ohitetaan"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Ei ole tavallinen tiedosto, ohitetaan"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Tiedostolla on setuid- tai setgid-bitti, ohitetaan"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Tiedostolla on sticky-bitti, ohitetaan"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Syötetiedostoon on yli yksi kova linkki, ohitetaan"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Tyhjä tiedostonimi, ohitetaan"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Virhe tilalippujen palauttamisessa vakiosyötteelle: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Virhe tiedoston tilalippujen noutamisessa vakiotulosteelle: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Virhe O_APPEND-lipun palauttamisessa vakiosyötteelle: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Tiedoston sulkeminen epäonnistui: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Siirtyminen epäonnistui yritettäessä luoda hajanaista tiedostoa: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Lukuvirhe: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Virhe tiedostossa siirtymisessä: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Odottamaton tiedoston loppu"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Kirjoitusvirhe: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Pois käytöstä"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Fyysisen muistin kokonaismäärä (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Suoritinsäikeiden määrä:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Tiivistys:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Purku:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Monisäikeinen purku:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "-T0:n oletusarvo:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Laitteiston tiedot:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Muistinkäytön rajat:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Virrat:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Lohkot:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Tiivistetty koko:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Tiivistämätön koko:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Suhde:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Tarkistus:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Virran tasaus:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Tarvittava muisti:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Koot otsakkeissa:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Tiedostojen määrä:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Virta"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Lohko"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Lohkot"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "TiivSiirr."
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "Tv:tönSiirr."
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "TiivKoko"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "Tv:tönKoko"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "Yht.Koko"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Suhde"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Tark."
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "Tark.arvo"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Tasaus"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Otsake"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Liput"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "Muist.käyt."
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Suodattimet"
@@ -425,7 +459,7 @@ msgstr "Suodattimet"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Ei mitään"
@@ -433,60 +467,60 @@ msgstr "Ei mitään"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Tuntematon-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Tuntematon-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Tuntematon-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Tuntematon-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Tuntematon-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Tuntematon-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Tuntematon-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Tuntematon-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Tuntematon-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Tuntematon-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Tuntematon-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Tuntematon-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Tiedosto on tyhjä"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Liian pieni kelvolliseksi .xz-tiedostoksi"
@@ -495,64 +529,69 @@ msgstr "%s: Liian pieni kelvolliseksi .xz-tiedostoksi"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Virrat Lohkot Tiivist. Tiivistämätön Suhde Tark. Tiedostonimi"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Kyllä"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Ei"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " XZ Utilsin vähimmäisversio: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s tiedosto\n"
msgstr[1] "%s tiedostoa\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Yhteensä:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list toimii vain .xz-tiedostoille (--format=xz tai --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list ei tue lukemista vakiosyötteestä"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Virhe luettaessa tiedostonimiä: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Odottamaton syötteen loppu tiedostonimiä luettaessa"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Nul-merkki kohdattiin tiedostonimiä lukiessa; oliko tarkoitus antaa valitsin ”--files0” eikä ”--files”?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Tiivistys ja purku --robot -valitsimen kanssa eivät ole vielä tuettuja."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Dataa ei voi lukea vakiosyötteestä kun tiedostonimiä luetaan vakiosyötteestä"
@@ -560,68 +599,69 @@ msgstr "Dataa ei voi lukea vakiosyötteestä kun tiedostonimiä luetaan vakiosy
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Sisäinen virhe (ohjelmistovika)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Signaalinkäsittelimiä ei voi muodostaa"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Ei eheystarkastusta; ei varmenneta tiedoston eheyttä"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Ei-tuettu eheystarkastuksen tyyppi; ei varmenneta tiedoston eheyttä"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Muistinkäytön raja saavutettu"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Tiedostomuotoa ei tunnistettu"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Ei-tuetut valitsimet"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Tiivistetty data on turmeltunut"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Odottamaton syötteen loppu"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB muistia vaaditaan. Rajoitin on poistettu käytöstä."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB muistia vaaditaan. Raja on %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Suodinketju: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Komento ”%s --help” antaa lisää tietoa."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -632,15 +672,15 @@ msgstr ""
"Tiivistä tai pura .xz-muotoisia TIEDOSTOja.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Pitkien valitsinten pakolliset argumentit ovat pakollisia myös lyhyille.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Toimintatila:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -652,7 +692,7 @@ msgstr ""
" -t, --test testaa tiivistetyn tiedoston eheys\n"
" -l, --list näytä tietoja .xz-tiedostoista"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -660,7 +700,7 @@ msgstr ""
"\n"
" Toimintomääreet:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -671,7 +711,7 @@ msgstr ""
" linkit\n"
" -c, --stdout kirjoita vakiotulosteeseen äläkä poista syötetiedostoja"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -679,10 +719,18 @@ msgstr ""
" --single-stream pura vain ensimmäinen virta, ja ohita\n"
" hiljaisesti mahdollinen jäljellä oleva syötedata"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -695,7 +743,7 @@ msgstr ""
" tiedostonimet on päätettävä rivinvaihtomerkillä\n"
" --files0[=TIED] kuten --files mutta käytä päättämiseen nul-merkkiä"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -703,23 +751,29 @@ msgstr ""
"\n"
" Tiedostomuodon ja tiivistyksen perusvalitsimet:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -F, --format=FMT file format to encode or decode; possible values are\n"
+#| " `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
+#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
+#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=MUOTO tuotettava tai luettava tiedostomuoto; vaihtoehdot\n"
" ovat ”auto” (oletus), ”xz”, ”lzma”, ”lzip” ja ”raw”\n"
" -C, --check=CHECK eheystarkastuksen tyyppi: ”none” (käytä varoen),\n"
" ”crc32”, ”crc64” (oletus) tai ”sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check älä suorita eheystarkastusta purettaessa"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -728,7 +782,7 @@ msgstr ""
" *ja* purun muistinkäyttö huomioon ennen kuin käytät\n"
" arvoja 7–9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -736,15 +790,19 @@ msgstr ""
" -e, --extreme yritä parantaa tiivistyssuhdetta käyttämällä enemmän\n"
" suoritinaikaa; ei vaikuta purkimen muistivaatimuksiin"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=MÄÄRÄ käytä enintää MÄÄRÄä säiettä; oletus on 1; asettamalla\n"
" 0:ksi käytetään suoritinytimien määrän verran säikeitä"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -754,18 +812,25 @@ msgstr ""
" aloita uusi .xz-lohko aina KOKO syötetavun jälkeen; käytä\n"
" tätä säikeistetyn tiivistyksen lohkokoon asettamiseen"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=KOOT\n"
" aloita uusi .xz-lohko kun tiivistämätöntä dataa on\n"
" käsitelty pilkuilla erotellut tavumäärät"
# FIXME: tarvitaan kiva suomenkielinen termi block-verbille tässä merkityksessä
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -777,7 +842,7 @@ msgstr ""
" edellisestä huuhtomisesta ja syötteen lukemisen\n"
" jatkaminen pysähtyisi, kaikki odottava data huuhdellaan"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -795,7 +860,7 @@ msgstr ""
" säikeistetylle purkamisella tai näille kaikille; RAJA\n"
" on tavuja, %-osuus RAMista tai 0 oletusarvoille"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -803,7 +868,7 @@ msgstr ""
" --no-adjust jos tiivistysasetukset ylittävät muistinkäytön rajan,\n"
" anna virhe äläkä pudota asetuksia alaspäin"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -811,7 +876,27 @@ msgstr ""
"\n"
" Mukautettu suodinketju tiivistykselle (vaihtoehto esiasetuksille):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -841,7 +926,19 @@ msgstr ""
" bt4; bt4)\n"
" depth=LUKU enimmäishakusyvyys; 0=automaattinen (oletus)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
+#| " --arm[=OPTS] ARM BCJ filter\n"
+#| " --armthumb[=OPTS] ARM-Thumb BCJ filter\n"
+#| " --arm64[=OPTS] ARM64 BCJ filter\n"
+#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
+#| " --sparc[=OPTS] SPARC BCJ filter\n"
+#| " Valid OPTS for all BCJ filters:\n"
+#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -851,6 +948,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -865,7 +963,7 @@ msgstr ""
" Kelvolliset ASETukset kaikille BCJ-suotimille:\n"
" start=LUKU muunnoksien aloitussiirtymä (oletus=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -877,7 +975,7 @@ msgstr ""
" dist=LUKU toisistaan vähennettävien tavujen\n"
" välinen etäisyys (1–256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -885,7 +983,7 @@ msgstr ""
"\n"
" Muut valitsimet:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -893,15 +991,15 @@ msgstr ""
" -q, --quiet vaienna varoitukset; kahdesti antamalla myös virheet\n"
" -v, --verbose ole lavea; kahdesti antamalla vieläkin laveampi"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn älkööt varoitukset vaikuttako paluuarvoon"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot käytä koneluettavia viestejä (sopii skripteihin)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -909,7 +1007,7 @@ msgstr ""
" --info-memory näytä RAM-muistin kokonaismäärä ja parhaillaan\n"
" vallitsevat muistinkäytön rajat, ja poistu"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -917,7 +1015,7 @@ msgstr ""
" -h, --help näytä lyhyt ohje (kertoo vain perusvalitsimet)\n"
" -H, --long-help näytä tämä pitkä ohje ja poistu"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -925,11 +1023,12 @@ msgstr ""
" -h, --help näytä tämä lyhyt ohje ja poistu\n"
" -H, --long-help näytä pitkä ohje (kertoo myös lisävalitsimet)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version näytä versionumero ja poistu"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -941,94 +1040,133 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Ilmoita ohjelmistovioista (suomeksi) osoitteeseen <%s>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s -kotisivu: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "TÄMÄ ON KEHITYSVERSIO, JOTA EI OLE TARKOITETTU TUOTANTOKÄYTTÖÖN."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Ei-tuettu suodinketju tai suotimen asetukset"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Asetusten on oltava pilkuilla eroteltuja ”nimi=arvo” -pareja"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Virheellinen asetuksen nimi"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Virheellinen asetuksen arvo"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Ei-tuettu LZMA1/LZMA2-esiasetus: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "lc:n ja lp:n summa ei saa olla yli 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Tiedostonimen pääte on tuntematon, ohitetaan"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Tiedostolla on jo ”%s”-pääte, ohitetaan"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Virheellinen tiedostonimen pääte"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Arvo ei ole ei ole epänegatiivinen kymmenkantainen kokonaisluku"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Tuntematon kerroin"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Kelvolliset kertoimet ovat ”KiB” (2¹⁰), ”MiB” (2²⁰) ja ”GiB” (2³⁰)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Valitsimen ”%s” arvon on oltava välillä [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Tiivistettyä dataa ei voi lukea päätteestä"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Tiivistettyä dataa ei voi kirjoittaa päätteeseen"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: Liian pieni kelvolliseksi .xz-tiedostoksi"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Vakiotulosteeseen kirjoitus epäonnistui"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Tuntematon virhe"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Hiekkalaatikon ottaminen käyttöön epäonnistui"
+
#, c-format
#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
#~ msgstr "Valittu täsmäävyydenetsin vaatii vähintään nice-arvon=%<PRIu32>"
diff --git a/po/fr.gmo b/po/fr.gmo
index 0ee4955..519637b 100644
--- a/po/fr.gmo
+++ b/po/fr.gmo
Binary files differ
diff --git a/po/fr.po b/po/fr.po
index acc3aac..9c050d3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,14 +1,14 @@
# XZ Utils French Translation
# This file is put in the public domain.
# Adrien Nader <adrien@notk.org>, 2011-2014.
-# Stéphane Aulery <lkppo@free.fr>, 2019.
+# Stéphane Aulery <lkppo@free.fr>, 2019-2023.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz-5.2.4\n"
+"Project-Id-Version: xz-5.4.4-pre1\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2019-05-12 05:46+0200\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2023-12-19 04:12+0100\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
"Language: fr\n"
@@ -18,147 +18,179 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s : argument de l'option --block-list invalide"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s : trop d'arguments pour l'option --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 peut seulement être utilisé en dernier élément de --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s : Format de fichier inconnu"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s : Type de vérification d'intégrité inconnu"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Un seul fichier peut être spécifié avec `--files' ou `--files0'."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s : "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "La variable d'environnement %s contient trop d'arguments"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Le support de la compression à était désactivé lors de la compilaton"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Le support de la décompression a été désactivé lors de la compilation"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s : Avec --format=raw, --suffix=.SUF est nécessaire sauf lors de l'écriture vers stdout"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Le nombre maximal de filtres est quatre"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "La limite d'utilisation mémoire est trop basse pour la configuration de filtres donnée."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Utiliser un préréglage en mode `raw' est déconseillé."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Le détail des préréglages peut varier entre différentes versions du logiciel."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Le format .lzma ne prend en charge que le filtre LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "Le filtre LZMA1 ne peut être utilisé avec le format .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "La Chaine de filtre est incompatible avec --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Bascule en mode mono-processus à cause de --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Options non prises en charge"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Jusqu'à %<PRIu32> threads seront utilisés."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Enchaînement ou options de filtres non pris en charge"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "La décompression nécessitera %s MiB de mémoire."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, fuzzy, c-format
-#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Nombre de threads réduit de %s à %s pour ne pas dépasser la limite d'utilisation mémoire de %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, fuzzy, c-format
-#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Nombre de threads réduit de %s à %s pour ne pas dépasser la limite d'utilisation mémoire de %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Taille du dictionnaire LZMA%c réduite de %s MiB à %s MiB pour ne pas dépasser la limite d'utilisation mémoire de %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Taille du dictionnaire LZMA%c réduite de %s MiB à %s MiB pour ne pas dépasser la limite d'utilisation mémoire de %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Impossible de créer un tube anonyme (pipe) : %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Impossible de créer un tube anonyme (pipe) : %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Echec de l'activation de la sandboxe"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s : L'appel à la fonction poll() a échoué : %s"
@@ -173,27 +205,27 @@ msgstr "%s : L'appel à la fonction poll() a échoué : %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s : Le fichier a apparemment été déplacé, suppression annulée"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s : Impossible de supprimer : %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s : Impossible de modifier le propriétaire du fichier : %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s : Impossible de modifier le groupe propriétaire du fichier : %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s : Impossible de modifier les permissions du fichier : %s"
@@ -206,249 +238,239 @@ msgstr "%s : Impossible de modifier les permissions du fichier : %s"
# - make it more difficult to look up in search engines; it might happen one in
# a million times, if we dilute the error message in 20 languages, it will be
# almost impossible to find an explanation and support for the error.
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Echec de la lecture du drapeau d'état du fichier depuis la sortie standard : %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s est un lien symbolique : ignoré"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s est un répertoire : ignoré"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s n'est pas un fichier régulier : ignoré"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s : Le fichier possède les bits `setuid' ou `setgid' : ignoré"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s : Le fichier possède le bit `sticky' : ignoré"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s : Le fichier d'entrée a plus d'un lien matériel : ignoré"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Nom de fichier vide, ignoré"
# See note from translator above titled "file status flags".
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Erreur de restauration du drapeau d'état de l'entrée standard : %s"
# See note from translator above titled "file status flags".
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Erreur de lecture du drapeau d'état du fichier depuis la sortie standard : %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Impossible de rétablir le drapeau O_APPEND sur la sortie standard : %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s : Impossible de fermer le fichier : %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s : Impossible de se déplacer dans le fichier pour créer un 'sparse file' : %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s : Erreur d'écriture : %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s : Impossible de se déplacer dans le fichier : %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s : Fin de fichier inattendue"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s : Erreur d'écriture : %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Désactivé"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
#, fuzzy
-#| msgid "Total amount of physical memory (RAM): "
msgid "Amount of physical memory (RAM):"
msgstr "Quantité totale de mémoire physique (RAM) : "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
#, fuzzy
-#| msgid "Memory usage limit for decompression: "
msgid "Multi-threaded decompression:"
msgstr "Limite d'utilisation pour la décompression : "
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
#, fuzzy
-#| msgid "Memory usage limit reached"
msgid "Memory usage limits:"
msgstr "Limite d'utilisation mémoire atteinte"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
#, fuzzy
-#| msgid " Compressed size: %s\n"
msgid "Compressed size:"
msgstr " Taille données avec compression : %s\n"
-#: src/xz/list.c:71
+#: src/xz/list.c
#, fuzzy
-#| msgid " Uncompressed size: %s\n"
msgid "Uncompressed size:"
msgstr " Taille données sans compression : %s\n"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
#, fuzzy
-#| msgid " Stream padding: %s\n"
msgid "Stream Padding:"
msgstr " Octets de rembourrage du flux : %s\n"
-#: src/xz/list.c:75
+#: src/xz/list.c
#, fuzzy
-#| msgid " Memory needed: %s MiB\n"
msgid "Memory needed:"
msgstr " Mémoire nécessaire : %s MiB\n"
-#: src/xz/list.c:76
+#: src/xz/list.c
#, fuzzy
-#| msgid " Sizes in headers: %s\n"
msgid "Sizes in headers:"
msgstr " Tailles stockées dans l'en-tête : %s\n"
-#: src/xz/list.c:79
+#: src/xz/list.c
#, fuzzy
-#| msgid " Number of files: %s\n"
msgid "Number of files:"
msgstr " Nombre de fichiers : %s\n"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
#, fuzzy
-#| msgid "Totals:"
msgid "TotalSize"
msgstr "Totaux :"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -456,7 +478,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Aucune"
@@ -464,60 +486,60 @@ msgstr "Aucune"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Inconnue-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Inconnue-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Inconnue-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Inconnue-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Inconnue-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Inconnue-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Inconnue-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Inconnue-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Inconnue-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Inconnue-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Inconnue-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Inconnue-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s : Le fichier est vide"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s : Trop petit pour être un fichier xz valide."
@@ -526,64 +548,69 @@ msgstr "%s : Trop petit pour être un fichier xz valide."
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Flux Blocs Compressé Décompressé Ratio Vérif. Nom de fichier"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Oui"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Non"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Version minimale de XZ Utils : %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s fichier\n"
msgstr[1] "%s fichiers\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totaux :"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list ne marche que sur les fichiers .xz (--format=xz ou --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list est incompatible avec la lecture sur l'entrée standard"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s : Erreur lors de la lecture des noms de fichiers : %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s : Fin des données inattendue lors de la lecture des noms de fichiers"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s : Caractère NULL détecté lors de la lecture des noms de fichiers ; peut-être pensiez-vous à `--files0' plutot qu'a `--files' ?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "La compression et la décompression ne marchent pas encore avec --robot."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Impossible de lire à la fois les données et les noms de fichiers depuis l'entrée standard"
@@ -591,68 +618,69 @@ msgstr "Impossible de lire à la fois les données et les noms de fichiers depui
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s : "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Erreur interne (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Impossible d'installer le gestionnaire de signaux"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Pas de données de vérification d'intégrité ; vérification non effectuée"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Méthode de vérification d'intégrité non prise en charge ; vérification non effectuée"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Limite d'utilisation mémoire atteinte"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Format de fichier inconnu"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Options non prises en charge"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Les données compressées sont corrompues"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Fin des données inattendue "
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB de mémoire sont nécessaires. La limite est désactivée."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB de mémoire sont nécessaires, la limite étant %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s : Enchaînement de filtres : %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Éxécutez `%s --help' pour obtenir davantage d'informations."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -663,17 +691,17 @@ msgstr ""
"Compresse ou decompresse FICHIER(s) au format .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Les arguments obligatoires pour les options longues le sont aussi pour les\n"
"options courtes.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Mode d'opération :\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -685,7 +713,7 @@ msgstr ""
" -t, --test tester l'intégrité du fichier compressé\n"
" -l, --list lister les informations sur les fichiers .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -693,7 +721,7 @@ msgstr ""
"\n"
" Modificateurs :\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -705,7 +733,7 @@ msgstr ""
" -c, --stdout écrire sur la sortie standard et ne pas supprimer les\n"
" fichiers d'entrée"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -713,10 +741,18 @@ msgstr ""
" --single-stream décompresser uniquement le premier flux et ignorer\n"
" silencieusement les données éventuellement restantes"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -729,7 +765,7 @@ msgstr ""
" et doivent être suivis d'un caractère retour à la ligne\n"
" --files0[=FILE] comme --files mais avec un caractère null comme séparateur"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -737,31 +773,26 @@ msgstr ""
"\n"
" Options basiques de format de fichier et de compression :\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
#, fuzzy
-#| msgid ""
-#| " -F, --format=FMT file format to encode or decode; possible values are\n"
-#| " `auto' (default), `xz', `lzma', and `raw'\n"
-#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT format du fichier à encoder ou décoder ; sont acceptés :\n"
" `auto' (par défaut), `xz', `lzma' et `raw'\n"
" -C, --check=CHECK type de vérification d'intégrité : `none' (à utiliser avec\n"
" précaution), `crc32', `crc64' (par défaut) ou `sha256'"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr ""
" --ignore-check ne pas vérifier l'intégrité des données lors de\n"
" la décompression"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -770,7 +801,7 @@ msgstr ""
" l'utilisation mémoire du compresseur *et* du décompresseur\n"
" avant d'utiliser 7, 8 ou 9 !"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -779,16 +810,20 @@ msgstr ""
" de temps processeur ;\n"
" n'affecte pas les besoins mémoire du décompresseur"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NB créer au plus NB fils de compression (1 par défault) ; la\n"
" valeur 0 est spéciale et équivaut au nombre de processeurs\n"
" de la machine"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -798,17 +833,24 @@ msgstr ""
" débuter un bloc XZ après chaque TAILLE octets de données\n"
" d'entrée ; ce réglage sert pour la compression paralléle"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=TAILLES\n"
" débuter des blocs XZ après les TAILLES octets de données\n"
" spécifiées avec des virgules pour séparateur"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -818,16 +860,10 @@ msgstr ""
" --flush-timeout=TIMEOUT\n"
" pendant la compression, si plus de TIMEOUT ms ont passées\n"
" depuis le dernier flush et que la lecture est bloquée,\n"
-" toutes les données en attente snt écrites"
+" toutes les données en attente sont écrites"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, fuzzy, no-c-format
-#| msgid ""
-#| " --memlimit-compress=LIMIT\n"
-#| " --memlimit-decompress=LIMIT\n"
-#| " -M, --memlimit=LIMIT\n"
-#| " set memory usage limit for compression, decompression,\n"
-#| " or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
msgid ""
" --memlimit-compress=LIMIT\n"
" --memlimit-decompress=LIMIT\n"
@@ -844,7 +880,7 @@ msgstr ""
" décompression ou les deux ; LIMIT est en octets,\n"
" pourcentage de RAM, ou 0 pour la valeur par défaut"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -853,7 +889,7 @@ msgstr ""
" d'utilisation mémoire, renvoyer une erreur plutôt que de\n"
" diminuer les réglages"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -861,7 +897,27 @@ msgstr ""
"\n"
" Chaîne de filtres de compression personnalisée (en lieu des préréglages) :"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -890,18 +946,8 @@ msgstr ""
" depth=NUM profondeur de recherche maximale ;\n"
" 0=automatique (par défaut)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
#, fuzzy
-#| msgid ""
-#| "\n"
-#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
-#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
-#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
-#| " --arm[=OPTS] ARM BCJ filter (little endian only)\n"
-#| " --armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)\n"
-#| " --sparc[=OPTS] SPARC BCJ filter\n"
-#| " Valid OPTS for all BCJ filters:\n"
-#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -911,6 +957,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -924,7 +971,7 @@ msgstr ""
" OPTS valides pour tous les filtres BCJ :\n"
" start=NUM position de début de la conversion (défaut=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -936,7 +983,7 @@ msgstr ""
" dist=NUM distance entre les octets soustraits les\n"
" uns aux autres (1-256 ; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -944,7 +991,7 @@ msgstr ""
"\n"
" Autres options :\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -953,17 +1000,17 @@ msgstr ""
" aussi masquer les erreurs\n"
" -v, --verbose être bavard ; spécifier deux fois pour l'être davantage"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn les avertissements ne modifient pas le code de sortie"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot utiliser des messages lisibles par un programme\n"
" (utile pour les scripts)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -971,7 +1018,7 @@ msgstr ""
" --info-memory afficher la quantité totale de RAM ainsi que la limite\n"
" actuelle d'utilisation mémoire puis quitter"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -979,7 +1026,7 @@ msgstr ""
" -h, --help afficher l'aide courte (ne liste que les options de base)\n"
" -H, --long-help afficher l'aide longue (ceci) puis quitter"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -987,11 +1034,12 @@ msgstr ""
" -h, --help afficher l'aide courte (ceci) puis quitter\n"
" -H, --long-help afficher l'aide longue (liste aussi les options avancées)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version afficher le numéro de version puis quitter"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -1003,96 +1051,138 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Signaler les bogues à <%s> (en anglais ou en finnois).\n"
"Signaler les bogues de traduction à <lkppo@free.fr>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Page du projet %s : <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "CECI EST UNE VERSION DE DEVELOPPEMENT QUI NE DOIT PAS ÊTRE UTILISEE EN PRODUCTION."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Enchaînement ou options de filtres non pris en charge"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Les options doivent être des paires `nom=valeur' séparées par des virgules"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s : Nom d'option invalide"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s : Valeur d'option invalide"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Préréglage LZMA1/LZMA2 non reconnu : %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "La somme de lc et lp ne doit pas dépasser 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s : Le fichier a un suffixe inconnu, ignoré"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s : Le fichier a déjà le suffixe '%s', ignoré"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Suffixe de nom de fichier invalide"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s : La valeur n'est pas un entier décimal non négatif"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s : Suffixe multiplicateur invalide"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Les suffixes valides sont 'KiB' (2^10), 'MiB' (2^20) et 'GiB' (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "La valeur de l'option '%s' doit être inclue entre %<PRIu64> et %<PRIu64>"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Les données compressées ne peuvent pas être lues depuis un terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Les données compressées ne peuvent pas être écrites dans un terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s : Trop petit pour être un fichier xz valide."
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Impossible d'écrire vers la sortie standard"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Erreur inconnue"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Echec de l'activation de la sandboxe"
+
+#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
+#~ msgstr "Le `match finder' choisi nécessite au moins nice=%<PRIu32>"
+
#~ msgid "Sandbox is disabled due to incompatible command line arguments"
#~ msgstr "La sandbox est désactivée car elle est incompatible avec les arguments passés"
@@ -1102,19 +1192,15 @@ msgstr "Erreur inconnue"
#~ msgid "Memory usage limit for compression: "
#~ msgstr "Limite d'utilisation pour la compression : "
-#, c-format
#~ msgid " Streams: %s\n"
#~ msgstr " Flux : %s\n"
-#, c-format
#~ msgid " Blocks: %s\n"
#~ msgstr " Blocs : %s\n"
-#, c-format
#~ msgid " Ratio: %s\n"
#~ msgstr " Ratio : %s\n"
-#, c-format
#~ msgid " Check: %s\n"
#~ msgstr " Vérification : %s\n"
@@ -1125,7 +1211,6 @@ msgstr "Erreur inconnue"
#~ " Flux :\n"
#~ " Flux Blocs PositionComp PositionDécomp TailleComp TailleDécomp Ratio Vérif. Bourrage"
-#, c-format
#~ msgid ""
#~ " Blocks:\n"
#~ " Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check"
@@ -1133,14 +1218,9 @@ msgstr "Erreur inconnue"
#~ " Blocs :\n"
#~ " Flux Bloc PositionComp PositionDécomp TailleTot TailleDécomp Ratio Vérif."
-#, c-format
#~ msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
#~ msgstr " ValVérif %*sEn-tête Drapeaux TailleComp UtilMém Filtres"
-#, c-format
-#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
-#~ msgstr "Le `match finder' choisi nécessite au moins nice=%<PRIu32>"
-
#~ msgid "Error setting O_NONBLOCK on standard input: %s"
#~ msgstr "Impossible d'établir le drapeau O_NONBLOCK sur la sortie standard : %s"
diff --git a/po/hr.gmo b/po/hr.gmo
index 9561735..eb4709c 100644
--- a/po/hr.gmo
+++ b/po/hr.gmo
Binary files differ
diff --git a/po/hr.po b/po/hr.po
index 3db349a..2e1fcef 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -1,13 +1,18 @@
-# Croatian translation of xz.
-# This file is put in the public domain.
+# SPDX-License-Identifier: 0BSD
+# This file is published under the BSD Zero Clause License.
#
-# Božidar Putanec <bozidarp@yahoo.com>, 2020, 2022, 2023.
+# Copyright (C) The XZ Utils authors and contributors
+#
+# Croatian messages for xz.
+# Božidar Putanec <bozidarp@yahoo.com>, 2020, 2022, 2023, 2024.
+#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: xz-5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-20 09:23+0200\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-18 17:31-0800\n"
"Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
"Language: hr\n"
@@ -16,144 +21,171 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.3.2\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: nevaljani argument za --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Previše argumenata za --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "U --block-list nedostaje veličina bloka iza broja lanca filtra „%c:“"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
-msgstr "0 se može koristiti samo kao zadnji element za --block-list"
+msgstr "0 se može koristiti samo kao posljedni element za --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Nepoznati tip formata datoteke"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
-msgstr "%s: Nepodržani tip provjere integriteta"
+msgstr "%s: Nepodržani način (tip) provjere integriteta"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
-msgstr "Samo jednu datoteku smijete navesti uz opcije „--files” ili „--files0”."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
+msgstr "Samo jedna datoteka može biti specificirana s --files ili --files0."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Varijabla okoline %s sadrži previše argumenata"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
-msgstr "Tijekom izrade programa onemogućena je podrška za kompresiju"
+msgstr "Podrška za kompresiju bila je onemogućena prilikom kompiliranja"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
-msgstr "Tijekom izrade programa onemogućena je podrška za dekompresiju"
+msgstr "Podrška za dekompresiju bila je onemogućena prilikom kompiliranja"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Kompresija lzip datoteka (.lz) nije podržana"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list je zanemaren osim ako se ne komprimira u .xz format"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
-msgstr "Uz opciju --format=raw i ako ne piše na standardni izlaz, --suffix=.SUF je nužan"
+msgstr "Uz opciju --format=raw, --suffix=.SUF je nužan, osim ako je izlaz na stdout"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
-msgstr "Moguće je najviše do četiri filtara"
+msgstr "Maksimalni broj filtara je četiri (4)"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Greška u opciji --filters%s=FILTRI:"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Ograničenje upotrebe memorije premalo je za danu postavku filtra."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "lanac filtra %u koristi se u --block-list ali nije specificiran s --filters%u="
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
-msgstr "Nije preporučeno koristiti pretpostavke u sirovom načinu rada."
+msgstr "Nije preporučeno koristiti preset postavke u sirovom načinu rada."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
-msgstr "Točne opcije pretpostavki mogu ovisiti o verziji softvera."
+msgstr "Točne opcije preset postavki mogu se razlikovati ovisno o verziji softvera."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
-msgstr "Samo LZMA1 filtar podržava .lzma format"
+msgstr "Format .lzma podržan je samo s .lzma filtrom"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
-msgstr "LZMA1 se ne može koristi za .xz format"
+msgstr "LZMA1 ne može se koristi za .xz format"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Lanac filtara nije kompatibilan s --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Lanac filtara %u nije kompatibilan s --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
-msgstr "Prebacivanje u jednodretveni rad zbog --flush-timeout"
+msgstr "Prelazimo na jednodretveni način rada zbog --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Nepodržane opcije u lancu filtra %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Koristimo do %<PRIu32> dretvi."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
-msgstr "Lanac filtara ili opcije filtara nisu podržane"
+msgstr "Nepodržani lanac filtara ili opcija filtara"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Za dekompresiju će trebati %s MiB memorije."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
-msgstr "Smanjen je broj dretvi od %s na %s da se ne prekorači ograničenje upotrebe memorije od %s MiB"
+msgstr "Smanjen je broj dretvi od %s na %s da ne prekoračimo ograničenje upotrebe memorije od %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
-msgstr "Smanjen je broj dretvi od %s na jednu. Ograničenje automatske upotrebe memorije od %s MiB još uvijek je prekoračeno. Potrebno je %s MiB memorije. Ipak nastavljamo dalje."
+msgstr "Smanjen je broj dretvi od %s na jednu. Ograničenje automatske upotrebe memorije od %s MiB je još uvijek prekoračeno. Potrebno je %s MiB memorije. Ipak nastavljamo dalje."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
-msgstr "Prebacivanje na rad s jednom dretvom da se ne prekorači ograničenje upotrebe memorije od %s MiB"
+msgstr "Prelazimo na način rada s jednom dretvom da ne prekoračimo ograničenje upotrebe memorije od %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
-msgstr "Prilagođena je veličina LZMA%c rječnika od %s na %s da se ne premaši ograničenje upotrebe memorije od %s MiB"
+msgstr "Prilagođena je veličina LZMA%c rječnika od %s na %s da ne prekoračimo ograničenje upotrebe memorije od %s MiB"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Prilagođena veličina LZMA%c rječnika za --filters%u od %s na %s da ne prekoračimo ograničenje upotrebe memorije od %s MiB"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Greška pri promjeni na lanac filtra %u: %s"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Greška pri stvaranju cijevi: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Nije uspjelo omogućiti sandbox"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() nije uspjela: %s"
@@ -168,349 +200,349 @@ msgstr "%s: poll() nije uspjela: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
-msgstr "%s: Izgleda da je datoteka pomaknuta -- ne briše se"
+msgstr "%s: Izgleda da je datoteka pomaknuta -- ne brišemo ju"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Brisanje nije moguće: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
-msgstr "%s: Promijeniti vlasnika datoteke nije moguće: %s"
+msgstr "%s: Nije moguće promijeniti vlasnika datoteke: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
-msgstr "%s: Promijeniti grupu datoteke nije moguće: %s"
+msgstr "%s: Nije moguće promijeniti grupu datoteke: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
-msgstr "%s: Nije moguće postaviti prava dostupa: %s"
+msgstr "%s: Nije moguće postaviti prava dostupa datoteci: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
-msgstr "Greška pri dobavljanju statusnih flagova datoteke iz standardnog ulaza: %s"
+msgstr "Greška pri pokušaju dobivanja oznaka statusa datoteke iz standardnog ulaza: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
-msgstr "%s: To je simbolička poveznica, preskačemo"
+msgstr "%s: To je simbolička poveznica -- preskačemo ju"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
-msgstr "%s: To je direktorij, preskačemo"
+msgstr "%s: To je direktorij -- preskačemo ga"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
-msgstr "%s: To nije regularna datoteka, preskačemo"
+msgstr "%s: To nije regularna datoteka -- preskačemo je"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
-msgstr "%s: Datoteka ima postavljen setuid ili setgid bit, preskačemo"
+msgstr "%s: Datoteka s postavljenim setuid ili setgid bitom -- preskačemo ju"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
-msgstr "%s: Datoteka ima postavljen sticky bit, preskačemo"
+msgstr "%s: Datoteka s postavljenim ljepljivim bitom -- preskačemo ju"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
-msgstr "%s: Ulazna datoteka ima više od jedne tvrde poveznice, preskačemo"
+msgstr "%s: Ulazna datoteka ima više od jedne tvrde poveznice -- preskačemo ju"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
-msgstr "Prazna datoteka, preskačemo"
+msgstr "Prazna datoteka -- preskačemo ju"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
-msgstr "Greška pri vraćanju statusnih flagova na standardni ulaz: %s"
+msgstr "Greška pri vraćanju oznaka statusa na standardni ulaz: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
-msgstr "Greška pri dobavljanju statusnih flagova datoteke iz standardnog izlazu: %s"
+msgstr "Greška pri dobivanju oznaka statusa datoteke iz standardnog izlazu: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
-msgstr "Greška pri vraćanju O_APPEND flagova na standardni izlaz: %s"
+msgstr "Greška pri vraćanju O_APPEND oznaka na standardni izlaz: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Nije uspjelo zatvoriti datoteku: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Poziciona greška pri pokušaju stvaranja raštrkane datoteke: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Greška pri čitanju: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Greška pozicioniranja u datoteci: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Neočekivani kraj datoteke"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Greška pri pisanju: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Onemogućeno"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Količina fizičke memorije (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Broj dretvi procesora:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Kompresija:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Dekompresija:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
-msgstr "Više dretvama dekompresija:"
+msgstr "Višedretvena dekompresija:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Zadano za -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Informacije o hardveru:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
-msgstr "Ograničenje za korištenje memorije:"
+msgstr "Ograničenja za korištenje memorije:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Tokovi:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blokovi:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Komprimirana veličina:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Dekomprimirana veličina:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Omjer:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Kontrola:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Ispuna za tok:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Potrebna memorija:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Veličine u zaglavljima:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Broj datoteka:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Tok"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Blok"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blokovi"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "KomprOffset"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "DekomprOffset"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "KomprVeličina"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "DekomprVeličina"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "TotalVeličina"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Omjer"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Kontrola"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "KontrolVrijednost"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Ispuna"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Zaglavlje"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
-msgstr "Flagi"
+msgstr "Oznake"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "MemUpotreba"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
-msgstr "Filteri"
+msgstr "Filtri"
#. TRANSLATORS: Indicates that there is no integrity check.
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
-msgstr "Nema"
+msgstr "Nijedan"
#. TRANSLATORS: Indicates that integrity check name is not known,
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Nepoznat-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Nepoznat-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Nepoznat-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Nepoznat-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Nepoznat-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Nepoznat-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Nepoznat-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Nepoznat-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Nepoznat-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Nepoznat-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Nepoznat-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Nepoznat-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Datoteka je prazna"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
-msgstr "%s: Premala, a da bi bila valjana .xz datoteka"
+msgstr "%s: Premala da bude valjana .xz datoteka"
#. TRANSLATORS: These are column headings. From Strms (Streams)
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr " Tok Blok Komprimirano Dekomprimir Omjer Kontr Datoteka"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Da"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Ne"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
-msgstr " Potrebna je inačica XY Utils: %s ili viša\n"
+msgstr " Minimalno je potrebna verzija XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
@@ -518,38 +550,42 @@ msgstr[0] "%s datoteka\n"
msgstr[1] "%s datoteke\n"
msgstr[2] "%s datoteka\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Ukupno:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list radi samo sa .xz datoteke (--format=xz ili --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Pokušajte s „lzmainfo“ s .lzma datotekama."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list ne podržava čitanje iz standardnog izlaza"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Greška pri čitanju datoteka: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Neočekivani kraj ulaznih podataka tijekom čitanja imena datoteka"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: Prazni (null) znak pronađen pri čitanju imena datoteka; možda ste mislili koristiti „--files0” umjesto „--files”?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: Prazni (null) znak pronađen pri čitanju imena datoteka; možda ste mislili koristiti --files0 umjesto --files?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Komprimiranje i dekomprimiranje s --robot još nije podržano."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Nije moguće čitati podatke iz standardnog ulaza dok se čitaju imena datoteka iz standardnog ulaza"
@@ -557,68 +593,68 @@ msgstr "Nije moguće čitati podatke iz standardnog ulaza dok se čitaju imena d
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Interna greška (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Nije moguće uspostaviti rukovatelje signala"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Nema provjere integriteta -- ne provjeravamo integritet datoteke"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Nepodržani tip provjere integriteta -- ne provjeravamo integritet datoteke"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
-msgstr "Dostignuto je ograničenje za korištenje memorije"
+msgstr "Dosegnuto je ograničenje za upotrebu memorije"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Format datoteke nije prepoznat"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Nepodržane opcije"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Komprimirani podaci su oštećeni"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Neočekivani kraj ulaznih podataka"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
-msgstr "%s MiB memorije je potrebno. Ograničenje je onemogućeno."
+msgstr "%s Potrebno je MiB memorije. Ograničavač je onemogućen."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
-msgstr "%s MiB memorije je potrebno. Ograničenje je %s."
+msgstr "%s Potrebno je MiB memorije. Ograničenje je %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Lanac filtara: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "Pokušajte s „`%s --help“ za pomoć i više informacija."
+msgid "Try '%s --help' for more information."
+msgstr "Pokušajte s „%s --help“ za pomoć i više informacija."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -629,15 +665,15 @@ msgstr ""
"Komprimira ili dekomprimira DATOTEKE u .xz formatu.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Obvezni argumenti za duge opcije, obvezni su i za kratke opcije.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Način rada:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -649,7 +685,7 @@ msgstr ""
" -t, --test testira integritet komprimirane datoteke\n"
" -l, --list ispiše podatke o .xz datotekama"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -657,7 +693,7 @@ msgstr ""
"\n"
" Modifikatori načina rada:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -669,32 +705,32 @@ msgstr ""
" -c, --stdout piše na standardni izlaz i ne briše\n"
" ulazne datoteke"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
msgstr ""
-" --single-stream dekomprimira samo prvi tok i nijemo\n"
+" --single-stream dekomprimira samo prvi tok i tiho\n"
" zanemari moguće preostale ulazne podatke"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
" --no-sparse ne stvara raštrkane datoteke pri dekompresiji\n"
-" -S, --suffix=.SUF rabi sufiks „.SUF” za komprimirane datoteke umjesto .xz\n"
+" -S, --suffix=.SUF rabi sufiks .SUF za komprimirane datoteke\n"
" --files[=DATOTEKA] čita imena datoteka za obradu iz DATOTEKE; ako\n"
" DATOTEKA nije dana, imena datoteka čita iz\n"
-" standardnog ulaza; ime datoteke mora završiti\n"
-" sa znakom novog reda\n"
-" --files0[=DATOTEKA] kao --files, ali popis datoteka završi s NULL znakom"
+" standardnog ulaza; imena datoteka moraju završiti\n"
+" sa znakom novog retka\n"
+" --files0[=DATOTEKA] kao --files, ali koristi NULL znak kao terminator"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -702,31 +738,32 @@ msgstr ""
"\n"
" Osnovne opcije za format datoteka i kompresiju:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT format datoteke za kodiranje ili dekodiranje; mogućnosti:\n"
" „auto” (zadano), „xz”, „lzma”, „lzip“ i „raw”\n"
" -C, --check=KONTROLA tip provjere integriteta: „none” (koristite s oprezom),\n"
" „crc32”, „crc64” (zadano), ili „sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check ne verificira provjeru integriteta pri dekompresiji"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
msgstr ""
-" -0 ... -9 pretpostavke za kompresiju; zadano je 6; uzmite u obzir\n"
-" upotrebu memorije za (de)kompresor prije upotrebe 7-9!"
+" -0 ... -9 preset postavke za kompresiju; zadano je 6; u obzir\n"
+" uzmite i upotrebu memorije za (de)kompresor prije\n"
+" upotrebe 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -734,15 +771,15 @@ msgstr ""
" -e, --extreme pokuša poboljšati omjer kompresije koristeći više CPU\n"
" vremena; ne utječe na potrebnu memoriju za dekompresiju"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-" -T, --threads=BROJ rabi ne više od BROJ dretvi; zadano je 1; postavkom 0\n"
-" za BROJ koristi se toliko dretvi koliko CPU ima jezgri"
+" -T, --threads=BROJ ne rabi više od BROJ dretvi; zadano je 0 kojom se koristi\n"
+" toliko dretvi koliko CPU ima jezgri"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -752,29 +789,33 @@ msgstr ""
" ulaznih podataka; ovo rabite za postavljanje\n"
" veličine bloka za kompresiju s dretvama"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=VELIČINE započne novi .xz blok nakon svake navedene\n"
-" VELIČINE nekomprimiranih ulaznih podataka;\n"
-" VELIČINE su zarezom odvojene"
+" --block-list=BLOKOVI\n"
+" započne novi .xz blok nakon navedenih intervala (zarezima\n"
+" odvojenih) nekomprimiranih podataka; opcionalno, navedite\n"
+" lance filtra broj (0-9) iza kojeg slijedi „:“ (dvotočka)\n"
+" prije veličine nekompromiranih podataka"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
" passed since the previous flush and reading more input\n"
" would block, all pending data is flushed out"
msgstr ""
-" --flush-timeout=VRIJEME pri komprimiranju, ako je prošlo više od VRIJEME\n"
-" milisekundi od prethodnog pražnjenja, a daljne\n"
-" čitanje bi blokiralo ulaz, svi podaci na\n"
-" čekanju se isprazne iz kodera na izlaz"
+" --flush-timeout=VRIJEME\n"
+" ako se pri komprimiranju potroši više od VRIJEME\n"
+" milisekundi od prethodnog pražnjenja, a daljne čitanje\n"
+" bi blokiralo ulaz, svi podatci na čekanju se isprazne"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -792,7 +833,7 @@ msgstr ""
" dekompresiju, dretvama dekompresiju, ili sve ovo;\n"
" GRANICA je u bajtima, % RAM, ili 0 za zadano"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -801,15 +842,41 @@ msgstr ""
" upotrebe memorije, završi s greškom umjesto da\n"
" prilagodi postavke shodno ograničenju memorije"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
msgstr ""
"\n"
-" Prilagođeni lanac filtara za kompresiju (alternativa korištenju pretpostavki):"
+" Prilagođeni lanac filtra za kompresiju (alternativa korištenju presets):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTRI postavi lanac filtara pomoću sintakse za string liblzma\n"
+" filtra; koristite --filters-help za više informacija"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=FILTRI ... --filters9=FILTERS\n"
+" postavite dodatne lance filtera pomoću sintakse za\n"
+" string liblzma filtra za upotrebu s --block-list"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr " --filters-help pokaže više informacija za sintaksu stringa liblzma filtra"
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -838,7 +905,7 @@ msgstr ""
" mf=IME podudarač (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=BROJ max. dubina traženja; 0=automatski (default)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -848,6 +915,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -859,10 +927,11 @@ msgstr ""
" --powerpc[=OPCIJE] PowerPC BCJ filtar (samo veliki endian)\n"
" --ia64[=OPCIJE] IA-64 (Itanium) BCJ filtar\n"
" --sparc[=OPCIJE] SPARC BCJ filtar\n"
+" --riscv[=OPTS] RISC-V BCJ filtar\n"
" Valjane OPCIJE za BCJ filtre:\n"
" start=BROJ početni offset za konverzije (zadano=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -875,7 +944,7 @@ msgstr ""
" dist=BROJ razmak između bajtova koji se oduzimaju\n"
" jedan od drugog (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -883,23 +952,23 @@ msgstr ""
"\n"
" Ostale opcije:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
msgstr ""
-" -q, --quiet izostavi upozorenja; „-qq” izostavi i greške\n"
-" -v, --verbose opširnije informira; „=vv” još više informira"
+" -q, --quiet izostavi upozorenja; -qq izostavi i greške\n"
+" -v, --verbose opširnije informira; -vv još više informira"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn upozorenja nemaju utjecaja na status završetka (izlaza)"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot poruke u strojnom formatu (korisno za skripte)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -907,173 +976,161 @@ msgstr ""
" --info-memory pokaže ukupnu količinu RAM-a i trenutno\n"
" aktivna ograničenja korištenja memorije, pa iziđe"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
msgstr ""
-" -h, --help prikaže kratku pomoć (izlista samo osnovne opcije)\n"
-" -H, --long-help prikaže ovu dugačku pomoć i iziđe"
+" -h, --help pokaže kratku pomoć (izlista samo osnovne opcije)\n"
+" -H, --long-help pokaže opširnu pomoć"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
msgstr ""
-" -h, --help prikaže ovu kratku pomoć i iziđe\n"
-" -H, --long-help prikaže dugačku pomoć (izlista i napredne opcije)"
+" -h, --help pokaže kratku pomoć\n"
+" -H, --long-help pokaže opširnu pomoć (izlista i napredne opcije)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
-msgstr " -V, --version prikaže informacije o inačici i iziđe"
+msgstr " -V, --version pokaže informacije o inačici"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
msgstr ""
"\n"
-"Ako DATOTEKA nije navedena ili je „-“, čita standardni ulaz.\n"
+"Ako DATOTEKA nije navedena ili je - (crtica), čita standardni ulaz.\n"
#. TRANSLATORS: This message indicates the bug reporting address
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Greške prijavite na <%s> (na engleskom ili finskom).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr ""
"%s matična mrežna stranica: <%s>\n"
"Pogreške u prijevodu i vaše prijedloge javite na <lokalizacija@linux.hr>.\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "OVO JE RAZVOJNA INAČICA I NIJE NAMIJENJENA ZA PROIZVODNJU."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Lanci filtara postavljaju se pomoću --filters=FILTERS ili\n"
+"--filters1=FILTRI ... --filters9=FILTRI opcije. Svaki filter u lancu može biti\n"
+"odvojen s razmakom ili s „--“ (dvije crtice). Alternativno, preset postavka\n"
+"<0-9>[e] može biti navedena umjesto lanca filtra.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Podržani filtri i njihove opcije su:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Opcije moraju biti parovi „name=value” odvojeni zarezima"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Nevaljano ime opcije"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Nevaljana vrijednost opcije"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
-msgstr "Nepodržana LZMA1/LZMA2 pretpostavka: %s"
+msgstr "Nepodržana LZMA1/LZMA2 preset postavka: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Zbroj lc i lp ne smije biti veći od 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Ime datoteke nema poznati sufiks, preskačemo"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Datoteka već ima „%s” sufiks, preskačemo"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Nevaljani sufiks imena datoteke"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Vrijednost nije nula ili pozitivni decimalni cijeli broj"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Nevaljana mjerna jedinica (sufiks)"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Valjani sufiksi (mjerne jedinice) su „KiB” (2^10), „MiB” (2^20), i „GiB” (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Vrijednost opcije „%s” mora biti u rasponu [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Nije moguće čitati komprimirane podatke iz terminala"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Nije moguće pisati komprimirane podatke na terminala"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Upotreba: %s [--help] [--version] [DATOTEKA]...\n"
+"Pokaže informacije pohranjene u zaglavlju datoteke .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Datoteka je premala da bude .lzma datoteka"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "To nije .lzma datoteka"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Pisanje na standardni izlaz nije uspjelo"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Nepoznata greška"
-#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
-#~ msgstr ""
-#~ "Odabrani podudarač (algoritam za pronalaženje podudaranja)\n"
-#~ "zahtijeva barem nice=%<PRIu32>"
-
-#~ msgid "Nepoznat-6"
-#~ msgstr "Nepoznat-6"
-
-#~ msgid "Nepoznat-7"
-#~ msgstr "Nepoznat-7"
-
-#~ msgid "Sandbox is disabled due to incompatible command line arguments"
-#~ msgstr "Sandbox je onemogućen zbog nekompatibilnih argumenata naredbenog retka"
-
-#~ msgid "Sandbox was successfully enabled"
-#~ msgstr "Sandbox je uspješno omogućen"
-
-#~ msgid "Memory usage limit for compression: "
-#~ msgstr " Ograničenje memorije za kompresiju: "
-
-#~ msgid " Streams: %s\n"
-#~ msgstr " Tok(a/ova): %s\n"
-
-#~ msgid " Blocks: %s\n"
-#~ msgstr " Blok(a/ova): %s\n"
-
-#~ msgid " Ratio: %s\n"
-#~ msgstr " Omjer: %s\n"
-
-#~ msgid " Check: %s\n"
-#~ msgstr " Kontrola: %s\n"
-
-#~ msgid ""
-#~ " Streams:\n"
-#~ " Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding"
-#~ msgstr ""
-#~ " Tokovi:\n"
-#~ " Tok Blokovi KompOffset DekompOffset KompVeličina DekompOffset Omjer Kontrola Ispuna"
-
-#~ msgid ""
-#~ " Blocks:\n"
-#~ " Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check"
-#~ msgstr ""
-#~ " Blokovi:\n"
-#~ " Tok Blok KompOffset DekompOffset KompVeličina DekompOffset Omjer Kontrola"
-
-#~ msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
-#~ msgstr " KonSvota %*s Zaglav Flags KompVel Memorija Filtri"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Nije uspjelo omogućiti sandbox"
diff --git a/po/hu.gmo b/po/hu.gmo
index 0a82679..301c920 100644
--- a/po/hu.gmo
+++ b/po/hu.gmo
Binary files differ
diff --git a/po/hu.po b/po/hu.po
index 169cad5..6e0d877 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,162 +1,190 @@
+# SPDX-License-Identifier: 0BSD
+#
# Hungarian translation for xz.
-# This file is put in the public domain.
+# This file is published under the BSD Zero Clause License.
#
-# Meskó Balázs <mesko.balazs@fsf.hu>, 2019, 2022.
+# Meskó Balázs <mesko.balazs@fsf.hu>, 2019, 2022, 2024.
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.0-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2022-11-10 12:13+0100\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-17 18:35+0100\n"
"Last-Translator: Meskó Balázs <mesko.balazs@fsf.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"plural-forms: nplurals=2; plural=(n != 1);\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 3.4\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Érvénytelen argumentum a --block-list kapcsolóhoz"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Túl sok argumentum a --block-list kapcsolóhoz"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "A --block-list kapcsolónál hiányzik a blokkméret a(z) „%c:” szűrőláncszám után"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "A 0 csak utolsó elemként használható a --block-list kapcsolónál"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Ismeretlen fájlformátumtípus"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Nem támogatott integritás-ellenőrzési típus"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Csak egy fájl adható meg a „--files” vagy „--files0” kapcsolóknál."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
-#, fuzzy, c-format
-#| msgid "%s: "
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
+#, c-format
msgid "%s: %s"
-msgstr "%s: "
+msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "A(z) %s környezeti változó túl sok argumentumot tartalmaz"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "A tömörítési támogatás ki lett kapcsolva fordítási időben"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "A kibontási támogatás ki lett kapcsolva fordítási időben"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Az lzip-fájlok (.lz) tömörítése nem támogatott"
-#: src/xz/args.c:735
-#, fuzzy
-#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "A --block-list kapcsoló csak .xz formátum esetén van figyelembe véve"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
-msgstr "%s: --format=raw esetén, --suffix=.SUF szükséges, hacsak nem a szabványosra kimenetre ír"
+msgstr "A --format=raw esetén a --suffix=.SUF szükséges, hacsak nem a szabványosra kimenetre ír"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "A szűrők legnagyobb száma négy"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Hiba a --filters%s=SZŰRŐK kapcsolóban:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "A memóriahasználat túl alacsony a megadott szűrőbeállításokhoz."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "A --block-list használja a(z) %u. szűrőláncot, de az nincs megadva a --filters%u= kapcsolóval"
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Az előbeállítások használata nyers módban nem javasolt."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Az előbeállítások pontos beállításai különbözhetnek a szoftververziók között."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Az .lzma formátum csak az LZMA1 szűrőt támogatja"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "Az LZMA1 nem használható az .xz formátummal"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "A szűrőlánc nem kompatibilis a --flush-timeout kapcsolóval"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "A(z) %u. szűrőlánc nem kompatibilis a --flush-timeout kapcsolóval"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Egyszálú módra váltás a --flush-timeout kapcsoló miatt"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Nem támogatott kapcsolók a(z) %u szűrőláncban"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Legfeljebb %<PRIu32> szál használata."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Nem támogatott szűrőlánc vagy szűrőkapcsolók"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "A kibontáshoz %s MiB memória szükséges."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "A szálak számának csökkentése erről: %s, erre: %s, hogy ne lépje túl a(z) %s MiB-os korlátot"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "A szálak számának csökkentése erről: %s, egyre. A(z) %s MiB-os automatikus memóriahasználati korlát így is túl lett lépve. %s MiB memória szükséges. Ennek ellenére folytatás mindenképpen."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Egyszálú módra váltás, hogy ne lépje túl a(z) %s MiB-os memóriahasználati korlátot"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Az LZMA%c szótár méretének módosítása erről: %s MiB, erre: %s MiB, hogy ne lépje túl a(z) %s MiB-os korlátot"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "A --filters%2$u szűrőhöz tartozó LZMA%1$c szótár méretének módosítása %3$s MiB-ról %4$s MiB-ra, hogy ne lépje túl a(z) %5$s MiB-os korlátot"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Hiba a(z) %u. szűrőlánc létrehozásakor: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Hiba a csővezeték létrehozásakor: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "A homokozó engedélyezése sikertelen"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() sikertelen: %s"
@@ -171,252 +199,252 @@ msgstr "%s: poll() sikertelen: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Úgy tűnik, hogy a fájl át lett helyezve, nincs eltávolítás"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Nem távolítható el: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: A fájl tulajdonosa nem adható meg: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: A fájl csoportja nem adható meg: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: A fájl jogosultságai nem adhatók meg: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Hiba a fájl állapotjelzőinek lekérdezésekor a szabványos bemenetről: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Szimbolikus link, kihagyás"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Könyvtár, kihagyás"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Nem szabályos fájl, kihagyás"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: A fájlon setuid vagy setgid bit van beállítva, kihagyás"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: A fájlon sticky bit van beállítva, kihagyás"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: A bemeneti fájlhoz több mint egy hard link tartozik, kihagyás"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Üres fájlnév, kihagyás"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Hiba a fájl állapotjelzőinek visszaállításakor a szabványos bemenetre: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Hiba a fájl állapotjelzőinek lekérdezésekor a szabványos kimenetről: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Hiba az O_APPEND visszaállításakor a szabványos kimenetre: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: A fájl lezárása sikertelen: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: A pozícionálás sikertelen a ritka fájl létrehozásának kísérletekor: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Olvasási hiba: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Hiba a fájlban pozícionáláskor: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Váratlan fájlvég"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Írási hiba: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Letiltva"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Fizikai memória (RAM) mennyisége:"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Processzorszálak száma:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Tömörítés:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Kibontás:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Többszálás kibontás:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "A -T0 alapértelmezése:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Hardverjellemzők:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Memóriahasználat korlátja:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Adatfolyamok:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blokkok:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Tömörített méret:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Kibontott méret:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Arány:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Ellenőrzés:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Adatfolyam kerete:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Szükséges memória:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Méretek a fejlécekben:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Fájlok száma:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Adatfolyam"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Blokk"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blokkok"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "Tömörített eltolás"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "Kibontott eltolás"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "Tömörített méret"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "Kibontott méret"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "Teljes méret"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Arány"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Ellenőrzés"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "Ellenőrzőérték"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Keret"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Fejléc"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Jelzők"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "Memóriahasználat"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Szűrők"
@@ -424,7 +452,7 @@ msgstr "Szűrők"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Nincs"
@@ -432,60 +460,60 @@ msgstr "Nincs"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Névtelen-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Névtelen-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Névtelen-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Névtelen-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Névtelen-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Névtelen-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Névtelen-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Névtelen-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Névtelen-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Névtelen-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Névtelen-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Névtelen-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: A fájl üres"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Túl kicsi, hogy érvényes .xz fájl legyen"
@@ -494,64 +522,68 @@ msgstr "%s: Túl kicsi, hogy érvényes .xz fájl legyen"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Folyam Blokkok Tömörített Kibontott Arány Ellenőrzés Fájlnév"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Igen"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Nem"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Legkisebb XZ Utils verzió: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s fájl\n"
msgstr[1] "%s fájl\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Összesen:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "A --list csak .xz fájlokkal működik (--format=xz vagy --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Az „lzmainfo” kipróbálása az .lzma fájlok esetén."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "A --list nem támogatja a szabványos bemenetről beolvasást"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Hiba a fájlnevek olvasásakor: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: A bemenet váratlanul véget ért a fájlnevek olvasásakor"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Null karakter található a fájlnevek olvasásakor; talán a „--files0” kapcsolóra gondolt a „--files” helyett?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "A tömörítés és kibontás még nem támogatott a --robot kapcsolóval."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Az adatok nem olvashatók be a szabványos bemenetről a fájlnevek olvasásakor"
@@ -559,68 +591,68 @@ msgstr "Az adatok nem olvashatók be a szabványos bemenetről a fájlnevek olva
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Belső hiba (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "A szignálkezelők nem hozhatók létre"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Nincs integritás-ellenőrzés; a fájl épsége nem lesz ellenőrizve"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Nem támogatott integritás-ellenőrzési típus; a fájl épsége nem lesz ellenőrizve"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Memóriahasználat korlátja elérve"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "A fájlformátum nem felismert"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Nem támogatott kapcsolók"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "A tömörített adatok megsérültek"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "A bemenet váratlanul véget ért"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB memória szükséges. A korlátozás letiltva."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB memória szükséges. A korlát %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Szűrőlánc: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "További információkért adja ki a következő parancsot: „%s --help”."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -631,15 +663,15 @@ msgstr ""
".xz formátumú FÁJLok tömörítése vagy kibontása.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "A hosszú kapcsolók kötelező argumentumai a rövid kapcsolók esetén is kötelezők.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Működési mód:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -651,7 +683,7 @@ msgstr ""
" -t, --test tömörített fájl épségének tesztelése\n"
" -l, --list információk kiírása az .xz fájlokról"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -659,7 +691,7 @@ msgstr ""
"\n"
" Műveleti módosítók:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -671,7 +703,7 @@ msgstr ""
" -c, --stdout írás a szabványos kimenetre írás, és nem törli a\n"
" bemeneti fájlokat"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -679,10 +711,10 @@ msgstr ""
" --single-stream csak az első adatfolyam kibontása, és a\n"
" lehetséges hátralévő bemeneti adatok mellőzése"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -697,7 +729,7 @@ msgstr ""
" --files0[=FÁJL] mint a --files, de a null karaktert használja\n"
" használja elválasztóként"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -705,12 +737,12 @@ msgstr ""
"\n"
" Alapvető fájlformátum és tömörítési beállítások:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT a kódoláshoz vagy dekódoláshoz használt fájlformátum;\n"
" lehetséges értékek „auto” (alapértelmezett), „xz”,\n"
@@ -718,11 +750,11 @@ msgstr ""
" -C, --check=ELL integritás-ellenőrzés típusa: „none” (óvatosan használja),\n"
" „crc32”, „crc64” (alapértelmezett) vagy „sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check kibontáskor ne ellenőrizze az épséget"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -731,7 +763,7 @@ msgstr ""
" a 7-9 használata előtt vegye figyelembe a tömörítő\n"
" *és* kibontó memóriahasználatát!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -739,16 +771,16 @@ msgstr ""
" -e, --extreme a tömörítési arány javítási kísérlete több CPU-idő\n"
" használatával; nincs hatással a kibontó memóriaigényére"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-" -T, --threads=SZÁM legfeljebb ennyi szál használata; alapértelmezett az 1;\n"
-" állítsa 0-ra, hogy annyi szálat használjon, amennyi\n"
-" processzormag áll rendelkezésre"
+" -T, --threads=SZÁM legfeljebb ennyi szál használata; alapértelmezett a 0,\n"
+" amely annyi szálat használ, amennyi processzormag áll\n"
+" rendelkezésre"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -758,17 +790,21 @@ msgstr ""
" új .xz blokk indítása minden MÉRETnyi bájt bemenet után;\n"
" a többszálas tömörítés blokkméretének megadásához"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=MÉRETEK\n"
+" --block-list=BLOKKOK\n"
" új .xz blokk indítása a vesszőkkel felsorolva megadott\n"
-" méretű tömörítetlen adatszakaszok után"
+" méretű tömörítetlen adatszakaszok után; a tömörítetlen\n"
+" adatok mérete előtt egy szűrőláncszám (0-9) is megadható\n"
+" egy „:” karakter közbeiktatásával"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -780,7 +816,7 @@ msgstr ""
" telt el az előző kiírástól, és a bemenetolvasás\n"
" blokkolna, akkor minden adat ki lesz írva"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -800,7 +836,7 @@ msgstr ""
" KORLÁT bájtokban van megadva, a RAM %-ában, vagy 0 az\n"
" alapértelmezéshez"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -809,7 +845,7 @@ msgstr ""
" korlátot, akkor hibát fog adni a beállítások lefelé\n"
" állítása helyett"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -817,7 +853,35 @@ msgstr ""
"\n"
" Egyéni szűrőlánc a tömörítéshez (alternatíva az előbeállításokra):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=SZŰRŐK a szűrőlánc beállítása liblzma szűrőformátummal;\n"
+" további információkért lásd a --filters-help kapcsolót"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=SZŰRŐK ... --filters9=SZŰRŐK\n"
+" további szűrőláncok beállítása liblzma formátummal a\n"
+" --block-list kapcsolóhoz"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help további információk megjelenítése a libzma\n"
+" szűrőformátumról, majd kilépés."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -847,7 +911,7 @@ msgstr ""
" depth=SZÁM legnagyobb keresési mélység; 0=automatikus\n"
" (alapértelmezett)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -857,6 +921,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -868,11 +933,12 @@ msgstr ""
" --powerpc[=KAPCS] PowerPC BCJ szűrő (csak big endian esetén)\n"
" --ia64[=KAPCS] IA-64 (Itanium) BCJ szűrő\n"
" --sparc[=KAPCS] SPARC BCJ szűrő\n"
+" --riscv[=KAPCS] RISC-V BCJ szűrő\n"
" Érvényes KAPCS az összes BCJ szűrőhöz:\n"
-" start=SZÁM kezdési eltolás az átalakításokhoz\n"
-" (alapértelmezett=0)"
+" start=SZÁM kezdési eltolás az átalakításokhoz\n"
+" (alapértelmezett=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -885,7 +951,7 @@ msgstr ""
" dist=SZÁM az egymásból kivont bájtok közti\n"
" távolság (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -893,7 +959,7 @@ msgstr ""
"\n"
" Egyéb kapcsolók:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -903,19 +969,19 @@ msgstr ""
" -v, --verbose legyen bőbeszédű; adja meg kétszer, hogy még bőbeszédűbb\n"
" legyen"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr ""
" -Q, --no-warn a figyelmeztetések nem befolyásolják a kilépési\n"
" állapotkódot"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot géppel értelmezhető üzenetek használata\n"
" (parancsfájlok esetén hasznos)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -923,7 +989,7 @@ msgstr ""
" --info-memory az összes RAM mennyiségének és a jelenlegi\n"
" memóriahasználati korlátok megjelenítése, és kilépés"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -931,7 +997,7 @@ msgstr ""
" -h, --help a rövid súgó megjelenítése (csak az alapvető kapcsolók)\n"
" -H, --long-help ezen hosszú súgó megjelenítése, és kilépés"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -939,11 +1005,12 @@ msgstr ""
" -h, --help ezen rövid súgó megjelenítése, és kilépés\n"
" -H, --long-help a hosszú súgó megjelenítése (speciális kapcsolókhoz)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version a verziószám kiírása és kilépés"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -955,94 +1022,130 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Ide jelentse a hibákat: <%s> (angolul vagy finnül).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s honlap: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "EZ EGY FEJLESZTŐI VÁLTOZAT, NEM ÉLES HASZNÁLATRA SZÁNT."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"A szűrőláncokat a --filters=SZŰRŐK vagy a\n"
+"--filters1=SZŰRŐK ... --filters9=SZŰRŐK kapcsolókkal lehet megadni. A láncban\n"
+"szereplő egyes szűrőket szóközökkel vagy „--” karakterekkel kell elválasztani.\n"
+"Illetve egy <0-9>[e] előbeállítás is megadható szűrőlánc helyett.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "A támogatott szűrők és azok kapcsolói a következők:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: A kapcsolóknak vesszőkkel elválasztott „név=érték” pároknak kell lenniük"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Érvénytelen kapcsolónév"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Érvénytelen kapcsolóérték"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Nem támogatott LZMA1/LZMA2 előbeállítás: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Az lc és lp összege nem haladhatja meg a 4-et"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: A fájlnév utótagja ismeretlen, kihagyás"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s: A(z) „%s” fájlnak már van utótagja, kihagyás"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s: A fájlnak már van „%s” utótagja, kihagyás"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Érvénytelen fájlnév utótag"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Az érték nem nemnegatív decimális egész szám"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Érvénytelen szorzó utótag"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Az érvényes utótagok: „KiB” (2^10), „MiB” (2^20) és „GiB” (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "A(z) „%s” kapcsoló értékének a(z) [%<PRIu64>, %<PRIu64>] tartományban kell lennie"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "A tömörített adatokat nem lehet beolvasni a terminálból"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "A tömörített adatokat nem lehet kiírni a terminálba"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Használat: %s [--help] [--version] [FÁJL]…\n"
+"Az .lzma fájl fejlécében tárolt információk megjelenítése"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "A fájl túl kicsi, hogy érvényes .lzma fájl legyen"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Nem .lzma fájl"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "A szabványos kimenetre írás sikertelen"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Ismeretlen hiba"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "A homokozó engedélyezése sikertelen"
+
#, c-format
#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
#~ msgstr "A kiválasztott egyezéskeresőhöz legalább nice=%<PRIu32> szükséges"
diff --git a/po/it.gmo b/po/it.gmo
index 73a6ede..6f670ce 100644
--- a/po/it.gmo
+++ b/po/it.gmo
Binary files differ
diff --git a/po/it.po b/po/it.po
index 96f519b..88384f0 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.2.4\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2019-03-04 14:21+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -21,147 +21,181 @@ msgstr ""
"X-Generator: Poedit 2.2.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: argomento non valido per --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: troppi argomenti per --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 può essere usato solo come ultimo elemento in --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: tipo di formato del file sconosciuto"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: tipo di controllo integrità non supportato"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Solo un file può essere specificato con \"--files\" o \"--files0\"."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "La variabile d'ambiente %s contiene troppi argomenti"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Il supporto alla compressione è stato disabilitato in fase di compilazione"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Il supporto alla decompressione è stato disabilitato in fase di compilazione"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: con --format=raw, --suffix=.SUF è richiesto a meno che non si scriva sullo stdout"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Il numero massimo di filtri è quattro"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Il limite dell'uso della memoria è troppo basso per l'impostazione del filtro dato."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Non è consigliato usare un preset nella modalità raw."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Le opzioni esatte per i preset possono variare tra le versioni del software."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Il formato .lzma supporta solo il filtro LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 non può essere usato con il formato .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "La catena di filtri non è compatibile con --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Passaggio a modalità singolo thread poiché viene usato --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Opzioni non supportate"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Vengono usati circa %<PRIu32> thread."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Catena di filtri od opzioni del filtro non supportata"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "L'estrazione necessita di %s MiB di memoria."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Regolato il numero di thread da %s a %s per non eccedere il limite di utilizzo della memoria di %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Regolato il numero di thread da %s a %s per non eccedere il limite di utilizzo della memoria di %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Regolata la dimensione del dizionario LZMA%c da %s MiB a %s MiB per non superare il limite dell'uso della memoria di %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Regolata la dimensione del dizionario LZMA%c da %s MiB a %s MiB per non superare il limite dell'uso della memoria di %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Errore nel creare una pipe: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Errore nel creare una pipe: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Abilitazione modalità sandbox non riuscita"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() non riuscita: %s"
@@ -176,272 +210,272 @@ msgstr "%s: poll() non riuscita: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: sembra che il file sia stato spostato, non viene rimosso"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: impossibile rimuovere: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: impossibile impostare il proprietario del file: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: impossibile impostare il gruppo del file: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: impossibile impostare i permessi del file: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Errore nel recuperare le flag di stato del file dallo standard input: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: è un collegamento simbolico, viene saltato"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: è una directory, viene saltata"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: non è un file regolare, viene saltato"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: il file ha il bit setuid o setgid impostato, viene saltato"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: il file ha lo sticky bit impostato, viene saltato"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: il file di input ha più di un collegamento fisico, viene saltato"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Nome file vuoto, viene saltato"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Errore nel ripristinare le flag di stato sullo standard input: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Errore nel recuperare le flag di stato del file dallo standard output: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Errore nel ripristinare la flag O_APPEND sullo standard output: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: chiusura del file non riuscita: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: posizionamento non riuscito nel tentativo di creare un file sparso: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: errore di lettura: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: errore nel cercare il file: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: fine del file inaspettata"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: errore di scrittura: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Disabilitato"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Total amount of physical memory (RAM): "
msgid "Amount of physical memory (RAM):"
msgstr "Quantità totale di memoria fisica (RAM): "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit for decompression: "
msgid "Multi-threaded decompression:"
msgstr "Limite utilizzo memoria per l'estrazione: "
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit reached"
msgid "Memory usage limits:"
msgstr "Limite di utilizzo della memoria raggiunto"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
#, fuzzy
#| msgid " Compressed size: %s\n"
msgid "Compressed size:"
msgstr " Dim. compresso: %s\n"
-#: src/xz/list.c:71
+#: src/xz/list.c
#, fuzzy
#| msgid " Uncompressed size: %s\n"
msgid "Uncompressed size:"
msgstr " Dim. estratto: %s\n"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
#, fuzzy
#| msgid " Stream padding: %s\n"
msgid "Stream Padding:"
msgstr " Padding dello stream: %s\n"
-#: src/xz/list.c:75
+#: src/xz/list.c
#, fuzzy
#| msgid " Memory needed: %s MiB\n"
msgid "Memory needed:"
msgstr " Memoria necessaria: %s MiB\n"
-#: src/xz/list.c:76
+#: src/xz/list.c
#, fuzzy
#| msgid " Sizes in headers: %s\n"
msgid "Sizes in headers:"
msgstr " Dim. negli header: %s\n"
-#: src/xz/list.c:79
+#: src/xz/list.c
#, fuzzy
#| msgid " Number of files: %s\n"
msgid "Number of files:"
msgstr " Numero di file: %s\n"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
#, fuzzy
#| msgid "Totals:"
msgid "TotalSize"
msgstr "Totali:"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -449,7 +483,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Nessuno"
@@ -457,60 +491,60 @@ msgstr "Nessuno"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Sconosc2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Sconosc3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Sconosc5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Sconosc6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Sconosc7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Sconosc8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Sconosc9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Sconosc11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Sconosc12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Sconosc13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Sconosc14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Sconosc15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: il file è vuoto"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: troppo piccolo per essere un file .xz valido"
@@ -519,64 +553,69 @@ msgstr "%s: troppo piccolo per essere un file .xz valido"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr " Strm Blocc. Compresso Estratto Rapp. Contr Nome file"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Sì"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "No"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Versione \"XZ Utils\" minima: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s file\n"
msgstr[1] "%s file\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totali:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list funziona solamente con file .xz (--format=xz o --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list non è in grado di leggere dallo standard input"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: errore nel leggere i nomi dei file: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: fine dell'input durante la lettura dei nomi dei file non attesa"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: nessun carattere trovato durante la lettura dei nomi dei file; forse si intendeva usare \"--files0\" invece di \"--files\"?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "La compressione e l'estrazione con --robot non sono ancora supportate."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Impossibile leggere i dati dallo standard input durante la lettura dei nomi dei file dallo standard input"
@@ -584,68 +623,69 @@ msgstr "Impossibile leggere i dati dallo standard input durante la lettura dei n
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Errore interno (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Impossibile stabilire i gestori dei segnali"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Nessun controllo d'integrità; l'integrità del file non viene verificata"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Tipo di controllo di integrità non supportato; l'integrità del file non viene verificata"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Limite di utilizzo della memoria raggiunto"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Formato di file non riconosciuto"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Opzioni non supportate"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "I dati compressi sono danneggiati"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Fine dell'input non attesa"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB di memoria sono richiesti. Il limite è disabilitato."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB di memoria sono richiesti. Il limite è %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: catena di filtri: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Provare \"%s --help\" per maggiori informazioni."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -656,15 +696,15 @@ msgstr ""
"Comprime o estrae i FILE nel formato .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Gli argomenti obbligatori per le opzioni lunghe lo sono anche per quelle brevi.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Modalità di operazione:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -676,7 +716,7 @@ msgstr ""
" -t, --test Verifica l'integrità dei file compressi\n"
" -l, --list Elenca informazioni sui file .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -684,7 +724,7 @@ msgstr ""
"\n"
" Modificatori di operazioni:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -695,7 +735,7 @@ msgstr ""
" collegamenti\n"
" -c, --stdout Scrive sullo standard output e non elimina i file di input"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -703,10 +743,18 @@ msgstr ""
" --single-stream Decomprime solamente il primo stream e ignora\n"
" silenziosamente i restanti dati di input"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -720,7 +768,7 @@ msgstr ""
" di newline\n"
" --files0=[FILE] Come --files ma usa il carattere null come terminatore"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -728,7 +776,7 @@ msgstr ""
"\n"
" Formato file di base e opzioni di compressione:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| " -F, --format=FMT file format to encode or decode; possible values are\n"
@@ -737,20 +785,20 @@ msgstr ""
#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT Formato file per codificare o decodificare; i possibili\n"
" valori sono \"auto\" (predefinito) \"xz\", \"lzma\" e \"raw\"\n"
" -C, --check=CHECK Tipo di verifica integrità: \"none\" (usare con attenzione),\n"
" \"crc32\", \"crc64\" (predefinito) o \"sha256\""
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check Non verifica il codice di integrità quando decomprime"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -759,7 +807,7 @@ msgstr ""
" l'utilizzo di memoria per comprimere ed estrarre prima\n"
" di usare 7-9"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -768,16 +816,20 @@ msgstr ""
" utilizzando più tempo di CPU; non cambia i requisiti di\n"
" memoria in fase di estrazione"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NUM Usa al massimo NUM thread: il valore predefinito è 1,\n"
" impostare a 0 per usare tanti thread quanti core la CPU\n"
" ha a disposizione"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -788,17 +840,24 @@ msgstr ""
" usare per impostare la dimensione del blocco durante la\n"
" compressione con thread"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=DIM\n"
" Avvia un nuovo blocco .xz dopo gli intervalli, sperati\n"
" da virgole, di dati non compressi"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -811,7 +870,7 @@ msgstr ""
" ulteriore input risulterebbe bloccata, viene eseguito il\n"
" flush di tutti i dati pendenti"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, fuzzy, no-c-format
#| msgid ""
#| " --memlimit-compress=LIMIT\n"
@@ -835,7 +894,7 @@ msgstr ""
" compressione, l'estrazione o entrambe; LIMIT è in byte,\n"
" % della memoria RAM oppure 0 per il valore predefinito"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -844,7 +903,7 @@ msgstr ""
" utilizzo della memoria, lancia un errore invece di\n"
" utilizzare valori più piccoli"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -853,7 +912,27 @@ msgstr ""
" Catena di filtri personalizzati per la compressione (alternative per\n"
" l'utilizzo di preset):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -886,7 +965,7 @@ msgstr ""
" depth=NUM Profondità massima di ricerca; 0=automatica\n"
" (predefinito)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| "\n"
@@ -907,6 +986,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -921,7 +1001,7 @@ msgstr ""
" start=NUM Offset iniziale per le conversioni\n"
" (predefinito=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -933,7 +1013,7 @@ msgstr ""
" dist=NUM Distanza tra byte sottratti\n"
" gli uni dagli altri (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -941,7 +1021,7 @@ msgstr ""
"\n"
" Altre opzioni:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -951,15 +1031,15 @@ msgstr ""
" -v, --verbose Output prolisso; specificare due volte per output ancora\n"
" più prolisso"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn Gli avvisi non influenzano lo stato d'uscita"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot Usa messaggi analizzabili (utile per gli script)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -967,7 +1047,7 @@ msgstr ""
" --info-memory Visualizza la quantità totale di RAM, il limite attuale\n"
" attivo di utilizzo della memore ed esce"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -975,7 +1055,7 @@ msgstr ""
" -h, --help Stampa l'aiuto breve (elenca solo le opzioni di base)\n"
" -H, --long-help Stampa questo lungo aiuto ed esce"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -983,11 +1063,12 @@ msgstr ""
" -h, --help Stampa questo breve aiuto ed esce\n"
" -H, --long-help Stampa l'aiuto lungo (elenca anche le opzioni avanzate)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version Stampa il numero della versione ed esce"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -999,93 +1080,129 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Segnalare i bug a <%s> (in inglese o finlandese).\n"
"Segnalare i bug di traduzione a <tp@lists.linux.it>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Sito web di %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "Questa è una versione di sviluppo non adatta per utilizzi in produzione."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Catena di filtri od opzioni del filtro non supportata"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: le opzioni devono essere coppie \"nome=valore\" separate da virgole"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: nome opzione non valido"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: valore dell'opzione non valido"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Preset LZMA/LZMA2 non supportato: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "La somma di lc e lp non deve superare 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: il nome del file ha un suffisso sconosciuto, viene saltato"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: il file ha già il suffisso \"%s\", viene saltato"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: suffisso del nome del file non valido"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: il valore non è un numero intero decimale non-negativo"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: suffisso del moltiplicatore non valido"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "I suffissi validi sono \"KiB\" (2^10), \"MiB\" (2^20), e \"GiB\" (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Il valore dell'opzione \"%s\" deve essere nell'intervallo [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "I dati compressi non possono essere letti da un terminale"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "I dati compressi non possono essere scritti ad un terminale"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: troppo piccolo per essere un file .xz valido"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Scrittura sullo standard ouput non riuscita"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Errore sconosciuto"
@@ -1095,6 +1212,9 @@ msgstr "Errore sconosciuto"
#~ msgid "Sandbox was successfully enabled"
#~ msgstr "Sandbox abilitata con successo"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Abilitazione modalità sandbox non riuscita"
+
#~ msgid "Memory usage limit for compression: "
#~ msgstr "Limite utilizzo memoria per la compressione: "
diff --git a/po/ko.gmo b/po/ko.gmo
index cea6626..7d33e87 100644
--- a/po/ko.gmo
+++ b/po/ko.gmo
Binary files differ
diff --git a/po/ko.po b/po/ko.po
index 88b6c89..834b0bc 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,13 +1,14 @@
+# SPDX-License-Identifier: 0BSD
# Korean translation for the xz.
-# This file is put in the public domain.
-# Seong-ho Cho <darkcircle.0426@gmail.com>, 2019, 2022, 2023.
+# This file is published under the BSD Zero Clause License.
+# Seong-ho Cho <darkcircle.0426@gmail.com>, 2019, 2022, 2023, 2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-20 10:59+0900\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-18 01:45+0900\n"
"Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n"
"Language-Team: Korean <translation-team-ko@googlegroups.com>\n"
"Language: ko\n"
@@ -16,144 +17,172 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.0.1\n"
+"X-Generator: Poedit 3.4.2\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: --block-list의 인자값이 잘못됨"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: --block-list 인자 갯수가 너무 많음"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "--block-list에서 필터 체인 번호 '%c:' 다음 블록 크기가 빠졌습니다."
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 값은 --block-list의 마지막 원소로만 사용할 수 있습니다"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: 알 수 없는 파일 형식"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: 지원하지 않는 무결성 검사 형식"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
-msgstr "`--files' 또는 `--files0' 옵션으로 하나의 파일만 지정할 수 있습니다."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
+msgstr "'--files' 또는 '--files0' 옵션에는 하나의 파일만 지정할 수 있습니다."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "%s 환경 변수에 너무 많은 인자 값이 들어있습니다"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "빌드 시점에 압축 기능을 비활성했습니다"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "빌드 시점에 압축 해제 기능을 비활성했습니다"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
-msgstr "lzip 파일(.lz) 압축은 지원하지 않습니다"
+msgstr "lzip 파일 (.lz) 압축은 지원하지 않습니다"
+
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ".xz 형식으로 압축하지 않으면 --block-list 옵션은 무시합니다"
-#: src/xz/args.c:735
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
-msgstr "표준 출력으로 기록하지 않는 한 --format=raw, --suffix=.SUF 옵션이 필요합니다"
+msgstr "표준 출력으로 기록하지 않는 한 --format=raw, --suffix=.<확장자> 옵션이 필요합니다"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "최대 필터 갯수는 4 입니다"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "--filters%s=<필터> 옵션 오류:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "주어진 필터 설정으로는 메모리 사용 제한 값이 너무 적습니다."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "--block-lisk에서 필터 체인 %u번을 사용하고 있지만 --filters%u= 옵션으로 지정하지 않았습니다"
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "RAW 모드에서의 프리셋 사용은 권장하지 않습니다."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "프리셋의 정확한 옵션 값은 프로그램 버전에 따라 다릅니다."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr ".lzma 형식은 LZMA1 필터만 지원합니다"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr ".xz 형식에는 LZMA1 필터를 사용할 수 없습니다"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "--flush-timeout 옵션에는 필터 체인이 맞지 않습니다"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "필터 체인 %u번이 --flush-timeout 옵션과 맞지 않습니다"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "--flush-timeout 옵션을 지정하였으므로 단일 스레드 모드로 전환합니다"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "필터 체인 %u번에서 지원하지 않는 옵션"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
-msgstr "최대 %<PRIu32> 스레드를 사용합니다."
+msgstr "최대 스레드 %<PRIu32>개를 사용합니다."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "지원하지 않는 필터 체인 또는 필터 옵션"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "압축 해제시 %s MiB 메모리 용량이 필요합니다."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "메모리 사용량 %s MiB 제한을 넘지 않으려 스레드 수를 %s(에)서 %s(으)로 줄였습니다"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
-msgstr "스레드 수가 %s(에)서 하나로 줄었습니다. 메모리 사용 자동 제한량 %s MiB를 여전히 초과합니다. 메모리 공간 %s MiB가 필요합니다. 어쨌든 계속합니다."
+msgstr "스레드 수가 %s(에)서 하나로 줄었습니다. 메모리 사용 자동 제한량 %sMiB를 여전히 초과합니다. 메모리 공간 %sMiB가 필요합니다. 어쨌든 계속합니다."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
-msgstr "메모리 사용량 %s MiB 제한을 넘지 않으려 단일 스레드 모드로 전환합니다"
+msgstr "메모리 사용 제한량 %sMiB를 넘지 않으려 단일 스레드 모드로 전환합니다"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
-msgstr "메모리 사용량 %4$s MiB 제한을 넘지 않으려 %2$s MiB에서 %3$s MiB로 LZMA%1$c 딕셔너리 크기를 조정했습니다"
+msgstr "메모리 사용 제한량 %4$sMiB를 넘지 않으려 %2$sMiB에서 %3$sMiB로 LZMA%1$c 딕셔너리 크기를 조정했습니다"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "메모리 사용 제한량 %5$sMiB를 넘지 않으려 %3$sMiB에서 %4$sMiB로 --filters%2$u의 LZMA%1$c 딕셔너리 크기를 조정했습니다"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "필터 체인 %u번 전환 오류: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "파이프 생성 오류: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "샌드 박스 활성화 실패"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() 실패: %s"
@@ -168,252 +197,252 @@ msgstr "%s: poll() 실패: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: 파일을 이동한 것 같음, 제거 안함"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: 제거할 수 없음: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: 파일 소유자를 설정할 수 없음: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: 파일 소유 그룹을 설정할 수 없음: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: 파일 권한을 설정할 수 없음: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "표준 입력에서 파일 상태 플래그 가져오기 오류: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: 심볼릭 링크, 건너뜀"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: 디렉터리입니다, 건너뜀"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: 일반 파일 아님, 건너뜀"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: setuid 또는 setgid 비트 설정 있음, 건너뜀"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: 끈적이 비트 설정이 있는 파일, 건너뜀"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: 입력 파일에 하나 이상의 하드링크가 있습니다, 건너뜀"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "파일 이름 없음, 건너뜀"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "표준 입력으로의 상태 플래그 복원 오류: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "표준 출력에서 파일 상태 플래그 가져오기 오류: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "표준 출력으로의 O_APPEND 플래그 복원 오류: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: 파일 닫기 실패: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: 분할 파일 생성 시도시 탐색 실패: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: 읽기 오류: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: 파일 탐색 오류: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: 예상치 못한 파일의 끝"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: 쓰기 오류: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "사용 안함"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
-msgstr "물리 메모리 양(RAM):"
+msgstr "물리 메모리 양 (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "프로세서 스레드 수:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "압축:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "압축해제:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "멀티 스레드 압축 해제:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "-T0 기본값:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "하드웨어 정보:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
-msgstr "메모리 사용량 제한:"
+msgstr "메모리 사용 제한량:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "스트림:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "블록 수:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "압축 용량:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "압축해제 용량:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "압축율:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "검사:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "스트림 패딩:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "요구 메모리:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "헤더 길이:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "파일 갯수:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "스트림"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "블록"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "블록"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "압축오프셋"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "압축해제오프셋"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "압축크기"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "압축해제크기"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "총크기"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "압축율"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "검사"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "검사값"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "패딩"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "헤더"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "플래그"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "메모리사용"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "필터"
@@ -421,7 +450,7 @@ msgstr "필터"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "없음"
@@ -429,60 +458,60 @@ msgstr "없음"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "알 수 없음-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "알 수 없음-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "알 수 없음-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "알 수 없음-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "알 수 없음-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "알 수 없음-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "알 수 없음-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "알 수 없음-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "알 수 없음-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "알 수 없음-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "알 수 없음-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "알 수 없음-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: 파일 내용 없음"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: 유효한 .xz 파일로 보기에는 너무 작습니다"
@@ -491,64 +520,68 @@ msgstr "%s: 유효한 .xz 파일로 보기에는 너무 작습니다"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "스트림 블록 압축 압축해제 압축율 검사 파일 이름"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "예"
# 주: 아니오가 아니라 아니요가 맞는 표현
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "아니요"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
-msgstr " 최소 XZ Utils 버전: %s\n"
+msgstr " 최소 XZ 유틸리티 버전: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "파일 %s개\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "총:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list 옵션은 .xz 파일에만 동작합니다(--format=xz 또는 --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "'lzmainfo' 명령에 .lzma 파일 이름을 붙여 실행해보십시오."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list 옵션은 표준 입력 읽기를 지원하지 않습니다"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: 파일 이름 읽기 오류: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: 파일 이름 읽는 중 예상치 못한 입력 끝"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: 파일 이름을 읽는 도중 NULL 문자 발견. `--files' 옵션 대신 `--files0' 옵션을 사용하시려는게 아닙니까?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: 파일 이름을 읽는 도중 NULL 문자 발견. '--files' 옵션 대신 '--files0' 옵션을 사용하시려는게 아닙니까?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "아직 압축 동작과 압축 해제 동작에 --robot 옵션을 지원하지 않습니다."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "표준 출력에서 파일 이름을 읽을 때 표준 입력에서 데이터를 읽을 수 없습니다"
@@ -556,68 +589,68 @@ msgstr "표준 출력에서 파일 이름을 읽을 때 표준 입력에서 데
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
-msgstr "내부 오류(버그)"
+msgstr "내부 오류 (버그)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "시그널 처리자를 준비할 수 없습니다"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "무결성 검사 안함. 파일 무결성을 검증하지 않습니다"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "지원하지 않는 무결성 검사 형식. 파일 무결성을 검증하지 않습니다"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "메모리 사용량 한계에 도달했습니다"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "파일 형식을 인식할 수 없음"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "지원하지 않는 옵션"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "압축 데이터 깨짐"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "예상치 못한 입력 끝"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB 메모리 용량이 필요합니다. 제한을 비활성합니다."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
-msgstr "%s MiB 메모리 용량이 필요합니다. 제한 값은 %s 입니다."
+msgstr "%s MiB 메모리 용량이 필요합니다. 제한 용량은 %s 입니다."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: 필터 체인: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "자세한 사용법은 `%s --help'를 입력하십시오."
+msgid "Try '%s --help' for more information."
+msgstr "자세한 사용법은 '%s --help'를 입력하십시오."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -625,18 +658,18 @@ msgid ""
"\n"
msgstr ""
"사용법: %s [<옵션>]... [<파일>]...\n"
-".xz 형식으로 <파일> 다수를 압축(해제)합니다.\n"
+".xz 형식(으로) <파일> 다수를 압축(해제)합니다.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "긴 옵션 버전의 필수 인자는 짧은 옵션 버전에도 해당합니다.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " 동작 방식:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -648,7 +681,7 @@ msgstr ""
" -t, --test 압축 파일 무결성 검사\n"
" -l, --list .xz 파일 정보 출력"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -656,17 +689,17 @@ msgstr ""
"\n"
" 동작 지정:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
" -c, --stdout write to standard output and don't delete input files"
msgstr ""
-" -k, --keep 입력 파일을 유지합니다(삭제 안함)\n"
+" -k, --keep 입력 파일을 유지합니다 (삭제 안함)\n"
" -f, --force 출력 파일을 강제로 덮어쓰고 링크도 압축(해제)합니다\n"
" -c, --stdout 표준 출력으로 기록하고 입력 파일을 삭제하지 않습니다"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -674,26 +707,25 @@ msgstr ""
" --single-stream 첫번째 스트림만 압축해제하며, 나머지 입력 데이터는\n"
" 조용히 무시합니다"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
-" --no-sparse 압축 해제에 활용할 분할 파일을 만들지 않음\n"
+" --no-sparse 압축 해제에 활용할 분할 파일을 만들지 않습니다\n"
" -S, --suffix=.<확장자>\n"
-" 압축 파일 확장자에 `.<확장자>'를 사용합니다\n"
-" --files[=<파일>]\n"
-" <파일> 에서 처리할 파일 이름을 읽습니다. <파일>을\n"
-" 생략하면 표준 입력에서 파일 이름을 읽습니다.\n"
-" 파일 이름은 개행 문자로 끝나야합니다\n"
+" 압축 파일 확장자에 '.<확장자>'를 사용합니다\n"
+" --files[=<파일>] <파일> 에서 처리할 파일 이름을 읽습니다.\n"
+" <파일>을 생략하면 표준 입력에서 파일 이름을\n"
+" 읽습니다. 파일 이름은 개행 문자로 끝나야 합니다\n"
" --files0[=<파일>]\n"
" --files 옵션과 비슷하지만 NULL 문자로 끝납니다"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -701,49 +733,48 @@ msgstr ""
"\n"
" 기본 파일 형식 및 압축 옵션:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=<형식> 인코딩 디코딩할 파일 형식입니다. 가능한 값:\n"
-" `auto' (기본), `xz', `lzma', `lzip', `raw'\n"
-" -C, --check=<검사> 무결성 검사 형식: `none'(위험),\n"
-" `crc32', `crc64'(기본), `sha256'"
+" 'auto' (기본), 'xz', 'lzma', 'lzip', 'raw'\n"
+" -C, --check=<검사> 무결성 검사 형식: 'none' (위험),\n"
+" 'crc32', 'crc64' (기본), 'sha256'"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check 압축 해제시 무결성 검사를 수행하지 않습니다"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
msgstr ""
-" -0 ... -9 압축 프리셋. 기본값은 6 입니다. 7-9를 사용하려면 입축\n"
+" -0 ... -9 압축 사전 설정. 기본값은 6 입니다. 7-9를 사용하려면 압축\n"
" 메모리 사용량*과* 압축 해제 메모리 사용량을 지정하십시오!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
msgstr ""
-" -e, --extreme CPU 점유시간을 더 확보하여 압축률을 개선합니다.\n"
+" -e, --extreme CPU 점유 시간을 더 확보하여 압축률을 개선합니다.\n"
" 압축 해제시 메모리 요구 용량에는 영향을 주지 않습니다"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=<개수>\n"
-" 최대 스레드 <개수>를 사용합니다. 기본값은 1 입니다\n"
-" 실제 프로세서 코어만큼의 스레드를 사용하려면 0 값으로\n"
-" 지정합니다"
+" 최대 스레드 <개수>를 사용합니다. 기본값은 실제 프로세서\n"
+" 코어 수 만큼의 스레드를 사용하도록 지정하는 0 값입니다"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -753,17 +784,21 @@ msgstr ""
" 모든 <크기>의 입력 다음 새 .xz 블록을 시작합니다.\n"
" 스레드 압축에 블록 크기를 지정할 때 사용합니다"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=<크기>\n"
-" 콤마로 구분한 연속 지정값 만큼 압축해제한 데이터 용량을\n"
-" 넘긴 후 새 .xz 블록을 시작합니다"
+" 콤마로 구분한 연속 지정값 만큼 압축 해제한 데이터\n"
+" 용량 다음, 새 .xz 블록을 시작합니다. 압축 해제 데이터\n"
+" 크기 앞에 콜론(':') 표기 후 필터 체인 번호(0-9)를 추가로\n"
+" 지정할 수 있습니다"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -771,11 +806,11 @@ msgid ""
" would block, all pending data is flushed out"
msgstr ""
" --flush-timeout=<제한시간>\n"
-" 앞서 플러싱한 후 더 많은 블록 입력을 읽어들일 때 밀리초\n"
-" 단위 <제한시간>을 넘기면 모든 대기 데이터를\n"
+" 이전 데이터를 플러싱한 후 더 많은 블록 입력을 읽어들일 때\n"
+" 밀리초단위 <제한시간>을 넘기면 모든 대기 데이터를\n"
" 플러싱아웃합니다"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -791,10 +826,10 @@ msgstr ""
" --memlimit-mt-decompress=<제한용량>\n"
" -M, --memlimit=<제한용량>\n"
" 압축, 압축해제, 또는 각각의 경우에 대한 메모리 사용량\n"
-" 제한값을 설정합니다. <제한용량> 값 단위는 바이트 또는 램\n"
-" 용량 백분율이며, 기본 값은 0 입니다"
+" 제한값을 설정합니다. <제한용량> 값 단위는 바이트 또는\n"
+" 램 용량 백분율이며, 기본값은 0 입니다"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -802,15 +837,43 @@ msgstr ""
" --no-adjust 압축 설정이 메모리 사용량 제한을 넘어서면\n"
" 설정 값을 줄이는 대신 오류 정보를 나타냅니다"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
msgstr ""
"\n"
-" 압축용 개별 필터 체인 설정(사전 설정 사용을 대신함):"
+" 압축용 개별 필터 체인 설정 (사전 설정 사용을 대신함):"
+
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=<필터> liblzma 필터 문자열 문법으로 필터 체인을 설정합니다.\n"
+" 자세한 정보는 --filters-help 옵션을 사용하십시오"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=<필터> ... --filters9=<필터>\n"
+" --block-list 옵션을 함께 활용할 수 있는 liblzma 필터\n"
+" 문자열 문법으로 추가 필터 체인을 설정합니다"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help liblzma 필터 문자열 문법 추가 정보를 나타낸 후\n"
+" 빠져나갑니다."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -837,10 +900,10 @@ msgstr ""
" mode=<모드> 압축 모드 fast 또는 normal, normal)\n"
" nice=<숫자> nice 일치 길이 값(2-273, 64)\n"
" mf=<이름> 일치 탐색기(hc3, hc4, bt2, bt3, bt4\n"
-" 중 하나. bt4)\n"
+" 중 하나. 기본값은 bt4)\n"
" depth=<숫자> 최대 검색 깊이. 0=자동(기본값)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -850,21 +913,23 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
"\n"
-" --x86[=<옵션>] x86 BCJ 필터(32-bit, 64-bit)\n"
+" --x86[=<옵션>] x86 BCJ 필터(32-비트, 64-비트)\n"
" --arm[=<옵션>] ARM BCJ 필터\n"
" --armthumb[=<옵션>] ARM-Thumb BCJ 필터\n"
" --arm64[=<옵션>] ARM64 BCJ 필터\n"
" --powerpc[=<옵션>] PowerPC BCJ 필터 (빅 엔디언 전용)\n"
" --ia64[=<옵션>] IA-64 (아이태니엄) BCJ 필터\n"
" --sparc[=<옵션>] SPARC BCJ 필터\n"
+" --riscv[=<옵션>] RISC-V BCJ 필터\n"
" 모든 BCJ 필터의 유효한 <옵션>:\n"
" start=<숫자> 변환 시작 오프셋(기본값=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -873,10 +938,10 @@ msgid ""
msgstr ""
"\n"
" --delta[=<옵션>] 델타 필터. 유효한 <옵션> (유효값, 기본값):\n"
-" dist=<숫자> 각 바이트 값의 차이 값\n"
-" (1-256, 1)"
+" dist=<숫자> 각 바이트 값의 차이 값\n"
+" (1-256, 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -884,7 +949,7 @@ msgstr ""
"\n"
"기타 옵션:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -892,15 +957,15 @@ msgstr ""
" -q, --quiet 경고 메시지 끔. 오류 메시지도 끄려면 두번 지정합니다\n"
" -v, --verbose 자세히 표시. 더 자세히 표시하려면 두번 지정합니다"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn 경고가 종료 상태에 영향을 주지 않게합니다"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
-msgstr " --robot 기계 해석용 메시지를 사용합니다(스크립트에 적합)"
+msgstr " --robot 기계 해석용 메시지를 사용합니다 (스크립트에 적합)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -908,27 +973,28 @@ msgstr ""
" --info-memory 총 사용 메모리양과 현재 활성 메모리 사용 제한 값을\n"
" 표시하고 빠져나갑니다"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
msgstr ""
-" -h, --help 간단한 도움말을 표시합니다(기본 옵션만 나열)\n"
+" -h, --help 간단한 도움말을 표시합니다 (기본 옵션만 나열)\n"
" -H, --long-help 긴 도움말을 표시하고 빠져나갑니다"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
msgstr ""
" -h, --help 간단한 도움말을 표시하고 빠져나갑니다\n"
-" -H, --long-help 긴 도움말을 표시합니다(고급 옵션도 나열)"
+" -H, --long-help 긴 도움말을 표시합니다 (고급 옵션도 나열)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version 버전 번호를 표시하고 빠져나갑니다"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -940,131 +1006,125 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "<%s> (영문 또는 핀란드어)에 버그를 보고하십시오.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s 홈페이지: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "!! 주의 !! 개발 버전이며 실제 사용 용도가 아닙니다."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"--filters=<필터> 또는 --filters1=<필터> ... --filters9=<필터> 옵션으로\n"
+"필터 체인을 지정합니다. 체인의 각 필터는 공백 문자 또는 '--'으로 구분할 수 있습니다.\n"
+"필터 체인 대신 <0-9>[e] 사전 설정 값을 지정할 수 있습니다.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "지원하는 필터와 옵션은 다음과 같습니다:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
-msgstr "%s: 옵션은 쉼표로 구분한 `이름=값' 쌍이어야합니다"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
+msgstr "%s: 옵션은 쉼표로 구분한 '이름=값' 쌍이어야합니다"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: 잘못된 옵션 이름"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: 잘못된 옵션 값"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
-msgstr "지원하지 않는 LZMA1/LZMA2 프리셋: %s"
+msgstr "지원하지 않는 LZMA1/LZMA2 사전 설정: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "lc값과 lp값의 합이 4를 초과하면 안됩니다"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: 파일 이름에 알 수 없는 확장자 붙음, 건너뜀"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s: 파일에 이미 `%s' 확장자가 붙음, 건너뜀"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s: 파일에 이미 '%s' 확장자가 붙음, 건너뜀"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: 잘못된 파일 이름 확장자"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: 값은 10진 양수입니다"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
-msgstr "%s: 잘못된 승수 후위 단위"
+msgstr "%s: 잘못된 승수 단위"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
-msgstr "유효한 후위 단위는 `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30) 입니다."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
+msgstr "사용할 수 있는 단위는 'KiB' (2^10), 'MiB' (2^20), 'GiB' (2^30) 입니다."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
-msgstr "`%s' 옵션 값은 범위[%<PRIu64>, %<PRIu64>] 안에 있어야 합니다"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "'%s' 옵션 값은 [%<PRIu64>, %<PRIu64>] 범위 안에 있어야 합니다"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "압축 데이터를 터미널에서 읽을 수 없습니다"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "압축 데이터를 터미널에 기록할 수 없습니다"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"사용법: %s [--help] [--version] [<파일>]...\n"
+".lzma 파일 헤더에 저장한 정보를 보여줍니다"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr ".lzma 파일이기에는 너무 작습니다"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ".lzma 파일이 아닙니다"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "표준 출력 기록 실패"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "알 수 없는 오류"
-#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
-#~ msgstr "선택한 일치 탐색기는 최소한 nice=%<PRIu32> 상태여야합니다"
-
-#~ msgid "Sandbox is disabled due to incompatible command line arguments"
-#~ msgstr "비호환 명령행 인자값이 있어 샌드박스를 비활성했습니다"
-
-#~ msgid "Sandbox was successfully enabled"
-#~ msgstr "샌드 박스 활성화에 성공했습니다"
-
-#~ msgid "Memory usage limit for compression: "
-#~ msgstr "압축 메모리 사용 제한량: "
-
-#~ msgid " Streams: %s\n"
-#~ msgstr " 스트림: %s\n"
-
-#~ msgid " Blocks: %s\n"
-#~ msgstr " 블록: %s\n"
-
-#~ msgid " Ratio: %s\n"
-#~ msgstr " 압축률: %s\n"
-
-#~ msgid " Check: %s\n"
-#~ msgstr " 검사: %s\n"
-
-#~ msgid ""
-#~ " Streams:\n"
-#~ " Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding"
-#~ msgstr ""
-#~ " 스트림:\n"
-#~ " 스트림 블록 압축오프셋 압축해제 오프셋 압축용량 압축해제용량 압축율 검사 패딩"
-
-#~ msgid ""
-#~ " Blocks:\n"
-#~ " Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check"
-#~ msgstr ""
-#~ " 블록:\n"
-#~ " 스트림 블록 압축오프셋 압축해제오프셋 총용량 압축해제용량 압축율 검사"
-
-#~ msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
-#~ msgstr " CheckVal %*s Header 플래그 압축용량 메모리사용량 필터"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "샌드박스 활성화 실패"
diff --git a/po/pl.gmo b/po/pl.gmo
index a40ccd7..535dd5d 100644
--- a/po/pl.gmo
+++ b/po/pl.gmo
Binary files differ
diff --git a/po/pl.po b/po/pl.po
index 1ce4e0c..caa9f63 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,13 +1,15 @@
+# SPDX-License-Identifier: 0BSD
+#
# Polish translation for xz.
-# This file is put in the public domain.
-# Jakub Bogusz <qboosh@pld-linux.org>, 2011-2023.
+# This file is published under the BSD Zero Clause License.
+# Jakub Bogusz <qboosh@pld-linux.org>, 2011-2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 21:30+0200\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-15 21:15+0100\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
"Language: pl\n"
@@ -17,142 +19,170 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Błędny argument dla --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Zbyt dużo argumentów dla --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "W --block-list brakuje rozmiaru bloku po numerze łańcucha filtrów „%c:”"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 w --block-list może być użyte wyłącznie jako ostatni element"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Nieznany typ formatu pliku"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Nieobsługiwany typ kontroli spójności"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
-msgstr "Wraz z opcją `--files' lub `--files0' można podać tylko jeden plik."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
+msgstr "Wraz z opcją „--files” lub „--files0” można podać tylko jeden plik."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Zmienna środowiskowa %s zawiera zbyt dużo argumentów"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Obsługa kompresji została wyłączona na etapie budowania"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Obsługa dekompresji została wyłączona na etapie budowania"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Kompresja plików lzip (.lz) nie jest osbługiwana"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list jest ignorowane poza kompresją do formatu .xz"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "Przy --format=raw i zapisie do pliku wymagana jest opcja --suffix=.ROZ"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Maksymalna liczba filtrów to cztery"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Błąd w opcji --filters%s=FILTRY:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Limit użycia pamięci jest zbyt mały dla podanej konfiguracji filtra."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "łańcuch filtrów %u użyty w --block-list, ale nie podany przez --filters%u="
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Użycie ustawień predefiniowanych w trybie surowym jest odradzane."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Dokładne opcje ustawień predefiniowanych mogą różnić się między wersjami oprogramowania."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Format .lzma obsługuje tylko filtr LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 nie może być używany z formatem .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Łańcuch filtrów jest niezgodny z --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Łańcuch filtrów %u jest niezgodny z --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Przełączanie w tryb jednowątkowy z powodu --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Nieobsługiwane opcje w łańcuchu filtrów %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Maksymalna liczba używanych wątków: %<PRIu32>."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Nieobsługiwany łańcuch filtrów lub opcje filtra"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Dekompresja będzie wymagała %s MiB pamięci."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Zmniejszono liczbę wątków z %s do %s, aby nie przekroczyć limitu użycia pamięci %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Zmniejszono liczbę wątków z %s do jednego. Automatyczny limit użycia pamięci %s MiB jest nadal przekroczony - wymagane jest %s MiB. Kontynuacja mimo to."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Przełączenie w tryb jednowątkowy, aby nie przekroczyć limitu użycia pamięci %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Skorygowano rozmiar słownika LZMA%c z %s MiB do %s MiB aby nie przekroczyć limitu użycia pamięci %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Skorygowano rozmiar słownika LZMA%c dla --filters%u z %s MiB do %s MiB, aby nie przekroczyć limitu użycia pamięci %s MiB"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Błąd podczas zmiany w łańcuchu filtrów %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Błąd tworzenia potoku: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Nie udało się włączyć piaskownicy"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() nie powiodło się: %s"
@@ -167,252 +197,252 @@ msgstr "%s: poll() nie powiodło się: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Plik wygląda na przeniesiony, nie zostanie usunięty"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Nie można usunąć: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Nie można ustawić właściciela pliku: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Nie można ustawić grupy pliku: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Nie można ustawić uprawnień pliku: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Błąd podczas pobierania flag stanu pliku ze standardowego wejścia: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Jest dowiązaniem symbolicznym, pominięto"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Jest katalogiem, pominięto"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Nie jest zwykłym plikiem, pominięto"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Plik ma ustawiony bit setuid lub setgid, pominięto"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Plik ma ustawiony bit sticky, pominięto"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Plik wejściowy ma więcej niż jedno dowiązanie zwykłe, pominięto"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Pusta nazwa pliku, pominięto"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Błąd podczas odtwarzania flag stanu dla standardowego wejścia: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Błąd podczas pobierania flag stanu pliku ze standardowego wyjścia: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Błąd podczas odtwarzania flagi O_APPEND dla standardowego wyjścia: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Zamknięcie pliku nie powiodło się: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Zmiana pozycji nie powiodła się podczas próby utworzenia pliku rzadkiego: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Błąd odczytu: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Błąd podczas zmiany pozycji w pliku: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Nieoczekiwany koniec pliku"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Błąd zapisu: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Wyłączony"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Rozmiar pamięci fizycznej (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Liczba wątków procesora:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Kompresja:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Dekompresja:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Dekompresja wielowątkowa:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Domyślnie dla -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Informacje o sprzęcie:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Limity użycia pamięci"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Strumienie:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Bloki:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Rozmiar spakowany:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Rozmiar rozpakowany:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Współczynnik:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Kontrola spójności:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Wyrównanie strumienia:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Wymagana pamięć:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Rozmiar w nagłówkach:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Liczba plików:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Strumień"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Blok"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Bloki"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "Offset spak."
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "Offset rozp."
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "Rozm.spak."
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "Rozm.rozp."
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "Rozm.całk."
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Wsp."
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Kontrola"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "S.kontr."
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Wyrównanie"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Nagłówek"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Flagi"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "Uż.pamięci"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filtry"
@@ -420,7 +450,7 @@ msgstr "Filtry"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Brak"
@@ -428,60 +458,60 @@ msgstr "Brak"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Nieznany-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Nieznany-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Nieznany-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Nieznany-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Nieznany-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Nieznany-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Nieznany-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Nieznany11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Nieznany12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Nieznany13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Nieznany14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Nieznany15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Plik jest pusty"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Za mały na poprawny plik .xz"
@@ -490,26 +520,26 @@ msgstr "%s: Za mały na poprawny plik .xz"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Strum. Bloki Spakowany Rozpakowany Wsp. Kontrola Nazwa pliku"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Tak"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Nie"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Minimalna wersja XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
@@ -517,38 +547,42 @@ msgstr[0] "%s plik\n"
msgstr[1] "%s pliki\n"
msgstr[2] "%s plików\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Sumarycznie:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list działa tylko z plikami .xz (--format=xz lub --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Proszę spróbować „lzmainfo” z plikami .lzma."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list nie obsługuje odczytu ze standardowego wejścia"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Błąd odczytu nazw plików: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Nieoczekiwany koniec wejścia podczas odczytu nazw plików"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: Napotkano znak NUL podczas odczytu nazw plików; może miało być `--files0' zamiast `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: Napotkano znak NUL podczas odczytu nazw plików; może miało być „--files0” zamiast „--files”?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Kompresja i dekompresja z opcją --robot nie jest jeszcze obsługiwana."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Nie można odczytać danych ze standardowego wejścia przy czytaniu nazw plików ze standardowego wejścia"
@@ -556,68 +590,68 @@ msgstr "Nie można odczytać danych ze standardowego wejścia przy czytaniu nazw
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Błąd wewnętrzny"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Nie można ustawić obsługi sygnałów"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Brak kontroli spójności; poprawność plików nie będzie weryfikowana"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Nieobsługiwany typ kontroli spójności; poprawność plików nie będzie weryfikowana"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Osiągnięto limit użycia pamięci"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Nie rozpoznany format pliku"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Nieobsługiwane opcje"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Dane skompresowane są uszkodzone"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Nieoczekiwany koniec wejścia"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "Wymagane jest %s MiB pamięci. Limit jest wyłączony."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Wymagane jest %s MiB pamięci. Limit to %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Łańcuch filtrów: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "Polecenie `%s --help' pokaże więcej informacji."
+msgid "Try '%s --help' for more information."
+msgstr "Polecenie „%s --help” pokaże więcej informacji."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -628,17 +662,17 @@ msgstr ""
"Kompresja lub dekompresja PLIKÓW w formacie .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Argumenty obowiązkowe dla opcji długich są obowiązkowe również dla opcji\n"
"krótkich.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Tryb pracy:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -650,7 +684,7 @@ msgstr ""
" -t, --test sprawdzenie spójności plików skompresowanych\n"
" -l, --list wypisanie informacji o plikach .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -658,7 +692,7 @@ msgstr ""
"\n"
" Modyfikatory operacji:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -668,7 +702,7 @@ msgstr ""
" -f, --force nadpisywanie plików wyjściowych i (de)kompresja dowiązań\n"
" -c, --stdout zapis na standardowe wyjście, nieusuwanie plików wej."
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -676,23 +710,23 @@ msgstr ""
" --single-stream dekompresja tylko pierwszego strumienia, ciche\n"
" zignorowanie pozostałych danych wejściowych"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
" --no-sparse nietworzenie plików rzadkich podczas dekompresji\n"
-" -S, --suffix=.ROZ użycie rozszerzenia `.ROZ' dla plików skompresowanych\n"
+" -S, --suffix=.ROZ użycie rozszerzenia „.ROZ” dla plików skompresowanych\n"
" --files[=PLIK] odczyt nazw plików do przetworzenia z PLIKU; jeśli PLIK\n"
" nie został podany, nazwy są czytane ze standardowego\n"
" wejścia; muszą być zakończone znakiem nowej linii\n"
" --files0[=PLIK] podobnie do --files, ale znakiem kończącym musi być NUL"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -700,23 +734,23 @@ msgstr ""
"\n"
" Podstawowe opcje formatu pliku i kompresji:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FORM format pliki do kodowania lub dekodowania; możliwe to\n"
-" `auto' (domyślny), `xz', 'lzma', `lzip' i `raw'\n"
-" -C, --check=TEST typ kontroli spójności: `none' (ostrożnie!),\n"
-" `crc32', `crc64' (domyślny) lub `sha256'"
+" „auto” (domyślny), „xz”, „lzma”, „lzip” i „raw”\n"
+" -C, --check=TEST typ kontroli spójności: „none” (ostrożnie!),\n"
+" „crc32”, „crc64” (domyślny) lub „sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check bez kontroli sprawdzania integralności przy dekompresji"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -725,7 +759,7 @@ msgstr ""
" użyciem wartości 7-9 należy wziąć pod uwagę wykorzystanie\n"
" pamięci przy kompresji *oraz* dekompresji!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -734,15 +768,15 @@ msgstr ""
" ilości czasu procesora; nie wpływa na wymagania\n"
" pamięciowe dekompresora"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-" -T, --threads=ILE użycie maksymalnie ILU wątków; domyślnie 1; 0 oznacza\n"
+" -T, --threads=ILE użycie maksymalnie ILU wątków; domyślnie 0, co oznacza\n"
" tyle, ile jest rdzeni procesorów"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -753,17 +787,21 @@ msgstr ""
" opcja służy do ustawienia rozmiaru bloku dla kompresji\n"
" wielowątkowej"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=ROZMIARY\n"
" rozpoczęcie nowego bloku .xz po rozdzielonych przecinkiem\n"
-" przedziałach danych nieskompresowanych"
+" przedziałach danych nieskompresowanych; opcjonalnie można\n"
+" podać numer łańcucha filtrów (0-9) ze znakiem „:” przed\n"
+" rozmiarem danych nieskompresowanych"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -775,7 +813,7 @@ msgstr ""
" ostatniegu zapisu bloku, a odczyt kolejnych danych byłby\n"
" blokujący, wszystkie gotowe dane są zapisywane"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -794,7 +832,7 @@ msgstr ""
" dekompresji, dekompresji wielowątkowej lub wszystkich;\n"
" LIMIT jest w bajtach, % RAM lub 0 dla limitów domyślnych"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -803,7 +841,7 @@ msgstr ""
" pamięci, zostanie zgłoszony błąd zamiast zmniejszania\n"
" ustawień"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -811,7 +849,36 @@ msgstr ""
"\n"
" Łańcuch własnych filtrów do kompresji (alternatywa do używania -0 .. -9):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTRY ustawienie łańcucha filtrów przy użyciu składni łańcucha\n"
+" filtrów liblzma; więcej informacji z opcją --filters-help"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=FILTRY ... --filters9=FILTRY\n"
+" ustawienie dodatkowego łańcucha filtrów przy użyciu\n"
+" składni łańcucha filtrów liblzma do użyciaw opcji\n"
+" --block-list"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help więcej informacji o składni lańcuchów filtrów libzma\n"
+" i zakończenie."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -840,7 +907,7 @@ msgstr ""
" mf=NAZWA dopasowywacz (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=ILE maks. głębokość szukania; 0=auto (domyślne)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -850,6 +917,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -861,10 +929,11 @@ msgstr ""
" --powerpc[=OPCJE] Filtr BCJ PowerPC (tylko big-endian)\n"
" --ia64[=OPCJE] Filtr BCJ IA-64 (Itanium)\n"
" --sparc[=OPCJE] Filtr BCJ SPARC\n"
+" --riscv[=OPTS] Filtr BCJ RISC-V\n"
" Poprawne OPCJE dla wszystkich filtrów BCJ:\n"
" start=ILE offset początku konwersji (domyślnie=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -876,7 +945,7 @@ msgstr ""
" dist=ILE odległość między bajtami odejmowanymi od\n"
" siebie (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -884,7 +953,7 @@ msgstr ""
"\n"
" Inne opcje:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -892,15 +961,15 @@ msgstr ""
" -q, --quiet pominięcie ostrzeżeń; dwukrotne podanie pomija też błędy\n"
" -v, --verbose więcej informacji; dwukrotne podanie to jeszcze więcej"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn ostrzeżenia nie mają wpływu na status zakończenia"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot komunikaty w formacie dla maszyny (do skryptów)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -908,7 +977,7 @@ msgstr ""
" --info-memory wyświetlenie całkowitej ilości pamięci RAM oraz aktualnie\n"
" aktywnych limitów pamięci i zakończenie pracy"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -916,7 +985,7 @@ msgstr ""
" -h, --help wyświetlenie krótkiego opisu (tylko podstawowe opcje)\n"
" -H, --long-help wyświetlenie tego długiego opisu i zakończenie"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -924,11 +993,12 @@ msgstr ""
" -h, --help wyświetlenie tego krótkiego opisu i zakończenie\n"
" -H, --long-help wyświetlenie długiego opisu (także opcje zaawansowane)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version wyświetlenie informacji o wersji i zakończenie"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -940,7 +1010,7 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
@@ -949,85 +1019,121 @@ msgstr ""
"Błędy w tłumaczeniu prosimy zgłaszać na adres\n"
"<translation-team-pl@lists.sourceforge.net>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Strona domowa %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "TA WERSJA JEST ROZWOJOWA, NIE PRZEZNACZONA DO UŻYTKU PRODUKCYJNEGO."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Łańcuchy filtrów ustawia się przy użyciu --filters=FILTRY lub\n"
+"--filters1=FILTRY ... --filters9=FILTRY. Każdy filtr w łańcuchu może być\n"
+"rozdzielony spacjami lub „--”. Alternatywnie zamiast łańcucha filtrów można\n"
+"podać predefiniowane <0-9>[e].\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Obsługiwane filtry i ich opcje to:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
-msgstr "%s: Opcje muszą być parami `nazwa=wartość' rozdzielonymi przecinkami"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
+msgstr "%s: Opcje muszą być parami „nazwa=wartość” rozdzielonymi przecinkami"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Błędna nazwa opcji"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Błędna wartość opcji"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Nieobsługiwane ustawienie predefiniowane LZMA1/LZMA2: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Suma lc i lp nie może przekroczyć 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Nazwa pliku ma nieznane rozszerzenie, pominięto"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s: Plik już ma rozszerzenie `%s', pominięto"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s: Plik już ma rozszerzenie „%s”, pominięto"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Błędne rozszerzenie nazwy pliku"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Wartość nie jest nieujemną liczbą całkowitą"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Błędny przyrostek mnożnika"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
-msgstr "Poprawne przyrostki to `KiB' (2^10), `MiB' (2^20) i `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
+msgstr "Poprawne przyrostki to „KiB” (2^10), „MiB” (2^20) i „GiB” (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
-msgstr "Wartość opcji `%s' musi być w przedziale [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "Wartość opcji „%s” musi być w przedziale [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Dane skompresowane nie mogą być czytane z terminala"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Dane skompresowane nie mogą być zapisywane na terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Składnia: %s [--help] [--version] [PLIK]...\n"
+"Wyświetlanie informacji zapisanych w nagłówku pliku .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Plik jest za mały, aby był plikiem .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "To nie jest plik .lzma"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Zapis na standardowe wyjście nie powiódł się"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Nieznany błąd"
+
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Nie udało się włączyć piaskownicy"
diff --git a/po/pt.gmo b/po/pt.gmo
index cde956d..7499ab7 100644
--- a/po/pt.gmo
+++ b/po/pt.gmo
Binary files differ
diff --git a/po/pt.po b/po/pt.po
index fe8892d..5a36570 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.2.4\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2019-09-27 08:08+0100\n"
"Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
@@ -19,147 +19,181 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Gtranslator 2.91.7\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: argumento inválido para --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: demasiados argumentos para --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 só pode ser usado como o último elemento em --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: tipo de formato de ficheiro desconhecido"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: tipo de verificação de integridade não suportado"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Só pode especificar um ficheiro com \"--files\" ou \"--files0\"."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "A variável de ambiente %s contém demasiados argumentos"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "O suporte a compressão foi desactivado ao compilar"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "O suporte a descompressão foi desactivado ao compilar"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: com --format=raw, --suffix=.SUF é requerido, a menos que seja escrito em stdout"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "O número máximo de filtros é quatro"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "O limite de uso de memória é baixo demais para a configuração de filtro dada."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "O uso de uma predefinição em modo bruto é desencorajado."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "As opções exactas de predefinições podem variar entre versões do programa."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "O formato .lzma tem só suporta o filtro LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "Impossível utilizar LZMA1 com o formato .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "A cadeia de filtros é incompatível com --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "A mudar para o modo de linha única devido a --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Opções não suportadas"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "A usar até %<PRIu32> linhas."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Opções de filtro ou cadeia de filtros não suportadas"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "A descompressão precisará de %s MiB de memória."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Ajustado o número de linhas de %s de %s para não exceder o limite de uso de memória de %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Ajustado o número de linhas de %s de %s para não exceder o limite de uso de memória de %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Ajustado o tamanho de dicionário de LZMA%c de %s MiB para %s MiB para não exceder o limite de uso de memória de %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Ajustado o tamanho de dicionário de LZMA%c de %s MiB para %s MiB para não exceder o limite de uso de memória de %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Erro ao criar um túnel: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Erro ao criar um túnel: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Falha ao activar a Sandbox"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() falhou: %s"
@@ -174,275 +208,275 @@ msgstr "%s: poll() falhou: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: o ficheiro parece ter sido movido, não será eliminado"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: impossível remover: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: impossível definir o proprietário do ficheiro: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: impossível definir o grupo do ficheiro: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: impossível definir as permissões do ficheiro: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Erro ao obter as bandeiras de estado da entrada padrão: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: é uma ligação simbólica, a ignorar"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: é uma pasta, a ignorar"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: não é um ficheiro normal, a ignorar"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: o ficheiro tem o bit setuid ou setgid definido, a ignorar"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: o ficheiro tem o bit sticky definido, a ignorar"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: o ficheiro de entrada tem mais de uma ligação absoluta, a ignorar"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Nome de ficheiro vazio, a ignorar"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Erro ao restaurar as bandeiras de estado para a entrada padrão: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Erro ao obter as bandeiras de estado do ficheiro da saída padrão: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Erro ao restaurar a bandeira O_APPEND para a saída padrão: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: falha ao fechar o ficheiro: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: falha na procura ao tentar criar um ficheiro escasso: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: erro de leitura: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: erro ao procurar o ficheiro: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: fim de ficheiro inesperado"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: erro de escrita: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Desactivado"
# Espaços adicionados para manter alinhamento com mensagens adjacentes -- Rafael
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Total amount of physical memory (RAM): "
msgid "Amount of physical memory (RAM):"
msgstr "Quantidade total de memória física (RAM): "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
# Espaços reduzidos para manter alinhamento com mensagens adjacentes -- Rafael
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit for decompression: "
msgid "Multi-threaded decompression:"
msgstr "Limite de uso de memória para descompressão: "
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit reached"
msgid "Memory usage limits:"
msgstr "Limite de uso de memória alcançado"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
#, fuzzy
#| msgid " Compressed size: %s\n"
msgid "Compressed size:"
msgstr " Tam. comprimido: %s\n"
-#: src/xz/list.c:71
+#: src/xz/list.c
#, fuzzy
#| msgid " Uncompressed size: %s\n"
msgid "Uncompressed size:"
msgstr " Tam. descomprimido: %s\n"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
#, fuzzy
#| msgid " Stream padding: %s\n"
msgid "Stream Padding:"
msgstr " Espaço do fluxo: %s\n"
-#: src/xz/list.c:75
+#: src/xz/list.c
#, fuzzy
#| msgid " Memory needed: %s MiB\n"
msgid "Memory needed:"
msgstr " Memória requerida: %s MiB\n"
# Espaço adicionado para promover alinhamento, vide "xz -lvv foo.xz"
-#: src/xz/list.c:76
+#: src/xz/list.c
#, fuzzy
#| msgid " Sizes in headers: %s\n"
msgid "Sizes in headers:"
msgstr " Tam. em cabeçalhos: %s\n"
-#: src/xz/list.c:79
+#: src/xz/list.c
#, fuzzy
#| msgid " Number of files: %s\n"
msgid "Number of files:"
msgstr " Nº. de ficheiros: %s\n"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
#, fuzzy
#| msgid "Totals:"
msgid "TotalSize"
msgstr "Totais:"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -450,7 +484,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Nenhum"
@@ -458,71 +492,71 @@ msgstr "Nenhum"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "SemNome-2"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "SemNome-3"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "SemNome-5"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "SemNome-6"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "SemNome-7"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "SemNome-8"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "SemNome-9"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "SemNome-11"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "SemNome-12"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "SemNome-13"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "SemNome-14"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "SemNome-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: o ficheiro está vazio"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: muito pequeno para um ficheiro .xz válido"
@@ -531,64 +565,69 @@ msgstr "%s: muito pequeno para um ficheiro .xz válido"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Fluxos Blocos Comprimido Descomprimido Rácio Verif. Nome de ficheiro"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Sim"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Não"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Versão mínima do XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s ficheiro\n"
msgstr[1] "%s ficheiros\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totais:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list só funciona em ficheiros .xz (--format=xz ou --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list não suporta a leitura da entrada padrão"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: erro ao ler nomes de ficheiro: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: fim de entrada inesperado ao ler nomes de ficheiros"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: encontrado carácter nulo ao ler nomes de ficheiro; talvez queira usar \"--files0\" em vez de \"--files\"?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Compressão e descompressão com --robot ainda não são suportadas."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Impossível ler dados da entrada padrão ao ler nomes de ficheiro da entrada padrão"
@@ -596,68 +635,69 @@ msgstr "Impossível ler dados da entrada padrão ao ler nomes de ficheiro da ent
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Erro interno (erro)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Impossível estabelecer gestores de sinais"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Sem teste de integridade; a integridade do ficheiro não será verificada"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Tipo de verificação de integridade não suportada; a integridade do ficheiro não será verificada"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Limite de uso de memória alcançado"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Formato de ficheiro não reconhecido"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Opções não suportadas"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Os dados comprimidos estão corrompidos"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Fim de entrada inesperado"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "São necessários %s MiB de memória. O limitador está desactivado."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "São necessários %s MiB de memória. O limite é %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: cadeia de filtros: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Tente \"%s --help\" para mais informações."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -668,17 +708,17 @@ msgstr ""
"Comprime ou descomprime FICHEIROs no formato .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Argumentos obrigatórios para opções longas são também obrigatórios para\n"
"opções curtas.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Modo de operação:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -690,7 +730,7 @@ msgstr ""
" -t, --test testa a integridade do ficheiro comprimido\n"
" -l, --list lista informações sobre ficheiros .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -698,7 +738,7 @@ msgstr ""
"\n"
" Modificadores de operações:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -710,7 +750,7 @@ msgstr ""
" -c, --stdout escreve na saída padrão e não elimina os ficheiros de\n"
" entrada"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -718,10 +758,18 @@ msgstr ""
" --single-stream descomprime só o primeiro fluxo e ignora silenciosamente\n"
" possíveis dados de entrada restantes"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -735,7 +783,7 @@ msgstr ""
" devem ser terminados com o carácter de nova linha\n"
" --files0[=FICH] igual a --files, mas usa o carácter nulo como terminador"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -743,7 +791,7 @@ msgstr ""
"\n"
" Opções básicas de formato e compressão de ficheiro:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| " -F, --format=FMT file format to encode or decode; possible values are\n"
@@ -752,9 +800,9 @@ msgstr ""
#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT formato de ficheiro a codificar ou descodificar; os\n"
" valores possíveis são \"auto\" (predefinição), \"xz\",\n"
@@ -762,11 +810,11 @@ msgstr ""
" -C, --check=TESTE tipo de teste de integridade: \"none\" (cuidado!),\n"
" \"crc32\", \"crc64\" (predefinição) ou \"sha256\""
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check não verifica a integridade ao descomprimir"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -775,7 +823,7 @@ msgstr ""
" conta o uso de memória do compressor *e* descompressor\n"
" antes de usar 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -783,16 +831,20 @@ msgstr ""
" -e, --extreme tenta melhorar o rácio de compressão usando mais tempo de\n"
" CPU; não afecta os requisitos de memória do descompressor"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NÚM usa no máximo NÚM linhas; a predefinição é 1; defina para\n"
" 0 para usar tantas linhas como núcleos de processadores\n"
" haja"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -803,17 +855,24 @@ msgstr ""
" use para definir o tamanho de bloco para compressão com\n"
" linhas"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=TAM\n"
" inicia um novo bloco .xz após os intervalos dados,\n"
" separados por vírgulas, de dados descomprimidos"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -826,7 +885,7 @@ msgstr ""
" entrada bloquearia, todos os dados pendentes serão\n"
" despejados"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, fuzzy, no-c-format
#| msgid ""
#| " --memlimit-compress=LIMIT\n"
@@ -850,7 +909,7 @@ msgstr ""
" descompressão ou ambos; LIMITE é em bytes, % de RAM ou 0\n"
" para predefinições"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -859,7 +918,7 @@ msgstr ""
" uso de memória, devolve um erro em vez de reduzir as\n"
" configurações"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -867,7 +926,27 @@ msgstr ""
"\n"
" Cadeia de filtros personalizada para compressão (alternativa às predefinições):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -899,7 +978,7 @@ msgstr ""
" depth=NUM máximo de profundidade de pesquisa;\n"
" 0=automatic (predefinição)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| "\n"
@@ -920,6 +999,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -934,7 +1014,7 @@ msgstr ""
" start=NUM desvio inicial para conversões\n"
" (predefinição=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -947,7 +1027,7 @@ msgstr ""
" dist=NÚM distância entre bytes a serem subtraídos\n"
" de cada um (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -955,7 +1035,7 @@ msgstr ""
"\n"
" Outras opções:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -963,15 +1043,15 @@ msgstr ""
" -q, --quiet suprime avisos, use duas vezes para suprimir também erros\n"
" -v, --verbose é verboso; use duas vezes para ainda mais verbosidade"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn fazer avisos não afecta o estado da saída"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot usa mensagens analisáveis por máquina (útil para scripts)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -979,7 +1059,7 @@ msgstr ""
" --info-memory mostra a quantidade total de RAM e os limites de uso\n"
" de memória actualmente activos e sai"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -987,7 +1067,7 @@ msgstr ""
" -h, --help mostra a ajuda curta (lista só as opções básicas)\n"
" -H, --long-help mostra esta mensagem de ajuda e sai"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -995,11 +1075,12 @@ msgstr ""
" -h, --help mostra esta mensagem de ajuda e sai\n"
" -H, --long-help mostra a ajuda longa (lista também as opções avançadas)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version mostra o número da versão e sai"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -1011,96 +1092,135 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Reporte erros em <%s> (em inglês ou finlandês).\n"
"Relate erros de tradução em <translation-team-pt@lists.sourceforge.net>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Página inicial %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ESTA É UMA VERSÃO DE DESENVOLVIMENTO NÃO DESTINADA A USO EM PRODUÇÃO."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Opções de filtro ou cadeia de filtros não suportadas"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: as opções devem ser pares \"nome=valor\" separados por vírgulas"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: nome de opção inválido"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: valor de opção inválido"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Predefinição LZMA1/LZMA2 não suportada: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "A soma de lc e lp não deve exceder 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: nome de ficheiro com sufixo desconhecido, a ignorar"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: o ficheiro já tem o sufixo \"%s\", a ignorar"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: sufixo de nome de ficheiro inválido"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: o valor não é um inteiro decimal não-negativo"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: sufixo multiplicador inválido"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Sufixos válidos são \"KiB\" (2^10), \"MiB\" (2^20) e \"GiB\" (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "O valor da opção \"%s\" deve estar no intervalo [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Dados comprimidos não podem ser lidos de um terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Dados comprimidos não podem ser escritos num terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: muito pequeno para um ficheiro .xz válido"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "A escrita para a saída padrão falhou"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Erro desconhecido"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Falha ao activar a Sandbox"
+
# Espaços adicionados para manter alinhamento com mensagens adjacentes -- Rafael
#~ msgid "Memory usage limit for compression: "
#~ msgstr "Limite de uso de memória para compressão: "
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index 2a77d33..c431a48 100644
--- a/po/pt_BR.gmo
+++ b/po/pt_BR.gmo
Binary files differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 766f917..78b7904 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.4.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2023-01-12 14:40-0300\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge.net>\n"
@@ -19,145 +19,179 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Generator: Gtranslator 42.0\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Argumento inválido para --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Argumentos demais para --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 só pode ser usado como o último elemento em --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Tipo de formato de arquivo desconhecido"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Tipo de verificação de integridade sem suporte"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Somente um arquivo pode ser especificado com \"--files\" ou \"--files0\"."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "A variável de ambiente %s contém argumentos demais"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Suporte a compressão foi desabilitado em tempo de compilação"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Suporte a descompressão foi desabilitado em tempo de compilação"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "A compactação de arquivos lzip (.lz) não é suportada"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: Com --format=raw, --suffix=.SUF é exigido, a menos que esteja escrevendo para stdout"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "O número máximo de filtros é quatro"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "O limite de uso de memória é baixo demais para a configuração de filtro dada."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "O uso de uma predefinição em modo bruto é desencorajado."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "As opções exatas de predefinições podem variar entre versões do software."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "O formato .lzma possui suporte apenas ao filtro LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 não pode ser usado com o formato .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "A cadeia de filtros é incompatível com --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Alternando para o modo de thread única por causa de --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Opções sem suporte"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Usando até %<PRIu32> threads."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Opções de filtro ou cadeia de filtros sem suporte"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "A descompressão precisará de %s MiB de memória."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Reduzido o número de threads de %s para %s para não exceder o limite de uso de memória de %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Reduzido o número de threads de %s para um. O limite de uso de memória automática de %s MiB ainda está sendo excedido. %s MiB de memória é necessário. Continuando de qualquer maneira."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Alternando para o modo de thread única para não exceder o limite de uso de memória de %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Ajustado o tamanho de dicionário de LZMA%c de %s MiB para %s MiB para não exceder o limite de uso de memória de %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Ajustado o tamanho de dicionário de LZMA%c de %s MiB para %s MiB para não exceder o limite de uso de memória de %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Erro ao criar um pipe: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Erro ao criar um pipe: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Falha ao habilitar o sandbox"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() falhou: %s"
@@ -172,252 +206,252 @@ msgstr "%s: poll() falhou: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: O arquivo parece ter sido movido, não será removido"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Não foi possível remover: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Não foi possível definir o dono do arquivo: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Não foi possível definir o grupo do arquivo: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Não foi possível definir as permissões do arquivo: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Erro ao obter os sinalizadores de status da entrada padrão: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: É um link simbólico, ignorando"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: É um diretório, ignorando"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Não é um arquivo comum, ignorando"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: O arquivo possui o bit setuid ou setgid definido, ignorando"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: O arquivo possui o bit sticky definido, ignorando"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: O arquivo de entrada possui mais de um link físico, ignorando"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Nome de arquivo vazio, ignorando"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Erro ao restaurar os sinalizadores de status para entrada padrão: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Erro ao obter os sinalizadores de status de arquivo da saída padrão: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Erro ao restaurar o sinalizador O_APPEND para a saída padrão: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Fechamento do arquivo falhou: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Busca falhou ao tentar criar um arquivo esparso: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Erro de leitura: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Erro ao buscar o arquivo: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Fim de arquivo inesperado"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Erro de escrita: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Desabilitado"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Quantidade total de memória física (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Número de threads de processador:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Compactação:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Descompactação:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Descompactação com várias threads:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Padrão para -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Informações de hardware:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Memory usage limits:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Fluxos:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blocos:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Tamanho compactado:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Tamanho não compactado:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Proporção:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Verificação:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Ajuste do fluxo:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Memória exigida:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Tamanhos nos cabeçalhos:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Número de arquivos:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Fluxo"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Bloco"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blocos"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "DeslocComp"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "DeslocDescomp"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "TamComp"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "TamDescomp"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "TamTotal"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Proporção"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Verificação"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "ValorVerific."
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Preench."
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Cabeçalho"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Sinalizadores"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "UsoMem"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filtros"
@@ -425,7 +459,7 @@ msgstr "Filtros"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Nenhuma"
@@ -433,71 +467,71 @@ msgstr "Nenhuma"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Incógnito2"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Incógnito3"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Incógnito5"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Incógnito6"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Incógnito7"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Incógnito8"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Incógnito9"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Incógnito11"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Incógnito12"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Incógnito13"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Incógnito14"
# Não exceder 10 caracteres e espaços não são permitidos -- Rafael
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Incógnito15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: O arquivo está vazio"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Pequeno demais para ser um arquivo .xz válido"
@@ -506,64 +540,69 @@ msgstr "%s: Pequeno demais para ser um arquivo .xz válido"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Fluxos Blocos Comprimido Descomprimid Propo Verif Nome de Arquivo"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Sim"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Não"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Versão mínima do XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s arquivo\n"
msgstr[1] "%s arquivos\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totais:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list funciona apenas em arquivos .xz (--format=xz ou --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list não possui suporte a leitura da entrada padrão"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Erro ao ler nomes de arquivo: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Fim da entrada inesperado ao ler nomes de arquivos"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Caractere nulo encontrado ao ler nomes de arquivos; talvez você queria usar \"--files0\" em vez de \"--files\"?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Ainda não há suporte a compressão e descompressão com --robot."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Não é possível ler dados da entrada padrão ao ler nomes de arquivos da entrada padrão"
@@ -571,68 +610,69 @@ msgstr "Não é possível ler dados da entrada padrão ao ler nomes de arquivos
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Erro interno (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Não foi possível estabelecer manipuladores de sinais"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Sem verificação de integridade; não será verificada a integridade do arquivo"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Tipo de verificação de integridade sem suporte; não será verificada a integridade do arquivo"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Limite de uso de memória alcançado"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Formato de arquivo não reconhecido"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Opções sem suporte"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Os dados comprimidos estão corrompidos"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Fim da entrada inesperado"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB de memória é necessário. O limitador está desabilitado."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB de memória é necessário. O limite é %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Cadeia de filtros: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Tente \"%s --help\" para mais informações."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -643,15 +683,15 @@ msgstr ""
"Comprime e descomprime ARQUIVOs no formato .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Argumentos obrigatórios para opções longas também o são para opções curtas.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Modo de operação:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -663,7 +703,7 @@ msgstr ""
" -t, --test testa a integridade do arquivo comprimido\n"
" -l, --list lista informações sobre arquivos .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -671,7 +711,7 @@ msgstr ""
"\n"
" Modificadores de opções:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -683,7 +723,7 @@ msgstr ""
" -c, --stdout escreve a entrada padrão e não exclui os arquivos\n"
" de entrada"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -691,10 +731,18 @@ msgstr ""
" --single-stream descomprime apenas o primeiro fluxo, e ignora de forma\n"
" silenciosa possíveis dados de entrada restantes"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -711,7 +759,7 @@ msgstr ""
" similar a --files, mas usa o caractere nulo como\n"
" terminador"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -719,12 +767,18 @@ msgstr ""
"\n"
" Opções básicas de formato de arquivo e compressão:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -F, --format=FMT file format to encode or decode; possible values are\n"
+#| " `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
+#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
+#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT formato de arquivo para codificar ou decodificar;\n"
" valores possíveis são\n"
@@ -732,11 +786,11 @@ msgstr ""
" -C, --check=VERIF tipo de verificação de integridade: \"none\" (cuidado!),\n"
" \"crc32\", \"crc64\" (padrão) ou \"sha256\""
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check não faz a verificação de integridade ao descomprimir"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -745,7 +799,7 @@ msgstr ""
" memória do compressor *e* descompressor em conta\n"
" antes de usar 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -754,16 +808,20 @@ msgstr ""
" tempo de CPU; não afeta os requisitos de memória do\n"
" descompressor"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NÚM usa no máximo NÚM threads; o padrão é 1; defina para\n"
" 0 para usar o máximo de threads que há de núcleos de\n"
" processador"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -774,17 +832,24 @@ msgstr ""
" use isso para definido o tamanho de bloco para\n"
" compressão com threads"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=TAM\n"
" inicia um novo bloco .xz após os intervalos dados,\n"
" separados por vírgula, de dados descomprimidos"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -797,7 +862,7 @@ msgstr ""
" de mais entrada bloquearia, todos os dados pendentes\n"
" serão liberados"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -816,7 +881,7 @@ msgstr ""
" descompressão, compactação em threads ou todas essas;\n"
" LIMITE é em bytes, % de RAM ou 0 para padrões"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -825,7 +890,7 @@ msgstr ""
" de uso de memória, fornece um erro em vez de\n"
" ajustar as configurações para baixo"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -833,7 +898,27 @@ msgstr ""
"\n"
" Cadeia de filtros personalizada para compressão (alternativa à predefinição):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -863,7 +948,19 @@ msgstr ""
" depth=NUM máximo de profundidade de pesquisa;\n"
" 0=automatic (padrão)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
+#| " --arm[=OPTS] ARM BCJ filter\n"
+#| " --armthumb[=OPTS] ARM-Thumb BCJ filter\n"
+#| " --arm64[=OPTS] ARM64 BCJ filter\n"
+#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
+#| " --sparc[=OPTS] SPARC BCJ filter\n"
+#| " Valid OPTS for all BCJ filters:\n"
+#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -873,6 +970,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -888,7 +986,7 @@ msgstr ""
" start=NUM deslocamento inicial para conversões\n"
" (padrão=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -900,7 +998,7 @@ msgstr ""
" dist=NÚM distância entre bytes sendo subtraído\n"
" de cada um (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -908,7 +1006,7 @@ msgstr ""
"\n"
" Outras opções:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -916,15 +1014,15 @@ msgstr ""
" -q, --quiet suprime avisos, use duas vezes para suprimir erros também\n"
" -v, --verbose ser detalhado; use duas vezes para ainda mais detalhes"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn faz os avisos não afetarem o status de saída"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot usa mensagens analisáveis por máquina (útil p/ scripts)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -932,7 +1030,7 @@ msgstr ""
" --info-memory exibe a quantidade total de RAM e os limites de uso\n"
" de memória atualmente ativos e sai"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -940,7 +1038,7 @@ msgstr ""
" -h, --help exibe a ajuda curto (lista apenas as opções básicas)\n"
" -H, --long-help exibe essa ajuda longa e sai"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -948,11 +1046,12 @@ msgstr ""
" -h, --help exibe essa ajuda curta e sai\n"
" -H, --long-help exibe a ajuda longa (lista também as opções avançadas)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version exibe o número de versão e sai"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -964,96 +1063,135 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Relate erros para <%s> (em inglês ou finlandês).\n"
"Relate erros de tradução para <https://translationproject.org/team/pt_BR.html>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Site do %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ESSA É UMA VERSÃO DE DESENVOLVIMENTO, NÃO DESTINADA PARA USO EM PRODUÇÃO."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Opções de filtro ou cadeia de filtros sem suporte"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: As opções devem ser pares \"nome=valor\" separados por vírgulas"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Nome de opção inválido"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Valor de opção inválido"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Predefinição LZMA1/LZMA2 sem suporte: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "A soma de lc e lp não deve exceder 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: O nome de arquivo tem um sufixo desconhecido, ignorando"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: O arquivo já tem o sufixo \"%s\", ignorando"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Sufixo de nome de arquivo inválido"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: O valor não é um inteiro integral decimal"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Sufixo multiplicador inválido"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Sufixos válidos são \"KiB\" (2^10), \"MiB\" (2^20) e \"GiB\" (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "O valor da opção \"%s\" deve estar no intervalo [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Dados comprimidos não podem ser lidos de um terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Dados comprimidos não podem ser escrito para um terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: Pequeno demais para ser um arquivo .xz válido"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "A escrita para a saída padrão falhou"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Erro desconhecido"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Falha ao habilitar o sandbox"
+
#~ msgid "Sandbox is disabled due to incompatible command line arguments"
#~ msgstr "Sandbox está desabilitado em razão de argumentos de linha de comando incompatíveis"
diff --git a/po/ro.gmo b/po/ro.gmo
index 5a6638e..1789148 100644
--- a/po/ro.gmo
+++ b/po/ro.gmo
Binary files differ
diff --git a/po/ro.po b/po/ro.po
index 1b406de..91761da 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,8 +1,10 @@
-# Romanian translation for xz.
-# Mesajele în limba română pentru pachetul xz.
-# This file is put in the public domain.
+# SPDX-License-Identifier: 0BSD
#
-# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2022 = 2023.
+# Romanian translation for XZ Utils package.
+# Mesajele în limba română pentru pachetul XZ Utils.
+# This file is published under the BSD Zero Clause License.
+#
+# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2022 - 2024.
#
# Cronologia traducerii fișierului „xz”:
# Traducerea inițială, făcută de R-GC, pentru versiunea xz 5.2.5.
@@ -12,14 +14,16 @@
# Actualizare a traducerii pentru versiunea 5.4.0-pre2, făcută de R-GC, dec-2022.
# Actualizare a traducerii pentru versiunea 5.4.3, făcută de R-GC, mai-2023.
# Actualizare a traducerii pentru versiunea 5.4.4-pre1, făcută de R-GC, iul-2023.
+# Actualizare a traducerii pentru versiunea 5.6.0-pre1, făcută de R-GC, feb-2024.
+# Actualizare a traducerii pentru versiunea 5.6.0-pre2, făcută de R-GC, feb-2024.
# Actualizare a traducerii pentru versiunea Y, făcută de X, Z(luna-anul).
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 19:34+0200\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-16 13:27+0100\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
"Language: ro\n"
@@ -30,100 +34,122 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 3.2.2\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Argument nevalid pentru opțiunea „--block-list”"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Prea multe argumente pentru opțiunea „--block-list”"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "În „--block-list”, dimensiunea blocului lipsește după numărul lanțului de filtrare „%c”:"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 poate fi folosit doar ca ultimul element din opțiunea „--block-list”"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Tip de format de fișier necunoscut"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Tip de verificare a integrității neacceptat"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Numai un fișier poate fi specificat cu „--files” sau „--files0”."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Variabila de mediu „%s” conține prea multe argumente"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Suportul de comprimare a fost dezactivat în timpul construirii"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Suportul de decomprimare a fost dezactivat în timpul construirii"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Comprimarea fișierelor lzip (.lz) nu este acceptată"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "opțiunea „--block-list” este ignorată dacă nu se comprimă în formatul .xz"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
-msgstr "Cu --format=raw, este necesar --suffix=.SUF, cu excepția cazului în care se scrie la ieșirea standard(stdout)"
+msgstr "Cu opțiunea „--format=raw”, este necesară opțiunea „--suffix=.SUF”, cu excepția cazului în care se scrie la ieșirea standard"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Numărul maxim de filtre este patru"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Eroare în opțiunea „--filters%s=FILTRE”:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Limita de utilizare a memoriei este prea mică pentru configurarea dată filtrului."
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "lanțul de filtre %u este utilizat de „--block-list”, dar nu este specificat cu „--filters%u=”"
+
# Notă:
# cu toate că sunt împotriva americanismelor, am preferat folosirea cuvîntului american, „românizat”, pentru a avea o traducere fluidă, fără construcții încărcate și inecesare...
-#: src/xz/coder.c:170
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Utilizarea unei presetări în modul brut este descurajată."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Opțiunile exacte ale presetărilor pot varia între versiunile de software."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Formatul .lzma acceptă numai filtrul LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 nu poate fi utilizat cu formatul .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Lanțul de filtre este incompatibil cu opțiunea „--flush-timeout”"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Lanțul de filtre %u este incompatibil cu opțiunea „--flush-timeout”"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Se trece la modul cu un singur fir de execuție datorită opțiunii „--flush-timeout”"
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Opțiuni neacceptate în lanțul de filtre %u"
+
# NOTĂ:
# - să intru în contact cu dezvoltatorii, pentru ai ruga să introducă a doua formă de plural
# (necesară cel puțin pentru limba română):
@@ -133,50 +159,56 @@ msgstr "Se trece la modul cu un singur fir de execuție datorită opțiunii „-
# procesoare/nuclee > 10
# ===
# cred că deja au apărut astfel de „monștrii”
-#: src/xz/coder.c:250
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Se utilizează până la %<PRIu32> fire de execuție."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Lanț de filtre sau opțiuni de filtrare neacceptate"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Decomprimarea va avea nevoie de %sMio de memorie."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Numărul de fire de execuție a fost redus de la %s la %s pentru a nu se depăși limita de utilizare a memoriei de %sMio"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "S-a redus numărul de fire de execuție de la %s la unul. Limita automată de utilizare a memoriei de %sMio este încă depășită. Sunt necesari %sMio de memorie. Se continuă în ciuda acestui lucru."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "S-a trecut la modul cu un singur-fir de execuție pentru a nu se depăși limita de utilizare a memoriei de %sMio"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "S-a ajustat dimensiunea dicționarului LZMA%c de la %sMio la %sMio pentru a nu se depăși limita de utilizare a memoriei de %sMio"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
#, c-format
-msgid "Error creating a pipe: %s"
-msgstr "Eroare la crearea unei conducte(pipe): %s"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "S-a ajustat dimensiunea dicționarului LZMA%c pentru „--filters%u” de la %sMio la %sMio pentru a nu depăși limita de utilizare a memoriei de %sMio"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Nu s-a reușit activarea cutiei de probă(sandbox)"
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Eroare la schimbarea lanțului de filtrare %u: %s"
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
+#, c-format
+msgid "Error creating a pipe: %s"
+msgstr "Eroare la crearea unei conducte: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() a eșuat: %s"
@@ -191,138 +223,138 @@ msgstr "%s: poll() a eșuat: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Fișierul pare să fi fost mutat, nu eliminat"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Nu se poate elimina: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Nu se poate configura proprietarul fișierului: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Nu se poate configura grupul proprietar al fișierului: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Nu se pot configura permisiunile fișierului: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Eroare la obținerea indicatorilor de stare a fișierului de la intrarea standard: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Este o legătură simbolică, se omite"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Este un director, se omite"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Nu este un fișier obișnuit, se omite"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Fișierul are activați biții «setuid» sau «setgid», se omite"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Fișierul are activat bitul lipicios(sticky), se omite"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Fișierul de intrare are mai mult de o legătură dură, se omite"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Numele fișierului este gol, se omite"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Eroare la restabilirea indicatorilor de stare la intrarea standard: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Eroare la obținerea indicatorilor de stare a fișierului de la ieșirea standard: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Eroare la restabilirea indicatorului O_APPEND la ieșirea standard: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Închiderea fișierului a eșuat: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Căutarea a eșuat când se încerca crearea unui fișier dispers(sparse): %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Eroare de citire: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Eroare la căutarea fișierului: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Sfârșit neașteptat al fișierului"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Eroare de scriere: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Dezactivat"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Cantitatea totală de memorie fizică (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Numărul de fire de execuție ale procesorului:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Comprimare:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Decomprimare:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
-msgstr "Decomprimare multiple-fire de execuție:"
+msgstr "Decomprimare cu multiple-fire de execuție:"
# R-GC, scrie:
# ATENȚIE:
@@ -332,119 +364,119 @@ msgstr "Decomprimare multiple-fire de execuție:"
# ****
# probabil tipul de literă folosit de mine în Poedit, să
# nu diferențieze prea mult O de 0...
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Implicit pentru -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Informații despre componentele mașinii:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Limitele de utilizare a memoriei:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Fluxuri:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Blocuri:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Dimensiune comprimată:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Dimensiune decomprimată:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Raport:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Verificare:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Completare flux:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Memorie necesară:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Dim. în antete:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Numărul de fișiere:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Flux"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Bloc"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Blocuri"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "PozițieComprim"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "PozițieDecomprim"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "DimComp"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "DimDecomp"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "DimTotală"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Raport"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Verificare"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "ValVerificare"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Completare"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Antet"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Indicatori"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "UtilizareMem"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filtre"
@@ -452,7 +484,7 @@ msgstr "Filtre"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Nici una"
@@ -460,60 +492,60 @@ msgstr "Nici una"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Necunos-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Necunos-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Necunos-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Necunos-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Necunos-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Necunos-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Necunos-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Necunos-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Necunos-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Necunos-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Necunos-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Necunos-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Fișierul este gol"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Prea mic pentru a fi un fișier .xz valid"
@@ -522,26 +554,26 @@ msgstr "%s: Prea mic pentru a fi un fișier .xz valid"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Fluxuri Blocuri Comprimare Decomprimare Raport Verificare Nume fișier"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Da"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Nu"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Versiunea minimă XZ Utils: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
@@ -550,46 +582,50 @@ msgstr[1] "două fișiere\n"
msgstr[2] "%s fișiere\n"
msgstr[3] "%s de fișiere\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Totaluri:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list funcționează numai pe fișierele .xz (--format=xz sau --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Încercați «lzmainfo» cu fișiere .lzma."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list nu acceptă citirea de la intrarea standard"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Eroare la citirea numelor de fișiere: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Sfârșit neașteptat al intrării la citirea numelor de fișiere"
# Adaptînd sugestia făcută de Daniel Șerbănescu asupra traducerii cuvîntului „null”, am modificat
-# traducere de la:„Caracter nul găsit...”, la:
+# traducerea de la:„Caracter nul găsit...”, la:
# „Caracter nul(null) găsit...”
# Sugestia făcută de el în baza obiecției că în pagina web, «dexonline» definiția cuvîntului nul, este un pic ambiguă; nu are o bază prea solidă,
# din următoarele motive:
# - pagina în cauză e construită, alimentată și menținută de persoane voluntare, precum noi ca traducători de software.
# - intrările pentru definiția cuvîntului „nul”, sînt extrase din dicționare de uz general; niciuna dintre ele, nu a ieșit dintr-un dicționar tehnic, cu atît mai puțin unul de informatică.
# - utilizatorul software-ului «xz», direct de la linia de comandă, mă îndoiesc că va fi un utilizator ce nu este familiarizat cu nomenclatura din informatică (pentru restul utilizatorilor, acest mesaj nu va fi vizibil, pentru că-l vor utiliza din spatele unui software „IGU” «InterfațăGrafică(de)Utilizator»
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Caracter nul(null) găsit la citirea numelor de fișiere; poate ați vrut să utilizați „--files0” în loc de „--files”?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Comprimarea și decomprimarea cu „--robot” nu sunt încă acceptate."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Nu se pot citi date de la intrarea standard atunci când se citesc numele de fișiere de la intrarea standard"
@@ -597,68 +633,68 @@ msgstr "Nu se pot citi date de la intrarea standard atunci când se citesc numel
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Eroare internă (bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Nu se pot stabili operatorii de semnal"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Fără verificare a integrității; nu se verifică integritatea fișierului"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Tip neacceptat de verificare a integrității; nu se verifică integritatea fișierului"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Limita de utilizare a memoriei a fost atinsă"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Formatul fișierului nu este recunoscut"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Opțiuni neacceptate"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Datele comprimate sunt corupte"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Sfârșit neașteptat al intrării"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
-msgstr "Se necesită %s Mio de memorie. Limitarea este dezactivată."
+msgstr "Se necesită %sMio de memorie. Limitarea este dezactivată."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Se necesită %sMio de memorie. Limita este de %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Lanț de filtre: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Încercați «%s --help» pentru mai multe informații."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -669,17 +705,17 @@ msgstr ""
"Comprimă sau decomprimă FIȘIER(e) în formatul .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Argumentele obligatorii pentru opțiunile lungi sunt obligatorii și\n"
"pentru opțiunile scurte.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Mod de operare:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -691,7 +727,7 @@ msgstr ""
" -t, --test testează integritatea fișierului comprimat\n"
" -l, --list listează informații despre fișierele .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -699,7 +735,7 @@ msgstr ""
"\n"
" Modificatori de operare:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -711,7 +747,7 @@ msgstr ""
" -c, --stdout scrie la ieșirea standard și nu șterge fișierele de\n"
" intrare"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -719,10 +755,10 @@ msgstr ""
" --single-stream decomprimă doar primul flux și ignoră în tăcere\n"
" posibilele date de intrare rămase"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -736,10 +772,9 @@ msgstr ""
" de la intrarea standard; numele de fișiere trebuie să\n"
" fie terminate cu caracterul de linie nouă\n"
" --files0[=FIȘIER]\n"
-" ca --files, dar folosește caracterul nul(null) ca\n"
-" terminator"
+" ca „--files”, dar folosește caracterul null ca terminator"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -747,12 +782,12 @@ msgstr ""
"\n"
" Formatul de bază al fișierului și opțiunile de comprimare:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FORMAT\n"
" formatul de fișier pentru codificare sau decodificare;\n"
@@ -763,11 +798,11 @@ msgstr ""
" cu precauție), „crc32”, „crc64” (implicit) sau\n"
" „sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check nu se efectuează verificarea integrității la decomprimare"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -777,7 +812,7 @@ msgstr ""
" comprimare *și* de instrumentul de decomprimare, înainte\n"
" de a utiliza presetările 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -786,17 +821,17 @@ msgstr ""
" folosind mai mult timp CPU-ul; nu afectează cerințele\n"
" de memorie ale instrumentului de decomprimare"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NUMĂR\n"
-" utilizați cel mult NUMĂR fire de execuție; implicit\n"
-" este 1; specificați valoarea 0 pentru a utiliza atâtea\n"
-" fire de execuție câte nuclee de procesor există"
+" utilizează cel mult NUMĂR fire de execuție; valoarea\n"
+" implicită este 0, care utilizează atâtea fire de execuție\n"
+" câte nuclee există în procesor"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -807,17 +842,21 @@ msgstr ""
" utilizați acest lucru pentru a stabili dimensiunea\n"
" blocului pentru comprimarea cu fire de execuție"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=DM\n"
+" --block-list=BLOCURI\n"
" începe un nou bloc .xz după intervalele date separate\n"
-" prin virgulă, de date necomprimate"
+" prin virgulă, de date necomprimate; opțional, specificați\n"
+" un număr de lanț de filtrare (0-9) urmat de „:” înainte\n"
+" de dimensiunea datelor necomprimate"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -830,7 +869,7 @@ msgstr ""
" multor intrări s-ar bloca, toate datele în așteptare\n"
" sunt eliminate"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -850,7 +889,7 @@ msgstr ""
" execuție sau toate acestea; LIMITA este exprimată în\n"
" octeți, % din RAM sau 0 pt. a activa valoarea implicită"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -858,7 +897,7 @@ msgstr ""
" --no-adjust dacă setările de comprimare depășesc limita de utilizare\n"
" a memoriei, dă o eroare în loc să reducă val. stabilite"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -867,7 +906,37 @@ msgstr ""
" Lanț de filtrare personalizat pentru comprimare (alternativă la utilizarea\n"
" presetărilor):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTRE definește lanțul de filtre folosind sintaxa șirului de\n"
+" filtre liblzma; utilizați „--filters-help” pentru mai\n"
+" multe informații"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=FILTRE ... --filters9=FILTRE\n"
+" definește lanțuri de filtre suplimentare folosind sintaxa\n"
+" șirului de filtre liblzma pentru a fi utilizate cu\n"
+" opțiunea „--block-list”"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help afișează mai multe informații despre sintaxa șirului de\n"
+" filtre liblzma și iese"
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -901,7 +970,7 @@ msgstr ""
" depth=NUM adâncimea maximă de căutare; 0=automată\n"
" (valoarea implicită)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -911,6 +980,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -922,10 +992,11 @@ msgstr ""
" --powerpc[=OPȚIUNI] filtru BCJ PowerPC (numai big endian)\n"
" --ia64[=OPȚIUNI] filtru BCJ IA-64 (Itanium)\n"
" --sparc[=OPȚIUNI] filtru BCJ SPARC\n"
+" --riscv[=OPȚIUNI] filtru RISC-V BCJ\n"
" OPȚIUNI valide pentru toate filtrele BCJ:\n"
-" start=NUM poziția de pornire a conversiilor (implicit=0)"
+" start=NUM poziția de pornire a conversiilor (implicit=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -937,7 +1008,7 @@ msgstr ""
" dist=NUM distanța dintre octeți fiind dedusă\n"
" scăzând un octet din celălalt (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -945,27 +1016,27 @@ msgstr ""
"\n"
" Alte opțiuni:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
msgstr ""
-" -q, --quiet suprimă avertismentele; specificați de două ori pentru\n"
+" -q, --quiet suprimă avertismentele; specificați-o de două ori pentru\n"
" a suprima și erorile\n"
-" -v, --verbose descriere detaliată; specificați de două ori pentru și\n"
+" -v, --verbose descriere detaliată; specificați-o de două ori pentru și\n"
" mai multe detalii"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn face ca avertismentele să nu afecteze starea de ieșire"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot utilizează mesaje analizabile de mașină (utile pentru\n"
" scripturi)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -973,7 +1044,7 @@ msgstr ""
" --info-memory afișează cantitatea totală de memorie RAM și limitele de\n"
" utilizare a memoriei active în prezent, și iese"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -981,7 +1052,7 @@ msgstr ""
" -h, --help afișează ajutorul scurt (enumeră doar opțiunile de bază)\n"
" -H, --long-help afișează acest ajutor lung(detaliat) și iese"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -990,11 +1061,12 @@ msgstr ""
" -H, --long-help afișează mesajul detaliat de ajutor (afișează și opțiunile\n"
" avansate)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version afișează numărul versiunii, și iese"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -1006,133 +1078,128 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Raportați erorile la <%s> (în engleză sau finlandeză).\n"
"Raportați erorile de traducere la <translation-team-ro@lists.sourceforge.net>\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Pagina principală a %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ACEASTA ESTE O VERSIUNE DE DEZVOLTARE, NEDESTINATĂ UTILIZĂRII ÎN PRODUCȚIE."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Lanțurile de filtre sunt definite cu ajutorul opțiunilor „--filters=FILTRE” sau\n"
+"„--filters1=FILTRE ... --filters9=FILTRE”. Fiecare filtru din lanț poate fi\n"
+"separat prin spații sau „--”. Alternativ, se poate specifica o presetare\n"
+"<0-9>[e] în locul unui lanț de filtre.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Filtrele acceptate și opțiunile acestora sunt:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Opțiunile trebuie să fie perechi „nume=valoare” separate prin virgule"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Nume de opțiune nevalid"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Valoare nevalidă a opțiunii"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Presetare LZMA1/LZMA2 neacceptată: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Suma de lc și lp nu trebuie să depășească 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Numele fișierului are un sufix necunoscut, care se omite"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Fișierul are deja sufixul „%s”, se omite"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Sufixul numelui de fișier nu este valid"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Valoarea nu este un număr întreg zecimal nenegativ"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Sufix multiplicator nevalid"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Sufixele valide sunt „KiB” (2^10), „MiB” (2^20) și „GiB” (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Valoarea opțiunii „%s” trebuie să fie în intervalul [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Datele comprimate nu pot fi citite de pe un terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Datele comprimate nu pot fi scrise pe un terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Utilizare: %s [--help] [--version] [FIȘIER]...\n"
+"Afișează informațiile stocate în antetul fișierului .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Prea mic pentru a fi un fișier .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Nu este un fișier .lzma"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Scrierea la ieșirea standard a eșuat"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Eroare necunoscută"
-#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
-#~ msgstr "Găsitorul de potriviri selectat necesită cel puțin nice=%<PRIu32>"
-
-#~ msgid "Memory usage limit for compression: "
-#~ msgstr "Limita de utilizare a memoriei pentru comprimare: "
-
-#~ msgid " Streams: %s\n"
-#~ msgstr " Fluxuri: %s\n"
-
-#~ msgid " Blocks: %s\n"
-#~ msgstr " Blocuri: %s\n"
-
-#~ msgid " Ratio: %s\n"
-#~ msgstr " Raport: %s\n"
-
-#~ msgid " Check: %s\n"
-#~ msgstr " Verificare: %s\n"
-
-#~ msgid ""
-#~ " Streams:\n"
-#~ " Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding"
-#~ msgstr ""
-#~ " Fluxuri:\n"
-#~ " Flux Blocuri DecalajComp. DecalajDecomp. Dim.Comp. Dim.Decomp. Raport Verif. Compl.Flux"
-
-#~ msgid ""
-#~ " Blocks:\n"
-#~ " Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check"
-#~ msgstr ""
-#~ " Blocuri:\n"
-#~ " Flux Bloc DecalajComp. DecalajDecomp. Dim.Totală Dim.Decomp. Raport Verif."
-
-#~ msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
-#~ msgstr " Val.Verif. %*sAntet Indicat. Dim.Comp. UzMem. Filtre"
-
-#~ msgid "Sandbox is disabled due to incompatible command line arguments"
-#~ msgstr "Cutia de probă(sandbox) este dezactivată din cauza argumentelor incompatibile din linia de comandă"
-
-#~ msgid "Sandbox was successfully enabled"
-#~ msgstr "Cutia de probă(sandbox) a fost activată cu succes"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Nu s-a reușit activarea cutiei de probă(sandbox)"
diff --git a/po/sr.gmo b/po/sr.gmo
index e6fb61b..b91a832 100644
--- a/po/sr.gmo
+++ b/po/sr.gmo
Binary files differ
diff --git a/po/sr.po b/po/sr.po
index 524460c..7e2a5e7 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.2.4\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2022-06-24 22:07+0800\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
@@ -16,147 +16,181 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Неисправан аргумент за „--block-list“"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Превише аргумената за „--block-list“"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 се може користити само као последњи елемент у „--block-list“-у"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Непозната врста формата датотеке"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Неподржана врста провере целовитости"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Само једну датотеку можете навести са „--files“ или „--files0“."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Променљива окружења „%s“ садржи превише аргумената"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Подршка запакивања је искључена у време изградње"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Подршка распакивања је искључена у време изградње"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: Са „--format=raw“, „--suffix=.SUF“ је потребно осим ако пише на стандардни излаз"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Највећи број филтера је четири"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Ограничење коришћења меморије је премало за дато подешавање филтера."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Коришћење претподешавања у сировом режиму је обесхрабрујуће."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Тачне опције претподешавања се могу разликовати од издања до издања софтвера."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Формат „.lzma“ подржава само „LZMA1“ филтер"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "Не можете користити „LZMA1“ са „.xz“ форматом"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "Ланац филтера није сагласан са „--flush-timeout“"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Пребацујем се на режим једне нити због „--flush-timeout“"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Неподржане опције"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Користим до %<PRIu32> нити."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Неподржан ланац филтера или опције филтера"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "За распакивање ће бити потребно %s MiB меморије."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Број нити је промењен са %s на %s да се неби прекорачило ограничење коришћења меморије од %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, fuzzy, c-format
#| msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Број нити је промењен са %s на %s да се неби прекорачило ограничење коришћења меморије од %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Величина „LZMA%c“ речника је промењена са %s на %s да се неби прекорачило ограничење коришћења меморије од %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Величина „LZMA%c“ речника је промењена са %s на %s да се неби прекорачило ограничење коришћења меморије од %s MiB"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Грешка стварања спојке: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Грешка стварања спојке: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Нисам успео да укључим безбедно окружење"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: „poll()“ није успело: %s"
@@ -171,272 +205,272 @@ msgstr "%s: „poll()“ није успело: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Изгледа да је датотека премештена, не уклањам"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Не могу да уклоним: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Не могу да поставим власника датотеке: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Не могу да поставим групу датотеке: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Не могу да поставим овлашћења датотеке: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Грешка добављања заставица стања датотеке са стандардног улаза: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Јесте симболичка веза прескачем"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Јесте директоријум, прескачем"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Није обична датотека, прескачем"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Датотека има постављен „setuid“ или „setgid“ бит, прескачем"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Датотека има постављен лепљиви бит, прескачем"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Улазна датотека има више од једне чврсте везе, прескачем"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Празан назив датотеке, прескачем"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Грешка повраћаја заставица стања на стандардни улаз: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Грешка добављања заставица стања датотеке са стандардног излаза: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Грешка повраћаја заставице „O_APPEND“ на стандардни излаз: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Затварање датотеке није успело: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Премотавање није успело приликом покушаја прављења оскудне датотеке: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Грешка читања: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Грешка приликом претраге датотеке: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Неочекиван крај датотеке"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Грешка писања: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Искључено"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Total amount of physical memory (RAM): "
msgid "Amount of physical memory (RAM):"
msgstr "Укупна количина физичке меморије (RAM): "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit for decompression: "
msgid "Multi-threaded decompression:"
msgstr "Ограничење коришћења меморије за распакивање: "
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
#, fuzzy
#| msgid "Memory usage limit reached"
msgid "Memory usage limits:"
msgstr "Ограничење коришћења меморије је достигнуто"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
#, fuzzy
#| msgid " Compressed size: %s\n"
msgid "Compressed size:"
msgstr " Величина сажетог: %s\n"
-#: src/xz/list.c:71
+#: src/xz/list.c
#, fuzzy
#| msgid " Uncompressed size: %s\n"
msgid "Uncompressed size:"
msgstr " Величина несажетог: %s\n"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
#, fuzzy
#| msgid " Stream padding: %s\n"
msgid "Stream Padding:"
msgstr " Попуна тока: %s\n"
-#: src/xz/list.c:75
+#: src/xz/list.c
#, fuzzy
#| msgid " Memory needed: %s MiB\n"
msgid "Memory needed:"
msgstr " Потребна меморија: %s MiB\n"
-#: src/xz/list.c:76
+#: src/xz/list.c
#, fuzzy
#| msgid " Sizes in headers: %s\n"
msgid "Sizes in headers:"
msgstr " Величине у заглављима: %s\n"
-#: src/xz/list.c:79
+#: src/xz/list.c
#, fuzzy
#| msgid " Number of files: %s\n"
msgid "Number of files:"
msgstr " Број датотека: %s\n"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
#, fuzzy
#| msgid "Totals:"
msgid "TotalSize"
msgstr "Укупно:"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -444,7 +478,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Ништа"
@@ -452,60 +486,60 @@ msgstr "Ништа"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Незнано-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Незнано-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Незнано-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Незнано-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Незнано-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Незнано-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Незнано-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Незнано-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Незнано-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Незнано-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Незнано-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Незнано-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Датотека је празна"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Премало је да би било исправна „.xz“ датотека"
@@ -514,26 +548,26 @@ msgstr "%s: Премало је да би било исправна „.xz“ д
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Токови Блокови Запаковано Распаковано Однос Провера Датотека"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Да"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Не"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Најмање издање XZ помагала: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
@@ -541,38 +575,43 @@ msgstr[0] "%s датотека\n"
msgstr[1] "%s датотеке\n"
msgstr[2] "%s датотека\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Укупно:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "„--list“ ради само над „.xz“ датотекама (--format=xz или --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "„--list“ не подржава читање са стандардног улаза"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Грешка читања назива датотека: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Неочекивани крај улаза приликом читања назива датотека"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Нађох ништаван знак приликом читања назива датотека; можта сте хтели да користите „--files0“ уместо „--files“?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Запакивање и распакивање са „--robot“ није још подржано."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Не могу да читам податке са стандардног улаза приликом читања назива датотека са стандардног улаза"
@@ -580,68 +619,69 @@ msgstr "Не могу да читам податке са стандардног
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Унутрашња грешка (бубица)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Не могу да успоставим руковаоце сигналом"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Нема провере целовитости; не проверавам целовитост датотеке"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Неподржана врста провере целовитости; не проверавам целовитост датотеке"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Ограничење коришћења меморије је достигнуто"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Није препознат формат датотеке"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Неподржане опције"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Запаковани подаци су оштећени"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Неочекиван крај улаза"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB меморије је потребно. Ограничавач је онемогућен."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB меморије је потребно. Ограничење је %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Ланац филтера: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Пробајте „%s --help“ за више података."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -652,15 +692,15 @@ msgstr ""
"Пакује или распакује ДАТОТЕКЕ у „.xz“ формату.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Обавезни аргументи за дуге опције су такође обавезни и за кратке опције.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Режим рада:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -672,7 +712,7 @@ msgstr ""
" -t, --test тестира целовитост запаковане датотеке\n"
" -l, --list исписује податке о „.xz“ датотекама"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -680,7 +720,7 @@ msgstr ""
"\n"
" Измењивачи рада:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -691,7 +731,7 @@ msgstr ""
" (рас)запакивања\n"
" -c, --stdout пише на стандардни излаз и не брише улазне датотеке"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -699,10 +739,18 @@ msgstr ""
" --single-stream распакује само први ток, и тихо\n"
" занемарује могуће преостале улазне податке"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -716,7 +764,7 @@ msgstr ""
" завршавати знаком новог реда\n"
" --files0[=ДТТКА] као „--files“ али користи празан знак као завршни"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -724,7 +772,7 @@ msgstr ""
"\n"
" Основне опције формата датотеке и запакивања:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| " -F, --format=FMT file format to encode or decode; possible values are\n"
@@ -733,9 +781,9 @@ msgstr ""
#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=ФМТ формат датотеке за кодирање и декодирање; могуће\n"
" вредности су „auto“ (основно), „xz“, „lzma“,\n"
@@ -743,13 +791,13 @@ msgstr ""
" -C, --check=ПРОВЕРА врста провере целовитости: „none“ (користите уз\n"
" опрез), „crc32“, „crc64“ (основно), или „sha256“"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr ""
" --ignore-check не потврђује проверу целовитости приликом\n"
" распакивања"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -758,7 +806,7 @@ msgstr ""
" обзир коришћење меморије запакивања *и* распакивања\n"
" пре него ли употребите 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -767,16 +815,20 @@ msgstr ""
" времена процесора; не утиче на потребе меморије\n"
" распакивача"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=БР користи највише БР нити; основно је 1; поставите\n"
" на 0 за коришћење онолико нити колико има\n"
" процесорских језгара"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -787,17 +839,24 @@ msgstr ""
" бајта улаза; користите ово да поставите величину\n"
" блока за нитирано запакивање"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=ВЕЛИЧИНА\n"
" започиње нови „.xz“ блок након датих зарезом\n"
" раздвојених периода незапакованих података"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -810,7 +869,7 @@ msgstr ""
" читања још улаза блокираће, сви подаци на чекању се\n"
" истискују ван"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, fuzzy, no-c-format
#| msgid ""
#| " --memlimit-compress=LIMIT\n"
@@ -834,7 +893,7 @@ msgstr ""
" запакивање, распакивање, или оба; ОГРАНИЧЕЊЕ је у\n"
" бајтовима, % o РАМ, или 0 за основно"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -843,7 +902,7 @@ msgstr ""
" коришћења меморије, даје грешку уместо дотеривања\n"
" подешавања"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -852,7 +911,27 @@ msgstr ""
" Произвољни ланац филтера за запакивање (алтернатива за коришћење\n"
" претподешавања):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -883,7 +962,7 @@ msgstr ""
" depth=БРОЈ највећа дубина тражења; 0=самостално\n"
" (основно)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
#, fuzzy
#| msgid ""
#| "\n"
@@ -904,6 +983,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -918,7 +998,7 @@ msgstr ""
" start=БРОЈ померај почетка за претварања\n"
" (основно=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -931,7 +1011,7 @@ msgstr ""
" dist=БРОЈ растојање између бајтова који су\n"
" одузети из свих других (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -939,7 +1019,7 @@ msgstr ""
"\n"
" Остале опције:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -948,17 +1028,17 @@ msgstr ""
" грешке такође\n"
" -v, --verbose бива опширан; наведите два пута за још опширније"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn чини да упозорења не делују на стање излаза"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot користи поруке обрадиве рачунаром\n"
" (корисно за скрипте)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -966,7 +1046,7 @@ msgstr ""
" --info-memory приказује укупан износ РАМ-а и тренутно активна\n"
" ограничења коришћења меморије, и излази"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -975,7 +1055,7 @@ msgstr ""
" опције)\n"
" -H, --long-help приказује ову дугу помоћ и излази"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -984,11 +1064,12 @@ msgstr ""
" -H, --long-help приказује дугу помоћ (исписује такође и напредне\n"
" опције)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version приказује број издања и излази"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -1000,94 +1081,133 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Грешке пријавите на <%s> (на енглеском или финском).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "„%s“ матична страница: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ОВО ЈЕ РАЗВОЈНО ИЗДАЊЕ И НИЈЕ НАМЕЊЕНО ЗА ПРОФЕСИОНАЛНУ УПОТРЕБУ."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Неподржан ланац филтера или опције филтера"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Опције морају бити парови „name=value“ раздвојени зарезима"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Неисправан назив опције"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Неисправна вредност опције"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Неподржано претподешавање „LZMA1/LZMA2“: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Збир „lc“ и „lp“ не сме премашити 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Назив датотеке има непознат суфикс, прескачем"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Датотека већ има суфикс „%s“, прескачем"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Неисправан суфикс назива датотеке"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Вредност није не-негативан децимални цео број"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Неисправан суфикс умножавача"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Исправни суфикси су KiB (2^10), MiB (2^20), и GiB (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Вредност опције „%s“ мора бити у опсегу [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Запаковани подаци се не могу читати из терминала"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Запаковани подаци се не могу писати на терминал"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: Премало је да би било исправна „.xz“ датотека"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Писање на стандардни излаз није успело"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Непозната грешка"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Нисам успео да укључим безбедно окружење"
+
#~ msgid "Memory usage limit for compression: "
#~ msgstr "Ограничење коришћења меморије за запакивање: "
diff --git a/po/sv.gmo b/po/sv.gmo
index f1b1302..65d8ad6 100644
--- a/po/sv.gmo
+++ b/po/sv.gmo
Binary files differ
diff --git a/po/sv.po b/po/sv.po
index 58105e0..2a9c543 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,15 +1,20 @@
-# Swedish messages for xz.
-# This file is put in the public domain.
+# SPDX-License-Identifier: 0BSD
+#
+# Swedish translation for xz.
+# Copyright (C) The XZ Utils authors and contributors
+# This file is published under the BSD Zero Clause License.
+#
# Sebastian Rasmussen <sebras@gmail.com>, 2019.
-# Luna Jernberg <droidbittin@gmail.com>, 2022, 2023.
+# Luna Jernberg <droidbittin@gmail.com>, 2022, 2023, 2024.
+# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 20:25+0200\n"
-"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-15 21:37+0100\n"
+"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
@@ -17,145 +22,173 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.3.2\n"
+"X-Generator: Poedit 3.4.2\n"
"X-Poedit-Bookmarks: -1,10,-1,-1,-1,-1,-1,-1,-1,-1\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Ogiltigt argument till --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: För många argument till --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "I --block-list saknas blockstorlek efter filterkedjenummer ”%c:”"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 kan endast användas som det sista elementet i --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Okänd filformatstyp"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Integritetskontrolltyp stöds inte"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Endast en fil kan anges med ”--files” eller ”--files0”."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Miljövariabeln %s innehåller för många argument"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Komprimeringsstöd inaktiverades vid byggtid"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Dekomprimeringsstöd inaktiverades vid byggtid"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Komprimering av lzip-filer (.lz) stöds inte"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list ignoreras såvida du inte komprimerar till .xz-formatet"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
-msgstr "Med --format=raw, --suffix=.SUF krävs om data inte skrivs till standard ut"
+msgstr "Med --format=raw krävs --suffix=.SUF om data inte skrivs till standard ut"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Maximalt antal filter är fyra"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Fel i flagga för --filters%s=FILTER:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Begränsning av minnesanvändning är allt för låg för den angivna filteruppsättningen."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "filterkedja %u används av --block-list men inte specificerad med --filters%u="
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Det avråds från att använda en förinställning i rått läge."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "De exakta flaggorna för förinställningar kan variera mellan programversioner."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Formatet .lzma har endast stöd för LZMA1-filtret"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 kan inte användas tillsammans med .xz-formatet"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Filterkedjan är inkompatibel med --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Filterkedja %u är inkompatibel med --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Växlar till entrådsläge på grund av --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Flaggor som inte stöds i filterkedjan %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Använder upp till %<PRIu32> trådar."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Filterkedja eller filterflaggor stöds inte"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Dekomprimering kommer att kräva %s MiB minne."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Reducerade antalet trådar från %s till %s för att inte överstiga begränsningen av minnesanvändning på %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Reducerade antalet trådar från %s till en. Den automatiska minnesanvändningsgränsen på %s MiB överskrids fortfarande. %s MiB minne krävs. Fortsätter i alla fall."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Ändrar till enkeltrådat läge för att inte överskrida minnesanvändningsgränsen på %s MiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Justerade storlek för LZMA%c-lexikon från %s MiB till %s MiB för att inte överstiga begränsningen av minnesanvändning på %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Justerade storlek för LZMA%c-lexikon för --filters%u från %s MiB till %s MiB för att inte överskrida minnesanvändningsgränsen på %s MiB"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Fel vid ändring till filterkedja %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Fel vid skapande av rörledning: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Misslyckades med att aktivera sandlådan"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() misslyckades: %s"
@@ -170,252 +203,252 @@ msgstr "%s: poll() misslyckades: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Filen verkar ha flyttats, tar inte bort"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Kan inte ta bort: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Kan inte sätta filägaren: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Kan inte sätta filgruppen: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Kan inte sätta filrättigheterna: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Fel vid hämtning av filstatusflaggor från standard in: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Är en symbolisk länk, hoppar över"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Är en katalog, hoppar över"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Är inte en vanlig fil, hoppar över"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Filen har setuid- eller setgid-biten satt, hoppar över"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Filen har stickybiten satt, hoppar över"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Indatafilen har mer än en hårdlänk, hoppar över"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Tomt filnamn, hoppar över"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Fel vid återställning av statusflaggorna för standard in: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Fel vid hämtning av filstatusflaggorna från standard ut: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Fel vid återställning av O_APPEND-flaggan till standard ut: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Stängning av filen misslyckades: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Sökning misslyckades vid skapande av gles fil: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Läsfel: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Fel vid sökning i fil: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Oväntat filslut"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Skrivfel: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Inaktiverad"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Totalt mängd fysiskt minne (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Antal processortrådar:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Komprimering:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Dekomprimering:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Flertrådad dekomprimering:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Standard för -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Hårdvaruinformation:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Minnesanvändningsgränser:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Strömmar:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Block:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Komprimerad storlek:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Okomprimerad storlek:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Förhållande:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Kontroll:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Strömfyllnad:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Minne som behövs:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Storlek i huvuden:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Antal filer:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Ström"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Block"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Block"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "Komprimerad position"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "Okomprimerad position"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "Komprimerad storlek"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "Okomprimerad storlek"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "Total storlek"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Förhållande"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Kontroll"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "Kontrollvärde"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Fyllnad"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Huvud"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Flaggor"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "Minnesanvändning"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Filters"
@@ -423,7 +456,7 @@ msgstr "Filters"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Ingen"
@@ -431,126 +464,130 @@ msgstr "Ingen"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Okänd-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Okänd-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Okänd-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Okänd-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Okänd-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Okänd-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Okänd-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Okänd-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Okänd-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Okänd-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Okänd-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Okänd-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Fil är tom"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
-msgstr "%s: För lite för att vara en giltig xz-fil"
+msgstr "%s: För liten för att vara en giltig .xz-fil"
#. TRANSLATORS: These are column headings. From Strms (Streams)
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Strmr Block Komprimerd Okomprimerd Förh. Kntrll Filnamn"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Ja"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Nej"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Minsta XZ Utils-version: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s fil\n"
msgstr[1] "%s filer\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Total:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list fungerar endast med .xz-filer (--format=xz eller --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Pröva ”lzmainfo” med .lzma-filer."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list saknar stöd för att läsa från standard in"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Fel vid läsning av filnamn: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Oväntat slut av indata vid läsning av filnamn"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: Null-tecken hittat vid läsning av filnamn; kanske menade du att använda ”--files0” istället för ”--files”?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: Nulltecken hittades vid läsning av filnamn; kanske du menade att använda ”--files0” istället för ”--files”?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Komprimering och dekomprimering med --robot stöds inte än."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Kan inte läsa data från standard in när filnamn läses från standard in"
@@ -558,68 +595,68 @@ msgstr "Kan inte läsa data från standard in när filnamn läses från standard
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Internt fel"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Kan inte etablera signalhanterare"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Ingen integritetskontroll; kan inte verifiera filintegritet"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Typ av integritetskontroll stöds inte; verifierar inte filintegritet"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Begränsning av minnesanvändning uppnådd"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Filformat okänt"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Flaggor stöds inte"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Komprimerad data är korrupt"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Oväntat avslut av indata"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB minne krävs. Begränsaren inaktiverad."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB minne krävs. Begränsningen är %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Filterkedja: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "Prova ”%s --help” för vidare information."
+msgid "Try '%s --help' for more information."
+msgstr "Testa ”%s --help” för mer information."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -630,15 +667,15 @@ msgstr ""
"Komprimera eller dekomprimera FILer i .xz-formatet.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Nödvändiga argument till långa flaggor är också nödvändiga för korta flaggor.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Operationsläge:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -650,7 +687,7 @@ msgstr ""
" -t, --test testa integritet för komprimerad fil\n"
" -l, --list lista information om .xz-filer"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -658,7 +695,7 @@ msgstr ""
"\n"
" Operationsmodifierare:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -669,7 +706,7 @@ msgstr ""
" länkar\n"
" -c, --stdout skriv till standard ut och ta inte bort indatafiler"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -677,10 +714,10 @@ msgstr ""
" --single-stream dekomprimera endast den första strömmen och hoppa\n"
" tyst över eventuellt återstående indata"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -693,7 +730,7 @@ msgstr ""
" filnamn måste avslutas med nyradstecken\n"
" --files0[=FIL] som --files men null-tecknet måste användas"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -701,23 +738,23 @@ msgstr ""
"\n"
" Grundläggande filformat och komprimeringsflaggor:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=FMT filformat att koda eller avkoda; möjliga värden är\n"
" ”auto” (standard), ”xz”, ”lzma”, ”lzip” och ”raw”\n"
" -C, --check=CHECK typ av integritetskontroll: ”none” (använd med\n"
" försiktighet), ”crc32”, ”crc64” (standard), eller ”sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check verifiera inte integritet vid dekomprimering"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -726,7 +763,7 @@ msgstr ""
" minnesanvändning för komprimerare *och* dekomprimerare\n"
" i beaktande innan du använder 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -735,16 +772,15 @@ msgstr ""
" använda mer CPU-tid; påverkar inte minnesanvändning för\n"
" dekomprimerare"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-" -T, --threads=NUM använd som mest NUM trådar; standard är 1; sätt till 0\n"
-" för att använda så många trådar som det finns\n"
-" processorkärnor"
+" -T, --threads=NUM använd högst NUM trådar; standard är 0 vilket använder\n"
+" lika många trådar som det finns processorkärnor"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -755,17 +791,21 @@ msgstr ""
" använd detta för att sätta blockstorleken för trådad\n"
" komprimering"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=STORLEKAR\n"
-" påbörja ett nytt .xz-block efter de angivna\n"
-" komma-separerade intervallen av okomprimerad data"
+" --block-list=BLOCK\n"
+" starta ett nytt .xz-block efter de givna\n"
+" kommaseparerade intervallen av okomprimerad data;\n"
+" ange valfritt ett filterkedjenummer (0-9) följt av ett\n"
+" ”:” före den okomprimerade datastorleken"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -778,7 +818,7 @@ msgstr ""
" mer indata skulle blockera, så kommer all väntande data\n"
" att spolas ut"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -797,7 +837,7 @@ msgstr ""
" dekomprimering, trådad dekomprimering, eller alla av\n"
" dessa; BEGR är i byte, % RAM, eller 0 för standardvärden"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -806,7 +846,7 @@ msgstr ""
" minnesanvändning, ge ett fel istället för att justera ner\n"
" inställningarna"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -815,7 +855,37 @@ msgstr ""
" Anpassad filterkedja för komprimering (alternativ till att använda\n"
" förinställningar):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=FILTER ställ in filterkedjan med syntax för\n"
+" liblzma-filtersträngar; använd --filters-help för\n"
+" mer information"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=FILTER ... --filters9=FILTER\n"
+" ställ in ytterligare filterkedjor som använder\n"
+" syntax för liblzma-filtersträngar att\n"
+" använda med --block-list"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help visa mer information om syntax för\n"
+" liblzma-filtersträngar och avsluta."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -846,7 +916,7 @@ msgstr ""
" bt4)\n"
" depth=NUM maximalt sökdjup; 0=automatisk (standard)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -856,6 +926,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -864,14 +935,15 @@ msgstr ""
" --arm[=FLAGGOR] ARM BCJ-filter\n"
" --armthumb[=FLAGGOR] ARM-Thumb BCJ-filter\n"
" --arm64[=FLAGGOR] ARM64 BCJ-filter\n"
-" --powerpc[=FLAGGOR] PowerPC BCJ-filter (endast rak byteordning)\n"
+" --powerpc[=FLAGGOR] PowerPC BCJ-filter (endast big endian)\n"
" --ia64[=FLAGGOR] IA-64 (Itanium) BCJ-filter\n"
" --sparc[=FLAGGOR] SPARC BCJ-filter\n"
+" --riscv[=FLAGGOR] RISC-V BCJ-filter\n"
" Giltiga FLAGGOR för alla BCJ-filter:\n"
-" start=NUM startposition för konverteringar\n"
-" (standard=0)"
+" start=NUM startposition för\n"
+" konverteringar (standard=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -883,7 +955,7 @@ msgstr ""
" dist=NUM avstånd mellan byte som subtraheras\n"
" från varandra (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -891,7 +963,7 @@ msgstr ""
"\n"
" Andra flaggor:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -900,17 +972,17 @@ msgstr ""
" undertrycka fel\n"
" -v, --verbose var utförlig; ange två gånger för än mer utförlig"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn låt inte varningar påverka avslutningsstatus"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot använd maskintolkningsbara meddelanden\n"
" (användbara för skript)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -918,7 +990,7 @@ msgstr ""
" --info-memory visa den totala mängden RAM och den för närvarande aktiva\n"
" begränsningen av minnesanvändning och avsluta"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -927,7 +999,7 @@ msgstr ""
" flaggorna)\n"
" -H, --long-help visar denna långa hjälp av avsluta"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -936,11 +1008,12 @@ msgstr ""
" -H, --long-help visa den långa hjälpen (listar också de avancerade\n"
" flaggorna)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version visa versionsnumret och avsluta"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -952,96 +1025,132 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
-"Rapportera buggar till <%s> (på engelska eller finska).\n"
-"Rapportera översättningsfel till tp-sv@listor.tp-sv.se\n"
+"Rapportera fel till <%s> (på engelska eller finska).\n"
+"Rapportera översättningsfel till <tp-sv@listor.tp-sv.se>\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s webbsida: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "DETTA ÄR EN UTVECKLINGSVERSION SOM INTE ÄR AVSEDD FÖR PRODUKTIONSANVÄNDNING."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Filterkedjor ställs in med flaggorna --filters=FILTER eller\n"
+"--filters1=FILTER ... --filters9=FILTER. Varje filter i kedjan kan\n"
+"separeras med mellanslag eller ”--”. Alternativt kan en förinställning\n"
+"<0-9>[e] anges istället för en filterkedja.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Filtren som stöds och flaggorna för dem är:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Flaggor måste vara ”namn=värde”-par separerade med kommatecken"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Ogiltigt flaggnamn"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Ogiltigt flaggvärde"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "LZMA1/LZMA2-förinställning stöds inte: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Summan av lc och lp får inte överstiga 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Filnamn har okänd filändelse, hoppar över"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s: Fil har redan ”%s”-ändelse, hoppar över"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s: Filen har redan ändelsen ”%s”, hoppar över"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Ogiltig filnamnsändelse"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Värdet är inte ett icke-negativt, decimalt heltal"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Ogiltig multipeländelse"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
-msgstr "Giltiga ändelser är ”KiB” (2^10), ”MiB” (2^20) och ”GiB” (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
+msgstr "Giltiga suffix är ”KiB” (2^10), ”MiB” (2^20) och ”GiB” (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Värdet för flaggan ”%s” måste vara inom intervallet [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Komprimerad data kan inte läsas från en terminal"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Komprimerad data kan inte skrivas till en terminal"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Användning: %s [--help] [--version] [FIL]…\n"
+"Visa information som lagrats i .lzma-filhuvudet"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Filen är för liten för att vara en giltig .lzma-fil"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Inte en .lzma-fil"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Skrivning till standard ut misslyckades"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Okänt fel"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Misslyckades med att aktivera sandlådan"
+
#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
#~ msgstr "Den valda matchningshittaren kräver åtminstone nice=%<PRIu32>"
diff --git a/po/tr.gmo b/po/tr.gmo
index 0a89955..12dcddc 100644
--- a/po/tr.gmo
+++ b/po/tr.gmo
Binary files differ
diff --git a/po/tr.po b/po/tr.po
index 902a695..0af70be 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.4.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2022-12-05 19:00+0300\n"
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -19,145 +19,179 @@ msgstr ""
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: --block-list için geçersiz argüman"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: --block-list için çok fazla argüman"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0, yalnızca --block-list içindeki son öge olarak kullanılabilir"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Bilinmeyen dosya biçimi türü"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Desteklenmeyen bütünlük denetimi türü"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "'--files' veya '--files0' ile yalnızca bir dosya belirtilebilir."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s: "
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Çevre değişkeni %s, pek fazla argüman içeriyor"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Sıkıştırma desteği, yapım sırasında devre dışı bırakıldı"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Sıkıştırma açma desteği, yapım sırasında devre dışı bırakıldı"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "lzip dosyalarının (.lz) sıkıştırılması desteklenmiyor"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
#, fuzzy
#| msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "%s: --format-raw ile, stdout'a yazılmıyorsa --suffix=.SUF gereklidir"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Olabilecek en çok süzgeç sayısı dörttür"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Verilen süzgeç ayarı için bellek kullanım sınırı pek düşük."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Ham kipte bir önayar kullanımı önerilmez."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Önayarların kesin seçenekleri yazılım sürümleri arasında ayrım gösterebilir."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr ".lzma biçimi, yalnızca LZMA1 süzgecini destekler"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1, .xz biçimi ile birlikte kullanılamaz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "Süzgeç zinciri, --flush-timeout ile uyumsuz"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "--flush-timeout nedeniyle tek iş parçacıklı kipe geçiliyor"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "Desteklenmeyen seçenekler"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "En çok %<PRIu32> iş parçacığı kullanılıyor."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Desteklenmeyen süzgeç zinciri veya süzgeç seçenekleri"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Sıkıştırma açma, %s MiB belleğe gereksinim duyacak."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "%3$s MiB bellek kullanımı sınırını aşmamak için iş parçacığı sayısı %1$s -> %2$s olarak ayarlandı"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "İş parçacıklarının sayısı %s -> 1 olarak azaltıldı. %s MiB otomatik bellek sınırı hâlâ aşılıyor. %s MiB belleğe gereksinim var. Yine de sürdürülüyor."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "%s MiB bellek kullanım sınırını aşmamak için tek iş parçacıklı kipe geçiliyor"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "%4$s MiB bellek kullanımı sınırını aşmamak için LZMA%1$c sözlük boyutu %2$s MiB'tan %3$s MiB'a ayarlandı"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "%4$s MiB bellek kullanımı sınırını aşmamak için LZMA%1$c sözlük boyutu %2$s MiB'tan %3$s MiB'a ayarlandı"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "Veriyolu oluştururken hata: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Veriyolu oluştururken hata: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Kum havuzu etkinleştirilemedi"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: poll() başarısız oldu: %s"
@@ -172,252 +206,252 @@ msgstr "%s: poll() başarısız oldu: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Dosya taşınmış gibi görünüyor, kaldırılmıyor"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Kaldırılamıyor: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Dosya sahibi ayarlanamıyor: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Dosya grubu ayarlanamıyor: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Dosya izinleri ayarlanamıyor: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Standart girdi'den dosya durum bayrakları alınırken hata: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Bir sembolik bağ, atlanıyor"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Bir dizin, atlanıyor"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Olağan bir dosya değil, atlanıyor"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Dosyanın setuid'si veya setgid biti ayarlanmış, atlanıyor"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Dosyanın yapışkan bit seti var, atlanıyor"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Girdi dosyasında birden çok sabit bağ var, atlanıyor"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Boş dosya adı, atlanıyor"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Standart girdi'ye durum bayrakları geri yüklenirken hata: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Standart çıktı'dan dosya durum bayrakları alınırken hata: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Standart çıktı'dan O_APPEND bayrağı geri yüklenirken hata: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Dosyayı kapatma başarısız: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Bir aralıklı dosya oluşturmaya çalışırken arama başarısız: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Okuma hatası: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Dosyayı ararken hata: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Dosyanın beklenmedik sonu"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Yazma hatası: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Devre dışı"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Fiziksel bellek miktarı (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "İşlemci iş parçacığı sayısı:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Sıkıştırma:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Sıkıştırma açma:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Çok iş parçacıklı sıkıştırma açma:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "-T0 için öntanımlı:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Donanım bilgisi:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Bellek kullanım sınırları:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Akışlar:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Bloklar:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Sıkıştırılmış boyut:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Sıkıştırılmamış boyut:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Oran:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Denetim:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Akış dolgusu:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Gereken bellek:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Üstbilgideki boyut:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Dosya sayısı:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Akış"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Blok"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Bloklar"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "SkştrOfseti"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "SkştrmmşOfset"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "SkştrBoyut"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "SkştrmmşBoyut"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "ToplamBoyut"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Oran"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Denetim"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "DğrDentm"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Dolgu"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Üstveri"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Bayrak"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "BelKullnm"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Süzgeçler"
@@ -425,7 +459,7 @@ msgstr "Süzgeçler"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Yok"
@@ -433,60 +467,60 @@ msgstr "Yok"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "?-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "?-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "?-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "?-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "?-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "?-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "?-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "?-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "?-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "?-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "?-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "?-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Dosya boş"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Geçerli bir .xz dosyası olabilmek için pek küçük"
@@ -495,64 +529,69 @@ msgstr "%s: Geçerli bir .xz dosyası olabilmek için pek küçük"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr " Akış Blok Sıkıştırıl. Sıkıştırmas. Oran Denetim Dosya ad"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Evet"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Hayır"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " En düşük XZ Utils sürümü: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s dosya\n"
msgstr[1] "%s dosya\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Toplamlar:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list, yalnızca .xz dosyalarında çalışır (--format=xz veya --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list, standart girdi'den okumayı desteklemez"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Dosya adları okunurken hata: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Dosya adları okunurken beklenmedik girdi sonu"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: Dosya adları okunurken boş karakter bulundu; '--files' yerine '--files0' mı demek istediniz?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "--robot ile sıkıştırma ve sıkıştırma açma henüz desteklenmiyor."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Standart girdi'den dosya adları okunurken standart girdi'den veri okunamıyor"
@@ -560,68 +599,69 @@ msgstr "Standart girdi'den dosya adları okunurken standart girdi'den veri okuna
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "İç hata (yazılım hatası)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Sinyal işleyicileri tesis edilemiyor"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Bütünlülük denetimi yok; dosya bütünlüğü doğrulanmıyor"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Desteklenmeyen bütünlülük denetimi türü; dosya bütünlüğü doğrulanmıyor"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Bellek kullanım sınırına erişildi"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Dosya biçimi tanımlanamıyor"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Desteklenmeyen seçenekler"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Sıkıştırılmış veri hasarlı"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Beklenmedik girdi sonu"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "%s MiB bellek gerekiyor. Sınırlandırıcı devre dışı bırakıldı."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "%s MiB bellek gerekiyor. Sınır, %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Süzgeç zinciri: %s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Daha fazla bilgi için '%s --help' deneyin."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -632,15 +672,15 @@ msgstr ""
".xz biçimindeki dosyaları sıkıştırın veya sıkıştırmasını açın.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Uzun seçenekler için zorunlu olan argümanlar kısa seçenekler için de geçerlidir.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " İşlem kipi:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -652,7 +692,7 @@ msgstr ""
" -t, --test sıkıştırılmış dosya bütünlüğünü sına\n"
" -l, --list .xz dosyaları hakkında bilgi listele"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -660,7 +700,7 @@ msgstr ""
"\n"
" İşlem değiştiricileri:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -671,7 +711,7 @@ msgstr ""
" sıkıştır/sıkıştırmayı aç\n"
" -c, --stdout standart çıktıya yaz ve girdi dosyalarını silme"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -679,10 +719,18 @@ msgstr ""
" --single-stream yalnızca ilk akışın sıkıştırmasını aç ve sessizce\n"
" kalan girdi verisini yok say"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -696,7 +744,7 @@ msgstr ""
" --files0[=DSYA] --files gibi; ancak sonlandırıcı olarak null karakteri\n"
" kullan"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -704,12 +752,18 @@ msgstr ""
"\n"
" Temel dosya biçimi ve sıkıştırma seçenekleri:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -F, --format=FMT file format to encode or decode; possible values are\n"
+#| " `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
+#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
+#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=BÇM kodlanacak veya kodu çözülecek dosya biçimi; olası\n"
" değerler: `auto' (öntanımlı), `xz', `lzma', 'lzip'\n"
@@ -717,11 +771,11 @@ msgstr ""
" -C, --check=DNTLE bütünlük denetimi türü: `none' (dikkatli kullanın),\n"
" `crc32', `crc64' (öntanımlı) veya `sha256'"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check sıkıştırma açarken bütünlük denetimini doğrulama"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -729,7 +783,7 @@ msgstr ""
" -0 ... -9 sıkıştırma önayarı; öntanımlı 6; 7-9 kullanmadan önce\n"
" sıkıştırma açıcı bellek kullanımını hesaba katın!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -738,16 +792,20 @@ msgstr ""
" iyileştirmeye çalış; sıkıştırma açıcı bellek\n"
" gereksinimlerini etkilemez"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=SAYI en çok SAYI iş parçacığı kullan; öntanımlı 1; var olan\n"
" işlemci çekirdeği kadar iş parçacığı kullanmak için\n"
" 0'a ayarlayın"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -758,17 +816,24 @@ msgstr ""
" iş parçacığı kullanan sıkıştırma için blok boyutunu\n"
" ayarlamak için bunu kullanın"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=BOYUTLAR\n"
" sıkıştırılmamış verinin virgülle ayrılmış verilen\n"
" aralıklarından sonra yeni bir .xz bloku başlat"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -780,7 +845,7 @@ msgstr ""
" milisaniye geçmişse ve daha çok girdi okuma bloklarsa\n"
" tüm bekleyen veri floşlanır"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -799,7 +864,7 @@ msgstr ""
" açma veya tümü için bellek kullanımı sınırını ayarla;\n"
" LİMİT, bayt, RAM % veya öntanımlılar için 0'dır"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -807,7 +872,7 @@ msgstr ""
" --no-adjust sıkıştırma ayarları bellek kullanımı sınırını aşarsa\n"
" ayarı aşağı doğru düzeltmek yerine bir hata ver"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -815,7 +880,27 @@ msgstr ""
"\n"
" Sıkıştırma için özel süzgeç zinciri (önayar kullanımı alternatifi):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -844,7 +929,19 @@ msgstr ""
" mf=AD eşleşme bul (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=NUM en büyük arama derinliği; 0=oto (öntanımlı)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
+#| " --arm[=OPTS] ARM BCJ filter\n"
+#| " --armthumb[=OPTS] ARM-Thumb BCJ filter\n"
+#| " --arm64[=OPTS] ARM64 BCJ filter\n"
+#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
+#| " --sparc[=OPTS] SPARC BCJ filter\n"
+#| " Valid OPTS for all BCJ filters:\n"
+#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -854,6 +951,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -868,7 +966,7 @@ msgstr ""
" Tüm BCJ süzgeçleri için geçerli SÇNKLR:\n"
" start=NUM dönüşümler başlangıç ofseti (öntanımlı=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -881,7 +979,7 @@ msgstr ""
" dist=NUM birbirinden çırakılar baytlar arasındaki\n"
" uzaklık (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -889,7 +987,7 @@ msgstr ""
"\n"
" Diğer seçenekler:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -898,17 +996,17 @@ msgstr ""
" belirt\n"
" -v, --verbose ayrıntılı ol; daha da çok ayrıntı için iki kez belirt"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn uyarıların çıkış durumunu etkilemesine izin verme"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot makine-ayrıştırılabilir iletiler kullan (betikler için\n"
" yararlı)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -916,7 +1014,7 @@ msgstr ""
" --info-memory toplam RAM miktarını ve şu anki bellek kullanımı\n"
" sınırlarını görüntüle ve çık"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -924,7 +1022,7 @@ msgstr ""
" -h, --help kısa yardımı görüntüle (temel seçenekleri listeler)\n"
" -H, --long-help bu uzun yardımı görüntüle ve çık"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -932,11 +1030,12 @@ msgstr ""
" -h, --help bu kısa yardımı görüntüle ve çık\n"
" -H, --long-help uzun yardımı görüntüle (gelişmiş seçenekleri listeler)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version sürüm numarasını görüntüle ve çık"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -948,90 +1047,129 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "Hataları <%s> adresine bildirin (İngilizce veya Fince).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s ana sayfası: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "BU, NORMAL KULLANIM İÇİN OLMAYAN BİR GELİŞTİRME SÜRÜMÜDÜR."
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "Desteklenmeyen süzgeç zinciri veya süzgeç seçenekleri"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: Seçenekler, virgülle ayrılmış 'ad=değer' çiftleri olmalıdır"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Geçersiz seçenek adı"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Geçersiz seçenek değeri"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Desteklenmeyen LZMA1/LZMA2 önayarı: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "lc ve lp'nin toplamı 4'ü geçmemelidir"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Dosya adında bilinmeyen sonek var, atlanıyor"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Dosyada '%s' soneki halihazırda var, atlanıyor"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Geçersiz dosya adı soneki"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Değer, bir negatif olmayan ondalık tamsayı"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: Geçersiz çoklayıcı soneki"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Geçerli sonekler: 'KiB' (2^10), 'MiB' (2^20) ve 'GiB' (2^30)."
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "'%s' seçeneği değeri erimde olmalıdır [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Bir uçbirimden sıkıştırılmış veri okunamaz"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Bir uçbirime sıkıştırılmış veri yazılamaz"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s: Geçerli bir .xz dosyası olabilmek için pek küçük"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Standart çıktı'ya yazma başarısız"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Bilinmeyen hata"
+
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Kum havuzu etkinleştirilemedi"
diff --git a/po/uk.gmo b/po/uk.gmo
index 054d8cf..e383add 100644
--- a/po/uk.gmo
+++ b/po/uk.gmo
Binary files differ
diff --git a/po/uk.po b/po/uk.po
index 3ca235e..0a51f68 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,13 +1,16 @@
+# SPDX-License-Identifier: 0BSD
+#
# Ukrainian translation for xz.
-# This file is put in the public domain.
+# This file is published under the BSD Zero Clause License.
+# Copyright (C) The XZ Utils authors and contributors
#
-# Yuri Chornoivan <yurchor@ukr.net>, 2019, 2022, 2023.
+# Yuri Chornoivan <yurchor@ukr.net>, 2019, 2022, 2023, 2024.
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 20:53+0300\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-15 17:26+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
"Language: uk\n"
@@ -16,146 +19,174 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 23.04.1\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: некоректний аргумент --block-list"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: забагато аргументів --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "У --block-list пропущено розмір блоку після номера ланцюжка фільтрів «%c:»"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 можна використовувати лише як останній елемент у --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: невідомий тип формату файлів"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: непідтримуваний тип перевірки цілісності"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Разом із параметрами --files або --files0 можна вказувати лише один файл."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "У змінній середовища %s міститься надто багато аргументів"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Підтримку стискання було вимкнено під час збирання програми"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Підтримку розпаковування було вимкнено під час збирання програми"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Підтримки стискання файлів lzip (.lz) не передбачено"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list буде проігноровано, якщо дані не стискаються до формату .xz"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr ""
"Якщо вказано --format=raw, слід вказати і --suffix=.SUF, якщо дані\n"
"виводяться не до стандартного виведення"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Максимальна кількість фільтрів — чотири"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Помилка у параметрі --filters%s=ФІЛЬТРИ:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Обмеження на використання пам'яті є надто жорстким для вказаного налаштування фільтрів."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "у --block-list використано ланцюжок фільтрів %u, але його не вказано за допомогою --filters%u="
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Не варто користуватися визначенням рівня у режимі без обробки."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Точний перелік параметрів рівнів може залежати від версій програмного забезпечення."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "У форматі .lzma передбачено підтримку лише фільтра LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 не можна використовувати разом із визначенням формату .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Ланцюжок фільтрування є несумісним із параметром --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Ланцюжок фільтрування %u є несумісним із параметром --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Перемикаємося на однопотоковий режим через використання --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Непідтримувані параметри у ланцюжку фільтрів %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Використовуємо до %<PRIu32> потоків обробки."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Непідтримуваний ланцюжок фільтрування або непідтримувані параметри фільтрування"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Для розпаковування знадобляться %s МіБ пам'яті."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Зменшено кількість потоків обробки з %s до %s, щоб не перевищувати обмеження щодо використання пам'яті у %s МіБ"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Кількість потоків обробки зменшено з %s до одного. Автоматичне обмеження використання пам'яті у %s МіБ усе ще перевищено. Потрібно %s МіБ пам'яті. Продовжуємо роботу попри це."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Перемикаємося на однопотоковий режим, щоб не перевищувати обмеження щодо використання пам'яті у %s МіБ"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Скориговано розмір словника LZMA%c з %s МіБ до %s МіБ, щоб не перевищувати обмеження на використання пам'яті у %s МіБ"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Скориговано розмір словника LZMA%c для --filters%u з %s МіБ до %s МіБ, щоб не перевищувати обмеження на використання пам'яті у %s МіБ"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Помилка під час спроби перейти до ланцюжка фільтрів %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Помилка під час створення каналу: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Не вдалося увімкнути пісочницю"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: помилка poll(): %s"
@@ -170,252 +201,252 @@ msgstr "%s: помилка poll(): %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: здається, файл пересунуто; не вилучаємо"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: не вдалося вилучити: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: не вдалося встановити власника файла: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: не вдалося встановити групу власника файла: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: не вдалося встановити права доступу до файла: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Помилка під час спроби отримання прапорців стану файла зі стандартного джерела вхідних даних: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: є символічним посиланням; пропускаємо"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: є каталогом; пропускаємо"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: не є звичайним файлом; пропускаємо"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: для файла встановлено біт setuid або setgid; пропускаємо"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: для файла встановлено липкий біт; пропускаємо"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: виявлено декілька жорстких посилань на файл із вхідними даними; пропускаємо"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Порожня назва файла; пропускаємо"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Помилка під час спроби відновлення прапорців стану для стандартного джерела вхідних даних: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Помилка під час спроби отримання прапорців стану файла зі стандартного виведення: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Помилка під час спроби відновлення прапорця O_APPEND для стандартного виведення: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: не вдалося закрити файл: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: помилка позиціювання під час спроби створити розріджений файл: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: помилка читання: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: помилка позиціювання у файлі: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: неочікуваний кінець файла"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: помилка під час спроби запису: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Вимкнено"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Обсяг фізичної пам'яті (RAM): "
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Кількість потоків обробки процесором:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Стискання:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Розпакування:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Багатопотокове розпаковування:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Типове для -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Дані щодо обладнання:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Обмеження на використання пам'яті:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Потоки:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Блоки:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Стиснутий розмір:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Нестиснутий розмір:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Пропорція:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Перевірка:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Доповнення потоку:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Потрібний об'єм пам'яті:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Розмір у заголовках:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Кількість файлів:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Потік"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Блок"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Блоки"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "СтисЗсув"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "НестисЗсув"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "СтисРозмір"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "НестисРозмір"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "Загальний розмір"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Пропорція"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Перевірка"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "ЗначПерев"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Заповн"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Заголов"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Прапор"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "ВикПам"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Фільтри"
@@ -423,7 +454,7 @@ msgstr "Фільтри"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Немає"
@@ -431,60 +462,60 @@ msgstr "Немає"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "Невідомо-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "Невідомо-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "Невідомо-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "Невідомо-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "Невідомо-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "Невідомо-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "Невідомо-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "Невідом-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "Невідом-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "Невідом-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "Невідом-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "Невідом-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: файл порожній"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: є надто малим для коректного файла .xz"
@@ -493,26 +524,26 @@ msgstr "%s: є надто малим для коректного файла .xz"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Потоки Блоки Стиснуті Нестиснуті Коеф. Перев. Назва файла"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Так"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Ні"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Мінімальна версія програм XZ: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
@@ -520,38 +551,42 @@ msgstr[0] "%s файл\n"
msgstr[1] "%s файли\n"
msgstr[2] "%s файлів\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Загалом:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list працює лише для файлів .xz (--format=xz або --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Спробуйте «lzmainfo» із файлами .lzma."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "Використання --list скасовує підтримку читання зі стандартного джерела вхідних даних"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: помилка під час читання назв файлів: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: неочікуваний кінець вхідних даних під час читання назв файлів"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s: під час читання назв файлів виявлено нуль-символ; можливо, ви хотіли скористатися --files0, а не --files?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "У поточній версії ще не передбачено підтримки стискання або розпаковування з параметром --robot."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Читання даних зі стандартного джерела вхідних даних неможливе, якщо зі стандартного джерела даних виконується читання назв файлів standard input"
@@ -559,68 +594,68 @@ msgstr "Читання даних зі стандартного джерела
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Внутрішня помилка (вада)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Не вдалося встановити обробники сигналів"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Немає перевірки цілісності; цілісність файлів перевірено не буде"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Непідтримуваний тип перевірки цілісності; перевірки цілісності виконано не буде"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Перевищено обмеження на використання пам'яті"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Формат файла не розпізнано"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Непідтримувані параметри"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Стиснені дані пошкоджено"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Несподіваний кінець вхідних даних"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "Потрібно %s МіБ пам'яті. Обмеження вимкнено."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Потрібно %s МіБ пам'яті. Маємо обмеження у %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: ланцюжок фільтрування: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Спробуйте «%s --help» для отримання докладнішого опису."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -631,17 +666,17 @@ msgstr ""
"Стиснути або розпакувати файли у форматі .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
"Обов’язкові аргументи для довгих форм запису параметрів є обов’язковими і для\n"
"скорочених форм.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Режим роботи:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -653,7 +688,7 @@ msgstr ""
" -t, --test перевірити цілісність стиснених файлів\n"
" -l, --list вивести дані щодо файлів .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -661,7 +696,7 @@ msgstr ""
"\n"
" Модифікатори дій:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -673,7 +708,7 @@ msgstr ""
" -c, --stdout записувати дані до стандартного виведення і не вилучати\n"
" вхідні файли"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -681,10 +716,10 @@ msgstr ""
" --single-stream розпакувати лише перший потік і без запитань\n"
" ігнорувати решту вхідних даних"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -699,7 +734,7 @@ msgstr ""
" --files0[=ФАЙЛ] подібний до --files, але список файлів завершується\n"
" нуль-символом"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -707,23 +742,23 @@ msgstr ""
"\n"
" Базові параметри формату файлів і стискання:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=ФОРМАТ формат файлів для кодування або декодування; можливими\n"
" є значення auto (типове), xz, lzma, lzip та raw\n"
" -C, --check=ТИП тип перевірки цілісності: none («немає», будьте обережні),\n"
" crc32, crc64 (типовий) або sha256"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check не виконувати перевірку цілісності при розпаковуванні"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -732,7 +767,7 @@ msgstr ""
" параметри використання пам'яті для пакування і\n"
" розпакування, перш ніж використовувати рівні 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -741,17 +776,16 @@ msgstr ""
" процесора; не впливає на вимоги щодо пам'яті для\n"
" розпаковування"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=N використовувати не більше N потоків; типовим є\n"
-" значення 1; встановіть значення 0, щоб програма\n"
-" використовувала стільки потоків, скільки є ядер\n"
-" у процесора"
+" значення 0, за якого програма використовує стільки\n"
+" потоків, скільки є ядер у процесора"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -763,17 +797,21 @@ msgstr ""
" встановлення розміру блоку для пакування у декілька\n"
" потоків"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-" --block-list=РОЗМІРИ\n"
+" --block-list=БЛОКИ\n"
" розпочинати нові блоки .xz після вказаних інтервалів\n"
-" нестиснених даних; записи відокремлюються комами"
+" нестиснених даних; записи відокремлюються комами;\n"
+" можна вказати номер ланцюжка фільтрів (0-9) із\n"
+" завершальною «:» до розміру нестиснених даних"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -786,7 +824,7 @@ msgstr ""
" минуло більше за ЧАС_ОЧІКУВАННЯ мілісекунд, витерти\n"
" усі дані у черзі"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -805,7 +843,7 @@ msgstr ""
" або усіх режимів; ОБМЕЖЕННЯ слід вказувати у байтах,\n"
" % RAM або вказати 0 (типове значення)"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -814,7 +852,7 @@ msgstr ""
" обмежень на пам'ять, вивести помилку і не коригувати\n"
" параметри"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -823,7 +861,37 @@ msgstr ""
" Нетиповий ланцюжок фільтрування для стискання (альтернатива використання\n"
" рівнів):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=ФІЛЬТРИ встановити ланцюжок фільтрів за допомогою синтаксису\n"
+" рядків фільтрів liblzma; скористайтеся --filters-help,\n"
+" щоб дізнатися більше"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=ФІЛЬТРИ ... --filters9=ФІЛЬТРИ\n"
+" встановити додаткові ланцюжки фільтрів за допомогою\n"
+" синтаксису рядків ланцюжка фільтрів liblzma для\n"
+" використання з --block-list"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help вивести докладніші відомості щодо синтаксису рядків\n"
+" liblzma і завершити роботу."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -854,7 +922,7 @@ msgstr ""
" bt4; bt4)\n"
" depth=N макс. глибина пошуку; 0=авто (типова)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -864,6 +932,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -875,10 +944,11 @@ msgstr ""
" --powerpc[=ПАРАМ] фільтр BCJ PowerPC (лише зворотний порядок байтів)\n"
" --ia64[=ПАРАМ] фільтр BCJ IA-64 (Itanium)\n"
" --sparc[=ПАРАМ] фільтр BCJ SPARC\n"
+" --riscv[=ПАРАМ] фільтр BCJ RISC-V\n"
" Коректні значення ПАРАМЕТРИ для усіх фільтрів BCJ:\n"
" start=N початковий зсув для перетворень (типовий=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -890,7 +960,7 @@ msgstr ""
" dist=N відстань між байтами, які віднімаються\n"
" один від одного (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -898,7 +968,7 @@ msgstr ""
"\n"
" Інші параметри:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -908,17 +978,17 @@ msgstr ""
" -v, --verbose режим докладних повідомлень; вкажіть двічі, щоб підвищити\n"
" докладність"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn попередження не впливають на стан виходу"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
" --robot використовувати повідомлення для обробки комп'ютером\n"
" (корисно для створення сценаріїв)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
@@ -926,7 +996,7 @@ msgstr ""
" --info-memory вивести загальні дані щодо оперативної пам'яті і поточних\n"
" обмежень щодо її використання, потім завершити роботу"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -936,7 +1006,7 @@ msgstr ""
" -H, --long-help вивести це розширене довідкове повідомлення і завершити\n"
" роботу"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -945,11 +1015,12 @@ msgstr ""
" -H, --long-help показати розгорнуту довідку (із усіма додатковими\n"
" параметрами)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version вивести дані щодо версії програми і завершити роботу"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -962,133 +1033,128 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Сповіщайте розробників про вади за адресою <%s>\n"
"(англійською і фінською).\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Домашня сторінка %s: <%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ЦЕ ТЕСТОВА ВЕРСІЯ, ЯКУ НЕ ПРИЗНАЧЕНО ДЛЯ ПРОМИСЛОВОГО ВИКОРИСТАННЯ."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Ланцюжки фільтрування встановлюються за допомогою параметрів --filters=ФІЛЬТРИ\n"
+"або --filters1=ФІЛЬТРИ ... --filters9=ФІЛЬТРИ. Кожен фільтр у ланцюжку\n"
+"можна відокремлювати від інших пробілами або «--». Крім того, можна вказати\n"
+"шаблон <0-9>[e] замість ланцюжка фільтрів.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Підтримувані фільтри та їхні параметри:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s: параметри -- пари «назва=значення», відокремлені комами"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: некоректна назва параметра"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: некоректне значення параметра"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Непідтримуваний рівень стискання LZMA1/LZMA2: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Сума lc і lp не повинна перевищувати 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: назва файла має невідомий суфікс; пропускаємо"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: файл вже має суфікс назви %s; пропускаємо"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: некоректний суфікс назви файла"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: значення не є невід'ємним десятковим цілим"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s: некоректний суфікс множника"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "Коректними є суфікси «KiB» (2^10), «MiB» (2^20) та «GiB» (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "Значення параметра «%s» має належати до діапазону [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Стиснені дані неможливо прочитати з термінала"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Стиснені дані неможливо записати до термінала"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Користування: %s [--help] [--version] [ФАЙЛ]...\n"
+"Показати відомості, що зберігаються у заголовку файла .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Файл є надто малим, щоб бути файлом .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Не є файлом .lzma"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Не вдалося записати дані до стандартного виведення"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Невідома помилка"
-#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
-#~ msgstr "Вибраний засіб пошуку відповідності потребує принаймні nice=%<PRIu32>"
-
-#~ msgid "Memory usage limit for compression: "
-#~ msgstr "Обмеження пам'яті для пакування: "
-
-#~ msgid " Streams: %s\n"
-#~ msgstr " Потоки: %s\n"
-
-#~ msgid " Blocks: %s\n"
-#~ msgstr " Блоки: %s\n"
-
-#~ msgid " Ratio: %s\n"
-#~ msgstr " Коефіцієнт: %s\n"
-
-#~ msgid " Check: %s\n"
-#~ msgstr " Перевірка: %s\n"
-
-#~ msgid ""
-#~ " Streams:\n"
-#~ " Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding"
-#~ msgstr ""
-#~ " Потоки:\n"
-#~ " Потік Блоки ЗсувСтисн. ЗсувНестисн. РозмСтисн. РозмНестисн Коеф. Перевірка Доповнення"
-
-#~ msgid ""
-#~ " Blocks:\n"
-#~ " Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check"
-#~ msgstr ""
-#~ " Блоки:\n"
-#~ " Потік Блок ЗсувСтисн. ЗсувНестисн. ЗагРозм. РозмНестисн Коеф. Перевірка"
-
-#~ msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
-#~ msgstr " ЗначПер %*s Загол. Прапорці РозмСтисн ВикПам Фільтри"
-
-#~ msgid "Sandbox is disabled due to incompatible command line arguments"
-#~ msgstr "Пісочницю вимкнено через несумісні параметри у рядку команди"
-
-#~ msgid "Sandbox was successfully enabled"
-#~ msgstr "Пісочницю успішно увімкнено"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Не вдалося увімкнути пісочницю"
diff --git a/po/vi.gmo b/po/vi.gmo
index 9f2543c..40fabad 100644
--- a/po/vi.gmo
+++ b/po/vi.gmo
Binary files differ
diff --git a/po/vi.po b/po/vi.po
index 5f0ee03..2cda72f 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -1,14 +1,16 @@
+# SPDX-License-Identifier: 0BSD
+#
# Vietnamese translations for xz package
# Bản dịch tiếng Việt cho gói xz.
-# This file is put in the public domain.
-# Trần Ngọc Quân <vnwildman@gmail.com>, 2014, 2023.
+# This file is published under the BSD Zero Clause License.
+# Trần Ngọc Quân <vnwildman@gmail.com>, 2014-2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-22 10:00+0700\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-24 10:23+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
"Language: vi\n"
@@ -17,143 +19,172 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Gtranslator 42.0\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s: Đối số cho --block-list không hợp lệ"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s: Quá nhiều đối số cho --block-list"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "Trong --block-list, cỡ khối thiếu sau số mắt xích bộ lọc '%c:'"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 chỉ có thể dùng như là phần tử cuối trong --block-list"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s: Không hiểu kiểu định dạng tập tin"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s: Không hỗ trợ kiểu kiểm tra toàn vẹn"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "Chỉ được đưa ra một tập tin cho “--files” hay “--files0”."
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "Biến môi trường %s chứa quá nhiều đối số"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "Hỗ trợ nén đã bị vô hiệu hóa tại thời điểm biên dịch"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "Hỗ trợ giải nén đã bị vô hiệu hóa tại thời điểm biên dịch"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "Nén tệp lzip (.lz) không được hỗ trợ"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "--block-list bị bỏ qua trừ khi nén theo định dạng .xz"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "Với --format=raw, --suffix=.SUF được yêu cầu trừ trường hợp ghi ra đầu ra tiêu chuẩn"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "Số lượng bộ lọc tối đa là bốn"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "Có lỗi trong tùy chọn --filters%s=FILTERS:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "Mức giới hạn dùng bộ nhớ là quá thấp cho việc cài đặt bộ lọc đã cho."
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "móc xích lọc %u được sử dụng bởi --block-list nhưng lại chưa đưa ra gì với --filters%u="
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "Dùng hiện tại trong chế độ thô là ngớ ngẩn."
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "Các tùy chọn trích xuất của chỉnh trước có thể biến đổi phụ thuộc vào phiên bản."
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr "Định dạng .lzma chỉ hỗ trợ bộ lọc LZMA1"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 không thể được dùng với định dạng .xz"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "Móc xích lọc là không tương thích với --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "Móc xích lọc %u là không tương thích với --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "Chuyển sang chế độ đơn tuyến trình bởi vì --flush-timeout"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "Các tùy chọn không được hỗ trợ trong chuỗi móc xích %u"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "Dùng đến %<PRIu32> tuyến trình."
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "Không hỗ trợ lọc móc xích hay tùy chọn lọc"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "Giải nén sẽ cần %s MiB bộ nhớ."
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "Đã giảm số lượng tuyến trình từ %s xuống %s để không vượt quá giới hạn sử dụng bộ nhớ là %s MiB"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "Đã giảm số lượng tuyến trình từ %s xuống còn một. Giới hạn sử dụng bộ nhớ tự động %s MiB vẫn đang bị vượt quá. Cần có %s MiB bộ nhớ. Vẫn tiếp tục."
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "Chuyển sang chế độ đơn tuyến trình để không vượt quá giới hạn sử dụng bộ nhớ là %sMiB"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "Chỉnh cỡ từ điển LZMA%c từ %s MiB thành %s MiB để không vượt quá giới hạn tiêu dùng bộ nhớ là %s MiB"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, c-format
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Chỉnh cỡ từ điển LZMA%c cho --filters%u từ %s MiB thành %s MiB để không vượt quá giới hạn tiêu dùng bộ nhớ là %s MiB"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "Gặp lỗi thay đổi chuỗi móc xích lọc %u: %s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "Gặp lỗi khi tạo một ống dẫn: %s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "Không bật được sandbox"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s: hàm poll() bị lỗi: %s"
@@ -168,252 +199,252 @@ msgstr "%s: hàm poll() bị lỗi: %s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s: Tập tin có lẽ đã bị di chuyển, không phải gỡ bỏ"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s: Không thể gỡ bỏ: %s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s: Không thể đặt chủ sở hữu tập tin: %s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s: Không thể đặt nhóm tập tin: %s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s: Không thể đặt chế độ đọc ghi cho tập tin: %s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "Gặp lỗi khi lấy các cờ trạng thái tập tin từ đầu vào tiêu chuẩn: %s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s: Là một liên kết mềm nên bỏ qua"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s: Không phải là một thư mục nên bỏ qua"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s: Không phải là tập tin thường nên bỏ qua"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s: Tập tin có đặt bít setuid hoặc setgid nên bỏ qua"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s: Tập tin có bít sticky nên bỏ qua"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s: Tập tin đầu vào có nhiều hơn một liên kết cứng nên bỏ qua"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "Tên tập tin trống rỗng nên bỏ qua"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "Gặp lỗi khi phục hồi các cờ trạng thái tới đầu vào tiêu chuẩn: %s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "Gặp lỗi khi lấy các cờ trạng thái tập tin từ đầu vào tiêu chuẩn: %s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "Gặp lỗi khi phục hồi cờ O_APPEND trên đầu ra tiêu chuẩn: %s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s: Gặp lỗi khi đóng tập tin: %s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s: Gặp lỗi khi di chuyển vị trí đọc khi cố tạo một tập tin rải rác: %s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s: Lỗi đọc: %s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s: Gặp lỗi khi di chuyển vị trí đọc tập tin: %s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s: Kết thúc tập tin bất ngờ"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s: Lỗi ghi: %s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "Bị tắt"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "Tổng dung lượng bộ nhớ vật lý (RAM):"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "Số luồng bộ xử lý:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "Nén:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "Giải nén:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "Giải nén đa luồng:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "Mặc định cho -T0:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "Thông tin phần cứng:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "Đã chạm mốc giới hạn sử dụng bộ nhớ:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "Các luồng dữ liệu:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "Khối:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "Kích cỡ đã nén:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "Kích cỡ đã giải nén:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "Tỉ lệ:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "Kiểm tra:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "Đệm luồng dữ liệu:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "Bộ nhớ cần:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "Kích cỡ phần đầu:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "Số lượng tập tin:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "Luồng dữ liệu"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "Khối"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "Khối"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "BùNén"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "BùGiảiNén"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "CỡNén"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "CỡGiảiNén"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "CỡTổng"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "Tỷ lệ"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "Kiểm tra"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "Gtr.Kiểm"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "Đệm"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "Phần đầu"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "Cờ"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "DùngBộNhớ"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "Bộ lọc"
@@ -421,7 +452,7 @@ msgstr "Bộ lọc"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "Không"
@@ -429,60 +460,60 @@ msgstr "Không"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
-msgstr "Chưa_biết2"
+msgstr "ChưaBiết2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
-msgstr "Chưa_biết3"
+msgstr "ChưaBiết3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
-msgstr "Chưa_biết5"
+msgstr "ChưaBiết5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
-msgstr "Chưa_biết6"
+msgstr "ChưaBiết6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
-msgstr "Chưa_biết7"
+msgstr "ChưaBiết7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
-msgstr "Chưa_biết8"
+msgstr "ChưaBiết8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
-msgstr "Chưa_biết9"
+msgstr "ChưaBiết9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "ChưaBiết11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "ChưaBiết12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "ChưaBiết13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "ChưaBiết14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "ChưaBiết15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s: Tập tin trống rỗng"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s: Là quá nhỏ đối với tập tin .xz hợp lệ"
@@ -491,63 +522,67 @@ msgstr "%s: Là quá nhỏ đối với tập tin .xz hợp lệ"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr "Luồng Khối Nén Giải nén Tỷ lệ Ktra Tập tin"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "Có"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "Không"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " Phiên bản “XZ Utils” tối thiểu: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s tập tin\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "Tổng cộng:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list chỉ hoạt động trên các tập tin .xz (--format=xz hay --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr "Thử 'lzmainfo' với các tập tin .lzma."
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list không hỗ trợ đọc từ đầu vào tiêu chuẩn"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s: Gặp lỗi khi đọc tên tập tin: %s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s: Gặp kết thúc đầu vào bất ngờ khi đọc các tên tập tin"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s: Gặp ký hiệu Null khi đọc tên tập tin; có lẽ ý bạn muốn là dùng “--files0” chứ không phải “--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s: Gặp ký hiệu null khi đọc tên tập tin; có lẽ ý bạn muốn là dùng “--files0” chứ không phải “--files'?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "Nén và giải nén với --robot vẫn chưa được hỗ trợ."
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "Không thể đọc dữ liệu từ đầu vào tiêu chuẩn khi đọc tập tin từ đầu vào tiêu chuẩn"
@@ -555,68 +590,68 @@ msgstr "Không thể đọc dữ liệu từ đầu vào tiêu chuẩn khi đọ
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s: "
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "Lỗi nội bộ (lỗi)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "Không thể thiết lập bộ xử lý tín hiệu"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "Không có kiểm tra toàn vẹn nên không thể thẩm tra tính toàn vẹn của tập tin"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "Kiểu kiểm tra toàn vẹn chưa được hỗ trợ; nên không thể thẩm tra tính toàn vẹn của tập tin"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "Đã chạm mốc giới hạn sử dụng bộ nhớ"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "Không nhận ra định dạng tập tin"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "Tùy chọn không được hỗ trợ"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "Dữ liệu đã nén bị hỏng"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "Gặp kết thúc đầu vào bất ngờ"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "Yêu cầu cần có %s MiB bộ nhớ. Nhưng giới hạn bị tắt."
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "Yêu cầu cần có %s MiB bộ nhớ. Nhưng giới hạn là %s."
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s: Móc xích lọc: %s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "Hãy chạy lệnh “%s --help” để xem thông tin thêm."
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -627,15 +662,15 @@ msgstr ""
"Nén hoặc giải nén các TẬP TIN có định dạng .xz.\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "Các tùy chọn dài bắt buộc phải có đối số thì với tùy chọn ngắn cũng vậy.\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " Chế độ thao tác:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -647,7 +682,7 @@ msgstr ""
" -t, --test kiểm tra tính toàn vẹn của tập tin nén\n"
" -l, --list liệt kê các thông tin về tập tin .xz"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -655,7 +690,7 @@ msgstr ""
"\n"
" Bộ chỉnh sửa thao tác:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -665,7 +700,7 @@ msgstr ""
" -f, --force buộc ghi đè tập tin đầu ra và (giải) nén các liên kết\n"
" -c, --stdout ghi ra đầu ra tiêu chuẩn và không xóa tập tin đầu vào"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -673,10 +708,10 @@ msgstr ""
" --single-stream chỉ giải nén luồng dữ liệu đầu, và bỏ qua\n"
" dữ liệu đầu vào còn lại có thể"
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -689,7 +724,7 @@ msgstr ""
" chuẩn; chúng phải được kết thúc bằng ký tự dòng mới\n"
" --files0[=TẬP-TIN] giống --files nhưng ký tự kết thúc là null"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -697,23 +732,23 @@ msgstr ""
"\n"
" Các tùy chọn về định dạng và nén cơ bản:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=ĐDạng định dạng tập tin cần mã hóa hoặc giải mã; giá trị có thể\n"
" là “auto” (mặc định), “xz”, “lzma”, “lzip”, và “raw”\n"
" -C, --check=KIỂM kiểu kiểm tra toàn vẹn: “none” (thận trọng khi dùng),\n"
" “crc32”, “crc64” (mặc định), hay “sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check không thẩm tra tính toàn vẹn khi giải nén"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -721,7 +756,7 @@ msgstr ""
" -0 ... -9 đặt mức nén; mặc định là 6; tiêu dùng nhiều bộ nhớ khi nén\n"
" và giải nén, nên tính toán trước khi dùng 7-9!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -729,15 +764,15 @@ msgstr ""
" -e, --extreme cố gắng nâng cao mức nén bằng cách dùng nhiều CPU hơn;\n"
" nhưng không yêu cần nhiều bộ nhớ khi giải nén"
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-" -T, --threads=SỐ dùng tối đa là SỐ tuyến trình; mặc định là 1; đặt\n"
-" thành 0 để dùng số lượng bằng số lõi vi xử lý"
+" -T, --threads=SỐ dùng tối đa là SỐ tuyến trình; mặc định là 0 ý là\n"
+" dùng số lượng bằng số lõi vi xử lý"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -747,17 +782,21 @@ msgstr ""
" bắt đầu một khối .xz mới sau mỗi CỠ byte của đầu vào;\n"
" dùng tùy chọn này để đặt cỡ khối cho nén tuyến trình"
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=CỠ\n"
" bắt đầu một khối .xz mới sau một danh sách ngăn\n"
-" cách bằng dấu phẩy nhịp dữ của dữ liệu chưa nén"
+" cách bằng dấu phẩy nhịp dữ của dữ liệu chưa nén; tùy chọn\n"
+" chỉ định số móc xích bộ lọc (0-9) theo sau là ':' trước\n"
+" kích cỡ dữ liệu chưa nén"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -769,7 +808,7 @@ msgstr ""
" kể từ lần đẩy dữ liệu lên đĩa trước đó và đang đọc thêm\n"
" khối nữa, mọi dữ liệu đang chờ sẽ được ghi lên đĩa"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -788,7 +827,7 @@ msgstr ""
" giải nén tuyến trình, hoặc tất cả; GIỚI_HẠN có đơn vị là\n"
" byte, % của RAM, hay 0 cho mặc định"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -796,7 +835,7 @@ msgstr ""
" --no-adjust nếu các cài đặt nén vượt quá giới hạn dùng bộ nhớ,\n"
" đưa ra một lỗi thay vì sửa đổi các cài đặt xuống"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -804,7 +843,35 @@ msgstr ""
"\n"
" Móc xích lọc tùy chỉnh cho nén (thay cho việc dùng chỉnh trước):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+"\n"
+" --filters=CÁC_BỘ_LỌC đặt móc xích bộ lọc sử dụng cú pháp chuỗi bộ lọc\n"
+" liblzma dùng để biết thêm chi tiết"
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+" --filters1=CÁC_BỘ_LỌC ... --filters9=CÁC_BỘ_LỌC\n"
+" đặt móc xích lọc thêm sử dụng cú pháp chuỗi bộ lọc\n"
+" liblzma để dùng với --block-list"
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+" --filters-help hiển thị thêm thông tin về cú pháp bộ lọc liblzma\n"
+" rồi thoát."
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -832,7 +899,7 @@ msgstr ""
" mf=TÊN bộ tìm khớp (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=SỐ mức sâu tìm kiếm tối đa; 0=tự động (mặc định)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -842,6 +909,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -853,10 +921,11 @@ msgstr ""
" --powerpc[=OPTS] bộ lọc PowerPC BCJ (chỉ big endian)\n"
" --ia64[=OPTS] bộ lọc IA-64 (Itanium) BCJ\n"
" --sparc[=OPTS] bộ lọc SPARC BCJ\n"
+" --riscv[=OPTS] bộ lọc RISC-V BCJ\n"
" các tùy chọn hợp lệ cho mọi bộ lọc BCJ:\n"
" start=SỐ khoảng bù khởi đầu cho chuyển đổi (mặc định=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -869,7 +938,7 @@ msgstr ""
" dist=SỐ khoảng cách giữa các byte được trừ từ\n"
" những cái khác (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -877,56 +946,59 @@ msgstr ""
"\n"
" Tùy chọn khác:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
msgstr ""
" -q, --quiet không xuất các cảnh báo;\n"
-" chỉ định hai lần nến bạn muốn chặn cả báo lỗi\n"
+" chỉ định hai lần nến bạn muốn chặn cả báo lỗi\n"
" -v, --verbose thông báo chi tiết; dùng hai lần nếu muốn chi tiết hơn"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
-msgstr " -Q, --no-warn làm cho các cảnh báo không ảnh hưởng đến trạng thái thoát"
+msgstr ""
+" -Q, --no-warn làm cho các cảnh báo không ảnh hưởng đến\n"
+" trạng thái thoát"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
-" --robot dùng các thông điệp máy có thể phân tích\n"
-" (hữu dụng với scripts)"
+" --robot dùng các thông báo mà máy có thể phân tích\n"
+" (hữu dụng với scripts)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
msgstr ""
" --info-memory hiển thị tổng lượng RAM và mức giới hạn tiêu dùng\n"
-" bộ nhớ hiện tại, rồi thoát"
+" bộ nhớ hiện tại, rồi thoát"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
msgstr ""
" -h, --help hiển thị trợ giúp dạng ngắn gọn\n"
-" (chỉ liệt kê các tùy chọn cơ bản)\n"
+" (chỉ liệt kê các tùy chọn cơ bản)\n"
" -H, --long-help hiển thị trợ giúp đầy đủ rồi thoát"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
msgstr ""
" -h, --help hiển thị trợ giúp dạng ngắn gọn rồi thoát\n"
" -H, --long-help hiển thị trợ giúp đầy đủ\n"
-" (liệt kê cả những tùy chọn cấp cao)"
+" (liệt kê cả những tùy chọn cấp cao)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version hiển thị số phiên bản và thoát"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -938,96 +1010,132 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
"Hãy báo cáo lỗi cho <%s> (bằng tiếng Anh hoặc Phần Lan).\n"
-"Thông báo lỗi dịch cho: <http://translationproject.org/team/vi.html>.\n"
+"Thông báo lỗi dịch cho: <https://translationproject.org/team/vi.html>.\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Trang chủ %s: <%s>.\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "ĐÂY LÀ PHIÊN BẢN PHÁT TRIỂN VÀ NÓ KHÔNG PHÙ HỢP VỚI MỤC ĐÍCH SẢN XUẤT."
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+"Các móc xích lọc được đặt bằng --filters=CÁC_BỘ_LỌC hoặc các tùy chọn\n"
+"--filters1=CÁC_BỘ_LỌC ... --filters9=CÁC_BỘ_LỌC. Mỗi bộ lọc trong chuỗi\n"
+"có thể được ngăn cách bằng khoảng trắng hoặc '--'. Cách khác là dùng <0-9>[e]\n"
+"để chỉ định thay thay cho móc xích lọc.\n"
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr "Các bộ lọc và các tùy chọn của chúng được hỗ trợ là:"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
-msgstr "%s: Các tùy chọn phải là các cặp “name=value” ngăn cách nhau bằng dấu phẩy"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
+msgstr "%s: Các tùy chọn phải là các cặp “tên=giá_trị” ngăn cách nhau bằng dấu phẩy"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s: Tên tùy chọn không hợp lệ"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s: Giá trị của tùy chọn không hợp lệ"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "Hiện nay chưa hỗ trợ LZMA1/LZMA2: %s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "Tổng số lượng lc và lp không được vượt quá 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s: Tên tập tin có phần hậu tố chưa biết nên bỏ qua"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s: Tập tin đã sẵn có hậu tố “%s” nên bỏ qua"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s: Hậu tố tên tập tin không hợp lệ"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s: Giá trị không phải là số thập phân nguyên không âm"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
-msgstr "%s: Hậu tố nhân tố không hợp lệ"
+msgstr "%s: Hậu tố (đơn vị) nhân tố không hợp lệ"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
-msgstr "Các hậu tố hợp lệ là “KiB” (2^10), “MiB” (2^20), và “GiB” (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
+msgstr "Các hậu tố (đơn vị) hợp lệ là “KiB” (2^10), “MiB” (2^20), và “GiB” (2^30)."
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
-msgstr "Giá trị cuả tùy chọn “%s” phải nằm trong vùng [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "Giá trị của tùy chọn “%s” phải nằm trong vùng [%<PRIu64>, %<PRIu64>]"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "Dữ liệu đã nén không thể đọc từ thiết bị cuối"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "Dữ liệu đã nén không thể ghi ra thiết bị cuối"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+"Cách dùng: %s [--help] [--version] [TẬP TIN]...\n"
+"Hiển thị thông tin được lưu trong phần đầu của tập tin .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr "Tập tin quá nhỏ để có thể là một tin .lzma"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr "Không phải là một tập tin .lzma"
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "Gặp lỗi khi ghi dữ liệu vào đầu ra tiêu chuẩn"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "Lỗi chưa biết"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "Không bật được sandbox"
+
#~ msgid "Memory usage limit for compression: "
#~ msgstr "Mức giới hạn dùng bộ nhớ cho nén: "
diff --git a/po/xz.pot b/po/xz.pot
index f9dc5a8..14cf4d9 100644
--- a/po/xz.pot
+++ b/po/xz.pot
@@ -1,13 +1,16 @@
+# SPDX-License-Identifier: 0BSD
+#
# SOME DESCRIPTIVE TITLE.
-# This file is put in the public domain.
+# Copyright (C) The XZ Utils authors and contributors
+# This file is published under the BSD Zero Clause License.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.5\n"
+"Project-Id-Version: xz 5.6.2\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 18:17+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,142 +20,170 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr ""
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr ""
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr ""
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr ""
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr ""
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr ""
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr ""
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr ""
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr ""
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr ""
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr ""
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr ""
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr ""
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr ""
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr ""
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr ""
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr ""
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr ""
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr ""
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr ""
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr ""
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr ""
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr ""
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr ""
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr ""
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr ""
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr ""
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr ""
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
#, c-format
-msgid "Error creating a pipe: %s"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr ""
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
msgstr ""
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
+#: src/xz/file_io.c
+#, c-format
+msgid "Error creating a pipe: %s"
msgstr ""
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr ""
@@ -167,252 +198,252 @@ msgstr ""
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr ""
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr ""
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr ""
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr ""
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr ""
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr ""
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr ""
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr ""
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr ""
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr ""
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr ""
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr ""
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr ""
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr ""
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr ""
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr ""
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr ""
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr ""
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr ""
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr ""
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr ""
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr ""
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr ""
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr ""
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr ""
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr ""
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr ""
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr ""
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr ""
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr ""
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr ""
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr ""
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr ""
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr ""
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr ""
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr ""
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr ""
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr ""
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr ""
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr ""
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr ""
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr ""
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr ""
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr ""
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr ""
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr ""
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr ""
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr ""
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr ""
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr ""
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr ""
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr ""
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr ""
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr ""
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr ""
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr ""
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr ""
@@ -420,7 +451,7 @@ msgstr ""
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr ""
@@ -428,60 +459,60 @@ msgstr ""
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr ""
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr ""
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr ""
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr ""
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr ""
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr ""
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr ""
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr ""
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr ""
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr ""
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr ""
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr ""
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr ""
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr ""
@@ -490,64 +521,68 @@ msgstr ""
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr ""
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr ""
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr ""
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr ""
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] ""
msgstr[1] ""
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr ""
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr ""
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr ""
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr ""
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr ""
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr ""
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr ""
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr ""
@@ -555,68 +590,68 @@ msgstr ""
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr ""
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr ""
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr ""
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr ""
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr ""
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr ""
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr ""
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr ""
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr ""
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr ""
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr ""
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr ""
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr ""
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr ""
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -624,15 +659,15 @@ msgid ""
"\n"
msgstr ""
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr ""
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr ""
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -640,86 +675,88 @@ msgid ""
" -l, --list list information about .xz files"
msgstr ""
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
msgstr ""
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
" -c, --stdout write to standard output and don't delete input files"
msgstr ""
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
msgstr ""
-#: src/xz/message.c:996
+#: src/xz/message.c
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
" --files0[=FILE] like --files but use the null character as terminator"
msgstr ""
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
msgstr ""
-#: src/xz/message.c:1007
+#: src/xz/message.c
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr ""
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
msgstr ""
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
msgstr ""
-#: src/xz/message.c:1024
+#: src/xz/message.c
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
" use this to set the block size for threaded compression"
msgstr ""
-#: src/xz/message.c:1033
+#: src/xz/message.c
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -727,7 +764,7 @@ msgid ""
" would block, all pending data is flushed out"
msgstr ""
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -739,19 +776,39 @@ msgid ""
" bytes, % of RAM, or 0 for defaults"
msgstr ""
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
msgstr ""
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
msgstr ""
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -767,7 +824,7 @@ msgid ""
" depth=NUM maximum search depth; 0=automatic (default)"
msgstr ""
-#: src/xz/message.c:1082
+#: src/xz/message.c
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -777,11 +834,12 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -789,49 +847,50 @@ msgid ""
" from each other (1-256; 1)"
msgstr ""
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
msgstr ""
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
msgstr ""
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr ""
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr ""
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
msgstr ""
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
msgstr ""
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
msgstr ""
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr ""
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -841,90 +900,117 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr ""
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr ""
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+msgid "The supported filters and their options are:"
+msgstr ""
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr ""
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr ""
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr ""
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr ""
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr ""
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr ""
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr ""
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr ""
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr ""
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr ""
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr ""
-#: src/xz/util.c:168
+#: src/xz/util.c
#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr ""
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr ""
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr ""
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+msgid "File is too small to be a .lzma file"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr ""
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr ""
diff --git a/po/xz.pot-header b/po/xz.pot-header
new file mode 100644
index 0000000..6d277c9
--- /dev/null
+++ b/po/xz.pot-header
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: 0BSD
+#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) The XZ Utils authors and contributors
+# This file is published under the BSD Zero Clause License.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
index 60b4f90..49d044b 100644
--- a/po/zh_CN.gmo
+++ b/po/zh_CN.gmo
Binary files differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 7b49c02..d3e0892 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,14 +1,14 @@
# Chinese translations for xz package
# xz 软件包的简体中文翻译。
# This file is put in the public domain.
-# Boyuan Yang <073plan@gmail.com>, 2019, 2022, 2023.
+# Boyuan Yang <073plan@gmail.com>, 2019, 2022, 2023, 2024.
#
msgid ""
msgstr ""
-"Project-Id-Version: xz 5.4.4-pre1\n"
+"Project-Id-Version: xz 5.6.0-pre1\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
-"PO-Revision-Date: 2023-07-19 14:24-0400\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
+"PO-Revision-Date: 2024-02-05 15:15-0500\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
"Language: zh_CN\n"
@@ -17,144 +17,173 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.2.2\n"
+"X-Generator: Poedit 3.4.2\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s:--block-list 的无效参数"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s:--block-list 得到过多参数"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr "在 --block-list 中,块大小在过滤器链编号 '%c:' 之后缺失"
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 仅可用于 --block-list 的最后一个元素"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s:未知文件格式类型"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s:不支持的完整性检查类型"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
-msgstr "仅可使用“--files”或“--files0”指定一个文件。"
+#: src/xz/args.c
+msgid "Only one file can be specified with '--files' or '--files0'."
+msgstr "仅可使用 '--files' 或 '--files0' 指定单个文件。"
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, c-format
msgid "%s: %s"
msgstr "%s:%s"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "环境变量 %s 包含过多参数"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "压缩支持已在构建时禁用"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "解压支持已在构建时禁用"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "不支持对 lzip 文件 (.lz) 的压缩"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr "除非压缩为 .xz 格式,--block-list 将被忽略"
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "启用 --format-raw 选项时,必须指定 --suffix=.SUF 获知写入至标准输出"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "过滤器最多数量为四"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr "在 --filters%s=过滤器 选项中出现错误:"
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "内存用量限制对指定过滤器设置过低。"
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr "--block-list 使用了过滤器链 %u,但未经由 --filters%u= 指定"
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "不推荐在 raw 模式使用预设等级。"
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "各个预设等级所使用的准确选项列表在不同软件版本之间可能不同。"
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr ".lzma 格式只支持 LZMA1 过滤器"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 无法用于 .xz 格式"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
-msgstr "过滤器链和 --flush-timeout 不兼容"
+#: src/xz/coder.c
+#, c-format
+msgid "Filter chain %u is incompatible with --flush-timeout"
+msgstr "过滤器链 %u 和 --flush-timeout 不兼容"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "因 --flush-timeout 而切换至单线程模式"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, c-format
+msgid "Unsupported options in filter chain %u"
+msgstr "过滤器链 %u 中存在不支持的选项"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "使用最多 %<PRIu32> 个线程。"
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "不支持的过滤器链或过滤器选项"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "解压缩需要 %s MiB 的内存。"
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "已将所使用的线程数从 %s 减小为 %s,以不超出 %s MiB 的内存用量限制"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "已将所使用的线程数从 %s 减小为 1。这仍然超出了自动的内存使用限制 %s MiB。需要 %s MiB 的内存。继续操作。"
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "正在切换到单线程模式以不超出 %s MiB 的内存用量限制"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "已调整 LZMA%c 字典大小(从 %s MiB 调整为 %s MiB),以不超出 %s MiB 的内存用量限制"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "已调整 LZMA%c 字典大小(从 %s MiB 调整为 %s MiB),以不超出 %s MiB 的内存用量限制"
+
+#: src/xz/coder.c
+#, c-format
+msgid "Error changing to filter chain %u: %s"
+msgstr "更改为过滤器链 %u 时出错:%s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "创建管道时出错:%s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "沙盒启用失败"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s:poll() 失败:%s"
@@ -169,252 +198,252 @@ msgstr "%s:poll() 失败:%s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s:文件似乎已移动,不再进行删除操作"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s:无法删除:%s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s:无法设置文件所有者:%s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s:无法设置文件所有组:%s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s:无法设置文件权限:%s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "从标准输入获取文件状态标志出错:%s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s:是符号链接,跳过"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s:是目录,跳过"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s:不是标准文件,跳过"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s:文件有设置用户ID或设置组ID标识,跳过"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s:文件有粘滞位标识,跳过"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s:输入文件有多于一个硬链接,跳过"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "空文件名,跳过"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "回复标准输入的状态标志时出错:%s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "获取标准输出的文件状态标志时出错:%s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "恢复标准输出的 O_APPEND 标志时出错:%s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s:关闭文件失败:%s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s:尝试创建稀疏文件时 seek 失败:%s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s:读取错误:%s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s:seek 文件时出错:%s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s:未预期的文件结束"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s:写入错误:%s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "已禁用"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "物理内存(RAM)用量:"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "处理器线程数:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "压缩:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "解压缩:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "多线程解压缩:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "-T0 的默认值:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "硬件信息:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "内存使用限制:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "流:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "块:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "压缩后大小:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "解压缩大小:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "比例:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "校验:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "流填充大小:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "所需内存:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "头部存放大小:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "文件数量:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "流"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "块"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "块"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "压缩偏移量"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "解压偏移量"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "压缩后大小"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "解压缩大小"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "总大小"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "比例"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "校验"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "校验值"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "填充"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "头部"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "标志"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "内存用量"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "过滤器"
@@ -422,7 +451,7 @@ msgstr "过滤器"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "无"
@@ -430,60 +459,60 @@ msgstr "无"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "未知-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "未知-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "未知-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "未知-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "未知-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "未知-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "未知-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "未知-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "未知-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "未知-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "未知-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "未知-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s:文件为空"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s:过小而不是有效的 .xz 文件"
@@ -492,63 +521,67 @@ msgstr "%s:过小而不是有效的 .xz 文件"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr " 流 块 压缩大小 解压大小 比例 校验 文件名"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "是"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "否"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " 最低 XZ Utils 版本:%s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s 文件\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "总计:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list 仅适用于 .xz 文件(--format=xz 或 --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list 不支持从标准输入读取"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s:读取文件名列表时出错:%s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s:读取文件名列表时遇到未预期的输入结束"
-#: src/xz/main.c:120
+#: src/xz/main.c
#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
-msgstr "%s:读取文件名列表时获得了空字符;您可能想要使用“--files0”而非“--files”?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
+msgstr "%s:读取文件名列表时获得了空字符;您可能想要使用 '--files0' 而非 '--files'?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "尚不支持带 --robot 的压缩和解压缩。"
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "无法同时从标准输入读取数据和文件名列表"
@@ -556,68 +589,68 @@ msgstr "无法同时从标准输入读取数据和文件名列表"
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s:"
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "内部错误(bug)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "无法建立信号处理器"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "无完整性检查;将不验证文件完整性"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "不支持的完整性检查类型;将不验证文件完整性"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "达到内存使用限制"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "无法识别文件格式"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "不支持的选项"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "压缩数据已损坏"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "输入意外结束"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "需要 %s MiB 的内存空间。限制已禁用。"
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "需要 %s MiB 的内存空间。限制为 %s。"
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s:过滤器链:%s\n"
-#: src/xz/message.c:935
+#: src/xz/message.c
#, c-format
-msgid "Try `%s --help' for more information."
-msgstr "请尝试执行“%s --help”来获取更多信息。"
+msgid "Try '%s --help' for more information."
+msgstr "请尝试执行 '%s --help' 来获取更多信息。"
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -628,15 +661,15 @@ msgstr ""
"使用 .xz 格式压缩或解压缩文件。\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "必选参数对长短选项同时适用。\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " 操作模式:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -648,7 +681,7 @@ msgstr ""
" -t, --test 测试压缩文件完整性\n"
" -l, --list 列出 .xz 文件的信息"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -656,7 +689,7 @@ msgstr ""
"\n"
" 操作修饰符:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -666,16 +699,24 @@ msgstr ""
" -f, --force 强制覆写输出文件和(解)压缩链接\n"
" -c, --stdout 向标准输出写入,同时不要删除输入文件"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
msgstr " --single-stream 仅解压缩第一个流,忽略其后可能继续出现的输入数据"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -687,7 +728,7 @@ msgstr ""
" 将从标准输入读取文件名列表;文件名必须使用换行符分隔\n"
" --files0[=文件] 类似 --files,但使用空字符进行分隔"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -695,12 +736,18 @@ msgstr ""
"\n"
" 基本文件格式和压缩选项:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -F, --format=FMT file format to encode or decode; possible values are\n"
+#| " `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
+#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
+#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=格式 要编码或解码的文件格式;可能的值包括\n"
" “auto”(默认)、“xz”、“lzma”、\n"
@@ -708,11 +755,11 @@ msgstr ""
" -C, --check=类型 完整性检查类型:“none”(请谨慎使用)、\n"
" “crc32”、“crc64”(默认)或“sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check 解压缩时不要进行完整性检查验证"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -720,7 +767,7 @@ msgstr ""
" -0 ... -9 压缩预设等级;默认为 6;使用 7-9 的等级之前,请先考虑\n"
" 压缩和解压缩所需的内存用量!(会占用大量内存空间)"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -728,15 +775,19 @@ msgstr ""
" -e, --extreme 尝试使用更多 CPU 时间来改进压缩比率;\n"
" 不会影响解压缩的内存需求量"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=数量 使用最多指定数量的线程;默认值为 1;设置为 0\n"
" 可以使用与处理器内核数量相同的线程数"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -746,17 +797,24 @@ msgstr ""
" 输入每读取指定块大小的数据后即开始一个新的 .xz 块;\n"
" 使用该选项可以设置多线程压缩中的块大小"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=块大小列表\n"
" 在所给出的未压缩数据间隔大小的数据之后开始一个新的\n"
" .xz 块(使用逗号分隔)"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -767,7 +825,7 @@ msgstr ""
" 进行压缩时,如果从上次刷洗输出之后经过了指定的超时时间\n"
" 且读取更多数据会被阻塞,则刷洗输出所有缓冲数据"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -786,13 +844,13 @@ msgstr ""
" 所指定限制量单位为字节,或以百分号 % 结尾表示内存比例,\n"
" 或者指定 0 取软件默认值"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
msgstr " --no-adjust 如果压缩设置超出内存用量限制,不调整设置而直接报错"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -800,7 +858,27 @@ msgstr ""
"\n"
" 用于压缩的自定义过滤器链(不使用预设等级时的备选用法):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -829,7 +907,19 @@ msgstr ""
" (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=数字 最大搜索深度; 0=自动(默认)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
+#| " --arm[=OPTS] ARM BCJ filter\n"
+#| " --armthumb[=OPTS] ARM-Thumb BCJ filter\n"
+#| " --arm64[=OPTS] ARM64 BCJ filter\n"
+#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
+#| " --sparc[=OPTS] SPARC BCJ filter\n"
+#| " Valid OPTS for all BCJ filters:\n"
+#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -839,6 +929,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -853,7 +944,7 @@ msgstr ""
" 所有过滤器可用选项:\n"
" start=数字 转换的起始偏移量(默认=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -864,7 +955,7 @@ msgstr ""
" --delta[=选项] 增量过滤器;有效选项(有效值;默认值):\n"
" dist=NUM 相减的字节之间的距离 (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -872,7 +963,7 @@ msgstr ""
"\n"
" 其它选项:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -880,21 +971,21 @@ msgstr ""
" -q, --quiet 不显示警告信息;指定两次可不显示错误信息\n"
" -v, --verbose 输出详细信息;指定两次可以输出更详细的信息"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn 使得警告信息不影响程序退出返回值"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot 使用机器可解析的信息(对于脚本有用)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
msgstr " --info-memory 显示 RAM 总量和当前配置的内存用量限制,然后退出"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -902,7 +993,7 @@ msgstr ""
" -h, --help 显示短帮助信息(仅列出基本选项)\n"
" -H, --long-help 显示本长帮助信息"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -910,11 +1001,12 @@ msgstr ""
" -h, --help 显示本短帮助信息并退出\n"
" -H, --long-help 显示长帮助信息(同时列出高级选项)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version 显示软件版本号并退出"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -926,7 +1018,7 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr ""
@@ -934,89 +1026,126 @@ msgstr ""
"请使用中文向 TP 简体中文翻译团队 <i18n-zh@googlegroups.com>\n"
"报告软件的简体中文翻译错误。\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s 主页:<%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "这是开发版本,不适用于生产环境使用。"
-#: src/xz/options.c:86
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "不支持的过滤器链或过滤器选项"
+
+#: src/xz/options.c
#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
-msgstr "%s:选项必须按照“名称=值”的格式成对出现,使用半角逗号分隔"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
+msgstr "%s:选项必须按照 '名称=值' 的格式成对出现,使用半角逗号分隔"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s:无效的选项名称"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s:无效的选项值"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "不支持的 LZMA1/LZMA2 预设等级:%s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "lc 和 lp 的和必须不大于 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s:文件名有未知后缀,跳过"
-#: src/xz/suffix.c:181
+#: src/xz/suffix.c
#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
-msgstr "%s:文件已有“%s”后缀名,跳过"
+msgid "%s: File already has '%s' suffix, skipping"
+msgstr "%s:文件已有 '%s' 后缀名,跳过"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s:无效的文件名后缀"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s:值不是非负十进制整数"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s:无效的乘数后缀"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "有效的后缀包括“KiB”(2^10)、“MiB”(2^20)和“GiB”(2^30)。"
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "选项“%s”的值必须位于 [%<PRIu64>, %<PRIu64>] 范围内"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "压缩数据不能从终端读取"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "压缩数据不能向终端写入"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s:过小而不是有效的 .xz 文件"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "写入标准输出失败"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "未知错误"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "沙盒启用失败"
+
#~ msgid "The selected match finder requires at least nice=%<PRIu32>"
#~ msgstr "所选中的匹配搜索器(match finder)至少需要 nice=%<PRIu32>"
diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo
index b3d5bd3..a54e682 100644
--- a/po/zh_TW.gmo
+++ b/po/zh_TW.gmo
Binary files differ
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 98d969f..f7a2bc6 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xz 5.4.3\n"
"Report-Msgid-Bugs-To: xz@tukaani.org\n"
-"POT-Creation-Date: 2023-10-31 22:33+0800\n"
+"POT-Creation-Date: 2024-05-29 17:41+0300\n"
"PO-Revision-Date: 2023-07-08 23:05+0800\n"
"Last-Translator: Yi-Jyun Pan <pan93412@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n"
@@ -19,143 +19,177 @@ msgstr ""
"X-Generator: Poedit 3.3.2\n"
"X-Poedit-SourceCharset: UTF-8\n"
-#: src/xz/args.c:77
+#: src/xz/args.c
#, c-format
msgid "%s: Invalid argument to --block-list"
msgstr "%s:傳入 --block-list 的參數無效"
-#: src/xz/args.c:87
+#: src/xz/args.c
#, c-format
msgid "%s: Too many arguments to --block-list"
msgstr "%s:傳入 --block-list 的參數過多"
-#: src/xz/args.c:116
+#: src/xz/args.c
+#, c-format
+msgid "In --block-list, block size is missing after filter chain number '%c:'"
+msgstr ""
+
+#: src/xz/args.c
msgid "0 can only be used as the last element in --block-list"
msgstr "0 只能作為 --block-list 的最後一個元素"
-#: src/xz/args.c:451
+#: src/xz/args.c
#, c-format
msgid "%s: Unknown file format type"
msgstr "%s:未知檔案格式類型"
-#: src/xz/args.c:474 src/xz/args.c:482
+#: src/xz/args.c
#, c-format
msgid "%s: Unsupported integrity check type"
msgstr "%s:不支援的完整性檢查類型"
-#: src/xz/args.c:518
-msgid "Only one file can be specified with `--files' or `--files0'."
+#: src/xz/args.c
+#, fuzzy
+#| msgid "Only one file can be specified with `--files' or `--files0'."
+msgid "Only one file can be specified with '--files' or '--files0'."
msgstr "「--files」或「--files0」只能指定一個檔案。"
#. TRANSLATORS: This is a translatable
#. string because French needs a space
#. before the colon ("%s : %s").
-#: src/xz/args.c:533 src/xz/coder.c:692 src/xz/coder.c:708 src/xz/coder.c:968
-#: src/xz/coder.c:971 src/xz/file_io.c:605 src/xz/file_io.c:679
-#: src/xz/file_io.c:769 src/xz/file_io.c:940 src/xz/list.c:369
-#: src/xz/list.c:415 src/xz/list.c:477 src/xz/list.c:581 src/xz/list.c:590
+#: src/xz/args.c src/xz/coder.c src/xz/file_io.c src/xz/list.c
#, fuzzy, c-format
#| msgid "%s: "
msgid "%s: %s"
msgstr "%s:"
-#: src/xz/args.c:589
+#: src/xz/args.c
#, c-format
msgid "The environment variable %s contains too many arguments"
msgstr "%s 環境變數包含過多參數"
-#: src/xz/args.c:691
+#: src/xz/args.c
msgid "Compression support was disabled at build time"
msgstr "已在編譯時停用壓縮支援"
-#: src/xz/args.c:698
+#: src/xz/args.c
msgid "Decompression support was disabled at build time"
msgstr "已在編譯時停用解壓縮支援"
-#: src/xz/args.c:704
+#: src/xz/args.c
msgid "Compression of lzip files (.lz) is not supported"
msgstr "不支援壓縮為 lzip 檔案 (.lz)"
-#: src/xz/args.c:735
+#: src/xz/args.c
+msgid "--block-list is ignored unless compressing to the .xz format"
+msgstr ""
+
+#: src/xz/args.c
msgid "With --format=raw, --suffix=.SUF is required unless writing to stdout"
msgstr "搭配 --format=raw 時,除非寫入標準輸出,否則需要傳入 --suffix=.SUF"
-#: src/xz/coder.c:115
+#: src/xz/coder.c
msgid "Maximum number of filters is four"
msgstr "最多只能指定 4 個篩選器"
-#: src/xz/coder.c:135
+#: src/xz/coder.c
+#, c-format
+msgid "Error in --filters%s=FILTERS option:"
+msgstr ""
+
+#: src/xz/coder.c
msgid "Memory usage limit is too low for the given filter setup."
msgstr "記憶體用量限制過低,不足以設定指定的篩選器。"
-#: src/xz/coder.c:170
+#: src/xz/coder.c
+#, c-format
+msgid "filter chain %u used by --block-list but not specified with --filters%u="
+msgstr ""
+
+#: src/xz/coder.c
msgid "Using a preset in raw mode is discouraged."
msgstr "不建議在 Raw 模式使用設定檔。"
-#: src/xz/coder.c:172
+#: src/xz/coder.c
msgid "The exact options of the presets may vary between software versions."
msgstr "設定檔的選項可能因軟體版本而有異。"
-#: src/xz/coder.c:195
+#: src/xz/coder.c
msgid "The .lzma format supports only the LZMA1 filter"
msgstr ".lzma 格式僅支援 LZMA1 篩選器"
-#: src/xz/coder.c:203
+#: src/xz/coder.c
msgid "LZMA1 cannot be used with the .xz format"
msgstr "LZMA1 不能與 .xz 格式一同使用"
-#: src/xz/coder.c:220
-msgid "The filter chain is incompatible with --flush-timeout"
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "The filter chain is incompatible with --flush-timeout"
+msgid "Filter chain %u is incompatible with --flush-timeout"
msgstr "篩選鏈不相容 --flush-timeout"
-#: src/xz/coder.c:226
+#: src/xz/coder.c
msgid "Switching to single-threaded mode due to --flush-timeout"
msgstr "因指定 --flush-timeout,因此切換到單執行緒模式"
-#: src/xz/coder.c:250
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Unsupported options"
+msgid "Unsupported options in filter chain %u"
+msgstr "不支援的選項"
+
+#: src/xz/coder.c
#, c-format
msgid "Using up to %<PRIu32> threads."
msgstr "使用最多 %<PRIu32> 個執行緒。"
-#: src/xz/coder.c:266
+#: src/xz/coder.c
msgid "Unsupported filter chain or filter options"
msgstr "不支援的篩選鏈或篩選器選項"
-#: src/xz/coder.c:278
+#: src/xz/coder.c
#, c-format
msgid "Decompression will need %s MiB of memory."
msgstr "解壓縮將需要 %s MiB 的記憶體。"
-#: src/xz/coder.c:310
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
msgstr "已將執行緒數量從 %s 個減少至 %s 個,以不超過記憶體用量的 %s MiB 限制"
-#: src/xz/coder.c:330
+#: src/xz/coder.c
#, c-format
msgid "Reduced the number of threads from %s to one. The automatic memory usage limit of %s MiB is still being exceeded. %s MiB of memory is required. Continuing anyway."
msgstr "已將執行緒數量從 %s 減少至一個,但依然超出 %s MiB 的自動記憶體用量限制。需要 %s MiB 的記憶體。依然繼續執行。"
-#: src/xz/coder.c:357
+#: src/xz/coder.c
#, c-format
msgid "Switching to single-threaded mode to not exceed the memory usage limit of %s MiB"
msgstr "正在切換至單執行緒模式,以免超出 %s MiB 的記憶體用量限制"
-#: src/xz/coder.c:412
+#: src/xz/coder.c
#, c-format
msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
msgstr "已將 LZMA%c 的字典大小從 %s MiB 調整至 %s MiB,以不超過記憶體用量的 %s MiB 限制"
-#: src/xz/file_io.c:110 src/xz/file_io.c:118
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgid "Adjusted LZMA%c dictionary size for --filters%u from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "已將 LZMA%c 的字典大小從 %s MiB 調整至 %s MiB,以不超過記憶體用量的 %s MiB 限制"
+
+#: src/xz/coder.c
+#, fuzzy, c-format
+#| msgid "Error creating a pipe: %s"
+msgid "Error changing to filter chain %u: %s"
+msgstr "建立管線時發生錯誤:%s"
+
+#: src/xz/file_io.c
#, c-format
msgid "Error creating a pipe: %s"
msgstr "建立管線時發生錯誤:%s"
-#: src/xz/file_io.c:252
-msgid "Failed to enable the sandbox"
-msgstr "無法啟用沙盒"
-
-#: src/xz/file_io.c:294
+#: src/xz/file_io.c
#, c-format
msgid "%s: poll() failed: %s"
msgstr "%s:poll() 失敗:%s"
@@ -170,252 +204,252 @@ msgstr "%s:poll() 失敗:%s"
#. it is possible that the user has put a new file in place
#. of the original file, and in that case it obviously
#. shouldn't be removed.
-#: src/xz/file_io.c:361
+#: src/xz/file_io.c
#, c-format
msgid "%s: File seems to have been moved, not removing"
msgstr "%s:檔案似乎已經遷移,不移除"
-#: src/xz/file_io.c:368 src/xz/file_io.c:924
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot remove: %s"
msgstr "%s:無法移除:%s"
-#: src/xz/file_io.c:394
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file owner: %s"
msgstr "%s:無法設定檔案所有者:%s"
-#: src/xz/file_io.c:407
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file group: %s"
msgstr "%s:無法設定檔案群組:%s"
-#: src/xz/file_io.c:426
+#: src/xz/file_io.c
#, c-format
msgid "%s: Cannot set the file permissions: %s"
msgstr "%s:無法設定檔案權限:%s"
-#: src/xz/file_io.c:552
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard input: %s"
msgstr "從標準輸入取得檔案狀態旗標時發生錯誤:%s"
-#: src/xz/file_io.c:610 src/xz/file_io.c:672
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a symbolic link, skipping"
msgstr "%s:是個符號連結,跳過"
-#: src/xz/file_io.c:701
+#: src/xz/file_io.c
#, c-format
msgid "%s: Is a directory, skipping"
msgstr "%s:是個目錄,跳過"
-#: src/xz/file_io.c:707
+#: src/xz/file_io.c
#, c-format
msgid "%s: Not a regular file, skipping"
msgstr "%s:不是一般檔案,跳過"
-#: src/xz/file_io.c:724
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has setuid or setgid bit set, skipping"
msgstr "%s:檔案已設定 setuid 或 setgid 位元,跳過"
-#: src/xz/file_io.c:731
+#: src/xz/file_io.c
#, c-format
msgid "%s: File has sticky bit set, skipping"
msgstr "%s:檔案已設定黏性位元(sticky bit),跳過"
-#: src/xz/file_io.c:738
+#: src/xz/file_io.c
#, c-format
msgid "%s: Input file has more than one hard link, skipping"
msgstr "%s:輸入檔有超過一個實際連結 (hard link),跳過"
-#: src/xz/file_io.c:780
+#: src/xz/file_io.c
msgid "Empty filename, skipping"
msgstr "空檔名,跳過"
-#: src/xz/file_io.c:834
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the status flags to standard input: %s"
msgstr "將狀態旗標還原到標準輸入時發生錯誤:%s"
-#: src/xz/file_io.c:882
+#: src/xz/file_io.c
#, c-format
msgid "Error getting the file status flags from standard output: %s"
msgstr "從標準輸出取得檔案狀態旗標時發生錯誤:%s"
-#: src/xz/file_io.c:1081
+#: src/xz/file_io.c
#, c-format
msgid "Error restoring the O_APPEND flag to standard output: %s"
msgstr "將 O_APPEND 旗標還原到標準輸出時發生錯誤:%s"
-#: src/xz/file_io.c:1093
+#: src/xz/file_io.c
#, c-format
msgid "%s: Closing the file failed: %s"
msgstr "%s:關閉檔案失敗:%s"
-#: src/xz/file_io.c:1129 src/xz/file_io.c:1391
+#: src/xz/file_io.c
#, c-format
msgid "%s: Seeking failed when trying to create a sparse file: %s"
msgstr "%s:嘗試建立疏鬆檔案時發生搜尋失敗:%s"
-#: src/xz/file_io.c:1229
+#: src/xz/file_io.c
#, c-format
msgid "%s: Read error: %s"
msgstr "%s:讀取時發生錯誤:%s"
-#: src/xz/file_io.c:1259
+#: src/xz/file_io.c
#, c-format
msgid "%s: Error seeking the file: %s"
msgstr "%s:搜尋檔案時發生錯誤:%s"
-#: src/xz/file_io.c:1283
+#: src/xz/file_io.c
#, c-format
msgid "%s: Unexpected end of file"
msgstr "%s:非期望的檔案結尾"
-#: src/xz/file_io.c:1342
+#: src/xz/file_io.c
#, c-format
msgid "%s: Write error: %s"
msgstr "%s:寫入時發生錯誤:%s"
-#: src/xz/hardware.c:238
+#: src/xz/hardware.c
msgid "Disabled"
msgstr "已停用"
-#: src/xz/hardware.c:269
+#: src/xz/hardware.c
msgid "Amount of physical memory (RAM):"
msgstr "實體記憶體 (RAM) 數量:"
-#: src/xz/hardware.c:270
+#: src/xz/hardware.c
msgid "Number of processor threads:"
msgstr "處理器執行緒的數量:"
-#: src/xz/hardware.c:271
+#: src/xz/hardware.c
msgid "Compression:"
msgstr "壓縮:"
-#: src/xz/hardware.c:272
+#: src/xz/hardware.c
msgid "Decompression:"
msgstr "解壓縮:"
-#: src/xz/hardware.c:273
+#: src/xz/hardware.c
msgid "Multi-threaded decompression:"
msgstr "多執行緒解壓縮:"
-#: src/xz/hardware.c:274
+#: src/xz/hardware.c
msgid "Default for -T0:"
msgstr "-T0 的預設值:"
-#: src/xz/hardware.c:292
+#: src/xz/hardware.c
msgid "Hardware information:"
msgstr "硬體資訊:"
-#: src/xz/hardware.c:299
+#: src/xz/hardware.c
msgid "Memory usage limits:"
msgstr "記憶體用量上限:"
-#: src/xz/list.c:68
+#: src/xz/list.c
msgid "Streams:"
msgstr "串流:"
-#: src/xz/list.c:69
+#: src/xz/list.c
msgid "Blocks:"
msgstr "區塊:"
-#: src/xz/list.c:70
+#: src/xz/list.c
msgid "Compressed size:"
msgstr "壓縮後大小:"
-#: src/xz/list.c:71
+#: src/xz/list.c
msgid "Uncompressed size:"
msgstr "壓縮前大小:"
-#: src/xz/list.c:72
+#: src/xz/list.c
msgid "Ratio:"
msgstr "壓縮比:"
-#: src/xz/list.c:73
+#: src/xz/list.c
msgid "Check:"
msgstr "檢查:"
-#: src/xz/list.c:74
+#: src/xz/list.c
msgid "Stream Padding:"
msgstr "串流填充:"
-#: src/xz/list.c:75
+#: src/xz/list.c
msgid "Memory needed:"
msgstr "所需記憶體:"
-#: src/xz/list.c:76
+#: src/xz/list.c
msgid "Sizes in headers:"
msgstr "檔頭中標示大小:"
-#: src/xz/list.c:79
+#: src/xz/list.c
msgid "Number of files:"
msgstr "檔案數:"
-#: src/xz/list.c:122
+#: src/xz/list.c
msgid "Stream"
msgstr "串流"
-#: src/xz/list.c:123
+#: src/xz/list.c
msgid "Block"
msgstr "區塊"
-#: src/xz/list.c:124
+#: src/xz/list.c
msgid "Blocks"
msgstr "區塊"
-#: src/xz/list.c:125
+#: src/xz/list.c
msgid "CompOffset"
msgstr "壓縮偏移"
-#: src/xz/list.c:126
+#: src/xz/list.c
msgid "UncompOffset"
msgstr "未壓縮偏移"
-#: src/xz/list.c:127
+#: src/xz/list.c
msgid "CompSize"
msgstr "壓縮大小"
-#: src/xz/list.c:128
+#: src/xz/list.c
msgid "UncompSize"
msgstr "未壓縮大小"
-#: src/xz/list.c:129
+#: src/xz/list.c
msgid "TotalSize"
msgstr "總計大小"
-#: src/xz/list.c:130
+#: src/xz/list.c
msgid "Ratio"
msgstr "比率"
-#: src/xz/list.c:131
+#: src/xz/list.c
msgid "Check"
msgstr "檢查"
-#: src/xz/list.c:132
+#: src/xz/list.c
msgid "CheckVal"
msgstr "檢查值"
-#: src/xz/list.c:133
+#: src/xz/list.c
msgid "Padding"
msgstr "填充"
-#: src/xz/list.c:134
+#: src/xz/list.c
msgid "Header"
msgstr "檔頭"
-#: src/xz/list.c:135
+#: src/xz/list.c
msgid "Flags"
msgstr "旗標"
-#: src/xz/list.c:136
+#: src/xz/list.c
msgid "MemUsage"
msgstr "Mem用量"
-#: src/xz/list.c:137
+#: src/xz/list.c
msgid "Filters"
msgstr "篩選器"
@@ -423,7 +457,7 @@ msgstr "篩選器"
#. This string is used in tables. In older xz version this
#. string was limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:169
+#: src/xz/list.c
msgid "None"
msgstr "無"
@@ -431,60 +465,60 @@ msgstr "無"
#. but the Check ID is known (here 2). In older xz version these
#. strings were limited to ten columns in a fixed-width font, but
#. nowadays there is no strict length restriction anymore.
-#: src/xz/list.c:175
+#: src/xz/list.c
msgid "Unknown-2"
msgstr "未知-2"
-#: src/xz/list.c:176
+#: src/xz/list.c
msgid "Unknown-3"
msgstr "未知-3"
-#: src/xz/list.c:178
+#: src/xz/list.c
msgid "Unknown-5"
msgstr "未知-5"
-#: src/xz/list.c:179
+#: src/xz/list.c
msgid "Unknown-6"
msgstr "未知-6"
-#: src/xz/list.c:180
+#: src/xz/list.c
msgid "Unknown-7"
msgstr "未知-7"
-#: src/xz/list.c:181
+#: src/xz/list.c
msgid "Unknown-8"
msgstr "未知-8"
-#: src/xz/list.c:182
+#: src/xz/list.c
msgid "Unknown-9"
msgstr "未知-9"
-#: src/xz/list.c:184
+#: src/xz/list.c
msgid "Unknown-11"
msgstr "未知-11"
-#: src/xz/list.c:185
+#: src/xz/list.c
msgid "Unknown-12"
msgstr "未知-12"
-#: src/xz/list.c:186
+#: src/xz/list.c
msgid "Unknown-13"
msgstr "未知-13"
-#: src/xz/list.c:187
+#: src/xz/list.c
msgid "Unknown-14"
msgstr "未知-14"
-#: src/xz/list.c:188
+#: src/xz/list.c
msgid "Unknown-15"
msgstr "未知-15"
-#: src/xz/list.c:351
+#: src/xz/list.c
#, c-format
msgid "%s: File is empty"
msgstr "%s:檔案是空的"
-#: src/xz/list.c:356
+#: src/xz/list.c
#, c-format
msgid "%s: Too small to be a valid .xz file"
msgstr "%s:因過小而不認為是個有效 .xz 檔"
@@ -493,63 +527,68 @@ msgstr "%s:因過小而不認為是個有效 .xz 檔"
#. to Ratio, the columns are right aligned. Check and Filename
#. are left aligned. If you need longer words, it's OK to
#. use two lines here. Test with "xz -l foo.xz".
-#: src/xz/list.c:731
+#: src/xz/list.c
msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
msgstr " 串流 區塊 已壓縮 未壓縮 比例 檢驗碼 檔名"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "Yes"
msgstr "是"
-#: src/xz/list.c:1026 src/xz/list.c:1204
+#: src/xz/list.c
msgid "No"
msgstr "否"
-#: src/xz/list.c:1028 src/xz/list.c:1206
+#: src/xz/list.c
#, c-format
msgid " Minimum XZ Utils version: %s\n"
msgstr " 最小 XZ 工具程式版本: %s\n"
#. TRANSLATORS: %s is an integer. Only the plural form of this
#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
-#: src/xz/list.c:1179
+#: src/xz/list.c
#, c-format
msgid "%s file\n"
msgid_plural "%s files\n"
msgstr[0] "%s 個檔案\n"
-#: src/xz/list.c:1192
+#: src/xz/list.c
msgid "Totals:"
msgstr "總計:"
-#: src/xz/list.c:1270
+#: src/xz/list.c
msgid "--list works only on .xz files (--format=xz or --format=auto)"
msgstr "--list 只能在 .xz 檔使用(--format=xz 或 --format=auto)"
-#: src/xz/list.c:1276
+#: src/xz/list.c
+msgid "Try 'lzmainfo' with .lzma files."
+msgstr ""
+
+#: src/xz/list.c
msgid "--list does not support reading from standard input"
msgstr "--list 不支援從標準輸入讀取"
-#: src/xz/main.c:89
+#: src/xz/main.c
#, c-format
msgid "%s: Error reading filenames: %s"
msgstr "%s:讀取檔名時發生錯誤:%s"
-#: src/xz/main.c:96
+#: src/xz/main.c
#, c-format
msgid "%s: Unexpected end of input when reading filenames"
msgstr "%s:讀取檔名時遇到非預期的輸入結尾"
-#: src/xz/main.c:120
-#, c-format
-msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+#: src/xz/main.c
+#, fuzzy, c-format
+#| msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgid "%s: Null character found when reading filenames; maybe you meant to use '--files0' instead of '--files'?"
msgstr "%s:讀取檔名時發現空字元;或許您想使用「--files0」而非「--files」?"
-#: src/xz/main.c:188
+#: src/xz/main.c
msgid "Compression and decompression with --robot are not supported yet."
msgstr "尚未支援搭配 --robot 壓縮和解壓縮。"
-#: src/xz/main.c:266
+#: src/xz/main.c
msgid "Cannot read data from standard input when reading filenames from standard input"
msgstr "從標準輸入讀取檔名時,無法從標準輸入讀取資料"
@@ -557,68 +596,69 @@ msgstr "從標準輸入讀取檔名時,無法從標準輸入讀取資料"
#. of the line in messages. Usually it becomes "xz: ".
#. This is a translatable string because French needs
#. a space before a colon.
-#: src/xz/message.c:670 src/xz/message.c:725
+#: src/xz/message.c
#, c-format
msgid "%s: "
msgstr "%s:"
-#: src/xz/message.c:797 src/xz/message.c:856
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
msgid "Internal error (bug)"
msgstr "內部錯誤(臭蟲)"
-#: src/xz/message.c:804
+#: src/xz/message.c
msgid "Cannot establish signal handlers"
msgstr "無法確立信號處理器"
-#: src/xz/message.c:813
+#: src/xz/message.c
msgid "No integrity check; not verifying file integrity"
msgstr "沒有完整性檢查;不驗證檔案完整性"
-#: src/xz/message.c:816
+#: src/xz/message.c
msgid "Unsupported type of integrity check; not verifying file integrity"
msgstr "未知完整性檢查類型;不驗證檔案完整性"
-#: src/xz/message.c:823
+#: src/xz/message.c
msgid "Memory usage limit reached"
msgstr "達到記憶體用量上限"
-#: src/xz/message.c:826
+#: src/xz/message.c
msgid "File format not recognized"
msgstr "無法識別檔案格式"
-#: src/xz/message.c:829
+#: src/xz/message.c
msgid "Unsupported options"
msgstr "不支援的選項"
-#: src/xz/message.c:832
+#: src/xz/message.c
msgid "Compressed data is corrupt"
msgstr "壓縮資料是損壞的"
-#: src/xz/message.c:835
+#: src/xz/message.c
msgid "Unexpected end of input"
msgstr "遇到非預期輸入結尾"
-#: src/xz/message.c:877
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limiter is disabled."
msgstr "需要 %s MiB 的記憶體。已停用記憶體限制器。"
-#: src/xz/message.c:905
+#: src/xz/message.c
#, c-format
msgid "%s MiB of memory is required. The limit is %s."
msgstr "需要 %s MiB 的記憶體。記憶體限制為 %s。"
-#: src/xz/message.c:924
+#: src/xz/message.c
#, c-format
msgid "%s: Filter chain: %s\n"
msgstr "%s:篩選鏈:%s\n"
-#: src/xz/message.c:935
-#, c-format
-msgid "Try `%s --help' for more information."
+#: src/xz/message.c
+#, fuzzy, c-format
+#| msgid "Try `%s --help' for more information."
+msgid "Try '%s --help' for more information."
msgstr "嘗試「%s --help」取得更多資訊。"
-#: src/xz/message.c:961
+#: src/xz/message.c
#, c-format
msgid ""
"Usage: %s [OPTION]... [FILE]...\n"
@@ -629,15 +669,15 @@ msgstr ""
"用 .xz 格式壓縮,或解壓縮 .xz 格式中的 <檔案>。\n"
"\n"
-#: src/xz/message.c:968
+#: src/xz/message.c
msgid "Mandatory arguments to long options are mandatory for short options too.\n"
msgstr "長選項的必填參數,對短選項也是必填。\n"
-#: src/xz/message.c:972
+#: src/xz/message.c
msgid " Operation mode:\n"
msgstr " 操作模式:\n"
-#: src/xz/message.c:975
+#: src/xz/message.c
msgid ""
" -z, --compress force compression\n"
" -d, --decompress force decompression\n"
@@ -649,7 +689,7 @@ msgstr ""
" -t, --test 測試壓縮檔完整性\n"
" -l, --list 列出 .xz 檔的資訊"
-#: src/xz/message.c:981
+#: src/xz/message.c
msgid ""
"\n"
" Operation modifiers:\n"
@@ -657,7 +697,7 @@ msgstr ""
"\n"
" 操作修飾詞:\n"
-#: src/xz/message.c:984
+#: src/xz/message.c
msgid ""
" -k, --keep keep (don't delete) input files\n"
" -f, --force force overwrite of output file and (de)compress links\n"
@@ -667,7 +707,7 @@ msgstr ""
" -f, --force 強制覆寫輸出檔並(解)壓縮連結\n"
" -c, --stdout 寫入標準輸出並不刪除輸入檔"
-#: src/xz/message.c:993
+#: src/xz/message.c
msgid ""
" --single-stream decompress only the first stream, and silently\n"
" ignore possible remaining input data"
@@ -675,10 +715,18 @@ msgstr ""
" --single-stream 僅解壓縮第一個串流,再\n"
" 安靜地忽略可能剩餘的輸入檔"
-#: src/xz/message.c:996
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --no-sparse do not create sparse files when decompressing\n"
+#| " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+#| " --files[=FILE] read filenames to process from FILE; if FILE is\n"
+#| " omitted, filenames are read from the standard input;\n"
+#| " filenames must be terminated with the newline character\n"
+#| " --files0[=FILE] like --files but use the null character as terminator"
msgid ""
" --no-sparse do not create sparse files when decompressing\n"
-" -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
+" -S, --suffix=.SUF use the suffix '.SUF' on compressed files\n"
" --files[=FILE] read filenames to process from FILE; if FILE is\n"
" omitted, filenames are read from the standard input;\n"
" filenames must be terminated with the newline character\n"
@@ -690,7 +738,7 @@ msgstr ""
" 則從標準輸入讀取檔名;檔名必須以換行字元作為結尾\n"
" --files0[=檔案] 類似 --files 但是以 null 空字元作結尾"
-#: src/xz/message.c:1005
+#: src/xz/message.c
msgid ""
"\n"
" Basic file format and compression options:\n"
@@ -698,23 +746,29 @@ msgstr ""
"\n"
" 基本檔案格式與壓縮選項:\n"
-#: src/xz/message.c:1007
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -F, --format=FMT file format to encode or decode; possible values are\n"
+#| " `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
+#| " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
+#| " `crc32', `crc64' (default), or `sha256'"
msgid ""
" -F, --format=FMT file format to encode or decode; possible values are\n"
-" `auto' (default), `xz', `lzma', `lzip', and `raw'\n"
-" -C, --check=CHECK integrity check type: `none' (use with caution),\n"
-" `crc32', `crc64' (default), or `sha256'"
+" 'auto' (default), 'xz', 'lzma', 'lzip', and 'raw'\n"
+" -C, --check=CHECK integrity check type: 'none' (use with caution),\n"
+" 'crc32', 'crc64' (default), or 'sha256'"
msgstr ""
" -F, --format=格式 用於編碼或解碼的檔案格式;可用的值有:\n"
" “auto”(預設)、“xz”、“lzma”、“lzip” 及 “raw”\n"
" -C, --check=檢查碼 完整性檢查類型:“none”(謹慎使用)、“crc32”、\n"
" “crc64”(預設值)或“sha256”"
-#: src/xz/message.c:1012
+#: src/xz/message.c
msgid " --ignore-check don't verify the integrity check when decompressing"
msgstr " --ignore-check 不在解壓縮時驗證完整性"
-#: src/xz/message.c:1016
+#: src/xz/message.c
msgid ""
" -0 ... -9 compression preset; default is 6; take compressor *and*\n"
" decompressor memory usage into account before using 7-9!"
@@ -722,7 +776,7 @@ msgstr ""
" -0 ... -9 壓縮設定檔;預設值為 6;使用 7-9 前請考慮\n"
" 壓縮和解壓縮所使用的記憶體!"
-#: src/xz/message.c:1020
+#: src/xz/message.c
msgid ""
" -e, --extreme try to improve compression ratio by using more CPU time;\n"
" does not affect decompressor memory requirements"
@@ -730,15 +784,19 @@ msgstr ""
" -e, --extreme 使用更多 CPU 時間以嘗試改善壓縮比;\n"
" 不影響解壓縮器的記憶體需求"
-#: src/xz/message.c:1024
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
+#| " to use as many threads as there are processor cores"
msgid ""
-" -T, --threads=NUM use at most NUM threads; the default is 1; set to 0\n"
-" to use as many threads as there are processor cores"
+" -T, --threads=NUM use at most NUM threads; the default is 0 which uses\n"
+" as many threads as there are processor cores"
msgstr ""
" -T, --threads=NUM 使用最多 NUM 個執行緒;預設為 1;設成 0 則使用所有的\n"
" 處理機核心"
-#: src/xz/message.c:1029
+#: src/xz/message.c
msgid ""
" --block-size=SIZE\n"
" start a new .xz block after every SIZE bytes of input;\n"
@@ -748,17 +806,24 @@ msgstr ""
" 輸入每 SIZE 位元組後,開始一個新 .xz 區塊;\n"
" 使用此功能以設定多執行緒壓縮的區塊大小"
-#: src/xz/message.c:1033
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| " --block-list=SIZES\n"
+#| " start a new .xz block after the given comma-separated\n"
+#| " intervals of uncompressed data"
msgid ""
-" --block-list=SIZES\n"
+" --block-list=BLOCKS\n"
" start a new .xz block after the given comma-separated\n"
-" intervals of uncompressed data"
+" intervals of uncompressed data; optionally, specify a\n"
+" filter chain number (0-9) followed by a ':' before the\n"
+" uncompressed data size"
msgstr ""
" --block-list=SIZES\n"
" 在指定以逗號隔開的未壓縮資料間隔之後\n"
" 開始新的 .xz 區塊"
-#: src/xz/message.c:1037
+#: src/xz/message.c
msgid ""
" --flush-timeout=TIMEOUT\n"
" when compressing, if more than TIMEOUT milliseconds has\n"
@@ -769,7 +834,7 @@ msgstr ""
" 壓縮時,倘若繼上次排清 (flush) 已經超過 TIMEOUT 毫秒\n"
" 而且讀入更多輸入會阻塞,則所有待排清的資料都將排清"
-#: src/xz/message.c:1043
+#: src/xz/message.c
#, no-c-format
msgid ""
" --memlimit-compress=LIMIT\n"
@@ -788,7 +853,7 @@ msgstr ""
" 用量上限。LIMIT 得是位元組、記憶體百分比 (%),或 0\n"
" (預設值)"
-#: src/xz/message.c:1052
+#: src/xz/message.c
msgid ""
" --no-adjust if compression settings exceed the memory usage limit,\n"
" give an error instead of adjusting the settings downwards"
@@ -796,7 +861,7 @@ msgstr ""
" --no-adjust 若壓縮設定超過記憶體用量上限,請給出\n"
" 錯誤而非下調設定"
-#: src/xz/message.c:1058
+#: src/xz/message.c
msgid ""
"\n"
" Custom filter chain for compression (alternative for using presets):"
@@ -804,7 +869,27 @@ msgstr ""
"\n"
" 自訂壓縮篩選鏈(使用設定檔時選用):"
-#: src/xz/message.c:1067
+#: src/xz/message.c
+msgid ""
+"\n"
+" --filters=FILTERS set the filter chain using the liblzma filter string\n"
+" syntax; use --filters-help for more information"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters1=FILTERS ... --filters9=FILTERS\n"
+" set additional filter chains using the liblzma filter\n"
+" string syntax to use with --block-list"
+msgstr ""
+
+#: src/xz/message.c
+msgid ""
+" --filters-help display more information about the liblzma filter string\n"
+" syntax and exit."
+msgstr ""
+
+#: src/xz/message.c
msgid ""
"\n"
" --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
@@ -832,7 +917,19 @@ msgstr ""
" mf=名稱 尋找符合搜尋器 (hc3, hc4, bt2, bt3, bt4; bt4)\n"
" depth=NUM 最大搜尋深度;0=自動(預設)"
-#: src/xz/message.c:1082
+#: src/xz/message.c
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
+#| " --arm[=OPTS] ARM BCJ filter\n"
+#| " --armthumb[=OPTS] ARM-Thumb BCJ filter\n"
+#| " --arm64[=OPTS] ARM64 BCJ filter\n"
+#| " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
+#| " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
+#| " --sparc[=OPTS] SPARC BCJ filter\n"
+#| " Valid OPTS for all BCJ filters:\n"
+#| " start=NUM start offset for conversions (default=0)"
msgid ""
"\n"
" --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
@@ -842,6 +939,7 @@ msgid ""
" --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
" --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
" --sparc[=OPTS] SPARC BCJ filter\n"
+" --riscv[=OPTS] RISC-V BCJ filter\n"
" Valid OPTS for all BCJ filters:\n"
" start=NUM start offset for conversions (default=0)"
msgstr ""
@@ -856,7 +954,7 @@ msgstr ""
" 所有 BCJ 篩選器可用的 OPTS:\n"
" start=NUM 轉換起始位移(預設值=0)"
-#: src/xz/message.c:1095
+#: src/xz/message.c
msgid ""
"\n"
" --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
@@ -868,7 +966,7 @@ msgstr ""
" dist=NUM 相減的位元組之間的距離\n"
" (1-256; 1)"
-#: src/xz/message.c:1103
+#: src/xz/message.c
msgid ""
"\n"
" Other options:\n"
@@ -876,7 +974,7 @@ msgstr ""
"\n"
" 其他選項:\n"
-#: src/xz/message.c:1106
+#: src/xz/message.c
msgid ""
" -q, --quiet suppress warnings; specify twice to suppress errors too\n"
" -v, --verbose be verbose; specify twice for even more verbose"
@@ -884,21 +982,21 @@ msgstr ""
" -q, --quiet 隱藏警告訊息;指定兩次也一併隱藏錯誤訊息\n"
" -v, --verbose 輸出較詳細內容;指定兩次更詳細輸出"
-#: src/xz/message.c:1111
+#: src/xz/message.c
msgid " -Q, --no-warn make warnings not affect the exit status"
msgstr " -Q, --no-warn 即使有警告,退出狀態碼仍不變"
-#: src/xz/message.c:1113
+#: src/xz/message.c
msgid " --robot use machine-parsable messages (useful for scripts)"
msgstr " --robot 使用機器可解析訊息(適合用於指令稿)"
-#: src/xz/message.c:1116
+#: src/xz/message.c
msgid ""
" --info-memory display the total amount of RAM and the currently active\n"
" memory usage limits, and exit"
msgstr " --info-memory 顯示記憶體總量和使用中的記憶體用量限制後退出"
-#: src/xz/message.c:1119
+#: src/xz/message.c
msgid ""
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help and exit"
@@ -906,7 +1004,7 @@ msgstr ""
" -h, --help 顯示較短說明(僅列出基本選項)\n"
" -H, --long-help 顯示較長說明後退出"
-#: src/xz/message.c:1123
+#: src/xz/message.c
msgid ""
" -h, --help display this short help and exit\n"
" -H, --long-help display the long help (lists also the advanced options)"
@@ -914,11 +1012,12 @@ msgstr ""
" -h, --help 顯示較短說明後退出\n"
" -H, --long-help 顯示較長說明(也列出進階選項)"
-#: src/xz/message.c:1128
+#: src/xz/message.c
msgid " -V, --version display the version number and exit"
msgstr " -V, --version 顯示版本號碼後退出"
-#: src/xz/message.c:1130
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
+#, c-format
msgid ""
"\n"
"With no FILE, or when FILE is -, read standard input.\n"
@@ -930,94 +1029,133 @@ msgstr ""
#. for this package. Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the email or WWW
#. address for translation bugs. Thanks.
-#: src/xz/message.c:1136
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "Report bugs to <%s> (in English or Finnish).\n"
msgstr "請回報臭蟲至 <%s>(使用英文或芬蘭語)。\n"
-#: src/xz/message.c:1138
+#: src/xz/message.c src/lzmainfo/lzmainfo.c
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s 首頁:<%s>\n"
-#: src/xz/message.c:1142
+#: src/xz/message.c
msgid "THIS IS A DEVELOPMENT VERSION NOT INTENDED FOR PRODUCTION USE."
msgstr "此為開發版本,不打算在生產環境使用。"
-#: src/xz/options.c:86
-#, c-format
-msgid "%s: Options must be `name=value' pairs separated with commas"
+#: src/xz/message.c
+msgid ""
+"Filter chains are set using the --filters=FILTERS or\n"
+"--filters1=FILTERS ... --filters9=FILTERS options. Each filter in the chain\n"
+"can be separated by spaces or '--'. Alternatively a preset <0-9>[e] can be\n"
+"specified instead of a filter chain.\n"
+msgstr ""
+
+#: src/xz/message.c
+#, fuzzy
+#| msgid "Unsupported filter chain or filter options"
+msgid "The supported filters and their options are:"
+msgstr "不支援的篩選鏈或篩選器選項"
+
+#: src/xz/options.c
+#, fuzzy, c-format
+#| msgid "%s: Options must be `name=value' pairs separated with commas"
+msgid "%s: Options must be 'name=value' pairs separated with commas"
msgstr "%s:選項形式必須為以逗號分隔的「name=value」值對"
-#: src/xz/options.c:93
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option name"
msgstr "%s:選項名稱無效"
-#: src/xz/options.c:113
+#: src/xz/options.c
#, c-format
msgid "%s: Invalid option value"
msgstr "%s:選項值無效"
-#: src/xz/options.c:248
+#: src/xz/options.c
#, c-format
msgid "Unsupported LZMA1/LZMA2 preset: %s"
msgstr "不支援的 LZMA1/LZMA2 設定檔:%s"
-#: src/xz/options.c:356
+#: src/xz/options.c
msgid "The sum of lc and lp must not exceed 4"
msgstr "lc 和 lp 的總和不能超過 4"
-#: src/xz/suffix.c:160
+#: src/xz/suffix.c
#, c-format
msgid "%s: Filename has an unknown suffix, skipping"
msgstr "%s:檔名有未知後綴,跳過"
-#: src/xz/suffix.c:181
-#, c-format
-msgid "%s: File already has `%s' suffix, skipping"
+#: src/xz/suffix.c
+#, fuzzy, c-format
+#| msgid "%s: File already has `%s' suffix, skipping"
+msgid "%s: File already has '%s' suffix, skipping"
msgstr "%s:檔案已有「%s」後綴,跳過"
-#: src/xz/suffix.c:388
+#: src/xz/suffix.c
#, c-format
msgid "%s: Invalid filename suffix"
msgstr "%s:檔名後綴無效"
-#: src/xz/util.c:107
+#: src/xz/util.c
#, c-format
msgid "%s: Value is not a non-negative decimal integer"
msgstr "%s:數值不是非負數十進位整數"
-#: src/xz/util.c:149
+#: src/xz/util.c
#, c-format
msgid "%s: Invalid multiplier suffix"
msgstr "%s:乘數後綴無效"
-#: src/xz/util.c:151
-msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+#: src/xz/util.c
+#, fuzzy
+#| msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgid "Valid suffixes are 'KiB' (2^10), 'MiB' (2^20), and 'GiB' (2^30)."
msgstr "有效的後綴有「KiB」(2^10)、「MiB」(2^20) 及「GiB」(2^30)。"
-#: src/xz/util.c:168
-#, c-format
-msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+#: src/xz/util.c
+#, fuzzy, c-format
+#| msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgid "Value of the option '%s' must be in the range [%<PRIu64>, %<PRIu64>]"
msgstr "選項「%s」的數值必須在 [%<PRIu64>, %<PRIu64>] 範圍內"
-#: src/xz/util.c:270
+#: src/xz/util.c
msgid "Compressed data cannot be read from a terminal"
msgstr "不能從終端機讀入已壓縮資料"
-#: src/xz/util.c:283
+#: src/xz/util.c
msgid "Compressed data cannot be written to a terminal"
msgstr "不能將已壓縮資料寫入終端機"
-#: src/common/tuklib_exit.c:40
+#: src/lzmainfo/lzmainfo.c
+#, c-format
+msgid ""
+"Usage: %s [--help] [--version] [FILE]...\n"
+"Show information stored in the .lzma file header"
+msgstr ""
+
+#: src/lzmainfo/lzmainfo.c
+#, fuzzy
+#| msgid "%s: Too small to be a valid .xz file"
+msgid "File is too small to be a .lzma file"
+msgstr "%s:因過小而不認為是個有效 .xz 檔"
+
+#: src/lzmainfo/lzmainfo.c
+msgid "Not a .lzma file"
+msgstr ""
+
+#: src/common/tuklib_exit.c
msgid "Writing to standard output failed"
msgstr "寫入標準輸出失敗"
-#: src/common/tuklib_exit.c:43
+#: src/common/tuklib_exit.c
msgid "Unknown error"
msgstr "未知錯誤"
+#~ msgid "Failed to enable the sandbox"
+#~ msgstr "無法啟用沙盒"
+
#~ msgid "Sandbox is disabled due to incompatible command line arguments"
#~ msgstr "由於指定不相容的指令列參數,已停用沙盒"