summaryrefslogtreecommitdiffstats
path: root/po/it/common/min-003-occurences.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/it/common/min-003-occurences.po')
-rw-r--r--po/it/common/min-003-occurences.po2256
1 files changed, 1129 insertions, 1127 deletions
diff --git a/po/it/common/min-003-occurences.po b/po/it/common/min-003-occurences.po
index 3937b9ed..8a8dcf57 100644
--- a/po/it/common/min-003-occurences.po
+++ b/po/it/common/min-003-occurences.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-09 17:48+0100\n"
+"POT-Creation-Date: 2024-06-14 16:26+0200\n"
"PO-Revision-Date: 2024-01-28 06:22+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: Italian <>\n"
@@ -15,87 +15,138 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 20.08.3\n"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
" [\n"
-"B<--check-hash-based-pycs>\n"
-"I<default>\n"
-"|\n"
-"I<always>\n"
-"|\n"
-"I<never>\n"
+"B<--help>\n"
+"]\n"
+"[\n"
+"B<--help-env>\n"
+"]\n"
+"[\n"
+"B<--help-xoptions>\n"
+"]\n"
+"[\n"
+"B<--help-all>\n"
"]\n"
msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid ""
" [\n"
-"B<--check-hash-based-pycs>\n"
-"I<default>\n"
-"|\n"
-"I<always>\n"
-"|\n"
-"I<never>\n"
+"B<-m>\n"
+"I<module-name>\n"
+"]\n"
+"[\n"
+"B<-q>\n"
"]\n"
+"[\n"
+"B<-O>\n"
+"]\n"
+"[\n"
+"B<-OO>\n"
+"]\n"
+"[\n"
+"B<-P>\n"
+"]\n"
+"[\n"
+"B<-s>\n"
+"]\n"
+"[\n"
+"B<-S>\n"
+"]\n"
+"[\n"
+"B<-u>\n"
+"]\n"
+msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
" [\n"
-"B<-c>\n"
-"I<command>\n"
-"|\n"
-"I<script>\n"
-"|\n"
-"-\n"
+"B<-v>\n"
+"]\n"
+"[\n"
+"B<-V>\n"
+"]\n"
+"[\n"
+"B<-W>\n"
+"I<argument>\n"
"]\n"
"[\n"
-"I<arguments>\n"
+"B<-x>\n"
+"]\n"
+"[\n"
+"B<-X>\n"
+"I<option>\n"
+"]\n"
+"[\n"
+"B<-?>\n"
"]\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
-msgid " -X faulthandler: enable faulthandler\n"
+msgid ""
+" -X dev: enable CPython's \"development mode\", introducing additional runtime\n"
+" checks which are too expensive to be enabled by default. It will not be\n"
+" more verbose than the default if the code is correct: new warnings are\n"
+" only emitted when an issue is detected. Effect of the developer mode:\n"
+" * Add default warning filter, as -W default\n"
+" * Install debug hooks on memory allocators: see the PyMem_SetupDebugHooks()\n"
+" C function\n"
+" * Enable the faulthandler module to dump the Python traceback on a crash\n"
+" * Enable asyncio debug mode\n"
+" * Set the dev_mode attribute of sys.flags to True\n"
+" * io.IOBase destructor logs close() exceptions\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X importtime: show how long each import takes. It shows module name,\n"
-" cumulative time (including nested imports) and self time (excluding\n"
-" nested imports). Note that its output may be broken in multi-threaded\n"
-" application. Typical usage is python3 -X importtime -c 'import asyncio'\n"
+" -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n"
+" The default is \"on\" (or \"off\" if you are running a local build).\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X showrefcount: output the total reference count and number of used\n"
-" memory blocks when the program finishes or after each statement in the\n"
-" interactive interpreter. This only works on debug builds\n"
+" -X int_max_str_digits=number: limit the size of intE<lt>-E<gt>str conversions.\n"
+" This helps avoid denial of service attacks when parsing untrusted data.\n"
+" The default is sys.int_info.default_max_str_digits. 0 disables.\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X tracemalloc: start tracing Python memory allocations using the\n"
-" tracemalloc module. By default, only the most recent frame is stored in a\n"
-" traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a\n"
-" traceback limit of NFRAME frames\n"
+" -X no_debug_ranges: disable the inclusion of the tables mapping extra location\n"
+" information (end line, start column offset and end column offset) to every\n"
+" instruction in code objects. This is useful when smaller code objects and pyc\n"
+" files are desired as well as suppressing the extra visual location indicators\n"
+" when the interpreter displays tracebacks.\n"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid ""
-" -X utf8: enable UTF-8 mode for operating system interfaces, overriding the default\n"
-" locale-aware mode. -X utf8=0 explicitly disables UTF-8 mode (even when it would\n"
-" otherwise activate automatically). See PYTHONUTF8 for more details\n"
+" -X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the\n"
+" given directory instead of to the code tree.\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid " -X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'\n"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -215,6 +266,18 @@ msgstr ""
msgid " close(fd);\n"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid ""
+" -Wdefault # Warn once per call location\n"
+" -Werror # Convert to exceptions\n"
+" -Walways # Warn every time\n"
+" -Wmodule # Warn once per calling module\n"
+" -Wonce # Warn once per Python process\n"
+" -Wignore # Never warn\n"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -286,25 +349,8 @@ msgstr ""
msgid "&"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "(7)"
-msgstr "(7)"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "(8)"
-msgstr "(8)"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "(9)"
-msgstr "(9)"
-
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "(and similar)"
msgstr ""
@@ -426,10 +472,9 @@ msgstr "--target-help"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "G"
+#, no-wrap
msgid "-G"
-msgstr "G"
+msgstr "-G"
#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
#: fedora-40 fedora-rawhide opensuse-tumbleweed
@@ -513,6 +558,11 @@ msgstr "/home/"
msgid "/proc"
msgstr "/proc"
+#: mageia-cauldron
+#, no-wrap
+msgid "/proc Functions"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -605,6 +655,11 @@ msgstr ""
msgid "0200"
msgstr ""
+#: debian-unstable
+#, no-wrap
+msgid "03/26/2024"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -651,23 +706,12 @@ msgstr "108"
msgid "11/20/2022"
msgstr ""
-#: opensuse-tumbleweed
-#, no-wrap
-msgid "12/06/2023"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "129"
msgstr "129"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "17"
-msgstr "17"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -680,17 +724,6 @@ msgstr "17."
msgid "18."
msgstr "18."
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "19"
-msgstr "19"
-
-#: debian-bookworm debian-unstable
-#, no-wrap
-msgid "19 April 2010"
-msgstr ""
-
#: mageia-cauldron
#, no-wrap
msgid "24.2"
@@ -707,12 +740,6 @@ msgstr ""
msgid "25 SCSI/USB trace"
msgstr ""
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "26"
-msgstr "26"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -725,8 +752,8 @@ msgstr "27"
msgid "28"
msgstr "28"
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "29"
msgstr "29"
@@ -743,6 +770,18 @@ msgstr "48"
msgid "6.2"
msgstr "6.2"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "62"
+msgstr "62"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "63"
+msgstr "63"
+
#: mageia-cauldron opensuse-leap-15-6 archlinux debian-bookworm debian-unstable
#: fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
@@ -761,11 +800,11 @@ msgstr "72"
msgid "76"
msgstr "76"
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
#, no-wrap
msgid "78"
-msgstr ""
+msgstr "78"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -826,24 +865,30 @@ msgstr ""
msgid "A single whitespace character (usually a newline)."
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "ANSI Escape Code (Wikipedia)"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 190\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 202\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 208\\&."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "Additional info and hints can be obtained from our"
msgstr ""
-#: archlinux
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
msgid ""
"Additional info and hints can be obtained from our mailing-List archive at: "
"I<http://www.sane-project.org/mailing-lists.html>."
@@ -881,6 +926,11 @@ msgid ""
"Alternatively, Asynchronous I/O library (I<libaio>, I<-laio>); see NOTES."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Amount of memory allocated to kernel stacks."
+msgstr ""
+
#: opensuse-leap-15-6
msgid "An error occurred."
msgstr ""
@@ -902,20 +952,6 @@ msgstr ""
msgid "At present, the following scanners should work with this backend:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Augments the default search path for module files. The format is the same "
-"as the shell's $PATH: one or more directory pathnames separated by colons. "
-"Non-existent directories are silently ignored. The default search path is "
-"installation dependent, but generally begins with ${prefix}/lib/"
-"pythonE<lt>versionE<gt> (see PYTHONHOME above). The default search path is "
-"always appended to $PYTHONPATH. If a script argument is given, the "
-"directory containing the script is inserted in the path in front of "
-"$PYTHONPATH. The search path can be manipulated from within a Python "
-"program as the variable I<sys.path>."
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron
#, no-wrap
@@ -951,6 +987,14 @@ msgid ""
"B<#include E<lt>sys/mman.hE<gt>>\n"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm
+#: fedora-40 mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1013,11 +1057,11 @@ msgstr "B<#include E<lt>sys/types.hE<gt>>"
msgid "B<#include E<lt>linux/module.hE<gt>>\n"
msgstr "B<#include E<lt>linux/module.hE<gt>>\n"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<#include E<lt>stdarg.hE<gt>>\n"
-msgstr "B<#include E<lt>stdarg.hE<gt>>\n"
+#: mageia-cauldron
+#, fuzzy
+#| msgid "B<#include E<lt>linux/module.hE<gt>>\n"
+msgid "B<#include E<lt>linux/proc_fs.hE<gt>>"
+msgstr "B<#include E<lt>linux/module.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1234,6 +1278,12 @@ msgstr "B<+>I<n>"
msgid "B<--author>"
msgstr "B<--author>"
+#: debian-unstable fedora-rawhide
+#, fuzzy
+#| msgid "B<--root=>"
+msgid "B<--background=>I<COLOR>"
+msgstr "B<--root=>"
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -1251,19 +1301,6 @@ msgstr ""
msgid "B<--cert=>"
msgstr "B<--cert=>"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, fuzzy, no-wrap
-#| msgid "B<--target=>I<bfdname>"
-msgid "B<--check-hash-based-pycs >I<mode>"
-msgstr "B<--target=>I<bfdname>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--clean>"
-msgstr "B<--clean>"
-
#: archlinux fedora-40 fedora-rawhide
msgid "B<--config> E<lt>fileE<gt>"
msgstr ""
@@ -1281,12 +1318,6 @@ msgstr "B<--dereference-command-line-symlink-to-dir>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--dereference>"
-msgstr "B<--dereference>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--discover>"
msgstr ""
@@ -1297,6 +1328,13 @@ msgid "B<--dump>"
msgstr "B<--dump>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, fuzzy
+#| msgid "B<#include E<lt>stdio.hE<gt>>\n"
+msgid "B<--entry-token=>"
+msgstr "B<#include E<lt>stdio.hE<gt>>\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--fatal-warnings>"
@@ -1355,6 +1393,20 @@ msgstr ""
msgid "B<--heap> I<reserve>B<,>I<commit>"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "B<-?, --help>"
+msgid "B<--help-env>"
+msgstr "B<-?, --help>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "B<--posix>"
+msgid "B<--help-xoptions>"
+msgstr "B<--posix>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1362,7 +1414,7 @@ msgid "B<--hide>=I<\\,PATTERN\\/>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<--human>"
msgstr "B<--human>"
@@ -1451,8 +1503,8 @@ msgstr "B<--no-headers>"
msgid "B<--no-hostname>"
msgstr "B<--no-hostname>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<--no-proxy>"
msgstr "B<--no-proxy>"
@@ -1468,7 +1520,7 @@ msgstr "B<--no-recursion>"
msgid "B<--no-timeout>"
msgstr "B<--no-timeout>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--notruncate>"
msgstr "B<--notruncate>"
@@ -1537,10 +1589,11 @@ msgstr "B<--replace>"
msgid "B<--repo E<lt>repoidE<gt>>"
msgstr "B<#include E<lt>stdio.hE<gt>>\n"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-msgid "B<--runtime>"
-msgstr "B<--runtime>"
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--resolve>"
+msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1548,8 +1601,8 @@ msgstr "B<--runtime>"
msgid "B<--show-control-chars>"
msgstr "B<--show-control-chars>"
-#: archlinux opensuse-tumbleweed fedora-40 fedora-rawhide debian-bookworm
-#: debian-unstable opensuse-leap-15-6
+#: archlinux opensuse-tumbleweed debian-unstable fedora-40 fedora-rawhide
+#: debian-bookworm opensuse-leap-15-6
#, fuzzy, no-wrap
#| msgid "B<--norc>"
msgid "B<--silent>"
@@ -1586,8 +1639,8 @@ msgstr ""
msgid "B<--subsystem> I<which>B<:>I<major>B<.>I<minor>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
msgid "B<--summary>"
msgstr "B<--summary>"
@@ -1683,7 +1736,7 @@ msgstr "B<-3>, B<--no-common>"
#: opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-6>"
-msgstr ""
+msgstr "B<-6>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1697,8 +1750,7 @@ msgstr "B<->I<n>"
msgid "B<-?, --help>"
msgstr "B<-?, --help>"
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
-#: debian-unstable opensuse-leap-15-6
+#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<-A>, B<--all>"
msgstr "B<-A>, B<--all>"
@@ -1715,12 +1767,18 @@ msgstr "B<-A>, B<--almost-all>"
msgid "B<-B>, B<--ignore-backups>"
msgstr "B<-B>, B<--ignore-backups>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, fuzzy
#| msgid "B<-l>, B<--logging>"
msgid "B<-B>, B<--log-io> I<file>"
msgstr "B<-l>, B<--logging>"
+#: debian-unstable fedora-rawhide
+#, fuzzy
+#| msgid "B<-a>, B<--all>"
+msgid "B<-C>, B<--capsule=>"
+msgstr "B<-a>, B<--all>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1762,7 +1820,7 @@ msgstr "B<-F>, B<--classify>"
msgid "B<-F>, B<--classify>[=I<\\,WHEN\\/>]"
msgstr "B<-o>, B<--output>=I<\\,FILE\\/>"
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6
msgid "B<-F>, B<--no-fork>"
msgstr "B<-F>, B<--no-fork>"
@@ -1790,7 +1848,7 @@ msgstr ""
msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, fuzzy
#| msgid "B<-l>, B<--logging>"
msgid "B<-I>, B<--log-in> I<file>"
@@ -1802,7 +1860,7 @@ msgstr "B<-l>, B<--logging>"
msgid "B<-K>, B<--zfs-key>=I<\\,FILE\\/>|prompt"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-L>, B<--color>[=I<when>]"
msgstr ""
@@ -1813,25 +1871,24 @@ msgid "B<-L>, B<--logical>"
msgstr "B<-L>, B<--logical>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, fuzzy, no-wrap
-#| msgid "B<-O>"
-msgid "B<-OO>"
-msgstr "B<-O>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-P, --project>"
msgstr "B<-P, --project>"
+#: archlinux
+#, fuzzy, no-wrap
+#| msgid "B<-o>, B<--output>=I<\\,FILE\\/>"
+msgid "B<-P> I<\\,INPAPER\\/>, B<--inpaper> I<\\,INPAPER\\/>"
+msgstr "B<-o>, B<--output>=I<\\,FILE\\/>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-P> I<prefix>"
msgstr "B<-P> I<prefisso>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-P>, B<--inpaper>=I<\\,PAPER\\/>"
msgstr ""
@@ -1854,7 +1911,7 @@ msgstr "B<-Q>, B<--quote-name>"
msgid "B<-T>, B<--initial-tab>"
msgstr "B<-T>, B<--initial-tab>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, fuzzy
#| msgid "B<-l>, B<--logging>"
msgid "B<-T>, B<--log-timing> I<file>"
@@ -1873,37 +1930,17 @@ msgid "B<-U> I<[d|i|l|e|x|h]>"
msgstr "B<-U> I<[d|i|l|e|x|h]>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-V , --version>"
-msgstr "B<-V , --version>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-V --version>"
msgstr "B<-V --version>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, fuzzy, no-wrap
-#| msgid "B<:> [I<arguments>]"
-msgid "B<-W >I<argument>"
-msgstr "B<:> [I<argomenti>]"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-W>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, fuzzy, no-wrap
-#| msgid "B<-o >I<option-name>"
-msgid "B<-X >I<option>"
-msgstr "B<-o >I<nome-opzione>"
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
@@ -1917,7 +1954,7 @@ msgid "B<-a>, B<--text>"
msgstr "B<-a>, B<--text>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-b>, B<--backup>"
msgstr "B<-b>, B<--backup>"
@@ -1934,12 +1971,6 @@ msgstr ""
msgid "B<-b>, B<--escape>"
msgstr "B<-b>, B<--escape>"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-c >I<command>"
-msgstr "B<-c >I<comando>"
-
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-c, --cache N>"
@@ -1981,7 +2012,7 @@ msgstr "B<-d>, B<--delete>"
msgid "B<-d>, B<--device>"
msgstr "B<-d>, B<--device>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, fuzzy
#| msgid "B<-s>, B<--strict>"
msgid "B<-d>, B<--divisor> I<number>"
@@ -1999,7 +2030,7 @@ msgstr "B<-d>"
msgid "B<-e>, B<--escape>=I<\\,CHAR\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, fuzzy
#| msgid "B<--rcfile> I<file>"
msgid "B<-f>, B<--file> I<file>"
@@ -2018,8 +2049,8 @@ msgstr "B<-o>, B<--output>=I<\\,FILE\\/>"
msgid "B<-f>, B<--follow>"
msgstr "B<-f>, B<--follow>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-f>, B<--ignore-case>"
msgstr "B<-f>, B<--ignore-case>"
@@ -2031,12 +2062,6 @@ msgid "B<-f>, B<--silent>, B<--quiet>"
msgstr "B<-f>, B<--silent>, B<--quiet>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-h , -? , --help>"
-msgstr "B<-h , -? , --help>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-i>, B<--ignore-garbage>"
@@ -2060,8 +2085,8 @@ msgstr "B<-i>, B<--inode>"
msgid "B<-i>, B<--input>=I<\\,INPUTFILE\\/>"
msgstr "B<-o>, B<--output>=I<\\,FILE\\/>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid "B<-k>, B<--kernel>"
msgstr "B<-k>, B<--kernel>"
@@ -2071,7 +2096,7 @@ msgstr "B<-k>, B<--kernel>"
msgid "B<-k>, B<--kibibytes>"
msgstr "B<-k>, B<--kibibytes>"
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
#, fuzzy
#| msgid "B<-q>, B<--quiet>"
msgid "B<-l>, B<--length> I<length>"
@@ -2082,20 +2107,13 @@ msgstr "B<-q>, B<--quiet>"
msgid "B<-l>, B<--user>=I<\\,USER\\/>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, fuzzy, no-wrap
-#| msgid "B<-f >I<filename>"
-msgid "B<-m >I<module-name>"
-msgstr "B<-f >I<nome-file>"
-
#: archlinux
#, no-wrap
msgid "B<-n>, B<--no-keepalive>"
msgstr "B<-n>, B<--no-keepalive>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, fuzzy, no-wrap
#| msgid "B<->I<n>"
msgid "B<-n>I<n>"
@@ -2106,13 +2124,18 @@ msgstr "B<->I<n>"
msgid "B<-p, --print-profile>"
msgstr "B<-p, --print-profile>"
+#: archlinux
+#, no-wrap
+msgid "B<-p> I<\\,PAPER\\/>, B<--paper> I<\\,PAPER\\/>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-p>, B<--indicator-style>=I<\\,slash\\/>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-p>, B<--paper>=I<\\,PAPER\\/>"
msgstr ""
@@ -2189,7 +2212,7 @@ msgstr "B<-t>, B<--expand-tabs>"
msgid "B<-t>, B<--to-code>=I<\\,NAME\\/>"
msgstr "B<-o>, B<--output>=I<\\,FILE\\/>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-u>, B<--notruncate>"
msgstr "B<-u>, B<--notruncate>"
@@ -2236,6 +2259,12 @@ msgstr "B<.>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<128>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<AF_NETLINK>"
msgstr ""
@@ -2281,11 +2310,11 @@ msgstr ""
msgid "B<CLONE_NEWCGROUP> (since Linux 4.6)"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<E>"
-msgstr "B<E>"
+#: debian-unstable
+#, fuzzy
+#| msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
+msgid "B<Christian Kastner> E<lt>\\&ckk@debian\\&.org\\&E<gt>"
+msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2328,7 +2357,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<EDESTADDRREQ>"
-msgstr ""
+msgstr "B<EDESTADDRREQ>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2354,7 +2383,7 @@ msgstr ""
msgid "B<ENOPROTOOPT>"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOSPC>, B<EDQUOT>"
msgstr "B<ENOSPC>, B<EDQUOT>"
@@ -2391,6 +2420,10 @@ msgstr ""
msgid "B<EUCLEAN>"
msgstr ""
+#: debian-unstable
+msgid "B<Georges Khaznadar> E<lt>\\&georgesk@debian\\&.org\\&E<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2433,6 +2466,11 @@ msgstr ""
msgid "B<IPC_STAT>"
msgstr ""
+#: debian-unstable
+msgid ""
+"B<Javier Fern\\('andez-Sanguino Pe\\(~na> E<lt>\\&jfs@debian\\&.org\\&E<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2463,19 +2501,13 @@ msgstr ""
msgid "B<KEY_SPEC_USER_SESSION_KEYRING>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "B<L>"
-msgstr "B<L>"
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "B<LC_MONETARY>"
msgstr "B<LC_MONETARY>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBFDISK_DEBUG>=all"
msgstr "B<LIBFDISK_DEBUG>=all"
@@ -2487,7 +2519,7 @@ msgstr ""
msgid "B<LIBMOUNT_MTAB>=E<lt>pathE<gt>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LOCK_BLOCK_DEVICE>=E<lt>modeE<gt>"
msgstr ""
@@ -2563,6 +2595,10 @@ msgstr ""
msgid "B<PROT_WRITE>"
msgstr ""
+#: debian-unstable
+msgid "B<Paul Vixie> E<lt>\\&paul@vix\\&.com\\&E<gt>"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2612,6 +2648,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<SO_PEERCRED>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<SPLICE_F_GIFT>"
msgstr ""
@@ -2652,6 +2694,12 @@ msgstr ""
msgid "B<S_TIME_FORMAT>"
msgstr "B<LC_TIME>"
+#: debian-unstable
+#, fuzzy
+#| msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
+msgid "B<Steve Greenland> E<lt>\\&stevegr@debian\\&.org\\&E<gt>"
+msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2664,8 +2712,8 @@ msgstr "B<T>"
msgid "B<TMPDIR>"
msgstr "B<TMPDIR>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<TZ>"
msgstr ""
@@ -2773,8 +2821,8 @@ msgstr "B<accept>(2)"
msgid "B<access>(2)"
msgstr "B<access>(2)"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<alert>"
msgstr ""
@@ -2826,8 +2874,8 @@ msgstr "B<connect>(2)"
msgid "B<copy>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<crit>"
msgstr ""
@@ -2866,8 +2914,8 @@ msgid ""
"debian.org> Andreas Bombe E<.ME .>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<err>"
msgstr ""
@@ -2950,8 +2998,8 @@ msgstr "B<history>"
msgid "B<home>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
#, no-wrap
msgid "B<host>"
msgstr ""
@@ -3009,6 +3057,12 @@ msgstr "B<listen>(2)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ll>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, fuzzy, no-wrap
#| msgid "B<pause>(2)"
msgid "B<lseek>(2)"
@@ -3083,7 +3137,7 @@ msgstr ""
msgid "B<pause>(2)"
msgstr "B<pause>(2)"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<poll>(2), B<select>(2) (and similar)"
msgstr ""
@@ -3095,13 +3149,6 @@ msgid "B<posix>"
msgstr "B<posix>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"B<python> [ B<-B> ] [ B<-b> ] [ B<-d> ] [ B<-E> ] [ B<-h> ] [ B<-i> ] [ B<-"
-"I> ]"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<quota>"
@@ -3211,8 +3258,8 @@ msgstr "B<sendto>(2)"
msgid "B<services>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<setsid>(2)"
msgstr "B<setsid>(2)"
@@ -3288,13 +3335,13 @@ msgid "B<submit@bugs.debian.org>"
msgstr "B<submit@bugs.debian.org>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-tumbleweed opensuse-leap-15-6
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<swap>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<syslog>"
msgstr ""
@@ -3310,7 +3357,7 @@ msgstr ""
msgid "B<tar>"
msgstr "B<globstar>"
-#: debian-bookworm opensuse-leap-15-6 debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<time>"
msgstr "B<time>"
@@ -3364,7 +3411,7 @@ msgstr ""
msgid "B<version>"
msgstr "B<version>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<warn>"
msgstr ""
@@ -3381,12 +3428,6 @@ msgstr "B<x-systemd\\&.makefs>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "B<z>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid "B<|>"
msgstr "B<|>"
@@ -3426,6 +3467,10 @@ msgstr "BindAddress"
msgid "BindInterface"
msgstr "BindInterface"
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6
+msgid "Bold"
+msgstr "Grassetto"
+
#: archlinux
msgid ""
"Bugs can be reported on the bug tracker I<https://bugs\\&.archlinux\\&.org> "
@@ -3458,7 +3503,7 @@ msgid "COMMAND"
msgstr "COMMENTI"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "CONFIGURATION FILES"
msgstr ""
@@ -3534,18 +3579,6 @@ msgid "CertificateFile"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Change the location of the standard Python libraries. By default, the "
-"libraries are searched in ${prefix}/lib/pythonE<lt>versionE<gt> and "
-"${exec_prefix}/lib/pythonE<lt>versionE<gt>, where ${prefix} and "
-"${exec_prefix} are installation-dependent directories, both defaulting to I</"
-"usr/local>. When $PYTHONHOME is set to a single directory, its value "
-"replaces both ${prefix} and ${exec_prefix}. To specify different values for "
-"these, set $PYTHONHOME to ${prefix}:${exec_prefix}."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "CheckHostIP"
@@ -3621,12 +3654,6 @@ msgid "Commands"
msgstr "Comandi utente"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Configure how Python evaluates the up-to-dateness of hash-based .pyc files."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "ConnectTimeout"
@@ -3661,6 +3688,10 @@ msgstr "ControlPath"
msgid "ControlPersist"
msgstr "ControlPersist"
+#: debian-unstable
+msgid "Copyright \\(co 1994 Paul Vixie"
+msgstr ""
+
#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
@@ -3697,17 +3728,6 @@ msgid "Debug tool for filesystem driver."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "Debug-mode variables"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Developer resources: https://devguide.python.org/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Device nodes"
@@ -3723,14 +3743,6 @@ msgstr ""
msgid "Disable low-speed timeouts for downloads."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Disable the import of the module I<site> and the site-dependent "
-"manipulations of I<sys.path> that it entails. Also disable these "
-"manipulations if I<site> is explicitly imported later."
-msgstr ""
-
#: debian-bookworm debian-unstable
msgid "Display a help list."
msgstr "Mostra una lista di aiuto."
@@ -3760,49 +3772,28 @@ msgstr "Mostra la versione de programma."
msgid "Display the program version."
msgstr "Mostra la versione de programma."
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-unstable
msgid ""
-"Do B<-O> and also discard docstrings; change the filename for compiled "
-"(bytecode) files by adding .opt-2 before the .pyc extension."
+"Distribute freely, except: don\\*(Aqt remove my name from the source or "
+"documentation (don\\*(Aqt take credit for my work), mark your changes "
+"(don\\*(Aqt get me blamed for your possible bugs), don\\*(Aqt alter or "
+"remove this notice\\&. May be sold if buildable source is provided to "
+"buyer\\&. No warranty of any kind, express or implied, is included with this "
+"software; use at your own risk, responsibility for damages (if any) to "
+"anyone resulting from the use of this software rests entirely with the "
+"user\\&."
msgstr ""
#: archlinux
msgid "Do not colorize output\\&."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Do not print the version and copyright messages. These messages are also "
-"suppressed in non-interactive mode."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"Documentation for installed Python modules and packages can be viewed by "
-"running the B<pydoc> program."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Documentation: https://docs.python.org/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Don't add user site directory to sys.path."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Don't write I<.pyc> files on import. See also PYTHONDONTWRITEBYTECODE."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Downloads: https://www.python.org/downloads/"
+"Don't automatically prepend a potentially unsafe path to B<sys.path> such as "
+"the current directory, the script's directory or an empty string. See also "
+"the B<PYTHONSAFEPATH> environment variable."
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
@@ -3810,7 +3801,7 @@ msgstr ""
msgid "E<.An Markus Friedl Aq Mt markus@openbsd.org>"
msgstr "E<.An Markus Friedl Aq Mt markus@openbsd.org>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "E<.MT vixie@isc.org> Paul Vixie E<.ME>"
msgstr "E<.MT vixie@isc.org> Paul Vixie E<.ME>"
@@ -3859,6 +3850,14 @@ msgstr "E"
msgid "Each line is in the form"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Empty fields match all values; trailing empty fields may be omitted. For "
+"example B<-W ignore::DeprecationWarning> ignores all DeprecationWarning "
+"warnings."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -3868,6 +3867,20 @@ msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
+msgid "Environment variables"
+msgstr ""
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Equivalent to B<--value> B<--property=>, i\\&.e\\&. shows the value of the "
+"property without the property name or \"=\"\\&. Note that using B<-P> once "
+"will also affect all properties listed with B<-p>/B<--property=>\\&."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
msgid "Escape sequences"
msgstr ""
@@ -3883,6 +3896,12 @@ msgstr "Ev SSH_AUTH_SOCK"
msgid "Example output"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid ""
+"Execute operation on a capsule\\&. Specify a capsule name to connect to\\&. "
+"See B<capsule@.service>(5) for details about capsules\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -3983,6 +4002,12 @@ msgstr "Fl m"
msgid "Fl p Ar port"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Fl t Ar type"
+msgstr ""
+
#: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4023,13 +4048,6 @@ msgid ""
"For more information about the fields of this structure, see B<passwd>(5)."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Force the stdout and stderr streams to be unbuffered. This option has no "
-"effect on the stdin stream."
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -4078,16 +4096,16 @@ msgstr ""
msgid "GNU gettext-runtime 0.21"
msgstr ""
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
#, fuzzy, no-wrap
#| msgid "GNU gettext-tools 0.21"
msgid "GNU gettext-runtime 0.21.1"
msgstr "GNU gettext-tools 0.21"
-#: archlinux fedora-rawhide
+#: archlinux mageia-cauldron opensuse-tumbleweed fedora-40 fedora-rawhide
#, fuzzy, no-wrap
#| msgid "GNU gettext-tools 0.21"
-msgid "GNU gettext-runtime 0.22.2"
+msgid "GNU gettext-runtime 0.22.5"
msgstr "GNU gettext-tools 0.21"
#: opensuse-tumbleweed
@@ -4197,47 +4215,19 @@ msgstr ""
msgid "I<$XDG_RUNTIME_DIR>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "I<${exec_prefix}/bin/python>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, fuzzy
-#| msgid "B<#include E<lt>stdio.hE<gt>>"
-msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
-msgstr "B<#include E<lt>stdio.hE<gt>>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</dev/random>"
msgstr "I</dev/random>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</dev/urandom>"
msgstr "I</dev/urandom>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I</etc/adjtime>"
msgstr ""
@@ -4283,6 +4273,92 @@ msgstr ""
msgid "I</etc/services>"
msgstr "I</etc/services>"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</cgroup> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/>pidI</numa_maps> (since Linux 2.6.14)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/cgroups> (since Linux 2.6.24)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/key-users> (since Linux 2.6.10)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/keys> (since Linux 2.6.10)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/loadavg>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/meminfo>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "I</proc>"
+msgid "I</proc/net/arp>"
+msgstr "I</proc>"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/dev>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/snmp>"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "I</usr/share/zoneinfo>"
+msgid "I</proc/slabinfo>"
+msgstr "I</usr/share/zoneinfo>"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/pipe-max-size> (since Linux 2.6.35)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/pipe-user-pages-hard> (since Linux 4.5)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/sys/fs/pipe-user-pages-soft> (since Linux 4.5)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -4305,6 +4381,12 @@ msgstr ""
msgid "I<Broadcast=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<CacheDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<CapabilityBoundingSet=>"
@@ -4315,6 +4397,12 @@ msgstr ""
msgid "I<Compress=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<ConfigurationDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<DNS=>"
@@ -4356,7 +4444,7 @@ msgid "I<Driver=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Encrypt=>"
msgstr ""
@@ -4365,13 +4453,19 @@ msgstr ""
msgid "I<Environment=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<FileDescriptorStorePreserve=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<FirewallMark=>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Flags=>"
msgstr ""
@@ -4398,6 +4492,14 @@ msgstr ""
msgid "I<Hostname=>"
msgstr ""
+#: debian-unstable fedora-rawhide
+msgid "I<IPv4Forwarding=>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<IPv6Forwarding=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "I<IPv6PrivacyExtensions=>"
@@ -4448,6 +4550,12 @@ msgstr ""
msgid "I<LoaderImageIdentifier>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<LogsDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<MACSpoofCheck=>"
@@ -4478,6 +4586,13 @@ msgstr ""
msgid "I<NUMAPolicy=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "I<name>"
+msgid "I<Name>"
+msgstr "I<nome>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<OOMPolicy=>"
@@ -4518,6 +4633,11 @@ msgstr ""
msgid "I<Property=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<ProtectSystem=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Protocol=>"
@@ -4558,6 +4678,12 @@ msgstr "I<RouteMetric=>"
msgid "I<RouteTable=>"
msgstr "I<RouteTable=>"
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<RuntimeDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<RuntimeMaxSec=>"
@@ -4602,6 +4728,19 @@ msgstr "I<ServerKeyFile=>"
msgid "I<SplitMode=>"
msgstr "I<SplitMode=>"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "I<start_date>"
+msgid "I<State>"
+msgstr "I<data_inizio>"
+
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<StateDirectory=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<SystemCallArchitectures=>"
@@ -4647,6 +4786,11 @@ msgstr "I<TrustedCertificateFile=>"
msgid "I<Unit=>"
msgstr "I<Unit=>"
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<UseDomains=>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<VLANId=>"
@@ -4681,7 +4825,7 @@ msgstr "I<WorkingDirectory=>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<X>"
-msgstr ""
+msgstr "I<X>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4758,17 +4902,40 @@ msgstr ""
msgid "I<fstab\\&.extra>"
msgstr "I<fstab\\&.extra>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-unstable fedora-rawhide
+msgid "I<home\\&.create\\&.*>"
+msgstr ""
+
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "I<http://www.sane-project.org/mailing-lists.html>"
msgstr "I<http://www.sane-project.org/mailing-lists.html>"
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<ino>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<journal\\&.forward_to_socket>"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid "I<journal\\&.storage>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "I<lorder>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<mask>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4787,7 +4954,7 @@ msgstr "I<numero>"
msgid "I<offset>"
msgstr "I<offset>"
-#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<other>"
@@ -4828,6 +4995,13 @@ msgstr "I<porta>"
msgid "I<quotacheck\\&.mode=>"
msgstr "I<quotacheck\\&.mode=>"
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "I<offset>"
+msgid "I<resume_offset=>"
+msgstr "I<offset>"
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -4862,11 +5036,6 @@ msgstr "I<system\\&.machine_id>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<systemd\\&.firstboot=>"
-msgstr "I<systemd\\&.firstboot=>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.getty_auto=>"
msgstr "I<systemd\\&.getty_auto=>"
@@ -4937,18 +5106,6 @@ msgid "INPUTFILE ..."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "INTERNET RESOURCES"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "INTERPRETER INTERFACE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "IPQoS"
@@ -4990,8 +5147,8 @@ msgstr ""
msgid "IdentityFile"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid ""
"If I<pathname> is an empty string, operate on the file referred to by "
"I<dirfd> (which may have been obtained using the B<open>(2) B<O_PATH> "
@@ -5006,41 +5163,12 @@ msgstr ""
msgid "If I<x> is integral, +0, -0, NaN, or infinite, I<x> itself is returned."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for "
-"generating the hash() of the types covered by the hash randomization. Its "
-"purpose is to allow repeatable hashing, such as for selftests for the "
-"interpreter itself, or to allow a cluster of python processes to share hash "
-"values."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If available, the script name and additional arguments thereafter are passed "
-"to the script in the Python variable I<sys.argv>, which is a list of strings "
-"(you must first I<import sys> to be able to access it). If no script name "
-"is given, I<sys.argv[0]> is an empty string; if B<-c> is used, I<sys."
-"argv[0]> contains the string I<'-c'.> Note that options interpreted by the "
-"Python interpreter itself are not placed in I<sys.argv>."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"If no FILE is specified then the command acts like a filter, getting the "
"data from standard input and writing the result to standard output."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If set to a non-empty string, Python will print statistics of the pymalloc "
-"memory allocator every time a new pymalloc object arena is created, and on "
-"shutdown."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5067,146 +5195,12 @@ msgid ""
"same as I<x>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to 0, it disables the default debugger. "
-"It can be set to the callable of your debugger of choice."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, I<faulthandler."
-"enable()> is called at startup: install a handler for SIGSEGV, SIGFPE, "
-"SIGABRT, SIGBUS and SIGILL signals to dump the Python traceback."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, Python will show "
-"how long each import takes. This is exactly equivalent to setting B<-X "
-"importtime> on the command line."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, enable the debug "
-"mode of the asyncio module."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set to a non-empty string, start tracing "
-"Python memory allocations using the tracemalloc module."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set, I<sys.argv[0]> will be set to its value "
-"instead of the value got through the C runtime. Only works on Mac OS X."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this environment variable is set, Python will dump objects and reference "
-"counts still alive after shutting down the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid ""
-"If this is set before running the interpreter, it overrides the encoding used\n"
-"for stdin/stdout/stderr, in the syntax\n"
-"I<encodingname>B<:>I<errorhandler>\n"
-"The\n"
-"I<errorhandler>\n"
-"part is optional and has the same meaning as in str.encode. For stderr, the\n"
-"I<errorhandler>\n"
-" part is ignored; the handler will always be \\'backslashreplace\\'.\n"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a comma-separated string it is equivalent to specifying "
-"the B<-W> option for each separate value."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"B> option (don't try to write I<.pyc> files)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"O> option. If set to an integer, it is equivalent to specifying B<-O> "
-"multiple times."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"d> option. If set to an integer, it is equivalent to specifying B<-d> "
-"multiple times."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"i> option."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"s> option (Don't add the user site directory to sys.path)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"u> option."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is set to a non-empty string it is equivalent to specifying the B<-"
-"v> option. If set to an integer, it is equivalent to specifying B<-v> "
-"multiple times."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"If this is the name of a readable file, the Python commands in that file are "
-"executed before the first prompt is displayed in interactive mode. The file "
-"is executed in the same name space where interactive commands are executed "
-"so that objects defined or imported in it can be used without qualification "
-"in the interactive session. You can also change the prompts I<sys.ps1> and "
-"I<sys.ps2> in this file."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"If this variable is set to \"random\", a random value is used to seed the "
-"hashes of str and bytes objects."
+"If this is set to a non-empty string, don't automatically prepend a "
+"potentially unsafe path to B<sys.path> such as the current directory, the "
+"script's directory or an empty string. See also the B<-P> option."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -5225,6 +5219,13 @@ msgstr ""
msgid "If you have support questions, send them to"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If you notice any strange behavior, please report to the backend maintainer "
+"or to the SANE mailing list."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -5232,25 +5233,10 @@ msgid ""
"send a subscription request to"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-unstable fedora-rawhide
msgid ""
-"Ignore environment variables like PYTHONPATH and PYTHONHOME that modify the "
-"behavior of the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"In interactive mode, the primary prompt is `E<gt>E<gt>E<gt>'; the second "
-"prompt (which appears when a command is not complete) is `...'. The prompts "
-"can be changed by assignment to I<sys.ps1> or I<sys.ps2>. The interpreter "
-"quits when it reads an EOF at a prompt. When an unhandled exception occurs, "
-"a stack trace is printed and control returns to the primary prompt; in non-"
-"interactive mode, the interpreter exits after printing the stack trace. The "
-"interrupt signal raises the I<Keyboard\\%Interrupt> exception; other UNIX "
-"signals are not caught (except that SIGPIPE is sometimes ignored, in favor "
-"of the I<IOError> exception). Error messages are written to stderr."
+"In place of the directory path a \"\\&.v/\" versioned directory may be "
+"specified, see B<systemd.v>(7) for details\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -5260,11 +5246,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Interface Portability and Stability Promise"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Invalid argument passed."
msgstr ""
@@ -5274,17 +5255,16 @@ msgid "Invalid argument."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Issue warnings about str(bytes_instance), str(bytearray_instance) and "
-"comparing bytes/bytearray with str. (-bb: issue errors)"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Journal JSON Format"
msgstr ""
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "July 2021"
+msgid "July 1997"
+msgstr "luglio 2021"
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, fuzzy, no-wrap
@@ -5328,8 +5308,12 @@ msgstr ""
msgid "KbdInteractiveDevices"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron
+msgid "Keith Owens E<lt>kaos@ocs.com.auE<gt>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "Kernel"
msgstr ""
@@ -5609,48 +5593,41 @@ msgstr "LC_MESSAGES"
msgid "LEFT SINGLE QUOTATION MARK"
msgstr "LEFT SINGLE QUOTATION MARK"
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_FSTAB=E<lt>pathE<gt>"
-msgstr ""
-
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_MTAB=E<lt>pathE<gt>"
-msgstr ""
-
-#: opensuse-leap-15-6
-msgid "LIBSMARTCOLS_DEBUG=all"
-msgstr "LIBSMARTCOLS_DEBUG=all"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "LICENSING"
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, fuzzy, no-wrap
-#| msgid "B<LINES>"
-msgid "LINES"
-msgstr "B<LINES>"
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LIST"
msgstr ""
+#: debian-bookworm
+msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Landlock is supported by the kernel but disabled at boot time."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Limit the maximum digit characters in an int value when converting from a "
+"string and when converting an int back to a str. A value of 0 disables the "
+"limit. Conversions to or from bases 2, 4, 8, 16, and 32 are never limited."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "Limitations"
msgstr ""
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "Linux"
+msgid "Linux 2.0.30"
+msgstr "Linux"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5744,20 +5721,36 @@ msgstr ""
msgid "MT-Unsafe race"
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6
msgid "Mailing-List archive at:"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Main website: https://www.python.org/"
+#: debian-unstable
+msgid "Maintained the package (1996-2005)\\&."
+msgstr ""
+
+#: debian-unstable
+msgid "Maintained the package (2005-2014)\\&."
+msgstr ""
+
+#: debian-unstable
+msgid "Maintained the package (2010-2016)\\&."
+msgstr ""
+
+#: debian-unstable
+msgid "Maintained the package (2022-2024)\\&."
msgstr ""
#: archlinux
msgid "Maintainers:"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Many thanks go to:"
+msgstr ""
+
#: opensuse-leap-15-6
#, no-wrap
msgid ""
@@ -5786,16 +5779,11 @@ msgid ""
"assigned, the previously assigned value is cleared\\&."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
msgid "Miloslav Trmac E<lt>mitr@redhat.comE<gt>"
msgstr "Miloslav Trmac E<lt>mitr@redhat.comE<gt>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Module repository: https://pypi.org/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Mount crypto devices."
msgstr ""
@@ -5806,12 +5794,16 @@ msgstr ""
msgid "Mount options"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Newsgroups: comp.lang.python, comp.lang.python.announce"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Multiple B<-W> options can be given; when a warning matches more than one "
+"option, the action for the last matching option is performed. Invalid B<-W> "
+"options are ignored (though, a warning message is printed about invalid "
+"options when the first warning is issued)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "No errors"
msgstr ""
@@ -5935,7 +5927,7 @@ msgstr ""
msgid "Operation modifiers:"
msgstr "Operatori"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Operational error"
msgstr ""
@@ -5952,11 +5944,6 @@ msgid "Other options"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Override sys.platlibdir."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "PATH"
@@ -5968,8 +5955,8 @@ msgstr ""
msgid "PATTERNS"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "PERMISSIONS"
msgstr ""
@@ -6004,157 +5991,21 @@ msgstr "POSIX.1-2001. glibc 2.1."
msgid "POSIX.2."
msgstr "POSIX.2."
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHON"
-msgstr "PYTHON"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONASYNCIODEBUG"
-msgstr "PYTHONASYNCIODEBUG"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONBREAKPOINT"
-msgstr "PYTHONBREAKPOINT"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDEBUG"
-msgstr "PYTHONDEBUG"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDONTWRITEBYTECODE"
-msgstr "PYTHONDONTWRITEBYTECODE"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDUMPREFS"
-msgstr "PYTHONDUMPREFS"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONEXECUTABLE"
-msgstr "PYTHONEXECUTABLE"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONFAULTHANDLER"
-msgstr "PYTHONFAULTHANDLER"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONHASHSEED"
-msgstr "PYTHONHASHSEED"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONHOME"
-msgstr "PYTHONHOME"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONINSPECT"
-msgstr "PYTHONINSPECT"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONIOENCODING"
-msgstr "PYTHONIOENCODING"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONMALLOC"
-msgstr "PYTHONMALLOC"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONMALLOCSTATS"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "PYTHONMALLOCSTATS"
+msgid "PYTHONINTMAXSTRDIGITS"
msgstr "PYTHONMALLOCSTATS"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONNOUSERSITE"
-msgstr "PYTHONNOUSERSITE"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONOPTIMIZE"
-msgstr "PYTHONOPTIMIZE"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPATH"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "PYTHONPATH"
+msgid "PYTHONSAFEPATH"
msgstr "PYTHONPATH"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPLATLIBDIR"
-msgstr "PYTHONPLATLIBDIR"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPROFILEIMPORTTIME"
-msgstr "PYTHONPROFILEIMPORTTIME"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONSTARTUP"
-msgstr "PYTHONSTARTUP"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONTRACEMALLOC"
-msgstr "PYTHONTRACEMALLOC"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONUNBUFFERED"
-msgstr "PYTHONUNBUFFERED"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONUSERBASE"
-msgstr "PYTHONUSERBASE"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONVERBOSE"
-msgstr "PYTHONVERBOSE"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONWARNINGS"
-msgstr "PYTHONWARNINGS"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "Pa /etc/ssh/ssh_config"
@@ -6214,20 +6065,6 @@ msgstr "Pa ~/.ssh/id_ed25519_sk"
msgid "Pa ~/.ssh/id_rsa"
msgstr "Pa ~/.ssh/id_rsa"
-#: opensuse-tumbleweed
-msgid ""
-"Packages should install their configuration files in /usr/lib/ (distribution "
-"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
-"reserved for the local administrator, who may use this logic to override the "
-"configuration files installed by vendor packages\\&. It is recommended to "
-"prefix all filenames with a two-digit number and a dash, to simplify the "
-"ordering of the files\\&. It is recommended to use the range 10-40 for "
-"configuration files in /usr/ and the range 60-90 for configuration files in /"
-"etc/ and /run/, to make sure that local and transient configuration files "
-"will always take priority over configuration files shipped by the OS "
-"vendor\\&."
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
@@ -6282,8 +6119,8 @@ msgstr ""
msgid "Portability notes"
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "PowerPC"
msgstr ""
@@ -6295,15 +6132,6 @@ msgid "PreferredAuthentications"
msgstr "PreferredAuthentications"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Print a message each time a module is initialized, showing the place "
-"(filename or built-in module) from which it is loaded. When given twice, "
-"print a message for each file that is checked for when searching for a "
-"module. Also provides information on module cleanup at exit."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Print a usage summary and exit."
msgstr ""
@@ -6313,16 +6141,21 @@ msgstr ""
msgid "Print verbose internal information."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Prints the Python version number of the executable and exits. When given "
-"twice, print more information about the build."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, fuzzy
+#| msgid "print program version"
+msgid "Prints complete usage information and exits."
+msgstr "Stampa il numero di versione del programma"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "Prints help about Python-specific environment variables and exits."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Prints the usage for the interpreter executable and exits."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "Prints help about implementation-specific B<-X> options and exits."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6361,37 +6194,6 @@ msgid "Purpose"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Python is an interpreted, interactive, object-oriented programming language "
-"that combines remarkable power with very clear syntax. For an introduction "
-"to programming in Python, see the Python Tutorial. The Python Library "
-"Reference documents built-in and standard types, constants, functions and "
-"modules. Finally, the Python Reference Manual describes the syntax and "
-"semantics of the core language in (perhaps too) much detail. (These "
-"documents may be located via the B<INTERNET RESOURCES> below; they may be "
-"installed on your system as well.)"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Python is distributed under an Open Source license. See the file "
-"\"LICENSE\" in the Python source distribution for information on terms & "
-"conditions for accessing and otherwise using Python and for a DISCLAIMER OF "
-"ALL WARRANTIES."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Python's basic power can be extended with your own modules written in C or C+"
-"+. On most systems such modules may be dynamically loaded. Python is also "
-"adaptable as an extension language for existing applications. See the "
-"internal documentation for hints."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "QUOTING"
@@ -6436,24 +6238,6 @@ msgstr ""
msgid "Read by user"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "Recommended location of the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Recommended locations of the directories containing the include files needed "
-"for developing Python extensions and embedding the interpreter."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Recommended locations of the directories containing the standard modules."
-msgstr ""
-
#: opensuse-leap-15-6
#, no-wrap
msgid "Red Hat, Inc"
@@ -6477,14 +6261,6 @@ msgstr ""
msgid "Remount file system read-only."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Remove assert statements and any code conditional on the value of __debug__; "
-"augment the filename for compiled (bytecode) files by adding .opt-1 before "
-"the .pyc extension."
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "Removed in Linux 2.6."
@@ -6496,7 +6272,7 @@ msgid "Report any other issue via the form at the GNU Savannah bug tracker:"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Report bugs at https://github.com/gwsw/less/issues."
msgstr ""
@@ -6542,6 +6318,16 @@ msgid ""
"system, from which you can get more details."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Run Python in isolated mode. This also implies B<-E>, B<-P> and B<-s>. In "
+"isolated mode sys.path contains neither the script's directory nor the "
+"user's site-packages directory. All PYTHON* environment variables are "
+"ignored, too. Further restrictions may be imposed to prevent the user from "
+"injecting malicious code."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "SGR substring for non-zero statistics values."
@@ -6581,7 +6367,7 @@ msgstr "SIGUSR2"
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "SIZE"
-msgstr ""
+msgstr "SIZE"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
@@ -6630,6 +6416,14 @@ msgstr ""
msgid "S_TIME_FORMAT"
msgstr "B<LC_TIME>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Searches I<sys.path> for the named module and runs the corresponding I<.py> "
+"file as a script. This terminates the option list (following options are "
+"passed as arguments to the module)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -6642,6 +6436,18 @@ msgstr "Sicurezza"
msgid "See Also"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy
+#| msgid "B<group>"
+msgid "See B<cgroups>(7)."
+msgstr "B<group>"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<core>(5)."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<landlock>(7)."
@@ -6652,10 +6458,9 @@ msgstr ""
msgid "See B<pthread_setschedparam>(3)."
msgstr ""
-#: opensuse-leap-15-6
-msgid ""
-"See B<terminal-colors.d>(5) for more details about colorization "
-"configuration."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<sched>(7)."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6701,12 +6506,10 @@ msgstr ""
msgid "Set debug environment variable."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"Set the Python memory allocators and/or install debug hooks. The available "
-"memory allocators are I<malloc> and I<pymalloc>. The available debug hooks "
-"are I<debug>, I<malloc_debug>, and I<pymalloc_debug>."
+"Set implementation-specific option. The following options are available:"
msgstr ""
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
@@ -6734,13 +6537,6 @@ msgid ""
"errors."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Setting these variables only has an effect in a debug build of Python, that "
-"is, if Python was configured with the B<--with-pydebug> build option."
-msgstr ""
-
#: archlinux
msgid "Show a help text"
msgstr ""
@@ -6762,11 +6558,11 @@ msgid ""
"undefined results."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-unstable
msgid ""
-"Skip the first line of the source. This is intended for a DOS specific hack "
-"only. Warning: the line numbers in error messages will be off by one!"
+"Since year 1994, many modifications were made in this manpage, authored by "
+"Debian Developers which maintained cron; above is a short list, more "
+"information can be found in the file /usr/share/doc/cron/copyright\\&."
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -6797,23 +6593,10 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Specify the command to execute (see next section). This terminates the "
-"option list (following options are passed as arguments to the command)."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "St\\['e]phane Voltz E<lt>I<stef.dev@free.fr>E<gt>"
msgstr "St\\['e]phane Voltz E<lt>I<stef.dev@free.fr>E<gt>"
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
-#: archlinux debian-bookworm opensuse-leap-15-6
-#, no-wrap
-msgid "Standard"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "Standard C library (I<libc>)"
@@ -6856,7 +6639,11 @@ msgstr ""
msgid "System-wide configuration file."
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "TCG Canonical Event Log Format (CEL-JSON)"
+msgstr ""
+
+#: fedora-40
msgid "TCG Common Event Log Format (CEL-JSON)"
msgstr ""
@@ -6868,9 +6655,10 @@ msgstr "TCPKeepAlive"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "TERMCAP"
-msgstr ""
+#, fuzzy, no-wrap
+#| msgid "SIGTERM"
+msgid "TERM"
+msgstr "SIGTERM"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6938,7 +6726,23 @@ msgstr ""
msgid "The E<.Nm> command appeared in E<.Bx 4.2>."
msgstr "Il comando E<.Nm> è aparso nella E<.Bx 4.2>."
-#: debian-bookworm opensuse-leap-15-6 fedora-rawhide
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<action> field is as explained above but only applies to warnings that "
+"match the remaining fields."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<category> field matches the warning category (ex: "
+"\"DeprecationWarning\"). This must be a class name; the match test whether "
+"the actual warning category of the message is a subclass of the specified "
+"warning category."
+msgstr ""
+
+#: debian-bookworm fedora-rawhide
msgid "The I<device> argument is the pathname of the block device."
msgstr ""
@@ -6949,9 +6753,25 @@ msgid ""
"settable using B<IPC_SET>):"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "The Python Software Foundation: https://www.python.org/psf/"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<lineno> field matches the line number, where zero matches all line "
+"numbers and is thus equivalent to an omitted line number."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<message> field must match the whole printed warning message; this "
+"match is case-insensitive."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The I<module> field matches the (fully-qualified) module name; this match is "
+"case-sensitive."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6981,6 +6801,14 @@ msgid ""
"The WHEN argument defaults to 'always' and can also be 'auto' or 'never'."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The action names can be abbreviated as desired and the interpreter will "
+"resolve them to the appropriate action name. For example, B<-Wi> is the same "
+"as B<-Wignore .>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6997,6 +6825,18 @@ msgstr ""
msgid "The device containing the file has no room for the new directory entry."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy
+#| msgid "The field descriptions are:"
+msgid "The fields in each line are:"
+msgstr "Le descrizioni dei campi sono:"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The fields shown in each line are as follows:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The file does not exist."
@@ -7012,10 +6852,6 @@ msgstr ""
msgid "The file is on a read-only filesystem."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
-msgid "The following options are available:"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7029,6 +6865,11 @@ msgstr ""
msgid "The following shell session shows a sample run of the program:"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "The full form of argument is: I<action:message:category:module:lineno>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7046,27 +6887,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"The integer must be a decimal number in the range [0,4294967295]. "
-"Specifying the value 0 will disable hash randomization."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"The interpreter interface resembles that of the UNIX shell: when called with "
-"standard input connected to a tty device, it prompts for commands and "
-"executes them until an EOF is read; when called with a file name argument or "
-"with a file as standard input, it reads and executes a I<script> from that "
-"file; when called with B<-c> I<command>, it executes the Python statement(s) "
-"given as I<command>. Here I<command> may contain multiple statements "
-"separated by newlines. Leading whitespace is significant in Python "
-"statements! In non-interactive mode, the entire input is parsed before it is "
-"executed."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The kernel source file I<Documentation/networking/ip-sysctl.txt>."
msgstr ""
@@ -7135,6 +6955,14 @@ msgstr ""
msgid "The shared library implementing this backend:"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The simplest settings apply a particular action unconditionally to all "
+"warnings emitted by a process (even those that are otherwise ignored by "
+"default):"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7176,14 +7004,6 @@ msgid ""
"exhausted."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"The value of the variable is the maximum number of frames stored in a "
-"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the "
-"most recent frame."
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7201,14 +7021,6 @@ msgstr ""
msgid "There is exactly one image in a file."
msgstr ""
-#: debian-bookworm debian-unstable debian-bullseye
-msgid ""
-"These are subject to difference depending on local installation conventions; "
-"${prefix} and ${exec_prefix} are installation-dependent and should be "
-"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd,"
-"Linux} the default for both is I</usr>."
-msgstr ""
-
#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These functions are available since glibc 2.1."
@@ -7251,10 +7063,15 @@ msgstr ""
msgid "These system calls are nonstandard Linux extensions."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "This command doesn\\(cqt manipulate partitions on a block device."
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "This directory may be empty."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7285,11 +7102,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid "This is equivalent to the B<-X faulthandler> option."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"This is the default unless I<binutils> was configured with \\&B<--enable-"
@@ -7309,14 +7121,14 @@ msgid ""
">."
msgstr ""
-#: debian-bookworm
+#: debian-bookworm debian-unstable
msgid ""
"This program is part of the I<procmail mail-processing-package> (v3.23pre) "
"available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/"
">."
msgstr ""
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"This program is part of the I<procmail mail-processing-package> (v3.24) "
"available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/"
@@ -7338,14 +7150,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"This variable is ignored if the $B<PYTHONMALLOC> environment variable is "
-"used to force the B<malloc>(3) allocator of the C library, or if Python is "
-"configured without pymalloc support."
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Title line"
@@ -7356,13 +7160,6 @@ msgstr "Riga del titolo"
msgid "Too many symbolic links were encountered in translating the pathname."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"Turn on parser debugging output (for expert only, depending on compilation "
-"options)."
-msgstr ""
-
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -7375,7 +7172,7 @@ msgstr ""
msgid "UpdateHostKeys"
msgstr "UpdateHostKeys"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Usage or syntax error"
msgstr ""
@@ -7431,11 +7228,14 @@ msgstr ""
msgid "VAR=VAL"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
msgid "Valid values for I<cmd> are:"
msgstr ""
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+msgid "Valid values for I<op> are:"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
msgid ""
@@ -7450,21 +7250,22 @@ msgstr ""
msgid "VerifyHostKeyDNS"
msgstr "VerifyHostKeyDNS"
-#: debian-bookworm debian-unstable
+#: debian-bookworm
#, no-wrap
msgid "Version 590: 03 Jun 2021"
msgstr ""
-#: mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
#, fuzzy, no-wrap
#| msgid "June 2020"
-msgid "Version 643: 12 Feb 2024"
+msgid "Version 643: 20 Jul 2023"
msgstr "giugno 2020"
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron
#, fuzzy, no-wrap
#| msgid "June 2020"
-msgid "Version 643: 20 Jul 2023"
+msgid "Version 654: 12 May 2024"
msgstr "giugno 2020"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7473,21 +7274,28 @@ msgstr "giugno 2020"
msgid "Versions"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"When Python is compiled in debug mode, the default is I<pymalloc_debug> and "
-"the debug hooks are automatically used. Otherwise, the default is "
-"I<pymalloc>."
+"Warning control. Python's warning machinery by default prints warning "
+"messages to I<sys.stderr>."
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
msgid ""
-"When a script is passed as first argument or the B<-c> option is used, enter "
-"interactive mode after executing the script or the command. It does not "
-"read the $PYTHONSTARTUP file. This can be useful to inspect global "
-"variables or a stack trace when a script raises an exception."
+"Warnings can also be controlled using the B<PYTHONWARNINGS> environment "
+"variable and from within a Python program using the warnings module. For "
+"example, the warnings.filterwarnings() function can be used to use a regular "
+"expression on the warning message."
+msgstr ""
+
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+#: debian-unstable
+msgid ""
+"When encrypting, you are prompted twice for the password as a precautionary "
+"measure. It would be a disaster to encrypt files with a password that "
+"wasn't what you intended."
msgstr ""
#: opensuse-leap-15-6
@@ -7563,6 +7371,10 @@ msgstr ""
msgid "Written by Simon Josefsson."
msgstr ""
+#: debian-unstable
+msgid "Wrote this manpage (1994)\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
@@ -7583,13 +7395,7 @@ msgstr "["
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "[5]"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "[6]"
+msgid "[7]"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7604,11 +7410,28 @@ msgstr ""
msgid "[NETWORK] SECTION OPTIONS"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "[To be documented.]"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "[To be documented]"
msgstr ""
+#: debian-unstable fedora-rawhide
+#, fuzzy
+#| msgid ""
+#| "\\%https://en.wikipedia.org/wiki/"
+#| "Escape_sequences_in_C#Table_of_escape_sequences"
+msgid ""
+"\\%https://en.wikipedia.org/wiki/"
+"ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters"
+msgstr ""
+"\\%https://en.wikipedia.org/wiki/"
+"Escape_sequences_in_C#Table_of_escape_sequences"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7635,11 +7458,6 @@ msgstr "\\%https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-json-format"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "\\%https://systemd.io/PORTABILITY_AND_STABILITY/"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "\\%https://systemd.io/UIDS-GIDS"
msgstr "\\%https://systemd.io/UIDS-GIDS"
@@ -7659,6 +7477,7 @@ msgid "\\%https://tools.ietf.org/html/rfc6762"
msgstr "\\%https://tools.ietf.org/html/rfc6762"
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"\\%https://trustedcomputinggroup.org/resource/canonical-event-log-format/"
msgstr ""
@@ -7673,6 +7492,11 @@ msgstr ""
msgid "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit"
msgstr "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit"
+#: debian-unstable fedora-rawhide
+#, no-wrap
+msgid "\\&..."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7739,6 +7563,13 @@ msgstr ""
msgid "abort"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "a"
+msgid "ac"
+msgstr "a"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7761,12 +7592,6 @@ msgid ""
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "all"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "append / indicator to directories"
msgstr ""
@@ -7787,6 +7612,13 @@ msgid ""
"p>), file-type (B<--file-type>), classify (B<-F>)"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "a"
+msgid "ar"
+msgstr "a"
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, fuzzy, no-wrap
@@ -7828,7 +7660,7 @@ msgstr ""
msgid "cgroup"
msgstr "B<group>"
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"change the default of using modification times; access time (B<-u>): atime, "
"access, use; change time (B<-c>): ctime, status; birth time: birth, creation;"
@@ -7864,6 +7696,13 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Dec"
+msgid "dc"
+msgstr "Dec"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "decode data"
msgstr ""
@@ -7923,7 +7762,7 @@ msgid ""
"B<-A>)"
msgstr ""
-#: opensuse-leap-15-6
+#: archlinux fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not sort, enable B<-aU>, disable B<-ls> B<--color>"
msgstr ""
@@ -7932,6 +7771,10 @@ msgstr ""
msgid "do not sort; list entries in directory order"
msgstr ""
+#: archlinux fedora-rawhide opensuse-tumbleweed
+msgid "do not traverse any symbolic links"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not traverse any symbolic links (default)"
@@ -7948,15 +7791,28 @@ msgstr ""
msgid "dosfstools 4.2"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "w"
+msgid "dw"
+msgstr "w"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "edit"
+msgstr ""
+
+#: debian-bookworm
msgid "enables debug output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libfdisk debug output."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libsmartcols debug output."
msgstr ""
@@ -7989,7 +7845,8 @@ msgstr ""
msgid "exit"
msgstr "B<export>"
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "explain how a file is copied. Implies B<-v>"
msgstr ""
@@ -8107,6 +7964,12 @@ msgstr "A partire da glibc 2.12:"
msgid "glibc 2.6."
msgstr ""
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "glob"
+msgstr "glob"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8119,12 +7982,16 @@ msgstr ""
msgid "graphical\\&.target"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "groff 7"
+msgstr ""
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<group>"
+#, no-wrap
msgid "group"
-msgstr "B<group>"
+msgstr "group"
#: opensuse-leap-15-6
msgid "group directories before files;"
@@ -8162,12 +8029,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid ""
-"if a command line argument is a symbolic link to a directory, traverse it"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "if minor problems (e.g., cannot access subdirectory),"
msgstr ""
@@ -8209,6 +8070,10 @@ msgstr ""
msgid "inhibit output of inserted words"
msgstr ""
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "input paper name or dimensions (WIDTHxHEIGHT)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "like B<-l> B<--time-style>=I<\\,full-iso\\/>"
@@ -8244,8 +8109,7 @@ msgstr ""
msgid "likewise, except do not append '*'"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 mageia-cauldron
msgid "list all entries in directory order"
msgstr ""
@@ -8278,8 +8142,8 @@ msgstr ""
msgid "list subdirectories recursively"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "local"
msgstr ""
@@ -8288,37 +8152,23 @@ msgstr ""
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "locale"
-msgstr ""
+msgstr "locale"
#: opensuse-leap-15-6
msgid "location of the proc file system"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, fuzzy, no-wrap
-#| msgid "e"
-msgid "me"
-msgstr "e"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "menu"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux fedora-40 opensuse-tumbleweed
#, no-wrap
msgid "mlocate"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, fuzzy, no-wrap
-#| msgid "m"
-msgid "mr"
-msgstr "m"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8326,21 +8176,14 @@ msgid "multi-user\\&.target"
msgstr "multi-user\\&.target"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "l"
-msgid "nl"
-msgstr "l"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
#, fuzzy, no-wrap
#| msgid "n"
msgid "no"
msgstr "n"
-#: debian-bookworm opensuse-leap-15-6 archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed debian-unstable
+#: debian-bookworm archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable
#, no-wrap
msgid "now"
msgstr ""
@@ -8372,17 +8215,21 @@ msgid "option warmup t"
msgstr "option warmup t"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "other"
msgstr ""
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "output paper name or dimensions (WIDTHxHEIGHT)"
+msgstr ""
+
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
msgid "overstrike as for printers"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
"passwd: compat systemd\n"
@@ -8391,7 +8238,7 @@ msgid ""
"gshadow: files systemd\n"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid ""
"passwd: files systemd\n"
@@ -8412,19 +8259,6 @@ msgstr ""
msgid "pause"
msgstr "B<pause>(2)"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, fuzzy, no-wrap
-#| msgid "f"
-msgid "pf"
-msgstr "f"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "pipe"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "port=/dev/ttyS0"
@@ -8491,12 +8325,6 @@ msgid "procmail-announce-request@procmail.org"
msgstr "procmail-announce-request@procmail.org"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-msgid ""
-"python - an interpreted, interactive, object-oriented programming language"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "quotas"
@@ -8516,10 +8344,9 @@ msgstr "reboot\\&.target"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, fuzzy, no-wrap
-#| msgid "B<--dynamic>"
+#, no-wrap
msgid "regex"
-msgstr "B<--dynamic>"
+msgstr "regex"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8538,7 +8365,15 @@ msgstr ""
msgid "s390"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "kbd"
+msgid "sd"
+msgstr "kbd"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"select which timestamp used to display or sort; access time (B<-u>): atime, "
"access, use; metadata change time (B<-c>): ctime, status; modified time "
@@ -8555,6 +8390,19 @@ msgstr ""
msgid "set output width to COLS. 0 means no limit"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "s"
+msgid "sh"
+msgstr "s"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "shell"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -8580,12 +8428,6 @@ msgstr ""
msgid "signal"
msgstr "B<signal>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "size"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sort alphabetically by entry extension"
@@ -8723,11 +8565,6 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "traverse every symbolic link to a directory encountered"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "treat DEST as a normal file"
msgstr ""
@@ -8740,7 +8577,7 @@ msgstr ""
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "tty"
-msgstr ""
+msgstr "tty"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
@@ -8778,7 +8615,7 @@ msgstr ""
msgid "use termcap as for terminal displays"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "use visible padding characters."
msgstr ""
@@ -8804,13 +8641,18 @@ msgstr ""
msgid "version"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
#, fuzzy, no-wrap
#| msgid "--version"
msgid "version 7.2"
msgstr "--version"
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "--version"
+msgid "version 8.0"
+msgstr "--version"
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -8865,14 +8707,15 @@ msgid ""
"and sort by name; otherwise: sort by access time, newest first"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"with B<-lt>: sort by, and show, ctime (time of last change of file status "
"information); with B<-l>: show ctime and sort by name; otherwise: sort by "
"ctime, newest first"
msgstr ""
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"with B<-lt>: sort by, and show, ctime (time of last modification of file "
"status information); with B<-l>: show ctime and sort by name; otherwise: "
@@ -9186,3 +9029,162 @@ msgstr "“"
#, no-wrap
msgid "…"
msgstr "…"
+
+#, fuzzy, no-wrap
+#~| msgid "refer(1)"
+#~ msgid "\\%refer 1 ,"
+#~ msgstr "refer(1)"
+
+#, no-wrap
+#~ msgid ""
+#~ " [\n"
+#~ "B<--check-hash-based-pycs>\n"
+#~ "I<default>\n"
+#~ "|\n"
+#~ "I<always>\n"
+#~ "|\n"
+#~ "I<never>\n"
+#~ "]\n"
+#~ msgstr ""
+#~ " [\n"
+#~ "B<--check-hash-based-pycs>\n"
+#~ "I<default>\n"
+#~ "|\n"
+#~ "I<always>\n"
+#~ "|\n"
+#~ "I<never>\n"
+#~ "]\n"
+
+#, fuzzy, no-wrap
+#~| msgid "B<--target=>I<bfdname>"
+#~ msgid "B<--check-hash-based-pycs >I<mode>"
+#~ msgstr "B<--target=>I<bfdname>"
+
+#, fuzzy, no-wrap
+#~| msgid "B<-O>"
+#~ msgid "B<-OO>"
+#~ msgstr "B<-O>"
+
+#, no-wrap
+#~ msgid "B<-V , --version>"
+#~ msgstr "B<-V , --version>"
+
+#, fuzzy, no-wrap
+#~| msgid "B<:> [I<arguments>]"
+#~ msgid "B<-W >I<argument>"
+#~ msgstr "B<:> [I<argomenti>]"
+
+#, fuzzy, no-wrap
+#~| msgid "B<-o >I<option-name>"
+#~ msgid "B<-X >I<option>"
+#~ msgstr "B<-o >I<nome-opzione>"
+
+#, no-wrap
+#~ msgid "B<-c >I<command>"
+#~ msgstr "B<-c >I<comando>"
+
+#, no-wrap
+#~ msgid "B<-h , -? , --help>"
+#~ msgstr "B<-h , -? , --help>"
+
+#, fuzzy, no-wrap
+#~| msgid "B<-f >I<filename>"
+#~ msgid "B<-m >I<module-name>"
+#~ msgstr "B<-f >I<nome-file>"
+
+#, fuzzy
+#~| msgid "B<#include E<lt>stdio.hE<gt>>"
+#~ msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
+#~ msgstr "B<#include E<lt>stdio.hE<gt>>"
+
+#, no-wrap
+#~ msgid "PYTHON"
+#~ msgstr "PYTHON"
+
+#, no-wrap
+#~ msgid "PYTHONASYNCIODEBUG"
+#~ msgstr "PYTHONASYNCIODEBUG"
+
+#, no-wrap
+#~ msgid "PYTHONBREAKPOINT"
+#~ msgstr "PYTHONBREAKPOINT"
+
+#, no-wrap
+#~ msgid "PYTHONDEBUG"
+#~ msgstr "PYTHONDEBUG"
+
+#, no-wrap
+#~ msgid "PYTHONDONTWRITEBYTECODE"
+#~ msgstr "PYTHONDONTWRITEBYTECODE"
+
+#, no-wrap
+#~ msgid "PYTHONDUMPREFS"
+#~ msgstr "PYTHONDUMPREFS"
+
+#, no-wrap
+#~ msgid "PYTHONEXECUTABLE"
+#~ msgstr "PYTHONEXECUTABLE"
+
+#, no-wrap
+#~ msgid "PYTHONFAULTHANDLER"
+#~ msgstr "PYTHONFAULTHANDLER"
+
+#, no-wrap
+#~ msgid "PYTHONHASHSEED"
+#~ msgstr "PYTHONHASHSEED"
+
+#, no-wrap
+#~ msgid "PYTHONHOME"
+#~ msgstr "PYTHONHOME"
+
+#, no-wrap
+#~ msgid "PYTHONINSPECT"
+#~ msgstr "PYTHONINSPECT"
+
+#, no-wrap
+#~ msgid "PYTHONIOENCODING"
+#~ msgstr "PYTHONIOENCODING"
+
+#, no-wrap
+#~ msgid "PYTHONMALLOC"
+#~ msgstr "PYTHONMALLOC"
+
+#, no-wrap
+#~ msgid "PYTHONNOUSERSITE"
+#~ msgstr "PYTHONNOUSERSITE"
+
+#, no-wrap
+#~ msgid "PYTHONOPTIMIZE"
+#~ msgstr "PYTHONOPTIMIZE"
+
+#, no-wrap
+#~ msgid "PYTHONPLATLIBDIR"
+#~ msgstr "PYTHONPLATLIBDIR"
+
+#, no-wrap
+#~ msgid "PYTHONPROFILEIMPORTTIME"
+#~ msgstr "PYTHONPROFILEIMPORTTIME"
+
+#, no-wrap
+#~ msgid "PYTHONSTARTUP"
+#~ msgstr "PYTHONSTARTUP"
+
+#, no-wrap
+#~ msgid "PYTHONTRACEMALLOC"
+#~ msgstr "PYTHONTRACEMALLOC"
+
+#, no-wrap
+#~ msgid "PYTHONUNBUFFERED"
+#~ msgstr "PYTHONUNBUFFERED"
+
+#, no-wrap
+#~ msgid "PYTHONUSERBASE"
+#~ msgstr "PYTHONUSERBASE"
+
+#, no-wrap
+#~ msgid "PYTHONVERBOSE"
+#~ msgstr "PYTHONVERBOSE"
+
+#, no-wrap
+#~ msgid "PYTHONWARNINGS"
+#~ msgstr "PYTHONWARNINGS"