summaryrefslogtreecommitdiffstats
path: root/po/fr/common/min-003-occurences.po
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--po/fr/common/min-003-occurences.po2599
1 files changed, 1323 insertions, 1276 deletions
diff --git a/po/fr/common/min-003-occurences.po b/po/fr/common/min-003-occurences.po
index 4844f87c..7dae368a 100644
--- a/po/fr/common/min-003-occurences.po
+++ b/po/fr/common/min-003-occurences.po
@@ -19,9 +19,9 @@
# Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>, 2024.
msgid ""
msgstr ""
-"Project-Id-Version: perkamon\n"
-"POT-Creation-Date: 2024-03-09 17:48+0100\n"
-"PO-Revision-Date: 2024-03-02 12:21+0100\n"
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-06-09 11:03+0200\n"
+"PO-Revision-Date: 2024-06-10 12:25+0200\n"
"Last-Translator: Jean-Philippe MENGUAL <jpmengual@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
@@ -31,79 +31,195 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Lokalize 22.12.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 ""
+" [\n"
+"B<--help>\n"
+"]\n"
+"[\n"
+"B<--help-env>\n"
+"]\n"
+"[\n"
+"B<--help-xoptions>\n"
+"]\n"
+"[\n"
+"B<--help-all>\n"
+"]\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<-c>\n"
-"I<command>\n"
-"|\n"
-"I<script>\n"
-"|\n"
-"-\n"
+"B<-m>\n"
+"I<module-name>\n"
"]\n"
"[\n"
-"I<arguments>\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 ""
+" [\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"
-#: 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 ""
+" [\n"
+"B<-v>\n"
+"]\n"
+"[\n"
+"B<-V>\n"
+"]\n"
+"[\n"
+"B<-W>\n"
+"I<argument>\n"
+"]\n"
+"[\n"
+"B<-x>\n"
+"]\n"
+"[\n"
+"B<-X>\n"
+"I<option>\n"
+"]\n"
+"[\n"
+"B<-?>\n"
+"]\n"
msgstr ""
+" [\n"
+"B<-v>\n"
+"]\n"
+"[\n"
+"B<-V>\n"
+"]\n"
+"[\n"
+"B<-W>\n"
+"I<argument>\n"
+"]\n"
+"[\n"
+"B<-x>\n"
+"]\n"
+"[\n"
+"B<-X>\n"
+"I<option>\n"
+"]\n"
+"[\n"
+"B<-?>\n"
+"]\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 ""
-" -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 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 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 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 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 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 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 ""
+
+#: 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
@@ -227,6 +343,18 @@ msgstr ""
msgid " close(fd);\n"
msgstr " close(fd);\n"
+#: 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
@@ -298,25 +426,8 @@ msgstr "%Z"
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 ""
@@ -522,6 +633,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
@@ -614,6 +730,11 @@ msgstr "0040"
msgid "0200"
msgstr "0200"
+#: debian-unstable
+#, no-wrap
+msgid "03/26/2024"
+msgstr "26 mars 2024"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -660,23 +781,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
@@ -689,17 +799,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 "19 Avril 2010"
-
#: mageia-cauldron
#, no-wrap
msgid "24.2"
@@ -716,12 +815,6 @@ msgstr "25 octobre 1994"
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
@@ -734,8 +827,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 ""
@@ -752,6 +845,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
@@ -770,8 +875,8 @@ 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 ""
@@ -835,24 +940,30 @@ msgstr "Une horloge temps réel configurable à l'échelle du système."
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 "Ajouté dans la version 190\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 202\\&."
msgstr "Ajouté dans la version 202\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 208\\&."
msgstr "Ajouté dans la version 208\\&."
-#: 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>."
@@ -890,6 +1001,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 "Quantité de mémoire allouée aux piles du noyau."
+
#: opensuse-leap-15-6
msgid "An error occurred."
msgstr "Une erreur est survenue."
@@ -911,20 +1027,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
@@ -943,19 +1045,18 @@ msgid ""
"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
"B<#include E<lt>math.hE<gt>>\n"
msgstr ""
+"B<#define _GNU_SOURCE> /* Consultez feature_test_macros(7) */\n"
+"B<#include E<lt>math.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid ""
-#| "B<#include E<lt>fcntl.hE<gt> >/* Definition of AT_* constants */\n"
-#| "B<#include E<lt>unistd.hE<gt>>\n"
+#, no-wrap
msgid ""
"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
"B<#include E<lt>stdio.hE<gt>>\n"
msgstr ""
-"B<#include E<lt>fcntl.hE<gt> >/* Définition des constantes AT_* */\n"
-"B<#include E<lt>unistd.hE<gt>>\n"
+"B<#define _GNU_SOURCE> /* Consultez feature_test_macros(7) */\n"
+"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
@@ -964,6 +1065,18 @@ msgid ""
"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
"B<#include E<lt>sys/mman.hE<gt>>\n"
msgstr ""
+"B<#define _GNU_SOURCE> /* Consultez feature_test_macros(7) */\n"
+"B<#include E<lt>sys/mman.hE<gt>>\n"
+
+#: 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 ""
+"B<#define _GNU_SOURCE> /* Consultez feature_test_macros(7) */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1011,23 +1124,19 @@ msgstr "B<#include E<lt>iconv.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<#include E<lt>unistd.hE<gt>>\n"
+#, no-wrap
msgid "B<#include E<lt>inttypes.hE<gt>>\n"
-msgstr "B<#include E<lt>unistd.hE<gt>>\n"
+msgstr "B<#include E<lt>inttypes.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid ""
-#| "B<#include E<lt>fcntl.hE<gt> >/* Definition of AT_* constants */\n"
-#| "B<#include E<lt>unistd.hE<gt>>\n"
+#, no-wrap
msgid ""
"B<#include E<lt>linux/landlock.hE<gt>> /* Definition of B<LANDLOCK_*> constants */\n"
"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n"
msgstr ""
-"B<#include E<lt>fcntl.hE<gt> >/* Définition des constantes AT_* */\n"
-"B<#include E<lt>unistd.hE<gt>>\n"
+"B<#include E<lt>linux/landlock.hE<gt>> /* Définition des constatnes B<LANDLOCK_*> */\n"
+"B<#include E<lt>sys/syscall.hE<gt>> /* Définition des constantes AT_* */\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -1035,11 +1144,9 @@ msgstr ""
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
+msgid "B<#include E<lt>linux/proc_fs.hE<gt>>"
+msgstr "B<#include E<lt>linux/proc_fs.hE<gt>>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1254,7 +1361,13 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--author>"
-msgstr ""
+msgstr "B<--author>"
+
+#: debian-unstable fedora-rawhide
+#, fuzzy
+#| msgid "B<--legend=>I<BOOL>"
+msgid "B<--background=>I<COLOR>"
+msgstr "B<--legend=>I<BOOL>"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: mageia-cauldron opensuse-tumbleweed
@@ -1266,25 +1379,13 @@ msgstr "B<--best>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--block-size>=I<\\,SIZE\\/>"
-msgstr ""
+msgstr "B<--block-size>=I<\\,TAILLE\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--cert=>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<--check-hash-based-pycs >I<mode>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--clean>"
-msgstr ""
-
#: archlinux fedora-40 fedora-rawhide
msgid "B<--config> E<lt>fileE<gt>"
msgstr ""
@@ -1298,13 +1399,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--dereference-command-line-symlink-to-dir>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<--dereference>"
-msgstr ""
+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
@@ -1318,6 +1413,11 @@ msgid "B<--dump>"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "B<--entry-token=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--fatal-warnings>"
@@ -1327,7 +1427,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--file-type>"
-msgstr ""
+msgstr "B<--file-type>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1339,7 +1439,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--format>=I<\\,WORD\\/>"
-msgstr ""
+msgstr "B<--format>=I<\\,MODE\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1350,7 +1450,7 @@ msgstr "B<--global>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--group-directories-first>"
-msgstr ""
+msgstr "B<--group-directories-first>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1362,7 +1462,7 @@ msgstr "B<--header>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--headers>"
-msgstr ""
+msgstr "B<--headers>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
@@ -1376,14 +1476,26 @@ msgstr ""
msgid "B<--heap> I<reserve>B<,>I<commit>"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "B<--help-env>"
+msgstr "B<--help-env>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "B<--help-xoptions>"
+msgstr "B<--help-xoptions>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--hide>=I<\\,PATTERN\\/>"
-msgstr ""
+msgstr "B<--hide>=I<\\,MOTIF\\/>"
#: 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>"
@@ -1392,30 +1504,30 @@ msgstr "B<--human>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--hyperlink>[=I<\\,WHEN\\/>]"
-msgstr ""
+msgstr "B<--hyperlink>[=I<\\,QUAND\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--ignore-case>"
-msgstr ""
+msgstr "B<--ignore-case>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<--image-base> I<value>"
-msgstr ""
+msgstr "B<--image-base> I<valeur>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--indicator-style>=I<\\,WORD\\/>"
-msgstr ""
+msgstr "B<--indicator-style>=I<\\,STYLE\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--key=>"
-msgstr ""
+msgstr "B<--key=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1432,24 +1544,24 @@ msgstr "B<--lang>=I<\\,NOM_CATALOGUE\\/>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--line-numbers>"
-msgstr ""
+msgstr "B<--line-numbers>"
#: archlinux
#, no-wrap
msgid "B<--logfile>=I<path>"
-msgstr ""
+msgstr "B<--logfile>=I<chemin>"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--new>"
-msgstr ""
+msgstr "B<--new>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--newline>"
-msgstr ""
+msgstr "B<--newline>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1461,7 +1573,7 @@ msgstr "B<--no-convert>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--no-headers>"
-msgstr ""
+msgstr "B<--no-headers>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1469,26 +1581,26 @@ msgstr ""
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 ""
+msgstr "B<--no-proxy>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--no-recursion>"
-msgstr ""
+msgstr "B<--no-recursion>"
#: archlinux
#, no-wrap
msgid "B<--no-timeout>"
-msgstr ""
+msgstr "B<--no-timeout>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--notruncate>"
-msgstr ""
+msgstr "B<--notruncate>"
#: archlinux
#, no-wrap
@@ -1499,7 +1611,7 @@ msgstr ""
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--old>"
-msgstr ""
+msgstr "B<--old>"
#: archlinux
#, no-wrap
@@ -1509,42 +1621,42 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--quiet>, B<-q>"
-msgstr ""
+msgstr "B<--quiet>, B<-q>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--quoting-style>=I<\\,WORD\\/>"
-msgstr ""
+msgstr "B<--quoting-style>=I<\\,MODE\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--random-source>=I<\\,FILE\\/>"
-msgstr ""
+msgstr "B<--random-source>=I<\\,FICHIER\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--reboot>"
-msgstr ""
+msgstr "B<--reboot>"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
msgid "B<--recursive>"
-msgstr ""
+msgstr "B<--recursive>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--reduce-memory-overheads>"
-msgstr ""
+msgstr "B<--reduce-memory-overheads>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "B<--replace>"
-msgstr ""
+msgstr "B<--replace>"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -1552,22 +1664,23 @@ msgstr ""
msgid "B<--repo E<lt>repoidE<gt>>"
msgstr ""
-#: 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 "B<--resolve>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--show-control-chars>"
-msgstr ""
+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
#, no-wrap
msgid "B<--silent>"
-msgstr ""
+msgstr "B<--silent>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
@@ -1599,33 +1712,33 @@ 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 ""
+msgstr "B<--summary>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--target-help>"
-msgstr ""
+msgstr "B<--target-help>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--time-style>=I<\\,TIME_STYLE\\/>"
-msgstr ""
+msgstr "B<--time-style>=I<\\,TIME_STYLE\\/>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<--trace>"
-msgstr ""
+msgstr "B<--trace>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<--trust=>"
-msgstr ""
+msgstr "B<--trust=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1637,7 +1750,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--url>"
-msgstr ""
+msgstr "B<--url>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1660,58 +1773,57 @@ msgstr "B<--wait>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--xml>"
-msgstr ""
+msgstr "B<--xml>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<--zero>"
-msgstr ""
+msgstr "B<--zero>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-0>"
-msgstr ""
+msgstr "B<-0>"
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "B<-1>, B<--no-deleted>"
-msgstr ""
+msgstr "B<-1>, B<--no-deleted>"
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "B<-2>, B<--no-inserted>"
-msgstr ""
+msgstr "B<-2>, B<--no-inserted>"
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
#, no-wrap
msgid "B<-3>, B<--no-common>"
-msgstr ""
+msgstr "B<-3>, B<--no-common>"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: 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
#, no-wrap
msgid "B<->I<n>"
-msgstr ""
+msgstr "B<->I<n>"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-?, --help>"
-msgstr ""
+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>"
@@ -1720,17 +1832,21 @@ msgstr "B<-A>, B<--all>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-A>, B<--almost-all>"
-msgstr ""
+msgstr "B<-A>, B<--almost-all>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-B>, B<--ignore-backups>"
-msgstr ""
+msgstr "B<-B>, B<--ignore-backups>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-B>, B<--log-io> I<file>"
-msgstr ""
+msgstr "B<-B>, B<--log-io> I<fichier>"
+
+#: debian-unstable fedora-rawhide
+msgid "B<-C>, B<--capsule=>"
+msgstr "B<-C>, B<--capsule=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1742,13 +1858,13 @@ msgstr "B<-C>, B<--crypto>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-D>, B<--debug>"
-msgstr ""
+msgstr "B<-D>, B<--debug>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-D>, B<--dired>"
-msgstr ""
+msgstr "B<-D>, B<--dired>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1757,37 +1873,36 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<EINVAL>"
+#, no-wrap
msgid "B<-EINVAL>"
-msgstr "B<EINVAL>"
+msgstr "B<-EINVAL>"
#: opensuse-leap-15-6
#, no-wrap
msgid "B<-F>, B<--classify>"
-msgstr ""
+msgstr "B<-F>, B<--classify>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-F>, B<--classify>[=I<\\,WHEN\\/>]"
-msgstr ""
+msgstr "B<-F>, B<--classify>[=I<\\,QUAND\\/>]"
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6
msgid "B<-F>, B<--no-fork>"
-msgstr ""
+msgstr "B<-F>, B<--no-fork>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-G>, B<--no-group>"
-msgstr ""
+msgstr "B<-G>, B<--no-group>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-H>, B<--dereference-command-line>"
-msgstr ""
+msgstr "B<-H>, B<--dereference-command-line>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1799,11 +1914,11 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>"
-msgstr ""
+msgstr "B<-I>, B<--ignore>=I<\\,MOTIF\\/>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-I>, B<--log-in> I<file>"
-msgstr ""
+msgstr "B<-I>, B<--log-in> I<fichier>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1811,7 +1926,7 @@ msgstr ""
msgid "B<-K>, B<--zfs-key>=I<\\,FILE\\/>|prompt"
msgstr "B<-K>, B<--zfs-key>=I<\\,FICHIER\\/>|prompt"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-L>, B<--color>[=I<when>]"
msgstr ""
@@ -1819,27 +1934,27 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-L>, B<--logical>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-OO>"
-msgstr ""
+msgstr "B<-L>, B<--logical>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-P, --project>"
-msgstr ""
+msgstr "B<-P, --project>"
+
+#: archlinux
+#, fuzzy, no-wrap
+#| msgid "B<-n>, B<--name>=I<\\,NAME\\/>"
+msgid "B<-P> I<\\,INPAPER\\/>, B<--inpaper> I<\\,INPAPER\\/>"
+msgstr "B<-n>, B<--name>=I<\\,NOM\\/>"
#: 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 ""
+msgstr "B<-P> I<préfixe>"
-#: 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 ""
@@ -1848,65 +1963,47 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-P>, B<--physical>"
-msgstr ""
+msgstr "B<-P>, B<--physical>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-Q>, B<--quote-name>"
-msgstr ""
+msgstr "B<-Q>, B<--quote-name>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-T>, B<--initial-tab>"
-msgstr ""
+msgstr "B<-T>, B<--initial-tab>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-T>, B<--log-timing> I<file>"
-msgstr ""
+msgstr "B<-T>, B<--log-timing> I<fichier>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-T>, B<--tabsize>=I<\\,COLS\\/>"
-msgstr ""
+msgstr "B<-T>, B<--tabsize>=I<\\,COLONNES\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-U> I<[d|i|l|e|x|h]>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-V , --version>"
-msgstr ""
+msgstr "B<-U> I<[d|i|l|e|x|h]>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-V --version>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-W >I<argument>"
-msgstr ""
+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<-W>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-X >I<option>"
-msgstr ""
+msgstr "B<-W>"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
@@ -1918,13 +2015,13 @@ msgstr "B<-a>, B<--allow-floppy>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-a>, B<--text>"
-msgstr ""
+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 ""
+msgstr "B<-b>, B<--backup>"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
@@ -1936,24 +2033,18 @@ msgstr "B<-b>, B<--boot-image>=I<\\,FICHIER\\/>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-b>, B<--escape>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-c >I<command>"
-msgstr ""
+msgstr "B<-b>, B<--escape>"
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-c, --cache N>"
-msgstr ""
+msgstr "B<-c>, B<--cache> I<n>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-c>, B<--changes>"
-msgstr ""
+msgstr "B<-c>, B<--changes>"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
@@ -1977,15 +2068,15 @@ msgstr "B<-d>, B<--decode>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-d>, B<--delete>"
-msgstr ""
+msgstr "B<-d>, B<--delete>"
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-d>, B<--device>"
-msgstr ""
+msgstr "B<-d>, B<--device>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-d>, B<--divisor> I<number>"
msgstr ""
@@ -1993,16 +2084,16 @@ msgstr ""
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<-dn>"
-msgstr ""
+msgstr "B<-dn>"
#: archlinux
#, no-wrap
msgid "B<-e>, B<--escape>=I<\\,CHAR\\/>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-f>, B<--file> I<file>"
-msgstr ""
+msgstr "B<-f>, B<--file> I<fichier>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2016,23 +2107,17 @@ msgstr "B<-f>, B<--files-from>=I<\\,FICHIER\\/>"
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 ""
+msgstr "B<-f>, B<--ignore-case>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-f>, B<--silent>, B<--quiet>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-h , -? , --help>"
-msgstr ""
+msgstr "B<-f>, B<--silent>, B<--quiet>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2043,13 +2128,13 @@ msgstr "B<-i>, B<--ignore-garbage>"
#: mageia-cauldron opensuse-leap-15-6 debian-bookworm
#, no-wrap
msgid "B<-i>, B<--info>"
-msgstr ""
+msgstr "B<-i>, B<--info>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-i>, B<--inode>"
-msgstr ""
+msgstr "B<-i>, B<--inode>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2057,8 +2142,8 @@ msgstr ""
msgid "B<-i>, B<--input>=I<\\,INPUTFILE\\/>"
msgstr ""
-#: 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>"
@@ -2066,9 +2151,9 @@ msgstr "B<-k>, B<--kernel>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-k>, B<--kibibytes>"
-msgstr ""
+msgstr "B<-k>, B<--kibibytes>"
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
msgid "B<-l>, B<--length> I<length>"
msgstr ""
@@ -2077,19 +2162,13 @@ msgstr ""
msgid "B<-l>, B<--user>=I<\\,USER\\/>"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "B<-m >I<module-name>"
-msgstr ""
-
#: archlinux
#, no-wrap
msgid "B<-n>, B<--no-keepalive>"
msgstr ""
-#: 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
#, no-wrap
msgid "B<-n>I<n>"
msgstr ""
@@ -2097,15 +2176,21 @@ msgstr ""
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-p, --print-profile>"
-msgstr ""
+msgstr "B<-p, --print-profile>"
+
+#: archlinux
+#, fuzzy, no-wrap
+#| msgid "B<-n>, B<--name>=I<\\,NAME\\/>"
+msgid "B<-p> I<\\,PAPER\\/>, B<--paper> I<\\,PAPER\\/>"
+msgstr "B<-n>, B<--name>=I<\\,NOM\\/>"
#: 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 ""
+msgstr "B<-p>, B<--indicator-style>=I<\\,slash\\/>"
-#: 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 ""
@@ -2120,7 +2205,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-q>, B<--hide-control-chars>"
-msgstr ""
+msgstr "B<-q>, B<--hide-control-chars>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2155,7 +2240,7 @@ msgstr "B<-s>, B<--signal=>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-s>, B<--size>"
-msgstr ""
+msgstr "B<-s>, B<--size>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2167,7 +2252,7 @@ msgstr "B<-s>, B<--size=>I<\\,TAILLE\\/>"
#: opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-s>, B<--strict>"
-msgstr ""
+msgstr "B<-s>, B<--strict>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2181,7 +2266,7 @@ msgstr ""
msgid "B<-t>, B<--to-code>=I<\\,NAME\\/>"
msgstr "B<-t>, B<--to-code>=I<\\,NOM\\/>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-u>, B<--notruncate>"
msgstr "B<-u>, B<--notruncate>"
@@ -2195,7 +2280,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-w>, B<--width>=I<\\,COLS\\/>"
-msgstr ""
+msgstr "B<-w>, B<--width>=I<\\,COLONNES\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2228,6 +2313,12 @@ msgstr ""
#: 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 ""
@@ -2273,11 +2364,9 @@ msgstr ""
msgid "B<CLONE_NEWCGROUP> (since Linux 4.6)"
msgstr "B<CLONE_NEWCGROUP> (depuis Linux 4.6)"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<E>"
-msgstr ""
+#: debian-unstable
+msgid "B<Christian Kastner> E<lt>\\&ckk@debian\\&.org\\&E<gt>"
+msgstr "B<Christian Kastner> E<lt>\\&ckk@debian\\&.org\\&E<gt>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2347,7 +2436,7 @@ msgstr "B<EKEYREJECTED>"
msgid "B<ENOPROTOOPT>"
msgstr "B<ENOENT>"
-#: 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>"
@@ -2385,6 +2474,10 @@ msgstr "B<EPROTOTYPE>"
msgid "B<EUCLEAN>"
msgstr "B<EUCLEAN>"
+#: debian-unstable
+msgid "B<Georges Khaznadar> E<lt>\\&georgesk@debian\\&.org\\&E<gt>"
+msgstr "B<Georges Khaznadar> E<lt>\\&georgesk@debian\\&.org\\&E<gt>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2401,7 +2494,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<I>"
-msgstr ""
+msgstr "B<I>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2427,6 +2520,12 @@ msgstr ""
msgid "B<IPC_STAT>"
msgstr ""
+#: debian-unstable
+msgid ""
+"B<Javier Fern\\('andez-Sanguino Pe\\(~na> E<lt>\\&jfs@debian\\&.org\\&E<gt>"
+msgstr ""
+"B<Javier Fern\\('andez-Sanguino Pe\\(~na> E<lt>\\&jfs@debian\\&.org\\&E<gt>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2457,19 +2556,13 @@ msgstr "B<KEY_SPEC_USER_KEYRING>"
msgid "B<KEY_SPEC_USER_SESSION_KEYRING>"
msgstr "B<KEY_SPEC_USER_SESSION_KEYRING>"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
-#, no-wrap
-msgid "B<L>"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "B<LC_MONETARY>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBFDISK_DEBUG>=all"
msgstr ""
@@ -2481,7 +2574,7 @@ msgstr "B<LIBMOUNT_FSTAB>=E<lt>cheminE<gt>"
msgid "B<LIBMOUNT_MTAB>=E<lt>pathE<gt>"
msgstr "B<LIBMOUNT_MTAB>=E<lt>cheminE<gt>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LOCK_BLOCK_DEVICE>=E<lt>modeE<gt>"
msgstr ""
@@ -2513,7 +2606,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<N>"
-msgstr ""
+msgstr "B<N>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2557,6 +2650,10 @@ msgstr "B<PROT_EXEC>"
msgid "B<PROT_WRITE>"
msgstr "B<PROT_WRITE>"
+#: debian-unstable
+msgid "B<Paul Vixie> E<lt>\\&paul@vix\\&.com\\&E<gt>"
+msgstr "B<Paul Vixie> E<lt>\\&paul@vix\\&.com\\&E<gt>"
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -2589,7 +2686,7 @@ msgstr "B<SCHED_RR>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<SIGRTMIN+1>"
-msgstr ""
+msgstr "B<SIGRTMIN+1>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2606,6 +2703,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 "B<SPLICE_F_GIFT>"
@@ -2645,11 +2748,15 @@ msgstr ""
msgid "B<S_TIME_FORMAT>"
msgstr ""
+#: debian-unstable
+msgid "B<Steve Greenland> E<lt>\\&stevegr@debian\\&.org\\&E<gt>"
+msgstr "B<Steve Greenland> E<lt>\\&stevegr@debian\\&.org\\&E<gt>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<T>"
-msgstr ""
+msgstr "B<T>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2658,8 +2765,8 @@ msgstr ""
msgid "B<TMPDIR>"
msgstr "B<ENOTDIR>"
-#: 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 ""
@@ -2692,7 +2799,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<V>"
-msgstr ""
+msgstr "B<V>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -2766,8 +2873,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 ""
@@ -2819,8 +2926,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 ""
@@ -2867,8 +2974,8 @@ msgstr ""
"de> Roman Hodek E<.ME > et d’autres. Le responsable actuel est E<.MT aeb@\\:"
"debian.org> Andreas Bombe E<.ME .>"
-#: 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 ""
@@ -2949,8 +3056,8 @@ msgstr ""
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 +3116,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
+#, no-wrap
msgid "B<lseek>(2)"
msgstr "B<lseek>(2)"
@@ -3083,7 +3196,7 @@ msgstr "B<passwd>"
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 "B<poll>(2), B<select>(2) (et similaire)"
@@ -3095,13 +3208,6 @@ msgid "B<posix>"
msgstr ""
#: 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>"
@@ -3209,8 +3315,8 @@ msgstr "B<sendto>(2)"
msgid "B<services>"
msgstr "B<services>"
-#: 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)"
@@ -3286,13 +3392,13 @@ msgid "B<submit@bugs.debian.org>"
msgstr ""
#: 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 ""
@@ -3307,7 +3413,7 @@ msgstr ""
msgid "B<tar>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 debian-unstable
+#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<time>"
msgstr ""
@@ -3360,7 +3466,7 @@ msgstr ""
msgid "B<version>"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<warn>"
msgstr ""
@@ -3377,12 +3483,6 @@ msgstr ""
#: 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 ""
@@ -3422,6 +3522,10 @@ msgstr ""
msgid "BindInterface"
msgstr ""
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6
+msgid "Bold"
+msgstr ""
+
#: archlinux
msgid ""
"Bugs can be reported on the bug tracker I<https://bugs\\&.archlinux\\&.org> "
@@ -3453,7 +3557,7 @@ msgid "COMMAND"
msgstr "COMMAND"
#: 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 "FICHIERS DE CONFIGURATION"
@@ -3529,18 +3633,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"
@@ -3615,12 +3707,6 @@ msgid "Commands"
msgstr ""
#: 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"
@@ -3655,6 +3741,10 @@ msgstr ""
msgid "ControlPersist"
msgstr ""
+#: debian-unstable
+msgid "Copyright \\(co 1994 Paul Vixie"
+msgstr "Copyright \\(co 1994 Paul Vixie"
+
#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
@@ -3691,17 +3781,6 @@ msgid "Debug tool for filesystem driver."
msgstr "Outil de débogage pour le pilote du système de fichiers."
#: 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"
@@ -3717,14 +3796,6 @@ msgstr "répertoire"
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 ""
@@ -3752,49 +3823,36 @@ msgstr ""
msgid "Display the program version."
msgstr ""
-#: 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."
-msgstr ""
+"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 ""
+"Distribuable librement, mais ne supprimez pas mon nom des sources ou de la "
+"documentation (ne vous appropriez pas mon travail), indiquez vos "
+"modifications (ne me rendez pas responsable de bogues potentiels), ne "
+"modifiez pas ou ne supprimez pas cette note\\&. Vendable si le code source à "
+"construire est fourni aux acheteurs\\&. Aucune garantie d'aucune sorte, "
+"explicite ou implicite, n'est incluse avec ce logiciel ; vous l'utilisez à "
+"vos risques et périls, l'utilisateur est pleinement responsable des dommages "
+"(s'il y en a) à des tiers du fait de l'utilisation de ce logiciel\\&.\""
#: 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
@@ -3802,7 +3860,7 @@ msgstr ""
msgid "E<.An Markus Friedl Aq Mt markus@openbsd.org>"
msgstr ""
-#: 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>"
@@ -3850,6 +3908,14 @@ msgstr ""
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
@@ -3859,6 +3925,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 "Séquences d’échappement"
@@ -3872,6 +3952,12 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Example output"
+msgstr "Sortie de l’exemple"
+
+#: 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
@@ -3975,6 +4061,12 @@ msgstr ""
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
@@ -4016,13 +4108,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
@@ -4068,37 +4153,37 @@ msgstr ""
msgid "GNU gettext-runtime 0.21"
msgstr "GNU gettext-runtime 0.21"
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
#, no-wrap
msgid "GNU gettext-runtime 0.21.1"
msgstr "GNU gettext-runtime 0.21.1"
-#: archlinux fedora-rawhide
+#: archlinux mageia-cauldron opensuse-tumbleweed fedora-40 fedora-rawhide
#, no-wrap
-msgid "GNU gettext-runtime 0.22.2"
-msgstr "GNU gettext-runtime 0.22.2"
+msgid "GNU gettext-runtime 0.22.5"
+msgstr "GNU gettext-runtime 0.22.5"
#: opensuse-tumbleweed
#, no-wrap
msgid "GNU texinfo 7.0.3"
-msgstr ""
+msgstr "GNU texinfo 7.0.3"
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "GNU, BSD."
-msgstr ""
+msgstr "GNU, BSD."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "GSSAPIAuthentication"
-msgstr ""
+msgstr "GSSAPIAuthentication"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "GSSAPIDelegateCredentials"
-msgstr ""
+msgstr "GSSAPIDelegateCredentials"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4177,67 +4262,41 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<$NOTIFY_SOCKET>"
-msgstr ""
+msgstr "I<$NOTIFY_SOCKET>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
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 ""
+msgstr "I<$XDG_RUNTIME_DIR>"
-#: 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
-msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
-msgstr ""
-
-#: 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 ""
+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 ""
+msgstr "I</dev/urandom>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "I</etc/adjtime>"
-msgstr ""
+msgstr "I</etc/adjtime>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</etc/host.conf>"
-msgstr ""
+msgstr "I</etc/host.conf>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</etc/localtime>"
-msgstr ""
+msgstr "I</etc/localtime>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4255,7 +4314,7 @@ msgstr "I</etc/protocols>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</etc/resolv.conf>"
-msgstr ""
+msgstr "I</etc/resolv.conf>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4269,6 +4328,90 @@ msgstr "I</etc/rpc>"
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 "I</proc/>pidI</cgroup> (depuis Linux 2.6.24)"
+
+#: 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 "I</proc/>pidI</numa_maps> (depuis Linux 2.6.14)"
+
+#: 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 "I</proc/cgroups> (depuis Linux 2.6.24)"
+
+#: 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 "I</proc/key-users> (depuis Linux 2.6.10)"
+
+#: 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 "I</proc/keys> (depuis Linux 2.6.10)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/loadavg>"
+msgstr "I</proc/loadavg>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/meminfo>"
+msgstr "I</proc/meminfo>"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/net/arp>"
+msgstr "I</proc/net/arp>"
+
+#: 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 "I</proc/net/dev>"
+
+#: 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 "I</proc/net/snmp>"
+
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</proc/slabinfo>"
+msgstr "I</proc/slabinfo>"
+
+#: 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 "I</proc/sys/fs/pipe-max-size> (depuis Linux 2.6.35)"
+
+#: 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 "I</proc/sys/fs/pipe-user-pages-hard> (depuis Linux 4.5)"
+
+#: 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 "I</proc/sys/fs/pipe-user-pages-soft> (depuis Linux 4.5)"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -4291,6 +4434,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=>"
@@ -4301,6 +4450,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=>"
@@ -4342,7 +4497,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 ""
@@ -4351,13 +4506,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 ""
@@ -4384,6 +4545,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=>"
@@ -4434,6 +4603,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=>"
@@ -4464,6 +4639,12 @@ msgstr ""
msgid "I<NUMAPolicy=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<Name>"
+msgstr "I<Name>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<OOMPolicy=>"
@@ -4504,6 +4685,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=>"
@@ -4544,6 +4730,12 @@ msgstr ""
msgid "I<RouteTable=>"
msgstr ""
+#: 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=>"
@@ -4586,6 +4778,18 @@ msgstr ""
msgid "I<SplitMode=>"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<State>"
+msgstr "I<State>"
+
+#: 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=>"
@@ -4631,6 +4835,11 @@ msgstr ""
msgid "I<Unit=>"
msgstr ""
+#: 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=>"
@@ -4713,7 +4922,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<debug>"
-msgstr ""
+msgstr "I<debug>"
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
@@ -4741,22 +4950,45 @@ msgstr "I<flags> n'est pas correct."
msgid "I<fstab\\&.extra>"
msgstr ""
-#: 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 ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<ino>"
+msgstr "I<ino>"
+
+#: 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 "I<mask>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<min>"
-msgstr ""
+msgstr "I<min>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4770,7 +5002,7 @@ msgstr ""
msgid "I<offset>"
msgstr ""
-#: 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>"
@@ -4813,6 +5045,11 @@ msgstr ""
msgid "I<quotacheck\\&.mode=>"
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<resume_offset=>"
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -4845,12 +5082,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<system\\&.machine_id>"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<systemd\\&.firstboot=>"
-msgstr ""
+msgstr "I<system\\&.machine_id>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4903,7 +5135,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<vmm\\&.notify_socket>"
-msgstr ""
+msgstr "I<vmm\\&.notify_socket>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4924,18 +5156,6 @@ msgid "INPUTFILE ..."
msgstr "FICHIER_ENTRÉE ..."
#: 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"
@@ -4977,8 +5197,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> "
@@ -4993,41 +5213,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 ""
@@ -5054,146 +5245,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
@@ -5212,6 +5269,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 ""
@@ -5219,25 +5283,10 @@ msgid ""
"send a subscription request to"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-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
+#: debian-unstable fedora-rawhide
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
@@ -5247,11 +5296,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 "Un paramètre non valable a été fourni."
@@ -5261,17 +5305,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 "Format JSON du journal"
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "1 January 1993"
+msgid "July 1997"
+msgstr "1er janvier 1993"
+
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
@@ -5314,8 +5357,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 ""
@@ -5335,7 +5382,7 @@ msgstr "Clés"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Known Environment Variables"
-msgstr ""
+msgstr "Variables d'environnement connues"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
@@ -5595,47 +5642,41 @@ msgstr ""
msgid "LEFT SINGLE QUOTATION MARK"
msgstr "GUILLEMET-APOSTROPHE CULBUTÉ"
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_FSTAB=E<lt>pathE<gt>"
-msgstr "B<LIBMOUNT_FSTAB=>I<chemin>"
-
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_MTAB=E<lt>pathE<gt>"
-msgstr "B<LIBMOUNT_MTAB=>I<chemin>"
-
-#: opensuse-leap-15-6
-msgid "LIBSMARTCOLS_DEBUG=all"
-msgstr "B<LIBSMARTCOLS_DEBUG=>I<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
-#, no-wrap
-msgid "LINES"
-msgstr ""
-
#: 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 2.5."
+msgid "Linux 2.0.30"
+msgstr "Linux 2.5."
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5673,6 +5714,9 @@ msgid ""
"List information about the FILEs (the current directory by default). Sort "
"entries alphabetically if none of B<-cftuvSUX> nor B<--sort> is specified."
msgstr ""
+"Afficher les informations des I<FICHIER>s (du répertoire courant par "
+"défaut). Les entrées sont triées alphabétiquement si aucune des options B<-"
+"cftuvSUX> ou B<--sort> n'est indiquée."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5721,20 +5765,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/"
-msgstr ""
+#: debian-unstable
+msgid "Maintained the package (1996-2005)\\&."
+msgstr "Responsable du paquet (1996-2005)\\&."
+
+#: debian-unstable
+msgid "Maintained the package (2005-2014)\\&."
+msgstr "Responsable du paquet (2005-2014)\\&."
+
+#: debian-unstable
+msgid "Maintained the package (2010-2016)\\&."
+msgstr "Responsable du paquet (2010-2016)\\&."
+
+#: debian-unstable
+msgid "Maintained the package (2022-2024)\\&."
+msgstr "Responsable du paquet (2022-2024)\\&."
#: 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 ""
@@ -5759,16 +5819,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 ""
#: 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 "Monter les périphériques chiffrés."
@@ -5779,12 +5834,16 @@ msgstr "Monter les périphériques chiffrés."
msgid "Mount options"
msgstr "Options de montage"
-#: 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 ""
@@ -5908,7 +5967,7 @@ msgstr ""
msgid "Operation modifiers:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Operational error"
msgstr ""
@@ -5925,11 +5984,6 @@ msgid "Other options"
msgstr "Autres options"
#: 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"
@@ -5941,8 +5995,8 @@ msgstr "PATH"
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
#, fuzzy, no-wrap
#| msgid "VERSIONS"
msgid "PERMISSIONS"
@@ -5978,154 +6032,16 @@ 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 ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONASYNCIODEBUG"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONBREAKPOINT"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDEBUG"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDONTWRITEBYTECODE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONDUMPREFS"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONEXECUTABLE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONFAULTHANDLER"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONHASHSEED"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONHOME"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONINSPECT"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONIOENCODING"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONMALLOC"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONMALLOCSTATS"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONNOUSERSITE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONOPTIMIZE"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPATH"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPLATLIBDIR"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONPROFILEIMPORTTIME"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONSTARTUP"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONTRACEMALLOC"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONUNBUFFERED"
-msgstr ""
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
-#, no-wrap
-msgid "PYTHONUSERBASE"
-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 "PYTHONVERBOSE"
+msgid "PYTHONINTMAXSTRDIGITS"
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 "PYTHONWARNINGS"
+msgid "PYTHONSAFEPATH"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6188,20 +6104,6 @@ msgstr ""
msgid "Pa ~/.ssh/id_rsa"
msgstr ""
-#: 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
@@ -6226,7 +6128,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Persistence"
-msgstr ""
+msgstr "Persistance"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6256,8 +6158,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 "PowerPC"
@@ -6269,15 +6171,6 @@ msgid "PreferredAuthentications"
msgstr ""
#: 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 "Afficher un résumé de l'utilisation et quitter."
@@ -6287,16 +6180,21 @@ msgstr "Afficher un résumé de l'utilisation et quitter."
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 a usage summary and exit."
+msgid "Prints complete usage information and exits."
+msgstr "Afficher un résumé de l'utilisation et quitter."
+
+#: 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
@@ -6335,37 +6233,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"
@@ -6410,24 +6277,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"
@@ -6450,14 +6299,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."
@@ -6469,7 +6310,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 ""
@@ -6515,6 +6356,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."
@@ -6601,6 +6452,14 @@ msgstr ""
msgid "S_TIME_FORMAT"
msgstr ""
+#: 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
@@ -6613,6 +6472,16 @@ msgstr ""
msgid "See Also"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<cgroups>(7)."
+msgstr "Consulter B<cgroups>(7)."
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<core>(5)."
+msgstr "Consulter B<core>(5)."
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "See B<landlock>(7)."
@@ -6623,11 +6492,10 @@ 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."
-msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<sched>(7)."
+msgstr "Consulter B<sched>(7)."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
@@ -6672,12 +6540,10 @@ msgstr ""
msgid "Set debug environment variable."
msgstr "Définir la variable d'environnement de débogage."
-#: 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
@@ -6705,13 +6571,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 ""
@@ -6733,12 +6592,16 @@ 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 ""
+"Depuis 1994, de nombreuses modifications ont été apportées à cette page de "
+"manuel, effectuées par les développeurs Debian responsables de cron ; leur "
+"liste figure brièvement ci-dessus, vous pouvez trouver davantage "
+"d'informations dans /usr/share/doc/cron/copyright\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -6768,23 +6631,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 ""
-#: 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
#, fuzzy
@@ -6831,7 +6681,11 @@ msgstr "Bibliothèque C standard (I<libc>, I<-lc>)"
msgid "System-wide configuration file."
msgstr "Fichier de configuration système."
-#: 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 ""
@@ -6844,7 +6698,7 @@ msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
-msgid "TERMCAP"
+msgid "TERM"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6913,7 +6767,23 @@ msgstr ""
msgid "The E<.Nm> command appeared in E<.Bx 4.2>."
msgstr ""
-#: 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 ""
@@ -6924,9 +6794,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
@@ -6939,6 +6825,13 @@ msgid ""
"only outside the POSIX locale. Also the TIME_STYLE environment variable "
"sets the default style to use."
msgstr ""
+"L'argument de I<TIME_STYLE> peut être full-iso, long-iso, iso, locale ou "
+"B<+>I<FORMAT>. Le I<FORMAT> est interprété comme dans B<date>(1). Si "
+"I<FORMAT> vaut I<FORMAT1>E<lt>changement de ligneE<gt>I<FORMAT2>, alors "
+"I<FORMAT1> s'applique aux fichiers anciens et I<FORMAT2> aux fichiers "
+"récents. Préfixer I<TIME_STYLE> par « posix- », n'a d'effet qu'en dehors des "
+"paramètres régionaux POSIX. De plus, la variable d'environnement "
+"I<TIME_STYLE> définit le style par défaut à utiliser."
#: opensuse-leap-15-6
msgid ""
@@ -6949,12 +6842,29 @@ msgid ""
"only outside the POSIX locale. Also the TIME_STYLE environment variable "
"sets the default style to use."
msgstr ""
+"L'argument de I<TIME_STYLE> peut être full-iso, long-iso, iso, locale ou "
+"B<+>I<FORMAT>. Le I<FORMAT> est interprété comme dans B<date>(1). Si "
+"I<FORMAT> vaut I<FORMAT1>E<lt>changement de ligneE<gt>I<FORMAT2>, alors "
+"I<FORMAT1> s'applique aux fichiers anciens et I<FORMAT2> aux fichiers "
+"récents. Préfixer I<TIME_STYLE> par « posix- », n'a d'effet qu'en dehors des "
+"paramètres régionaux POSIX. De plus, la variable d'environnement "
+"I<TIME_STYLE> définit le style par défaut à utiliser."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The WHEN argument defaults to 'always' and can also be 'auto' or 'never'."
msgstr ""
+"Par défaut, le paramètre QUAND vaut « always » (toujours) et il peut aussi "
+"valoir « auto » ou « never » (jamais)."
+
+#: 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
@@ -6974,6 +6884,16 @@ msgstr ""
"Le périphérique contenant le fichier n'a pas de place pour une nouvelle "
"entrée de répertoire."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "The fields in each line are:"
+msgstr "Les champs de chaque ligne sont :"
+
+#: 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 "Les champs affichés dans chaque ligne sont les suivants :"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The file does not exist."
@@ -6991,10 +6911,6 @@ msgstr ""
msgid "The file is on a read-only filesystem."
msgstr "Le fichier se trouve sur un système de fichiers en lecture seule."
-#: 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 ""
@@ -7010,6 +6926,11 @@ msgstr ""
"La session d'interpréteur suivant montre un échantillon d'exécution du "
"programme :"
+#: 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 ""
@@ -7029,30 +6950,9 @@ msgstr ""
"dosfstools/dosfstools> page de projet GitHub E<.UE .>"
#: 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 ""
+msgstr "Le fichier source du noyau I<Documentation/networking/ip-sysctl.txt>."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7121,6 +7021,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 ""
@@ -7147,6 +7055,12 @@ msgid ""
"binary, \\&' ' for text or where binary is insignificant), and name for each "
"FILE."
msgstr ""
+"Les sommes sont calculées selon la méthode décrite dans le document "
+"FIPS-180-2. Lors de la vérification, l'entrée doit être une sortie "
+"précédente du programme. Le mode par défaut affiche une ligne avec la somme "
+"de contrôle, une espace, un caractère indiquant le type («\\ *\\ » pour "
+"binaire, une espace «\\ \\ \\ » pour texte ou quand binaire n'a pas de sens) "
+"et le nom de chaque I<FICHIER>."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -7157,6 +7071,12 @@ msgid ""
"binary, ' ' for text or where binary is insignificant), and name for each "
"FILE."
msgstr ""
+"Les sommes sont calculées selon la méthode décrite dans le document "
+"FIPS-180-2. Lors de la vérification, l'entrée doit être une sortie "
+"précédente du programme. Le mode par défaut affiche une ligne avec la somme "
+"de contrôle, un espace, un caractère indiquant le type (« * » pour binaire, "
+"un espace « » pour texte ou quand binaire n'a pas de sens) et le nom de "
+"chaque I<FICHIER>."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7167,14 +7087,6 @@ msgstr ""
"Le quota de blocs de disque ou d'inœuds de l'utilisateur sur le système de "
"fichiers a été atteint."
-#: 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 ""
@@ -7192,14 +7104,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."
@@ -7242,10 +7146,15 @@ msgstr ""
msgid "These system calls are nonstandard Linux extensions."
msgstr "Ces appels système sont des extensions spécifiques à Linux."
-#: 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 "Ce répertoire peut être vide."
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7278,11 +7187,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-"
@@ -7292,6 +7196,8 @@ msgstr ""
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "This manual page was written by Yury Umanets E<lt>umka@namesys.comE<gt>"
msgstr ""
+"Cette page de manuel a été écrite par Yury Umanets E<lt>I<umka@namesys."
+"com>E<gt>"
#: opensuse-leap-15-6
msgid ""
@@ -7300,14 +7206,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/"
@@ -7331,14 +7237,6 @@ msgstr ""
"supprimé dans Linux\\ 2.6."
#: 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"
@@ -7349,13 +7247,6 @@ msgstr ""
msgid "Too many symbolic links were encountered in translating the pathname."
msgstr "Trop de liens symboliques ont été rencontrés en parcourant le chemin."
-#: 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
@@ -7368,7 +7259,7 @@ msgstr ""
msgid "UpdateHostKeys"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Usage or syntax error"
msgstr ""
@@ -7403,6 +7294,12 @@ msgid ""
"environment variable can change the settings. Use the B<dircolors>(1) "
"command to set it."
msgstr ""
+"La couleur n'est pas utilisée pour distinguer les différents types de "
+"fichiers par défaut ou avec l'option B<--color>=I<\\,never\\/>. Avec "
+"l'option B<--color>=I<\\,auto\\/>, B<ls> n'utilise des codes couleur que si "
+"la sortie standard est reliée à un terminal. La variable d'environnement "
+"LS_COLORS peut avoir un impact sur la configuration. Utilisez la commande "
+"B<dircolors>(1) pour la définir."
#: opensuse-leap-15-6
msgid ""
@@ -7412,6 +7309,12 @@ msgid ""
"environment variable can change the settings. Use the dircolors command to "
"set it."
msgstr ""
+"La couleur n'est pas utilisée pour distinguer les différents types de "
+"fichiers par défaut ou avec l'option B<--color>=I<\\,never\\/>. Avec "
+"l'option B<--color>=I<\\,auto\\/>, B<ls>() n'utilise des codes couleur que "
+"si la sortie standard est reliée à un terminal. La variable d'environnement "
+"I<LS_COLORS> peut avoir un impact sur la configuration. Utilisez la commande "
+"B<dircolors> pour la définir."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
@@ -7422,11 +7325,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 ""
@@ -7441,42 +7347,50 @@ msgstr ""
msgid "VerifyHostKeyDNS"
msgstr ""
-#: 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
#, no-wrap
-msgid "Version 643: 12 Feb 2024"
+msgid "Version 643: 20 Jul 2023"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron
#, no-wrap
-msgid "Version 643: 20 Jul 2023"
+msgid "Version 654: 12 May 2024"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Versions"
+msgstr "Versions"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"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 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>."
+"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 debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron debian-bullseye
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+#: debian-unstable
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."
+"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
@@ -7550,7 +7464,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Written by Simon Josefsson."
-msgstr ""
+msgstr "Écrit par Simon Josefsson."
+
+#: debian-unstable
+msgid "Wrote this manpage (1994)\\&."
+msgstr "A écrit cette page de manuel (1994)\\&."
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
@@ -7574,14 +7492,8 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "[5]"
-msgstr "[5]"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "[6]"
-msgstr "[6]"
+msgid "[7]"
+msgstr "[7]"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7595,16 +7507,33 @@ 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 "[À documenter]."
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "[To be documented]"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "\\%eqn 1 ,"
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid ""
+"\\%https://en.wikipedia.org/wiki/"
+"ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"\\%https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html"
msgstr ""
+"\\%https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -7623,11 +7552,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 ""
@@ -7647,6 +7571,7 @@ msgid "\\%https://tools.ietf.org/html/rfc6762"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"\\%https://trustedcomputinggroup.org/resource/canonical-event-log-format/"
msgstr ""
@@ -7661,6 +7586,26 @@ msgstr ""
msgid "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "\\%pic 1 ,"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "\\%refer 1 ,"
+msgstr ""
+
+#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "\\%troff 1 ."
+msgstr ""
+
+#: 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
@@ -7727,12 +7672,20 @@ msgstr ""
msgid "abort"
msgstr ""
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ac"
+msgstr "ac"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"across B<-x>, commas B<-m>, horizontal B<-x>, long B<-l>, single-column "
"B<-1>, verbose B<-l>, vertical B<-C>"
msgstr ""
+"afficher selon le I<MODE> across B<-x>, commas B<-m>, horizontal B<-x>, long "
+"B<-l>, single-column B<-1>, verbose B<-l> ou vertical B<-C>"
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
@@ -7748,24 +7701,18 @@ 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 ""
+msgstr "ajouter l'indicateur «\\ /\\ » aux répertoires"
#: opensuse-leap-15-6
msgid "append indicator (one of */=E<gt>@|) to entries"
-msgstr ""
+msgstr "ajouter un caractère (parmi «\\ */=E<gt>@|\\ ») à chaque entrée"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "append indicator (one of */=E<gt>@|) to entries WHEN"
-msgstr ""
+msgstr "ajouter un caractère (parmi */=E<gt>@|) aux entrées QUAND"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7773,6 +7720,14 @@ msgid ""
"append indicator with style WORD to entry names: none (default), slash (B<-"
"p>), file-type (B<--file-type>), classify (B<-F>)"
msgstr ""
+"ajouter au nom des entrées l'indicateur de I<STYLE> : none (aucun, par "
+"défaut), slash (B<-p>), file-type (B<--file-type>) ou classify (B<-F>)"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "ar"
+msgstr "ar"
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
@@ -7783,7 +7738,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "assume tab stops at each COLS instead of 8"
-msgstr ""
+msgstr "définir l'espacement des tabulations à I<COLONNES> plutôt qu'à B<8>"
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
@@ -7806,6 +7761,8 @@ msgid ""
"can be augmented with a B<--sort> option, but any use of B<--sort>=I<\\,"
"none\\/> (B<-U>) disables grouping"
msgstr ""
+"peut être renforcé avec l'option B<--sort>, mais l'utilisation de B<--"
+"sort>=I<\\,none\\/> (B<-U>) désactive le regroupement"
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
@@ -7813,11 +7770,14 @@ msgstr ""
msgid "cgroup"
msgstr "cgroup"
-#: 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;"
msgstr ""
+"modifier l'utilisation par défaut de la date de modification ; la date "
+"d'accès (B<-u>) : I<atime>, I<access>, I<use> ; date de modification (B<-"
+"c>) : I<ctime>, I<status> ; date de création : I<birth>, I<creation> ;"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7828,24 +7788,33 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "color the output WHEN; more info below"
-msgstr ""
+msgstr "colorer la sortie QUAND ; plus d'informations ci-dessous"
#: opensuse-leap-15-6
msgid ""
"colorize the output; WHEN can be 'always' (default if omitted), 'auto', or "
"'never'; more info below"
msgstr ""
+"colorer la sortie ; I<QUAND> peut être « always » (toujours, par défaut si "
+"rien n'est indiqué), « auto » (automatique) ou « never » (jamais) ; des "
+"renseignements complémentaires suivent ci-dessous"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "copy all SOURCE arguments into DIRECTORY"
-msgstr ""
+msgstr "copier tous les paramètres de la I<SOURCE> dans le I<RÉPERTOIRE>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "create"
-msgstr ""
+msgstr "create"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "dc"
+msgstr "dc"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7862,6 +7831,8 @@ msgid ""
"default to 1024-byte blocks for disk usage; used only with B<-s> and per "
"directory totals"
msgstr ""
+"blocs de 1024 octets par défaut pour l’occupation d’espace disque ; utilisé "
+"seulement avec B<-s> et pour les totaux de répertoire"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -7869,6 +7840,8 @@ msgid ""
"default to 1024-byte blocks for file system usage; used only with B<-s> and "
"per directory totals"
msgstr ""
+"blocs de 1024 octets par défaut pour l’occupation du système de fichiers ; "
+"utilisé seulement avec B<-s> et pour les totaux de répertoire"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -7884,22 +7857,24 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not ignore entries starting with ."
-msgstr ""
+msgstr "inclure les entrées débutant par «\\ .\\ »"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not list implied . and .."
-msgstr ""
+msgstr "omettre les fichiers «\\ .\\ » et «\\ ..\\ »"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not list implied entries ending with ~"
-msgstr ""
+msgstr "omettre les entrées se terminant par «\\ ~\\ »"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not list implied entries matching shell PATTERN"
msgstr ""
+"ne pas afficher les entrées implicites correspondant au I<MOTIF> de "
+"l'interpréteur de commandes"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7907,15 +7882,26 @@ msgid ""
"do not list implied entries matching shell PATTERN (overridden by B<-a> or "
"B<-A>)"
msgstr ""
+"ne pas afficher les entrées implicites correspondant au I<MOTIF> de "
+"l'interpréteur de commandes (écrasé par B<-a> ou B<-A>)"
-#: 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 ""
+"ne pas trier, activer les options B<-aU> et désactiver les options B<-ls> "
+"B<--color>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "do not sort; list entries in directory order"
msgstr ""
+"ne pas trier, afficher selon l'ordre original des entrées du répertoire"
+
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, fuzzy
+#| msgid "This is a symbolic link."
+msgid "do not traverse any symbolic links"
+msgstr "Il s'agit d'un lien symbolique."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7933,22 +7919,34 @@ msgstr "dosfstools 4.1"
msgid "dosfstools 4.2"
msgstr "dosfstools 4.2"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "dw"
+msgstr "dw"
+
+#: 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 ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "enclose entry names in double quotes"
-msgstr ""
+msgstr "mettre les noms d'entrées entre guillemets doubles"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7973,14 +7971,15 @@ msgstr ""
msgid "exit"
msgstr ""
-#: 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 ""
+msgstr "expliquer comment un fichier est copié. Implique B<-v>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "explain what is being done"
-msgstr ""
+msgstr "expliquer ce qui est fait"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7990,7 +7989,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "fill width with a comma separated list of entries"
-msgstr ""
+msgstr "remplir la largeur par une liste d'entrées séparées par des virgules"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8006,17 +8005,19 @@ msgstr "attributs"
#: opensuse-leap-15-6
msgid "follow each command line symbolic link"
-msgstr ""
+msgstr "suivre tous les liens symboliques en ligne de commande"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "follow each command line symbolic link that points to a directory"
msgstr ""
+"suivre tous les liens symboliques en ligne de commande pointant vers un "
+"répertoire"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "follow symbolic links listed on the command line"
-msgstr ""
+msgstr "suivre les liens symboliques de la ligne de commande"
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -8041,7 +8042,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "generate output designed for Emacs' dired mode"
-msgstr ""
+msgstr "créer une sortie adaptée au mode «\\ dired\\ » d'Emacs"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8087,6 +8088,12 @@ msgstr ""
msgid "glibc 2.6."
msgstr "glibc 2.6."
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "glob"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8099,6 +8106,12 @@ msgstr ""
msgid "graphical\\&.target"
msgstr ""
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "groff 1.22.4"
+msgid "groff 7"
+msgstr "groff 1.22.4"
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
@@ -8107,7 +8120,7 @@ msgstr ""
#: opensuse-leap-15-6
msgid "group directories before files;"
-msgstr ""
+msgstr "regrouper les répertoires avant les fichiers ;"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -8115,6 +8128,9 @@ msgid ""
"group directories before files; can be augmented with a B<--sort> option, "
"but any use of B<--sort>=I<\\,none\\/> (B<-U>) disables grouping"
msgstr ""
+"regrouper les répertoires avant les fichiers ; peut être renforcé avec une "
+"option B<--sort>, mais toute utilisation de B<--sort>=I<\\,none\\/> (B<-U>) "
+"désactive le regroupement"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8125,13 +8141,15 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "hyperlink file names WHEN"
-msgstr ""
+msgstr "noms de fichier hyperlien QUAND"
#: opensuse-leap-15-6
msgid ""
"hyperlink file names; WHEN can be 'always' (default if omitted), 'auto', or "
"'never'"
msgstr ""
+"noms des fichiers d'hyperliens ; I<QUAND> peut être « always » (par défaut "
+"si rien n’est indiqué), « auto » ou « never »"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8141,19 +8159,17 @@ msgstr "ia64"
#: 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 ""
+"si problèmes mineurs (par exemple, impossible d'accéder à un sous-"
+"répertoire),"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "if serious trouble (e.g., cannot access command-line argument)."
msgstr ""
+"si erreur grave (par exemple, impossible d'accéder aux paramètres de la "
+"ligne de commande)."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8171,7 +8187,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "in a long listing, don't print group names"
-msgstr ""
+msgstr "ne pas afficher le nom des groupes dans un format d'affichage long"
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
@@ -8188,25 +8204,31 @@ 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\\/>"
-msgstr ""
+msgstr "identique à B<-l> B<--time-style>=I<\\,full-iso\\/>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "like B<-l>, but do not list group information"
-msgstr ""
+msgstr "identique à B<-l>, mais sans afficher l'information de groupe"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "like B<-l>, but do not list owner"
-msgstr ""
+msgstr "identique à B<-l> mais sans afficher le propriétaire"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "like B<-l>, but list numeric user and group IDs"
msgstr ""
+"identique à B<-l> mais en affichant les valeurs numériques des identifiants "
+"du propriétaire (UID) et du groupe (GID)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8216,49 +8238,48 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "likewise, but use powers of 1000 not 1024"
-msgstr ""
+msgstr "équivalent, en utilisant des puissances de 1000 et non de 1024"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "likewise, except do not append '*'"
-msgstr ""
+msgstr "similaire, mais sans ajouter «\\ *\\ »"
-#: 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 ""
+msgstr "afficher toutes les entrées selon l'ordre des répertoires"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "list directories themselves, not their contents"
-msgstr ""
+msgstr "afficher le nom des répertoires eux-mêmes, pas leur contenu"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "list entries by columns"
-msgstr ""
+msgstr "afficher en colonnes"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "list entries by lines instead of by columns"
-msgstr ""
+msgstr "afficher les entrées par ligne plutôt que par colonne"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid "list one file per line"
-msgstr ""
+msgstr "afficher un fichier par ligne"
#: opensuse-leap-15-6
msgid "list one file per line. Avoid '\\en' with B<-q> or B<-b>"
-msgstr ""
+msgstr "affiche un fichier par ligne. Supprime « \\en » avec B<-q> ou B<-b>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "list subdirectories recursively"
-msgstr ""
+msgstr "afficher récursivement les sous-répertoires"
-#: 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 ""
@@ -8273,29 +8294,17 @@ msgstr ""
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
-#, no-wrap
-msgid "me"
-msgstr "me"
-
#: 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
-#, no-wrap
-msgid "mr"
-msgstr "mr"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8303,19 +8312,13 @@ msgid "multi-user\\&.target"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "nl"
-msgstr "nl"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "no"
msgstr ""
-#: 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 ""
@@ -8347,17 +8350,21 @@ msgid "option warmup t"
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 "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"
@@ -8366,7 +8373,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"
@@ -8386,18 +8393,6 @@ msgstr ""
msgid "pause"
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
-#, no-wrap
-msgid "pf"
-msgstr "pf"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "pipe"
-msgstr "pipe"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "port=/dev/ttyS0"
@@ -8412,22 +8407,24 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print ? instead of nongraphic characters"
-msgstr ""
+msgstr "afficher «\\ ?\\ » à la place des caractères non graphiques"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print C-style escapes for nongraphic characters"
msgstr ""
+"afficher les caractères non graphiques sous la forme de caractères "
+"d’échappement de style C"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print any security context of each file"
-msgstr ""
+msgstr "afficher tout contexte de sécurité de chaque fichier"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print entry names without quoting"
-msgstr ""
+msgstr "afficher les noms d'entrées sans guillemets"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8437,12 +8434,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print the allocated size of each file, in blocks"
-msgstr ""
+msgstr "afficher la taille allouée de chaque fichier en nombre de blocs"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "print the index number of each file"
-msgstr ""
+msgstr "afficher le numéro d'index de chaque fichier"
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "prints all plugins libreiser4 know about."
@@ -8450,11 +8447,11 @@ msgstr ""
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "prints program help."
-msgstr ""
+msgstr "Afficher le message d'aide du programme."
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "prints program version."
-msgstr ""
+msgstr "Afficher la version du programme."
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -8462,12 +8459,6 @@ msgid "procmail-announce-request@procmail.org"
msgstr ""
#: 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"
@@ -8500,6 +8491,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "reverse order while sorting"
+msgstr "inverser l'ordre du tri"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "roff 7"
msgstr ""
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
@@ -8508,12 +8504,23 @@ 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
+#, no-wrap
+msgid "sd"
+msgstr "sd"
+
+#: 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 "
"(default): mtime, modification; birth time: birth, creation;"
msgstr ""
+"sélection l'horodatage à utiliser pour l'affichage ou le tri ; la date "
+"d'accès (B<-u>) : I<atime>, I<access>, I<use> ; date de modification des "
+"métadonnées (B<-c>) : I<ctime>, I<status> ; date modifiée (par défaut) : "
+"I<mtime>, I<modification> ; date de création : I<birth>, I<creation> ;"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8524,6 +8531,19 @@ msgstr "définir le champ « Language » de l'en-tête."
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "set output width to COLS. 0 means no limit"
msgstr ""
+"définir la largeur de l'affichage à I<COLONNES>. B<0> signifie pas de limite"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "sh"
+msgstr "sh"
+
+#: 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
@@ -8531,6 +8551,8 @@ msgid ""
"show nongraphic characters as-is (the default, unless program is 'ls' and "
"output is a terminal)"
msgstr ""
+"afficher les caractères non graphiques tels quels (comportement par défaut, "
+"à moins que le programme ne soit «\\ ls\\ » et la sortie un terminal)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8549,22 +8571,18 @@ msgstr ""
msgid "signal"
msgstr ""
-#: 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"
-msgstr ""
+msgstr "trier alphabétiquement selon l'extension des entrées"
#: opensuse-leap-15-6
msgid ""
"sort by WORD instead of name: none (B<-U>), size (B<-S>), time (B<-t>), "
"version (B<-v>), extension (B<-X>)"
msgstr ""
+"trier selon le I<MODE> plutôt que selon le nom\\ : none (aucun, B<-U>), size "
+"(taille, B<-S>), time (heure, B<-t>), version (B<-v>), extension (B<-X>)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -8572,16 +8590,21 @@ msgid ""
"sort by WORD instead of name: none (B<-U>), size (B<-S>), time (B<-t>), "
"version (B<-v>), extension (B<-X>), width"
msgstr ""
+"trier selon le I<MODE> plutôt que selon le nom\\ : none (aucun, B<-U>), size "
+"(taille, B<-S>), time (heure, B<-t>), version (B<-v>), extension (B<-X>), "
+"width (largeur)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sort by file size, largest first"
-msgstr ""
+msgstr "trier selon la taille des fichiers en commençant par le plus gros"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sort by time, newest first; see B<--time>"
msgstr ""
+"trier selon la date de modification, de la plus récente à la plus ancienne ; "
+"voir B<--time>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8661,7 +8684,7 @@ msgstr ""
#: opensuse-leap-15-6
msgid "that points to a directory"
-msgstr ""
+msgstr "qui pointent vers un répertoire"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8676,7 +8699,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "time/date format with B<-l>; see TIME_STYLE below"
-msgstr ""
+msgstr "format de la date/heure avec B<-l> ; voir I<TIME_STYLE> ci-dessous"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
@@ -8691,13 +8714,8 @@ 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 ""
+msgstr "traiter la I<CIBLE> comme un fichier normal"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8734,7 +8752,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "use a long listing format"
-msgstr ""
+msgstr "utiliser un format d'affichage long"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8743,13 +8761,16 @@ msgid ""
"always, shell-escape, shell-escape-always, c, escape (overrides "
"QUOTING_STYLE environment variable)"
msgstr ""
+"utiliser le style citation I<MODE> pour les noms d'entrées : literal, "
+"locale, shell, shell-always, shell-escape, shell-escape-always, c, escape "
+"(outrepasse la variable d'environnement I<QUOTING_STYLE>)"
#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
#: debian-bookworm debian-unstable mageia-cauldron
msgid "use termcap as for terminal displays"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "use visible padding characters."
msgstr "Utiliser des caractères de remplissage visibles."
@@ -8775,11 +8796,15 @@ 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
#, no-wrap
msgid "version 7.2"
-msgstr ""
+msgstr "version 7.2"
+
+#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "version 8.0"
+msgstr "version 8.0"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
@@ -8798,6 +8823,9 @@ msgid ""
"when showing file information for a symbolic link, show information for the "
"file the link references rather than for the link itself"
msgstr ""
+"lors de l'affichage des entrées pointées par des liens symboliques, afficher "
+"les informations du fichier pointé par le lien plutôt que celles du lien lui-"
+"même"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8808,6 +8836,8 @@ msgstr "où"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "with B<-l> and B<-s>, print sizes like 1K 234M 2G etc."
msgstr ""
+"avec B<-l> ou B<-s>, afficher les tailles en format lisible (par exemple 1K, "
+"234M, 2G, etc.)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8815,11 +8845,13 @@ msgid ""
"with B<-l>, WORD determines which time to show; with B<--sort>=I<\\,time\\/"
">, sort by WORD (newest first)"
msgstr ""
+"avec B<-l>, I<MOT> détermine la date à afficher ; avec B<--sort>=I<\\,time\\/"
+">, trier par nom (en commençant par le plus ancien)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "with B<-l>, print the author of each file"
-msgstr ""
+msgstr "avec B<-l>, afficher l'auteur de chaque fichier"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8827,6 +8859,8 @@ msgid ""
"with B<-l>, scale sizes by SIZE when printing them; e.g., '--block-size=M'; "
"see SIZE format below"
msgstr ""
+"avec B<-l>, ajuster les tailles avec I<TAILLE> quand elles sont affichées ; "
+"par exemple « --block-size=M » ; voir le format de I<TAILLE> ci-dessous"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8834,20 +8868,33 @@ msgid ""
"with B<-lt>: sort by, and show, access time; with B<-l>: show access time "
"and sort by name; otherwise: sort by access time, newest first"
msgstr ""
+"avec B<-lt>, trier et afficher selon la date de dernier accès\\ ; avec B<-"
+"l> : afficher la date de dernier d'accès et trier par nom\\ ; dans les "
+"autres cas, trier selon la date de dernier accès en commençant par le plus "
+"récent"
-#: 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 ""
+"avec B<-lt>, trier selon «\\ ctime\\ » (date de la dernière modification "
+"d'état du fichier) en l'affichant\\ ; avec B<-l>, trier selon le nom et "
+"afficher la date de modification\\ ; sinon, trier selon la date de "
+"modification, de la plus récente à la plus ancienne"
-#: 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: "
"sort by ctime, newest first"
msgstr ""
+"avec B<-lt>, trier selon la date de modification «\\ ctime\\ » en "
+"l'affichant\\ ; avec B<-l>, trier selon le nom et afficher la date de "
+"modification\\ ; sinon, trier selon la date de modification, de la plus "
+"récente à la plus ancienne"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed