summaryrefslogtreecommitdiffstats
path: root/po/ru/common/min-003-occurences.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/common/min-003-occurences.po')
-rw-r--r--po/ru/common/min-003-occurences.po9348
1 files changed, 9348 insertions, 0 deletions
diff --git a/po/ru/common/min-003-occurences.po b/po/ru/common/min-003-occurences.po
new file mode 100644
index 00000000..06ddfc19
--- /dev/null
+++ b/po/ru/common/min-003-occurences.po
@@ -0,0 +1,9348 @@
+# Common msgids
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-09 17:48+0100\n"
+"PO-Revision-Date: 2024-01-28 06:47+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" [\n"
+"B<--check-hash-based-pycs>\n"
+"I<default>\n"
+"|\n"
+"I<always>\n"
+"|\n"
+"I<never>\n"
+"]\n"
+msgstr ""
+" [\n"
+"B<--check-hash-based-pycs>\n"
+"I<default>\n"
+"|\n"
+"I<always>\n"
+"|\n"
+"I<never>\n"
+"]\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" [\n"
+"B<-c>\n"
+"I<command>\n"
+"|\n"
+"I<script>\n"
+"|\n"
+"-\n"
+"]\n"
+"[\n"
+"I<arguments>\n"
+"]\n"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid " -X faulthandler: enable faulthandler\n"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, 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"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, 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"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, 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"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, 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"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+" /* начиная с glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "(_XOPEN_SOURCE\\ E<gt>=\\ 500) && ! (_POSIX_C_SOURCE\\ E<gt>=\\ 200809L)\n"
+#| " || /* Glibc since 2.19: */ _DEFAULT_SOURCE\n"
+#| " || /* Glibc versions E<lt>= 2.19: */ _BSD_SOURCE\n"
+msgid ""
+" Since glibc 2.12:\n"
+" (_XOPEN_SOURCE E<gt>= 500) && ! (_POSIX_C_SOURCE E<gt>= 200809L)\n"
+" || /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n"
+" Before glibc 2.12:\n"
+" _BSD_SOURCE || _XOPEN_SOURCE E<gt>= 500\n"
+msgstr ""
+"(_XOPEN_SOURCE\\ E<gt>=\\ 500) && ! (_POSIX_C_SOURCE\\ E<gt>=\\ 200809L)\n"
+" || /* начиная с glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* в версиях glibc E<lt>= 2.19: */ _BSD_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" Since glibc 2.19:\n"
+" _DEFAULT_SOURCE\n"
+" In glibc up to and including 2.19:\n"
+" _BSD_SOURCE\n"
+msgstr ""
+" начиная с glibc 2.19:\n"
+" _DEFAULT_SOURCE\n"
+" в glibc до версии 2.19 включительно:\n"
+" _BSD_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" Since glibc 2.24:\n"
+" _XOPEN_SOURCE E<gt>= 500\n"
+" glibc 2.23 and earlier:\n"
+" _XOPEN_SOURCE\n"
+msgstr ""
+" Начиная с glibc 2.24:\n"
+" _XOPEN_SOURCE E<gt>= 500\n"
+" В версии glibc 2.23 и более ранних:\n"
+" _XOPEN_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _POSIX_C_SOURCE E<gt>= 200809L\n"
+msgstr " _POSIX_C_SOURCE E<gt>= 200809L\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _XOPEN_SOURCE\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+" _XOPEN_SOURCE\n"
+" || /* начиная с glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _XOPEN_SOURCE E<gt>= 500\n"
+msgstr " _XOPEN_SOURCE E<gt>= 500\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* Since glibc 2.12: */ _POSIX_C_SOURCE E<gt>= 200809L\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n"
+msgstr ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* начиная с glibc 2.12: */ _POSIX_C_SOURCE E<gt>= 200809L\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n"
+msgstr ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* начиная с glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid " close(fd);\n"
+msgstr " close(fd);\n"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "!command"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\"scsi /dev/sg0\" (or other scsi device file)"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "#define BUF_SIZE 1024\n"
+msgstr "#define BUF_SIZE 1024\n"
+
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "#include E<lt>assert.hE<gt>\n"
+msgstr "#include E<lt>assert.hE<gt>\n"
+
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#include E<lt>errno.hE<gt>\n"
+"#include E<lt>pthread.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+msgstr ""
+"#include E<lt>errno.hE<gt>\n"
+"#include E<lt>pthread.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+msgstr ""
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "$"
+msgstr "$"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "%X"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "%Z"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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
+#, no-wrap
+msgid "(and similar)"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "(this is a readonly list)."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ","
+msgstr ","
+
+#: archlinux
+#, no-wrap
+msgid "--dbext=extension"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "--debug"
+msgstr "--debug"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "--fatal-warnings"
+msgstr "--fatal-warnings"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--heap reserve"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--heap reserve,commit"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--image-base value"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "--info"
+msgstr "--info"
+
+#: archlinux
+#, no-wrap
+msgid "--logfile=path"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "--no-timeout"
+msgstr "--no-timeout"
+
+#: archlinux
+#, no-wrap
+msgid "--null[=sep]"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "--package=pkgname"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "--reduce-memory-overheads"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--stack reserve"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--stack reserve,commit"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--subsystem which"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--subsystem which:major"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "--subsystem which:major.minor"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "--target-help"
+msgstr "--target-help"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "-G"
+msgstr ""
+
+#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable
+#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "-I"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "-N"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "-U [d|i|l|e|x|h]"
+msgstr "-U [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 "-Z"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "-b"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "-e"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "-q, --quiet"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "-y"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/boot/"
+msgstr "/boot/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/etc/"
+msgstr "/etc/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/machine-id"
+msgstr "/etc/machine-id"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/etc/systemd/journald\\&.conf"
+msgstr "/etc/systemd/journald\\&.conf"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/home/"
+msgstr "/home/"
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "/proc"
+msgstr "/proc"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/run/"
+msgstr "/run/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/run/systemd/timesync/synchronized"
+msgstr "/run/systemd/timesync/synchronized"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/srv/"
+msgstr "/srv/"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/systemd/system-shutdown/"
+msgstr "/usr/lib/systemd/system-shutdown/"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/systemd/systemd-hibernate-resume"
+msgstr "/usr/lib/systemd/systemd-hibernate-resume"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "/usr/lib/systemd/systemd-shutdown"
+msgstr "/usr/lib/systemd/systemd-shutdown"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/var/"
+msgstr "/var/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/var/cache/"
+msgstr "/var/cache/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/var/lib/"
+msgstr "/var/lib/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/var/log/"
+msgstr "/var/log/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "/var/tmp/"
+msgstr "/var/tmp/"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0002"
+msgstr "0002"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0004"
+msgstr "0004"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0020"
+msgstr "0020"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0040"
+msgstr "0040"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0200"
+msgstr "0200"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0400"
+msgstr "0400"
+
+#: debian-unstable
+#, no-wrap
+msgid "08/24/2019"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x01"
+msgstr "0x01"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x02"
+msgstr "0x02"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x04"
+msgstr "0x04"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "104"
+msgstr "104"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "108"
+msgstr "108"
+
+#: archlinux
+#, no-wrap
+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
+msgid "17."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "18."
+msgstr ""
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "19"
+msgstr "19"
+
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "19 April 2010"
+msgstr ""
+
+#: mageia-cauldron
+#, no-wrap
+msgid "24.2"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "25 Oct 1994"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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
+msgid "27"
+msgstr "27"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "28"
+msgstr "28"
+
+#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
+#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "29"
+msgstr "29"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "48"
+msgstr "48"
+
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "6.2"
+msgstr "6.2"
+
+#: mageia-cauldron opensuse-leap-15-6 archlinux debian-bookworm debian-unstable
+#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "66"
+msgstr "66"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "72"
+msgstr "72"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "76"
+msgstr "76"
+
+#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
+#: debian-unstable mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "78"
+msgstr "78"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "8D"
+msgstr "8D"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "8F"
+msgstr "8F"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "9D"
+msgstr "9D"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ":d"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ":n"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
+#: opensuse-tumbleweed mageia-cauldron fedora-40 fedora-rawhide
+msgid ""
+"A list of options which will be evaluated before the ones specified on the "
+"command line."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A pathname was empty or had a nonexistent component."
+msgstr "Указан пустой путь или одна из его частей не существует."
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A row of an image is horizontal. A column is vertical. The pixels in the "
+"image are square and contiguous."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A settable system-wide real-time clock."
+msgstr "Настраиваемые системные часы реального времени."
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A single whitespace character (usually a newline)."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "Added in version 190\\&."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "Added in version 202\\&."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "Added in version 208\\&."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Additional info and hints can be obtained from our"
+msgstr ""
+
+#: archlinux
+msgid ""
+"Additional info and hints can be obtained from our mailing-List archive at: "
+"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
+msgid ""
+"Additionally, several 'software' options are exposed by the backend. These "
+"are reimplementations of features provided natively by larger scanners, but "
+"running on the host computer. This enables smaller machines to have similar "
+"capabilities. Please note that these features are somewhat simplistic, and "
+"may not perform as well as the native implementations. Note also that these "
+"features all require that the driver cache the entire image in memory. This "
+"will almost certainly result in a reduction of scanning speed."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "AddressFamily"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"All characters referred to herein are encoded in ASCII. \"newline\" refers "
+"to the character known in ASCII as Line Feed or LF. A \"white space\" "
+"character is space, CR, LF, TAB, VT, or FF (I.e. what the ANSI standard C "
+"isspace() function calls white space)."
+msgstr ""
+
+#: debian-bookworm
+msgid ""
+"Alternatively, Asynchronous I/O library (I<libaio>, I<-laio>); see NOTES."
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid "An error occurred."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An overflow floating-point exception (B<FE_OVERFLOW>) is raised."
+msgstr "Вызывается исключение переполнения плавающей запятой (B<FE_OVERFLOW>)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"At present, the following scanners are known positively to work with this "
+"backend:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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
+msgid "Authors"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "Automatic Boot Assessment"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>math.hE<gt>>\n"
+msgstr ""
+"B<#define _GNU_SOURCE> /* см. 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
+#, no-wrap
+msgid ""
+"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n"
+"B<#include E<lt>stdio.hE<gt>>\n"
+msgstr ""
+"B<#define _GNU_SOURCE> /* см. 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
+#, no-wrap
+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> /* Смотрите feature_test_macros(7) */\n"
+"B<#include E<lt>sys/mman.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>ctype.hE<gt>>\n"
+msgstr "B<#include E<lt>ctype.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>dlfcn.hE<gt>>\n"
+msgstr "B<#include E<lt>dlfcn.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>fcntl.hE<gt> >/* Definition of AT_* constants */\n"
+"B<#include E<lt>sys/stat.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>fcntl.hE<gt> >/* определения констант AT_* */\n"
+"B<#include E<lt>sys/stat.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>fcntl.hE<gt> >/* Definition of B<AT_*> constants */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>fcntl.hE<gt> >/* определения констант B<AT_*> */\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
+#, no-wrap
+msgid "B<#include E<lt>grp.hE<gt>>\n"
+msgstr "B<#include E<lt>grp.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>iconv.hE<gt>>\n"
+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
+#, no-wrap
+msgid "B<#include E<lt>inttypes.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
+#, 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>linux/landlock.hE<gt>> /* определения констант B<LANDLOCK_*> */\n"
+"B<#include E<lt>sys/syscall.hE<gt>> /* определения констант B<SYS_*> */\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#include E<lt>stdio.hE<gt>>\n"
+"B<#include E<lt>wchar.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>stdio.hE<gt>>\n"
+"B<#include E<lt>wchar.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>sys/inotify.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/inotify.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>sys/io.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/io.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>sys/msg.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/msg.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>sys/platform/ppc.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/platform/ppc.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>sys/resource.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/resource.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>sys/sem.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/sem.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>sys/shm.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/shm.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>sys/sysinfo.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/sysinfo.hE<gt>>\n"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#include E<lt>sys/types.hE<gt>\n"
+"#include E<lt>db.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>sys/types.hE<gt>\n"
+"#include E<lt>db.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>sys/types.hE<gt>>\n"
+"B<#include E<lt>grp.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>sys/types.hE<gt>>\n"
+"B<#include E<lt>grp.hE<gt>>\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<#include E<lt>time.hE<gt>>"
+msgstr "B<#include E<lt>time.hE<gt>>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<$>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%C>"
+msgstr "B<%C>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%F>"
+msgstr "B<%F>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%H>"
+msgstr "B<%H>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%I>"
+msgstr "B<%I>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%P>"
+msgstr "B<%P>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%R>"
+msgstr "B<%R>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%T>"
+msgstr "B<%T>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%W>"
+msgstr "B<%W>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%X>"
+msgstr "B<%X>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%Y>"
+msgstr "B<%Y>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%b>"
+msgstr "B<%b>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%k>"
+msgstr "B<%k>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%m>"
+msgstr "B<%m>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%t>"
+msgstr "B<%t>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%u>"
+msgstr "B<%u>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%w>"
+msgstr "B<%w>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<%x>"
+msgstr "B<%x>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<%y>"
+msgstr "B<%y>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<*>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<+>I<n>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--author>"
+msgstr "B<--author>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<--best>"
+msgstr "B<--best>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--block-size>=I<\\,SIZE\\/>"
+msgstr "B<--block-size>=I<\\,РАЗМЕР\\/>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--cert=>"
+msgstr "B<--cert=>"
+
+#: 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 "B<--clean>"
+
+#: archlinux fedora-40 fedora-rawhide
+msgid "B<--config> E<lt>fileE<gt>"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "B<--dbext>=I<extension>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--dereference-command-line-symlink-to-dir>"
+msgstr "B<--dereference-command-line-symlink-to-dir>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--dereference>"
+msgstr "B<--dereference>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--discover>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--dump>"
+msgstr "B<--dump>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--fatal-warnings>"
+msgstr "B<--fatal-warnings>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--file-type>"
+msgstr "B<--file-type>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--files0-from>=I<\\,F\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--format>=I<\\,WORD\\/>"
+msgstr "B<--format>=I<\\,СЛОВО\\/>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--global>"
+msgstr "B<--global>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--group-directories-first>"
+msgstr "B<--group-directories-first>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--header>"
+msgstr "B<--header>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--headers>"
+msgstr "B<--headers>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--heap> I<reserve>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--heap> I<reserve>B<,>I<commit>"
+msgstr ""
+
+#: 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 "B<--hide>=I<\\,ШАБЛОН\\/>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<--human>"
+msgstr "B<--human>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--hyperlink>[=I<\\,WHEN\\/>]"
+msgstr "B<--hyperlink>[=I<\\,УСЛОВИЕ\\/>]"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--ignore-case>"
+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 ""
+
+#: 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 "B<--indicator-style>=I<\\,СТИЛЬ\\/>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--key=>"
+msgstr "B<--key=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--kill-whom=>"
+msgstr "B<--kill-whom=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--lang>=I<\\,CATALOGNAME\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--line-numbers>"
+msgstr "B<--line-numbers>"
+
+#: archlinux
+#, no-wrap
+msgid "B<--logfile>=I<path>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--new>"
+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 "B<--newline>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--no-convert>"
+msgstr "B<--no-convert>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--no-headers>"
+msgstr "B<--no-headers>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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
+#, no-wrap
+msgid "B<--no-proxy>"
+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 "B<--no-recursion>"
+
+#: archlinux
+#, no-wrap
+msgid "B<--no-timeout>"
+msgstr "B<--no-timeout>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<--notruncate>"
+msgstr "B<--notruncate>"
+
+#: archlinux
+#, no-wrap
+msgid "B<--null>[=I<sep>]"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--old>"
+msgstr "B<--old>"
+
+#: archlinux
+#, no-wrap
+msgid "B<--package>=I<pkgname>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--quiet>, B<-q>"
+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 "B<--quoting-style>=I<\\,СЛОВО\\/>"
+
+#: 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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--reboot>"
+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 "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 "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 "B<--replace>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<#include E<lt>grp.hE<gt>>"
+msgid "B<--repo E<lt>repoidE<gt>>"
+msgstr "B<#include E<lt>grp.hE<gt>>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "B<--runtime>"
+msgstr "B<--runtime>"
+
+#: 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 "B<--show-control-chars>"
+
+#: archlinux opensuse-tumbleweed fedora-40 fedora-rawhide debian-bookworm
+#: debian-unstable opensuse-leap-15-6
+#, no-wrap
+msgid "B<--silent>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--stack> I<reserve>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--stack> I<reserve>B<,>I<commit>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--subsystem> I<which>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--subsystem> I<which>B<:>I<major>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+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
+msgid "B<--summary>"
+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 "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 "B<--time-style>=I<\\,СТИЛЬ_ВРЕМЕНИ\\/>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<--trace>"
+msgstr "B<--trace>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--trust=>"
+msgstr "B<--trust=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--unicode=>I<[default|invalid|locale|escape|hex|highlight]>"
+msgstr "B<--unicode=>I<[default|invalid|locale|escape|hex|highlight]>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--url>"
+msgstr "B<--url>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--utc>"
+msgstr "B<--utc>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--verify>"
+msgstr "B<--verify>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<--wait>"
+msgstr "B<--wait>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--xml>"
+msgstr "B<--xml>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<--zero>"
+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 ""
+
+#: 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 "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 "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 "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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<->I<n>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-?, --help>"
+msgstr "B<-?, --help>"
+
+#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm
+#: debian-unstable opensuse-leap-15-6
+#, no-wrap
+msgid "B<-A>, B<--all>"
+msgstr "B<-A>, B<--all>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-A>, B<--almost-all>"
+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 "B<-B>, B<--ignore-backups>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-B>, B<--log-io> I<file>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-C>, B<--crypto>"
+msgstr "B<-C>, B<--crypto>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-D>, B<--debug>"
+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 "B<-D>, B<--dired>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<-E >I<NAME>B<[=>I<VALUE>B<]>, B<--setenv=>I<NAME>B<[=>I<VALUE>B<]>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-EINVAL>"
+msgstr "B<-EINVAL>"
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "B<-F>, B<--classify>"
+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 "B<-F>, B<--classify>[=I<\\,УСЛОВИЕ\\/>]"
+
+#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+msgid "B<-F>, B<--no-fork>"
+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 "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 "B<-H>, B<--dereference-command-line>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-I file, --config file>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>"
+msgstr "B<-I>, B<--ignore>=I<\\,ШАБЛОН\\/>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-I>, B<--log-in> I<file>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-K>, B<--zfs-key>=I<\\,FILE\\/>|prompt"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-L>, B<--color>[=I<when>]"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-L>, B<--logical>"
+msgstr "B<-L>, B<--logical>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-OO>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-P, --project>"
+msgstr "B<-P, --project>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-P> I<prefix>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<-P>, B<--inpaper>=I<\\,PAPER\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-P>, B<--physical>"
+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 "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 "B<-T>, B<--initial-tab>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-T>, B<--log-timing> I<file>"
+msgstr ""
+
+#: 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 "B<-T>, B<--tabsize>=I<\\,РАЗМЕР\\/>"
+
+#: 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 "B<-U> I<[d|i|l|e|x|h]>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-V , --version>"
+msgstr "B<-V , --version>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-V --version>"
+msgstr "B<-V --version>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-W >I<argument>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-W>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "I<Options=>"
+msgid "B<-X >I<option>"
+msgstr "I<Options=>"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "B<-a>, B<--allow-floppy>"
+msgstr "B<-a>, B<--allow-floppy>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-a>, B<--text>"
+msgstr "B<-a>, B<--text>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<-b>, B<--backup>"
+msgstr "B<-b>, B<--backup>"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "B<-b>, B<--boot-image>=I<\\,FILE\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-b>, B<--escape>"
+msgstr "B<-b>, B<--escape>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-c>, B<--count>"
+msgid "B<-c >I<command>"
+msgstr "B<-c>, B<--count>"
+
+#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<-c, --cache N>"
+msgstr ""
+
+#: 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 "B<-c>, B<--changes>"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "B<-c>, B<--core-image>=I<\\,FILE\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-d>, B<--debug>=I<\\,STRING\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-d>, B<--decode>"
+msgstr "B<-d>, B<--decode>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-d>, B<--delete>"
+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 "B<-d>, B<--device>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-d>, B<--divisor> I<number>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<-dn>"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "B<-e>, B<--escape>=I<\\,CHAR\\/>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-f>, B<--file> I<file>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-f>, B<--files-from>=I<\\,FILE\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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
+#, no-wrap
+msgid "B<-f>, B<--ignore-case>"
+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 "B<-f>, B<--silent>, B<--quiet>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "B<-h , -? , --help>"
+msgstr "B<-h , -? , --help>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-i>, B<--ignore-garbage>"
+msgstr "B<-i>, B<--ignore-garbage>"
+
+#: mageia-cauldron opensuse-leap-15-6 debian-bookworm
+#, no-wrap
+msgid "B<-i>, B<--info>"
+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 "B<-i>, B<--inode>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-i>, B<--input>=I<\\,INPUTFILE\\/>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron
+msgid "B<-k>, B<--kernel>"
+msgstr "B<-k>, B<--kernel>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-k>, B<--kibibytes>"
+msgstr "B<-k>, B<--kibibytes>"
+
+#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+msgid "B<-l>, B<--length> I<length>"
+msgstr ""
+
+#: archlinux
+#, no-wrap
+msgid "B<-l>, B<--user>=I<\\,USER\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-Q>, B<--quote-name>"
+msgid "B<-m >I<module-name>"
+msgstr "B<-Q>, B<--quote-name>"
+
+#: archlinux
+#, no-wrap
+msgid "B<-n>, B<--no-keepalive>"
+msgstr "B<-n>, B<--no-keepalive>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "B<-n>I<n>"
+msgstr ""
+
+#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<-p, --print-profile>"
+msgstr "B<-p, --print-profile>"
+
+#: 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 "B<-p>, B<--indicator-style>=I<\\,slash\\/>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<-p>, B<--paper>=I<\\,PAPER\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-q --quiet>"
+msgstr "B<-q --quiet>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-q>, B<--hide-control-chars>"
+msgstr "B<-q>, B<--hide-control-chars>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-r>, B<--recursive>"
+msgstr "B<-r>, B<--recursive>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-raw>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-s>, B<--quiet>, B<--silent>"
+msgstr "B<-s>, B<--quiet>, B<--silent>"
+
+#: archlinux opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<-s>, B<--short>"
+msgstr "B<-s>, B<--short>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<-s>, B<--signal=>"
+msgstr "B<-s>, B<--signal=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-s>, B<--size>"
+msgstr "B<-s>, B<--size>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-s>, B<--size>=I<\\,SIZE\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<-s>, B<--strict>"
+msgstr "B<-s>, B<--strict>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-t>, B<--expand-tabs>"
+msgstr "B<-t>, B<--expand-tabs>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-t>, B<--to-code>=I<\\,NAME\\/>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-u>, B<--notruncate>"
+msgstr "B<-u>, B<--notruncate>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-v --verbose>"
+msgstr "B<-v --verbose>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-w>, B<--width>=I<\\,COLS\\/>"
+msgstr "B<-w>, B<--width>=I<\\,ЧИСЛО\\/>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-w>, B<--wrap>=I<\\,COLS\\/>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-x type, --debug type>"
+msgstr ""
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<-x>, B<--exact>"
+msgstr "B<-x>, B<--exact>"
+
+#: debian-bookworm
+msgid "B<-y>, B<--shell>"
+msgstr "B<-y>, B<--shell>"
+
+#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<.>"
+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 "B<AF_NETLINK>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_PACKET>"
+msgstr "B<AF_PACKET>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_UNIX>"
+msgstr "B<AF_UNIX>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_VSOCK>"
+msgstr "B<AF_VSOCK>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AT_EMPTY_PATH>"
+msgstr "B<AT_EMPTY_PATH>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AT_EMPTY_PATH> (since Linux 2.6.39)"
+msgstr "B<AT_EMPTY_PATH> (начиная с Linux 2.6.39)"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CDR_DEVICE>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLONE_NEWCGROUP> (since Linux 4.6)"
+msgstr "B<CLONE_NEWCGROUP> (начиная с 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 "B<E>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAI_AGAIN>"
+msgstr "B<EAI_AGAIN>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAI_MEMORY>"
+msgstr "B<EAI_MEMORY>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAI_SYSTEM>"
+msgstr "B<EAI_SYSTEM>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADFD>"
+msgstr "B<EBADFD>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ECANCELED>"
+msgstr "B<ECANCELED>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ECONNRESET>"
+msgstr "B<ECONNRESET>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EDESTADDRREQ>"
+msgstr "B<EDESTADDRREQ>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EDITOR>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EHOSTUNREACH>"
+msgstr "B<EHOSTUNREACH>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EKEYREJECTED>"
+msgstr "B<EKEYREJECTED>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOPROTOOPT>"
+msgstr "B<ENOPROTOOPT>"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOSPC>, B<EDQUOT>"
+msgstr "B<ENOSPC>, B<EDQUOT>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTBLK>"
+msgstr "B<ENOTBLK>"
+
+#: opensuse-leap-15-6 debian-bookworm
+msgid "B<ENV_PATH> (string)"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm
+msgid "B<ENV_ROOTPATH> (string), B<ENV_SUPATH> (string)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPROTO>"
+msgstr "B<EPROTO>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPROTOTYPE>"
+msgstr "B<EPROTOTYPE>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EUCLEAN>"
+msgstr "B<EUCLEAN>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<HOME>"
+msgstr "B<HOME>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<I=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<I>"
+msgstr "B<I>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<IPC_INFO> (Linux-specific)"
+msgstr "B<IPC_INFO> (есть только в Linux)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<IPC_RMID>"
+msgstr "B<IPC_RMID>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<IPC_SET>"
+msgstr "B<IPC_SET>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<IPC_STAT>"
+msgstr "B<IPC_STAT>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KEY_SPEC_PROCESS_KEYRING>"
+msgstr "B<KEY_SPEC_PROCESS_KEYRING>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KEY_SPEC_SESSION_KEYRING>"
+msgstr "B<KEY_SPEC_SESSION_KEYRING>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KEY_SPEC_THREAD_KEYRING>"
+msgstr "B<KEY_SPEC_THREAD_KEYRING>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KEY_SPEC_USER_KEYRING>"
+msgstr "B<KEY_SPEC_USER_KEYRING>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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 "B<L>"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+#, no-wrap
+msgid "B<LC_MONETARY>"
+msgstr "B<LC_MONETARY>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<LIBFDISK_DEBUG>=all"
+msgstr ""
+
+#: debian-bookworm
+msgid "B<LIBMOUNT_FSTAB>=E<lt>pathE<gt>"
+msgstr ""
+
+#: debian-bookworm
+msgid "B<LIBMOUNT_MTAB>=E<lt>pathE<gt>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<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
+#, no-wrap
+msgid "B<MS_PRIVATE>"
+msgstr "B<MS_PRIVATE>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MS_SHARED>"
+msgstr "B<MS_SHARED>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MS_UNBINDABLE>"
+msgstr "B<MS_UNBINDABLE>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<N=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<N>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<O>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<O_CLOEXEC>"
+msgstr "B<O_CLOEXEC>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<O_CREAT>"
+msgstr "B<O_CREAT>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<O_EXCL>"
+msgstr "B<O_EXCL>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<O_NOCTTY>"
+msgstr "B<O_NOCTTY>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PROT_EXEC>"
+msgstr "B<PROT_EXEC>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PROT_WRITE>"
+msgstr "B<PROT_WRITE>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RSCSI>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<RSH>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<SANE Mailing List>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SCHED_FIFO>"
+msgstr "B<SCHED_FIFO>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SCHED_RR>"
+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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SO_PASSCRED>"
+msgstr "B<SO_PASSCRED>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SO_PASSSEC>"
+msgstr "B<SO_PASSSEC>"
+
+#: 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>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SPLICE_F_MORE>"
+msgstr "B<SPLICE_F_MORE>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SPLICE_F_MOVE>"
+msgstr "B<SPLICE_F_MOVE>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SPLICE_F_NONBLOCK>"
+msgstr "B<SPLICE_F_NONBLOCK>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<S_COLORS>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<S_COLORS_SGR>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<S_TIME_FORMAT>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<T>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<TMPDIR>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<TZ>"
+msgstr "B<TZ>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<TZDIR>"
+msgstr "B<TZDIR>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<The Options:>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<U>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<USER>"
+msgstr "B<USER>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<V>"
+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<Z>"
+msgstr "B<Z>"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+#, no-wrap
+msgid "B<\\*-\\*-help>"
+msgstr "B<\\*-\\*-help>"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+#, no-wrap
+msgid "B<\\*-\\*-version>"
+msgstr "B<\\*-\\*-version>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<\\eE>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<\\eb>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<\\ec>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<\\ed>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<\\es>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<\\ev>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<accept>(2)"
+msgstr "B<accept>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+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
+msgid "B<alert>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "B<aliases>"
+msgstr "B<aliases>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<bind>(2)"
+msgstr "B<bind>(2)"
+
+#: archlinux fedora-40 fedora-rawhide debian-bookworm debian-unstable
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<check>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<chmod>(2)"
+msgstr "B<chmod>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<chown>(2)"
+msgstr "B<chown>(2)"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6
+#, no-wrap
+msgid "B<chroot>(2)"
+msgstr "B<chroot>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<connect>(2)"
+msgstr "B<connect>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<copy>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "B<crit>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "B<debburn-devel@lists.alioth.debian.org>"
+msgstr "B<debburn-devel@lists.alioth.debian.org>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<dev=>I<target>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<device>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"B<dosfstools> were written by E<.MT werner.almesberger@\\:lrc.di.epfl.ch> "
+"Werner Almesberger E<.ME ,> E<.MT Roman.Hodek@\\:informatik.\\:uni-erlangen."
+"de> Roman Hodek E<.ME ,> and others. Current maintainers are E<.MT aeb@\\:"
+"debian.org> Andreas Bombe E<.ME> and E<.MT pali.rohar@\\:gmail.com> Pali "
+"Rohár E<.ME .>"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid ""
+"B<dosfstools> were written by E<.MT werner.almesberger@\\:lrc.di.epfl.ch> "
+"Werner Almesberger E<.ME ,> E<.MT Roman.Hodek@\\:informatik.\\:uni-erlangen."
+"de> Roman Hodek E<.ME ,> and others. The current maintainer is E<.MT aeb@\\:"
+"debian.org> Andreas Bombe E<.ME .>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "B<err>"
+msgstr ""
+
+#: archlinux opensuse-tumbleweed debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "B<exit>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<fchmod>(2)"
+msgstr "B<fchmod>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<fchown>(2)"
+msgstr "B<fchown>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<file>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<force>"
+msgstr "B<force>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ftruncate>(2)"
+msgstr "B<ftruncate>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getpeername>(2)"
+msgstr "B<getpeername>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getsockname>(2)"
+msgstr "B<getsockname>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getsockopt>(2)"
+msgstr "B<getsockopt>(2)"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "B<grub-install>(8), B<grub-mkimage>(1), B<grub-mkrescue>(1)"
+msgstr "B<grub-install>(8), B<grub-mkimage>(1), B<grub-mkrescue>(1)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<halt>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<history>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<home>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<host>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<hostname>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<install>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<journal>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<k>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<kernel>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<kill>(2)"
+msgstr "B<kill>(2)"
+
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<libtool>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<link>(2)"
+msgstr "B<link>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<listen>(2)"
+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<lseek>(2)"
+msgstr "B<lseek>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<mac>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<man> [I<section>] I<title>"
+msgstr "B<man> [I<раздел>] I<имя>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<mkdir>(2)"
+msgstr "B<mkdir>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<mknod>(2)"
+msgstr "B<mknod>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<monitor>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<net>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<nfs>"
+msgstr "B<nfs>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<nolog>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "B<on>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide
+msgid "B<pacman>(8), B<pacman.conf>(5)"
+msgstr "B<pacman>(8), B<pacman.conf>(5)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "B<passwd>"
+msgstr "B<passwd>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<pause>(2)"
+msgstr "B<pause>(2)"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<poll>(2), B<select>(2) (and similar)"
+msgstr "B<poll>(2), B<select>(2) (и подобные)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<raw>"
+msgstr ""
+
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<read-only>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recv>(2)"
+msgstr "B<recv>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recvfrom>(2)"
+msgstr "B<recvfrom>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recvmsg>(2)"
+msgstr "B<recvmsg>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<remount-ro>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<rename>(2)"
+msgstr "B<rename>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<rescue>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<return>"
+msgstr "B<return>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<rmdir>(2)"
+msgstr "B<rmdir>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<running>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<sane-scsi>(5), B<sane-usb>(5), B<scanimage>(1), B<xscanimage>(1), "
+"B<xsane>(1)"
+msgstr ""
+"B<sane-scsi>(5), B<sane-usb>(5), B<scanimage>(1), B<xscanimage>(1), "
+"B<xsane>(1)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<sane>(7), B<sane-usb>(5), B<sane-find-scanner>(1),"
+msgstr "B<sane>(7), B<sane-usb>(5), B<sane-find-scanner>(1),"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<send>(2)"
+msgstr "B<send>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sendmsg>(2)"
+msgstr "B<sendmsg>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sendto>(2)"
+msgstr "B<sendto>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "B<services>"
+msgstr "B<services>"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "B<setsid>(2)"
+msgstr "B<setsid>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<setsockopt>(2)"
+msgstr "B<setsockopt>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<shutdown>(2)"
+msgstr "B<shutdown>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sigaction>(2)"
+msgstr "B<sigaction>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<signal>(2)"
+msgstr "B<signal>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sigpending>(2)"
+msgstr "B<sigpending>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sigprocmask>(2)"
+msgstr "B<sigprocmask>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sigsuspend>(2)"
+msgstr "B<sigsuspend>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sm-notify>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<socket>(2)"
+msgstr "B<socket>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<socketpair>(2)"
+msgstr "B<socketpair>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<strlen>(3)"
+msgstr "B<strlen>(3)"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "B<submit@bugs.debian.org>"
+msgstr "B<submit@bugs.debian.org>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<swap>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "B<syslog>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<systemd>(1), B<systemd.special>(7)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+#, no-wrap
+msgid "B<tar>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 debian-unstable
+#, no-wrap
+msgid "B<time>"
+msgstr "B<time>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<timer_getoverrun>(2)"
+msgstr "B<timer_getoverrun>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<timer_gettime>(2)"
+msgstr "B<timer_gettime>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<timer_settime>(2)"
+msgstr "B<timer_settime>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<tp>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<unix>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<unlink>(2)"
+msgstr "B<unlink>(2)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<user_xattr>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<version>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<warn>"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<x-initrd\\&.attach>"
+msgstr "B<x-initrd\\&.attach>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<x-systemd\\&.makefs>"
+msgstr "B<x-systemd\\&.makefs>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<z>"
+msgstr "B<z>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<|>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BYELORUSSIAN-UKRAINIAN I"
+msgstr "БЕЛОРУССКО-УКРАИНСКАЯ «И»"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "BatchMode"
+msgstr "BatchMode"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Before version 2.10, the glibc implementation did not set I<errno> to "
+#| "B<EDOM> when a domain error occurred."
+msgid ""
+"Before glibc 2.10, the glibc implementation did not set I<errno> to B<EDOM> "
+"when a domain error occurred."
+msgstr ""
+"До версии 2.10 в реализации glibc при возникновении ошибки области I<errno> "
+"не устанавливалось в значение B<EDOM>."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Before glibc 2.17, Real-time library (I<librt>, I<-lrt>)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "BindAddress"
+msgstr "BindAddress"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "BindInterface"
+msgstr "BindInterface"
+
+#: archlinux
+msgid ""
+"Bugs can be reported on the bug tracker I<https://bugs\\&.archlinux\\&.org> "
+"in the Arch Linux category and title prefixed with [arch-install-scripts] or "
+"via arch-projects@archlinux\\&.org\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C99."
+msgstr "C99."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CASignatureAlgorithms"
+msgstr "CASignatureAlgorithms"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CDR_DEVICE"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "COMMAND"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "CONFIGURATION FILES"
+msgstr ""
+
+#: mageia-cauldron
+#, no-wrap
+msgid "COPYRIGHT and LICENSE"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "CPU"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CYRILLIC CAPITAL LETTER\n"
+msgstr "КИРИЛЛИЧЕСКАЯ ПРОПИСНАЯ БУКВА\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CYRILLIC CAPITAL LETTER UKRAINIAN IE"
+msgstr "КИРИЛЛИЧЕСКАЯ ПРОПИСНАЯ БУКВА Є"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CYRILLIC SMALL LETTER UKRAINIAN IE"
+msgstr "КИРИЛЛИЧЕСКАЯ СТРОЧНАЯ БУКВА УКРАИНСКАЯ є"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CanonicalDomains"
+msgstr "CanonicalDomains"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CanonicalizeFallbackLocal"
+msgstr "CanonicalizeFallbackLocal"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CanonicalizeHostname"
+msgstr "CanonicalizeHostname"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CanonicalizeMaxDots"
+msgstr "CanonicalizeMaxDots"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CanonicalizePermittedCNAMEs"
+msgstr "CanonicalizePermittedCNAMEs"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Cause a kernel panic."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "CertificateFile"
+msgstr "CertificateFile"
+
+#: 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"
+msgstr "CheckHostIP"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Checks whether a specific kernel command line option is set\\&. See "
+"I<ConditionKernelCommandLine=> in B<systemd.unit>(5) for details\\&. When "
+"prefixed with an exclamation mark (\"!\"), the result is negated\\&. If an "
+"empty string is assigned, the previously assigned value is cleared\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Checks whether the kernel version (as reported by B<uname -r>) matches a "
+"certain expression\\&. See I<ConditionKernelVersion=> in B<systemd.unit>(5) "
+"for details\\&. When prefixed with an exclamation mark (\"!\"), the result "
+"is negated\\&. If an empty string is assigned, the previously assigned value "
+"is cleared\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Checks whether the system is executed in a virtualized environment and "
+"optionally test whether it is a specific implementation\\&. See "
+"I<ConditionVirtualization=> in B<systemd.unit>(5) for details\\&. When "
+"prefixed with an exclamation mark (\"!\"), the result is negated\\&. If an "
+"empty string is assigned, the previously assigned value is cleared\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Checks whether the system is running on a machine with the specified "
+"firmware\\&. See I<ConditionFirmware=> in B<systemd.unit>(5) for "
+"details\\&. When prefixed with an exclamation mark (\"!\"), the result is "
+"negated\\&. If an empty string is assigned, the previously assigned value is "
+"cleared\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Checks whether the system is running on a specific architecture\\&. See "
+"I<ConditionArchitecture=> in B<systemd.unit>(5) for details\\&. When "
+"prefixed with an exclamation mark (\"!\"), the result is negated\\&. If an "
+"empty string is assigned, the previously assigned value is cleared\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Ciphers"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm
+msgid ""
+"Colorize the output. The optional argument I<when> can be B<auto>, B<never> "
+"or B<always>. If the I<when> argument is omitted, it defaults to B<auto>. "
+"The colors can be disabled; for the current built-in default see the B<--"
+"help> output. See also the B<COLORS> section."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+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"
+msgstr "ConnectTimeout"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ConnectionAttempts"
+msgstr "ConnectionAttempts"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Continue normal execution."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ControlMaster"
+msgstr "ControlMaster"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ControlPath"
+msgstr "ControlPath"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ControlPersist"
+msgstr "ControlPersist"
+
+#: opensuse-leap-15-6
+msgid ""
+"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>http://gnu.org/licenses/gpl.htmlE<gt>"
+msgstr ""
+"Авторские права \\(co 2017 Free Software Foundation, Inc. Лицензия GPLv3+: "
+"GNU GPL версии 3 или выше E<lt>http://gnu.org/licenses/gpl.htmlE<gt>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Could not mount (internal) anonymous inode device."
+msgstr "Не удалось смонтировать (внутреннее) безымянное устройство inode."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DEBUG"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "DEVICE must be an OS device (e.g. I<\\,/dev/sda\\/>)."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DOT ABOVE"
+msgstr "ТОЧКА СВЕРХУ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Debug tool for filesystem driver."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "Debug-mode variables"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Developer resources: https://devguide.python.org/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Device nodes"
+msgstr "Узлы устройства"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Directory"
+msgstr "каталог"
+
+#: archlinux
+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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+msgid "Display a short usage message and exit."
+msgstr "Показать короткое сообщение об использовании и завершить работу."
+
+#: debian-bookworm debian-unstable
+msgid "Display a short usage message."
+msgstr "Показать короткое сообщение об использовании."
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Display help and exit."
+msgstr ""
+
+#: debian-bookworm debian-unstable
+msgid "Display program version."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Display the program version."
+msgstr "Вывести версию программы."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Do B<-O> and also discard docstrings; change the filename for compiled "
+"(bytecode) files by adding .opt-2 before the .pyc extension."
+msgstr ""
+
+#: archlinux
+msgid "Do not colorize output\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Do not print the version and copyright messages. These messages are also "
+"suppressed in non-interactive mode."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+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/"
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable
+msgid "E<.An Markus Friedl Aq Mt markus@openbsd.org>"
+msgstr "E<.An Markus Friedl Aq Mt markus@openbsd.org>"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "E<.MT vixie@isc.org> Paul Vixie E<.ME>"
+msgstr "E<.MT vixie@isc.org> Paul Vixie E<.ME>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "E<lt>https://lists.gnu.org/mailman/listinfo/bug-findutilsE<gt>"
+msgstr "E<lt>https://lists.gnu.org/mailman/listinfo/bug-findutilsE<gt>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "E<lt>https://savannah.gnu.org/bugs/?group=findutilsE<gt>"
+msgstr "E<lt>https://savannah.gnu.org/bugs/?group=findutilsE<gt>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "E<lt>procmail-users-request@procmail.orgE<gt>"
+msgstr "E<lt>procmail-users-request@procmail.orgE<gt>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "E<lt>procmail-users@procmail.orgE<gt>"
+msgstr "E<lt>procmail-users@procmail.orgE<gt>"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EFI VARIABLES"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EM DASH"
+msgstr "ДЛИННОЕ ТИРЕ"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "END"
+msgid "EN"
+msgstr "END"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable
+msgid "Each line is in the form"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid "I<Environment=>"
+msgid "Environment"
+msgstr "I<Environment=>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "Escape sequences"
+msgstr "Экранированные последовательности"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Ev SSH_AUTH_SOCK"
+msgstr "Ev SSH_AUTH_SOCK"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Example output"
+msgstr "Пример вывода"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Extended attributes are not supported by the filesystem, or are disabled."
+msgstr ""
+"Расширенные атрибуты не поддерживаются файловой системой или отключены."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "FILE"
+msgstr "FILE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "FRONTEND OPTIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "FUNCTIONS"
+msgstr ""
+
+#: debian-bookworm debian-unstable mageia-cauldron archlinux fedora-40
+#: fedora-rawhide
+#, no-wrap
+msgid "Fl 1"
+msgstr "Fl 1"
+
+#: debian-bookworm debian-unstable mageia-cauldron archlinux fedora-40
+#: fedora-rawhide
+#, no-wrap
+msgid "Fl 3"
+msgstr "Fl 3"
+
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "Fl ? , -help"
+msgstr "Fl ? , -help"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Fl E Ar fingerprint_hash"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Fl J Ar destination"
+msgstr ""
+
+#: opensuse-leap-15-6 debian-bookworm debian-unstable archlinux fedora-40
+#: fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Fl M"
+msgstr "Fl M"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Fl N"
+msgstr "Fl N"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Other options"
+msgid "Fl O Ar option"
+msgstr "Другие параметры"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "Fl T"
+msgstr "Fl T"
+
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "Fl V , -version"
+msgstr "Fl V , -version"
+
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "Fl d , -debug"
+msgstr "Fl d , -debug"
+
+#: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 archlinux opensuse-tumbleweed
+#, no-wrap
+msgid "Fl m"
+msgstr "Fl m"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "Fl p Ar port"
+msgstr ""
+
+#: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Fl w"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Fl y"
+msgstr "Fl y"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "For a successful call, the return value depends on the operation:"
+msgstr ""
+"При успешном выполнении возвращаемое значение зависит от используемой "
+"команды:"
+
+#: archlinux
+msgid ""
+"For additional contributors, use git shortlog -s on the arch-install-"
+"scripts\\&.git repository\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "For example,"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For more information about the fields of this structure, see B<group>(5)."
+msgstr "Подробней о полях этой структуры смотрите в B<group>(5)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For more information about the fields of this structure, see B<passwd>(5)."
+msgstr "Подробней о полях этой структуры смотрите в B<passwd>(5)."
+
+#: 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
+msgid "Format"
+msgstr "Формат"
+
+#: debian-bookworm debian-unstable
+msgid "Frank Benkstein E<lt>frank-vlock@benkstein.netE<gt>"
+msgstr "Frank Benkstein E<lt>frank-vlock@benkstein.netE<gt>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "Fred N. van Kempen, E<lt>waltje@uwalt.nl.mugnet.orgE<gt>"
+msgstr "Fred N. van Kempen, E<lt>waltje@uwalt.nl.mugnet.orgE<gt>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Function"
+msgstr "функция"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "G"
+msgid "GE"
+msgstr "Г"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "GLOBAL OPTIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"GNU findutils online help: E<lt>https://www.gnu.org/software/findutils/#get-"
+"helpE<gt>"
+msgstr ""
+
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "GNU gettext-runtime 0.21"
+msgstr ""
+
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "GNU gettext-runtime 0.21.1"
+msgstr ""
+
+#: archlinux fedora-rawhide
+#, fuzzy, no-wrap
+#| msgid "GNU gettext-tools 0.20.2"
+msgid "GNU gettext-runtime 0.22.2"
+msgstr "GNU gettext-tools 0.20.2"
+
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "GNU texinfo 7.0.3"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "BSD."
+msgid "GNU, BSD."
+msgstr "BSD."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "GSSAPIAuthentication"
+msgstr "GSSAPIAuthentication"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "GSSAPIDelegateCredentials"
+msgstr "GSSAPIDelegateCredentials"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "General options:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"General topics about the GNU findutils package are discussed at the I<bug-"
+"findutils> mailing list:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "GlobalKnownHostsFile"
+msgstr "GlobalKnownHostsFile"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HORIZONTAL ELLIPSIS"
+msgstr "ГОРИЗОНТАЛЬНЫЙ ЭЛЛИПС"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HOSTNAME"
+msgstr "HOSTNAME"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "HashKnownHosts"
+msgstr "HashKnownHosts"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Host"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "HostKeyAlgorithms"
+msgstr "HostKeyAlgorithms"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "HostKeyAlias"
+msgstr "HostKeyAlias"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "HostbasedAcceptedAlgorithms"
+msgstr "HostbasedAcceptedAlgorithms"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "HostbasedAuthentication"
+msgstr "HostbasedAuthentication"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Hostname"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<$NOTIFY_SOCKET>"
+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 "I<$XDG_RUNTIME_DIR>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "I<${exec_prefix}/bin/python>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy
+#| msgid "B<#include E<lt>termios.hE<gt>>"
+msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
+msgstr "B<#include E<lt>termios.hE<gt>>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</dev/random>"
+msgstr "I</dev/random>"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I</dev/urandom>"
+msgstr "I</dev/urandom>"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "I</etc/adjtime>"
+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 "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 "I</etc/localtime>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/nfsmount.conf>"
+msgstr "I</etc/nfsmount.conf>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/protocols>"
+msgstr "I</etc/protocols>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/resolv.conf>"
+msgstr "I</etc/resolv.conf>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/rpc>"
+msgstr "I</etc/rpc>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</etc/services>"
+msgstr "I</etc/services>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "I</usr/share/i18n/locales>"
+msgstr "I</usr/share/i18n/locales>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I</usr/share/zoneinfo/>"
+msgstr "I</usr/share/zoneinfo/>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Alias=>"
+msgstr "I<Alias=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<Broadcast=>"
+msgstr "I<Broadcast=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<CapabilityBoundingSet=>"
+msgstr "I<CapabilityBoundingSet=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Compress=>"
+msgstr "I<Compress=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<DNS=>"
+msgstr "I<DNS=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<DNSOverTLS=>"
+msgstr "I<DNSOverTLS=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<DNSSEC=>"
+msgstr "I<DNSSEC=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<DUIDRawData=>"
+msgstr "I<DUIDRawData=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<DUIDType=>"
+msgstr "I<DUIDType=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<DestinationPort=>"
+msgstr "I<DestinationPort=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<Domains=>"
+msgstr "I<Domains=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Driver=>"
+msgstr "I<Driver=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<Encrypt=>"
+msgstr "I<Encrypt=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Environment=>"
+msgstr "I<Environment=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<FirewallMark=>"
+msgstr "I<FirewallMark=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<Flags=>"
+msgstr "I<Flags=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<GID>"
+msgstr "I<GID>"
+
+#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"I<Groff: The GNU Implementation of troff>, by Trent A.\\& Fisher and Werner "
+"Lemberg, is the primary I<groff> manual."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Group=>"
+msgstr "I<Group=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<Hostname=>"
+msgstr "I<Hostname=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<IPv6PrivacyExtensions=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Id=>"
+msgstr "I<Id=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<IgnoreUserspaceMulticastGroup=>"
+msgstr "I<IgnoreUserspaceMulticastGroup=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<KillSignal=>"
+msgstr "I<KillSignal=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<LLMNR=>"
+msgstr "I<LLMNR=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<Label=>"
+msgstr "I<Label=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<LinkState=>"
+msgstr "I<LinkState=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<ListenPort=>"
+msgstr "I<ListenPort=>"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<LoaderDevicePartUUID>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<LoaderImageIdentifier>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<MACSpoofCheck=>"
+msgstr "I<MACSpoofCheck=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<MESSAGE=>"
+msgstr "I<MESSAGE=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<MulticastDNS=>"
+msgstr "I<MulticastDNS=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<NTP=>"
+msgstr "I<NTP=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<NUMAMask=>"
+msgstr "I<NUMAMask=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<NUMAPolicy=>"
+msgstr "I<NUMAPolicy=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<OOMPolicy=>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<OOMScoreAdjust=>"
+msgstr "I<OOMScoreAdjust=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Options=>"
+msgstr "I<Options=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Peer=>"
+msgstr "I<Peer=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<PermanentMACAddress=>"
+msgstr "I<PermanentMACAddress=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Personality=>"
+msgstr "I<Personality=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<PrivateUsers=>"
+msgstr "I<PrivateUsers=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Property=>"
+msgstr "I<Property=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Protocol=>"
+msgstr "I<Protocol=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<QualityOfService=>"
+msgstr "I<QualityOfService=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<QueryReceiveSideScaling=>"
+msgstr "I<QueryReceiveSideScaling=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<ReadOnly=>"
+msgstr "I<ReadOnly=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<RemoveIPC=>"
+msgstr "I<RemoveIPC=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<RestartSec=>"
+msgstr "I<RestartSec=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<RouteMetric=>"
+msgstr "I<RouteMetric=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "I<RouteTable=>"
+msgstr "I<RouteTable=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<RuntimeMaxSec=>"
+msgstr "I<RuntimeMaxSec=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<RuntimeRandomizedExtraSec=>"
+msgstr "I<RuntimeRandomizedExtraSec=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<SANE version>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<Scan Mode>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Seal=>"
+msgstr "I<Seal=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<ServerCertificateFile=>"
+msgstr "I<ServerCertificateFile=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<ServerKeyFile=>"
+msgstr "I<ServerKeyFile=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<SplitMode=>"
+msgstr "I<SplitMode=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<SystemCallArchitectures=>"
+msgstr "I<SystemCallArchitectures=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<SystemCallFilter=>"
+msgstr "I<SystemCallFilter=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<TTYPath=>"
+msgstr "I<TTYPath=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Table=>"
+msgstr "I<Table=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<TemporaryFileSystem=>"
+msgstr "I<TemporaryFileSystem=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<TimerSlackNSec=>"
+msgstr "I<TimerSlackNSec=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Trust=>"
+msgstr "I<Trust=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<TrustedCertificateFile=>"
+msgstr "I<TrustedCertificateFile=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Unit=>"
+msgstr "I<Unit=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<VLANId=>"
+msgstr "I<VLANId=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<VNI=>"
+msgstr "I<VNI=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<VirtualFunction=>"
+msgstr "I<VirtualFunction=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<What=>"
+msgstr "I<What=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<Where=>"
+msgstr "I<Where=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<WorkingDirectory=>"
+msgstr "I<WorkingDirectory=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<X>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<a+>"
+msgstr "I<a+>"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<acct>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<aliases>"
+msgstr "I<псевдонимы>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<any further comments>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<b> specifies the behaviour when closing the backend, 1 --E<gt> switch "
+"lamps off, 0 --E<gt> do not change lamp status"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<cachesize>"
+msgstr "I<cachesize>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<data>"
+msgstr "I<data>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<debug>"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "I<e>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<firstboot\\&.keymap>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<firstboot\\&.timezone>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+msgid "I<flags> is invalid."
+msgstr "Значение I<flags> неверно."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<fstab\\&.extra>"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<http://www.sane-project.org/mailing-lists.html>"
+msgstr "I<http://www.sane-project.org/mailing-lists.html>"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "I<lorder>"
+msgstr "I<lorder>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<min>"
+msgstr "I<min>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<number>"
+msgstr "I<номер>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<offset>"
+msgstr "I<offset>"
+
+#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "I<other>"
+msgstr "I<остальные>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<passwd\\&.shell\\&.root>"
+msgstr "I<passwd\\&.shell\\&.root>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<pathname> is relative and I<dirfd> is a file descriptor referring to a "
+"file other than a directory."
+msgstr ""
+"Значение I<pathname> содержит относительный путь и I<dirfd> содержит "
+"файловый дескриптор, указывающий на файл, а не на каталог."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<pathname> refers to a file on a read-only filesystem."
+msgstr ""
+"I<pathname> указывает на файл в файловой системе, доступной только для "
+"чтения."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "I<fd> is not a valid file descriptor."
+msgid "I<pidfd> is not a valid PID file descriptor."
+msgstr "Значение I<fd> не является правильным файловым дескриптором."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<port>"
+msgstr "I<порт>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<quotacheck\\&.mode=>"
+msgstr "I<quotacheck\\&.mode=>"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "I<s>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<si_code>"
+msgstr "I<si_code>"
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "I<sig> was invalid."
+msgstr "Значение I<sig> некорректно."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<sockfd> is not a valid file descriptor."
+msgstr "Значение I<sockfd> не является правильным файловым дескриптором."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<sysctl\\&.extra>"
+msgstr "I<sysctl\\&.extra>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<system\\&.machine_id>"
+msgstr "I<system\\&.machine_id>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<systemd\\&.firstboot=>"
+msgstr "I<systemd\\&.firstboot=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<systemd\\&.getty_auto=>"
+msgstr "I<systemd\\&.getty_auto=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<systemd\\&.swap=>"
+msgstr "I<systemd\\&.swap=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<systemd\\&.volatile=>"
+msgstr "I<systemd\\&.volatile=>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<sysusers\\&.extra>"
+msgstr "I<sysusers\\&.extra>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<t>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<t> is the time in seconds for switching off the lamps in standby mode"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<the backend version and your scanner hardware>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<tmpfiles\\&.extra>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<v>"
+msgstr "I<v>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<vmm\\&.notify_socket>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<w+>"
+msgstr "I<w+>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ID"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "INPUTFILE ..."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "INTERNET RESOURCES"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "INTERPRETER INTERFACE"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "IPQoS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "IPv6 and TI-RPC support"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Ic list"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Ic z"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "IdentitiesOnly"
+msgstr "IdentitiesOnly"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "IdentityAgent"
+msgstr "IdentityAgent"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "IdentityFile"
+msgstr "IdentityFile"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+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> "
+"flag). In this case, I<dirfd> can refer to any type of file, not just a "
+"directory. If I<dirfd> is B<AT_FDCWD>, the call operates on the current "
+"working directory. This flag is Linux-specific; define B<_GNU_SOURCE> to "
+"obtain its definition."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If I<x> is integral, +0, -0, NaN, or infinite, I<x> itself is returned."
+msgstr ""
+"Если I<x> целое, +0, -0, NaN или стремится к бесконечности, то будет "
+"возвращено значение I<x>."
+
+#: 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 ""
+"If the B<RSCSI> environment is present, the remote SCSI server will not be "
+"the program B</opt/schily/sbin/rscsi> but the program pointed to by "
+"B<RSCSI>. Note that the remote SCSI server program name will be ignored if "
+"you log in using an account that has been created with a remote SCSI server "
+"program as login shell."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the B<RSH> environment is present, the remote connection will not be "
+"created via B<rcmd>(3) but by calling the program pointed to by B<RSH>. "
+"Use e.g. B<RSH=>/usr/bin/ssh to create a secure shell connection."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the result overflows, a range error occurs, and the functions return "
+"B<HUGE_VAL>, B<HUGE_VALF>, or B<HUGE_VALL>, respectively, with a sign the "
+"same as I<x>."
+msgstr ""
+"Если в результате превышена разрядность, то возникает ошибка диапазона и "
+"функции возвращают B<HUGE_VAL>, B<HUGE_VALF> или B<HUGE_VALL>, "
+"соответственно, с тем же знаком что и I<x>."
+
+#: 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
+msgid ""
+"If this variable is set to \"random\", a random value is used to seed the "
+"hashes of str and bytes objects."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If you have any success with a scanner not listed here, or 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
+msgid "If you have definitely found a bug, send a mail to this list or to"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "If you have support questions, send them to"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If you would like to stay informed about new versions and official patches "
+"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
+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."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Insufficient memory to allocate I<group> structure."
+msgstr "Недостаточно памяти для структуры I<group>."
+
+#: 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 "Передан неверный аргумент."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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 ""
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "KB"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "KEY BINDINGS"
+msgstr ""
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "KNOWN BUGS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "KNOWN BUGS & RESTRICTIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "KNOWN PROBLEMS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "KbdInteractiveAuthentication"
+msgstr "KbdInteractiveAuthentication"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "KbdInteractiveDevices"
+msgstr "KbdInteractiveDevices"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Kernel"
+msgstr "Ядро"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "KexAlgorithms"
+msgstr "KexAlgorithms"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Keys"
+msgstr "Ключи"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Known Environment Variables"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "KnownHostsCommand"
+msgstr "KnownHostsCommand"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER A WITH MACRON"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «A» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER C WITH ACUTE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «C» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER E WITH DOT ABOVE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «E» С ТОЧКОЙ СВЕРХУ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER E WITH MACRON"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «E» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER G WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «G» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER I WITH MACRON"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «I» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER I WITH OGONEK"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «I» С ОГОНЭКОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER K WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «K» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER L WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «L» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER L WITH STROKE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «L» СО ШТРИХОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER N WITH ACUTE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «N» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER N WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «N» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER O WITH MACRON"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «O» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER S WITH ACUTE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «S» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER S WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «S» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER U WITH MACRON"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «U» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER U WITH OGONEK"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «U» С ОГОНЭКОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LETTER Z WITH ACUTE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ БУКВА «Z» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN CAPITAL LIGATURE OE"
+msgstr "ЛАТИНСКАЯ ЗАГЛАВНАЯ ЛИГАТУРА «OE»"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER A WITH MACRON"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «A» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER C WITH ACUTE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «C» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER E WITH DOT ABOVE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «E» С ТОЧКОЙ СВЕРХУ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER E WITH MACRON"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «E» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER G WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «G» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER I WITH MACRON"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «I» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER I WITH OGONEK"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «I» С ОГОНЭКОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER K WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «K» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER L WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «L» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER L WITH STROKE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «L» СО ШТРИХОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER N WITH ACUTE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «N» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER N WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «N» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER O WITH MACRON"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «O» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER S WITH ACUTE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «S» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER S WITH CEDILLA"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «S» С СЕДИЛЬЮ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER U WITH MACRON"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «U» С МАКРОНОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER U WITH OGONEK"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «U» С ОГОНЭКОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LETTER Z WITH ACUTE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ БУКВА «Z» С АКУТОМ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LATIN SMALL LIGATURE OE"
+msgstr "ЛАТИНСКАЯ СТРОЧНАЯ ЛИГАТУРА «OE»"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LC_ALL"
+msgstr "B<LC_ALL>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LC_COLLATE"
+msgstr "B<LC_COLLATE>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LC_MESSAGES"
+msgstr "B<LC_MESSAGES>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LEFT SINGLE QUOTATION MARK"
+msgstr "ОТКРЫВАЮЩАЯ ОДИНАРНАЯ КАВЫЧКА"
+
+#: opensuse-leap-15-6
+msgid "LIBMOUNT_FSTAB=E<lt>pathE<gt>"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid "LIBMOUNT_MTAB=E<lt>pathE<gt>"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid "LIBSMARTCOLS_DEBUG=all"
+msgstr "LIBSMARTCOLS_DEBUG=all"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "LICENSE"
+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 ""
+
+#: 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 ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "Limitations"
+msgstr "Ограничения"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Linux 2.4 and earlier"
+msgstr "Linux версии 2.4 и более ранние"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Since glibc 2.2.2:"
+msgid "Linux 2.6, glibc 2.3.2."
+msgstr "Начиная с glibc 2.2.2:"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "util-linux 2.38.1"
+msgid "Linux 2.6.10."
+msgstr "util-linux 2.38.1"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux 2.6.17, glibc 2.5."
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "util-linux 2.37.4"
+msgid "Linux 2.6.7."
+msgstr "util-linux 2.37.4"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux 5.13."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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 ""
+"Выводит информацию о ФАЙЛАХ (текущий каталог по умолчанию). Сортирует записи "
+"в алфавитном порядке, если не указан ни B<--sort>, ни один из параметров B<-"
+"cftuvSUX>."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Load zfs crypto key."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "LogLevel"
+msgstr "LogLevel"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "MACs"
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "MEMORY CONSIDERATIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MOUNT OPTIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe race:stream"
+msgstr "MT-Safe race:stream"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Unsafe const:env"
+msgstr "MT-Unsafe const:env"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Unsafe race"
+msgstr "MT-Unsafe race"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+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 ""
+
+#: archlinux
+msgid "Maintainers:"
+msgstr ""
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"Marc Ewing E<lt>marc@redhat.comE<gt>\n"
+"Jeff Johnson E<lt>jbj@redhat.comE<gt>\n"
+"Erik Troan E<lt>ewt@redhat.comE<gt>\n"
+"Panu Matilainen E<lt>pmatilai@redhat.comE<gt>\n"
+msgstr ""
+"Marc Ewing E<lt>marc@redhat.comE<gt>\n"
+"Jeff Johnson E<lt>jbj@redhat.comE<gt>\n"
+"Erik Troan E<lt>ewt@redhat.comE<gt>\n"
+"Panu Matilainen E<lt>pmatilai@redhat.comE<gt>\n"
+
+#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
+#: opensuse-tumbleweed mageia-cauldron fedora-40 fedora-rawhide
+#, no-wrap
+msgid "Marco d'Itri"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Matches against the hostname or machine ID of the host\\&. See "
+"I<ConditionHost=> in B<systemd.unit>(5) for details\\&. When prefixed with "
+"an exclamation mark (\"!\"), the result is negated\\&. If an empty string is "
+"assigned, the previously assigned value is cleared\\&."
+msgstr ""
+
+#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid "Miloslav Trmac E<lt>mitr@redhat.comE<gt>"
+msgstr "Miloslav Trmac E<lt>mitr@redhat.comE<gt>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Module repository: https://pypi.org/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Mount crypto devices."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Mount options"
+msgstr "Параметры монтирования"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Newsgroups: comp.lang.python, comp.lang.python.announce"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "No errors"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "No errors are defined."
+msgstr "Ошибок не предполагается."
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "No line should be longer than 70 characters."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "NoHostAuthenticationForLocalhost"
+msgstr "NoHostAuthenticationForLocalhost"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Not all devices support all options."
+msgstr ""
+
+#: debian-bookworm
+msgid "Not in POSIX.1. Present on the BSDs, Solaris, and many other systems."
+msgstr "Нет в POSIX.1. Присутствует в BSD, Solaris и многих других системах."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Note that I<z> close to zero will cause an overflow."
+msgstr "Заметим, что I<z>, близкое к нулю, вызовет переполнение."
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Note that the PNM Internet Media Type CW<image/x-portable-anymap> also "
+"applies."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Note: The backend does not place an upper bound on this value, as some users "
+"required it to be quite large. Values above the default are not recommended, "
+"and may crash your OS or lockup your scsi card driver. You have been warned."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "NumberOfPasswordPrompts"
+msgstr "NumberOfPasswordPrompts"
+
+#: archlinux fedora-40 fedora-rawhide
+#, no-wrap
+msgid "OPERATIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed fedora-40 fedora-rawhide
+msgid "Oliver Rauch"
+msgstr "Oliver Rauch"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "On error, -1 is returned and I<errno> is set to indicate the error."
+msgstr ""
+"В случае ошибки возвращается -1, а I<errno> устанавливается в значение "
+"ошибки."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On success, these functions return 0. On error, they return a positive "
+"error number."
+msgstr ""
+"При успешном выполнении эти функции возвращают 0. При ошибке возвращается "
+"положительный номер ошибки."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On success, these functions return 0. On error, they return one of the "
+"positive error numbers listed in ERRORS."
+msgstr ""
+"При успешном выполнении эти функции возвращают 0. При ошибке возвращается "
+"одно из положительных значений, перечисленных В разделе ОШИБКИ."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"При успешном выполнении возвращается ноль. В случае ошибки возвращается -1, "
+"а I<errno> устанавливается в соответствующее значение."
+
+#: debian-bookworm debian-unstable
+msgid ""
+"Only one assignment is allowed per line. Comments (starting with '#') are "
+"also allowed."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"OpenSSH is a derivative of the original and free ssh 1.2.12 release by Tatu "
+"Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de "
+"Raadt and Dug Song removed many bugs, re-added newer features and created "
+"OpenSSH. Markus Friedl contributed the support for SSH protocol versions "
+"1.5 and 2.0."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Operation modifiers:"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "Operational error"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Operators"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "Other options"
+msgstr "Другие параметры"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Override sys.platlibdir."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "PATH"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "PATTERNS"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "PERMISSIONS"
+msgstr "ПРАВА ДОСТУПА"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "PKCS11Provider"
+msgstr "PKCS11Provider"
+
+#: debian-bookworm
+msgid "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD."
+msgstr "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getpeername>() first "
+#| "appeared in 4.2BSD)."
+msgid "POSIX.1-2001, SVr4, 4.4BSD (first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD, (B<getpeername>() впервые появился "
+"в 4.2BSD)."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "POSIX.1-2001, SVr4, 4.3BSD."
+msgid "POSIX.1-2001, SVr4, 4.4BSD."
+msgstr "POSIX.1-2001, SVr4, 4.3BSD."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "POSIX.1-2001."
+msgid "POSIX.1-2001. glibc 2.1."
+msgstr "POSIX.1-2001."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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 "PYTHONASYNCIODEBUG"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONBREAKPOINT"
+msgstr "PYTHONBREAKPOINT"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDEBUG"
+msgstr "PYTHONDEBUG"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDONTWRITEBYTECODE"
+msgstr "PYTHONDONTWRITEBYTECODE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDUMPREFS"
+msgstr "PYTHONDUMPREFS"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONEXECUTABLE"
+msgstr "PYTHONEXECUTABLE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONFAULTHANDLER"
+msgstr "PYTHONFAULTHANDLER"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONHASHSEED"
+msgstr "PYTHONHASHSEED"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONHOME"
+msgstr "PYTHONHOME"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONINSPECT"
+msgstr "PYTHONINSPECT"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONIOENCODING"
+msgstr "PYTHONIOENCODING"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONMALLOC"
+msgstr "PYTHONMALLOC"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONMALLOCSTATS"
+msgstr "PYTHONMALLOCSTATS"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONNOUSERSITE"
+msgstr "PYTHONNOUSERSITE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONOPTIMIZE"
+msgstr "PYTHONOPTIMIZE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPATH"
+msgstr "PYTHONPATH"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPLATLIBDIR"
+msgstr "PYTHONPLATLIBDIR"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPROFILEIMPORTTIME"
+msgstr "PYTHONPROFILEIMPORTTIME"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONSTARTUP"
+msgstr "PYTHONSTARTUP"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONTRACEMALLOC"
+msgstr "PYTHONTRACEMALLOC"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONUNBUFFERED"
+msgstr "PYTHONUNBUFFERED"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONUSERBASE"
+msgstr "PYTHONUSERBASE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONVERBOSE"
+msgstr "PYTHONVERBOSE"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONWARNINGS"
+msgstr "PYTHONWARNINGS"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Pa /etc/ssh/ssh_config"
+msgstr "Pa /etc/ssh/ssh_config"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "Pa /etc/ssh/ssh_host_ecdsa_key"
+msgstr "Pa /etc/ssh/ssh_host_ecdsa_key"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "Pa /etc/ssh/ssh_host_ed25519_key"
+msgstr "Pa /etc/ssh/ssh_host_ed25519_key"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "Pa /etc/ssh/ssh_host_rsa_key"
+msgstr "Pa /etc/ssh/ssh_host_rsa_key"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pa ~/.ssh/id_dsa"
+msgstr "Pa ~/.ssh/id_dsa"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pa ~/.ssh/id_ecdsa"
+msgstr "Pa ~/.ssh/id_ecdsa"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pa ~/.ssh/id_ecdsa_sk"
+msgstr "Pa ~/.ssh/id_ecdsa_sk"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pa ~/.ssh/id_ed25519"
+msgstr "Pa ~/.ssh/id_ed25519"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pa ~/.ssh/id_ed25519_sk"
+msgstr "Pa ~/.ssh/id_ed25519_sk"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Pa ~/.ssh/id_rsa"
+msgstr "Pa ~/.ssh/id_rsa"
+
+#: opensuse-tumbleweed
+msgid ""
+"Packages should install their configuration files in /usr/lib/ (distribution "
+"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
+"reserved for the local administrator, who may use this logic to override the "
+"configuration files installed by vendor packages\\&. It is recommended to "
+"prefix all filenames with a two-digit number and a dash, to simplify the "
+"ordering of the files\\&. It is recommended to use the range 10-40 for "
+"configuration files in /usr/ and the range 60-90 for configuration files in /"
+"etc/ and /run/, to make sure that local and transient configuration files "
+"will always take priority over configuration files shipped by the OS "
+"vendor\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "PasswordAuthentication"
+msgstr "PasswordAuthentication"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Path"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Permission is granted to make and distribute verbatim copies of this manual "
+"provided the copyright notice and this permission notice are preserved on "
+"all copies."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Persistence"
+msgstr "Устойчивость"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Please note that the color (being red, yellow, or some other color) used to "
+"display a value is not indicative of any kind of issue simply because of the "
+"color. It only indicates different ranges of values."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+msgid ""
+"Please report bugs to the ReiserFS developers E<lt>reiserfs-devel@vger."
+"kernel.orgE<gt>, providing as much information as possible--your hardware, "
+"kernel, patches, settings, all printed messages; check the syslog file for "
+"any related information."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "Port"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Portability notes"
+msgstr "Замечания о переносимости"
+
+#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "PowerPC"
+msgstr "PowerPC"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "PreferredAuthentications"
+msgstr "PreferredAuthentications"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Print a message each time a module is initialized, showing the place "
+"(filename or built-in module) from which it is loaded. When given twice, "
+"print a message for each file that is checked for when searching for a "
+"module. Also provides information on module cleanup at exit."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+msgid "Print a usage summary and exit."
+msgstr "Показать справку по использованию и завершить работу."
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
+#: opensuse-tumbleweed
+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."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Prints the usage for the interpreter executable and exits."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Prints version number and exits."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ProxyCommand"
+msgstr "ProxyCommand"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ProxyJump"
+msgstr "ProxyJump"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "PubkeyAcceptedAlgorithms"
+msgstr "PubkeyAcceptedAlgorithms"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "PubkeyAuthentication"
+msgstr "PubkeyAuthentication"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+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"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Quiet mode. No messages are displayed."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "RFC 1094 - \"NFS: Network File System Protocol Specification\""
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "RFC 1813 - \"NFS Version 3 Protocol Specification\""
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RIGHT DOUBLE QUOTATION MARK"
+msgstr "ЗАКРЫВАЮЩАЯ ДВОЙНАЯ КАВЫЧКА"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Read by group"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Read by others"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+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"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<--dereference>"
+msgid "References"
+msgstr "B<--dereference>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "RekeyLimit"
+msgstr "RekeyLimit"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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
+msgid "Report bugs at https://github.com/gwsw/less/issues."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Requests backend to open the named scsi device. Only useful if you have "
+"multiple compatible scanners connected to your system, and need to specify "
+"one. Probably should not be used with the other \"scsi\" line above."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Requests the driver to detect the extremities of the paper within the larger "
+"image, and crop the empty edges."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Requests the driver to detect the rotation of the paper within the larger "
+"image, and counter the rotation."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Requests the driver to find and remove dots of X diameter or smaller from "
+"the image, and fill the space with the average surrounding color."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "RequiredRSASize"
+msgstr "RequiredRSASize"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Run \"B<gs -h>\" to find the location of Ghostscript documentation on your "
+"system, from which you can get more details."
+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."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "SGR substring for zero values."
+msgstr ""
+
+#: 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-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "SIGHUP"
+msgstr "SIGHUP"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "SIGQUIT"
+msgstr "SIGQUIT"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "SIGUSR2"
+msgstr "SIGUSR2"
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "SIZE"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SOURCES"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS CONFORMANCE"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "SUSv2 and POSIX.1-2001 contain text about overflow (which might set "
+#| "I<errno> to B<ERANGE>, or raise an B<FE_OVERFLOW> exception). In "
+#| "practice, the result cannot overflow on any current machine, so this "
+#| "error-handling stuff is just nonsense. (More precisely, overflow can "
+#| "happen only when the maximum value of the exponent is smaller than the "
+#| "number of mantissa bits. For the IEEE-754 standard 32-bit and 64-bit "
+#| "floating-point numbers the maximum value of the exponent is 128 "
+#| "(respectively, 1024), and the number of mantissa bits is 24 "
+#| "(respectively, 53).)"
+msgid ""
+"SUSv2 and POSIX.1-2001 contain text about overflow (which might set I<errno> "
+"to B<ERANGE>, or raise an B<FE_OVERFLOW> exception). In practice, the "
+"result cannot overflow on any current machine, so this error-handling stuff "
+"is just nonsense. (More precisely, overflow can happen only when the "
+"maximum value of the exponent is smaller than the number of mantissa bits. "
+"For the IEEE-754 standard 32-bit and 64-bit floating-point numbers the "
+"maximum value of the exponent is 127 (respectively, 1023), and the number of "
+"mantissa bits including the implicit bit is 24 (respectively, 53).)"
+msgstr ""
+"В SUSv2 и POSIX.1-2001 есть текст о переполнении (которое может установить "
+"I<errno> в B<ERANGE> или вызвать исключение B<FE_OVERFLOW>). На практике, "
+"результат не может выйти за диапазон ни на каком компьютере, поэтому "
+"обработка этой ошибки не имеет смысла (точнее говоря, переполнение возможно "
+"только в том случае, когда максимальное значение экспоненты меньше числа бит "
+"мантиссы. В стандарте IEEE-754 для 32- и 64-битных чисел с плавающей точкой "
+"максимальное значение экспоненты равно 128 и 1024 соответственно, а число "
+"бит мантиссы — 24 и 53 соответственно)."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
+msgid "SVr4, 4.3BSD."
+msgstr "SVr4, 4.3BSD."
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "S_COLORS"
+msgstr ""
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "S_COLORS_SGR"
+msgstr ""
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "S_TIME_FORMAT"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "Security"
+msgstr "Безопасность"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux
+#, no-wrap
+msgid "See Also"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<landlock>(7)."
+msgstr "Смотрите B<landlock>(7)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<pthread_setschedparam>(3)."
+msgstr "Смотрите B<pthread_setschedparam>(3)."
+
+#: opensuse-leap-15-6
+msgid ""
+"See B<terminal-colors.d>(5) for more details about colorization "
+"configuration."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "SendEnv"
+msgstr "SendEnv"
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "September 2017"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ServerAliveCountMax"
+msgstr "ServerAliveCountMax"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "ServerAliveInterval"
+msgstr "ServerAliveInterval"
+
+#: archlinux
+msgid "Set an alternate log file path."
+msgstr ""
+
+#: archlinux
+msgid ""
+"Set an alternate separator for values parsed from I<stdin>. By default a "
+"newline CW<\\*(C`\\en\\*(C'> is used as the separator. If B<--null> is used "
+"without specifying I<sep> CW<\\*(C`NUL\\*(C'> will be used."
+msgstr ""
+
+#: archlinux
+msgid "Set an alternate sync database extension."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Set debug environment variable."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+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>."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "Set up images to boot from DEVICE."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "SetEnv"
+msgstr "SetEnv"
+
+#: opensuse-leap-15-6
+msgid ""
+"Sets paper size. Used by scanner to determine centering of scan coordinates "
+"when using ADF and to detect double feed errors."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Sets paper size. Used by scanner to determine centering of scan coordinates "
+"when using the ADF (Automatic Document Feeder) and to detect double feed "
+"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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Show command help."
+msgstr ""
+
+#: mageia-cauldron opensuse-leap-15-6 archlinux debian-bookworm debian-unstable
+#: fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid "Show summary of options."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Simultaneous I/O operations specifying the same I<aiocb> structure produce "
+"undefined results."
+msgstr ""
+"Одновременное выполнение операций ввода-вывода через совместно используемую "
+"структуру I<aiocb> приводит к непредсказуемым результатам."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+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!"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Solaris."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Specifies a path to a library that will be used when loading any FIDO "
+"authenticator-hosted keys, overriding the default of using the built-in USB "
+"HID support."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Specifies the hash algorithm used when displaying key fingerprints. Valid "
+"options are: E<.Dq md5> and E<.Dq sha256>. The default is E<.Dq sha256>."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Specify repo ids to query, can be specified multiple times (default is all "
+"enabled)."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Specify the command to execute (see next section). This terminates the "
+"option list (following options are passed as arguments to the command)."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "St\\['e]phane Voltz E<lt>I<stef.dev@free.fr>E<gt>"
+msgstr "St\\['e]phane Voltz E<lt>I<stef.dev@free.fr>E<gt>"
+
+#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid "B<standards>(7)"
+msgid "Standard"
+msgstr "B<standards>(7)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "Standard C library (I<libc>)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>), since glibc 2.17"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "StrictHostKeyChecking"
+msgstr "StrictHostKeyChecking"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Strings"
+msgstr ""
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Success."
+msgstr "Успешно."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Suppresses additional informational output while running\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "System utilities library (I<libutil>, I<-lutil>)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "System-wide configuration file."
+msgstr "Общесистемный файл настройки"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid "TCG Common Event Log Format (CEL-JSON)"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "TCPKeepAlive"
+msgstr "TCPKeepAlive"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "TERMCAP"
+msgstr "TERMCAP"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "TIME"
+msgstr "TIME"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Takes a directory path as an argument\\&. All paths will be prefixed with "
+"the given alternate I<root> path, including config search paths\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Takes a path to a disk image file or block device node\\&. If specified all "
+"operations are applied to file system in the indicated disk image\\&. This "
+"is similar to B<--root=> but operates on file systems stored in disk images "
+"or block devices\\&. The disk image should either contain just a file system "
+"or a set of file systems within a GPT partition table, following the "
+"\\m[blue]B<Discoverable Partitions "
+"Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2\\&. For further information on "
+"supported disk images, see B<systemd-nspawn>(1)\\*(Aqs switch of the same "
+"name\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<--depth> option selects the bit depth the scanner is using. This "
+"option is only available for scanners that support more than one bit depth. "
+"Older scanners will always transfer the image in 8bit mode. Newer scanners "
+"allow one to select either 8 bits, 12 or 14 bits per color channel. For a "
+"color scan this means an effective color depth of 36 or 42 bits over all "
+"three channels. The valid choices depend on the scanner model."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<--resolution> switch selects the resolution for a scan. Some EPSON "
+"scanners will scan in any resolution between the lowest and highest possible "
+"value. The list reported by the scanner can be displayed using the \"--help -"
+"d epson\" parameters to B<scanimage>(1)."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<--source> option selects the scan source. Valid options depend on the "
+"installed options. The default is \"Flatbed\"."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<dumpinquiry> line causes some information about the camera to be "
+"printed."
+msgstr ""
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron debian-bookworm debian-unstable
+msgid "The E<.Nm> command appeared in E<.Bx 4.2>."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 fedora-rawhide
+msgid "The I<device> argument is the pathname of the block device."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<ipc_perm> structure is defined as follows (the highlighted fields are "
+"settable using B<IPC_SET>):"
+msgstr ""
+"Структура I<ipc_perm> определена следующим образом (значения полей "
+"устанавливаются с помощью B<IPC_SET>):"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "The Python Software Foundation: https://www.python.org/psf/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The TIME_STYLE argument can be full-iso, long-iso, iso, locale, or +FORMAT. "
+"FORMAT is interpreted like in B<date>(1). If FORMAT is "
+"FORMAT1E<lt>newlineE<gt>FORMAT2, then FORMAT1 applies to non-recent files "
+"and FORMAT2 to recent files. TIME_STYLE prefixed with 'posix-' takes effect "
+"only outside the POSIX locale. Also the TIME_STYLE environment variable "
+"sets the default style to use."
+msgstr ""
+"Значением аргумента СТИЛЬ_ВРЕМЕНИ может быть full-iso, long-iso, iso, locale "
+"или +ФОРМАТ. Значение ФОРМАТ интерпретируется как в B<date>. Если вместо "
+"ФОРМАТ указан ФОРМАТ1E<lt>новая_строкаE<gt>ФОРМАТ2, ФОРМАТ1 применяется не к "
+"последним файлам, а ФОРМАТ1 к новым. Запись СТИЛЯ_ВРЕМЕНИ с префиксом "
+"«posix-» применяется только для локалей отличных от POSIX. Также, стиль по "
+"умолчанию можно задать в переменной окружения TIME_STYLE."
+
+#: opensuse-leap-15-6
+msgid ""
+"The TIME_STYLE argument can be full-iso, long-iso, iso, locale, or +FORMAT. "
+"FORMAT is interpreted like in date(1). If FORMAT is "
+"FORMAT1E<lt>newlineE<gt>FORMAT2, then FORMAT1 applies to non-recent files "
+"and FORMAT2 to recent files. TIME_STYLE prefixed with 'posix-' takes effect "
+"only outside the POSIX locale. Also the TIME_STYLE environment variable "
+"sets the default style to use."
+msgstr ""
+"Значением аргумента СТИЛЬ_ВРЕМЕНИ может быть full-iso, long-iso, iso, locale "
+"или +ФОРМАТ. Значение ФОРМАТ интерпретируется как в B<date>. Если вместо "
+"ФОРМАТ указан ФОРМАТ1E<lt>новая_строкаE<gt>ФОРМАТ2, ФОРМАТ1 применяется не к "
+"последним файлам, а ФОРМАТ1 к новым. Запись СТИЛЯ_ВРЕМЕНИ с префиксом "
+"«posix-» применяется только для локалей отличных от POSIX. Также, стиль по "
+"умолчанию можно задать в переменной окружения TIME_STYLE."
+
+#: 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 ""
+"По умолчанию значением аргумента УСЛОВИЕ является «always» (всегда), также "
+"возможны значения «auto» (автоматически) и «never» (никогда)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "The backend configuration file:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The call was interrupted by a signal handler; see B<signal>(7)."
+msgstr "Вызов был прерван обработчиком сигнала; смотрите B<signal>(7)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The device containing the file has no room for the new directory entry."
+msgstr ""
+"На устройстве, содержащем файл, нет места для создания нового элемента "
+"каталога."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file does not exist."
+msgstr "Файл не существует."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file is marked immutable or append-only. (See B<ioctl_iflags>(2).)"
+msgstr ""
+"Файл помечен как неизменяемый (immutable) или только для добавления "
+"(смотрите B<ioctl_iflags>(2))."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file is on a read-only filesystem."
+msgstr "Файл расположен в файловой системе, доступной только для чтения."
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+msgid "The following options are available:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following options modify how a hierarchy is traversed when the B<-R> "
+"option is also specified. If more than one is specified, only the final one "
+"takes effect."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following shell session shows a sample run of the program:"
+msgstr "Пример сеанса работы с программой:"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The geometry options B<-l -t -x -y> control the scan area: B<-l> sets the "
+"top left x coordinate, B<-t> the top left y coordinate, B<-x> selects the "
+"width and B<-y> the height of the scan area. All parameters are specified in "
+"millimeters."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The home for the B<dosfstools> project is its E<.UR https://github.com/"
+"dosfstools/dosfstools> GitHub project page E<.UE .>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The integer must be a decimal number in the range [0,4294967295]. "
+"Specifying the value 0 will disable hash randomization."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The interpreter interface resembles that of the UNIX shell: when called with "
+"standard input connected to a tty device, it prompts for commands and "
+"executes them until an EOF is read; when called with a file name argument or "
+"with a file as standard input, it reads and executes a I<script> from that "
+"file; when called with B<-c> I<command>, it executes the Python statement(s) "
+"given as I<command>. Here I<command> may contain multiple statements "
+"separated by newlines. Leading whitespace is significant in Python "
+"statements! In non-interactive mode, the entire input is parsed before it is "
+"executed."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The kernel source file I<Documentation/networking/ip-sysctl.txt>."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The limit of signals which may be queued has been reached. (See "
+"B<signal>(7) for further information.)"
+msgstr ""
+"Достигнуто ограничение на количество сигналов в очереди (подробней об этом "
+"смотрите в B<signal>(7))."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The message queue descriptor specified in I<mqdes> is invalid."
+msgstr "В I<mqdes> размещён некорректный дескриптор очереди сообщений."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The name choice B<IPC_PRIVATE> was perhaps unfortunate, B<IPC_NEW> would "
+"more clearly show its function."
+msgstr ""
+"Имя B<IPC_PRIVATE>, возможно, было выбрано неудачно, B<IPC_NEW> отражает "
+"смысл действия более ясно."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The named file does not exist."
+msgstr "Указанный файл не существует."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The named file resides on a read-only filesystem."
+msgstr ""
+"Указанный файл находится на файловой системе, смонтированной только для "
+"чтения."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The options the backend supports can either be selected through command line "
+"options to programs like B<scanimage>(1) or through GUI elements in "
+"programs like B<xscanimage>(1) or B<xsane>(1)."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The per-process limit on the number of open file descriptors has been "
+"reached (see the description of B<RLIMIT_NOFILE> in B<getrlimit>(2))."
+msgstr ""
+"Было достигнуто ограничение по количеству открытых файловых дескрипторов на "
+"процесс (смотрите описание B<RLIMIT_NOFILE> в B<getrlimit>(2))."
+
+#: fedora-40 fedora-rawhide debian-bookworm debian-unstable
+msgid ""
+"The remote host is not running the portmapper (see E<.Xr portmap 8 ),> and "
+"cannot accomodate any RPC-based services. The host may be down."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The returned address is truncated if the buffer provided is too small; in "
+"this case, I<addrlen> will return a value greater than was supplied to the "
+"call."
+msgstr ""
+"Возвращаемый адрес урежется, если предоставленный буфер окажется слишком "
+"маленьким; в этом случае в I<addrlen> будет возвращено значение большее чем "
+"было в вызове."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "The shared library implementing this backend:"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The special value \"help\" will list the known values and the program will "
+"exit immediately, and the special value \"list\" will list known values "
+"along with the numerical signal numbers and the program will exit "
+"immediately\\&."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "The static library implementing this backend:"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid ""
+"The sums are computed as described in FIPS-180-2. When checking, the input "
+"should be a former output of this program. The default mode is to print a "
+"line with checksum, a space, a character indicating input mode ('*' for "
+"binary, \\&' ' for text or where binary is insignificant), and name for each "
+"FILE."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"The sums are computed as described in FIPS-180-2. When checking, the input "
+"should be a former output of this program. The default mode is to print a "
+"line with: checksum, a space, a character indicating input mode ('*' for "
+"binary, ' ' for text or where binary is insignificant), and name for each "
+"FILE."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The user's quota of disk blocks or inodes on the filesystem has been "
+"exhausted."
+msgstr ""
+"Исчерпана пользовательская квота на дисковые блоки или иноды файловой "
+"системы."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The value of the variable is the maximum number of frames stored in a "
+"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the "
+"most recent frame."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"There exists a mailinglist for questions relating to any program in the "
+"procmail package:"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "There is a newline character at the end of each of these lines."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+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
+#, fuzzy
+#| msgid "These functions are available in glibc since version 2.1."
+msgid "These functions are available since glibc 2.1."
+msgstr "Эти функции доступны в glibc начиная с версии 2.1."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These functions are glibc-specific."
+msgstr "Эти функции есть только в glibc."
+
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "These functions are provided by glibc since version 2.1."
+msgid "These functions are provided since glibc 2.1."
+msgstr "Эти функции доступны в glibc начиная с версии 2.1."
+
+#: debian-bookworm
+#, fuzzy
+#| msgid "These functions first appeared in glibc in version 2.1."
+msgid "These functions first appeared in glibc 2.1."
+msgstr "Эти функции впервые появились в glibc 2.1."
+
+#: debian-bookworm debian-unstable
+msgid ""
+"These options will send all error messages (normally displayed on stderr), "
+"to an alternate file. The lower case version, -e, will send the error "
+"messages to the compiled-in default defined in suck_config.h. The default "
+"is suck.errlog. The upper case version, -E, requires the filename "
+"parameter. All error messages will then be sent to this file."
+msgstr ""
+
+#: debian-bookworm debian-unstable
+msgid ""
+"These options will send all status messages (normally displayed on stdout), "
+"to an alternate file. The lower case version, -s, will send the status "
+"messages to the compiled-in default defined in suck_config.h. The default "
+"is /dev/null, so no status messages will be displayed. The upper case "
+"version, -S, requires the filename parameter. All status messages will then "
+"be sent to this file."
+msgstr ""
+
+#: debian-bookworm
+msgid "These system calls are nonstandard Linux extensions."
+msgstr "Данные системные вызовы являются нестандартными расширениями Linux."
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "This command doesn\\(cqt manipulate partitions on a block device."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This document was written by the SANE project, which has no information "
+"regarding the capabilities or reliability of the backend. All information "
+"contained here is suspect."
+msgstr ""
+
+#: debian-bookworm
+msgid ""
+"This function is Linux-specific, and should not be used in programs intended "
+"to be portable."
+msgstr ""
+"Данная функция есть только в Linux и не должна использоваться в программах, "
+"которые задуманы как переносимые."
+
+#: debian-bookworm
+msgid "This function is a nonstandard GNU extension."
+msgstr "Эта функция является нестандартным расширением GNU."
+
+#: debian-bookworm
+#, fuzzy
+#| msgid "This function is available in glibc since version 2.1."
+msgid "This function is available since glibc 2.1."
+msgstr "Эта функция доступна в glibc начиная с версии 2.1."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "C99, POSIX.1-2001, POSIX.1-2008. This function is defined in IEC 559 "
+#| "(and the appendix with recommended functions in IEEE 754/IEEE 854)."
+msgid ""
+"This function is defined in IEC 559 (and the appendix with recommended "
+"functions in IEEE 754/IEEE 854)."
+msgstr ""
+"C99, POSIX.1-2001, POSIX.1-2008. Эта функция определена в IEC 559 (и в "
+"приложении с рекомендуемыми функциями IEEE 754/IEEE 854)."
+
+#: 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-"
+"deterministic-archives>."
+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 ""
+
+#: opensuse-leap-15-6
+msgid ""
+"This program is part of the I<procmail mail-processing-package> (v3.22) "
+"available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/"
+">."
+msgstr ""
+
+#: debian-bookworm
+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
+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/"
+">."
+msgstr ""
+
+#: debian-bookworm
+msgid "This system call is a nonstandard Linux extension."
+msgstr "Этот системный вызов является нестандартным расширением Linux."
+
+#: debian-bookworm
+msgid "This system call is available since Linux 2.6."
+msgstr "Данный системный вызов появился в Linux 2.6."
+
+#: debian-bookworm
+#, fuzzy
+#| msgid ""
+#| "This system call is present on Linux only up until kernel 2.4; it was "
+#| "removed in Linux 2.6."
+msgid ""
+"This system call is present only up until Linux 2.4; it was removed in Linux "
+"2.6."
+msgstr ""
+"Данный системный вызов есть только в Linux до версии 2.4; он был удалён в "
+"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"
+msgstr "Заголовок"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Too many symbolic links were encountered in translating the pathname."
+msgstr ""
+"Во время определения pathname встретилось слишком много символьных ссылок."
+
+#: 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
+#, fuzzy, no-wrap
+#| msgid "B<USER>"
+msgid "USE"
+msgstr "B<USER>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "UpdateHostKeys"
+msgstr "UpdateHostKeys"
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "Usage or syntax error"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "User home directory"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "User/Group Name Syntax"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "UserKnownHostsFile"
+msgstr "UserKnownHostsFile"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Users, Groups, UIDs and GIDs on systemd systems"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Using color to distinguish file types is disabled both by default and with "
+"B<--color>=I<\\,never\\/>. With B<--color>=I<\\,auto\\/>, ls emits color "
+"codes only when standard output is connected to a terminal. The LS_COLORS "
+"environment variable can change the settings. Use the B<dircolors>(1) "
+"command to set it."
+msgstr ""
+"Использование цветов для обозначения типов файлов отключено по умолчанию и с "
+"помощью B<--color>=I<\\,never\\/>. Если определено B<--color>=I<\\,auto\\/>, "
+"ls будет выдавать цветовые коды, только если стандартный вывод подключен к "
+"терминалу. Изменить параметры можно с помощью переменной окружения "
+"LS_COLORS. Для установки этой переменной воспользуйтесь командой "
+"B<dircolors>(1)."
+
+#: opensuse-leap-15-6
+msgid ""
+"Using color to distinguish file types is disabled both by default and with "
+"B<--color>=I<\\,never\\/>. With B<--color>=I<\\,auto\\/>, ls emits color "
+"codes only when standard output is connected to a terminal. The LS_COLORS "
+"environment variable can change the settings. Use the dircolors command to "
+"set it."
+msgstr ""
+"Использование цветов для обозначения типов файлов отключено по умолчанию и с "
+"помощью B<--color>=I<\\,never\\/>. Если определено B<--color>=I<\\,auto\\/>, "
+"ls будет выдавать цветовые коды, только если стандартный вывод подключен к "
+"терминалу. Изменить параметры можно с помощью переменной окружения "
+"LS_COLORS. Для установки этой переменной воспользуйтесь командой "
+"B<dircolors>(1)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+msgid "Usual default path for locale definition files."
+msgstr "Обычный путь по умолчанию для файлов определений локалей."
+
+#: debian-bookworm debian-unstable
+msgid "VAR=VAL"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Valid values for I<cmd> are:"
+msgstr "Возможные значения I<cmd>:"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"Verbose mode. Causes E<.Nm> to print debugging messages about its "
+"progress. This is helpful in debugging problems. Multiple E<.Fl v> options "
+"increase the verbosity. The maximum is 3."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "VerifyHostKeyDNS"
+msgstr "VerifyHostKeyDNS"
+
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "Version 590: 03 Jun 2021"
+msgstr ""
+
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "January 2023"
+msgid "Version 643: 12 Feb 2024"
+msgstr "январь 2023 г."
+
+#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "January 2023"
+msgid "Version 643: 20 Jul 2023"
+msgstr "январь 2023 г."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Versions"
+msgstr "Версии"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+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>."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+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."
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid ""
+"When this variable is set, display statistics in color on the terminal. "
+"Possible values for this variable are I<never>, I<always> or I<auto> (the "
+"latter is the default)."
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid ""
+"Where I<special> is either the path-name for the special device that "
+"corresponds to a SCSI scanner. For SCSI scanners, the special device name "
+"must be a generic SCSI device or a symlink to such a device. Under Linux, "
+"such a device name could be I</dev/sga> or I</dev/sge>, for example. See "
+"B<sane-scsi>(5) for details."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Where I<special> is the path-name for the special device that corresponds to "
+"a SCSI scanner. The special device name must be a generic SCSI device or a "
+"symlink to such a device. The program B<sane-find-scanner>(1) helps to "
+"find out the correct device. Under Linux, such a device name could be I</dev/"
+"sga> or I</dev/sge>, for example. See B<sane-scsi>(5) for details."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Whitespace (blanks, TABs, CRs, LFs)."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+msgid "Whitespace is permitted between a command-line option and its argument."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Whitespace."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Write by group"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "most others"
+msgid "Write by others"
+msgstr "большинство других"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Write by user"
+msgstr ""
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "Written by Franc,ois Pinard E<lt>pinard@iro.umontreal.caE<gt>."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Written by Peter Miller."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Written by Simon Josefsson."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid ""
+"You should not normally run this program directly. Use grub-install instead."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Zero."
+msgstr "Ноль."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "["
+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]"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[MATCH] SECTION OPTIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "[NETWORK] SECTION OPTIONS"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "[To be documented]"
+msgstr "[Будет описано]"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"\\%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
+msgid "\\%https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://systemd.io/GROUP_RECORD"
+msgstr "\\%https://systemd.io/GROUP_RECORD"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-json-format"
+msgstr "\\%https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-json-format"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://systemd.io/PORTABILITY_AND_STABILITY/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://systemd.io/UIDS-GIDS"
+msgstr "\\%https://systemd.io/UIDS-GIDS"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "\\%https://systemd.io/USER_NAMES"
+msgstr "\\%https://systemd.io/USER_NAMES"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "\\%https://tools.ietf.org/html/rfc4795"
+msgstr "\\%https://tools.ietf.org/html/rfc4795"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "\\%https://tools.ietf.org/html/rfc6762"
+msgstr "\\%https://tools.ietf.org/html/rfc6762"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"\\%https://trustedcomputinggroup.org/resource/canonical-event-log-format/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "\\%https://uapi-group.org/specifications/specs/"
+#| "discoverable_partitions_specification"
+msgid "\\%https://uapi-group.org/specifications/specs/unified_kernel_image/"
+msgstr ""
+"\\%https://uapi-group.org/specifications/specs/"
+"discoverable_partitions_specification"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit"
+msgstr "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\&\\&CW<b>\\ "
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\&\\&CW<c>\\ "
+msgstr "\\&\\&CW<c>\\ "
+
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\&\\&CW<d>\\ "
+msgstr "\\&\\&CW<d>\\ "
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\&\\&CW<t>\\ "
+msgstr "\\&\\&CW<t>\\ "
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\&\\&CW<w>\\ "
+msgstr "\\&\\&CW<w>\\ "
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\eNNN"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "\\es"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "]"
+msgstr "]"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "^D"
+msgstr ""
+
+#: debian-bookworm debian-unstable mageia-cauldron archlinux fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "^L"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, fuzzy, no-wrap
+#| msgid "B<abort>()"
+msgid "abort"
+msgstr "B<abort>()"
+
+#: 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 ""
+"across B<-x>, commas B<-m>, horizontal B<-x>, long B<-l>, single-column "
+"B<-1>, verbose B<-l>, vertical B<-C>"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "ae"
+msgstr "ae"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"affect the referent of each symbolic link (this is the default), rather than "
+"the symbolic link itself"
+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 "добавлять индикатор / к каталогам"
+
+#: opensuse-leap-15-6
+msgid "append indicator (one of */=E<gt>@|) to entries"
+msgstr "добавлять индикатор (одно из значений */=E<gt>@|) к записям"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "append indicator (one of */=E<gt>@|) to entries WHEN"
+msgstr ""
+"добавлять индикатор (одно из значений */=E<gt>@|) к записям при указанном "
+"УСЛОВИИ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"append indicator with style WORD to entry names: none (default), slash (B<-"
+"p>), file-type (B<--file-type>), classify (B<-F>)"
+msgstr ""
+"добавлять к названиям элементов индикатор с указанным СТИЛЕМ: none (по "
+"умолчанию), slash (B<-p>), file-type (B<--file-type>), classify (B<-F>)"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "as"
+msgstr "as"
+
+#: 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 "использовать табуляцию указанного РАЗМЕРа вместо 8"
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "automatically calls a pager"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "baud=115200"
+msgstr "baud=115200"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "beep"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid ""
+"can be augmented with a B<--sort> option, but any use of B<--sort>=I<\\,"
+"none\\/> (B<-U>) disables grouping"
+msgstr ""
+"может быть дополнен параметром B<--sort>, но любое использование B<--"
+"sort>=I<\\,none\\/> (B<-U>) отключает группировку"
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "cgroup"
+msgstr "cgroup"
+
+#: debian-bookworm mageia-cauldron 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 ""
+"изменить значение по умолчанию, которое будет использовано для установки "
+"времени изменения; время доступа (B<-u>): atime, access, use; время "
+"изменения статуса (B<-c>): ctime, status; время создания: birth, creation;"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "clear"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "color the output WHEN; more info below"
+msgstr ""
+"раскрашивать выводимые данные в соответствии с УСЛОВИЕм; подробнее ниже"
+
+#: opensuse-leap-15-6
+msgid ""
+"colorize the output; WHEN can be 'always' (default if omitted), 'auto', or "
+"'never'; more info below"
+msgstr ""
+"раскрашивать выводимые данные; УСЛОВИЯ: always (всегда, по умолчанию, если "
+"не указано), auto (авто) или never (никогда); подробнее смотрите ниже"
+
+#: 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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "create"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "decode data"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "default filesystems"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid ""
+"default to 1024-byte blocks for disk usage; used only with B<-s> and per "
+"directory totals"
+msgstr ""
+"по умолчанию использовать 1024-байтовые блоки для файловой системы; "
+"используется только с B<-s> и для общих данных каталогов"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"default to 1024-byte blocks for file system usage; used only with B<-s> and "
+"per directory totals"
+msgstr ""
+"по умолчанию использовать 1024-байтовые блоки для файловой системы; "
+"используется только с B<-s> и для общих данных каталогов"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "disk quotas"
+msgstr ""
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "do not extend fields through newlines"
+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 "не скрывать файлы начинающиеся с ."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not list implied . and .."
+msgstr "выводит список всех файлов, кроме . и .."
+
+#: 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 "не выводить резервные копии, их имена начинаются с ~"
+
+#: 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 "не выводить записи, соответствующие ШАБЛОНУ"
+
+#: 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 (overridden by B<-a> or "
+"B<-A>)"
+msgstr ""
+"не выводить записи, соответствующие ШАБЛОНУ (переопределяется B<-a> или B<-"
+"A>)"
+
+#: opensuse-leap-15-6
+msgid "do not sort, enable B<-aU>, disable B<-ls> B<--color>"
+msgstr "не сортировать, включить B<-aU>, выключить 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 "не сортировать; выводить по порядку в каталоге"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not traverse any symbolic links (default)"
+msgstr ""
+
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "dosfstools 4.1"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "dosfstools 4.2"
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "enables debug output."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+msgid "enables libfdisk debug output."
+msgstr ""
+
+#: debian-bookworm opensuse-leap-15-6
+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 "заключать записи в двойные кавычки"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "encoding for output"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "errno"
+msgstr "errno"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, fuzzy, no-wrap
+#| msgid "I<error>"
+msgid "error"
+msgstr "I<error>"
+
+#: archlinux opensuse-tumbleweed debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid "B<exit>()"
+msgid "exit"
+msgstr "B<exit>()"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid "explain how a file is copied. Implies B<-v>"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "explain what is being done"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "file system table"
+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 "дополнить по ширине, элементы списка разделять запятыми"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "filter"
+msgstr "фильтр"
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "flag"
+msgid "flags"
+msgstr "флаг"
+
+#: opensuse-leap-15-6
+msgid "follow each command line symbolic link"
+msgstr "переходить по символическим ссылкам командной строки"
+
+#: 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 ""
+"переходить по символическим ссылкам командной строки, указывающим на каталог"
+
+#: 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 "переходить по символическим ссылкам из списка в командной строке"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "for submitting questions/answers."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "for subscription requests."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "generate a new randomly-generated UUID"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "generate a new time-based UUID"
+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 "генерировать вывод, предназначенный для режима dired Emacs"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "get list of input files from FILE"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "get random bytes from FILE"
+msgstr ""
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "glibc 2.1. C99, POSIX.1-2001."
+msgid "glibc 2.0 POSIX.1-2001."
+msgstr "glibc 2.1. C99, POSIX.1-2001."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Since glibc 2.19:"
+msgid "glibc 2.11."
+msgstr "Начиная с glibc 2.19:"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "glibc 2.1. C99, POSIX.1-2001."
+msgid "glibc 2.3. POSIX.1-2008."
+msgstr "glibc 2.1. C99, POSIX.1-2001."
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Since glibc 2.2.2:"
+msgid "glibc 2.3.3."
+msgstr "Начиная с glibc 2.2.2:"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Since glibc 2.2.2:"
+msgid "glibc 2.32."
+msgstr "Начиная с glibc 2.2.2:"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Since glibc 2.2.2:"
+msgid "glibc 2.6."
+msgstr "Начиная с glibc 2.2.2:"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "gnu"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "graphical\\&.target"
+msgstr "graphical\\&.target"
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "group"
+msgstr "group"
+
+#: opensuse-leap-15-6
+msgid "group directories before files;"
+msgstr "группировать каталоги перед файлами;"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+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 ""
+"группировать каталоги перед файлами; может быть дополнен параметром B<--"
+"sort>, но любое использование B<--sort>=I<\\,none\\/> (B<-U>) отключает "
+"группировку"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "hostname"
+msgstr "hostname (имя узла)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "hyperlink file names WHEN"
+msgstr "выводить гиперссылки имен файлов в соответствии с УСЛОВИЕм"
+
+#: opensuse-leap-15-6
+msgid ""
+"hyperlink file names; WHEN can be 'always' (default if omitted), 'auto', or "
+"'never'"
+msgstr ""
+"выводить гиперссылки имен файлов; УСЛОВИЯ: «always» (всегда, по умолчанию, "
+"если не указано), «auto» (авто) или «never» (никогда)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ia64"
+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 "небольшие проблемы (например, недоступен подкаталог),"
+
+#: 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 "серьёзная проблема (например, недоступен аргумент командной строки)."
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"if you have comments about the documentation (what could be done better), or "
+"you think I should know something, please include it."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "ignored"
+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 "в длинном формате не печатать имена групп"
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "inhibit output of common words"
+msgstr ""
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "inhibit output of deleted words"
+msgstr ""
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "inhibit output of inserted words"
+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 "то же, что и 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 "как B<-l>, но не выводить информацию о группе"
+
+#: 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 "как -l, но не выводит владельца"
+
+#: 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 ""
+"то же, что и B<-l>, но выводит числовые идентификаторы пользователей "
+"(UID) и групп (GID)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "like verbose but report only when a change is made"
+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 "то же, но использует степень 1000, а не 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 "аналогично, только не добавляет «*»"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "list all entries in directory order"
+msgstr "выводить все записи в порядке каталога"
+
+#: 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 "выводить только имена каталогов, а не их содержимое"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "list entries by columns"
+msgstr "выводить записи колонками"
+
+#: 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 "выводить построчно вместо вывода по столбцам"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "list one file per line"
+msgstr "выводить один файл на строку"
+
+#: opensuse-leap-15-6
+msgid "list one file per line. Avoid '\\en' with B<-q> or B<-b>"
+msgstr "выводить один файл на строку. Избегайте '\\en' с B<-q> или B<-b>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "list subdirectories recursively"
+msgstr "показывать каталоги рекурсивно"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "local"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "locale"
+msgstr "locale"
+
+#: opensuse-leap-15-6
+msgid "location of the proc file system"
+msgstr ""
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, 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
+#, 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
+msgid "multi-user\\&.target"
+msgstr "multi-user\\&.target"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, 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
+#, no-wrap
+msgid "now"
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "open"
+msgstr "open"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "operate on files and directories recursively"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "option lOffonEnd b"
+msgstr "option lOffonEnd b"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "option lampOff t"
+msgstr "option lampOff t"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "option warmup t"
+msgstr "option warmup t"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "other"
+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
+#, no-wrap
+msgid ""
+"passwd: compat systemd\n"
+"group: compat [SUCCESS=merge] systemd\n"
+"shadow: compat systemd\n"
+"gshadow: files systemd\n"
+msgstr ""
+"passwd: compat systemd\n"
+"group: compat [SUCCESS=merge] systemd\n"
+"shadow: compat systemd\n"
+"gshadow: files systemd\n"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide
+#, fuzzy, no-wrap
+#| msgid ""
+#| "passwd: compat systemd\n"
+#| "group: compat [SUCCESS=merge] systemd\n"
+#| "shadow: compat systemd\n"
+#| "gshadow: files systemd\n"
+msgid ""
+"passwd: files systemd\n"
+"group: files [SUCCESS=merge] systemd\n"
+"shadow: files systemd\n"
+"gshadow: files systemd\n"
+msgstr ""
+"passwd: compat systemd\n"
+"group: compat [SUCCESS=merge] systemd\n"
+"shadow: compat systemd\n"
+"gshadow: files systemd\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "password database file"
+msgstr "файл, содержащий базу паролей"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
+#, no-wrap
+msgid "pause"
+msgstr "pause"
+
+#: 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"
+msgstr "port=/dev/ttyS0"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "poweroff\\&.target"
+msgstr "poweroff\\&.target"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "print ? instead of nongraphic characters"
+msgstr "печатать ? вместо непечатаемых (неграфических) символов"
+
+#: 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 ""
+"выводить escape последовательности в стиле С вместо непечатаемых "
+"(неграфические) символов"
+
+#: 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 "выводить контекст безопасности каждого файла"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "print entry names without quoting"
+msgstr "печатать имена как есть, без экранирования"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "print program version and exit."
+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 "выводить выделенный размер каждого файла в блоках"
+
+#: 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 "выводить индекс файла (индексный дескриптор inode) каждого файла"
+
+#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
+msgid "prints all plugins libreiser4 know about."
+msgstr ""
+
+#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
+msgid "prints program help."
+msgstr ""
+
+#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
+msgid "prints program version."
+msgstr ""
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "procmail-announce-request@procmail.org"
+msgstr "procmail-announce-request@procmail.org"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"python - an interpreted, interactive, object-oriented programming language"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "quotas"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "raw"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "reboot\\&.target"
+msgstr "reboot\\&.target"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "regex"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "rescue\\&.target"
+msgstr "rescue\\&.target"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "reverse order while sorting"
+msgstr "сортировать в обратном порядке"
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "s390"
+msgstr "s390"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide 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 ""
+"выбирает временную метку для показа или сортировки; время доступа (B<-u>): "
+"atime, access, use; время изменения метаданных (B<-c>): ctime, status; время "
+"изменения (по умолчанию): mtime, modification; время создания: birth, "
+"creation;"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "set 'Language' field in the header entry"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "set output width to COLS. 0 means no limit"
+msgstr ""
+"устанавливает ширину вывода равной ЧИСЛУ. 0 означает отсутствие ограничения"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"show nongraphic characters as-is (the default, unless program is 'ls' and "
+"output is a terminal)"
+msgstr ""
+"показывать неграфические (непечатаемые) символы как есть (по умолчанию, если "
+"программа не 'ls' и выводом является терминал)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "show this text and exit."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "shutdown"
+msgstr "shutdown"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "signal"
+msgstr "signal"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "size"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "sort alphabetically by entry extension"
+msgstr "сортировать по расширению в алфавитном порядке"
+
+#: 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 ""
+"сортировать по КРИТЕРИЮ, а не по имени: none (B<-U>, не сортировать), size "
+"(B<-S>, по размеру), time (B<-t>, по времени), version (B<-v>, по версии), "
+"extension (B<-X>, по расширению)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"sort by WORD instead of name: none (B<-U>), size (B<-S>), time (B<-t>), "
+"version (B<-v>), extension (B<-X>), width"
+msgstr ""
+"сортировать по КРИТЕРИЮ, а не по имени: none (B<-U>, не сортировать), size "
+"(B<-S>, по размеру), time (B<-t>, по времени), version (B<-v>, по версии), "
+"extension (B<-X>, по расширению), width (по ширине)"
+
+#: 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 "сортировать по размеру файла, начиная с наибольшего"
+
+#: 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 "сортировать по времени, начиная с новейших; см. B<--time>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "strip trailing carriage return on input"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct passwd {\n"
+" char *pw_name; /* username */\n"
+" char *pw_passwd; /* user password */\n"
+" uid_t pw_uid; /* user ID */\n"
+" gid_t pw_gid; /* group ID */\n"
+" char *pw_gecos; /* user information */\n"
+" char *pw_dir; /* home directory */\n"
+" char *pw_shell; /* shell program */\n"
+"};\n"
+msgstr ""
+"struct passwd {\n"
+" char *pw_name; /* имя пользователя */\n"
+" char *pw_passwd; /* пароль пользователя */\n"
+" uid_t pw_uid; /* идентификатор пользователя */\n"
+" gid_t pw_gid; /* идентификатор группы */\n"
+" char *pw_gecos; /* информация о пользователе */\n"
+" char *pw_dir; /* домашний каталог */\n"
+" char *pw_shell; /* программная оболочка */\n"
+"};\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct timeval {\n"
+" time_t tv_sec; /* seconds */\n"
+" suseconds_t tv_usec; /* microseconds */\n"
+"};\n"
+msgstr ""
+"struct timeval {\n"
+" time_t tv_sec; /* секунды */\n"
+" suseconds_t tv_usec; /* микросекунды */\n"
+"};\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "symlink"
+msgstr "symlink"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "system-systemd\\ex2dcryptsetup\\&.slice"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-cryptsetup@\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-halt\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-kexec\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-poweroff\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "systemd-reboot\\&.service"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "text"
+msgstr ""
+
+#: opensuse-leap-15-6
+msgid "that points to a directory"
+msgstr "указывающим на каталог"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "the call is interrupted by a signal handler; or"
+msgstr "вызов не прервётся обработчиком сигнала;"
+
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#, no-wrap
+msgid "thinkfan 1.3.1"
+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 "формат времени и даты с параметром B<-l>; см. СТИЛЬ_ВРЕМЕНИ ниже"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "timeout"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "to list all devices recognized by your SANE installation."
+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 ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "treat all files as text"
+msgstr ""
+
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "tty"
+msgstr "tty"
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "use FILE as the boot image [default=boot.img]"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed
+msgid "use FILE as the core image [default=core.img]"
+msgstr ""
+
+#: archlinux
+msgid "use FILE as the device map [default=//boot/grub/device.map]"
+msgstr ""
+
+#: debian-bookworm debian-unstable
+msgid "use FILE as the device map [default=/boot/grub/device.map]"
+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 "выводить в длинном формате"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"use quoting style WORD for entry names: literal, locale, shell, shell-"
+"always, shell-escape, shell-escape-always, c, escape (overrides "
+"QUOTING_STYLE environment variable)"
+msgstr ""
+"использовать стиль экранирования СЛОВО для имен записей: literal, locale, "
+"shell, shell-always, shell-escape, shell-escape-always, c, escape "
+"(переопределяет переменную окружения 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
+msgid "use visible padding characters."
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "user quotas"
+msgstr ""
+
+#: fedora-rawhide
+#, no-wrap
+msgid "util-linux 2.39-rc3"
+msgstr "util-linux 2.39-rc3"
+
+#: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux
+#: debian-bookworm debian-unstable mageia-cauldron
+msgid "variation of printer mode for \"less\""
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "I<version>"
+msgid "version"
+msgstr "I<version>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "--version"
+msgid "version 7.2"
+msgstr "--version"
+
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed debian-bookworm debian-unstable
+#, no-wrap
+msgid "warn"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "when decoding, ignore non-alphabet characters"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"when showing file information for a symbolic link, show information for the "
+"file the link references rather than for the link itself"
+msgstr ""
+"для символических ссылок отображать информацию о файле, на который они "
+"ссылаются, а не о самой ссылке"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "where"
+msgstr "где"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "with B<-l> and B<-s>, print sizes like 1K 234M 2G etc."
+msgstr ""
+"c B<-l> и/или B<-s> печатать размеры в удобном для человека виде (например, "
+"1K 234M 2G)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"with B<-l>, WORD determines which time to show; with B<--sort>=I<\\,time\\/"
+">, sort by WORD (newest first)"
+msgstr ""
+"с B<-l>,СЛОВО определяет время, которое следует показать; с B<--sort>=I<\\,"
+"time\\/>, сортировать по СЛОВУ (начиная с новейших)"
+
+#: 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 "в сочетании с B<-l> выводит информацию о владельце каждого файла"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"with B<-l>, scale sizes by SIZE when printing them; e.g., '--block-size=M'; "
+"see SIZE format below"
+msgstr ""
+"в сочетании с B<-l>, использовать блоки размером РАЗМЕР. Например, «--block-"
+"size=M». Формат РАЗМЕРа см. ниже"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+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 ""
+"в сочетании с B<-lt>: сортировать и выводить по времени доступа; в сочетании "
+"с B<-l>: выводить время доступа и отсортировать по имени; иначе: сортировать "
+"по времени доступа, начиная с новейших"
+
+#: archlinux debian-unstable fedora-40 fedora-rawhide 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 ""
+"в сочетании с B<-lt>: выводить время последнего изменения информации о "
+"состоянии файла (ctime) и сортировать по этому времени; в сочетании с B<-l>: "
+"выводить ctime и сортировать по имени; в противном случае: сортировать по "
+"ctime, сначала самые новые"
+
+#: debian-bookworm mageia-cauldron 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 ""
+"в сочетании с B<-lt>: выводить время последнего изменения (ctime) и "
+"сортировать по этому времени; в сочетании с B<-l>: выводить время "
+"последнего изменения и сортировать по имени; в противном случае: сортировать "
+"по ctime, сначала самые новые"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"wrap encoded lines after COLS character (default 76). Use 0 to disable line "
+"wrapping"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6
+#, no-wrap
+msgid "yes"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ā"
+msgstr "Ā"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ā"
+msgstr "ā"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ć"
+msgstr "Ć"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ć"
+msgstr "ć"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ē"
+msgstr "Ē"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ē"
+msgstr "ē"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ė"
+msgstr "Ė"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ė"
+msgstr "ė"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ģ"
+msgstr "Ģ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ģ"
+msgstr "ģ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ī"
+msgstr "Ī"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ī"
+msgstr "ī"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Į"
+msgstr "Į"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "į"
+msgstr "į"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ķ"
+msgstr "Ķ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ķ"
+msgstr "ķ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ļ"
+msgstr "Ļ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ļ"
+msgstr "ļ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ł"
+msgstr "Ł"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ł"
+msgstr "ł"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ń"
+msgstr "Ń"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ń"
+msgstr "ń"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ņ"
+msgstr "Ņ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ņ"
+msgstr "ņ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ō"
+msgstr "Ō"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ō"
+msgstr "ō"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Œ"
+msgstr "Œ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "œ"
+msgstr "œ"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ś"
+msgstr "Ś"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ś"
+msgstr "ś"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ş"
+msgstr "Ş"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ş"
+msgstr "ş"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ū"
+msgstr "Ū"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ū"
+msgstr "ū"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ų"
+msgstr "Ų"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ų"
+msgstr "ų"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ź"
+msgstr "Ź"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ź"
+msgstr "ź"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "˙"
+msgstr "˙"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Є"
+msgstr "Є"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "І"
+msgstr "І"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Ї"
+msgstr "Ї"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "є"
+msgstr "є"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "і"
+msgstr "і"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ї"
+msgstr "ї"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "—"
+msgstr "—"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "‘"
+msgstr "‘"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "“"
+msgstr "“"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "…"
+msgstr "…"