diff options
Diffstat (limited to 'po/fa/common/min-002-occurences.po')
-rw-r--r-- | po/fa/common/min-002-occurences.po | 56569 |
1 files changed, 56569 insertions, 0 deletions
diff --git a/po/fa/common/min-002-occurences.po b/po/fa/common/min-002-occurences.po new file mode 100644 index 00000000..6a1112ef --- /dev/null +++ b/po/fa/common/min-002-occurences.po @@ -0,0 +1,56569 @@ +# Common msgids +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:15+0100\n" +"PO-Revision-Date: 2024-01-28 06:07+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" while (read(STDIN_FILENO, &buf, 1) E<gt> 0 && buf != \\[aq]\\en\\[aq])\n" +" continue;\n" +" break;\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" /* Increment a byte at a time so we can see exactly\n" +" what size buffer was required. */\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " buflen++;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (buflen E<gt> MAX_BUF) {\n" +" printf(\"Exceeded buffer limit (%d)\\en\", MAX_BUF);\n" +" exit(EXIT_FAILURE);\n" +" }\n" +" }\n" +" } while (s == ERANGE);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " if (fds[1].revents & POLLIN) {\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " /* Loop over all events in the buffer. */\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " /* Read some events. */\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " exit(EXIT_SUCCESS);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (len E<lt>= 0)\n" +" break;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" len = read(fd, buf, sizeof(buf));\n" +" if (len == -1 && errno != EAGAIN) {\n" +" perror(\"read\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" [\n" +"B<--help>\n" +"]\n" +"[\n" +"B<--help-env>\n" +"]\n" +"[\n" +"B<--help-xoptions>\n" +"]\n" +"[\n" +"B<--help-all>\n" +"]\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" [\n" +"B<-m>\n" +"I<module-name>\n" +"]\n" +"[\n" +"B<-q>\n" +"]\n" +"[\n" +"B<-O>\n" +"]\n" +"[\n" +"B<-OO>\n" +"]\n" +"[\n" +"B<-P>\n" +"]\n" +"[\n" +"B<-s>\n" +"]\n" +"[\n" +"B<-S>\n" +"]\n" +"[\n" +"B<-u>\n" +"]\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" [\n" +"B<-v>\n" +"]\n" +"[\n" +"B<-V>\n" +"]\n" +"[\n" +"B<-W>\n" +"I<argument>\n" +"]\n" +"[\n" +"B<-x>\n" +"]\n" +"[\n" +"B<-X>\n" +"I<option>\n" +"]\n" +"[\n" +"B<-?>\n" +"]\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -X dev: enable CPython's \"development mode\", introducing additional runtime\n" +" checks which are too expensive to be enabled by default. It will not be\n" +" more verbose than the default if the code is correct: new warnings are\n" +" only emitted when an issue is detected. Effect of the developer mode:\n" +" * Add default warning filter, as -W default\n" +" * Install debug hooks on memory allocators: see the PyMem_SetupDebugHooks()\n" +" C function\n" +" * Enable the faulthandler module to dump the Python traceback on a crash\n" +" * Enable asyncio debug mode\n" +" * Set the dev_mode attribute of sys.flags to True\n" +" * io.IOBase destructor logs close() exceptions\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n" +" The default is \"on\" (or \"off\" if you are running a local build).\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -X int_max_str_digits=number: limit the size of intE<lt>-E<gt>str conversions.\n" +" This helps avoid denial of service attacks when parsing untrusted data.\n" +" The default is sys.int_info.default_max_str_digits. 0 disables.\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -X no_debug_ranges: disable the inclusion of the tables mapping extra location\n" +" information (end line, start column offset and end column offset) to every\n" +" instruction in code objects. This is useful when smaller code objects and pyc\n" +" files are desired as well as suppressing the extra visual location indicators\n" +" when the interpreter displays tracebacks.\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the\n" +" given directory instead of to the code tree.\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid " -X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " /* Parent falls through to here. */\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" /* Plus additional fields private to the\n" +" implementation */\n" +"};\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " /* Prepare for polling. */\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.10: */ _POSIX_C_SOURCE E<gt>= 200809L\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\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.17\n" +" (_XOPEN_SOURCE E<gt>= 500 && ! (_POSIX_C_SOURCE E<gt>= 200809L))\n" +" || /* glibc E<gt>= 2.20 */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19 */ _SVID_SOURCE\n" +" glibc 2.12 to glibc 2.16:\n" +" (_XOPEN_SOURCE E<gt>= 500 && ! (_POSIX_C_SOURCE E<gt>= 200112L))\n" +" || _SVID_SOURCE\n" +" Before glibc 2.12:\n" +" _SVID_SOURCE || _XOPEN_SOURCE E<gt>= 500\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.20:\n" +" _DEFAULT_SOURCE\n" +" Before glibc 2.20:\n" +" _BSD_SOURCE || _SVID_SOURCE\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.20:\n" +" _DEFAULT_SOURCE || ! (_POSIX_C_SOURCE E<gt>= 200112L)\n" +" glibc 2.12 to glibc 2.19:\n" +" _BSD_SOURCE || ! (_POSIX_C_SOURCE E<gt>= 200112L)\n" +" Before glibc 2.12:\n" +" _BSD_SOURCE || _XOPEN_SOURCE E<gt>= 500\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.22:\n" +" _POSIX_C_SOURCE E<gt>= 200112L\n" +" glibc 2.21 and earlier:\n" +" _POSIX_C_SOURCE\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _ISOC99_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n" +" || _XOPEN_SOURCE\n" +" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L || _XOPEN_SOURCE\n" +" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" +msgstr "" + +#: 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>= 199506L || _XOPEN_SOURCE E<gt>= 500\n" +msgstr "" + +#: 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>= 2 || _XOPEN_SOURCE\n" +msgstr "" + +#: 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>= 200112L\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n" +msgstr "" + +#: 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: */ _SVID_SOURCE || _BSD_SOURCE\n" +msgstr "" + +#: 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 || _SVID_SOURCE\n" +msgstr "" + +#: 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: */ _SVID_SOURCE\n" +msgstr "" + +#: 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 || _ISOC99_SOURCE\n" +" || _POSIX_C_SOURCE E<gt>= 200112L\n" +msgstr "" + +#: 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 || _POSIX_C_SOURCE E<gt>= 200112L\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _XOPEN_SOURCE E<gt>= 600\n" +" || (_ISOC99_SOURCE && _XOPEN_SOURCE)\n" +" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " attrp = NULL;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" close(fd);\n" +"}\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" cpid = fork();\n" +" if (cpid == -1) {\n" +" perror(\"fork\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" exit(EXIT_SUCCESS); /* Terminate all threads */\n" +"}\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " fclose(fp);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" fd = open(argv[1], O_RDONLY);\n" +" if (fd == -1) {\n" +" perror(\"open\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" fds[0].fd = STDIN_FILENO; /* Console input */\n" +" fds[0].events = POLLIN;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" free(buf);\n" +" exit(EXIT_SUCCESS);\n" +"}\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (argc != 2) {\n" +" fprintf(stderr, \"Usage: %s E<lt>fileE<gt>\\en\", argv[0]);\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (argc != 2) {\n" +" fprintf(stderr, \"Usage: %s E<lt>pathnameE<gt>\\en\", argv[0]);\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (attrp != NULL) {\n" +" s = pthread_attr_destroy(attrp);\n" +" if (s != 0)\n" +" errc(EXIT_FAILURE, s, \"pthread_attr_destroy\");\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (buflen E<gt> MAX_BUF) {\n" +" printf(\"Exceeded buffer limit (%d)\\en\", MAX_BUF);\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (lstat(argv[1], &sb) == -1) {\n" +" perror(\"lstat\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" if (s != 0 || result == NULL) {\n" +" printf(\"Call failed/record not found\\en\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " nfds = 2;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" pause(); /* Terminates when other thread calls exit() */\n" +"}\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " printf(\"Key ID is %jx\\en\", (uintmax_t) key);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" return p;\n" +"}\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" s = pthread_create(&thr, attrp, &thread_start, NULL);\n" +" if (s != 0)\n" +" errc(EXIT_FAILURE, s, \"pthread_create\");\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" s = pthread_join(thr, &res);\n" +" if (s != 0)\n" +" handle_error_en(s, \"pthread_join\");\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " setbuf(stdout, NULL);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid " sleep(2);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" sockfd = socket(AF_INET, SOCK_DGRAM, 0);\n" +" if (sockfd == -1) {\n" +" perror(\"socket()\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" stack = mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE,\n" +" MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0);\n" +" if (stack == MAP_FAILED)\n" +" err(EXIT_FAILURE, \"mmap\");\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" struct sock_fprog prog = {\n" +" .len = ARRAY_SIZE(filter),\n" +" .filter = filter,\n" +" };\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " x * FLT_RADIX ** exp\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -Wdefault # Warn once per call location\n" +" -Werror # Convert to exceptions\n" +" -Walways # Warn every time\n" +" -Wmodule # Warn once per calling module\n" +" -Wonce # Warn once per Python process\n" +" -Wignore # Never warn\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " [section 2]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " [section1]" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " gid: Find the GID for the given group" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " group: Find the group name for the given GID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " subtag1 = subtag_value_a" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " subtag1 = subtag_value_b" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " subtag2 = subtag_value_c" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " tag1 = value_a" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " tag1 = value_b" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " tag1 = value_d" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " tag2 = value_c" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " tag2 = value_e" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " tag3 = {" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " uid: Find the UID for the given user" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " user: Find the user name for the given UID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid " }" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid " B<--qf|--queryformat> I<QUERYFMT>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " B<.\\| > I<filename> [I<arguments>]" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " degrees" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " minutes" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " seconds" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"\"@INC\" above is a reference to the built-in variable of the same name; see " +"perlvar for more information." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"\"es256\" denotes ECDSA over NIST P-256 with SHA-256\\&. \"rs256\" denotes " +"2048-bit RSA with PKCS#1\\&.5 padding and SHA-256\\&. \"eddsa\" denotes " +"EDDSA over Curve25519 with SHA-512\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\"usb 0x04c5 0x1042\" (or other vendor/product ids)" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "# Sample Argument file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"# systemd-nspawn -M rawhide --boot --network-veth --private-users=pick\n" +"Spawning container rawhide on /var/lib/machines/rawhide\\&.\n" +"Selected user namespace base 20119552 and range 65536\\&.\n" +"\\&.\\&.\\&.\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "#!/bin/sh" +msgstr "#!/bin/sh" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "#define MAX_BUF 10000\n" +msgstr "#define MAX_BUF 10000\n" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define SO_EE_ORIGIN_NONE 0\n" +"#define SO_EE_ORIGIN_LOCAL 1\n" +"#define SO_EE_ORIGIN_ICMP 2\n" +"#define SO_EE_ORIGIN_ICMP6 3\n" +msgstr "" +"#define SO_EE_ORIGIN_NONE 0\n" +"#define SO_EE_ORIGIN_LOCAL 1\n" +"#define SO_EE_ORIGIN_ICMP 2\n" +"#define SO_EE_ORIGIN_ICMP6 3\n" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "#define STACK_SIZE (1024 * 1024)\n" +msgstr "#define STACK_SIZE (1024 * 1024)\n" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define _GNU_SOURCE\n" +"#include E<lt>ctype.hE<gt>\n" +"#include E<lt>errno.hE<gt>\n" +"#include E<lt>netdb.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +msgstr "" +"#define _GNU_SOURCE\n" +"#include E<lt>ctype.hE<gt>\n" +"#include E<lt>errno.hE<gt>\n" +"#include E<lt>netdb.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define _GNU_SOURCE\n" +"#include E<lt>err.hE<gt>\n" +"#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" +msgstr "" +"#define _GNU_SOURCE\n" +"#include E<lt>err.hE<gt>\n" +"#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" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define _GNU_SOURCE /* To get pthread_getattr_np() declaration */\n" +"#include E<lt>err.hE<gt>\n" +"#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 "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define handle_error(msg) \\e\n" +" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#include E<lt>err.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" +msgstr "" +"#include E<lt>err.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>string.hE<gt>\n" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#include E<lt>mcheck.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +msgstr "" +"#include E<lt>mcheck.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.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>sys/sysinfo.hE<gt>\n" +msgstr "" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>sys/sysinfo.hE<gt>\n" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"$ machinectl --max-addresses=3\n" +"MACHINE CLASS SERVICE OS VERSION ADDRESSES\n" +"rawhide container systemd-nspawn fedora 30 169\\&.254\\&.40\\&.164 fe80::94aa:3aff:fe7b:d4b9\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "$Mdocdate: April 29 2022 $" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "$Mdocdate: December 16 2022 $" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "$Mdocdate: February 10 2023 $" +msgstr "" + +#: debian-bookworm +#, no-wrap +msgid "$Mdocdate: January 18 2023 $" +msgstr "" + +#: debian-bookworm debian-unstable archlinux +#, no-wrap +msgid "$Mdocdate: March 31 2022 $" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "%J" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "%K" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "%R" +msgstr "" + +#: 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 "( EXPRESSION )" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"(Internet domain sockets) The socket referred to by I<sockfd> had not " +"previously been bound to an address and, upon attempting to bind it to an " +"ephemeral port, it was determined that all port numbers in the ephemeral " +"port range are currently in use. See the discussion of I</proc/sys/net/ipv4/" +"ip_local_port_range> in B<ip>(7)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"(Note: Both I<MAILFROM> and I<MAILTO> variables are expanded, so setting " +"them as in the following example works as expected: MAILFROM=cron-$USER@cron." +"com ($USER is replaced by the system user) )" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "(There are 2 books with this title)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "(c)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"(color mode only) allows the user to specify a gamma table (see the next 3 " +"parameters)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(date will be set to today)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(date will be set to today, seconds to 00)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "(dot) repeat the previous command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "(ignored for compatibility)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "(not in C99) The given I<base> contains an unsupported value." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(seconds will be set to 00)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(time is set to 00:00:00)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(time will be set to 00:00:00)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "* A browser" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"* A compatible NFC device (most NFC readers should work, NFC-enabled phones " +"can * also be used)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "* A website that supports authentication via German ID card" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "* an ID card that is enabled for online identification" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "+5min" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-( archives -)" +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 "-- has I<xx> other links: unchanged" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-- not a regular file or directory: ignored" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--accept-unknown-input-arch" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--add-needed" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--add-stdcall-alias" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--all" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--allow-multiple-definition" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--allow-shlib-undefined" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--as-needed" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--audit AUDITLIB" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--auxiliary=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--bank-window name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--base-file file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--branch-stub" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--build-id" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--build-id=style" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--check-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--compact-branches" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--compress-debug-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--copy-dt-needed-entries" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--cref" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--ctf-parent=member" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--ctf-share-types=method" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--ctf-variables" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--ctf[=section]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--debugging" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "--dec={ 0 | 1 | 2 }" +msgstr "" + +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm +#: fedora-40 mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "--decompress" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--default-imported-symver" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--default-script=scriptfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--default-symver" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--defsym=symbol=expression" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--depaudit AUDITLIB" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dependency-file=depfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-auto-image-base" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-auto-import" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--disable-deterministic-archives" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-dynamicbase" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-forceinteg" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-high-entropy-va" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-large-address-aware" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "--disable-linker-version" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-long-section-names" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-multiple-abs-defs" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-new-dtags" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-no-bind" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-no-isolation" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-no-seh" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-nxcompat" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-reloc-section" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-runtime-pseudo-reloc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-stdcall-fixup" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-tsaware" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--disable-wdmdriver" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dll" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dll-search-prefix string" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dll-verbose" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dsbt-index index" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dsbt-size size" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--dwarf-depth=n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--dwarf-start=n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--dynamic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dynamic-linker=file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dynamic-list-cpp-new" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dynamic-list-cpp-typeinfo" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dynamic-list-data" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dynamic-list=dynamic-list-file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--dynamicbase" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--eh-frame-hdr" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--elf-stt-common=no" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--elf-stt-common=yes" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--embedded-relocs" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--emit-relocs" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-auto-image-base" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-auto-image-base=value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-auto-import" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--enable-deterministic-archives" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-extra-pe-debug" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "--enable-linker-version" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-long-section-names" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-new-dtags" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-non-contiguous-regions" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-non-contiguous-regions-warnings" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-reloc-section" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-runtime-pseudo-reloc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--enable-stdcall-fixup" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--entry=entry" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "--error-execstack" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--error-handling-script=scriptname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "--error-rwx-segments" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--error-unresolved-symbols" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--exclude-all-symbols" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--exclude-libs lib,lib,..." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--exclude-modules-for-implib module,module,..." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--exclude-symbols symbol,symbol,..." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--export-all-symbols" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--export-dynamic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--export-dynamic-symbol-list=file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--export-dynamic-symbol=glob" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--file-alignment" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--filter=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--force-dynamic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--force-exe-suffix" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--force-group-allocation" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--forceinteg" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--format=format" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--format=input-format" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--gc-keep-exported" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--gc-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--got=type" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--gpsize=value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--hash-size=number" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--hash-style=style" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--headers" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--high-entropy-va" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "--human" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--ignore-branch-isa" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--imagic" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--inlines" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--input-target=bfdname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--insert-timestamp" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--insn32" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--just-symbols=filename" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--keep-file-symbols" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--keep-section=sectionpattern" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--keep-symbol=symbolname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--kill-at" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--large-address-aware" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--leading-underscore" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--library-path=searchdir" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--library=namespec" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--line-numbers" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--major-image-version value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--major-os-version value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--major-subsystem-version value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--max-cache-size=size" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--merge-notes" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--minor-image-version value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--minor-os-version value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--minor-subsystem-version value" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--mri-script=MRI-commandfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--nmagic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-accept-unknown-input-arch" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-add-needed" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-allow-shlib-undefined" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-as-needed" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-bind" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-check-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-compact-branches" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-copy-dt-needed-entries" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-ctf-variables" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-define-common" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-dynamic-linker" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-eh-frame-hdr" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "--no-error-execstack" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "--no-error-rwx-segments" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-export-dynamic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-fatal-warnings" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-gc-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-ignore-branch-isa" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-insert-timestamp" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-insn32" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-isolation" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-keep-memory" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-ld-generated-unwind-info" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-leading-underscore" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--no-merge-notes" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-omagic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-print-gc-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-print-map-discarded" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "--no-print-map-locals" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-relax" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-seh" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-strip-discarded" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-trampoline" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-undefined" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-undefined-version" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--no-verbose" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-warn-execstack" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-warn-mismatch" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-warn-rwx-segments" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-warn-search-mismatch" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-warnings" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--no-whole-archive" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--noinhibit-exec" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--nxcompat" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--oformat=output-format" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--omagic" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--only-keep-debug" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--orphan-handling=MODE" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--out-implib file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--output-def file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--output-target=bfdname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--output=output" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--package-metadata=JSON" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--pic-executable" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--plugin name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--pop-state" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--preserve-dates" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--print-file-name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--print-gc-sections" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--print-map" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--print-map-discarded" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "--print-map-locals" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--print-memory-usage" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--print-output-format" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--process-links" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--push-state" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--radix=radix" +msgstr "" + +#: archlinux +#, no-wrap +msgid "--raw" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "--recursive" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--relax" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--relocatable" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "--remap-inputs-file=file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "--remap-inputs=pattern=filename" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--remove-relocations=sectionpattern" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--require-defined=symbol" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--retain-symbols-file=filename" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--script=scriptfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--section-alignment" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--section-headers" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--section-start=sectionname=org" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--section=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--sort-common" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--sort-common=ascending" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--sort-common=descending" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--sort-section=alignment" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--sort-section=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--spare-dynamic-tags=count" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--special-syms" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--split-by-file[=size]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--split-by-reloc[=count]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--start-group archives --end-group" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--stats" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--strip-discarded" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--strip-dwo" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "--strip-section-headers" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--strip-symbol=symbolname" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--strip-unneeded" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--stub-group-size=N" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--syms" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--sysroot=directory" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--task-link" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--trace" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--trace-symbol=symbol" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--traditional-format" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--tsaware" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--undefined=symbol" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--unique[=SECTION]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--unresolved-symbols=method" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--verbose[=NUMBER]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--version-script=version-scriptfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-alternate-em" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-common" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-constructors" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-execstack" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "--warn-execstack-objects" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-multiple-gp" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-once" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-rwx-segments" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-section-align" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-textrel" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--warn-unresolved-symbols" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--wdmdriver" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--whole-archive" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--wide" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--wildcard" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "--wrap=symbol" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "-2" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "-3" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "-4" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "-6" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "-8" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "-?" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bdynamic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bgroup" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bno-symbolic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bshareable" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bstatic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bsymbolic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Bsymbolic-functions" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-E<gt>, B<--more-than>=I<\\,NUMBER\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-E<lt>, B<--less-than>=I<\\,NUMBER\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-F bfdname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-F name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-G value" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-I bfdname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Ifile" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-K symbolname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-L searchdir" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-M\t# use mode reader option" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Map=mapfile" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-N port_number" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-N symbolname" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-O" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-O bfdname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-O level" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-P AUDITLIB" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-P password" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-Q" +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 fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Qy" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-R filename" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-R, --raw" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-T scriptfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Tbss=org" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Tdata=org" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Tldata-segment=org" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Trodata-segment=org" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Ttext-segment=org" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Ttext=org" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-U userid" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Ur" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-V --version" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-Y path" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "-\\&.mount" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "-\\&.slice" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-a keyword" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-am" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-assert keyword" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-b bfdname" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-b input-format" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-c MRI-commandfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-call_shared" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-dT scriptfile" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-dc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-dn" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-dp" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-dy" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-e entry" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-e | -E filename" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-f name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-fini=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-h name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-init=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-l namespec" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-l phrase_file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-m emulation" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-no-pie" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-non_shared" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-nostdlib" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-o output" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-pie" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-plugin name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-qmagic" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-rpath-link=dir" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-rpath=dir" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "-s | -S filename" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-shared" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-soname=name" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-static" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-t radix" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-u symbol" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-v, --version" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "--version" +msgid "-version" +msgstr "--version" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-y symbol" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-z defs" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-z keyword" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "-z muldefs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/\\&.extra/credentials/*\\&.cred" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/\\&.extra/global_credentials/*\\&.cred" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/\\&.extra/sysext/*\\&.raw" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/\\&.extra/tpm2-pcr-pkey\\&.pem" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/\\&.extra/tpm2-pcr-signature\\&.json" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/dev/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/dev/initctl" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/dev/loop-control" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/dev/mem" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/dev/shm/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/efi/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/binfmt\\&.d/*\\&.conf" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "/etc/crypto-policies/back-ends" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "/etc/crypto-policies/config" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "/etc/crypto-policies/local\\&.d" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/crypttab" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/dnssec-trust-anchors\\&.d/*\\&.negative" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/dnssec-trust-anchors\\&.d/*\\&.positive" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/environment" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/environment\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/hostname" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/etc/initrd-release" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/integritytab" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/kernel/entry-token" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/kernel/tries" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/kernel/uki\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/locale\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/machine-info" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/modules-load\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/os-release" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/sysctl\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/coredump\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/coredump\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/homed\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/homed\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/journal-remote\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/journal-remote\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/journal-upload\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/journal-upload\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/journald@I<NAMESPACE>\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/journald\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/logind\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/logind\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/networkd\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/networkd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/oomd\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/oomd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/resolved\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/etc/systemd/resolved\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/sleep\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/sleep\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/system-preset/*\\&.preset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/timesyncd\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/timesyncd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/systemd/user-preset/*\\&.preset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/sysusers\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "/etc/ttys" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/udev/udev\\&.conf" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/vconsole\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/etc/veritytab" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "/etc/whois.conf" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "/etc/wodim.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/lib/" +msgstr "/lib/" + +#: debian-bookworm +msgid "/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf" +msgstr "/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf" + +#: debian-bookworm +msgid "/lib/systemd/system-boot-check-no-failures" +msgstr "/lib/systemd/system-boot-check-no-failures" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-bless-boot-generator" +msgstr "/lib/systemd/system-generators/systemd-bless-boot-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-cryptsetup-generator" +msgstr "/lib/systemd/system-generators/systemd-cryptsetup-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-debug-generator" +msgstr "/lib/systemd/system-generators/systemd-debug-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-fstab-generator" +msgstr "/lib/systemd/system-generators/systemd-fstab-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-getty-generator" +msgstr "/lib/systemd/system-generators/systemd-getty-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-gpt-auto-generator" +msgstr "/lib/systemd/system-generators/systemd-gpt-auto-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-hibernate-resume-generator" +msgstr "/lib/systemd/system-generators/systemd-hibernate-resume-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-integritysetup-generator" +msgstr "/lib/systemd/system-generators/systemd-integritysetup-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-rc-local-generator" +msgstr "/lib/systemd/system-generators/systemd-rc-local-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-run-generator" +msgstr "/lib/systemd/system-generators/systemd-run-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-system-update-generator" +msgstr "/lib/systemd/system-generators/systemd-system-update-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-sysv-generator" +msgstr "/lib/systemd/system-generators/systemd-sysv-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-generators/systemd-veritysetup-generator" +msgstr "/lib/systemd/system-generators/systemd-veritysetup-generator" + +#: debian-bookworm +msgid "/lib/systemd/system-preset/*\\&.preset" +msgstr "/lib/systemd/system-preset/*\\&.preset" + +#: debian-bookworm +msgid "/lib/systemd/system-shutdown/" +msgstr "/lib/systemd/system-shutdown/" + +#: debian-bookworm +msgid "/lib/systemd/system-sleep" +msgstr "/lib/systemd/system-sleep" + +#: debian-bookworm +msgid "/lib/systemd/systemd-binfmt" +msgstr "/lib/systemd/systemd-binfmt" + +#: debian-bookworm +msgid "/lib/systemd/systemd-bless-boot" +msgstr "/lib/systemd/systemd-bless-boot" + +#: debian-bookworm +msgid "/lib/systemd/systemd-coredump" +msgstr "/lib/systemd/systemd-coredump" + +#: debian-bookworm +msgid "/lib/systemd/systemd-cryptsetup" +msgstr "/lib/systemd/systemd-cryptsetup" + +#: debian-bookworm +msgid "/lib/systemd/systemd-fsck" +msgstr "/lib/systemd/systemd-fsck" + +#: debian-bookworm +msgid "/lib/systemd/systemd-fsckd" +msgstr "/lib/systemd/systemd-fsckd" + +#: debian-bookworm +msgid "/lib/systemd/systemd-growfs" +msgstr "/lib/systemd/systemd-growfs" + +#: debian-bookworm +msgid "/lib/systemd/systemd-hibernate-resume" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-homed" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-hostnamed" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-importd" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-initctl" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-integritysetup" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-journald" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-localed" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-logind" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-machined" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-makefs" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-modules-load" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-network-generator" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-networkd" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-networkd-wait-online" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-oomd" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-portabled" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-pstore" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-quotacheck" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-random-seed" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-remount-fs" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-resolved" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-rfkill" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-shutdown" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-time-wait-sync" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-timedated" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-timesyncd" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-update-done" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-update-utmp" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-user-runtime-dir" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-user-sessions" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-userdbd" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-veritysetup" +msgstr "" + +#: debian-bookworm +msgid "/lib/systemd/systemd-volatile-root" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/lib64/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/proc/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/proc/cmdline" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/proc/sys/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/proc/sys/kernel/keys/persistent_keyring_expiry\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/root/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/binfmt\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/dnssec-trust-anchors\\&.d/*\\&.negative" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/dnssec-trust-anchors\\&.d/*\\&.positive" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/environment\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/log/" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "/run/log/systemd/tpm2-measure\\&.log" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/modules-load\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/sysctl\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/coredump\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/run/systemd/generator" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/run/systemd/generator\\&.early" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/run/systemd/generator\\&.late" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/run/systemd/homed\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/journal-remote\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/journal-upload\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/journald@I<NAMESPACE>\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/journald\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/logind\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/notify" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/private" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/run/systemd/resolved\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/sleep\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/system-preset/*\\&.preset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/timesyncd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/systemd/user-preset/*\\&.preset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/sysusers\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/user/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/run/utmp" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/sys/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/sys/firmware/dmi/entries/11-*/raw" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/sys/fs/cgroup/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/tmp/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/usr/bin/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/include/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/binfmt\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/clock-epoch" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/dnssec-trust-anchors\\&.d/*\\&.negative" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/dnssec-trust-anchors\\&.d/*\\&.positive" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/environment\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/usr/lib/extension-release\\&.d/extension-release\\&.I<IMAGE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/modules-load\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/os-release" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/sysctl\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/boot/efi/linuxaa64\\&.efi\\&.stub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/boot/efi/linuxia32\\&.efi\\&.stub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/boot/efi/linuxx64\\&.efi\\&.stub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/coredump\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/usr/lib/systemd/homed\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/journal-remote\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/journal-upload\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/journald@I<NAMESPACE>\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/journald\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/logind\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed opensuse-leap-15-6 +msgid "/usr/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/usr/lib/systemd/oomd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "/usr/lib/systemd/resolved\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/sleep\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-boot-check-no-failures" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-bless-boot-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-cryptsetup-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-debug-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-fstab-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-getty-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-gpt-auto-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-hibernate-resume-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-integritysetup-generator" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-rc-local-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-run-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-system-update-generator" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-sysv-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-generators/systemd-veritysetup-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-preset/*\\&.preset" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/system-sleep" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-binfmt" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-bless-boot" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-coredump" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-fsck" +msgstr "" + +#: debian-unstable +msgid "/usr/lib/systemd/systemd-fsckd" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-growfs" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-homed" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-hostnamed" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-importd" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-initctl" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-integritysetup" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-journald" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-localed" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-logind" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-machined" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-makefs" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-modules-load" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-network-generator" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-networkd" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-networkd-wait-online" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-oomd" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-portabled" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-pstore" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-quotacheck" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-random-seed" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-remount-fs" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-resolved" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-rfkill" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-time-wait-sync" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-timedated" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-timesyncd" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "/usr/lib/systemd/systemd-tpm2-setup" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-update-done" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 +msgid "/usr/lib/systemd/systemd-update-utmp" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-user-runtime-dir" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-user-sessions" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-userdbd" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-veritysetup" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/systemd-volatile-root" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/timesyncd\\&.conf\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-" +"generator" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/systemd/user-preset/*\\&.preset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/lib/sysusers\\&.d/*\\&.conf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/usr/local/lib/systemd/system" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/usr/local/lib/systemd/user" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/share/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/share/doc/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/share/factory/etc/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/usr/share/factory/var/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/var/lib/systemd/home/*\\&.public" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/var/lib/systemd/home/local\\&.private" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/var/lib/systemd/home/local\\&.public" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/var/lib/systemd/timesync/clock" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/var/run/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "/var/spool/" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "0 = success" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "0 arguments" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "02 Oct, 2002" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "09 June 2002" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "09 October 2016" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "0x00" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1 November 2009" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1 October 2010" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1 argument" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.0" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.2" +msgstr "" + +#: debian-bookworm +#, no-wrap +msgid "1.65.2" +msgstr "" + +#: debian-unstable +#, no-wrap +msgid "1.66" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Copy foo to foo.fullE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Link the executable as normal. Assuming that it is calledE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Link the executable as normal. Assuming that it is calledE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Link the executable as normal.E<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Run objcopy --add-gnu-debuglink=foo.dbg fooE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Run objcopy --add-gnu-debuglink=foo.full fooE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Run objcopy --only-keep-debug foo foo.dbg toE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1.E<lt>Run objcopy --strip-debug foo to create aE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "10 Feb 2010" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "1000" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "10000" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "105" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "106" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "109" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "110" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "111" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "112" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "116" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "120" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "1200" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "123" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "15 Nov 2022" +msgstr "" + +#: mageia-cauldron +#, no-wrap +msgid "17 December 2018" +msgstr "" + +#: mageia-cauldron +#, no-wrap +msgid "18 November 2018" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "19." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "192.168.0.1" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2 arguments" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2.0" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2.6 KERNELS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "2." +msgid "20." +msgstr "2." + +#: debian-bookworm debian-unstable +msgid "2001 Henrique de Moraes Holschuh" +msgstr "" + +#: mageia-cauldron +#, no-wrap +msgid "2021 November 22" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "2." +msgid "24." +msgstr "2." + +#: debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 archlinux +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "2500" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "2." +msgid "26." +msgstr "2." + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "27 November 2013" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "28 July 2007" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "29 October 2010" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "3 Feb 2001" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "3 arguments" +msgstr "" + +#: debian-bookworm +#, no-wrap +msgid "3.0.11" +msgstr "" + +#: debian-unstable +#, no-wrap +msgid "3.1.5" +msgstr "" + +#: archlinux +#, no-wrap +msgid "3.2.1" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "3.8" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "30 SCSI/USB detail" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "38" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "39" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "4 arguments" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "4.3BSD, POSIX.1-2001." +msgstr "" + +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "4.4BSD, POSIX.1-2001." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "4.4BSD, SVr4, POSIX.1-2001." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "49" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "5 or more arguments" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "5.13" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "512" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "52" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "56" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "6.5.1" +msgstr "" + +#: debian-unstable mageia-cauldron +#, no-wrap +msgid "6.6.3" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "6.7.1" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "60" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 archlinux +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "61" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "62" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "63" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "65" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "67" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "69" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "70" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "71" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "720" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "73" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "74" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "75" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "77" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "8 Nov 1994" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "9 October 2012" +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 ":e" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid ":p" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid ":q or :Q" +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 "=Ranges" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=abbrev" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=addr" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=aranges" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=cu_index" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=decodedline" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=do-not-use-debuginfod" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=follow-links" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=frames" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=frames-interp" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=gdb_index" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=info" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=links" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=loc" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=macro" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=no-follow-links" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=pubnames" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=pubtype" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=rawline" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=str" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=str-offsets" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=trace_abbrev" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=trace_aranges" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=trace_info" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=use-debuginfod" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "@7" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "@8" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A NUMA machine has different memory controllers with different distances to " +"specific CPUs. The memory policy defines from which node memory is " +"allocated for the thread." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A SIGSEGV violation was detected which usually means that the input file has " +"been corrupted." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A child created via B<fork>(2) inherits a copy of its parent's signal " +"dispositions. During an B<execve>(2), the dispositions of handled signals " +"are reset to the default; the dispositions of ignored signals are left " +"unchanged." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A child created via B<fork>(2) inherits a copy of its parent's signal mask; " +"the signal mask is preserved across B<execve>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A child created via B<fork>(2) initially has an empty pending signal set; " +"the pending signal set is preserved across an B<execve>(2)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"A common symbol. If there are only (one or more) common symbols for a " +"variable, it goes in the uninitialized data area of the output file. The " +"linker merges multiple common symbols for the same variable into a single " +"symbol. If they are of different sizes, it picks the largest size. The " +"linker turns a common symbol into a declaration, if there is a definition of " +"the same variable." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A component of I<path> is not a directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A component of I<pathname> does not exist or is a dangling symbolic link." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A connection operation on a nonblocking socket is already in progress." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A connection was closed during an B<accept>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A daemon that listens for reboot notifications from other hosts, and manages " +"the list of hosts to be notified when the local system reboots" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"A definition, which goes in the initialized data section of the output file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"A fourth way to avoid this problem is to re-code your library to use a " +"functional interface rather than a data interface for the offending " +"variables (e.g. B<set_foo()> and B<get_foo()> accessor functions)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "A height, again in ASCII decimal." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A helper program that notifies NFS peers after the local system reboots" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A kernel subsystem was not configured." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "A literal E<.Sq %>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A nonexistent interface was requested or the requested source address was " +"not local." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A nonsettable monotonically increasing clock that measures time from some " +"unspecified point in the past that does not change after system startup." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "A note on freshness" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A pathname was longer than B<MAXPATHLEN>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"A second solution is to force one of the 'constants' to be a variable -- " +"that is, unknown and un-optimizable at compile time. For arrays, there are " +"two possibilities: a) make the indexee (the array's address) a variable, or " +"b) make the 'constant' index a variable. Thus:" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"A second solution is to force one of the 'constants' to be a variable \\*(-- " +"that is, unknown and un-optimizable at compile time. For arrays, there are " +"two possibilities: a) make the indexee (the array's address) a variable, or " +"b) make the 'constant' index a variable. Thus:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"A shared library specified at link time may not be the same as the one that " +"is available at load time, so the symbol might actually be resolvable at " +"load time." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "A single option is supported:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A supplied memory address was invalid." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"A system-wide clock derived from wall-clock time but counting leap seconds." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A system-wide clock derived from wall-clock time but ignoring leap seconds." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"A third method of dealing with this difficulty is to abandon \\&'auto-" +"import' for the offending symbol and mark it with \\&CW<\\*(C`_\\|" +"_declspec(dllimport)\\*(C'>. However, in practice that requires using " +"compile-time #defines to indicate whether you are building a DLL, building " +"client code that will link to the DLL, or merely building/linking to a " +"static library. In making the choice between the various methods of " +"resolving the 'direct address with constant offset' problem, you should " +"consider typical real-world usage:" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"A third method of dealing with this difficulty is to abandon \\&'auto-" +"import' for the offending symbol and mark it with \\&CW<\\*(C`_\\|" +"_declspec(dllimport)\\*(C'>. However, in practice that requires using " +"compile-time #defines to indicate whether you are building a \\s-1DLL,\\s0 " +"building client code that will link to the \\s-1DLL,\\s0 or merely building/" +"linking to a static library. In making the choice between the various " +"methods of resolving the 'direct address with constant offset' problem, you " +"should consider typical real-world usage:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A user-space application that wishes to determine which extensions the " +"running kernel supports can do so by conducting a binary search on I<size> " +"with a structure which has every byte nonzero (to find the largest value " +"which doesn't produce an error of B<E2BIG>)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of hardware addresses\\&. The acceptable formats " +"are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of hardware\\*(Aqs permanent addresses\\&. While " +"I<MACAddress=> matches the device\\*(Aqs current MAC address, this matches " +"the device\\*(Aqs permanent MAC address, which may be different from the " +"current one\\&. Use full colon-, hyphen- or dot-delimited hexadecimal, or " +"IPv4 or IPv6 address format\\&. This option may appear more than once, in " +"which case the lists are merged\\&. If the empty string is assigned to this " +"option, the list of hardware addresses defined prior to this is reset\\&. " +"Defaults to unset\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of shell-style globs matching the device kind, " +"as exposed by B<networkctl status >I<INTERFACE> or B<ip -d link show " +">I<INTERFACE>\\&. If the list is prefixed with a \"!\", the test is " +"inverted\\&. Some valid values are \"bond\", \"bridge\", \"gre\", \"tun\", " +"\"veth\"\\&. Valid kinds are given by netlink\\*(Aqs \"IFLA_INFO_KIND\" " +"attribute, so this is not comprehensive\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of shell-style globs matching the device type, " +"as exposed by B<networkctl list>\\&. If the list is prefixed with a \"!\", " +"the test is inverted\\&. Some valid values are \"ether\", \"loopback\", " +"\"wlan\", \"wwan\"\\&. Valid types are named either from the udev " +"\"DEVTYPE\" attribute, or \"ARPHRD_\" macros in linux/if_arp\\&.h, so this " +"is not comprehensive\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of shell-style globs matching the driver " +"currently bound to the device, as exposed by the udev property " +"I<ID_NET_DRIVER> of its parent device, or if that is not set, the driver as " +"exposed by B<ethtool -i> of the device itself\\&. If the list is prefixed " +"with a \"!\", the test is inverted\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of shell-style globs matching the persistent " +"path, as exposed by the udev property I<ID_PATH>\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A whitespace-separated list of udev property names with their values after " +"equals sign (\"=\")\\&. If multiple properties are specified, the test " +"results are ANDed\\&. If the list is prefixed with a \"!\", the test is " +"inverted\\&. If a value contains white spaces, then please quote whole key " +"and value pair\\&. If a value contains quotation, then please escape the " +"quotation with \"\\e\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A wide character has been encountered that can not be represented as a " +"multibyte sequence (according to the current locale). In this case, I<*src> " +"is left pointing to the invalid wide character, I<(size_t)\\ -1> is " +"returned, and I<errno> is set to B<EILSEQ>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "A width, formatted as ASCII characters in decimal." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ABOUT THIS FILE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ACCESS CONTROL" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +#, no-wrap +msgid "ACKNOWLEDGMENTS" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "ACS magic cookie count" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ACTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ADDITIONAL NOTES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ADVANCED USAGE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ALIASES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ALMOST EQUAL TO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AND HORIZONTAL DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "API File Systems" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "ASYNC-SIGNAL SAFETY" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "AT&T" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "AUTHENTICATION" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"According to POSIX, the behavior of a process is undefined after it ignores " +"a B<SIGFPE>, B<SIGILL>, or B<SIGSEGV> signal that was not generated by " +"B<kill>(2) or B<raise>(3). Integer division by zero has undefined result. " +"On some architectures it will generate a B<SIGFPE> signal. (Also dividing " +"the most negative integer by -1 may generate B<SIGFPE>.) Ignoring this " +"signal might lead to an endless loop." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"According to POSIX.1, if I<count> is greater than B<SSIZE_MAX>, the result " +"is implementation-defined; see NOTES for the upper limit on Linux." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"According to POSIX.1-2008/SUSv4 Section XSI 2.9.7 (\"Thread Interactions " +"with Regular File Operations\"):" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Actions" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Add (and enable) the repo from the specified file or url. If it has to be " +"added into installroot, combine it with B<--setopt=reposdir=/" +"E<lt>installrootE<gt>/etc/yum.repos.d> command-line option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Add I<path> to the default library search path. This option exists for " +"Solaris compatibility." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Add a B<E<lt>repoidE<gt>> as a new repository. Can be specified multiple " +"times." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Add a B<E<lt>repoidE<gt>> as an old repository. It is possible to be used in " +"conjunction with B<--repofrompath> option. Can be specified multiple times." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Add a directory to the runtime library search path. This is used when " +"linking an ELF executable with shared objects. All B<-rpath> arguments are " +"concatenated and passed to the runtime linker, which uses them to locate " +"shared objects at runtime." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Add a directory to the runtime library search path. This is used when " +"linking an \\s-1ELF\\s0 executable with shared objects. All B<-rpath> " +"arguments are concatenated and passed to the runtime linker, which uses them " +"to locate shared objects at runtime." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Add architectures to change the default from just comparing source packages. " +"Note that you can use a wildcard \"*\" for all architectures. Can be " +"specified multiple times." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Add path I<searchdir> to the list of paths that B<ld> will search for " +"archive libraries and B<ld> control scripts. You may use this option any " +"number of times. The directories are searched in the order in which they " +"are specified on the command line. Directories specified on the command " +"line are searched before the default directories. All \\&B<-L> options " +"apply to all B<-l> options, regardless of the order in which the options " +"appear. B<-L> options do not affect how B<ld> searches for a linker script " +"unless B<-T> option is specified." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Add the archive or object file specified by I<namespec> to the list of files " +"to link. This option may be used any number of times. If I<namespec> is of " +"the form I<:filename>, B<ld> will search the library path for a file called " +"I<filename>, otherwise it will search the library path for a file called " +"I<libnamespec.a>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Added in version 185\\&." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Added in version 200\\&." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Added in version 223\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Additional backup superblocks can be determined by using the B<mke2fs> " +"program using the B<-n> option to print out where the superblocks exist, " +"supposing B<mke2fs> is supplied with arguments that are consistent with the " +"file system's layout (e.g. blocksize, blocks per group, B<sparse_super>, " +"etc.)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"Additionally, the AIX I<box1> capability will be automatically translated to " +"an B<acsc> string." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Additionally, this program translates the AIX B<box1> capability to an " +"B<acsc> string." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "" +"Additionally, version strings can have an I<epoch> value defined that will " +"overrule any version comparison, unless the epoch values are equal\\&. This " +"is specified in an epoch:version-rel format\\&. For example, 2:1\\&.0-1 is " +"always greater than 1:3\\&.6-1\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Address formats" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Adds I<AUDITLIB> to the CW<\\*(C`DT_AUDIT\\*(C'> entry of the dynamic " +"section. \\&I<AUDITLIB> is not checked for existence, nor will it use the " +"DT_SONAME specified in the library. If specified multiple times " +"CW<\\*(C`DT_AUDIT\\*(C'> will contain a colon separated list of audit " +"interfaces to use. If the linker finds an object with an audit entry while " +"searching for shared libraries, it will add a corresponding " +"CW<\\*(C`DT_DEPAUDIT\\*(C'> entry in the output file. This option is only " +"meaningful on ELF platforms supporting the rtld-audit interface." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Adds I<AUDITLIB> to the CW<\\*(C`DT_DEPAUDIT\\*(C'> entry of the dynamic " +"section. \\&I<AUDITLIB> is not checked for existence, nor will it use the " +"DT_SONAME specified in the library. If specified multiple times " +"CW<\\*(C`DT_DEPAUDIT\\*(C'> will contain a colon separated list of audit " +"interfaces to use. This option is only meaningful on ELF platforms " +"supporting the rtld-audit interface. The -P option is provided for Solaris " +"compatibility." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Adds I<\\s-1AUDITLIB\\s0> to the CW<\\*(C`DT_AUDIT\\*(C'> entry of the " +"dynamic section. \\&I<\\s-1AUDITLIB\\s0> is not checked for existence, nor " +"will it use the \\s-1DT_SONAME\\s0 specified in the library. If specified " +"multiple times CW<\\*(C`DT_AUDIT\\*(C'> will contain a colon separated list " +"of audit interfaces to use. If the linker finds an object with an audit " +"entry while searching for shared libraries, it will add a corresponding " +"CW<\\*(C`DT_DEPAUDIT\\*(C'> entry in the output file. This option is only " +"meaningful on \\s-1ELF\\s0 platforms supporting the rtld-audit interface." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Adds I<\\s-1AUDITLIB\\s0> to the CW<\\*(C`DT_DEPAUDIT\\*(C'> entry of the " +"dynamic section. \\&I<\\s-1AUDITLIB\\s0> is not checked for existence, nor " +"will it use the \\s-1DT_SONAME\\s0 specified in the library. If specified " +"multiple times CW<\\*(C`DT_DEPAUDIT\\*(C'> will contain a colon separated " +"list of audit interfaces to use. This option is only meaningful on " +"\\s-1ELF\\s0 platforms supporting the rtld-audit interface. The -P option " +"is provided for Solaris compatibility." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Adds I<dir> to the directory stack at the top" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Adds a directory to the top of the directory stack, or rotates the stack, " +"making the new top of the stack the current working directory. With no " +"arguments, B<pushd> exchanges the top two elements of the directory stack. " +"Arguments, if supplied, have the following meanings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Adjust the initial MMP update interval to I<interval> seconds. Specifying " +"an I<interval> of 0 means to use the default interval. The specified " +"interval must be less than 300 seconds. Requires that the B<mmp> feature be " +"enabled." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "Adjust the method used to share types between translation units in CTF." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Adjust the method used to share types between translation units in \\s-1CTF." +"\\s0" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"After any matches defined by the compspec are generated, directory name " +"completion is attempted and any matches are added to the results of the " +"other actions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"After expanding each I<simple command>, B<for> command, B<case> command, " +"B<select> command, or arithmetic B<for> command, display the expanded value " +"of E<.SM> B<PS4>, followed by the command and its expanded arguments or " +"associated word list." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"After the stack has been modified, if the B<-n> option was not supplied, " +"B<pushd> uses the B<cd> builtin to change to the directory at the top of the " +"stack. If the B<cd> fails, B<pushd> returns a non-zero value." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Alan Cox, E<lt>Alan.Cox@linux.orgE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Alias names. May also be specified as B<-a>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"All archive members included in the link, with a mention of the symbol which " +"caused the archive member to be brought in." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"All arguments in the form of assignment statements are placed in the " +"environment for a command, not just those that precede the command name." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "All current limits are reported; no limits are set" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"All general DNF options are accepted. Namely, the B<--repoid> option can be " +"used to specify the repositories to synchronize. See I<Options> in B<dnf(8)> " +"for details." +msgstr "" + +#: opensuse-leap-15-6 +msgid "All is good." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"All of the following functions shall be atomic with respect to each other in " +"the effects specified in POSIX.1-2008 when they operate on regular files or " +"symbolic links: ..." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"All orphan sections are discarded, by placing them in the \\&B</DISCARD/> " +"section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "All other commands" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"All processes run in a separate process group. When a background job " +"completes, the shell prints a line containing its exit status." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Allow multiple definitions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Allows forwarding of E<.Xr ssh-agent 1> to the remote system. The default " +"is not to forward an authentication agent." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Allows one to set the link state of the virtual function (VF)\\&. Takes a " +"boolean or a special value \"auto\"\\&. Setting to \"auto\" means a " +"reflection of the physical function (PF) link state, \"yes\" lets the VF to " +"communicate with other VFs on this host even if the PF link state is down, " +"\"no\" causes the hardware to drop any packets sent by the VF\\&. When " +"unset, the kernel\\*(Aqs default will be used\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Allows or disallows undefined symbols in shared libraries. This switch is " +"similar to B<--no-undefined> except that it determines the behaviour when " +"the undefined symbols are in a shared library rather than a regular object " +"file. It does not affect how undefined symbols in regular object files are " +"handled." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "" +"Alphanumeric:\n" +" 1\\&.0a E<lt> 1\\&.0b E<lt> 1\\&.0beta E<lt> 1\\&.0p E<lt> 1\\&.0pre E<lt> 1\\&.0rc E<lt> 1\\&.0 E<lt> 1\\&.0\\&.a E<lt> 1\\&.0\\&.1\n" +"Numeric:\n" +" 1 E<lt> 1\\&.0 E<lt> 1\\&.1 E<lt> 1\\&.1\\&.1 E<lt> 1\\&.2 E<lt> 2\\&.0 E<lt> 3\\&.0\\&.0\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Also download and uncompress comps.xml. Consider using B<--download-" +"metadata> option which will download all available repository metadata." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Also search all the mirrored databases." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Although technically B<man> is a troff macro package, in reality a large " +"number of other tools process man page files that don't implement all of " +"troff's abilities. Thus, it's best to avoid some of troff's more exotic " +"abilities where possible to permit these other tools to work correctly. " +"Avoid using the various troff preprocessors (if you must, go ahead and use " +"B<tbl>(1), but try to use the B<IP> and B<TP> commands instead for two-" +"column tables). Avoid using computations; most other tools can't process " +"them. Use simple commands that are easy to translate to other formats. The " +"following troff macros are believed to be safe (though in many cases they " +"will be ignored by translators): B<\\e\">, B<.>, B<ad>, B<bp>, B<br>, B<ce>, " +"B<de>, B<ds>, B<el>, B<ie>, B<if>, B<fi>, B<ft>, B<hy>, B<ig>, B<in>, B<na>, " +"B<ne>, B<nf>, B<nh>, B<ps>, B<so>, B<sp>, B<ti>, B<tr>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Although the image understands isolation, do not isolate the image. This " +"option is disabled by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"Always generate warnings, even if the executable stack is requested via the " +"B<-z execstack> command line option." +msgstr "" + +#: archlinux +msgid "Always show directive names even if only one I<directive> is provided." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Always, for a user process." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Amit Gud E<lt>agud@redhat.comE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"An NFS client sends a hostname, known as the client's I<caller_name>, in " +"each file lock request. An NFS server can use this hostname to send " +"asynchronous GRANT calls to a client, or to notify the client it has " +"rebooted." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"An alternative form of the option \\&B<--remap-inputs-file=filename> allows " +"the remappings to be read from a file. Each line in the file can contain a " +"single remapping. Blank lines are ignored. Anything from a hash character " +"(B<#>) to the end of a line is considered to be a comment and is also " +"ignored. The mapping pattern can be separated from the filename by " +"whitespace or an equals (B<=>) character." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An implementation of these functions might be:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An invalid flag value was specified in I<flags>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"An invalid multibyte sequence has been encountered. In this case, I<*src> " +"is left pointing to the invalid multibyte sequence, I<(size_t)\\ -1> is " +"returned, and I<errno> is set to B<EILSEQ>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An invalid signal was specified." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"An option with machine dependent effects. This option is only supported on " +"a few targets." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"An undefined reference, which does not allocate space. There must be either " +"a definition or a common symbol for the variable somewhere." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An unsupported value was specified in I<flags>." +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "Anacron Users' Manual" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Andy Adamson E<lt>andros@umich.eduE<gt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Another effect of the switch is to set the default hash table size to 1021, " +"which again saves memory at the cost of lengthening the linker's run time. " +"This is not done however if the B<--hash-size> switch has been used." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Any directories specified by B<-rpath-link> options." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Any directories specified by B<-rpath> options. The difference between B<-" +"rpath> and B<-rpath-link> is that directories specified by B<-rpath> options " +"are included in the executable and used at runtime, whereas the B<-rpath-" +"link> option is only effective at link time. Searching B<-rpath> in this way " +"is only supported by native linkers and cross linkers which have been " +"configured with the B<--with-sysroot> option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Any directories specified by a CW<\\*(C`SEARCH_DIR\\*(C'> command in a " +"default linker script." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Any directories specified by a CW<\\*(C`SEARCH_DIR\\*(C'> command in a " +"linker script given on the command line, including scripts specified by B<-" +"T> (but not B<-dT>)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "Any directories specified by a plugin LDPT_SET_EXTRA_LIBRARY_PATH." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Any directories specified by a plugin \\s-1LDPT_SET_EXTRA_LIBRARY_PATH.\\s0" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Any other label" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Apart from the usual ones, there is" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Append the ``new'' history lines to the history file. These are history " +"lines entered since the beginning of the current B<bash> session, but not " +"already appended to the history file." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ar host" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ar port" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Architecture-specific variants" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Argument points outside the calling process's address space." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Arguments to multiple-letter options must either be separated from the " +"option name by an equals sign, or be given as separate arguments immediately " +"following the option that requires them. For example, \\&B<--trace-symbol " +"foo> and B<--trace-symbol=foo> are equivalent. Unique abbreviations of the " +"names of multiple-letter options are accepted." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Arguments to non-string format specifiers are treated as C constants, except " +"that a leading plus or minus sign is allowed, and if the leading character " +"is a single or double quote, the value is the ASCII value of the following " +"character." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Arguments to some keywords can make use of tokens, which are expanded at " +"runtime:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Array variable names." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Arrays" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Artifex Software, Inc. are the primary maintainers of Ghostscript." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"As a GNU extension, ELF input sections marked with the " +"\\&CW<\\*(C`SHF_GNU_RETAIN\\*(C'> flag will not be garbage collected." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"As a \\s-1GNU\\s0 extension, \\s-1ELF\\s0 input sections marked with the " +"\\&CW<\\*(C`SHF_GNU_RETAIN\\*(C'> flag will not be garbage collected." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"As can be seen, only one scheduling parameter is supported. For details of " +"the permitted ranges for scheduling priorities in each scheduling policy, " +"see B<sched>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "As for B<signal>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "As in the [DHCPv4] section\\&." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"As most standard utilities rename can be used with a terminal device (tty in " +"short) in canonical mode, where the line is buffered by the tty and you " +"press ENTER to validate the user input. If you put your tty in cbreak mode " +"however, rename requires only a single key press to answer the prompt. To " +"set cbreak mode, run for example:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Aside from its flexibility, the GNU linker is more helpful than other " +"linkers in providing diagnostic information. Many linkers abandon execution " +"immediately upon encountering an error; whenever possible, \\&B<ld> " +"continues executing, allowing you to identify other errors (or, in some " +"cases, to get an output file in spite of the error)." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Aside from its flexibility, the \\s-1GNU\\s0 linker is more helpful than " +"other linkers in providing diagnostic information. Many linkers abandon " +"execution immediately upon encountering an error; whenever possible, " +"\\&B<ld> continues executing, allowing you to identify other errors (or, in " +"some cases, to get an output file in spite of the error)." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "Ask before overwriting existing files." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Asks the linker I<not> to check section addresses after they have been " +"assigned to see if there are any overlaps. Normally the linker will perform " +"this check, and if it finds any overlaps it will produce suitable error " +"messages. The linker does know about, and does make allowances for sections " +"in overlays. The default behaviour can be restored by using the command-" +"line switch B<--check-sections>. Section overlap is not usually checked for " +"relocatable links. You can force checking in that case by using the B<--" +"check-sections> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Async-cancel safety" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"At early boot and when the system manager configuration is reloaded, /etc/" +"crypttab is translated into systemd-cryptsetup@\\&.service units by " +"B<systemd-cryptsetup-generator>(8)\\&." +msgstr "" + +#: 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 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 was mostly written by Thomas Koenig." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Attempt automatic login. Currently, this sends the user name via the E<.Ev " +"USER> variable of the E<.Ev ENVIRON> option if supported by the remote " +"system. The name used is that of the current user as returned by E<.Xr " +"getlogin 2> if it agrees with the current user ID, otherwise it is the name " +"associated with the user ID." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Attempt to enable (disable) the E<.Dv EDIT> mode of the E<.Dv LINEMODE> " +"option. This requires that the E<.Dv LINEMODE> option be enabled." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Attempt to enable (disable) the E<.Dv LIT_ECHO> mode of the E<.Dv LINEMODE> " +"option. This requires that the E<.Dv LINEMODE> option be enabled." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Attempt to enable (disable) the E<.Dv SOFT_TAB> mode of the E<.Dv LINEMODE> " +"option. This requires that the E<.Dv LINEMODE> option be enabled." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Attempt to enable (disable) the E<.Dv TRAPSIG> mode of the E<.Dv LINEMODE> " +"option. This requires that the E<.Dv LINEMODE> option be enabled." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Attempts to start encryption. If you omit E<.Ic input> and E<.Ic output,> " +"both input and output are enabled. To obtain a list of available types, use " +"the E<.Ic encrypt enable \\&?> command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attributes" +msgstr "" + +#: archlinux +#, no-wrap +msgid "Author" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Authors" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Automatically choose the image base for DLLs, optionally starting with base " +"\\&I<value>, unless one is specified using the CW<\\*(C`--image-base\\*(C'> " +"argument. By using a hash generated from the dllname to create unique image " +"bases for each DLL, in-memory collisions and relocations which can delay " +"program execution are avoided. [This option is specific to the i386 PE " +"targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Automatically choose the image base for DLLs, optionally starting with base " +"\\&I<value>, unless one is specified using the CW<\\*(C`--image-base\\*(C'> " +"argument. By using a hash generated from the dllname to create unique image " +"bases for each \\s-1DLL,\\s0 in-memory collisions and relocations which can " +"delay program execution are avoided. [This option is specific to the i386 " +"\\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Automatically indent a newly created line to the same number of tabs and/or " +"spaces as the previous line (or as the next line if the previous line is the " +"beginning of a paragraph)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Automating System Administration with Perl" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Avoid duplicated local symbol names in the symbol string table. Append \"." +"CW<\\*(C`number\\*(C'>\" to duplicated local symbol names if B<unique-" +"symbol> is used. B<nounique-symbol> is the default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128\\[en]129 and 389\\[en]391." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<! >I<expr>" +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>\n" +"B<#include E<lt>dlfcn.hE<gt>>\n" +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>\n" +"B<#include E<lt>sched.hE<gt>>\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#define _GNU_SOURCE>\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" +"B<#include E<lt>fcntl.hE<gt>>\n" +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>fcntl.hE<gt>> /* Definition of B<O_*> constants */\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" +"B<#include E<lt>sys/mman.hE<gt>>\n" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" +"B<#define _FILE_OFFSET_BITS 64>\n" +"B<#include E<lt>fcntl.hE<gt>>\n" +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>search.hE<gt>>\n" +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>sys/socket.hE<gt>>\n" +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>unistd.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#define _XOPEN_SOURCE> /* See feature_test_macros(7) */\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#include E<lt>asm/types.hE<gt>>\n" +"B<#include E<lt>linux/netlink.hE<gt>>\n" +"B<#include E<lt>linux/rtnetlink.hE<gt>>\n" +"B<#include E<lt>sys/socket.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>errno.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>fmtmsg.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>keyutils.hE<gt>>\n" +msgstr "" + +#: 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/aio_abi.hE<gt>> /* Defines needed types */\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>mcheck.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>net/if.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>nl_types.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>rpc/des_crypt.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>rpc/rpc.hE<gt>>\n" +msgstr "" + +#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<#include E<lt>signal.hE<gt>>" +msgstr "" + +#: 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>sys/types.hE<gt>>\n" +"B<#include E<lt>pwd.hE<gt>>\n" +msgstr "" + +#: 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/auxv.hE<gt>>\n" +msgstr "" + +#: 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/fsuid.hE<gt>>\n" +msgstr "" + +#: 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/ioctl.hE<gt>>\n" +msgstr "" + +#: 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/mount.hE<gt>>\n" +msgstr "" + +#: 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/spu.hE<gt>> /* Definition of B<SPU_*> constants */\n" +"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>sys/timex.hE<gt>>\n" +msgstr "" + +#: 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>pwd.hE<gt>>\n" +msgstr "" + +#: 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>sys/socket.hE<gt>>\n" +"B<#include E<lt>netdb.hE<gt>>\n" +msgstr "" + +#: 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/uio.hE<gt>>\n" +msgstr "" + +#: 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/wait.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>syslog.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#include E<lt>time.hE<gt>>\n" +"B<#include E<lt>mqueue.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>ucontext.hE<gt>>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<$$>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<$HOME/.procmailrc>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<$driver>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<$links>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<$name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<%(>I<datefmt>B<)T>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<%E>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<%G>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<%O>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<%Q>" +msgstr "" + +#: 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<%d>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<%e>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<%g>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<%h>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<%j>" +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<%q>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<%z>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<&&>" +msgstr "" + +#: 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<expr>B< )>" +msgstr "" + +#: 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<+ ->" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-(> I<archives> B<-)>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--accept-cached>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--accept-unknown-input-arch>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--acquired>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--activatable>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--add-needed>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--add-repo=URL>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--add-stdcall-alias>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--address >I<\\,ADDRESS\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--adjust-system-clock>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--ae-wb>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--ae>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--after-cursor=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--after>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--ahz>I< hz>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--all-architectures>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-a>, B<--all>" +msgid "B<--all>, B<-a>" +msgstr "B<-a>, B<--all>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--alldeps>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--allow-floppy>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--allow-multiple-definition>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--allow-shlib-undefined>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--alphaout=>I<alpha-filename>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--any>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<#include E<lt>wchar.hE<gt>>\n" +msgid "B<--arch E<lt>archE<gt>>" +msgstr "B<#include E<lt>wchar.hE<gt>>\n" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--arch E<lt>archE<gt>[,E<lt>archE<gt>...]>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--archlist=E<lt>archE<gt>, -a E<lt>archE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--arcs-boot>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--as-needed>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<--asdeps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--attach>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<--audit> I<AUDITLIB>" +msgstr "" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<--audit> I<\\s-1AUDITLIB\\s0>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--autofocus>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--auxiliary=>I<name>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--bank-window> I<name>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--base-file> I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--base64>" +msgstr "B<--version>" + +#: archlinux opensuse-tumbleweed debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--batch>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--before>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--bind-device>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy +#| msgid "B<--version>" +msgid "B<--boot-path=>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<--boot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--booted>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--bootloader-id>=I<\\,ID\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--branch-stub>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--build-id=>I<style>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--build-id>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--can-factory-reset>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--case-sensitive>B<[=BOOLEAN]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<--cat>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--chain>" +msgstr "B<--version>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<#include E<lt>pthread.hE<gt>>\n" +msgid "B<--check E<lt>repoidE<gt>>" +msgstr "B<#include E<lt>pthread.hE<gt>>\n" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--check-order>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--check-sections>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--commit>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--compact-branches>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--replace>" +msgid "B<--compare-arch>" +msgstr "B<--replace>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--compress-debug-sections>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--confirm-spawn>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--copy-dt-needed-entries>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--copy>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--crash-reboot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--crash-shell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--create>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--cref>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--csharp-resources>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--csharp>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--ctf-parent=>I<member>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--ctf-share-types=>I<method>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--ctf-variables>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--ctf[=>I<section>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy +#| msgid "B<--version>" +msgid "B<--current>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--cvm>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--dbonly>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--dbpath >I<DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--debugger>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--debugging>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--debuginfo>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<--dec={ 0 | 1 | 2 }>" +msgstr "" + +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm +#: fedora-40 mageia-cauldron opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--decompress>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--default-imported-symver>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--default-script=>I<scriptfile>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--default-symver>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--definitions=>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--defsym=>I<symbol>B<=>I<expression>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--delete-root-password>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<--depaudit> I<AUDITLIB>" +msgstr "" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<--depaudit> I<\\s-1AUDITLIB\\s0>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dependency-file=>I<depfile>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--depth E<lt>nE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--description=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--detach>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--device>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--diff-program>=I<PROGRAM>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-auto-image-base>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-auto-import>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--disable-deterministic-archives>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-dynamicbase>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-forceinteg>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-high-entropy-va>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-large-address-aware>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--disable-shim-lock>" +msgid "B<--disable-linker-version>" +msgstr "B<--disable-shim-lock>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-long-section-names>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-multiple-abs-defs>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-new-dtags>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-no-bind>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-no-isolation>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-no-seh>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-nxcompat>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-reloc-section>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-runtime-pseudo-reloc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-stdcall-fixup>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-tsaware>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--disable-wdmdriver>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--discard=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--disk-module>=I<\\,MODULE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--disk-usage>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dll-search-prefix> I<string>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dll-verbose>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dll>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--no-reload>" +msgid "B<--downgrade>" +msgstr "B<--no-reload>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--download-metadata>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--downloaddir>" +msgstr "" + +#: debian-bookworm opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy +#| msgid "B<--dry-run>" +msgid "B<--drop-in=>" +msgstr "B<--dry-run>" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<--dry-run>" +msgid "B<--drop-in=>I<NAME>" +msgstr "B<--dry-run>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dsbt-index> I<index>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dsbt-size> I<size>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--dump-bus-properties>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--dump-configuration-items>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--dump-core>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#, no-wrap +msgid "B<--dupes>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--dwarf-depth=>I<n>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--dwarf-start=>I<n>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dynamic-linker=>I<file>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dynamic-list-cpp-new>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dynamic-list-cpp-typeinfo>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dynamic-list-data>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dynamic-list=>I<dynamic-list-file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--dynamic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--dynamicbase>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--efi-directory>=I<\\,DIR\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--eh-frame-hdr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--eject>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--elf-stt-common=no>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--elf-stt-common=yes>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--embedded-relocs>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--emit-relocs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "B<--empty>" +msgstr "B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-auto-image-base=>I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-auto-image-base>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-auto-import>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--enable-deterministic-archives>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-extra-pe-debug>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--no-recursion>" +msgid "B<--enable-linker-version>" +msgstr "B<--no-recursion>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-long-section-names>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-new-dtags>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-non-contiguous-regions-warnings>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-non-contiguous-regions>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-reloc-section>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-runtime-pseudo-reloc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--enable-stdcall-fixup>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<--enable>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy +#| msgid "B<--version>" +msgid "B<--entry-token=>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--entry=>I<entry>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<--error-execstack>" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--error-handling-script=>I<scriptname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "B<--error-rwx-segments>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--error-unresolved-symbols>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy +#| msgid "B<--version>" +msgid "B<--esp-path=>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--exclude-all-symbols>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--exclude-libs> I<lib>B<,>I<lib>B<,...>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--exclude-modules-for-implib> I<module>B<,>I<module>B<,...>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--exclude-symbols> I<symbol>B<,>I<symbol>B<,...>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--help>" +msgid "B<--exec>" +msgstr "B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--export-all-symbols>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--export-dynamic-symbol-list=>I<file>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--export-dynamic-symbol=>I<glob>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--export-dynamic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--exposure>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--fail>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--failed>" +msgstr "" + +#: opensuse-leap-15-6 mageia-cauldron +#, no-wrap +msgid "B<--fast>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<--fido2-credential-algorithm=>I<STRING>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<--fido2-device=>I<PATH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<--fido2-with-client-pin=>I<BOOL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<--fido2-with-user-presence=>I<BOOL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<--fido2-with-user-verification=>I<BOOL>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--file-alignment>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--filter=>I<name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--firmware-setup>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--flush>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--force-dynamic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--force-exe-suffix>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--force-file-id>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--force-group-allocation>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--force-local>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--forceinteg>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--format=>I<format>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--format=>I<input-format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--frame E<lt>nE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--gamma>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--gc-keep-exported>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--gc-sections>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--generators>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--gid>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--got=>I<type>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<--gpgdir> E<lt>dirE<gt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--gpsize=>I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--groups>=I<\\,G_LIST\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--halftone-pattern>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--halt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--hash-size=>I<number>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--hash-style=>I<style>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "B<--help-env>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "B<--help-xoptions>" +msgstr "B<--help>" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"B<--help> displays a usage message, while B<-v> and B<--version> show " +"version information; all exit afterward." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--high-entropy-va>" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<--host=>I<HOST> Connect to I<HOST>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--html>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--icon>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--ignore-branch-isa>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--ignore>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--image=>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--image=>I<path>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--imagic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--in-memory>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--indent>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--inetd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--infrared=yes/no>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--init-file> I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--inline>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--inlines>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--inodes>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--input-target=>I<bfdname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--insert-timestamp>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--insn32>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--instance>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-arm-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-arm-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-arm64-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-arm64-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-hibernated-hiberfil>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-i386-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-i386-kfreebsd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-i386-knetbsd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-i386-xen-pae-domu>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-i386-xnu>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-ia64-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-ia64-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-mips-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-mipsel-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-powerpc-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-riscv32-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-riscv64-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-sparc64-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-bios-bootsector>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-kfreebsd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-knetbsd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-linux32>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-linux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<--is-x86-multiboot2> Check if FILE can be used as x86 multiboot2 kernel" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-multiboot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86-xen-dom0>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86_64-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86_64-kfreebsd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--is-x86_64-knetbsd> Check if FILE is x86_64 kNetBSD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86_64-xen-domu>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-x86_64-xnu>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--is-xnu-hibr>" +msgstr "" + +#: opensuse-leap-15-6 mageia-cauldron +#, no-wrap +msgid "B<--iso>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--json>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--just-symbols=>I<filename>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--keep-file-symbols>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--keep-section=>I<sectionpattern>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--keep-symbol=>I<symbolname>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--keep-unit>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--key=>" +msgid "B<--keep>" +msgstr "B<--key=>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--kill-at>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--large-address-aware>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--leading-underscore>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<--legend=>I<BOOL>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--library-path=>I<searchdir>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--library=>I<namespec>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--list-boots>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<-l, --list>" +msgid "B<--list-cvm>" +msgstr "B<-l, --list>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--load-credential=>I<ID>:I<PATH>, B<--set-credential=>I<ID>:I<VALUE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--load>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--log-color>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--log-location>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<--long-hostname>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--low>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--machine-id>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<--macppc-directory>=I<\\,DIR\\/> use DIR for PPC MAC install." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--major-image-version> I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--major-os-version> I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--major-subsystem-version> I<value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--marked>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--max-cache-size=>I<size>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--merge-notes>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--message>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--metadata-path>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--minor-image-version> I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--minor-os-version> I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--minor-subsystem-version> I<value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--mode Black & White|Grayscale|Color>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--mode Lineart|Halftone|Gray|Color>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--monitor>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<--mode>" +msgid "B<--more>" +msgstr "B<--mode>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--mri-script=>I<MRI-commandfile>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--help>" +msgid "B<--mtree>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--multiple>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<--name-match>B<[=NAME]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--namespace=>I<NAMESPACE>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<--needed>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--net-directory>=I<\\,DIR\\/>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--newline>" +msgid "B<--newest>" +msgstr "B<--newline>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--nmagic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-accept-unknown-input-arch>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-add-needed>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-allow-shlib-undefined>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-as-needed>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-bind>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--no-bitmap>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--no-bootsector>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-check-sections>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-compact-branches>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-copy-dt-needed-entries>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-ctf-variables>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-define-common>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-dynamic-linker>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-eh-frame-hdr>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--no-error-execstack>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--no-legend>" +msgid "B<--no-error-rwx-segments>" +msgstr "B<--no-legend>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<--no-escape>" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-export-dynamic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-fatal-warnings>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-gc-sections>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--no-hinting>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-ignore-branch-isa>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-insert-timestamp>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-insn32>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-isolation>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<--no-journal-available>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-keep-memory>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-ld-generated-unwind-info>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-leading-underscore>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--no-legend>" +msgid "B<--no-logfile>" +msgstr "B<--no-legend>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--no-headers>" +msgid "B<--no-loghandler>" +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-merge-notes>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--no-nvram>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-omagic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--no-output>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-print-gc-sections>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-print-map-discarded>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-l, --print-plugins>" +msgid "B<--no-print-map-locals>" +msgstr "B<-l, --print-plugins>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-relax>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-seh>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-strip-discarded>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--no-hostname>" +msgid "B<--no-style>" +msgstr "B<--no-hostname>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<-y, --yes>" +msgid "B<--no-summary>" +msgstr "B<-y, --yes>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--no-sync>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--no-tail>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-trampoline>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--no-tty>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-undefined-version>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-undefined>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--no-variables>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--no-verbose>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--no-warn-execstack>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-warn-mismatch>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-warn-rwx-segments>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-warn-search-mismatch>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--no-warnings>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--no-whole-archive>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--nocaps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--nocheck-order>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 +#, no-wrap +msgid "B<--nocheck>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<--noconfirm>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--nodeps>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "B<--nohostname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--noinhibit-exec>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--noprofile>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<--noprogressbar>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--norc>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--norepopath>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--ns >I<pid>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--nxcompat>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--oformat=>I<output-format>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--read-only>" +msgid "B<--oldonly>" +msgstr "B<--read-only>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--omagic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--omit-header>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--one-file-system>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<--newline>" +msgid "B<--oneway>" +msgstr "B<--newline>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--only-keep-debug>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--options>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--dry-run>" +msgid "B<--orphan-handling=>I<MODE>" +msgstr "B<--dry-run>" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<--orphan-handling=>I<\\s-1MODE\\s0>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--out-implib> I<file>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--output-def> I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--output-target=>I<bfdname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--output=>I<output>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--output-all>" +msgid "B<--output=>I<outputfile>" +msgstr "B<--output-all>" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<--package-metadata=>I<JSON>" +msgstr "" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<--package-metadata=>I<\\s-1JSON\\s0>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<--parent-match>B<[=NAME]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--password>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<--version>" +msgid "B<--pcr=>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--pic-executable>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed archlinux mageia-cauldron +#, no-wrap +msgid "B<--pid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--ping>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--pipe >I<CMD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--pipe>, B<-P>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<--pkcs11-token-uri=>I<URI>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--pkg E<lt>pkg-specE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--plain>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--plugin> I<name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--plymouth>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--pop-state>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--root=>" +msgid "B<--port >I<\\,PORT\\/>" +msgstr "B<--root=>" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<--port=>I<PORT> Connect to I<PORT>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--portability>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<--prefix=>I<pathname>" +msgstr "" + +#: archlinux mageia-cauldron debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--prefix>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--preserve-dates>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<--pretty>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--previous>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--print-file-name>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--print-gc-sections>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--print-map-discarded>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--discard-locals>" +msgid "B<--print-map-locals>" +msgstr "B<--discard-locals>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--print-map>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--print-memory-usage>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--print-output-format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<--print-size>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--print>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--private-network>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--private-users>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--process-links>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--product-name>=I<\\,STRING\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--prompt>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<--property-match>B<[=KEY=VALUE]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--property=>, B<-p>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--protocol>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--push-state>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<--quiet>" +msgid "B<--qemu-gui>" +msgstr "B<--quiet>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--qt>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--query>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--radix=>I<radix>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<--version>" +msgid "B<--raw-description>" +msgstr "B<--version>" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--rcfile >I<FILELIST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--rcfile> I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--ready>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--recheck>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--recovery-key>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "B<--regex>" +msgstr "B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--relax>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--relinquish-var>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--reload>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--help>" +msgid "B<--reloading>" +msgstr "B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--relocatable>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<--remap-inputs-file=>\\f(BIfile\\fR" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<--remap-inputs=>\\f(BIpatternB<=>\\f(BIfilename\\fR" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--remote-time>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--removable>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--remove-relocations=>I<sectionpattern>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--help>" +msgid "B<--removed>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--replace=>I<PATH>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--repo-new=E<lt>repoidE<gt>, -n E<lt>repoidE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--repo-old=E<lt>repoidE<gt>, -o E<lt>repoidE<gt>>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--require-defined=>I<symbol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--resolution 1..600>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--resolve>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--retain-symbols-file=>I<filename>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--reverse>" +msgstr "B<--reverse>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--help>" +msgid "B<--rmdir>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--rom-directory>=I<\\,DIR\\/>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--root >I<DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--root=>" +msgid "B<--root=>I<PATH>" +msgstr "B<--root=>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--root=>I<ROOT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--rotate>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<--rpmfcdebug>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--safe-write-path>" +msgstr "B<--version>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--save>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--scope>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--script=>I<scriptfile>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--section-alignment>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--section-headers>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--section-start=>I<sectionname>B<=>I<org>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--section>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--send-sighup>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--seqpacket>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--service-watchdogs>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--session-command=>I<command>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--set-disabled, --disable>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--set-enabled, --enable>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--setopt=E<lt>optionE<gt>=E<lt>valueE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--settle>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--setup-keys>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--setup-machine-id>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--shadow>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--show-cursor>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--show-machine>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--show-status>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--show-types>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--simple>" +msgstr "B<--version>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--si>" +msgid "B<--size, -s>" +msgstr "B<--si>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--size=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--skip-chdir>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--skip-unavailable>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--slice-inherit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--smart-relinquish-var>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--sort-common=ascending>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--sort-common=descending>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--sort-common>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--sort-section=alignment>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--sort-section=name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--sparc-boot>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--spare-dynamic-tags=>I<count>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--spec>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--special-syms>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--split-by-file[=>I<size>B<]>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--split-by-reloc[=>I<count>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--split-mode>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--srpm>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--start-group> I<archives> B<--end-group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--statistics>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--stopping>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--strip-discarded>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--strip-dwo>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--no-headers>" +msgid "B<--strip-section-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<--strip-symbol=>I<symbolname>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--strip-trailing-slashes>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--strip-unneeded>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--stub-group-size=>I<N>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--subdir>=I<\\,DIR\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--subframe E<lt>xE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--suffix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--suffix>=I<\\,SUFFIX\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--summary>[=I<when>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--swcrop>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--swdeskew>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--syms>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<--synthesize=>I<BOOL>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<--sysname-match>B<[=NAME]>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--sysroot=>I<directory>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--table>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--tabsize>=I<NUM>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<--tag-match>B<[=TAG]>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--target>=I<\\,TARGET\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--task-link>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--tcl>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--template=>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--time-format> I<format>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--time-format> I<type>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--timeout=>I<SECS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<--timezone=>I<TIMEZONE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--total>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<--tpm2-pcrlock=> [PATH]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--tpm2-pcrs=> [PCR...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--tpm2-public-key=> [PATH], B<--tpm2-public-key-pcrs=> [PCR...]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--trace-symbol=>I<symbol>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--traditional-format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--help>" +msgid "B<--tree>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--newline>" +msgid "B<--truncate-newline>" +msgstr "B<--newline>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--tsaware>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--ui { qml|webservice|websocket }>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--uid>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--undefined=>I<symbol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--unique>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<--unique[=>I<SECTION>B<]>" +msgstr "" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<--unique[=>I<\\s-1SECTION\\s0>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--unregister>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--unresolved-symbols=>I<method>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--update-catalog>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "B<--update>[=I<\\,UPDATE\\/>]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--urlprotocol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--use-first>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--user-unit>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--userspec>=I<\\,USER\\/>:GROUP" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--usr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--uuid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--wait>" +msgid "B<--validate>" +msgstr "B<--wait>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<--variant> I<TYPE>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--verbose>" +msgid "B<--verbose[=>I<NUMBER>B<]>" +msgstr "B<--verbose>" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<--verbose[=>I<\\s-1NUMBER\\s0>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--verify=>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--version-script=>I<version-scriptfile>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--wall>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-alternate-em>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-common>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-constructors>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<--warn-execstack-objects>" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<--warn-execstack>" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-multiple-gp>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-once>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-rwx-segments>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-section-align>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-textrel>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--warn-unresolved-symbols>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--watch>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--wdmdriver>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--what=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--whole-archive>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--wide>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--wildcard>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--with-dependencies>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "B<--with>" +msgstr "B<--version>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<--wrap=>I<symbol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<--xattr>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--xml-interface>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--xorriso>=I<\\,FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-2>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-3>, B<--input32>=I<\\,FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-4>, B<-6>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-6>, B<--input64>=I<\\,FILE\\/>" +msgstr "" + +#: archlinux +#, no-wrap +msgid "B<-8>, B<--8-bit>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<->, B<-l>, B<--login>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-?>,\\ B<--help>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-A> I<action>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-A>, B<--show-all>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-B>, B<--block-size>=I<\\,SIZE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-B>, B<--ignore-blank-lines>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-B>I< blocksize>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bdynamic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bgroup>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bno-symbolic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bshareable>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bstatic>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bsymbolic-functions>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Bsymbolic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-C, --copy>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-C> I<command>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-C>, B<--compression=>(xz|none|auto)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-C>, B<--console>=I<\\,DEV\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-C>, B<--copyright>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-D >I<DIR>, B<--directory=>I<DIR>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-D E<lt>macro exprE<gt>, --define E<lt>macro exprE<gt>>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-D, --define='>I<MACRO EXPR>B<'>" +msgstr "" + +#: archlinux +#, no-wrap +msgid "B<-D>, B<--debug>[=I<\\,LEVEL\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-D>, B<--directory=>I<DIR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-D>, B<--dtb>=I<\\,FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-E>, B<--extended-regexp>" +msgstr "B<-h>, B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-E>, B<--ignore-tab-expansion>" +msgstr "" + +#: archlinux +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-E>, B<--no-escape>" +msgstr "B<-h>, B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-E>I< extended-options>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-EAGAIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-EBUSY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-EFAULT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-EIO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-ENOENT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-ENOMEM>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-EPERM>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-ESRCH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-F> I<bfdname>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-F> I<function>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-F> I<name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-G> I<globpat>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-G> I<value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-G>, B<--collect>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-G>, B<--setgid> I<gid>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-G>, B<--supp-group>=I<group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-G>, B<--traditional>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-I> DIR" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-I> I<bfdname>" +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-matching-lines>=I<RE>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-I>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> I<symbolname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-L> I<searchdir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-L>, B<--language>=I<\\,NAME\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-M >I<MACHINE>, B<--machine=>I<MACHINE>" +msgstr "" + +#: archlinux debian-unstable opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-d>, B<--decode>" +msgid "B<-M>, B<--modprobe> I<modprobe>" +msgstr "B<-d>, B<--decode>" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-M>, B<--modprobe> I<modprobe_program>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-M>I< last-mounted-directory>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Map=>I<mapfile>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-N >I<nchars>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-N sector>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-N> I<symbolname>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-N>, B<--namespace> I<ns>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-N>, B<--no-fuzzy-matching>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-O >I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-O> I<bfdname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-O> I<level>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-O>, B<--format>=I<\\,FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-O>, B<--format>=I<\\,FORMAT\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-O>, B<--log-out> I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-P, >B<--state-directory-path>I< pathname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, no-wrap +msgid "B<-P> I<AUDITLIB>" +msgstr "" + +#: mageia-cauldron debian-bookworm +#, no-wrap +msgid "B<-P> I<\\s-1AUDITLIB\\s0>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-P>, B<--no-dereference>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-P>, B<--pty>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-Q>, B<--no-warn>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Qy>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<-R, --remove>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-R> I<filename>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-S> I<suffix>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-S>, B<--setuid> I<uid>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-S>, B<--size> I<size>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "B<-S>, B<--softirq>" +msgstr "" + +#: debian-bookworm debian-unstable archlinux opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-S>I<, >" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-T .IR TYPE [, TYPE ]...>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-T sector>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-T> I<scriptfile>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-T>, B<--target-cwd>=I<\\,DIR\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-T>, B<--test>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-T>,\\ B<--total>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Tbss=>I<org>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Tdata=>I<org>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Tldata-segment=>I<org>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Trodata-segment=>I<org>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Ttext-segment=>I<org>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Ttext=>I<org>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#, no-wrap +msgid "B<-U>, B<--uniq>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-U>, B<--uuid> I<UUID>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-U>, B<--uuid> I<uuid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-U>I< UUID>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Ur>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-V>, B<--verbose>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-V>, B<-\\^-version>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-V>,\\ B<--version>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-W> I<wordlist>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-W>, B<--wait-interval> I<microseconds>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-W>, B<--wipe-partitions> I<when>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-X> I<filterpat>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-X>, B<--exclude-from>=I<FILE>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-Y>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-Y> I<path>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-Z>, B<--ignore-trailing-space>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a --ascii>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a >I<aname>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a E<lt>architectureE<gt>, --arch=E<lt>architectureE<gt>>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-a> I<keyword>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-a>, B<--all-tasks>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-a>, B<--alternative>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a>, B<--auto-pager>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-a>, B<--auto>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a>, B<--force-autohint>" +msgstr "" + +#: archlinux +#, no-wrap +msgid "B<-a>, B<--verify-hostname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-assert> I<keyword>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-b >I<basedir>, B<--basedir >I<basedir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<-b, --backup>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b> I<bfdname>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-b> I<input-format>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-v>, B<--verbose>" +msgid "B<-b>, B<--basename>" +msgstr "B<-v>, B<--verbose>" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--bgcolor>=I<\\,COLOR\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--bold>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--boot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--ignore-space-change>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>I< superblock>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-ba>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-bi>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-bp>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-bs>" +msgstr "" + +#: archlinux +msgid "B<-c, --cachedir E<lt>dirE<gt>>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<-c, --clean>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c, --nocopy>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-c> I<MRI-commandfile>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--asce>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--color>=I<\\,COLOR\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-c>, B<--command>=I<command>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-c>, B<--comment>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--config>=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<--context>=I<\\,CONTEXT\\/>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "B<-c>, B<--count> I<count>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--counters>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-c>, B<--creator>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--cwd>=I<\\,DIR\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--diskcount>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--iteration-count>=I<\\,NUM\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-c>, B<--no-canonicalize>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--no-create>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-c>, B<--stdout>, B<--to-stdout>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-call_shared>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d >I<delim>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d kind or --debug kind>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<-d, --nodeps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d> DIRECTORY" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d> I<offset>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-d> I<start>-I<end>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--date>=I<\\,STRING\\/>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-d>, B<--decompress>, B<--uncompress>" +msgstr "" + +#: opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-d>, B<--delay> I<seconds>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--desc>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--domain>=I<\\,TEXTDOMAIN\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--draw>[=I<\\,DIMENSION\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--minimal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-d>, B<--repeated>" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-dT> I<scriptfile>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-dc>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<-debug>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-display >I<display>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-dp>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-dy>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-e> I<entry>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-e>, B<--canonicalize-existing>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-d>, B<--decode>" +msgid "B<-e>, B<--echo>" +msgstr "B<-d>, B<--decode>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-e>, B<--ed>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-e>, B<--even>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-e>, B<--existing>" +msgstr "B<-V>, B<--version>" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "B<-e>, B<--exit>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-e>, B<--export>" +msgstr "" + +#: fedora-rawhide archlinux debian-bookworm debian-unstable fedora-40 +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-u>, B<--user>" +msgid "B<-e>, B<--stderr>" +msgstr "B<-u>, B<--user>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-e>I< error-behavior>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-f --force>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-f >I<filename>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-f> I<name>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-f>, B<--fast>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-f>, B<--file-system>" +msgstr "B<-f>, B<--file-system>" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-f>, B<--font>=I<\\,FILE\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-f>, B<--fork>" +msgstr "" + +#: archlinux opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<-v>, B<--verbose>" +msgid "B<-f>, B<--from>" +msgstr "B<-v>, B<--verbose>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-f>, B<--full>" +msgstr "B<-h>, B<--help>" + +#: debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "B<-v>, B<--verbose>" +msgid "B<-f>I<name>" +msgstr "B<-v>, B<--verbose>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-fini=>I<name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-g .I SOURCE:FIRST-LAST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-g grade, --grade grade>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-u>, B<--user>" +msgid "B<-g user>" +msgstr "B<-u>, B<--user>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-g, --gpgcheck>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-g>, B<--group>=I<group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-h or --help>" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-h .IR HOST ,>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-h> I<name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<-h>, B<--help> Display this help and exit. B<-u>, B<--usage> Display the " +"usage of this command and exit." +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-i .IR ATTR [, ATTR ]...>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i >I<text>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i iso_image>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i, --no-autofs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-i> I<file>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-i>, B<--id> I<id>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<-i>, B<--inode>" +msgid "B<-i>, B<--image=>" +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<--index>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--isolinux>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-init=>I<name>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-j charset>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-j, --jobid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-j>, B<--java>" +msgstr "B<-h>, B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-k --keep>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-k E<lt>keep-numberE<gt>, --keep E<lt>keep-numberE<gt>>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-k>, B<--keep>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-k>, B<--keyword>" +msgstr "B<-h>, B<--help>" + +#: opensuse-leap-15-6 debian-bookworm mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-k>, B<--kill>" +msgstr "B<-h>, B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-kWORD>, B<--keyword>=I<\\,WORD\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-l> I<namespec>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-l> | B<--label >I<LABEL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--buflen>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--length>=I<\\,BITS\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--less-mode>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--link>" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-l>, B<--listen>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--local>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--locale>=I<\\,LOCALE\\/>" +msgstr "" + +#: archlinux +#, no-wrap +msgid "B<-l>, B<--logging>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--login>" +msgstr "" + +#: archlinux +#, no-wrap +msgid "B<-l>, B<--no-rhosts>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--paginate>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--range>=I<\\,RANGE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>I< filename>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-m >I<keymap>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-m, --downloadcomps>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--human-readable>" +msgid "B<-m, --machine-readable>" +msgstr "B<-h>, B<--human-readable>" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<-m, --nocolor>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-m> I<emulation>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-m>, B<--memdisk>=I<\\,FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-m>, B<--canonicalize-missing>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-m>, B<--maxdelay> I<number>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<-m>, B<--maximize>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-m>, B<--multi-domain>" +msgstr "B<-V>, B<--version>" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-m>, B<--shmems>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-m>, B<-p>, B<--preserve-environment>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-m>I< reserved-blocks-percentage>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n >I<nchars>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n, --newest-only>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-v, --version>" +msgid "B<-n, --numeric>" +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<-n>, B<--avoid-wraps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--length>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--name>=I<\\,NAME\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-n>, B<--newline>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--no-clobber>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-n>, B<--no-mtab>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--note>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<-n>, B<--quiet>, B<--silent>" +msgstr "B<-V>, B<--version>" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-nn>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-no-pie>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<-no_setlocale_collate>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-non_shared>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-nostdlib>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-o >I<option-name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-o> I<comp-option>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-o> I<output>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, fuzzy +#| msgid "B<-h>, B<--help>" +msgid "B<-o>, B<--no-overwrite>" +msgstr "B<-h>, B<--help>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-o>, B<--odd>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-o>, B<--once>" +msgstr "B<-h>, B<--help>" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-o>, B<--options> I<opts>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-o>, B<--output>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<-o\\ >I<dir>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--output-all>" +msgid "B<-o\\~>I<outputfile>" +msgstr "B<--output-all>" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-p .IR PORT ,>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p >I<prompt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p E<lt>download-pathE<gt>, --download-path=E<lt>download-pathE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-p, --show-paging>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--parents>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--ppc>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--prefix>=I<\\,DIR\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--preserve>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--printer>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-p>, B<--priority=>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-p>, B<--priority> I<priority>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--pxelinux>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-pie>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-plugin> I<name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<-q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-q .I KEYWORD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-q >I<function>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-q>, B<--queues>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-qmagic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r >I<keyseq>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-u>, B<--user>" +msgid "B<-r user>" +msgstr "B<-u>, B<--user>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r, --nouucico>" +msgstr "" + +#: archlinux +msgid "B<-r, --reverse>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r, --rpc>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 mageia-cauldron +msgid "B<-r>, B<--random>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--range>=I<\\,FROM-TO[\\/>,FROM-TO]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--reference>=I<\\,FILE\\/>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-r>, B<--regexp>" +msgstr "B<-h>, B<--help>" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed archlinux debian-bookworm debian-unstable +#, no-wrap +msgid "B<-r>, B<--relative>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--resource>=I<\\,RESOURCE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--restricted>" +msgstr "" + +#: archlinux +#, no-wrap +msgid "B<-r>, B<--reverse-required>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--role>=I<\\,ROLE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--root>=I<\\,DIR\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-rpath-link=>I<dir>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-rpath=>I<dir>" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-s .IR SOURCE [, SOURCE ]...>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s system, --system system>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s, --human-readable[=>I<units>]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-y, --yes>" +msgid "B<-s, --space>" +msgstr "B<-y, --yes>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-y, --yes>" +msgid "B<-s, --summary>" +msgstr "B<-y, --yes>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-s>, B<--password>=I<\\,STR\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--salt>=I<\\,NUM\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--sbat>=I<\\,FILE\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-s>, B<--semaphores>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--separator>=I<\\,STRING\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-s>, B<--shell>=I<shell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<-s>, B<--silent>, B<--quiet>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--skip>=I<\\,NUM\\/>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "B<-s>, B<--sort> I<column>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--statistics>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, fuzzy +#| msgid "B<-V>, B<--version>" +msgid "B<-s>, B<--symlink>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--syslinux>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-s>, B<--syslog>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-s>, B<--sysroot> I<directory>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<-setlocale_ctype>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-shared>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-soname=>I<name>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-static>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t --test>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-t .I TYPE>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--no-timeout>" +msgid "B<-t timeout>" +msgstr "B<--no-timeout>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t> I<radix>" +msgstr "" + +#: fedora-40 fedora-rawhide archlinux debian-bookworm debian-unstable +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--list>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--tabs>=I<\\,LIST\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--tabs>=I<\\,N\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--target-root>=I<\\,DIR\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--target>=I<\\,TARGET\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--terminal>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--test>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--text>=I<\\,STRING\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-t>, B<--timeout> I<timeout>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-t>, B<--timing> I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-t>, B<--tree>" +msgstr "B<-h>, B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-t>, B<--type=>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-t>, B<--types> I<list>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u >I<fd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u >I<file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u >I<function>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-u>, B<--user>" +msgid "B<-u user>" +msgstr "B<-u>, B<--user>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u, --urls>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-u> I<symbol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<-u> | B<--uuid >I<UUID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u>, B<--unbuffered>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u>, B<--uncompress>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u>, B<--user>=I<\\,USER\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-v .I TYPE>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<-v, --verify>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--show-nonprinting>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "B<-v>, B<--vertical>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-w>, B<--start-delete>=I<\\,STRING\\/>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-w>, B<--wait>" +msgstr "B<-h>, B<--help>" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-w>, B<--wait> [I<seconds>]" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-w>, B<--whitelist-environment>=I<list>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-w>, B<--wholename>" +msgstr "B<-h>, B<--help>" + +#: opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<-h>, B<--help>" +msgid "B<-w>, B<--wide>" +msgstr "B<-h>, B<--help>" + +#: 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<\\,WIDTH\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-w>, B<--wipe> I<when>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x >I<keyseq>B<:>I<shell-command>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x pathname>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x>, B<--end-delete>=I<\\,STRING\\/>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-x>, B<--hex>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x>, B<--one-file-system>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-x>, B<--x86>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x\\ >I<size>,\\ B<--x-size=>I<size>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-y> I<symbol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-y>, B<--start-insert>=I<\\,STRING\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-y\\ >I<size>,\\ B<--y-size=>I<size>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-z defs>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-z muldefs>" +msgstr "" + +#: archlinux +msgid "B<-z, --null>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<-z> I<keyword>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-z>, B<--end-insert>=I<\\,STRING\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B</dev/stderr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B</dev/stdin>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B</dev/stdout>" +msgstr "" + +#: debian-bookworm +msgid "B</lib/systemd/system-environment-generators/some-generator>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B</proc/self/mountstats>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B</usr/lib/systemd/system-environment-generators/some-generator>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B</usr/lib/systemd/user-environment-generators/some-generator>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "B</var/lib/mlocate/mlocate.db>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "B</var/mail/$LOGNAME.lock>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B</var/spool/mail/$LOGNAME.lock>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0> or B<ENOENT> or B<ESRCH> or B<EBADF> or B<EPERM> or ..." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0x02>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0x04>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0x08>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0x10>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0x20>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0x40>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "B<0xFFFFFFFF>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<1.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<2.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<3.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<4.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<5.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, 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<64bit>" +msgstr "" + +#: debian-bookworm debian-unstable archlinux 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<arguments>]" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron 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 +msgid "B<ACTION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_ALG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_APPLETALK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_AX25>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_BLUETOOTH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_CAN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_DECnet>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_IB>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_IPX>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_KCM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_KEY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_LLC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_LOCAL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_MPLS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_PPPOX>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_RDS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_TIPC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_X25>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AF_XDP>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#, no-wrap +msgid "B<AI_ADDRCONFIG>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#, no-wrap +msgid "B<AI_ALL>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#, no-wrap +msgid "B<AI_V4MAPPED>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<ALWAYS_SET_PATH> (boolean)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<AT_EMPTY_PATH> (since Linux 5.8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<AT_NO_AUTOMOUNT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<Alias> with no arguments or with the B<-p> option prints the list of " +"aliases in the form B<alias> I<name>=I<value> on standard output. When " +"arguments are supplied, an alias is defined for each I<name> whose I<value> " +"is given. A trailing space in I<value> causes the next word to be checked " +"for alias substitution when the alias is expanded. For each I<name> in the " +"argument list for which no I<value> is supplied, the name and value of the " +"alias is printed. B<Alias> returns true unless a I<name> is given for which " +"no alias has been defined." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "B<B>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<BPF_ANY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<BPF_EXIST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<BPF_NOEXIST>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<BUILDDIR=>\"/path/to/directory\"" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_CHOWN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_DAC_OVERRIDE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_DAC_READ_SEARCH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_FOWNER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_FSETID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_IPC_OWNER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_KILL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_LINUX_IMMUTABLE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_NET_ADMIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_NET_BIND_SERVICE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_NET_BROADCAST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_NET_RAW>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SETGID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SETPCAP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SETUID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_ADMIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_BOOT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_CHROOT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_MODULE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_NICE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_PTRACE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_RAWIO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_RESOURCE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_TIME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CAP_SYS_TTY_CONFIG>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<CCISS_DEREGDISK>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CCISS_DEREGDISK>, B<CCISS_REGNEWDISK>, B<CCISS_REGNEWD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CCISS_GETDRIVVER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CCISS_GETPCIINFO>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CCISS_PASSTHRU>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<CCISS_REGNEWD>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<CCISS_REGNEWDISK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLOCK_PROCESS_CPUTIME_ID> (since Linux 2.6.12)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLOCK_TAI> (since Linux 3.10)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLOCK_THREAD_CPUTIME_ID> (since Linux 2.6.12)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLONE_NEWIPC> (since Linux 2.6.19)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLONE_NEWNET> (since Linux 2.6.24)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLONE_NEWNS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLONE_NEWPID> (since Linux 3.8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLONE_NEWUSER> (since Linux 3.8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<CLONE_NEWUTS> (since Linux 2.6.19)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<COLUMNS>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DEFAULT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_BLK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_CHR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_DIR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_FIFO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_LNK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_REG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_SOCK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<DT_UNKNOWN>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<E<lt>packageE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<E<lt>pkg-specE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<E<lt>sectionE<gt>>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EACCES> or B<EAGAIN>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EACCES>, B<EPERM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EAI_BADFLAGS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EAI_FAIL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EAI_FAMILY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EAI_NONAME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EBADMSG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ECHILD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EDEADLOCK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EHWPOISON>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EINVAL> (since Linux 4.3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<EINVAL> (since Linux 5.5)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ELIBBAD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENETDOWN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENETUNREACH>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOBUFS>, B<ENOMEM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOPROTOOPT> and B<EOPNOTSUPP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOSPC> (since Linux 3.7)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOSPC> (since Linux 4.9)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOSPC> (since Linux 4.9; beforehand B<EUSERS>)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOTEMPTY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPERM> (since Linux 3.9)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPERM> or B<EACCES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPOLLERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPOLLET>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPOLLHUP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPOLLIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPOLLOUT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EPOLLPRI>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ERESTARTNOINTR> (since Linux 2.6.17)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ESTALE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ETOOMANYREFS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EUSERS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_ADDRESS_FAMILIES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_APPARMOR_PROFILE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_BPF>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CACHE_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CAPABILITIES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CGROUP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CHDIR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CHOWN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CHROOT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CONFIGURATION_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CONFIRM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CPUAFFINITY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_CREDENTIALS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_EXEC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_FAILURE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_FDS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_GROUP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_INVALIDARGUMENT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_IOPRIO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_KEYRING>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_LIMITS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_LOGS_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_MEMORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NAMESPACE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NETWORK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NICE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NOPERMISSION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NOTCONFIGURED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NOTIMPLEMENTED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NOTINSTALLED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NOTRUNNING>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NO_NEW_PRIVILEGES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_NUMA_POLICY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_OOM_ADJUST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_PAM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_PERSONALITY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_RUNTIME_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SECCOMP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SECUREBITS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SELINUX_CONTEXT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SETSCHEDULER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SETSID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SIGNAL_MASK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SMACK_PROCESS_LABEL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_STATE_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_STDERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_STDIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_STDOUT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_SUCCESS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_TIMERSLACK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EXIT_USER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_CANTCREAT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_CONFIG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_DATAERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_IOERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_NOHOST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_NOINPUT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_NOPERM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_NOUSER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_OSERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_OSFILE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_PROTOCOL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_SOFTWARE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_TEMPFAIL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_UNAVAILABLE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EX_USAGE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Example\\ \\&3.\\ \\&Debugging a generator>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<F>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "B<FAIL_DELAY> (number)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_ACCESS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_ACCESS_PERM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_CLOSE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_CLOSE_NOWRITE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_CLOSE_WRITE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_MODIFY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_MOVE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_ONDIR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_OPEN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FAN_OPEN_PERM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<FD_CLOEXEC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<G>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<H=>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<H>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<HOST_NOT_FOUND>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<IN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<IN_MASK_ADD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<IN_ONESHOT>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<IPC namespace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<IPV6_UNICAST_HOPS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<IPv4 address format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<IPv6 address format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LINES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LM_ID_BASE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LM_ID_NEWLM>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable +#, no-wrap +msgid "B<LOCATE_PATH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOCK_EX>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOCK_SH>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<LOGDEST=>\"/path/to/directory\"" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "B<LOGNAME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_ALERT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_CRIT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_DEBUG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_EMERG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_ERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_INFO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_NOTICE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<LOG_WARNING>" +msgstr "" + +#: debian-bookworm +msgid "B<LOOPDEV_DEBUG>=all" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<M=>" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<M>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MADV_WILLNEED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MAIL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MAP_ANON>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MPOL_BIND>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MPOL_DEFAULT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MPOL_INTERLEAVE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MPOL_LOCAL> (since Linux 3.8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MPOL_PREFERRED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MSG_DONTWAIT> (since Linux 2.2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MSG_OOB>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<MS_NOSUID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<NAME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<NO_ADDRESS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<NO_RECOVERY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Note:>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<O_DSYNC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<O_LARGEFILE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "SYNC" +msgid "B<O_SYNC>" +msgstr "SYNC" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<O_TRUNC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<O_WRONLY>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<PID namespace>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<PKGDEST=>\"/path/to/directory\"" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<PKGEXT=>\"\\&.pkg\\&.tar\\&.gz\", B<SRCEXT=>\"\\&.src\\&.tar\\&.gz\"" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<POLLERR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<POLLHUP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<POLLIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<POLLOUT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<POLLPRI>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PROT_NONE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PROT_READ>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PTHREAD_PROCESS_PRIVATE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PTHREAD_PROCESS_SHARED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<PWD>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<QT_QPA_PLATFORM={ wayland|X11 }>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RLIMIT_NOFILE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RLIMIT_NPROC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_APPEND> (since Linux 4.16)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<RWF_NOWAIT> (since Linux 4.14)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Readline> key binding names." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Robby Workman> E<lt>\\&rworkman@slackware\\&.com\\&E<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SCHED_BATCH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SCHED_DEADLINE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SCHED_IDLE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SCHED_OTHER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SEEK_CUR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SEEK_END>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SEEK_SET>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SEMVMX>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SIGEV_THREAD_ID> (Linux-specific)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGINT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGPWR>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "B<SIGQUIT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+0>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+13>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+14>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+15>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+16>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+17>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+20>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+21>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+22>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+23>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+24>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+25>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+26>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+2>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+3>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+4>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+5>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+6>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGRTMIN+7>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGTERM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIGWINCH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SIG_DFL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<SIOCGSTAMP> was called on a socket where no packet arrived." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SIOCINQ>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SOCK_CLOEXEC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SOCK_DGRAM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SOCK_NONBLOCK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SOCK_RAW>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SOCK_SEQPACKET>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SOCK_STREAM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_BINDTODEVICE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_BROADCAST>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_KEEPALIVE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_PEERCRED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_PRIORITY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_RCVBUF>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_SNDBUF>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SO_TIMESTAMP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<SPLICE_F_NONBLOCK> was specified in I<flags> or one of the file " +"descriptors had been marked as nonblocking (B<O_NONBLOCK>)B<,> and the " +"operation would block." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<SRCDEST=>\"/path/to/directory\"" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<SRCPKGDEST=>\"/path/to/directory\"" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_MANDLOCK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_NOATIME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_NODEV>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_NODIRATIME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_NOEXEC>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_NOSUID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_RDONLY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_RELATIME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ST_SYNCHRONOUS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<S_IRUSR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<Scan Mode Options>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<TFD_TIMER_CANCEL_ON_SET>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<TIOCSTI>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<TRY_AGAIN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<Table\\ \\&3.\\ \\&Specifiers available>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<USB>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<UTS namespace>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<VERBOSE>" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "B<VLOCK_ALL_MESSAGE>" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "B<VLOCK_CURRENT_MESSAGE>" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "B<VLOCK_MESSAGE>" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "B<VLOCK_PROMPT_TIMEOUT>" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "B<VLOCK_TIMEOUT>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<W=> (or B<M=>)" +msgstr "" + +#: 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 opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<WCONTINUED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<WEXITED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<WSTOPPED>" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"B<Whois> and this man page were written by Marco d'Itri E<lt>I<md@linux." +"it>E<gt> and are licensed under the terms of the GNU General Public License, " +"version 2 or later." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<X=> (or B<H=>)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<[> I<expr> B<]>" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<\\%captoinfo> - convert a I<termcap> description into a I<\\%term\\%info> " +"description" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<\\%captoinfo> composes single-line capabilities into an B<acsc> string, " +"and discards B<GG> and double-line capabilities with a warning diagnostic." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<\\%captoinfo> translates some obsolete, nonstandard capabilities into " +"standard (SVr4/XSI Curses) I<\\%\\%term\\%info> capabilities. It issues a " +"diagnostic to the standard error stream for each, inviting the user to check " +"that it has not mistakenly translated an unknown or mistyped capability name." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<\\%captoinfo> translates terminal descriptions. It looks in each given " +"text I<file> for I<\\%termcap> entries and, for each one found, writes an " +"equivalent I<\\%\\%term\\%info> description to the standard output stream. " +"I<\\%termcap> B<tc> capabilities translate to I<\\%\\%term\\%info> " +"\\*(``B<use>\\*('' capabilities." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.B>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.BI>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.BR>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.DT>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.HP>I< i>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.I>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.IB>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.IP>I< x i>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.IR>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.LP>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.P>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.PD>I< d>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.PP>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.RB>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.RE>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.RI>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.RS>I< i>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.SB>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.SM>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.SS>I< t>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<\\&.TH> I<title section date source manual>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.TP>I< i>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.UE .RI [ trailer ]>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<\\&.UR>I< url>" +msgstr "" + +#: 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<\\[ha]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\e!>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\e#>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\e.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\e0>I<nnn>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\e?>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\eT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\eU>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\eU>I<HHHHHHHH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\ea>" +msgstr "" + +#: 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<\\ef>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\el>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\eu>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\eu>I<HHHH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\ex>I<HH>" +msgstr "" + +#: 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<_exit>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<a+>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<accept4>(2)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<acct>(5), B<ac>(1)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<acl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aio_error>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aio_return>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aio_suspend>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<alarm>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<alias>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<alias> [B<-p>] [I<name>[=I<value>] ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<allexport>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<allow-discards>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<always>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<any>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<application/json>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<application/vnd\\&.fdo\\&.journal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aquota.user or aquota.group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aquota.user>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aquota.user> or B<aquota.group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<arp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<arrayvar>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<assoc_expand_once>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<audit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aui>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<autocd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<bad>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "B<basenc>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bashdefault>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<besteffort>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bg> [I<jobspec> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<bind> I<readline-command-line>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind> [B<-m> I<keymap>] B<-f> I<filename>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind> [B<-m> I<keymap>] B<-x> I<keyseq>:I<shell-command>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind> [B<-m> I<keymap>] I<keyseq>:I<function-name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind> [B<-m> I<keymap>] I<keyseq>:I<readline-command>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind> [B<-m> I<keymap>] [B<-lpsvPSVX>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind> [B<-m> I<keymap>] [B<-q> I<function>] [B<-u> I<function>] [B<-r> I<keyseq>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<binding>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<bitlk>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<blkid>(8), B<findfs>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bnc>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<braceexpand>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<break> [I<n>]" +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"B<breakpause> is the time in 1,000,000ths of a usec between sending the " +"\"back to default\" break sending commands." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"B<breakpause> specifies how many usec (1,000,000ths of a second) between " +"sending the \"back to default\" break and sending commands." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<broadcast>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<builtin>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<builtin> I<shell-builtin> [I<arguments>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cabs>(3), B<complex>(7)" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<cache>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<call-nop=prefix->I<byte>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<call-nop=prefix-addr>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<call-nop=suffix->I<byte>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<call-nop=suffix-nop>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<caller> [I<expr>]" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "B<captoinfo -V>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"B<captoinfo> - convert a I<termcap> description into a I<terminfo> " +"description" +msgstr "" + +#: debian-bookworm archlinux +msgid "" +"B<captoinfo> [B<-v>I<n> I<width>] [B<-V>] [B<-1>] [B<-w> I<width>] " +"I<file> ..." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "B<captoinfo> [I<tic-option>] [I<file> \\&.\\|.\\|.]" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"B<captoinfo> looks in each given text I<file> for B<termcap> descriptions. " +"For each one found, an equivalent B<terminfo> description is written to " +"standard output. Termcap B<tc> capabilities are translated directly to " +"terminfo B<use> capabilities." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<casefold>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cat>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<ccache>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cd> [B<-L>|[B<-P> [B<-e>]] [-@]] [I<dir>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cdable_vars>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cdspell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<ceil>(3), B<floor>(3), B<lrint>(3), B<nearbyint>(3), B<rint>(3), " +"B<round>(3)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<cet-report=error>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<cet-report=none>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<cet-report=warning>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<cgroup namespace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-g, --group>" +msgid "B<cgroup>" +msgstr "B<-g, --group>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<chdir>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<check-at-most-once>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<check-new>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<checkhash>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<checkjobs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<checkwinsize>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "B<chroot> I<\\,OPTION\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"B<chroot> [I<\\,OPTION\\/>] I<\\,NEWROOT \\/>[I<\\,COMMAND \\/>[I<\\,ARG\\/" +">]...]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cipher=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cleanup>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<clock_gettime>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<clone>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<closed>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cmdhist>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"B<cmdrespause> specifies how many usec (1,000,000ths of a second) to wait " +"between writing the command and reading the result. 125000 seems to be the " +"lowest I could go reliably." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"B<cmdrespause> specifies how many usec (1,000,000ths of a) between writing " +"the command and reading the result should be used. 125000 seems to be the " +"lowest I could go reliably." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<colon-delimited hexadecimal>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<combreloc>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<command>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<command> [B<-pVv>] I<command> [I<arg> ...]" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<comment>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<common-page-size=>I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<common>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compat31>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compat32>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compat40>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compat41>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compat42>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compat43>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<compat44>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<compat50>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<compat51>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<compgen> [I<option>] [I<word>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<complete> B<-pr> [B<-DEI>] [I<name> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<complete> [B<-abcdefgjksuv>] [B<-o> I<comp-option>] [B<-DEI>] [B<-A> I<action>] [B<-G> I<globpat>] [B<-W> I<wordlist>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<complete_fullquote>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<components>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<compopt> [B<-o> I<option>] [B<-DEI>] [B<+o> I<option>] [I<name>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<connect>(2) was called on an already connected socket." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<continue> [I<n>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<creat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<crypt>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<database>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<db_persist>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<declare> [B<-aAfFgiIlnrtux>] [B<-p>] [I<name>[=I<value>] ...]" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<defaults>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<defs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<delete>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<detach> I<volume>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<devdump> I<isoimage>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<devdump> is a crude utility to interactively display the contents of " +"device or filesystem images. The initial screen is a display of the first " +"256 bytes of the first 2048 byte sector. The commands are the same as with " +"B<isodump>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<device=>I<external-journal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<diffserv3>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<diffserv4>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<diffserv8>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dir_index>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dir_nlink>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<direxpand>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dirnames>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dirs [-clpv] [+>I<n>B<] [->I<n>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dirspell>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<disable>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<disabled>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<disown> [B<-ar>] [B<-h>] [I<jobspec> ... | I<pid> ... ]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<distcc>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<dnf --repofrompath=syncedrepo,the_repo --repoid=syncedrepo list --" +"available>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf builddep --spec foobar.spec.in>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf builddep -D \\(aqscl python27\\(aq python-foobar.spec>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dnf builddep E<lt>packageE<gt>...>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf builddep foobar-1.0-1.src.rpm>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf builddep foobar-1.0-1>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf builddep foobar.spec>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --add-repo http://example.com/different/repo>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --add-repo http://example.com/some/additional.repo>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --dump E<lt>sectionE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --dump>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --save --setopt=*-debuginfo.gpgcheck=0>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --save --setopt=*.proxy=http://proxy.example.com:3128/ E<lt>repo1E<gt> E<lt>repo2E<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --set-disabled E<lt>repoid1E<gt> E<lt>repoid2E<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --set-disabled E<lt>repoid1E<gt>,E<lt>repoid2E<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf config-manager --set-enabled E<lt>repoidE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dnf config-manager [options] E<lt>sectionE<gt>...>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download --url --urlprotocols=https --urlprotocols=rsync dnf>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download --url dnf>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dnf download [options] E<lt>pkg-specE<gt>...>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download btanks --resolve>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download dnf --destdir /tmp/dnl>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download dnf --source>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download dnf>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf download rpm --debuginfo>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<#include E<lt>stdio.hE<gt>>\n" +msgid "B<dnf repoclosure [E<lt>optionsE<gt>]>" +msgstr "B<#include E<lt>stdio.hE<gt>>\n" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dnf repodiff [E<lt>optionsE<gt>]>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<dnf repomanage [E<lt>optional-optionsE<gt>] [E<lt>optionsE<gt>] " +"E<lt>pathE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf reposync --repoid=the_repo --download-metadata>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf reposync --repoid=the_repo>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dnf reposync -p /my/repos/path --repoid=the_repo>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dnf reposync [options]>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dnf(8)>, DNF Command Reference" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<docs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dot-delimited hexadecimal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dotglob>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<down>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<drand48>(3), B<rand>(3), B<random>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<driver>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<dst-host>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<dual-dst-host>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<dual-src-host>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dump>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dup2>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dup>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<dynamic-undefined-weak>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<e2fsck>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<e2fsck>(8), B<mke2fs>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ea_inode>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<echo> [B<-neE>] [I<arg> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<ecn>" +msgstr "" + +#: 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<emacs>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<emacs>(1), B<tex>(1)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "B<emerg>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<emptydirs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<en>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<enable> [B<-a>] [B<-dnps>] [B<-f> I<filename>] [I<name> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<encoding=>I<encoding-name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<encoding_flags=>I<encoding-flags>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<encrypt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<errexit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<errors=>{B<continue>|B<remount-ro>|B<panic>}" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<errtrace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<esp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<ethers>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<eui64>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<eval> [I<arg> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<exec>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<exec> [B<-cl>] [B<-a> I<name>] [I<command> [I<arguments>]]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<execfail>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<execstack>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<execve>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<exit> [I<n>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<expand_aliases>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<export -p>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<export> [B<-fn>\\^] [I<name>[=I<word>]] ..." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<exports>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ext2>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ext4>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<extdebug>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<extent>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<extern int i;>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<extglob>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<extquote>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<extra_isize>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<faccessat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<failglob>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fast_commit_size=>I<fast-commit-size>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<fastopen>" +msgstr "B<--version>" + +#: opensuse-leap-15-6 +msgid "B<fatlabel>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fc> B<-s> [I<pat>=I<rep>] [I<cmd>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fc> [B<-e> I<ename>] [B<-lnr>] [I<first>] [I<last>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fchdir>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fchmodat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fchownat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fcntl>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fdatasync>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fg> [I<jobspec>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fgetwc>(3), B<unlocked_stdio>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fibre>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fido2-cid=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fido2-device=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fido2-rp=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<file> I<\\,OPTIONS FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<filenames>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<filetype>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flex_bg>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<flock>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +msgid "B<flock>(2) locking is mostly used on BSD-based systems." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<flows>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flush>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<force_fignore>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fork>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fputwc>(3), B<unlocked_stdio>(3)" +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<fsck.fat>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fseek>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fsync>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<function>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<functrace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<get_mempolicy>(2), B<mbind>(2), B<set_mempolicy>(2), B<numa>(3), " +"B<numa_maps>(5), B<cpuset>(7), B<numa>(7), B<migratepages>(8), B<numastat>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getegid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<geteuid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getgid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getgroups>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<getopts> I<optstring> I<name> [I<arg ...>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<getopts> can report errors in two ways. If the first character of " +"I<optstring> is a colon, I<silent> error reporting is used. In normal " +"operation, diagnostic messages are printed when invalid options or missing " +"option arguments are encountered. If the variable E<.SM> B<OPTERR> is set " +"to 0, no error messages will be displayed, even if the first character of " +"I<optstring> is not a colon." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<getopts> is used by shell procedures to parse positional parameters. " +"I<optstring> contains the option characters to be recognized; if a character " +"is followed by a colon, the option is expected to have an argument, which " +"should be separated from it by white space. The colon and question mark " +"characters may not be used as option characters. Each time it is invoked, " +"B<getopts> places the next option in the shell variable I<name>, " +"initializing I<name> if it does not exist, and the index of the next " +"argument to be processed into the variable E<.SM> B<OPTIND>. E<.SM> " +"B<OPTIND> is initialized to 1 each time the shell or a shell script is " +"invoked. When an option requires an argument, B<getopts> places that " +"argument into the variable E<.SM> B<OPTARG>. The shell does not reset E<." +"SM> B<OPTIND> automatically; it must be manually reset between multiple " +"calls to B<getopts> within the same shell invocation if a new set of " +"parameters is to be used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"B<getopts> normally parses the positional parameters, but if more arguments " +"are supplied as I<arg> values, B<getopts> parses those instead." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<getopts> returns true if an option, specified or unspecified, is found. " +"It returns false if the end of options is encountered or an error occurs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getpgrp>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getpid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getppid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getpriority>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getsid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getuid>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<global>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<globalaudit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<globasciiranges>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<globskipdots>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<globstar>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<gnu_errfmt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<good>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<groff -Tascii -man> I<file> \\&..." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<groff -Tps -man> I<file> \\&..." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<grpquota>|B<noquota>|B<quota>|B<usrquota>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-editenv> [I<\\,OPTION\\/>...] I<\\,FILENAME COMMAND\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-fstest> [I<\\,OPTION\\/>...] I<\\,IMAGE_PATH COMMANDS\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-fstest>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-glue-efi> [I<\\,OPTION\\/>...] [I<\\,OPTIONS\\/>]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"B<grub-install> [I<\\,OPTION\\/>...] [I<\\,OPTION\\/>] [I<\\," +"INSTALL_DEVICE\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-install>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-install>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-install>(8), B<grub-mkrescue>(1), B<grub-mknetdir>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-kbdcomp> I<\\,-o OUTPUT CKBMAP_ARGUMENTS\\/>..." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-macbless> [I<\\,OPTION\\/>...] I<\\,--ppc PATH|--x86 FILE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-menulst2cfg> [I<\\,INFILE \\/>[I<\\,OUTFILE\\/>]]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-menulst2cfg>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-mkconfig> [I<\\,OPTION\\/>]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-mkconfig>(8), B<grub-mkimage>(1), B<grub-mkrescue>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<grub-mkfont> [I<\\,OPTION\\/>...] [I<\\,OPTIONS\\/>] I<\\,FONT_FILES\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<grub-mkimage> [I<\\,OPTION\\/>...] [I<\\,OPTION\\/>]... [I<\\,MODULES\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-mklayout> [I<\\,OPTION\\/>...] [I<\\,OPTIONS\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-mklayout>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-mknetdir> [I<\\,OPTION\\/>...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-mkpasswd-pbkdf2> [I<\\,OPTION\\/>...] [I<\\,OPTIONS\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-mkrelpath> [I<\\,OPTION\\/>...] I<\\,PATH\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<grub-mkrescue> [I<\\,OPTION\\/>...] [I<\\,OPTION\\/>] I<\\,SOURCE\\/>..." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<grub-mkstandalone> [I<\\,OPTION\\/>...] [I<\\,OPTION\\/>] I<\\,SOURCE\\/" +">..." +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-ofpathname> I<\\,DEVICE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<grub-probe> [I<\\,OPTION\\/>...] [I<\\,OPTION\\/>]... [I<\\,PATH|DEVICE\\/" +">]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-reboot> [I<\\,OPTION\\/>] I<\\,MENU_ENTRY\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-reboot>(8), B<grub-editenv>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-reboot>(8), B<grub-set-default>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-render-label> [I<\\,OPTION\\/>...] [I<\\,OPTIONS\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-script-check> [I<\\,OPTION\\/>...] [I<\\,PATH\\/>]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-set-default> [I<\\,OPTION\\/>] I<\\,MENU_ENTRY\\/>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-set-default>(8), B<grub-editenv>(1)" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-sparc64-setup> [I<\\,OPTION\\/>...] I<\\,DEVICE\\/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<grub-syslinux2cfg> [I<\\,OPTION\\/>...] I<\\,FILE\\/>" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "B<grub>(8), B<update-grub>(8)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<has_journal>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<hash=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<hash> [B<-lr>] [B<-p> I<filename>] [B<-dt>] [I<name>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<hashall>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<header=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<headless=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<help> [B<-dms>] [I<pattern>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<helptopic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<hibernate>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<histappend>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<histexpand>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<history -d> I<offset>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<history -d> I<start>-I<end>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<history [>I<n>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<history> B<-anrw> [I<filename>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<history> B<-c>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<history> B<-p> I<arg> [I<arg ...>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<history> B<-s> I<arg> [I<arg ...>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<histreedit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<histverify>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<horizontal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<hostcomplete>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<hp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<huge_file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<huponexit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<hwdb>(7)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<hybrid-sleep>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<hyphen-delimited hexadecimal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ib>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<ibt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<ibtplt>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<idmapd.conf>(5), B<request-key>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<if-safe>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<ignore-all>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<ignore-in-object-files>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<ignore-in-shared-libs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<ignore-zero-blocks>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ignoreeof>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<indeterminate>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<indirect-extern-access>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-editenv>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-fstest>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-glue-efi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-install>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-kbdcomp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-macbless>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-menulst2cfg>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkconfig>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkfont>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkimage>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mklayout>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mknetdir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkpasswd-pbkdf2>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkrelpath>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkrescue>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-mkstandalone>" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-ofpathname>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-probe>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-reboot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-render-label>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-script-check>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-set-default>" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-sparc64-setup>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info grub-syslinux2cfg>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info wdiff>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<inherit_errexit>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<initfirst>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<initgroups>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<int i = 1;>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<int i;>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<int ioctl(int >I<fd>B<, int >I<cmd>B<, ...);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<int memcmp(const void >I<s1>B<[.>I<n>B<], const void >I<s2>B<[.>I<n>B<], size_t >I<n>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<int socket(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<interactive_comments>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<interpose>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<io>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io\\&.systemd\\&.DropIn>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io\\&.systemd\\&.DynamicUser>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io\\&.systemd\\&.Home>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io\\&.systemd\\&.Machine>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io\\&.systemd\\&.Multiplexer>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io\\&.systemd\\&.NameServiceSwitch>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<ioprio_set>(2)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<ipcmk>(1), B<ipcrm>(1), B<msgrcv>(2), B<msgsnd>(2), B<semget>(2), " +"B<semop>(2), B<shmat>(2), B<shmdt>(2), B<shmget>(2), B<sysvipc>(7)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<ipv4>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<ipv6>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<is-installed>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<isnan>():" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<isodump> I<isoimage>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<isodump> is a crude utility to interactively display the contents of " +"iso9660 images in order to verify directory integrity. The initial screen " +"is a display of the first part of the root directory, and the prompt shows " +"you the extent number and offset in the extent." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<isoinfo> is a utility to perform directory like listings of iso9660 images." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<isovfy> I<isoimage>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<job>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<jobs> B<-x> I<command> [ I<args> ... ]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<jobs> [B<-lnprs>] [ I<jobspec> ... ]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<json-pretty>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<json-seq>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<json-sse>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<json>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<keep>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<key-slot=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<keyfile-erase>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<keyfile-offset=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<keyfile-size=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<keyfile-timeout=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<keyword>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<kill> B<-l>|B<-L> [I<sigspec> | I<exit_status>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<kill> [B<-s> I<sigspec> | B<-n> I<signum> | B<->I<sigspec>] [I<pid> | I<jobspec>] ..." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-report=error>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-report=none>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-report=warning>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u48-report=error>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u48-report=none>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u48-report=warning>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u48>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u57-report=error>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u57-report=none>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u57-report=warning>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lam-u57>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<large_dir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<large_file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<lastpipe>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<lazy>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<less>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<let> I<arg> [I<arg> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<link-local>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<linkat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<linux-generic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<lithist>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ll>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<loadfltr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<loadkeys>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<local> [I<option>] [I<name>[=I<value>] ... | - ]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<localhost>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<localvar_inherit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<localvar_unset>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<location>I<=journal-location>" +msgstr "" + +#: mageia-cauldron +#, no-wrap +msgid "B<lock>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<log-level> [I<LEVEL>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<login_shell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<logout>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<lstat>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<lto>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<luks>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<magic>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron +#, no-wrap +msgid "B<mail>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mailwarn>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<makepkg>(8), B<pacman>(8), B<makepkg.conf>(5)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<malloc>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<manual>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mapfile> [B<-d> I<delim>] [B<-n> I<count>] [B<-O> I<origin>] [B<-s> I<count>] [B<-t>] [B<-u> I<fd>] [B<-C> I<callback>] [B<-c> I<quantum>] [I<array>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<mapfile> returns successfully unless an invalid option or option argument " +"is supplied, I<array> is invalid or unassignable, or if I<array> is not an " +"indexed array." +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "B<mark-plt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<max-page-size=>I<value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<memchr>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<memcmp>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<memset>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<metadata_csum>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<metadata_csum_seed>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mii>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<mixed>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mkdirat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<mke2fs -O journal_dev> I<external-journal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<mke2fs>(8), B<tune2fs>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<mkfifo>(3)" +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<mkfs.fat>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mknodat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mmp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mmp_update_interval=>I<interval>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<mode m>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--mode>" +msgid "B<mode=>" +msgstr "B<--mode>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mode>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<mount namespace>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<mount>(8)" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "B<ms>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgctl>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgget>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgrcv>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgsnd>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<muldefs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<munmap>(2)" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "B<mv>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nano>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<netgroup>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<network namespace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<networks>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<never>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<next>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nfsd>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nfsidmap -d>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nfsidmap -h>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nfsidmap -l>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nfsidmap [-v] [-c]>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nfsidmap [-v] [-t timeout] key desc>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nfsidmap [-v] [-u|-g|-r user]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nice>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<no-read-workqueue>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<no-write-workqueue>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<no_empty_cmd_completion>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<noatime>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<noauto>, B<auto>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nocaseglob>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nocasematch>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<noclobber>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nocombreloc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nocommon>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nocopyreloc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nodefaultlib>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nodelalloc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nodelete>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nodiscard>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nodlopen>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nodump>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nodynamic-undefined-weak>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<noexecstack>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<noexpand_translation>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<noextern-protected-data>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<noglob>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<noindirect-extern-access>" +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "B<nomark-plt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nopack-relative-relocs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<noquote>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<noreloc-overflow>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<norelro>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--no-headers>" +msgid "B<nosectionheader>" +msgstr "B<--no-headers>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<noseparate-code>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nosort>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nospace>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nostart-stop-gc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<notext>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "B<notice>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<notify>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nounique-symbol>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<nounique>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nounset>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<now>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nowatch>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<null>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nullglob>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<off_t lseek(int >I<fd>B<, off_t >I<offset>B<, int >I<whence>B<);>\n" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<offset=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<onboard>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<onecmd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<open>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<openat>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<options (array)>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<origin>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<orphan_file_size=>I<size>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<owner>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<pack-relative-relocs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<partition>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<path>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<patsub_replacement>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<pending>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<persistent>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<phy>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<physical>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pidfd_send_signal>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pipe>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pipefail>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<pipefs-directory>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<pkcs11-uri=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<pkgbase>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<pkgver>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<plain>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<plusdirs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<popd> [-B<n>] [+I<n>] [-I<n>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<port>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<poweroff>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<proc>(5)" +msgid "B<pread>(2)" +msgstr "B<proc>(5)" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<precedence>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<prefixstable[:>I<ADDRESS>B<][,>I<UUID>B<]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<printf> [B<-v> I<var>] I<format> [I<arguments>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<printf>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<privileged>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<progcomp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<progcomp_alias>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<project>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<promptvars>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<property>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<protocols>" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "B<ps>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<ps>(1), B<pgrep>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<pstore.conf>(5)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<pthread_attr_getaffinity_np>(3), B<pthread_attr_getdetachstate>(3), " +"B<pthread_attr_getguardsize>(3), B<pthread_attr_getinheritsched>(3), " +"B<pthread_attr_getschedparam>(3), B<pthread_attr_getschedpolicy>(3), " +"B<pthread_attr_getscope>(3), B<pthread_attr_getstack>(3), " +"B<pthread_attr_getstackaddr>(3), B<pthread_attr_getstacksize>(3), " +"B<pthread_attr_init>(3), B<pthread_create>(3), B<pthreads>(7)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pthread_kill>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pushd> [B<-n>] [+I<n>] [-I<n>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pushd> [B<-n>] [I<dir>]" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#, no-wrap +msgid "B<putenv>()" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pwd> [B<-LP>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<ftruncate>(2)" +msgid "B<pwrite>(2)" +msgstr "B<ftruncate>(2)" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<quota.user or quota.group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<quota.user> or B<quota.group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<raise>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<random-seed>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<rbash> turns off any restrictions in the shell spawned to execute the " +"script." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rdma>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<read> [B<-ers>] [B<-a> I<aname>] [B<-d> I<delim>] [B<-i> I<text>] [B<-n> I<nchars>] [B<-N> I<nchars>] [B<-p> I<prompt>] [B<-t> I<timeout>] [B<-u> I<fd>] [I<name> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<read> returns after reading I<nchars> characters rather than waiting for a " +"complete line of input, but honors a delimiter if fewer than I<nchars> " +"characters are read before the delimiter." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<read> returns after reading exactly I<nchars> characters rather than " +"waiting for a complete line of input, unless EOF is encountered or B<read> " +"times out. Delimiter characters encountered in the input are not treated " +"specially and do not cause B<read> to return until I<nchars> characters are " +"read. The result is not split on the characters in B<IFS>; the intent is " +"that the variable is assigned exactly the characters read (with the " +"exception of backslash; see the B<-r> option below)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<readarray> [B<-d> I<delim>] [B<-n> I<count>] [B<-O> I<origin>] [B<-s> I<count>] [B<-t>] [B<-u> I<fd>] [B<-C> I<callback>] [B<-c> I<quantum>] [I<array>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<readlink>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<readlinkat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<readonly> [B<-aAf>] [B<-p>] [I<name>[=I<word>] ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<recvmmsg>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<regular-file>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<relro>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "B<rename> [options] I<expression replacement file>..." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"B<rename> will rename the specified files by replacing the first occurrence " +"of I<expression> in their name by I<replacement>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<renameat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<replace>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<report-all>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<report-relative-reloc>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<resize_inode>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux opensuse-leap-15-6 +msgid "B<resolution, y-resolution>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<restricted_shell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<return> [I<n>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root-secondary-verity-sig>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root-secondary-verity>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root-secondary>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<root-verity-sig>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root-verity>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root-{arch}-verity-sig>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<root-{arch}-verity>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root-{arch}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<root>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<rpc-verbosity>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rpc.statd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<rpc.statd> records information about each monitored NFS peer on persistent " +"storage. This information describes how to contact a remote peer in case " +"the local system reboots, how to recognize which monitored peer is reporting " +"a reboot, and how to notify the local lock manager when a monitored peer " +"indicates it has rebooted." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"B<rpm --help> - as rpm supports customizing the options via popt aliases " +"it's impossible to guarantee that what's described in the manual matches " +"what's available." +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<rpm> {B<-q|--query>} [B<select-options>] [B<query-options>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rt_sigaction>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rt_sigpending>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rt_sigprocmask>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rt_sigreturn>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rt_sigsuspend>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rt_sigtimedwait>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rtnetlink_socket = socket(AF_NETLINK, int >I<socket_type>B<, NETLINK_ROUTE);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<rw>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<s390>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<same-cpu-crypt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sane>(7), B<sane-find-scanner>(1), B<sane-scsi>(5)," +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sane>(7), B<sane-scsi>(5), B<scanimage>(1)" +msgstr "" + +#: 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 "" + +#: 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-scsi>(5)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_get_priority_max>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_get_priority_min>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_getaffinity>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_getattr>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_getparam>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_getscheduler>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_rr_get_interval>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_setaffinity>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_setattr>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_setparam>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_setscheduler>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sched_yield>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--no-headers>" +msgid "B<sectionheader>" +msgstr "B<--no-headers>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sector-size=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<secureon>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<semctl>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<semget>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<semop>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sendmmsg>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<separate-code>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<service>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<set> [B<+abefhkmnptuvxBCEHPT>] [B<+o> I<option-name>] [B<-->] [B<->] [I<arg> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<set> [B<-abefhkmnptuvxBCEHPT>] [B<-o> I<option-name>] [B<-->] [B<->] [I<arg> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setgid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setgroups>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setns>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setopt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setpgid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setpriority>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<setuid>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "B<sha256>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "B<shadow>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<share-duplicated>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<share-unconflicted>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shift> [I<n>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shift_verbose>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmctl>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmdt>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmget>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shopt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shopt> [B<-pqsu>] [B<-o>] [I<optname> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-delta>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-full>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-iso-precise>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-iso>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-monotonic>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-precise>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short-unix>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<short>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<show>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<shstk>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<sign>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<signal>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sigreturn>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<size=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<size=>I<journal-size>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<skip=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sl>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<sle15-sp3>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<sle15-sp4>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<sleep>(3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<slot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<socket>(2), B<socket>(7)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<source s>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<source> I<filename> [I<arguments>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sourcepath>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sparse_super>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<src-host>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<srv>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<stable_inodes>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<stack-size=>I<value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<standards>(7)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<start-stop-gc>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<start-stop-visibility=>I<value>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<startdir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<stat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<statfs>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<static:>I<ADDRESS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<static_node=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<staticlibs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<stdout>" +msgstr "" + +#: archlinux opensuse-tumbleweed debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<step>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<stopped>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<strict>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<stride=>I<stride-size>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<strip>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<stripe_width=>I<stripe-width>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<strncpy>(3)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<submit-from-crypt-cpus>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sun>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<suspend-then-hibernate>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<suspend> [B<-f>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<-V>, B<--version>" +msgid "B<symlink>" +msgstr "B<-V>, B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<symlink>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<symlinkat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<sysctl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<systemd-hwdb>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<systemd-journald.service>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<systemd-machine-id-setup>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<systemd>(1), B<systemctl>(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<systemd>(1), B<systemd-hibernate-resume-generator>(8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<systemd>(1), B<systemd.unit>(5)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<tab>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tac>(1)" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron +msgid "B<tar>(1)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tcp>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tcrypt-hidden>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tcrypt-keyfile=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tcrypt-system>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tcrypt-veracrypt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tcrypt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tee>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<test>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<test> I<expr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<test> and B<[> evaluate conditional expressions using a set of rules based " +"on the number of arguments." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<test_fs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<text/event-stream>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<text/plain>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<text>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<textoff>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tgkill>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<threads>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<time namespace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<time>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<timeout=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--no-timeout>" +msgid "B<timeout>" +msgstr "B<--no-timeout>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<timer_delete>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<times>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<times>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tmp=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<tmp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tmpfs>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<token-timeout=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tpm2-device=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tpm2-measure-bank=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tpm2-measure-pcr=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-unstable +msgid "B<tpm2-pcrlock=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tpm2-pcrs=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tpm2-pin=>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tpm2-signature=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<trap> [B<-lp>] [[I<arg>] I<sigspec> ...]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tries=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<triple>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<try-empty-password=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<ts>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<type> [B<-aftpP>] I<name> [I<name> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<typedef int >I<bool_t>B<;>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<typeset> [B<-aAfFgiIlnrtux>] [B<-p>] [I<name>[=I<value>] ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<udp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<ulimit> [B<-HS>] B<-a>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<ulimit> [B<-HS>] [B<-bcdefiklmnpqrstuvxPRT> [I<limit>]]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<umask> [B<-p>] [B<-S>] [I<mode>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<umask>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<unalias> [-B<a>] [I<name> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<uname>(2)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<undefs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<unicast>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<uninit_bg>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<unique-symbol>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<unique>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<unlinkat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<unmerge>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<unset> [-B<fv>] [-B<n>] [I<name> ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<unshare>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<up>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<update>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<url-file>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<url-tar>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "B<--url>" +msgid "B<url>" +msgstr "B<--url>" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<user namespace>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<usr-secondary-verity-sig>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<usr-secondary-verity>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<usr-secondary>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<usr-verity-sig>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<usr-verity>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<usr-{arch}-verity-sig>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "B<usr-{arch}-verity>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<usr-{arch}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<usr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "B<ustar>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<utc>" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "B<utf8>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<utime>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<utimensat>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<utimes>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<uuid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v238>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v239>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v240>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v241>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v243>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v245>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v247>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v249>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v250>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v251>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v252>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v253>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<v254>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "B<v255>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<vacuum>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<var>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<variable>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<varredir_close>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "B<vendor>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<veracrypt-pim=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<verbosity>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<verity>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<vertical>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<vi>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<vmsplice>(2)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<void *memfrob(void >I<s>B<[.>I<n>B<], size_t >I<n>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<void *memmem(const void >I<haystack>B<[.>I<haystacklen>B<], size_t >I<haystacklen>B<,>\n" +"B< const void >I<needle>B<[.>I<needlelen>B<], size_t >I<needlelen>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<void *memmove(void >I<dest>B<[.>I<n>B<], const void >I<src>B<[.>I<n>B<], size_t >I<n>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<void *memset(void >I<s>B<[.>I<n>B<], int >I<c>B<, size_t >I<n>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<void bzero(void >I<s>B<[.>I<n>B<], size_t >I<n>B<);>\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<wait> [B<-fn>] [B<-p> I<varname>] [I<id ...>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<waitpid>(2)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "B<warning>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<watch>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "B<welcome>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, fuzzy +#| msgid "B<--help>" +msgid "B<whois --help>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, fuzzy +#| msgid "B<--version>" +msgid "B<whois --version>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<whois> B<-q> I<KEYWORD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<whois> B<-t> I<TYPE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<whois> B<-v> I<TYPE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"B<whois> [ {\\~B<-h>\\~|\\~B<--host>\\~} I<HOST> ] [ {\\~B<-p>\\~|\\~B<--" +"port>\\~} I<PORT> ] [\\~B<-abBcdGHIKlLmMrRx> ] [\\~B<-g>I<\\~SOURCE:FIRST-" +"LAST> ] [\\~B<-i>\\~ I<ATTR>[,I<ATTR>]...\\~] [\\~B<-s>\\~ I<SOURCE>[," +"I<SOURCE>]...\\~] [\\~B<-T>\\~ I<TYPE>[,I<TYPE>]...\\~] [\\~B<--verbose>\\~] " +"[\\~B<--no-recursion>\\~] I<OBJECT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "B<whois> searches for an object in a I<RFC 3912> database." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<with-unit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<wl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ww>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-initrd\\&.mount>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.automount>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "I<systemd\\&.restore_state=>" +msgid "B<x-systemd\\&.device-bound=>" +msgstr "I<systemd\\&.restore_state=>" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.device-bound>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.growfs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.idle-timeout=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.mount-timeout=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.pcrfs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.requires-mounts-for=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.requires=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<x-systemd\\&.rw-only>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<x86-64-baseline>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<x86-64-v2>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<x86-64-v3>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "B<x86-64-v4>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "B<xbootldr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<xpg_echo>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<xtrace>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "B<xz>(1)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<y>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "B<zipman>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<zstd>(1)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, 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<||>" +msgstr "" + +#: 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 "BACKSPACE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BLACK SQUARE" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "BO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOTTOM HALF INTEGRAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE DOWN AND LEFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE DOWN AND RIGHT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE UP AND HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE UP AND LEFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE UP AND RIGHT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE VERTICAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE VERTICAL AND LEFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOUBLE VERTICAL AND RIGHT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT DOWN AND HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT DOWN AND LEFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT DOWN AND RIGHT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT UP AND HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT UP AND LEFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT UP AND RIGHT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT VERTICAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT VERTICAL AND LEFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS LIGHT VERTICAL AND RIGHT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS UP SINGLE AND LEFT DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS VERTICAL SINGLE\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BREVE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "BSD also has" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "BSD, Solaris." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BTRFS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS AND SUPPORT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BULLET" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BULLET OPERATOR" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Backslash does not act as an escape character. The backslash is considered " +"to be part of the line. In particular, a backslash-newline pair may not " +"then be used as a line continuation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Backspace (ASCII 8)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Bad address." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Bash-4.0 introduced the concept of a I<shell compatibility level>, specified " +"as a set of options to the shopt builtin ( B<compat31>, B<compat32>, " +"B<compat40>, B<compat41>, and so on). There is only one current " +"compatibility level -- each option is mutually exclusive. The compatibility " +"level is intended to allow users to select behavior from previous versions " +"that is incompatible with newer versions while they migrate scripts to use " +"current features and behavior. It's intended to be a temporary solution." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Bash-4.3 introduced a new shell variable: E<.SM> B<BASH_COMPAT>. The value " +"assigned to this variable (a decimal version number like 4.2, or an integer " +"corresponding to the B<compat>I<NN> option, like 42) determines the " +"compatibility level." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Bash-5.0 is the final version for which there will be an individual shopt " +"option for the previous version. Users should use E<.SM> B<BASH_COMPAT> on " +"bash-5.0 and later versions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Bash-5.1 changed the way E<.SM> B<$RANDOM> is generated to introduce " +"slightly more randomness. If the shell compatibility level is set to 50 or " +"lower, it reverts to the method from bash-5.0 and previous versions, so " +"seeding the random number generator by assigning a value to E<.SM> B<RANDOM> " +"will produce the same sequence as in bash-5.0" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Because a copy-on-write operation requires the allocation of new storage, " +"the B<fallocate>(2) operation may unshare shared blocks to guarantee that " +"subsequent writes will not fail because of lack of disk space." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Before glibc 2.22, the glibc implementation did not set I<errno> to B<EDOM> " +"when a domain error occurred." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Begin a new paragraph and reset prevailing indent." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Begin assigning to I<array> at index I<origin>. The default index is 0." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Begin paragraph with a hanging indent (the first line of the paragraph is at " +"the left margin of normal paragraphs, and the rest of the paragraph's lines " +"are indented)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Begin paragraph with hanging tag. The tag is given on the next line, but " +"its results are like those of the B<\\&.IP> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Beginning Perl" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Bell (ASCII 7)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Below are other relevant macros and predefined strings. Unless noted " +"otherwise, all macros cause a break (end the current line of text). Many of " +"these macros set or use the \"prevailing indent\". The \"prevailing " +"indent\" value is set by any macro with the parameter I<i> below; macros may " +"omit I<i> in which case the current prevailing indent will be used. As a " +"result, successive indented paragraphs can use the same indent without " +"respecifying the indent value. A normal (nonindented) paragraph resets the " +"prevailing indent value to its default value (0.5 inches). By default, a " +"given indent is measured in ens; try to use ens or ems as units for indents, " +"since these will automatically adjust to font size changes. The other key " +"macro definitions are:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Bold" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Bold alternating with Roman (especially useful for referring to other manual " +"pages)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Bold alternating with italics (especially useful for function specifications)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Brian Fox, Free Software Foundation" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Bryan Schumaker, E<lt>bjschuma@netapp.comE<gt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Build dependencies in a package (i.e. src.rpm) might be different than you " +"would expect because they were evaluated according macros set on the package " +"build host." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"By all means include full URLs (or URIs) in the text itself; some tools such " +"as B<man2html>(1) can automatically turn them into hypertext links. You " +"can also use the B<UR> and B<UE> macros to identify links to related " +"information. If you include URLs, use the full URL (e.g., E<.UR http://www." +"kernel.org> E<.UE )> to ensure that tools can automatically find the URLs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"By default statistics are displayed in color when the output is connected to " +"a terminal. Use this variable to change the settings. Possible values for " +"this variable are I<never>, I<always >or I<auto> (the latter is equivalent " +"to the default settings)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"By default, display the name of the section named I<.ctf>, which is the name " +"emitted by B<ld>." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"By default, the I<domain> part of the string is the system's DNS domain " +"name. It can also be specified in I</etc/idmapd.conf> if the system is " +"multi-homed, or if the system's DNS domain name does not match the name of " +"the system's Kerberos realm." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "C library/kernel ABI differences" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C11, POSIX.1-2008 (XSI)." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C89, POSIX.1-2001, SVr4, 4.3BSD." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C99, POSIX.1-2001 (XSI). Obsolete in POSIX.1-2008 (XSI)." +msgstr "" + +#: debian-bookworm +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)." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C99, POSIX.1-2001. glibc 2.1." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "CANCELLATION" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CARON" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "CHROOT" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "CI" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CIRCLEQ" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CMP" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "COLUMN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COMMAND SUMMARY" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "COMMAND-LINE OPTIONS" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux +#, no-wrap +msgid "CONFIG" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "CONFIG FILES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CONFIGURATION FILE FORMAT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CONFIGURATION IN /ETC/NSSWITCH\\&.CONF" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "CONFORMING TO" +msgid "CONFIGURING" +msgstr "مطابق با" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed archlinux +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "CONTRIBUTORS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "COPYRIGHT" +msgid "COPYING" +msgstr "حق نشر" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT NOTICE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CORE OS COMMAND LINE ARGUMENTS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CP" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CRONTAB" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CURRENT STATUS" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "V" +msgid "CV" +msgstr "V" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER DJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER DZE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER DZHE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER GHE WITH UPTURN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER GJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER JE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER KJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER LJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER NJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER SHORT U" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER TSHE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC CAPITAL LETTER YI" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER DJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER DZE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER DZHE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER GHE WITH UPTURN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER GJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER JE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER KJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER LJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER NJE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER SHORT U" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER TSHE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CYRILLIC SMALL LETTER YI" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "Cap" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Capabilities" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "Capacity" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Carriage Return (ASCII 13)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Cause B<read> to time out and return failure if a complete line of input (or " +"a specified number of characters) is not read within I<timeout> seconds. " +"I<timeout> may be a decimal number with a fractional portion following the " +"decimal point. This option is only effective if B<read> is reading input " +"from a terminal, pipe, or other special file; it has no effect when reading " +"from regular files. If B<read> times out, B<read> saves any partial input " +"read into the specified variable I<name>. If I<timeout> is 0, B<read> " +"returns immediately, without trying to read any data. The exit status is 0 " +"if input is available on the specified file descriptor, or the read will " +"return EOF, non-zero otherwise. The exit status is greater than 128 if the " +"timeout is exceeded." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Cause I<shell-command> to be executed whenever I<keyseq> is entered. When " +"I<shell-command> is executed, the shell sets the E<.SM> B<READLINE_LINE> " +"variable to the contents of the B<readline> line buffer and the E<.SM> " +"B<READLINE_POINT> and E<.SM> B<READLINE_MARK> variables to the current " +"location of the insertion point and the saved insertion point (the mark), " +"respectively. The shell assigns any numeric argument the user supplied to " +"the E<.SM> B<READLINE_ARGUMENT> variable. If there was no argument, that " +"variable is not set. If the executed command changes the value of any of E<." +"SM> B<READLINE_LINE>, E<.SM> B<READLINE_POINT>, or E<.SM> B<READLINE_MARK>, " +"those new values will be reflected in the editing state." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Cause the shell to exit with a status of I<n>. If I<n> is omitted, the exit " +"status is that of the last command executed. A trap on E<.SM> B<EXIT> is " +"executed before the shell terminates." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Causes a function to stop executing and return the value specified by I<n> " +"to its caller. If I<n> is omitted, the return status is that of the last " +"command executed in the function body. If B<return> is executed by a trap " +"handler, the last command used to determine the status is the last command " +"executed before the trap handler. If B<return> is executed during a " +"B<DEBUG> trap, the last command used to determine the status is the last " +"command executed by the trap handler before B<return> was invoked. If " +"B<return> is used outside a function, but during execution of a script by " +"the B<.> (B<source>) command, it causes the shell to stop executing that " +"script and return either I<n> or the exit status of the last command " +"executed within the script as the exit status of the script. If I<n> is " +"supplied, the return value is its least significant 8 bits. The return " +"status is non-zero if B<return> is supplied a non-numeric argument, or is " +"used outside a function and not during execution of a script by B<.>\\^ or " +"B<source>. Any command associated with the B<RETURN> trap is executed " +"before execution resumes after the function or script." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Certain terms and abbreviations are used to indicate UNIX variants and " +"standards to which calls in this section conform. See B<standards>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Change the behavior of B<bash> where the default operation differs from the " +"POSIX standard to match the standard (I<posix mode>). See E<.SM> B<SEE ALSO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Change the behavior of the kernel code when errors are detected. In all " +"cases, a file system error will cause B<e2fsck>(8) to check the file system " +"on the next boot. I<error-behavior> can be one of the following:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Change the current directory to I<dir>. if I<dir> is not supplied, the " +"value of the E<.SM> B<HOME> shell variable is the default. The variable E<." +"SM> B<CDPATH> defines the search path for the directory containing I<dir>: " +"each directory name in E<.SM> B<CDPATH> is searched for I<dir>. Alternative " +"directory names in E<.SM> B<CDPATH> are separated by a colon (:). A null " +"directory name in E<.SM> B<CDPATH> is the same as the current directory, i." +"e., ``B<.>''. If I<dir> begins with a slash (/), then E<.SM> B<CDPATH> is " +"not used. The B<-P> option causes B<cd> to use the physical directory " +"structure by resolving symbolic links while traversing I<dir> and before " +"processing instances of I<..> in I<dir> (see also the B<-P> option to the " +"B<set> builtin command); the B<-L> option forces symbolic links to be " +"followed by resolving the link after processing instances of I<..> in " +"I<dir>. If I<..> appears in I<dir>, it is processed by removing the " +"immediately previous pathname component from I<dir>, back to a slash or the " +"beginning of I<dir>. If the B<-e> option is supplied with B<-P>, and the " +"current working directory cannot be successfully determined after a " +"successful directory change, B<cd> will return an unsuccessful status. On " +"systems that support it, the B<-@> option presents the extended attributes " +"associated with a file as a directory. An argument of B<-> is converted to " +"E<.SM> B<$OLDPWD> before the directory change is attempted. If a non-empty " +"directory name from E<.SM> B<CDPATH> is used, or if B<-> is the first " +"argument, and the directory change is successful, the absolute pathname of " +"the new working directory is written to the standard output. If the " +"directory change is successful, B<cd> sets the value of the B<PWD> " +"environment variable to the new directory name, and sets the B<OLDPWD> " +"environment variable to the value of the current working directory before " +"the change. The return value is true if the directory was successfully " +"changed; false otherwise." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Change to default font size" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check closure for this package only." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE can be booted as i386 PAE Xen unprivileged guest kernel" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE can be booted as x86_64 Xen unprivileged guest kernel" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE can be used as Xen x86 privileged guest kernel" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE can be used as x86 multiboot kernel" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is ARM EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is ARM Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is ARM64 EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is ARM64 Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is BIOS bootsector" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is IA64 EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is IA64 Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is MIPS Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is MIPSEL Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is POWERPC Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is RISC-V 32bit EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is RISC-V 64bit EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is SPARC64 Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is XNU (Mac OS X kernel) hibernated image" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is hiberfil.sys in hibernated state" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is i386 EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is i386 XNU (Mac OS X kernel)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is i386 kFreeBSD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is i386 kNetBSD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is of specified type." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86 Linux" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86 Linux supporting 32-bit protocol" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86 kFreeBSD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86 kNetBSD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86_64 EFI file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86_64 XNU (Mac OS X kernel)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check if FILE is x86_64 kFreeBSD" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check only the newest packages in the repos." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Check only the newest packages per arch." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Checks GRUB script configuration file for syntax errors." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Checks whether the specified credential was passed to the systemd-udevd\\&." +"service service\\&. See \\m[blue]B<System and Service " +"Credentials>\\m[]\\&\\s-2\\u[1]\\d\\s+2 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 "Chet Ramey, Case Western Reserve University" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Clear the history list by deleting all the entries." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Clear the keyring of all the keys." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Clears the directory stack by deleting all of the entries." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Close a E<.Tn TELNET> session and return to command mode." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm AddressFamily" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm CASignatureAlgorithms" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm ChannelTimeout" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm Ciphers" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm Compression" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm FingerprintHash" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm GSSAPIAuthentication" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Cm GSSAPIKexAlgorithms" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Cm GSSAPIKeyExchange" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm GatewayPorts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm HostKeyAlgorithms" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm HostbasedAcceptedAlgorithms" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm HostbasedAuthentication" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm IPQoS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm Include" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm KbdInteractiveAuthentication" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm KexAlgorithms" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm LogLevel" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm LogVerbose" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm MACs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm Match" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm PasswordAuthentication" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm Port" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm PubkeyAcceptedAlgorithms" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm PubkeyAuthentication" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm RekeyLimit" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm RequiredRSASize" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm SecurityKeyProvider" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm SetEnv" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm StreamLocalBindMask" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm StreamLocalBindUnlink" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm SyslogFacility" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm TCPKeepAlive" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm XAuthLocation" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm agent-connection" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Cm buffer Ns = Ns Ar value" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Cm cert-authority" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm direct-tcpip , Cm direct-streamlocal@openssh.com" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm forwarded-tcpip , Cm forwarded-streamlocal@openssh.com" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40 +#: fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Cm hashalg Ns = Ns Ar algorithm" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Cm no-touch-required" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Cm nrequests Ns = Ns Ar value" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "Cm user" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Cm verify-required" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Cm x11-connection" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Code integrity checks are enforced. This option is disabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Color or grayscale mode." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Color, grayscale, halftone and lineart scans." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Combine multiple dynamic relocation sections and sort to improve dynamic " +"symbol lookup caching. Do not do this if B<nocombreloc>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Command completed successfully." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Command line arguments will always be interpreted accordingly to the current " +"system locale and converted to the IDN ASCII Compatible Encoding." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Command names. May also be specified as B<-c>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Comments" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Comments are delimited by a semicolon (';') or a hash ('#') character at the " +"beginning of the comment, and are terminated by the end of line character." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Common Options" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare FILE with local file LOCAL." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare source pkgs in two local repos:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Compare x86_64 compat. binary pkgs in two remote repos, and two local one:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare x86_64 compat. binary pkgs, but also compare architecture:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"Compilation errors will tell you the line number of the error, with an " +"indication of the next token or token type that was to be examined. (In a " +"script passed to Perl via B<-e> switches, each \\&B<-e> is counted as one " +"line.)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "Compiled terminal description database." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compute XNU UUID of the device." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Compute and display statistics about the operation of the linker, such as " +"execution time and memory usage." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Configuration details" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Configuration file for NFS mounts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Configuration file for this backend, read each time the backend is " +"initialized." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Configure how long systemd should wait for a device to show up before giving " +"up on an entry from /etc/fstab\\&. Specify a time in seconds or explicitly " +"append a unit such as \"s\", \"min\", \"h\", \"ms\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Configure the out-of-memory (OOM) killing policy for the kernel and the " +"userspace OOM killer B<systemd-oomd.service>(8)\\&. On Linux, when memory " +"becomes scarce to the point that the kernel has trouble allocating memory " +"for itself, it might decide to kill a running process in order to free up " +"memory and reduce memory pressure\\&. Note that systemd-oomd\\&.service is a " +"more flexible solution that aims to prevent out-of-memory situations for the " +"userspace too, not just the kernel, by attempting to terminate services " +"earlier, before the kernel would have to act\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Connect to the target host by first making an E<.Nm> connection to the jump " +"host described by E<.Ar destination> and then establishing a TCP forwarding " +"to the ultimate destination from there. Multiple jump hops may be specified " +"separated by comma characters. This is a shortcut to specify a E<.Cm " +"ProxyJump> configuration directive. This option is directly passed to E<.Xr " +"ssh 1>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Control Group v2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Control Groups v2" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Control how orphan sections are handled. An orphan section is one not " +"specifically mentioned in a linker script." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Controls how many concurrent SFTP read or write requests may be in progress " +"at any point in time during a download or upload. By default 64 requests " +"may be active concurrently." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux opensuse-leap-15-6 +msgid "" +"Controls scan resolution. Setting B<--resolution> also sets B<--y-resolution," +"> though this behavior is overridden by some frontends." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Controls the display of UTF-8 encoded multibyte characters in strings. The " +"default (B<--unicode=default>) is to give them no special treatment. The " +"B<--unicode=locale> option displays the sequence in the current locale, " +"which may or may not support them. The options \\&B<--unicode=hex> and B<--" +"unicode=invalid> display them as hex byte sequences enclosed by either angle " +"brackets or curly braces." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Controls the display of \\s-1UTF-8\\s0 encoded multibyte characters in " +"strings. The default (B<--unicode=default>) is to give them no special " +"treatment. The B<--unicode=locale> option displays the sequence in the " +"current locale, which may or may not support them. The options \\&B<--" +"unicode=hex> and B<--unicode=invalid> display them as hex byte sequences " +"enclosed by either angle brackets or curly braces." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Controls the maximum buffer size for a single SFTP read/write operation used " +"during download or upload. By default a 32KB buffer is used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Controls which TPM2 device to use\\&. Expects a device node path referring " +"to the TPM2 chip (e\\&.g\\&. /dev/tpmrm0)\\&. Alternatively the special " +"value \"auto\" may be specified, in order to automatically determine the " +"device node of a suitable TPM2 device (of which there must be exactly " +"one)\\&. The special value \"list\" may be used to enumerate all suitable " +"TPM2 devices currently discovered\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Convert common font file formats into PF2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Convert each typed tab to spaces -- to the number of spaces that a tab at " +"that position would take up." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copy FILE to local file LOCAL." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copy FILE to standard output." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copy at most I<count> lines. If I<count> is 0, all lines are copied." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "Copyright (C) 1984-2021 Mark Nudelman" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Copyright (C) 1984-2023 Mark Nudelman" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copyright (C) 1989, 1991 by Jef Poskanzer." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copyright (C) 1991 by Jef Poskanzer." +msgstr "" + +#: archlinux opensuse-tumbleweed debian-bookworm fedora-40 mageia-cauldron +#: opensuse-leap-15-6 +msgid "Copyright (c) 1988-2023 Free Software Foundation, Inc." +msgstr "" + +#: archlinux debian-bookworm debian-unstable +msgid "Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 1990-2021 Free Software Foundation, Inc. License GPLv3+: " +"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Copyright \\(co 1990-2022 Free Software Foundation, Inc. License GPLv3+: " +"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copyright \\(co 1992, 1993 Jean-loup Gailly" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 debian-unstable +msgid "Copyright \\(co 2014 Free Software Foundation, Inc." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "Copyright \\(co Angus J. C. Duggan 1991-1997." +msgstr "" + +#: mageia-cauldron opensuse-tumbleweed +msgid "Copyright \\(co Reuben Thomas 2012-2019." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "Copyright \\(co Reuben Thomas 2012-2022." +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Copyright \\[co]2018 Oracle. License is GPLv2+. E<lt>http://www.gnu.org/" +"licenses/gpl-2.0.htmlE<gt>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Corresponding NFT rules:" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Corresponding NFT type name" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Could not allocate memory for internal copies of the I<iovec> structures." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Could not allocate memory." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Create a DLL instead of a regular executable. You may also use \\&B<-" +"shared> or specify a CW<\\*(C`LIBRARY\\*(C'> in a given CW<\\*(C`.def\\*(C'> " +"file. [This option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Create a \\s-1DLL\\s0 instead of a regular executable. You may also use " +"\\&B<-shared> or specify a CW<\\*(C`LIBRARY\\*(C'> in a given CW<\\*(C`." +"def\\*(C'> file. [This option is specific to the i386 \\s-1PE\\s0 targeted " +"port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Create a blank environment block file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Create a filesystem of variant I<TYPE>. Acceptable values are I<standard> " +"and I<atari> (in any combination of upper/lower case). See above under " +"DESCRIPTION for the differences." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Create a global symbol in the output file, containing the absolute address " +"given by I<expression>. You may use this option as many times as necessary " +"to define multiple symbols in the command line. A limited form of " +"arithmetic is supported for the I<expression> in this context: you may give " +"a hexadecimal constant or the name of an existing symbol, or use CW<\\*(C`+" +"\\*(C'> and CW<\\*(C`-\\*(C'> to add or subtract hexadecimal constants or " +"symbols. If you need more elaborate expressions, consider using the linker " +"command language from a script. \\&I<Note:> there should be no white space " +"between I<symbol>, the equals sign (\"B<=>\"), and I<expression>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Create a position dependent executable. This is the default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Create a position independent executable. This is currently only supported " +"on ELF platforms. Position independent executables are similar to shared " +"libraries in that they are relocated by the dynamic linker to the virtual " +"address the OS chooses for them (which can vary between invocations). Like " +"normal dynamically linked executables they can be executed and symbols " +"defined in the executable cannot be overridden by shared libraries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Create a position independent executable. This is currently only supported " +"on \\&\\s-1ELF\\s0 platforms. Position independent executables are similar " +"to shared libraries in that they are relocated by the dynamic linker to the " +"virtual address the \\s-1OS\\s0 chooses for them (which can vary between " +"invocations). Like normal dynamically linked executables they can be " +"executed and symbols defined in the executable cannot be overridden by " +"shared libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Create a shared library. This is currently only supported on ELF, XCOFF and " +"SunOS platforms. On SunOS, the linker will automatically create a shared " +"library if the B<-e> option is not used and there are undefined symbols in " +"the link." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Create a shared library. This is currently only supported on \\s-1ELF, " +"XCOFF\\s0 and SunOS platforms. On SunOS, the linker will automatically " +"create a shared library if the B<-e> option is not used and there are " +"undefined symbols in the link." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Create an ELF CW<\\*(C`PT_GNU_RELRO\\*(C'> segment header in the object. " +"This specifies a memory segment that should be made read-only after " +"relocation, if supported. Specifying B<common-page-size> smaller than the " +"system page size will render this protection ineffective. Don't create an " +"ELF CW<\\*(C`PT_GNU_RELRO\\*(C'> segment if B<norelro>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Create an \\s-1ELF\\s0 CW<\\*(C`PT_GNU_RELRO\\*(C'> segment header in the " +"object. This specifies a memory segment that should be made read-only after " +"relocation, if supported. Specifying B<common-page-size> smaller than the " +"system page size will render this protection ineffective. Don't create an " +"\\s-1ELF\\s0 CW<\\*(C`PT_GNU_RELRO\\*(C'> segment if B<norelro>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Create an additional fast commit journal area of size I<fast-commit-size> " +"kilobytes. This option is only valid if B<fast_commit> feature is enabled " +"on the file system. If this option is not specified and if B<fast_commit> " +"feature is turned on, fast commit area size defaults to I<journal-size> / 64 " +"megabytes. The total size of the journal with B<fast_commit> feature set is " +"I<journal-size> + ( I<fast-commit-size> * 1024) megabytes. The total journal " +"size may be no more than 10,240,000 file system blocks or half the total " +"file system size (whichever is smaller)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Create an import library in I<file> corresponding to the executable the " +"linker is generating (eg. a DLL or ELF program). This import library (which " +"should be called CW<\\*(C`*.dll.a\\*(C'> or CW<\\*(C`*.a\\*(C'> for DLLs) " +"may be used to link clients against the generated executable; this behaviour " +"makes it possible to skip a separate import library creation step (eg. " +"CW<\\*(C`dlltool\\*(C'> for DLLs). This option is only available for the " +"i386 PE and ELF targetted ports of the linker." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Create an import library in I<file> corresponding to the executable the " +"linker is generating (eg. a \\s-1DLL\\s0 or \\s-1ELF\\s0 program). This " +"import library (which should be called CW<\\*(C`*.dll.a\\*(C'> or CW<\\*(C`*." +"a\\*(C'> for DLLs) may be used to link clients against the generated " +"executable; this behaviour makes it possible to skip a separate import " +"library creation step (eg. CW<\\*(C`dlltool\\*(C'> for DLLs). This option " +"is only available for the i386 \\s-1PE\\s0 and \\s-1ELF\\s0 targetted ports " +"of the linker." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Create and use a default symbol version (the soname) for unversioned " +"exported symbols." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Create and use a default symbol version (the soname) for unversioned " +"imported symbols." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Create new repo file with I<\\%http://example.com/different/repo> as baseurl " +"and enable it." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Create separate code CW<\\*(C`PT_LOAD\\*(C'> segment header in the object. " +"This specifies a memory segment that should contain only instructions and " +"must be in wholly disjoint pages from any other data. Don't create separate " +"code CW<\\*(C`PT_LOAD\\*(C'> segment if B<noseparate-code> is used." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Create the base relocation table, which is necessary if the image is loaded " +"at a different image base than specified in the PE header. This option is " +"enabled by default." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Create the base relocation table, which is necessary if the image is loaded " +"at a different image base than specified in the \\s-1PE\\s0 header. This " +"option is enabled by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Creates a separate output section for every input section matching " +"\\&I<SECTION>, or if the optional wildcard I<SECTION> argument is missing, " +"for every orphan input section. An orphan section is one not specifically " +"mentioned in a linker script. You may use this option multiple times on the " +"command line; It prevents the normal merging of input sections with the same " +"name, overriding output section assignments in a linker script." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Creates a separate output section for every input section matching " +"\\&I<\\s-1SECTION\\s0>, or if the optional wildcard I<\\s-1SECTION\\s0> " +"argument is missing, for every orphan input section. An orphan section is " +"one not specifically mentioned in a linker script. You may use this option " +"multiple times on the command line; It prevents the normal merging of input " +"sections with the same name, overriding output section assignments in a " +"linker script." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "GSSAPIDelegateCredentials" +msgid "Credentials" +msgstr "GSSAPIDelegateCredentials" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Currently ignored." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Currently there is no way to terminate the program on gnome as the TrayIcon " +"is mandatory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Currently, Linux supports the following \"normal\" (i.e., non-real-time) " +"scheduling policies as values that may be specified in I<policy>:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Currently, only some filesystems (among them: Btrfs, ext2, ext3, and ext4) " +"have full support for returning the file type in I<d_type>. All " +"applications must properly handle a return of B<DT_UNKNOWN>." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Currently, the SANE protocol does not allow automatically updating options " +"whenever the hardware changes. Thus the number of choices for the B<--frame> " +"option will be fixed when the backend is initialized (usually when the user " +"runs the frontend). In particular, if there is no film strip in the " +"automatic film strip feeder when the backend is initialized, the frame " +"option will not appear at all. Also, restarting the frontend after swapping " +"film adapters is strongly recommended." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "D-Bus" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DAGGER" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DARK SHADE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DATE STRING" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "DEBIAN SPECIFIC" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DEVICES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DIR" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"DNF B<config-manager> can misbehave when enabling/disabling repositories " +"generated by tools like B<subscription-manager> on RHEL. In this case you " +"should use B<subscription-manager> to perform such actions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DOUBLE DAGGER" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "DS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Darrick J. Wong E<lt>darrick.wong@oracle.comE<gt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Data Munging with Perl" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "Debian Administrator's Manual" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "Debugging:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Declare variables and/or give them attributes. If no I<name>s are given " +"then display the values of variables. The B<-p> option will display the " +"attributes and values of each I<name>. When B<-p> is used with I<name> " +"arguments, additional options, other than B<-f> and B<-F>, are ignored. " +"When B<-p> is supplied without I<name> arguments, it will display the " +"attributes and values of all variables having the attributes specified by " +"the additional options. If no other options are supplied with B<-p>, " +"B<declare> will display the attributes and values of all shell variables. " +"The B<-f> option will restrict the display to shell functions. The B<-F> " +"option inhibits the display of function definitions; only the function name " +"and attributes are printed. If the B<extdebug> shell option is enabled " +"using B<shopt>, the source file name and line number where each I<name> is " +"defined are displayed as well. The B<-F> option implies B<-f>. The B<-g> " +"option forces variables to be created or modified at the global scope, even " +"when B<declare> is executed in a shell function. It is ignored in all other " +"cases. The B<-I> option causes local variables to inherit the attributes " +"(except the I<nameref> attribute) and value of any existing variable with " +"the same I<name> at a surrounding scope. If there is no existing variable, " +"the local variable is initially unset. The following options can be used to " +"restrict output to variables with the specified attribute or to give " +"variables attributes:" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Decode (I<demangle>) low-level symbol names into user-level names. Besides " +"removing any initial underscore prepended by the system, this makes C++ " +"function names readable. Different compilers have different mangling " +"styles. The optional demangling style argument can be used to choose an " +"appropriate demangling style for your compiler." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Decode (I<demangle>) low-level symbol names into user-level names. Besides " +"removing any initial underscore prepended by the system, this makes \\*(C+ " +"function names readable. Different compilers have different mangling " +"styles. The optional demangling style argument can be used to choose an " +"appropriate demangling style for your compiler." +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Decompress the given executables instead of compressing them." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Decompress." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Default is \"qml,webservice,websocket\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Defaults to the setting I<DefaultOOMPolicy=> in B<systemd-system.conf>(5) " +"is set to, except for units where I<Delegate=> is turned on, where it " +"defaults to B<continue>\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Define the RPM macro named I<macro> to the value I<expr> when parsing spec " +"files. Does not apply for source rpm files." +msgstr "" + +#: opensuse-leap-15-6 +msgid "Defines I<MACRO> with value I<EXPR>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Defines the B<PATH> environment variable for root. B<ENV_SUPATH> takes " +"precedence. The default value is I</usr/local/sbin:/usr/local/bin:/sbin:/" +"bin:/usr/sbin:/usr/bin>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable debian-bullseye +msgid "" +"Defines the user base directory, which is used to compute the path of the " +"user I<site-packages> directory and Distutils installation paths for " +"I<python setup.py install --user>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Delete (ASCII 127)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Delete all local symbols." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Delete all temporary local symbols. (These symbols start with system-" +"specific local label prefixes, typically B<.L> for ELF systems or B<L> for " +"traditional a.out systems.)" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Delete all temporary local symbols. (These symbols start with system-" +"specific local label prefixes, typically B<.L> for \\s-1ELF\\s0 systems or " +"B<L> for traditional a.out systems.)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Delete local packages no longer present in repository." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Delete the history entry at position I<offset>. If I<offset> is negative, " +"it is interpreted as relative to one greater than the last history position, " +"so negative indices count back from the end of the history, and an index of " +"-1 refers to the current B<history -d> command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Delete the range of history entries between positions I<start> and I<end>, " +"inclusive. Positive and negative values for I<start> and I<end> are " +"interpreted as described above." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Delete variables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Denotes your terminal type. Each terminal type is distinct, though many are " +"similar." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "" +"Depending on the architecture, the above files may instead be located at " +"directories with the path prefix I</usr/lib64>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Depending on the filesystem, errors other than those listed below can be " +"returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Detach (destroy) the block device I<volume>\\&." +msgstr "" + +#: archlinux +#, no-wrap +msgid "Detailed Description" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Determine how to handle unresolved symbols. There are four possible values " +"for B<method>:" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "Devices" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"Did we mention that you should definitely consider using the B<use warnings> " +"pragma?" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Directory names. May also be specified as B<-d>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Directory trees containing an OS, including the top-level directories /" +"usr/, /etc/, and so on\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Disable (unset) each I<optname>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Disable default log handler. This disables logging to STDOUT." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "" +"Disable defaults for low speed limit and timeout on downloads\\&. Use this " +"if you have issues downloading files with proxy and/or security gateway\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Disable following referrals and force showing the object from the local copy " +"in the server." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Disable grouping of associated objects." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Disable keymenu at the bottom of the screen." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Disable linker generated .dynbss variables used in place of variables " +"defined in shared libraries. May result in dynamic text relocations." +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Disable objects filtering. (Show the e-mail addresses.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Disable pathname expansion." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Disable recursion from registry to registrar servers." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Disable recursive lookups for contact information." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Disable relocation overflow check. This can be used to disable relocation " +"overflow check if there will be no dynamic relocation overflow at run-time. " +"Supported for x86_64." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Disable repositories identified by E<lt>repoid1E<gt> and E<lt>repoid2E<gt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Disable system proxy." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Disable the specified repos (implies B<--save>)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Disables 32-bit UIDs and GIDs. This is for interoperability with older " +"kernels which only store and expect 16-bit values." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Disables contacting debuginfod servers when there is a need to follow debug " +"links." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Disables the CW<\\*(C`LINKER_VERSION\\*(C'> linker script directive, so that " +"it does not insert a version string. This is the default." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Disables the E<.Ar atype> type of authentication." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Disables the following of links to separate debug info files." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Disables the reading of the user's E<.Pa \\&.telnetrc> file. (See the E<.Ic " +"toggle skiprc> command on this man page.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Disallow access to device special files on this filesystem." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Discard the first I<count> lines read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Disk space was exhausted while synchronizing." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display 2 newest versions of each package in \"home\" directory:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display B<readline> function names and bindings in such a way that they can " +"be re-read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display B<readline> key sequences bound to macros and the strings they " +"output in such a way that they can be re-read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display B<readline> key sequences bound to macros and the strings they " +"output." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display B<readline> variable names and values in such a way that they can be " +"re-read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display I<prompt> on standard error, without a trailing newline, before " +"attempting to read any input. The prompt is displayed only if input is " +"coming from a terminal." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display a \"scrollbar\" on the righthand side of the edit window. It shows " +"the position of the viewport in the buffer and how much of the buffer is " +"covered by the viewport." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, fuzzy +#| msgid "display this help and exit" +msgid "Display a help message." +msgstr "نمایش دادن راهنما و خروج از برنامه" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display a list of differences between two or more repositories" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display a list of unresolved dependencies for repositories." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display a list showing all architectures and object formats available." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display a short description of each I<pattern>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "display this help and exit" +msgid "Display a short option summary and exit." +msgstr "نمایش دادن راهنما و خروج از برنامه" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display a summary of command-line options and arguments and exit." +msgstr "" + +#: archlinux +msgid "Display additional debugging information." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Display all files including those beginning with a period (.)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display blocklist of FILE." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display configuration of a repository identified by E<lt>sectionE<gt>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Display current B<readline> key and function bindings, bind a key sequence " +"to a B<readline> function or macro, or set a B<readline> variable. Each non-" +"option argument is a command as it would appear in a B<readline> " +"initialization file such as I<.inputrc>, but each binding or command must be " +"passed as a separate argument; e.g., '\"\\eC-x\\eC-r\": re-read-init-file'. " +"Options, if supplied, have the following meanings:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Display dates in short, full or iso format. The default is short, this time " +"format is designed to be space efficient and human readable." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Display each piece of information on a separate line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display helpful information about builtin commands. If I<pattern> is " +"specified, B<help> gives detailed help on all commands matching I<pattern>; " +"otherwise help for all the builtins and shell control structures is printed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display information only about jobs that have changed status since the user " +"was last notified of their status." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display line numbers to the left of the text area. (Any line with an anchor " +"additionally gets a mark in the margin.)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display list of unresolved dependencies for all enabled repositories:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display list of unresolved dependencies for myrepo, an add-on for the " +"rawhide repository:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display list of unresolved dependencies for rawhide repository and packages " +"with architecture noarch and x86_64:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display list of unresolved dependencies for zmap package from rawhide " +"repository:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display main DNF configuration." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display newest packages in current repository (directory):" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display oldest packages separated by space in current repository (directory):" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display on I<stdout> all keys currently in the keyring used to cache ID " +"mapping results. These keys are visible only to the superuser." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Display online help." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display only a short usage synopsis for each I<pattern>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display only running jobs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display only stopped jobs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display the contents of any selected debug sections that are found in " +"linked, separate debug info file(s). This can result in multiple versions " +"of the same debug section being displayed if it exists in more than one file." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Display the contents of the specified CTF section. CTF sections themselves " +"contain many subsections, all of which are displayed in order." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Display the contents of the specified \\s-1CTF\\s0 section. \\s-1CTF\\s0 " +"sections themselves contain many subsections, all of which are displayed in " +"order." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "Display the current line number." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display the description of each I<pattern> in a manpage-like format" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display the interpreted contents of a B<.debug_frame> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display the program version and exit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display the raw contents of a B<.debug_frame> section." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Display the system's effective NFSv4 domain name on I<stdout>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "display this help and exit" +msgid "Display the version number and exit." +msgstr "نمایش دادن راهنما و خروج از برنامه" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Display the version number for B<ld> and list the linker emulations " +"supported. Display which input files can and cannot be opened. Display the " +"linker script being used by the linker. If the optional I<NUMBER> argument " +"E<gt> 1, plugin symbol status will also be displayed." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Display the version number for B<ld> and list the linker emulations " +"supported. Display which input files can and cannot be opened. Display the " +"linker script being used by the linker. If the optional I<\\s-1NUMBER\\s0> " +"argument E<gt> 1, plugin symbol status will also be displayed." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Display the version number for B<ld>. The B<-V> option also lists the " +"supported emulations." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Display the version number for B<ld>. The B<-V> option also lists the " +"supported emulations. See also the description of the \\&B<--enable-linker-" +"version> in B<Options,,Command-line Options> which can be used to insert the " +"linker version string into a binary." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "Display version and exit\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy +#| msgid "display this help and exit" +msgid "Displays a short help message." +msgstr "نمایش دادن راهنما و خروج از برنامه" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Displays all, or some, of the E<.Ic set> and E<.Ic toggle> values (see " +"below)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy +#| msgid "display this help and exit" +msgid "Displays help including Qt specific options." +msgstr "نمایش دادن راهنما و خروج از برنامه" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the I<n>th entry counting from the left of the list shown by " +"B<dirs> when invoked without options, starting with zero." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the I<n>th entry counting from the right of the list shown by " +"B<dirs> when invoked without options, starting with zero." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.debug_abbrev> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.debug_addr> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.debug_aranges> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_cu_index> and/or \\&B<.debug_tu_index> " +"sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_info> section. Note: the output from " +"this option can also be restricted by the use of the \\&B<--dwarf-depth> and " +"B<--dwarf-start> options." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.debug_line> section in a raw format." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_loc> and/or \\&B<.debug_loclists> " +"sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_macro> and/or \\&B<.debug_macinfo> " +"sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_pubnames> and/or \\&B<." +"debug_gnu_pubnames> sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_pubtypes> and/or \\&B<." +"debug_gnu_pubtypes> sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_ranges> and/or \\&B<.debug_rnglists> " +"sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.debug_str>, B<.debug_line_str> and/or B<." +"debug_str_offsets> sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.debug_str_offsets> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.gdb_index> and/or \\&B<.debug_names> " +"sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the contents of the B<.gnu_debuglink>, \\&B<.gnu_debugaltlink> and " +"B<.debug_sup> sections, if any of them are present. Also displays any links " +"to separate dwarf object files (dwo), if they are specified by the " +"DW_AT_GNU_dwo_name or DW_AT_dwo_name attributes in the B<.debug_info> " +"section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.trace_abbrev> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.trace_aranges> section." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the contents of the B<.trace_info> section." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Displays the contents of the DWARF debug sections in the file, if any are " +"present. Compressed debug sections are automatically decompressed " +"(temporarily) before they are displayed. If one or more of the optional " +"letters or words follows the switch then only those type(s) of data will be " +"dumped. The letters and words refer to the following information:" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Displays the contents of the \\s-1DWARF\\s0 debug sections in the file, if " +"any are present. Compressed debug sections are automatically decompressed " +"(temporarily) before they are displayed. If one or more of the optional " +"letters or words follows the switch then only those type(s) of data will be " +"dumped. The letters and words refer to the following information:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Displays the interpreted contents of the B<.debug_line> section." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Displays the legal E<.Ic set> E<.Pq Ic unset> commands." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Displays the legal E<.Ic toggle> commands." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, fuzzy +#| msgid "output version information and exit" +msgid "Displays version information." +msgstr "نمایش اطلاعات نسخه و خروج از برنامه" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Do I<not> operate in I<deterministic> mode. This is the inverse of the B<-" +"D> option, above: when copying archive members and writing the archive " +"index, use their actual UID, GID, timestamp, and file mode values." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Do I<not> operate in I<deterministic> mode. This is the inverse of the B<-" +"D> option, above: when copying archive members and writing the archive " +"index, use their actual \\s-1UID, GID,\\s0 timestamp, and file mode values." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Do not allow multiple definitions with symbols included in filename invoked " +"by -R or --just-symbols" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Do not attempt to do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to " +"\\&CW<\\*(C`_\\|_imp_\\|_symbol\\*(C'> for DATA imports from DLLs. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Do not attempt to do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to " +"\\&CW<\\*(C`_\\|_imp_\\|_symbol\\*(C'> for \\s-1DATA\\s0 imports from DLLs. " +"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Do not automatically generate a unique image base. If there is no user-" +"specified image base (CW<\\*(C`--image-base\\*(C'>) then use the platform " +"default. [This option is specific to the i386 PE targeted port of the " +"linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Do not automatically generate a unique image base. If there is no user-" +"specified image base (CW<\\*(C`--image-base\\*(C'>) then use the platform " +"default. [This option is specific to the i386 \\s-1PE\\s0 targeted port of " +"the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Do not bind this image. This option is disabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do not block on I/O; see B<splice>(2) for further details." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Do not create pseudo relocations for non-zero offset DATA imports from " +"DLLs. [This option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Do not create pseudo relocations for non-zero offset \\s-1DATA\\s0 imports " +"from DLLs. [This option is specific to the i386 \\s-1PE\\s0 targeted port " +"of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do not demangle low-level symbol names. This is the default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Do not display any warning or error messages. This overrides \\&B<--fatal-" +"warnings> if it has been enabled. This option can be used when it is known " +"that the output binary will not work, but there is still a need to create it." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Do not display the legal disclaimers that some registries like to show you." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Do not do setlocale(LC_COLLATE). Default is to do this setlocale." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "Do not generate any warnings." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Do not link against shared libraries. This is only meaningful on platforms " +"for which shared libraries are supported. The different variants of this " +"option are for compatibility with various systems. You may use this option " +"multiple times on the command line: it affects library searching for B<-l> " +"options which follow it. This option also implies B<--unresolved-" +"symbols=report-all>. This option can be used with B<-shared>. Doing so " +"means that a shared library is being created but that all of the library's " +"external references must be resolved by pulling in entries from static " +"libraries." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "Do not make any changes; add B<--verbose> to see what would be made." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"Do not overwrite existing files. When B<--symlink> is active, do not " +"overwrite symlinks pointing to existing targets." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Do not print a header line in status output." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "Do not rename a symlink but its target." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Do not report any unresolved symbols." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Do not report unresolved symbol references from regular object files, either " +"when creating an executable, or when creating a shared library. This option " +"is the inverse of B<-z defs>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Do not truncate text in columns." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do not update access times; see B<mount>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do not update directory access times; see B<mount>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do not use the line below the title bar, leaving it entirely blank." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Do not use the optional parameter for B<bp> (break page). Use only positive " +"values for B<sp> (vertical space). Don't define a macro (B<de>) with the " +"same name as a macro in this or the mdoc macro package with a different " +"meaning; it's likely that such redefinitions will be ignored. Every " +"positive indent (B<in>) should be paired with a matching negative indent " +"(although you should be using the B<RS> and B<RE> macros instead). The " +"condition test (B<if,ie>) should only have \\[aq]t\\[aq] or \\[aq]n\\[aq] " +"as the condition. Only translations (B<tr>) that can be ignored should be " +"used. Font changes (B<ft> and the B<\\ef> escape sequence) should only " +"have the values 1, 2, 3, 4, R, I, B, P, or CW (the ft command may also have " +"no parameters)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Do setlocale(LC_CTYPE) if available. Default is to not do this setlocale." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to CW<\\*(C`_\\|_imp_\\|" +"_symbol\\*(C'> for DATA imports from DLLs, thus making it possible to bypass " +"the dllimport mechanism on the user side and to reference unmangled symbol " +"names. [This option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Do sophisticated linking of CW<\\*(C`_symbol\\*(C'> to CW<\\*(C`_\\|_imp_\\|" +"_symbol\\*(C'> for \\&\\s-1DATA\\s0 imports from DLLs, thus making it " +"possible to bypass the dllimport mechanism on the user side and to reference " +"unmangled symbol names. [This option is specific to the i386 \\s-1PE\\s0 " +"targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Domain error: I<x> is a NaN or infinite, or the rounded value is too large" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Domain error: I<x> is negative" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Domain error: I<x> is outside the range [-1,\\ 1]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Domain error: I<y> is zero" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Don't automatically add a newline when a text does not end with one. (This " +"can cause you to save non-POSIX text files.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Don't automatically prepend a potentially unsafe path to B<sys.path> such as " +"the current directory, the script's directory or an empty string. See also " +"the B<PYTHONSAFEPATH> environment variable." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Don't treat protected data symbols as external when building a shared " +"library. This option overrides the linker backend default. It can be used " +"to work around incorrect relocations against protected data symbols " +"generated by compiler. Updates on protected data symbols by another module " +"aren't visible to the resulting shared library. Supported for i386 and " +"x86-64." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Don\\(aqt add the reponame to the download path. Can only be used when " +"syncing a single repository (default is to add the reponame)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Don\\(cqt print headings." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Don\\(cqt reset the environment variables specified in the comma-separated " +"I<list> when clearing the environment for B<--login>. The whitelist is " +"ignored for the environment variables B<HOME>, B<SHELL>, B<USER>, " +"B<LOGNAME>, and B<PATH>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Don\\(cqt truncate output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download additional.repo and store it in repodir." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "" +"Download all repository metadata. Downloaded copy is instantly usable as a " +"repository, no need to run createrepo_c on it." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"Download all repository metadata. Downloaded copy is instantly usable as a " +"repository, no need to run createrepo_c on it. When the option is used with " +"I<--newest-only>, only latest packages will be downloaded, but metadata will " +"still contain older packages. It might be useful to update metadata using " +"I<createrepo_c --update> to remove the packages with missing RPM files from " +"metadata. Otherwise, DNF ends with an error due to the missing files " +"whenever it tries to download older packages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download binary or source packages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Download directory, default is the current directory (the directory must " +"exist)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download only newest packages per-repo." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Download only packages of given architectures (default is all " +"architectures). Can be used multiple times." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download only source packages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Download the debuginfo rpm. Enables debuginfo repositories of all enabled " +"binary repositories." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Download the latest btanks package and the uninstalled dependencies to the " +"current directory." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Download the latest dnf package to the /tmp/dnl directory (the directory " +"must exist)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download the latest dnf package to the current directory." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download the latest dnf source package to the current directory." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Download the latest rpm-debuginfo package to the current directory." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Download the source rpm. Enables source repositories of all enabled binary " +"repositories." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Dug Song E<lt>dugsong@umich.eduE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"During normal operation, the effective user ID it chooses is the owner of " +"the state directory. This allows it to continue to access files in that " +"directory after it has dropped its root privileges. To control which user " +"ID B<rpc.statd> chooses, simply use B<chown>(1) to set the owner of the " +"state directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "E.g. just say:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "E2SCRUB" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "E<.MT colin@colin-dean.org> Colin Dean E<.ME>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "E<.Nm talkd>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "E<.Nm telnet>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"E<.Nm telnet> uses at least the E<.Ev HOME>, E<.Ev SHELL>, E<.Ev DISPLAY>, " +"and E<.Ev TERM> environment variables. Other environment variables may be " +"propagated to the other side via the E<.Dv TELNET ENVIRON> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "E<.Nm> E<.Op Fl v>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "E<.Nm> is not intended to be invoked directly by the user." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"E<.Rs> E<.%A M. Friedl> E<.%A N. Provos> E<.%A W. Simpson> E<.%D March 2006> " +"E<.%R RFC 4419> E<.%T Diffie-Hellman Group Exchange for the Secure Shell " +"(SSH) Transport Layer Protocol> E<.Re>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"E<.SM> B<BASH_ARGC> and E<.SM> B<BASH_ARGV> are updated as described in " +"their descriptions" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "E<.Tn TELNET> protocol" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"E<.UR http://www.slac.stanford.edu/comp/unix/\\:package/\\:rtems/\\:src/\\:" +"ssrlApps/\\:ntpNanoclock/\\:api.htm> NTP \"Kernel Application Program " +"Interface\" E<.UE>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "E<.UR staikos@0wned.org> George Staikos E<.UE>" +msgstr "" + +#: debian-bookworm debian-unstable archlinux mageia-cauldron +msgid "E<.Xr ssh 1>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "E<.Xr ssh 1>, E<.Xr ssh-agent 1>, E<.Xr ssh-keygen 1>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "E<.Xr talk 1>, E<.Xr write 1>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "E<gt> B<0>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ECHO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EN DASH" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "END" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXE" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "EXIT VALUES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXPR" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXPRESSION" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXTENSIONS" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "EXTERNAL HELPERS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "E\\&.g\\&. \"127\\&.0\\&.0\\&.1\" or \"192\\&.168\\&.0\\&.1\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "E\\&.g\\&. \"2001:0db8:85a3::8a2e:0370:7334\" or \"::1\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Each I<arg> is an arithmetic expression to be evaluated (see E<.SM> " +"B<ARITHMETIC EVALUATION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Each I<name> is an associative array variable (see B<Arrays>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Each I<name> is an indexed array variable (see B<Arrays>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each configuration file shall be named in the style of I<package>\\&.conf or " +"I<package>-I<part>\\&.conf\\&. The second variant should be used when it is " +"desirable to make it easy to override just this part of configuration\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each field must be one byte\\&. E\\&.g\\&. \"12-34-56-78-90-ab\" or \"AA-BB-" +"CC-DD-EE-FF\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each field must be one byte\\&. E\\&.g\\&. \"12:34:56:78:90:ab\" or \"AA:BB:" +"CC:DD:EE:FF\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each field must be two bytes\\&. E\\&.g\\&. \"1234\\&.5678\\&.90ab\" or " +"\"AABB\\&.CCDD\\&.EEFF\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each line in the configuration file is either of the following, where all " +"entries are case-sensitive:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each line that follows a label contains a TAB separated list of items. " +"Currently, four items are recognized: the SCSI ID of the drive, the default " +"speed that should be used for this drive, the default FIFO size that should " +"be used for this drive and drive specific options. The values for I<speed> " +"and I<fifosize> may be set to -1 to tell the program to use the global " +"defaults. The value for driveropts may be set to \"\" if no driveropts are " +"used. A typical line may look this way:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each time B<hash> is invoked, the full pathname of the command I<name> is " +"determined by searching the directories in B<$PATH> and remembered. Any " +"previously-remembered pathname is discarded. If the B<-p> option is " +"supplied, no path search is performed, and I<filename> is used as the full " +"filename of the command. The B<-r> option causes the shell to forget all " +"remembered locations. The B<-d> option causes the shell to forget the " +"remembered location of each I<name>. If the B<-t> option is supplied, the " +"full pathname to which each I<name> corresponds is printed. If multiple " +"I<name> arguments are supplied with B<-t>, the I<name> is printed before the " +"hashed full pathname. The B<-l> option causes output to be displayed in a " +"format that may be reused as input. If no arguments are given, or if only " +"B<-l> is supplied, information about remembered commands is printed. The " +"return status is true unless a I<name> is not found or an invalid option is " +"supplied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each variable or function that is created or modified is given the export " +"attribute and marked for export to the environment of subsequent commands." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"Each version of Perl comes with the documentation that was current at the " +"time of release. This poses a problem for content such as book lists. There " +"are probably very nice books published after this list was included in your " +"Perl release, and you can check the latest released version at E<lt>https://" +"perldoc.perl.org/perlbook.htmlE<gt> ." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Effective Perl Programming" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Either path to .src.rpm, .nosrc.rpm or .spec file or package available in a " +"repository." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Eject the film strip or mounted slide when using the slide loader." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Empty fields match all values; trailing empty fields may be omitted. For " +"example B<-W ignore::DeprecationWarning> ignores all DeprecationWarning " +"warnings." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Emulate the I<emulation> linker. You can list the available emulations with " +"the B<--verbose> or B<-V> options." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Enable (set) each I<optname>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Enable B<!> style history substitution. This option is on by default when " +"the shell is interactive." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Enable and disable builtin shell commands. Disabling a builtin allows a " +"disk command which has the same name as a shell builtin to be executed " +"without specifying a full pathname, even though the shell normally searches " +"for builtins before disk commands. If B<-n> is used, each I<name> is " +"disabled; otherwise, I<names> are enabled. For example, to use the B<test> " +"binary found via the E<.SM> B<PATH> instead of the shell builtin version, run" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Enable command history, as described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed +msgid "Enable debug mode." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Enable garbage collection of unused input sections. It is ignored on " +"targets that do not support this option. The default behaviour (of not " +"performing this garbage collection) can be restored by specifying \\&B<--no-" +"gc-sections> on the command line. Note that garbage collection for COFF and " +"PE format targets is supported, but the implementation is currently " +"considered to be experimental." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Enable garbage collection of unused input sections. It is ignored on " +"targets that do not support this option. The default behaviour (of not " +"performing this garbage collection) can be restored by specifying \\&B<--no-" +"gc-sections> on the command line. Note that garbage collection for " +"\\s-1COFF\\s0 and \\s-1PE\\s0 format targets is supported, but the " +"implementation is currently considered to be experimental." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Enable mouse support, if available for your system. When enabled, mouse " +"clicks can be used to place the cursor, set the mark (with a double click), " +"and execute shortcuts. The mouse will work in the X Window System, and on " +"the console when gpm is running. Text can still be selected through " +"dragging by holding down the Shift key." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Enable or disable the E<.Dv TELNET BINARY> option on both input and output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Enable or disable the E<.Dv TELNET BINARY> option on input." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Enable or disable the E<.Dv TELNET BINARY> option on output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Enable repository identified by E<lt>repoidE<gt> and make the change " +"permanent." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Enable restricted shell mode. This option cannot be unset once it has been " +"set." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Enable the specified repos (implies B<--save>)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Enable verbose messaging." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "Enable verbose mode." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Enables contacting debuginfod servers if there is a need to follow debug " +"links. This is the default behaviour." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Enables the CW<\\*(C`LINKER_VERSION\\*(C'> linker script directive, " +"described in B<Output Section Data>. If this directive is used in a linker " +"script and this option has been enabled then a string containing the linker " +"version will be inserted at the current point." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"End relative margin indent and restores the previous value of the prevailing " +"indent." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "Environment" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Equivalent to B<--json=pretty> when invoked interactively from a " +"terminal\\&. Otherwise equivalent to B<--json=short>, in particular when the " +"output is piped to some other program\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Equivalent to B<--nmagic> for pdp11-aout." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Equivalent to B<-l>." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "Eric S. Raymond E<lt>esr@snark.thyrsus.comE<gt> and" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Error tracing is enabled: command substitution, shell functions, and " +"subshells invoked with B<(> I<command> B<)> inherit the B<ERR> trap." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Escape (ASCII 27)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Ev SSH_SK_PROVIDER" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Evaluate I<callback> each time I<quantum> lines are read. The B<-c> option " +"specifies I<quantum>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "Example configs shipped with the source distribution, also available at:\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Example: if a \\&.link file has the following:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Execute the specified shell builtin, passing it I<arguments>, and return its " +"exit status. This is useful when defining a function whose name is the same " +"as a shell builtin, retaining the functionality of the builtin within the " +"function. The B<cd> builtin is commonly redefined this way. The return " +"status is false if I<shell-builtin> is not a shell builtin command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Execution of programs is disallowed on this filesystem." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Exit Code" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Exit a login shell." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Exit after reading and executing one command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Exit from within a B<for>, B<while>, B<until>, or B<select> loop. If I<n> " +"is specified, break I<n> levels. I<n> must be \\(E<gt>= 1. If I<n> is " +"greater than the number of enclosing loops, all enclosing loops are exited. " +"The return value is 0 unless I<n> is not greater than or equal to 1." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Exit immediately if a I<pipeline> (which may consist of a single I<simple " +"command>), a I<list>, or a I<compound command> (see E<.SM> B<SHELL GRAMMAR>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +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 "" +"Expressions may be combined using the following operators, listed in " +"decreasing order of precedence. The evaluation depends on the number of " +"arguments; see below. Operator precedence is used when there are five or " +"more arguments." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Extended Boot Loader Partition" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Extending and Embedding Perl" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Extensibility" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Extract files to standard output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "Extract information from Joliet extensions (if present) for file names." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Extract information from Rock Ridge extensions (if present) for permissions, " +"file names and ownerships." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FIFO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILE ATTRIBUTES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FIRMWARE FILE" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "FL" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "FORMATS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FSF" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FULL BLOCK" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "FUSER" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FUTURE IMPROVEMENTS" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Failed to execute \"x\"" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "Feb 14, 2024" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "Feb 2005" +msgstr "" + +#: debian-bookworm +#, no-wrap +msgid "Feb 28, 2023" +msgstr "" + +#: debian-unstable +#, no-wrap +msgid "Feb 28, 2024" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Fedora" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Fields" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "File access mode" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "File containing B<script>\\(aqs terminal input." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "File containing B<script>\\(aqs terminal output and input." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"File containing B<script>\\(aqs timing output. This option overrides old-" +"style arguments." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "File descriptor does not refer to a directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"File locks are not part of persistent file system state. Lock state is thus " +"lost when a host reboots." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "File names. May also be specified as B<-f>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"File systems with an inode size of 128 bytes do not support timestamps " +"beyond January 19, 2038. Inodes which are 256 bytes or larger will support " +"extended timestamps, project id's, and the ability to store some extended " +"attributes in the inode table for improved performance." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Filenames" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Files and directories" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Filesystem errors left uncorrected" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Filters" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"Finally, the user is queried for a password, possibly multiple times, unless " +"the I<headless> option is set\\&." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "First appeared in 4.4BSD." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"First query I<whois.iana.org> and then follow its referral to the whois " +"server authoritative for that request. This works for IP addresses, AS " +"numbers and domains. B<BEWARE>: this implies that the IANA server will " +"receive your complete query." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Fl B" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Fl E Ar log_file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl F Ar ssh_config" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Fl G" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Fl H" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "Fl I" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl P Ar port" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Fl R" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl S Ar program" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "Fl U" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Fl V" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl X" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl X Ar sftp_option" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl c Ar cipher" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Fl g" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Fl j" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "Fl l , -logging" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl l Ar limit" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Fl o Ar option" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl o Ar ssh_option" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl t Ar life" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Fl t Ar type" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Flag" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "Flags" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Fonts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For a discussion of the errors that can occur for these functions, see " +"B<exp>(3)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For a discussion of the errors that can occur for these functions, see " +"B<log>(3)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For a full description of the Texinfo language and associated tools, please " +"see the Texinfo manual (written in Texinfo itself). Most likely, running " +"this command from your shell:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For a linker for a Linux system, if the file I</etc/ld.so.conf> exists, the " +"list of directories found in that file. Note: the path to this file is " +"prefixed with the CW<\\*(C`sysroot\\*(C'> value, if that is defined, and " +"then any CW<\\*(C`prefix\\*(C'> string if the linker was configured with the " +"B<--prefix=E<lt>pathE<gt>> option." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"For a list of other sections that might appear in a manual page, see B<man-" +"pages>(7)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"For a native ELF linker, the directories in CW<\\*(C`DT_RUNPATH\\*(C'> or " +"\\&CW<\\*(C`DT_RPATH\\*(C'> of a shared library are searched for shared " +"libraries needed by it. The CW<\\*(C`DT_RPATH\\*(C'> entries are ignored if " +"\\&CW<\\*(C`DT_RUNPATH\\*(C'> entries exist." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"For a native \\s-1ELF\\s0 linker, the directories in " +"CW<\\*(C`DT_RUNPATH\\*(C'> or \\&CW<\\*(C`DT_RPATH\\*(C'> of a shared " +"library are searched for shared libraries needed by it. The " +"CW<\\*(C`DT_RPATH\\*(C'> entries are ignored if " +"\\&CW<\\*(C`DT_RUNPATH\\*(C'> entries exist." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For a native linker on a FreeBSD system, any directories specified by the " +"CW<\\*(C`_PATH_ELF_HINTS\\*(C'> macro defined in the I<elf-hints.h> header " +"file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For a native linker, search the contents of the environment variable " +"CW<\\*(C`LD_LIBRARY_PATH\\*(C'>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For an overview and comparison of the various interfaces that can be used to " +"obtain randomness, see B<random>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "For an overview of the fanotify API, see B<fanotify>(7)." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"For anything other than \\*(C+ programs, this option is equivalent to \\&B<-" +"r>: it generates relocatable output---i.e., an output file that can in turn " +"serve as input to B<ld>. When linking \\*(C+ programs, B<-Ur> \\&I<does> " +"resolve references to constructors, unlike B<-r>. It does not work to use " +"B<-Ur> on files that were themselves linked with B<-Ur>; once the " +"constructor table has been built, it cannot be added to. Use B<-Ur> only " +"for the last partial link, and \\&B<-r> for the others." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"For compatibility with linkers produced by MRI, B<ld> accepts script files " +"written in an alternate, restricted command language, described in the MRI " +"Compatible Script Files section of GNU ld documentation. Introduce MRI " +"script files with the option B<-c>; use the B<-T> option to run linker " +"scripts written in the general-purpose B<ld> scripting language. If I<MRI-" +"cmdfile> does not exist, B<ld> looks for it in the directories specified by " +"any B<-L> options." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"For compatibility with linkers produced by \\s-1MRI,\\s0 B<ld> accepts " +"script files written in an alternate, restricted command language, described " +"in the \\s-1MRI\\s0 Compatible Script Files section of \\s-1GNU\\s0 ld " +"documentation. Introduce \\s-1MRI\\s0 script files with the option B<-c>; " +"use the B<-T> option to run linker scripts written in the general-purpose " +"B<ld> scripting language. If I<MRI-cmdfile> does not exist, B<ld> looks for " +"it in the directories specified by any B<-L> options." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"For compatibility with other ELF linkers, if the B<-R> option is followed by " +"a directory name, rather than a file name, it is treated as the B<-rpath> " +"option." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"For compatibility with other \\s-1ELF\\s0 linkers, if the B<-R> option is " +"followed by a directory name, rather than a file name, it is treated as the " +"B<-rpath> option." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"For conventions that should be employed when writing man pages for the Linux " +"I<man-pages> package, see B<man-pages>(7)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"For details of the arguments that should be supplied to the B<TH> command, " +"see B<man-pages>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"For each I<name>, remove the corresponding variable or function. If the B<-" +"v> option is given, each I<name> refers to a shell variable, and that " +"variable is removed. Read-only variables may not be unset. If B<-f> is " +"specified, each I<name> refers to a shell function, and the function " +"definition is removed. If the B<-n> option is supplied, and I<name> is a " +"variable with the I<nameref> attribute, I<name> will be unset rather than " +"the variable it references. B<-n> has no effect if the B<-f> option is " +"supplied. If no options are supplied, each I<name> refers to a variable; if " +"there is no variable by that name, a function with that name, if any, is " +"unset. Each unset variable or function is removed from the environment " +"passed to subsequent commands. If any of E<.SM> B<BASH_ALIASES>, E<.SM> " +"B<BASH_ARGV0>, E<.SM> B<BASH_CMDS>, E<.SM> B<BASH_COMMAND>, E<.SM> " +"B<BASH_SUBSHELL>, E<.SM> B<BASHPID>, E<.SM> B<COMP_WORDBREAKS>, E<.SM> " +"B<DIRSTACK>, E<.SM> B<EPOCHREALTIME>, E<.SM> B<EPOCHSECONDS>, E<.SM> " +"B<FUNCNAME>, E<.SM> B<GROUPS>, E<.SM> B<HISTCMD>, E<.SM> B<LINENO>, E<.SM> " +"B<RANDOM>, E<.SM> B<SECONDS>, or E<.SM> B<SRANDOM> are unset, they lose " +"their special properties, even if they are subsequently reset. The exit " +"status is true unless a I<name> is readonly or may not be unset." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For each archive mentioned on the command line after the \\&B<--whole-" +"archive> option, include every object file in the archive in the link, " +"rather than searching the archive for the required object files. This is " +"normally used to turn an archive file into a shared library, forcing every " +"object to be included in the resulting shared library. This option may be " +"used more than once." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"For each argument, a local variable named I<name> is created, and assigned " +"I<value>. The I<option> can be any of the options accepted by B<declare>. " +"When B<local> is used within a function, it causes the variable I<name> to " +"have a visible scope restricted to that function and its children. If " +"I<name> is -, the set of shell options is made local to the function in " +"which B<local> is invoked: shell options changed using the B<set> builtin " +"inside the function are restored to their original values when the function " +"returns. The restore is effected as if a series of B<set> commands were " +"executed to restore the values that were in place before the function. With " +"no operands, B<local> writes a list of local variables to the standard " +"output. It is an error to use B<local> when not within a function. The " +"return status is 0 unless B<local> is used outside a function, an invalid " +"I<name> is supplied, or I<name> is a readonly variable." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"For ease of access, the Perl manual has been split up into several sections." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For example, on SunOS, B<ld> combines duplicate entries in the symbol string " +"table. This can reduce the size of an output file with full debugging " +"information by over 30 percent. Unfortunately, the SunOS " +"\\&CW<\\*(C`dbx\\*(C'> program can not read the resulting program " +"(CW<\\*(C`gdb\\*(C'> has no trouble). The B<--traditional-format> switch " +"tells B<ld> to not combine duplicate entries." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "For further details on the nice value, see B<sched>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"For further details see B<bootctl>(1), regarding the command this service " +"invokes\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "For latest bug fixes and information see" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For more details on CPU affinity masks, see B<sched_setaffinity>(2). For a " +"description of a set of macros that can be used to manipulate and inspect " +"CPU sets, see B<CPU_SET>(3)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"For more information on these options, you can run CW<\\*(C`perldoc " +"perlrun\\*(C'>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For most targets default symbol-prefix is an underscore and is defined in " +"target's description. By this option it is possible to disable/enable the " +"default underscore symbol-prefix." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For options whose names are a single letter, option arguments must either " +"follow the option letter without intervening whitespace, or be given as " +"separate arguments immediately following the option that requires them." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"For options whose names are multiple letters, either one dash or two can " +"precede the option name; for example, B<-trace-symbol> and \\&B<--trace-" +"symbol> are equivalent. Note---there is one exception to this rule. " +"Multiple letter options that start with a lower case 'o' can only be " +"preceded by two dashes. This is to reduce confusion with the \\&B<-o> " +"option. So for example B<-omagic> sets the output file name to B<magic> " +"whereas B<--omagic> sets the NMAGIC flag on the output." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"For options whose names are multiple letters, either one dash or two can " +"precede the option name; for example, B<-trace-symbol> and \\&B<--trace-" +"symbol> are equivalent. Note---there is one exception to this rule. " +"Multiple letter options that start with a lower case 'o' can only be " +"preceded by two dashes. This is to reduce confusion with the \\&B<-o> " +"option. So for example B<-omagic> sets the output file name to B<magic> " +"whereas B<--omagic> sets the \\s-1NMAGIC\\s0 flag on the output." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"For programs that do not use constructors or destructors, or for ELF based " +"systems this option is equivalent to B<-r>: it generates relocatable " +"output---i.e., an output file that can in turn serve as input to B<ld>. For " +"other binaries however the B<-Ur> option is similar to B<-r> but it also " +"resolves references to constructors and destructors." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For some targets, the output of B<ld> is different in some ways from the " +"output of some existing linker. This switch requests B<ld> to use the " +"traditional format instead." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For special cases, including where I<x> is 0, 1, negative, infinity, or NaN, " +"see B<log>(3)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For structs (and most other multiword data types) the only option is to make " +"the struct itself (or the long long, or the ...) variable:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "For the definition of the Gamma function, see B<tgamma>(3)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"For the pdp11-aout target, three variants of the output format can be " +"produced as selected by the following options. The default variant for " +"pdp11-aout is the B<--omagic> option, whereas for other targets B<--nmagic> " +"is the default. The B<--imagic> option is defined only for the pdp11-aout " +"target, while the others are described here as they apply to the pdp11-aout " +"target." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"For this to work E<.Cm GSSAPIKeyExchange> needs to be enabled in the server " +"and also used by the client." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"For those systems where B<-r> and B<-Ur> behave differently, it does not " +"work to use B<-Ur> on files that were themselves linked with B<-Ur>; once " +"the constructor table has been built, it cannot be added to. Use B<-Ur> " +"only for the last partial link, and B<-r> for the others." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For various special cases, including the handling of infinity and NaN, as " +"well as overflows and underflows, see B<exp>(3)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Force I<symbol> to be entered in the output file as an undefined symbol. " +"Doing this may, for example, trigger linking of additional modules from " +"standard libraries. B<-u> may be repeated with different option arguments " +"to enter additional undefined symbols. This option is equivalent to the " +"CW<\\*(C`EXTERN\\*(C'> linker script command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Force checking even if the file system seems clean." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Force the output file to have dynamic sections. This option is specific to " +"VxWorks targets." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Forced unlock denied on \"x\"" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Forcing lock on \"x\"" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Form feed (ASCII 12)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Format of the format string" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "Frederic Lepied" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Free (as in beer) books" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "From" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"From Linux 3.11 to Linux 4.8, the error diagnosed in this case was B<EUSERS>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm +#, no-wrap +msgid "Full" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/chrootE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Function tracing is enabled: command substitution, shell functions, and " +"subshells invoked with B<(> I<command> B<)> inherit the B<DEBUG> and " +"B<RETURN> traps." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "1" +msgid "G1" +msgstr "1" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "2" +msgid "G2" +msgstr "2" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "3" +msgid "G3" +msgstr "3" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "4" +msgid "G4" +msgstr "4" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "5" +msgid "G5" +msgstr "5" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "G6" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "G7" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "G8" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GC" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GD" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "GETTING HELP" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GG" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GH" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "GNU Bash 5.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "GNU CPIO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "GNU EXTENSIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GNU Parted Manual" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GNU Project" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "GNU TAR Manual" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GNU extensions" +msgstr "" + +#: fedora-40 +#, fuzzy, no-wrap +#| msgid "GNU coreutils 8.30" +msgid "GNU gettext-runtime 0.22" +msgstr "GNU coreutils 8.30" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "GNU, POSIX.1-2008." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "GNU; hence the suffix \"_np\" (nonportable) in the name." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GR" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GREATER-THAN OR EQUAL TO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-EDITENV" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-FILE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-FSTEST" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB-GLUE-EFI" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-INSTALL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-KBDCOMP" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MACBLESS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MENULST2CFG" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKCONFIG" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKFONT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKIMAGE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKLAYOUT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKNETDIR" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKPASSWD-PBKDF2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKRELPATH" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKRESCUE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-MKSTANDALONE" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-OFPATHNAME" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-PROBE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-REBOOT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB-RENDER-LABEL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-SCRIPT-CHECK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-SET-DEFAULT" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-SPARC64-SETUP" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GRUB-SYSLINUX2CFG" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GU" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "V" +msgid "GV" +msgstr "V" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "c" +msgid "Gc" +msgstr "c" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "d" +msgid "Gd" +msgstr "d" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "General Options" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS in \\&.note.gnu." +"property section to indicate that object file requires canonical function " +"pointers and cannot be used with copy relocation. This option also implies " +"B<noextern-protected-data> and \\&B<nocopyreloc>. Supported for i386 and " +"x86-64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate GNU_PROPERTY_X86_FEATURE_1_IBT in .note.gnu.property section to " +"indicate compatibility with IBT. This also implies B<ibtplt>. Supported " +"for Linux/i386 and Linux/x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48 in .note.gnu.property section to " +"indicate compatibility with Intel LAM_U48. Supported for Linux/x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57 in .note.gnu.property section to " +"indicate compatibility with Intel LAM_U57. Supported for Linux/x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK in .note.gnu.property section to " +"indicate compatibility with Intel Shadow Stack. Supported for Linux/i386 " +"and Linux/x86_64." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Generate GRUB keyboard layout from Linux console one." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate Intel Indirect Branch Tracking (IBT) enabled PLT entries. " +"Supported for Linux/i386 and Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate Intel Indirect Branch Tracking (\\s-1IBT\\s0) enabled \\s-1PLT\\s0 " +"entries. Supported for Linux/i386 and Linux/x86_64." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Generate PBKDF2 password hash." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate \\s-1GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS\\s0 in \\&.note." +"gnu.property section to indicate that object file requires canonical " +"function pointers and cannot be used with copy relocation. This option also " +"implies B<noextern-protected-data> and \\&B<nocopyreloc>. Supported for " +"i386 and x86-64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_IBT\\s0 in .note.gnu.property " +"section to indicate compatibility with \\s-1IBT.\\s0 This also implies " +"B<ibtplt>. Supported for Linux/i386 and Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U48\\s0 in .note.gnu.property " +"section to indicate compatibility with Intel \\s-1LAM_U48.\\s0 Supported for " +"Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U57\\s0 in .note.gnu.property " +"section to indicate compatibility with Intel \\s-1LAM_U57.\\s0 Supported for " +"Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate \\s-1GNU_PROPERTY_X86_FEATURE_1_SHSTK\\s0 in .note.gnu.property " +"section to indicate compatibility with Intel Shadow Stack. Supported for " +"Linux/i386 and Linux/x86_64." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Generate a grub config file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Generate a standalone image (containing all modules) in the selected format" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Generate big-endian output." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate common symbols with STT_COMMON type during a relocatable link. Use " +"STT_OBJECT type if B<nocommon>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate common symbols with \\s-1STT_COMMON\\s0 type during a relocatable " +"link. Use \\s-1STT_OBJECT\\s0 type if B<nocommon>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate compact relative relocation in position-independent executable and " +"shared library. It adds CW<\\*(C`DT_RELR\\*(C'>, CW<\\*(C`DT_RELRSZ\\*(C'> " +"and \\&CW<\\*(C`DT_RELRENT\\*(C'> entries to the dynamic section. It is " +"ignored when building position-dependent executable and relocatable output. " +"\\&B<nopack-relative-relocs> is the default, which disables compact relative " +"relocation. When linked against the GNU C Library, a GLIBC_ABI_DT_RELR " +"symbol version dependency on the shared C Library is added to the output. " +"Supported for i386 and x86-64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate compact relative relocation in position-independent executable and " +"shared library. It adds CW<\\*(C`DT_RELR\\*(C'>, CW<\\*(C`DT_RELRSZ\\*(C'> " +"and \\&CW<\\*(C`DT_RELRENT\\*(C'> entries to the dynamic section. It is " +"ignored when building position-dependent executable and relocatable output. " +"\\&B<nopack-relative-relocs> is the default, which disables compact relative " +"relocation. When linked against the \\s-1GNU C\\s0 Library, a " +"\\&\\s-1GLIBC_ABI_DT_RELR\\s0 symbol version dependency on the shared C " +"Library is added to the output. Supported for i386 and x86-64." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Generate little-endian output." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Generate possible completion matches for I<word> according to the " +"I<option>s, which may be any option accepted by the B<complete> builtin with " +"the exception of B<-p> and B<-r>, and write the matches to the standard " +"output. When using the B<-F> or B<-C> options, the various shell variables " +"set by the programmable completion facilities, while available, will not " +"have useful values." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate relocatable output---i.e., generate an output file that can in turn " +"serve as input to B<ld>. This is often called I<partial linking>. As a " +"side effect, in environments that support standard Unix magic numbers, this " +"option also sets the output file's magic number to " +"\\&CW<\\*(C`OMAGIC\\*(C'>. If this option is not specified, an absolute " +"file is produced. When linking C++ programs, this option I<will not> " +"resolve references to constructors; to do that, use B<-Ur>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Generate relocatable output---i.e., generate an output file that can in turn " +"serve as input to B<ld>. This is often called I<partial linking>. As a " +"side effect, in environments that support standard Unix magic numbers, this " +"option also sets the output file's magic number to " +"\\&CW<\\*(C`OMAGIC\\*(C'>. If this option is not specified, an absolute " +"file is produced. When linking \\*(C+ programs, this option I<will not> " +"resolve references to constructors; to do that, use B<-Ur>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Generate section header. Don't generate section header if " +"\\&B<nosectionheader> is used. B<sectionheader> is the default." +msgstr "" + +#: archlinux +msgid "Generated automatically by Doxygen for libalpm from the source code\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Generates a bootable CD/USB/floppy image. Arguments other than options to " +"this program are passed to xorriso, and indicate source files, source " +"directories, or any of the mkisofs options listed by the output of `xorriso " +"B<-as> mkisofs B<-help>'." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Generic error before executing the requested command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Get crc32 checksum of FILE." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Get help. With no arguments, E<.Nm telnet> prints a help summary. If a " +"command is specified, E<.Nm telnet> will print the help information for just " +"that command." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Get info:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Get your book listed" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Gh" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Give each I<name> the I<nameref> attribute, making it a name reference to " +"another variable. That other variable is defined by the value of I<name>. " +"All references, assignments, and attribute modifications to I<name>, except " +"those using or changing the B<-n> attribute itself, are performed on the " +"variable referenced by I<name>'s value. The nameref attribute cannot be " +"applied to array variables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Give each I<name> the I<trace> attribute. Traced functions inherit the " +"B<DEBUG> and B<RETURN> traps from the calling shell. The trace attribute " +"has no special meaning for variables." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"Given the files I<foo1>, ..., I<foo9>, I<foo10>, ..., I<foo278>, the commands" +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 mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Glue 32-bit and 64-bit binary into Apple universal one." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Gr" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Graft point syntax (E.g. I<\\,/boot/grub/grub\\/>.cfg=./grub.cfg) is accepted" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Graphic" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Group names. May also be specified as B<-g>." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Gu" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Gv" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "HM" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HORIZONTAL BAR" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "HS" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "HWCLOCK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Handle N bytes in output file." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Help options" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Help topics as accepted by the B<help> builtin." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Here E<lt>interfaceE<gt> can be one of \"scsi\" or \"usb\", and " +"E<lt>deviceE<gt> is the device file of the scanner. Note that IEEE 1394 " +"devices are handled by the SBP-2 module in the kernel and appear to SANE as " +"SCSI devices." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Here E<lt>nE<gt> can either be 8 or the maximum number of bits supported by " +"the scanner (10, 12, or 14). It specifies whether or not the scanner reduces " +"the scanned data to 8 bits before sending it to the backend. If 8 bits are " +"used, some information and thus image quality is lost, but the amount of " +"data is smaller compared to higher depths. Also, many imaging programs and " +"image formats cannot handle depths greater than 8 bits." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Here is a table of the generic command-line switches accepted by the GNU " +"linker:" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Here is a table of the generic command-line switches accepted by the " +"\\s-1GNU\\s0 linker:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Here is a trivial example:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"Hewlett-Packard's terminfo library supports two nonstandard terminfo " +"capabilities B<meml> (memory lock) and B<memu> (memory unlock). These will " +"be discarded with a warning message." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Hide all elements of the interface (title bar, status bar, and help lines) " +"and use all rows of the terminal for showing the contents of the buffer. " +"The status bar appears only when there is a significant message, and " +"disappears after 1.5 seconds or upon the next keystroke. With B<M-Z> the " +"title bar plus status bar can be toggled. With B<M-X> the help lines." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Higher-Order Perl" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable +msgid "" +"Hint: if this device is used for a mount point that is specified in " +"B<fstab>(5), the B<_netdev> option should also be used for the mount " +"point\\&. Otherwise, a dependency loop might be created where the mount " +"point will be pulled in by local-fs\\&.target, while the service to " +"configure the network is usually only started I<after> the local file system " +"has been mounted\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Historical details" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Historical notes" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Hostnames, as taken from the file specified by the E<.SM> B<HOSTFILE> shell " +"variable." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "How GNU properties are merged." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "How \\s-1GNU\\s0 properties are merged." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "How common symbols are allocated." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Hypertext link macros" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<\"big_key\"> (since Linux 3.13)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<\"keyring\">" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<\"logon\"> (since Linux 3.3)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<\"user\">" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$CACHE_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$CONFIGURATION_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$CREDENTIALS_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$EXIT_CODE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$EXIT_STATUS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$FDSTORE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$INVOCATION_ID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$JOURNAL_STREAM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$LANG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$LISTEN_FDS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$LISTEN_FDS>, I<$LISTEN_PID>, I<$LISTEN_FDNAMES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$LOGS_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$LOG_NAMESPACE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$MAINPID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$MANAGERPID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$PATH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$PIDFILE>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$PREVLEVEL>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$RUNLEVEL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$RUNTIME_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$SERVICE_RESULT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$STATE_DIRECTORY>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_ARCHITECTURE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_CONFIDENTIAL_VIRTUALIZATION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_DEBUGGER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_EDITOR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_EXEC_PID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_FIRST_BOOT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_GETTY_AUTO>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_HOME_SUSPEND=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_IN_INITRD>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_NSS_RESOLVE_CACHE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_NSS_RESOLVE_NETWORK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_NSS_RESOLVE_SYNTHESIZE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_NSS_RESOLVE_TRUST_ANCHOR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_NSS_RESOLVE_VALIDATE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_NSS_RESOLVE_ZONE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_RANDOM_SEED_CREDIT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_SCOPE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$SYSTEMD_VIRTUALIZATION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$TERM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<$XDG_CONFIG_HOME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$XDG_SEAT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$XDG_SESSION_CLASS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$XDG_SESSION_DESKTOP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$XDG_SESSION_ID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$XDG_SESSION_TYPE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<$XDG_VTNR>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "I<--help>" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<-D>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<-V>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<-c>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<-i>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<-w>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</dev/port>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</dev/tty>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</etc/aliases>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</etc/ethers>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/exports>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</etc/gai.conf>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/hosts.equiv>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/idmapd.conf>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B</etc/mtab>" +msgid "I</etc/inittab>" +msgstr "B</etc/mtab>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</etc/issue>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/ld.so.cache>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "I</etc/login.defs>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</etc/netgroup>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "I</etc/rc.local>" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/request-key.conf>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "I</etc/shadow>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I</etc/shells>" +msgstr "" + +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "/lib/sysctl.d/*.conf" +msgid "I</etc/sysctl.conf>" +msgstr "/lib/sysctl.d/*.conf" + +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "/lib/sysctl.d/*.conf" +msgid "I</etc/sysctl.d/*.conf>" +msgstr "/lib/sysctl.d/*.conf" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "/etc/termcap" +msgid "I</etc/termcap>" +msgstr "/etc/termcap" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B</etc/mtab>" +msgid "I</etc/ttys>" +msgstr "B</etc/mtab>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</lib/ld.so>" +msgstr "" + +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "/lib/sysctl.d/*.conf" +msgid "I</lib/sysctl.d/*.conf>" +msgstr "/lib/sysctl.d/*.conf" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/>pidI</cgroup> (since Linux 2.6.24)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/>pidI</numa_maps> (since Linux 2.6.14)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/cgroups> (since Linux 2.6.24)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/key-users> (since Linux 2.6.10)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/keys> (since Linux 2.6.10)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/loadavg>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/meminfo>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/net/arp>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/net/dev>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/net/snmp>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "I</proc/net/wireless>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "I</proc/slabinfo>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/sys/fs/pipe-max-size> (since Linux 2.6.35)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/sys/fs/pipe-user-pages-hard> (since Linux 4.5)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</proc/sys/fs/pipe-user-pages-soft> (since Linux 4.5)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/sys>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc>" +msgstr "" + +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "/lib/sysctl.d/*.conf" +msgid "I</run/sysctl.d/*.conf>" +msgstr "/lib/sysctl.d/*.conf" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I</usr/lib/gconv/gconv-modules.cache>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I</usr/lib/gconv/gconv-modules>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I</usr/lib/gconv>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</usr/lib/kbd/consoletrans>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</usr/lib/kbd/keymaps>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</usr/lib/kbd/unimaps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I</usr/lib/locale>" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "" +"I</usr/lib/rpm/macros>\n" +"I</usr/lib/rpm/redhat/macros>\n" +"I</etc/rpm/macros>\n" +"I<~/.rpmmacros>\n" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "" +"I</usr/lib/rpm/rpmrc>\n" +"I</usr/lib/rpm/redhat/rpmrc>\n" +"I</etc/rpmrc>\n" +"I<~/.rpmrc>\n" +msgstr "" + +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "/lib/sysctl.d/*.conf" +msgid "I</usr/lib/sysctl.d/*.conf>" +msgstr "/lib/sysctl.d/*.conf" + +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "/lib/sysctl.d/*.conf" +msgid "I</usr/local/lib/sysctl.d/*.conf>" +msgstr "/lib/sysctl.d/*.conf" + +#: debian-bookworm opensuse-leap-15-6 +msgid "I</usr/man/whatis>" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "I</usr/share/consoletrans>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/dict/words>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "I</usr/share/groff/>[*/]I<tmac/an.tmac>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I</usr/share/i18n/charmaps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I</usr/share/i18n/repertoiremaps>" +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/kbd/consoletrans>" +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/kbd/keymaps>" +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/kbd/unimaps>" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "I</usr/share/keymaps>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/tabset>" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "I</usr/share/unimaps>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</usr/share/zoneinfo>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</var/lib/nfs/rmtab>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "I</var/lib/nfs/sm.bak>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "I</var/lib/nfs/sm>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</var/lib/nfs/statd/sm.bak>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</var/lib/nfs/statd/sm>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I</var/lib/nfs/statd/state>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "I</var/lib/nfs/state>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron archlinux debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</var/spool/at>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</var/spool/cron>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "I</var/tmp/rpm*>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ANSI_COLOR=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ARCHITECTURE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ARP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ARPAllTargets=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ARPIPTargets=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ARPIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ARPValidate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ATTRS{>I<filename>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ATTR{>I<filename>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Accept=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AccuracySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AckFilter=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Activate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ActivationPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ActiveSlave=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AdActorSystem=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AdActorSystemPriority=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AdSelect=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AdUserPortKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AddPrefixRoute=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Address=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Advertise=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<After=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AgeingTimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Aggregation=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AllMulticast=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AllSlavesActive=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AllowIsolate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AllowList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AllowLocalRemote=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AllowPortToBeRoot=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AllowedIPs=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Also=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AlternativeName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AlternativeNamesPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AmbientCapabilities=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AmbientCapability=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Announce=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Anonymize=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AppArmorProfile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Assign=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AssignToLoopback=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AssociatedWith=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Audit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AutoJoin=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AutoNegotiation=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<AutoNegotiationFlowControl=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<AutoRateIngress=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Automating System Administration with Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BSSID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BUILD_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Backlog=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Bands=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Bandwidth=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Before=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Beginning Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BindCarrier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BindIPv6Only=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BindToDevice=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BindToInterface=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BindUser=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<BindsTo=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BitRate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BitsPerSecond=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Blackhole=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Boot=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BootFilename=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BootServerAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BootServerName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Bridge=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BridgeLoopAvoidance=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BroadcastMulticastQueueLength=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Buckets=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BufferBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BurstBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<BusErrorReporting=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<BusName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CEThresholdSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CHASSIS=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I<COLUMNS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CONFEXT_LEVEL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CONFEXT_SCOPE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CONST{>I<key>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_CGROUP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_CONTAINER_CMDLINE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_EXE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_FILENAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_HOSTNAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_OPEN_FDS=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "I<COREDUMP_PROC_CGROUP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_RLIMIT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_TIMESTAMP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<COREDUMP_TRUNCATED=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPE_NAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPUAccounting=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPUQuota=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPUQuotaPeriodSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPUSchedulingPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPUSchedulingPriority=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CPUSchedulingResetOnFork=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Cache=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<CacheDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CacheFromLocalhost=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CeilBufferBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CeilRate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ClassId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ClassicDataLengthCode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ClientIdentifier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CoalescePacketRateSampleIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CollectMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CompensationMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionACPower=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionArchitecture=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionCPUFeature=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionCPUs=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionCapability=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionControlGroupController=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionCredential=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionDirectoryNotEmpty=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionEnvironment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionFileIsExecutable=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionFileNotEmpty=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionFirmware=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionFirstBoot=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionGroup=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionHost=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionKernelCommandLine=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionKernelVersion=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionMemory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionNeedsUpdate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionOSRelease=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathExists=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathExistsGlob=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathIsDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathIsEncrypted=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathIsMountPoint=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathIsReadWrite=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionPathIsSymbolicLink=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionSecurity=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionUser=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConditionVirtualization=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<ConfigurationDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ConfigureWithoutCarrier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Conflicts=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ConnectionRetrySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CopyBlocks=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CopyDSCP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CopyFiles=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CoredumpFilter=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<CoredumpReceive=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Cost=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<CtrlAltDelBurstAction=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<CurrentSymlink=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<D>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DEFAULT_HOSTNAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DEPLOYMENT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DHCP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DHCPPrefixDelegation=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DHCPServer=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DHCPv6Client=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DNSDefaultRoute=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DNSLifetimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DNSSECNegativeTrustAnchors=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DNSStubListener=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DNSStubListenerExtra=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DOCUMENTATION=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DRIVER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DRIVERS>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Data Munging with Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultClass=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultDependencies=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultDeviceTimeoutSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultEnvironment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultFileSystemType=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultInstance=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultMemoryPressureDurationSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultMemoryPressureLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultOOMPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultOOMScoreAdjust=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultPVID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultRouteOnDevice=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultSmackProcessLabel=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultStorage=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultTasksMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DefaultTimerAccuracySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DefaultVirtualQueue=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DeferAcceptSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DelayJitterSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Delegate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DelegateSubgroup=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DenyList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Destination=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DeviceAllow=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DisableControllers=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DiscoverPathMTU=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DistributedArpTable=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<Documentation/admin-guide/mm/userfaultfd.rst> in the Linux kernel source " +"tree" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Documentation=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DownDelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Duplex=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DuplicateAddressDetection=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<DuplicateRate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DynamicTransmitLoadBalancing=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<DynamicUser=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ECN=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ENV{>I<key>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ERRNO=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ERSPANDirection=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ERSPANHardwareId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ERSPANIndex=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--version>" +msgid "I<ERSPANVersion=>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.addon\\&.efi" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.cred" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ESP>/\\&.\\&.\\&./I<foo>\\&.efi\\&.extra\\&.d/*\\&.raw" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ESP>/loader/addons/*\\&.addon\\&.efi" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ESP>/loader/credentials/*\\&.cred" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Effective Perl Programming>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<EgressUntagged=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<EmitLLDP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Encapsulation=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<EncapsulationLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<EncapsulationType=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Endpoint=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<EnvironmentFile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Ephemeral=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<EtherType=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecCondition=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecReload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecSearchPath=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecStart=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecStartPre=>, I<ExecStartPost=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecStop=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExecStopPost=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExitType=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Extending and Embedding Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExtensionDirectories=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExtensionImages=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<External=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ExtraOptions=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FDBAgeingSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FDMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FDNonISO=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FOUDestinationPort=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FOUSourcePort=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FactoryReset=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FailOverMACPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FallbackDNS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FallbackLeaseLifetimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FallbackNTP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Family=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FastLeave=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FastOpenNoCookie=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FileDescriptorName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FileDescriptorStoreMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FileDescriptorStorePreserve=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FinalKillSignal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FixedRandomDelay=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FlowIsolationMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FlowLabel=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<FlowLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Flows=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FlushPending=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FooOverUDP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ForceUnmount=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Format=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ForwardDelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Fragmentation=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<FreeBind=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<From=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GOTO>" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "I<GROFF_BIN_PATH>" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "I<GROFF_TYPESETTER>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GVRP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Gateway=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GatewayBandwidthDown=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GatewayBandwidthUp=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GatewayMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<GatewayOnLink=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GenericProtocolExtension=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<GenericRIO=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GenericReceiveOffload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GenericReceiveOffloadHardware=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GenericSegmentOffloadMaxBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GenericSegmentOffloadMaxSegments=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GenericSegmentationOffload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GratuitousARP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GroupForwardMask=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GroupPolicyExtension=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<GuessMainPID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<H>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HARDWARE_MODEL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HARDWARE_VENDOR=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I<HOME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<HairPin=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Handle=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HelloTimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HibernateDelaySec=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HibernateMode=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Higher-Order Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HoldoffTimeoutSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<HomeAddress=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<HomeAgent=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<HomeAgentLifetimeSec=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<HomeAgentPreference=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<HopLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<HopPenalty=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IAID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ICON_NAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ID_LIKE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IMAGE_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IMAGE_VERSION=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IMPORT{>I<type>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IOAccounting=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IOSchedulingClass=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IOSchedulingPriority=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPAccounting=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPCNamespacePath=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPDoNotFragment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPForward=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPMasquerade=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPProtocol=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPServiceType=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPTOS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPTTL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv4AcceptLocal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv4LLRoute=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv4LLStartAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv4ProxyARP=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<IPv4ReversePathFilter=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv4RouteLocalnet=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6AcceptRA=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6DuplicateAddressDetection=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPv6FlowLabel=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6HopLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6LinkLocalAddressGenerationMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6MTUBytes=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<IPv6OnlyMode=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<IPv6OnlyPreferredSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6Preference=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6ProxyNDP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6ProxyNDPAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IPv6RapidDeploymentPrefix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6SendRA=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IPv6StableSecretAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ISATAP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IdleAction=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IdleActionSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IgnoreCarrierLoss=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IgnoreDontFragment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IgnoreOnIsolate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<IgnoreSIGPIPE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Inaccessible=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IncomingInterface=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Independent=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<InheritInnerProtocol=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<InhibitDelayMaxSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<InhibitorsMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<InitialAdvertisedReceiveWindow=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<InitialCongestionWindow=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<InitialQuantumBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<InputKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<InstancesMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Interface=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<InterfaceId=>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Intermediate Perl> (the \"Alpaca Book\")" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<IntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<InvertRule=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Isolated=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<JoinsNamespaceOf=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KERNEL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KERNELS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeepAlive=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeepAliveIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeepAliveProbes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeepAliveTimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeepCarrier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<KeepConfiguration=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<KeepMaster=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Key=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeyFile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeyId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KeyringMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KillMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<KillUserProcesses=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<L2MissNotification=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<L3MissNotification=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LABEL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LACPTransmitRate=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I<LINES>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LLDP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LOCATION=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LOGO=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LargeReceiveOffload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LatencySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Layer2SpecificHeader=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LazyUnmount=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LearnPacketIntervalSec=>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Learning Perl> (the \"Llama Book\")" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Learning Perl> (the \"Llama Book\")" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Learning=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LifetimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LimitBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<LimitCPU=>, I<LimitFSIZE=>, I<LimitDATA=>, I<LimitSTACK=>, I<LimitCORE=>, " +"I<LimitRSS=>, I<LimitNOFILE=>, I<LimitAS=>, I<LimitNPROC=>, " +"I<LimitMEMLOCK=>, I<LimitLOCKS=>, I<LimitSIGPENDING=>, I<LimitMSGQUEUE=>, " +"I<LimitNICE=>, I<LimitRTPRIO=>, I<LimitRTTIME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LineMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LinkJournal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LinkLayerAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LinkLocalAddressing=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ListenFIFO=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ListenMessageQueue=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ListenNetlink=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ListenOnly=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ListenSpecial=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ListenUSBFunction=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LoaderBootCountPath>" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide +msgid "I<LoaderConfigConsoleMode>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LoaderEntries>" +msgstr "" + +#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide +msgid "I<LoaderEntryLastBooted>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LoaderEntrySelected>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LoaderFeatures>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide +msgid "I<LoaderFirmwareInfo>, I<LoaderFirmwareType>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LoaderInfo>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LoaderSystemToken>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Local=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LockPersonality=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LogExtraFields=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LogFilterPatterns=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LogLevelMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LogNamespace=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<LogsDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Loopback=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<LooseBinding=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<LossRate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MACAddressPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MDI=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MESSAGE_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MIIMonitorSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MPUBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MUDURL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MVRP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MacLearning=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MachineID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MakeDirectories=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MakeDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ManageForeignRoutes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ManageForeignRoutingPolicyRules=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ManageTemporaryAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ManagedOOMMemoryPressureLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ManagerEnvironment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Mark=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Mastering Perl/Tk>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Mastering Perl>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Mastering Regular Expressions>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MatchPartitionType=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MatchPattern=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MaxAgeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MaxAttempts=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MaxConnections=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MaxConnectionsPerSource=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MaxFileSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MaxPacketBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MaxRetentionSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MaximumFDBEntries=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MaximumRate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MemoryAccounting=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MemoryDenyWriteExecute=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MemoryKSM=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MemoryLimitBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MemoryPressureThresholdSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MemoryPressureWatch=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Metric=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MinLinks=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy +#| msgid "B<--version>" +msgid "I<MinVersion=>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, fuzzy +#| msgid "B<--version>" +msgid "I<Minimize=>" +msgstr "B<--version>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<More Programming Pearls>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MountAPIVFS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MountFlags=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MountImages=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MultiQueue=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Multicast=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MulticastFlood=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MulticastGroupAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MulticastIGMPVersion=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MulticastQuerier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MulticastRouter=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<MulticastSnooping=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<MulticastToUnicast=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NAME>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<NAT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NAutoVTs=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<NFTSet=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NTupleFilter=>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I<Name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NamePolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<NeighborSuppression=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<NetLabel=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Network Programming with Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NetworkNamespacePath=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NetworkTimeoutSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<NextHop=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Nice=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NoDelay=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NonBlocking=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Note>: There is no glibc wrapper for this system call; see VERSIONS." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Note>: This system call is present only before Linux 2.6." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<Note>: the addition of the \"autogroup\" feature in Linux 2.6.38 means " +"that the nice value no longer has its traditional effect in many " +"circumstances. For details, see B<sched>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NotifyAccess=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<NotifyReady=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OPTIONS>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Object Oriented Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "I<Oliver.Rauch@Rauch-Domain.DE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<OnActiveSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<OnBootSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OnCalendar=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OnFailure=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<OnLink=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<OnStartupSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OnSuccess=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<OnUnitActiveSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<OnUnitInactiveSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<OneShot=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OpenFile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OriginalName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OriginatorIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<OrphanMask=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<OutgoingInterface=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<OutputKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<OverheadBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PAMName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PIDFile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PORTABLE_PREFIXES=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PRETTY_HOSTNAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PRETTY_NAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PRIORITY=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PROGRAM>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PVID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Pacing=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PacketInfo=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PacketLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PacketNumber=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PacketsPerSlave=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PaddingWeight=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Parameters=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Parent=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<PartOf=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PartitionKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PassCredentials=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PassEnvironment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PassPacketInfo=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PassSecurity=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PathRelativeTo=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PeakRate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PeerPort=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PeerSessionId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PeerTunnelId=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Perl 5 Pocket Reference>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Perl Best Practices>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Perl Debugger Pocket Reference>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Perl Template Toolkit>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Persistent=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PersistentKeepalive=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PerturbPeriodSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PhysicalDevice=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PipeSize=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PivotRoot=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PortRange=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PreferredLifetime=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PreferredSource=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Prefix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PrefixAllowList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PrefixDelegationHint=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PrefixDenyList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PresharedKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PresharedKeyFile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PresumeAck=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrimaryReselectPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PrimarySlave=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PriorityMap=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<PriorityQueueingPreset=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Private=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateDevices=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateIPC=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateKeyFile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateMounts=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateNetwork=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateTmp=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PrivateUsersOwnership=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Pro Perl Debugging>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProcSubset=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProcessSizeMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProcessTwo=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Programming Pearls>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Programming Perl> (the \"Camel Book\"):" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Programming the Perl DBI>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Promiscuous=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<PropagatesReloadTo=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "I<PropagatesStopTo=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectClock=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectControlGroups=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectHome=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectHostname=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectKernelLogs=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectKernelModules=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectKernelTunables=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectProc=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectSystem=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ProtectVersion=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ProxyARP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ProxyARPWiFi=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<PublicKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Q>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<QuantumBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<QuickAck=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<R>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RESULT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "I<RFC 3912>: WHOIS Protocol Specification." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: fedora-40 fedora-rawhide +msgid "" +"I<RIPE Database Query Reference Manual>: E<lt>I<http://www.ripe.net/data-" +"tools/support/documentation/ripe-database-query-reference-manual>E<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RTTSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RUN{>I<type>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RandomizedDelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RapidCommit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Rate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RateToQuantum=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ReadEtcHosts=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReadKMsg=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReadWriteOnly=>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Real World SQL Server Administration with Perl>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RebootArgument=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReceiveChecksumOffload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReceiveQueues=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReceiveVLANCTAGFilter=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReceiveVLANCTAGHardwareAcceleration=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReduceARPProxy=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Regular Expression Pocket Reference>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<Regular Expressions Cookbook>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RelayAgentCircuitId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RelayAgentRemoteId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RelayTarget=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<ReloadPropagatedFrom=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReloadSignal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RemainAfterElapse=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RemainAfterExit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Remote=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RemoteChecksumRx=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RemoteChecksumTx=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RemoveOnStop=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RemoveTemporary=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReorderHeader=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<RequestAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RequestBroadcast=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RequestOptions=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<RequiredBy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RequiredFamilyForOnline=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RequiredForOnline=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Requires=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RequiresMountsFor=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Requisite=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ResendIGMP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReserveVT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ResolvConf=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ResolveUnicastSingleLabel=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Restart=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestartForceExitStatus=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestartKillSignal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestartMaxDelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestartMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestartPreventExitStatus=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestartSteps=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestrictAddressFamilies=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestrictFileSystems=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestrictNamespaces=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestrictNetworkInterfaces=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestrictRealtime=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RestrictSUIDSGID=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<RetransmitSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ReusePort=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootDirectoryStartOnly=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootDistanceMaxSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootEphemeral=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootHash=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootHashSignature=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootImage=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootImageOptions=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RootVerity=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Route=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouteAllowList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouteDenyList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouteMTUBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RouteShortCircuit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouterAllowList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouterDenyList=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouterLifetimeSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RouterPreference=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RoutesToDNS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<RoutesToNTP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RoutingAlgorithm=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<RuntimeDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RuntimeDirectoryInodesMax=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RuntimeDirectoryPreserve=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RuntimeDirectorySize=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RuntimeWatchdogPreGovernor=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RuntimeWatchdogPreSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<RxFlowControl=>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I<S>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SECLABEL{>I<module>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SELinuxContext=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SELinuxContextFromNet=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I<SHELL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SR-IOVVirtualFunctions=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SSID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<STP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SUBSYSTEMS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SUPPORT_END=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYMLINK>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSCTL{>I<kernel parameter>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSEXT_LEVEL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSEXT_SCOPE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSLOG_RAW=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSTEMD_ALIAS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSTEMD_MOUNT_OPTIONS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSTEMD_MOUNT_WHERE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SYSTEMD_READY=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SamplePoint=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SaveIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Scope=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SecureBits=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SendDecline=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SendHostname=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SendOption=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SendRelease=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SendSIGHUP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SendSIGKILL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SendVendorOption=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SerializeTunneledPackets=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<ServerAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Service=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SessionId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SessionsMax=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<SetLoginEnvironment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Slice=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SloppyOptions=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SmackProcessLabel=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SocketMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SocketPriority=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SocketProtocol=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Sockets=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Source=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SourceMACAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SourcePath=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SourcePort=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SpeedMeter=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SpeedMeterIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SplitGSO=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SplitName=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StandardError=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StandardInput=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StandardOutput=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StartLimitAction=>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I<State>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<StateDirectory=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StatisticsBlockCoalesceSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StatusUnitFormat=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StopIdleSessionSec=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "I<StopPropagatedFrom=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StopWhenUnneeded=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<StrictBands=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StubInfo>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StubPcrInitRDSysExts>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StubPcrKernelImage>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<StubPcrKernelParameters>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SubnetId=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<Subvolumes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SuccessExitStatus=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SupplementaryGroups=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SuppressInterfaceGroup=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SuppressPrefixLength=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SuppressSync=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<SurviveFinalKillSignal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SuspendEstimationSec=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SuspendState=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<SwapUsedLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Symlinks=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SyncIntervalSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SyslogFacility=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SyslogIdentifier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SyslogLevel=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SyslogLevelPrefix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SystemCallErrorNumber=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<SystemCallLog=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<T>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TAG>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TAGS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TCP6SegmentationOffload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<TCPAdvertisedMaximumSegmentSize=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TCPCongestion=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<TCPCongestionControlAlgorithm=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<TCPRetransmissionTimeoutSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TCPSegmentationOffload=>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<EPERM>" +msgid "I<TERMCAP>" +msgstr "B<EPERM>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TEST{>I<octal mode mask>I<}>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TOS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TTL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<TTLPropagate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TTYReset=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TTYVHangup=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TTYVTDisallocate=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<TargetSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "B<--resolution>" +msgid "I<TargetSolution=>" +msgstr "B<--resolution>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TasksAccounting=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Termination=>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "I<The Perl Cookbook>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<The Perl Cookbook> (the \"Ram Book\"):" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TimeoutAbortSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TimeoutCleanSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TimeoutIdleSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TimeoutStartSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TimeoutStopSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Timestamping=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Timezone=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<To=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Token=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TransmitChecksumOffload=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TransmitHashPolicy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TransmitQueueLength=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TransmitQueues=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TransmitVLANCTAGHardwareAcceleration=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TransmitVLANSTAGHardwareAcceleration=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Transparent=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TriggerLimitIntervalSec=>, I<TriggerLimitBurst=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<TripleSampling=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TunnelId=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TxFlowControl=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TxtData=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<TxtText=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<TypeOfService=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UDP6ZeroChecksumRx=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UDP6ZeroChecksumTx=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UDPChecksum=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UDPDestinationPort=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UDPSourcePort=>" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed archlinux debian-bookworm debian-unstable +#, no-wrap +msgid "I<UID>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UMask=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<URL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<USBFunctionDescriptors=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<USBFunctionStrings=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UUID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UnicastFlood=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Unlink=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Unmanaged=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UnsetEnvironment=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UpDelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<UpheldBy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Upholds=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UplinkInterface=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Use6RD=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseAddress=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseAutonomousPrefix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseBPDU=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseCaptivePortal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseDNS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseDelegatedPrefix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseDomains=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UseForEncoding=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseGateway=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<UseHopLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseHostname=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<UseICMP6RateLimit=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseMTU=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseNTP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseOnLinkPrefix=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<UsePREF64=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseRawPacketSize=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseRoutePrefix=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseRoutes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseSIP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseTimezone=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UserClass=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UserStopDelaySec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UtmpIdentifier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<UtmpMode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VARIANT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VARIANT_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VENDOR_NAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VENDOR_URL=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VERSION=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VERSION_CODENAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VERSION_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<VLAN=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VLANFiltering=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VNetHeader=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<VendorClass=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<VendorClassIdentifier=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Verify=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Verity=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<VerityDataBlockSizeBytes=>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<VerityHashBlockSizeBytes=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<VerityMatchKey=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VirtualEthernet=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<VirtualEthernetExtra=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<VirtualQueues=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Volatile=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WDS=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<WLANInterfaceType=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WakeOnLan=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WakeOnLanPassword=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WakeSystem=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<WantedBy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Wants=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<Wash=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WatchdogDevice=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WatchdogSec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<WatchdogSignal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<WithoutRA=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Writable=>" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "I<Writing Perl Modules for CPAN>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Z>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<Zone=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<[defaults]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<[options]>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<[usb] vendor-id product-id>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<[usb]> tells the backend, that the following devicename (here I</dev/" +"usbscanner>) has to be interpreted as USB scanner device. If vendor- and " +"product-id has not been specified, the backend tries to detect this by its " +"own. If device is set to I<auto> then the next matching device is used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_BOOT_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_CAP_EFFECTIVE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_HOSTNAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_KERNEL_DEVICE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_KERNEL_SUBSYSTEM=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_LINE_BREAK=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_MACHINE_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_NAMESPACE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_RUNTIME_SCOPE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_SELINUX_CONTEXT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_SOURCE_REALTIME_TIMESTAMP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_STREAM_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_SYSTEMD_INVOCATION_ID=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_TRANSPORT=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_UDEV_DEVLINK=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_UDEV_DEVNODE=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<_UDEV_SYSNAME=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<__CURSOR=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<__MONOTONIC_TIMESTAMP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<__REALTIME_TIMESTAMP=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<a line of the form E<lt>interfaceE<gt>:E<lt>deviceE<gt>>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux opensuse-leap-15-6 +#, no-wrap +msgid "I<address>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<addrlen> is invalid (e.g., is negative)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<aio_buf>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<aio_fildes>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<aio_fildes> is not a valid file descriptor open for writing." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<aio_lio_opcode>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<aio_nbytes>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<aio_offset>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<aio_reqprio>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<automount>\\&.automount" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<blank or starting with a '#' character>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<buf> is outside your accessible address space." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "I<c>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<children_max=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<class=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<clear>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<clockid> was B<CLOCK_REALTIME_ALARM> or B<CLOCK_BOOTTIME_ALARM> but the " +"caller did not have the B<CAP_WAKE_ALARM> capability." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"I<command> is executed in a subshell environment, and its output is used as " +"the possible completions. Arguments are passed as with the B<-F> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<comment_char>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<containing only the word \"auto\">" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<cpu>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<d>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<debug>[=]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<desktop=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<dest_fd> and I<src_fd> are not on the same mounted filesystem." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<dest_fd> is immutable." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<device /dev/usbscanner>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<device>\\&.device" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<dir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<direction>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<direction>:I<offset>:I<start_date>:I<end_date>:I<era_name>:I<era_format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<directory>" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<discard>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<e>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<end_date>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "I<env>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<equivalent>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<era_format>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<era_name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<errno> is set to B<ERANGE> (but see BUGS). An overflow floating-point " +"exception (B<FE_OVERFLOW>) is raised." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<errno> is set to B<ERANGE>. A divide-by-zero floating-point exception " +"(B<FE_DIVBYZERO>) is raised." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<error>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<escape_char>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<event_timeout=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<exec_delay=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<expr1> -B<a> I<expr2>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<expr1> -B<o> I<expr2>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<extended>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "I<fd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<fd> is not a valid file descriptor or is not open for reading." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<fd> is not a valid file descriptor, or is not opened for writing." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<fd> is not a valid open file descriptor." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<file> already exists; do you wish to overwrite (y or n)?" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<filterpat> is a pattern as used for pathname expansion. It is applied to " +"the list of possible completions generated by the preceding options and " +"arguments, and each completion matching I<filterpat> is removed from the " +"list. A leading B<!> in I<filterpat> negates the pattern; in this case, any " +"completion not matching I<filterpat> is removed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<firstboot\\&.locale>, I<firstboot\\&.locale-messages>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<flags> included unknown bits." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<flags> is invalid; or, in Linux 2.6.26 or earlier, I<flags> is nonzero." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<flags> must be 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<fsck\\&.mode=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<fsck\\&.repair=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<fstab=>, I<rd\\&.fstab=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<g>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<getty\\&.ttys\\&.serial>, I<getty\\&.ttys\\&.container>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<group>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<h>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<h_addr_list>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<h_addrtype>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<h_aliases>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<h_length>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<h_name>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I<height>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<http://www.penguin-breeder.org/?page=sane-net>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<https://nano-editor.org/>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<ino>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<io\\&.systemd\\&.stub\\&.kernel-cmdline-extra>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "B<-v>, B<--verbose>" +msgid "I<keyname=>" +msgstr "B<-v>, B<--verbose>" + +#: debian-bookworm debian-unstable +msgid "" +"I<kind> is neither B<PTHREAD_MUTEX_FAST_NP> nor " +"B<PTHREAD_MUTEX_RECURSIVE_NP> nor B<PTHREAD_MUTEX_ERRORCHECK_NP>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<len>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "I<length>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<link>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<link>\\&.link" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<locale\\&.LANG=>, I<locale\\&.LANGUAGE=>, I<locale\\&.LC_CTYPE=>, " +"I<locale\\&.LC_NUMERIC=>, I<locale\\&.LC_TIME=>, I<locale\\&.LC_COLLATE=>, " +"I<locale\\&.LC_MONETARY=>, I<locale\\&.LC_MESSAGES=>, I<locale\\&." +"LC_PAPER=>, I<locale\\&.LC_NAME=>, I<locale\\&.LC_ADDRESS=>, I<locale\\&." +"LC_TELEPHONE=>, I<locale\\&.LC_MEASUREMENT=>, I<locale\\&.LC_IDENTIFICATION=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<login\\&.issue>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<login\\&.motd>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "I<mask>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<max>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<modules_load=>, I<rd\\&.modules_load=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<mount>\\&.mount" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<mount\\&.usr=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<mount\\&.usrflags=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<mount\\&.usrfstype=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<name> is invalid." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<nameserver=>, I<domain=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<net\\&.ifnames=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<net\\&.naming-scheme=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<netdev>\\&.netdev" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<network>\\&.network" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<network\\&.dns>, I<network\\&.search_domains>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<network\\&.hosts>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<network_service>\\&.dnssd" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<new_value>, I<old_value>, or I<curr_value> is not a valid pointer." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<nfsidmap> can also clear cached ID map results in the kernel, or revoke " +"one particular key. An incorrect cached key can result in file and " +"directory ownership reverting to \"nobody\" on NFSv4 mount points." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<noresume>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<nr>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<oldpath> is relative and I<olddirfd> is a file descriptor referring to a " +"file other than a directory; or similar for I<newpath> and I<newdirfd>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<oldpath> or I<newpath> points outside your accessible address space." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<oldpath> or I<newpath> was too long." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<overridden>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<pad>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "I<partition>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<passwd\\&.hashed-password\\&.>I<user>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<passwd\\&.hashed-password\\&.root>, I<passwd\\&.plaintext-password\\&.root>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<passwd\\&.plaintext-password\\&.>I<user>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<passwd\\&.shell\\&.>I<user>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<password>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<path> is too long." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<path> points outside your accessible address space." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<path>\\&.path" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<pathname> already exists. This includes the case where I<pathname> is a " +"symbolic link, dangling or not." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<plymouth\\&.enable=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<port value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<prefix> is added at the beginning of each possible completion after all " +"other options have been applied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<pressure>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<protocol>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "I<psize>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<q>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<r+>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<random>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<read>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<redirected>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<repoclosure> is a program that reads package metadata from one or more " +"repositories, checks all dependencies, and displays a list of packages with " +"unresolved dependencies." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<repodiff> is a program which will list differences between two sets of " +"repositories. Note that by default only source packages are compared." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<repomanage> prints newest or older packages in a repository specified by " +"E<lt>pathE<gt> for easy piping to xargs or similar programs. In case " +"E<lt>pathE<gt> doesn\\(aqt contain a valid repodata, it is searched for rpm " +"packages which are then used instead. If the repodata are present, " +"I<repomanage> uses them as the source of truth, it doesn\\(aqt verify that " +"they match the present rpm packages. In fact, I<repomanage> can run with " +"just the repodata, no rpm packages are needed." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<reposync> makes local copies of remote repositories. Packages that are " +"already present in the local directory are not downloaded again." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<resolve_names=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<resume=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<resume_offset=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<resumeflags=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<root=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<rootflags=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<rootfstype=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<roothash=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<ruid> does not match the caller's real UID and this call would bring the " +"number of processes belonging to the real user ID I<ruid> over the caller's " +"B<RLIMIT_NPROC> resource limit. Since Linux 3.1, this error case no longer " +"occurs (but robust applications should check for this error); see the " +"description of B<EAGAIN> in B<execve>(2)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<s>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<scope>\\&.scope" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<search>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<service>\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<shmid> points to a removed identifier." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<si_call_addr> will show the address of the system call instruction." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<si_pid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<si_signo>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<si_signo> will contain B<SIGSYS>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<si_syscall> and I<si_arch> will indicate which system call was attempted." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<si_uid>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<si_value>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<sig>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<size>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<slice>\\&.slice" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<socket>\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<sockfd> is not a valid open file descriptor." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "I<space>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ssh\\&.authorized_keys\\&.root>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<start_date>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<string>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<suffix> is appended to each possible completion after all other options " +"have been applied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<suspend=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<swap>\\&.swap" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "I<sync>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.clock-usec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.condition-first-boot=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.condition-needs-update=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.confirm_spawn>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.cpu_affinity=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.cpu_weight=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.crash_chvt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.crash_reboot>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.crash_shell>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "I<systemd\\&.restore_state=>" +msgid "I<systemd\\&.default_device_timeout_sec=>" +msgstr "I<systemd\\&.restore_state=>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.default_timeout_start_sec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.dump_core>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.early_core_pattern=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.hostname=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.image_policy=>, I<rd\\&.systemd\\&.image_policy=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.import_credentials=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.io_weight=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<systemd\\&.journald\\&.forward_to_syslog=>, I<systemd\\&.journald\\&." +"forward_to_kmsg=>, I<systemd\\&.journald\\&.forward_to_console=>, " +"I<systemd\\&.journald\\&.forward_to_wall=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.machine_id=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.memory_max=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.random-seed=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.runtime_max_sec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.service_watchdogs=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.setenv=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.show_status>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.status_unit_format=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.tasks_max=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.verity_root_options=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.watchdog_device=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.watchdog_pre_sec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.watchdog_pretimeout_governor=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<systemd\\&.watchdog_sec=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<t> specifies the warmup period in seconds" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<target>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<target>\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I<text>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<the name of your scanner/vendor>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<thread> is not a joinable thread." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<timeout_signal=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<timer>\\&.timer" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<timerid> is not a valid timer ID." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<type=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<type>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<u>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<udev_log=>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<unchanged>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<undo_dir>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<val>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "I<variable>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<version>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<view>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<w>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<weight>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "I<whois.conf>(5)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "I<width>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<write>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<z>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "IA-64" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "IBM" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"IBM's AIX has a I<\\%\\%term\\%info> facility descended from SVr1 I<\\%\\" +"%term\\%info>, but which is incompatible with the SVr4 format. B<\\" +"%captoinfo> translates the following AIX extensions." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"IBM's AIX has a terminfo facility descended from SVr1 terminfo but " +"incompatible with the SVr4 format. The following AIX extensions are " +"automatically translated:" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ID mapping configuration file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "IMPLICIT DEPENDENCIES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "INFO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "INIT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "INITTY=/dev/tty[1-8]" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "INTERACTIVE MODE" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "INTERFACE STABILITY" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "IPC namespaces" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "IPV6" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"IPv6 address can be used everywhere where IPv4 address. In all entries must " +"be the IPv6 address enclosed in square brackets. Note: The square brackets " +"are metacharacters for the shell and must be escaped in shell." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "IRIX" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ISOINFO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Ian Lance Taylor (ian@airs.com)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Ian Lance Taylor E<lt>ian@airs.comE<gt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic -input" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic -output" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Ic \\&!" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic \\&! Op Ar command" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic \\&? Op Ar command" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic abort" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic ao" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic authdebug" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic autodecrypt" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic autoflush" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic autologin" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic autosynch" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic ayt" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic binary" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic brk" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic character" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic check" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic close" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic crlf" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic crmod" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic debug" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic define Ar variable value" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic disable Ar type" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic disable Ar type Ic [input|output]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic do Ar cmd" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic dont Ar cmd" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic ec" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic echo" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic edit Pq Ic \\-edit" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic el" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic enable Ar type" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic enable Ar type Ic [input|output]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic encdebug" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic eof" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic eor" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic erase" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic escape" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Ic exit" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic export" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic export Ar variable" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic flushoutput" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic forw1" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic forw2" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic ga" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic getstatus" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Ic help" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic import" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic inbinary" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic input" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic interrupt" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic ip" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic isig Pq Ic \\-isig" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic kill" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic line" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic litecho Pq Ic \\-litecho" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic lnext" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic localchars" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic logout" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic mode Ar type" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic netdata" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic nop" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic options" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic outbinary" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic output" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic prettydump" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic reprint" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic rlogin" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic send Ar arguments" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic set Ar argument value" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic skiprc" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic slc Ar state" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic softtabs Pq Ic \\-softtabs" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic start" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic start Ic [input|output]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic status" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic stop" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic stop Ic [input|output]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic susp" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic synch" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic termdata" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic tracefile" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic type Ar type" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic undefine Ar variable" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic unexport Ar variable" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic unset Ar argument value" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic verbose_encrypt" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic will Ar cmd" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic wont Ar cmd" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Ic worderase" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "Icon Naming Specification" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Identifier" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Identifies the path of a E<.Ux Ns -domain> socket used to communicate with " +"the agent." +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"If B<--insert-timestamp> is active then the time inserted is either the time " +"that the linking takes place or, if the \\&CW<\\*(C`SOURCE_DATE_EPOCH\\*(C'> " +"environment variable is defined, the number of seconds since Unix epoch as " +"specified by that variable." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<-C> is specified without B<-c>, the default quantum is 5000. When " +"I<callback> is evaluated, it is supplied the index of the next array element " +"to be assigned and the line to be assigned to that element as additional " +"arguments. I<callback> is evaluated after the line is read but before the " +"array element is assigned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<-o> is supplied with no I<option-name>, the values of the current " +"options are printed. If B<+o> is supplied with no I<option-name>, a series " +"of B<set> commands to recreate the current option settings is displayed on " +"the standard output." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If B<-rpath> is not used when linking an ELF executable, the contents of the " +"environment variable CW<\\*(C`LD_RUN_PATH\\*(C'> will be used if it is " +"defined." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If B<-rpath> is not used when linking an \\s-1ELF\\s0 executable, the " +"contents of the environment variable CW<\\*(C`LD_RUN_PATH\\*(C'> will be " +"used if it is defined." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<_POSIX_PRIORITIZED_IO> is defined, and this file supports it, then the " +"asynchronous operation is submitted at a priority equal to that of the " +"calling process minus I<aiocbp-E<gt>aio_reqprio>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<bash> is started with the name B<rbash>, or the B<-r> option is " +"supplied at invocation, the shell becomes restricted. A restricted shell is " +"used to set up an environment more controlled than the standard shell. It " +"behaves identically to B<bash> with the exception that the following are " +"disallowed or not performed:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<readline> is being used to read the line, I<text> is placed into the " +"editing buffer before editing begins." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<rpc.statd> does not find a peer on its monitor list that matches an " +"incoming SM_NOTIFY request, the notification is not forwarded to the local " +"lock manager. In addition, each peer has its own I<NSM state number>, a 32-" +"bit integer that is bumped after each reboot by the B<sm-notify> command. " +"B<rpc.statd> uses this number to distinguish between actual reboots and " +"replayed notifications." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"If E<.Tn TELNET> is operating in E<.Dv LINEMODE>, these are the characters " +"that, when typed, cause partial lines to be forwarded to the remote system. " +"The initial value for the forwarding characters are taken from the " +"terminal's eol and eol2 characters." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<binutils> was configured with \\&B<--enable-deterministic-archives>, " +"then this mode is on by default. It can be disabled with the B<-U> option, " +"below." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If I<command> is specified, it replaces the shell. No new process is " +"created. The I<arguments> become the arguments to I<command>. If the B<-l> " +"option is supplied, the shell places a dash at the beginning of the zeroth " +"argument passed to I<command>. This is what I<login>(1) does. The B<-c> " +"option causes I<command> to be executed with an empty environment. If B<-a> " +"is supplied, the shell passes I<name> as the zeroth argument to the executed " +"command. If I<command> cannot be executed for some reason, a non-" +"interactive shell exits, unless the B<execfail> shell option is enabled. In " +"that case, it returns failure. An interactive shell returns failure if the " +"file cannot be executed. A subshell exits unconditionally if B<exec> " +"fails. If I<command> is not specified, any redirections take effect in the " +"current shell, and the return status is 0. If there is a redirection error, " +"the return status is 1." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"If I<dest> is NULL, I<dsize> is ignored, and the conversion proceeds as " +"above, except that the converted wide characters are not written out to " +"memory, and that no length limit exists." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<jobspec> is given, output is restricted to information about that job. " +"The return status is 0 unless an invalid option is encountered or an invalid " +"I<jobspec> is supplied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<ksize> is larger than I<usize>, then there are some extension fields " +"that the kernel supports which the user-space application is unaware of. " +"Because a zero value in any added extension field signifies a no-op, the " +"kernel treats all of the extension fields not provided by the user-space " +"application as having zero values. This provides backwards-compatibility." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If I<level> is a numeric values greater than zero B<ld> optimizes the " +"output. This might take significantly longer and therefore probably should " +"only be enabled for the final binary. At the moment this option only " +"affects ELF shared library generation. Future releases of the linker may " +"make more use of this option. Also currently there is no difference in the " +"linker's behaviour for different non-zero values of this option. Again this " +"may change with future releases." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If I<level> is a numeric values greater than zero B<ld> optimizes the " +"output. This might take significantly longer and therefore probably should " +"only be enabled for the final binary. At the moment this option only " +"affects \\s-1ELF\\s0 shared library generation. Future releases of the " +"linker may make more use of this option. Also currently there is no " +"difference in the linker's behaviour for different non-zero values of this " +"option. Again this may change with future releases." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"If I<limit> is given, and the B<-a> option is not used, I<limit> is the new " +"value of the specified resource. If no option is given, then B<-f> is " +"assumed. Values are in 1024-byte increments, except for B<-t>, which is in " +"seconds; B<-R>, which is in microseconds; B<-p>, which is in units of 512-" +"byte blocks; B<-P>, B<-T>, B<-b>, B<-k>, B<-n>, and B<-u>, which are " +"unscaled values; and, when in posix mode, B<-c> and B<-f>, which are in 512-" +"byte increments. The return status is 0 unless an invalid option or " +"argument is supplied, or an error occurs while setting a new limit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<name> corresponds to a maximum or minimum limit, and that limit is " +"indeterminate, -1 is returned and I<errno> is not changed. (To distinguish " +"an indeterminate limit from an error, set I<errno> to zero before the call, " +"and then check whether I<errno> is nonzero when -1 is returned.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<name> corresponds to an option, a positive value is returned if the " +"option is supported, and -1 is returned if the option is not supported." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If I<oldpath> is absolute, then I<olddirfd> is ignored." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<pathname> is relative and I<dirfd> is the special value B<AT_FDCWD>, " +"then I<pathname> is interpreted relative to the current working directory of " +"the calling process (like B<utimes>(2))." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If I<searchdir> begins with CW<\\*(C`=\\*(C'> or CW<$SYSROOT>, then this " +"prefix will be replaced by the I<sysroot prefix>, controlled by the \\&B<--" +"sysroot> option, or specified when the linker is configured." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If I<x> is +0 or -0, 1 is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If I<x> is +1, +0 is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is a NaN or an infinity, or the rounded value is too large to be " +"stored in a I<long> (I<long long> in the case of the B<ll*> functions), then " +"a domain error occurs, and the return value is unspecified." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is an infinity, and I<y> is not a NaN, a domain error occurs, and a " +"NaN is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is outside the range [-1,\\ 1], a domain error occurs, and a NaN is " +"returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If I<x> is positive infinity (negative infinity), +1 (-1) is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is positive infinity or negative infinity, positive infinity is " +"returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<x> is zero, then a pole error occurs, and the functions return -" +"B<HUGE_VAL>, -B<HUGE_VALF>, or -B<HUGE_VALL>, respectively." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<y> is zero, and I<x> is not a NaN, a domain error occurs, and a NaN is " +"returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a I<sigspec> is E<.SM> B<ERR>, the command I<arg> is executed whenever a " +"pipeline (which may consist of a single simple command), a list, or a " +"compound command returns a non-zero exit status, subject to the following " +"conditions. The E<.SM> B<ERR> trap is not executed if the failed command is " +"part of the command list immediately following a B<while> or B<until> " +"keyword, part of the test in an I<if> statement, part of a command executed " +"in a B<&&> or B<||> list except the command following the final B<&&> or B<||" +">, any command in a pipeline but the last, or if the command's return value " +"is being inverted using B<!>. These are the same conditions obeyed by the " +"B<errexit> (B<-e>) option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If a I<sigspec> is E<.SM> B<EXIT> (0) the command I<arg> is executed on exit " +"from the shell. If a I<sigspec> is E<.SM> B<DEBUG>, the command I<arg> is " +"executed before every I<simple command>, I<for> command, I<case> command, " +"I<select> command, every arithmetic I<for> command, and before the first " +"command executes in a shell function (see E<.SM> B<SHELL GRAMMAR>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a compound command or shell function executes in a context where B<-e> is " +"being ignored, none of the commands executed within the compound command or " +"function body will be affected by the B<-e> setting, even if B<-e> is set " +"and a command returns a failure status. If a compound command or shell " +"function sets B<-e> while executing in a context where B<-e> is ignored, " +"that setting will not have any effect until the compound command or the " +"command containing the function call completes." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"If a key file is explicitly configured (via the third column in /etc/" +"crypttab), a key read from it is used\\&. If a PKCS#11 token, FIDO2 token or " +"TPM2 device is configured (using the I<pkcs11-uri=>, I<fido2-device=>, " +"I<tpm2-device=> options) the key is decrypted before use\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a required argument is not found, and B<getopts> is not silent, a " +"question mark (\\^B<?>\\^) is placed in I<name>, E<.SM> B<OPTARG> is unset, " +"and a diagnostic message is printed. If B<getopts> is silent, then a colon " +"(\\^B<:>\\^) is placed in I<name> and E<.SM> B<OPTARG> is set to the option " +"character found." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If a successfully built fully linked output file does not have a " +"\\&CW<\\*(C`.exe\\*(C'> or CW<\\*(C`.dll\\*(C'> suffix, this option forces " +"the linker to copy the output file to one of the same name with a CW<\\*(C`." +"exe\\*(C'> suffix. This option is useful when using unmodified Unix " +"makefiles on a Microsoft Windows host, since some versions of Windows won't " +"run an image unless it ends in a CW<\\*(C`.exe\\*(C'> suffix." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If a user enables, say, B<compat32>, it may affect the behavior of other " +"compatibility levels up to and including the current compatibility level. " +"The idea is that each compatibility level controls behavior that changed in " +"that version of B<bash>, but that behavior may have been present in earlier " +"versions. For instance, the change to use locale-based comparisons with the " +"B<[[> command came in bash-4.1, and earlier versions used ASCII-based " +"comparisons, so enabling B<compat32> will enable ASCII-based comparisons as " +"well. That granularity may not be sufficient for all uses, and as a result " +"users should employ compatibility levels carefully. Read the documentation " +"for a particular feature to find out the current behavior." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If an invalid option is seen, B<getopts> places ? into I<name> and, if not " +"silent, prints an error message and unsets E<.SM> B<OPTARG>. If B<getopts> " +"is silent, the option character found is placed in E<.SM> B<OPTARG> and no " +"diagnostic message is printed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If both arguments are NaN, a NaN is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If either B<-s> or B<-u> is used with no I<optname> arguments, B<shopt> " +"shows only those options which are set or unset, respectively. Unless " +"otherwise noted, the B<shopt> options are disabled (unset) by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If given, all global symbols in the objects used to build a DLL will be " +"exported by the DLL. Note that this is the default if there otherwise " +"wouldn't be any exported symbols. When symbols are explicitly exported via " +"DEF files or implicitly exported via function attributes, the default is to " +"not export anything else unless this option is given. Note that the symbols " +"CW<\\*(C`DllMain@12\\*(C'>, \\&CW<\\*(C`DllEntryPoint@0\\*(C'>, " +"CW<\\*(C`DllMainCRTStartup@12\\*(C'>, and \\&CW<\\*(C`impure_ptr\\*(C'> will " +"not be automatically exported. Also, symbols imported from other DLLs will " +"not be re-exported, nor will symbols specifying the DLL's internal layout " +"such as those beginning with CW<\\*(C`_head_\\*(C'> or ending with " +"\\&CW<\\*(C`_iname\\*(C'>. In addition, no symbols from " +"CW<\\*(C`libgcc\\*(C'>, \\&CW<\\*(C`libstd++\\*(C'>, " +"CW<\\*(C`libmingw32\\*(C'>, or CW<\\*(C`crtX.o\\*(C'> will be exported. " +"Symbols whose names begin with CW<\\*(C`_\\|_rtti_\\*(C'> or CW<\\*(C`_\\|" +"_builtin_\\*(C'> will not be exported, to help with C++ DLLs. Finally, " +"there is an extensive list of cygwin-private symbols that are not exported " +"(obviously, this applies on when building DLLs for cygwin targets). These " +"cygwin-excludes are: CW<\\*(C`_cygwin_dll_entry@12\\*(C'>, " +"\\&CW<\\*(C`_cygwin_crt0_common@8\\*(C'>, " +"CW<\\*(C`_cygwin_noncygwin_dll_entry@12\\*(C'>, \\&CW<\\*(C`_fmode\\*(C'>, " +"CW<\\*(C`_impure_ptr\\*(C'>, CW<\\*(C`cygwin_attach_dll\\*(C'>, " +"\\&CW<\\*(C`cygwin_premain0\\*(C'>, CW<\\*(C`cygwin_premain1\\*(C'>, " +"CW<\\*(C`cygwin_premain2\\*(C'>, \\&CW<\\*(C`cygwin_premain3\\*(C'>, and " +"CW<\\*(C`environ\\*(C'>. [This option is specific to the i386 PE targeted " +"port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If given, all global symbols in the objects used to build a \\s-1DLL\\s0 " +"will be exported by the \\s-1DLL.\\s0 Note that this is the default if there " +"otherwise wouldn't be any exported symbols. When symbols are explicitly " +"exported via \\s-1DEF\\s0 files or implicitly exported via function " +"attributes, the default is to not export anything else unless this option is " +"given. Note that the symbols CW<\\*(C`DllMain@12\\*(C'>, " +"\\&CW<\\*(C`DllEntryPoint@0\\*(C'>, CW<\\*(C`DllMainCRTStartup@12\\*(C'>, " +"and \\&CW<\\*(C`impure_ptr\\*(C'> will not be automatically exported. Also, " +"symbols imported from other DLLs will not be re-exported, nor will symbols " +"specifying the \\s-1DLL\\s0's internal layout such as those beginning with " +"CW<\\*(C`_head_\\*(C'> or ending with \\&CW<\\*(C`_iname\\*(C'>. In " +"addition, no symbols from CW<\\*(C`libgcc\\*(C'>, \\&CW<\\*(C`libstd++" +"\\*(C'>, CW<\\*(C`libmingw32\\*(C'>, or CW<\\*(C`crtX.o\\*(C'> will be " +"exported. Symbols whose names begin with CW<\\*(C`_\\|_rtti_\\*(C'> or " +"CW<\\*(C`_\\|_builtin_\\*(C'> will not be exported, to help with \\*(C+ " +"DLLs. Finally, there is an extensive list of cygwin-private symbols that " +"are not exported (obviously, this applies on when building DLLs for cygwin " +"targets). These cygwin-excludes are: CW<\\*(C`_cygwin_dll_entry@12\\*(C'>, " +"\\&CW<\\*(C`_cygwin_crt0_common@8\\*(C'>, " +"CW<\\*(C`_cygwin_noncygwin_dll_entry@12\\*(C'>, \\&CW<\\*(C`_fmode\\*(C'>, " +"CW<\\*(C`_impure_ptr\\*(C'>, CW<\\*(C`cygwin_attach_dll\\*(C'>, " +"\\&CW<\\*(C`cygwin_premain0\\*(C'>, CW<\\*(C`cygwin_premain1\\*(C'>, " +"CW<\\*(C`cygwin_premain2\\*(C'>, \\&CW<\\*(C`cygwin_premain3\\*(C'>, and " +"CW<\\*(C`environ\\*(C'>. [This option is specific to the i386 \\s-1PE\\s0 " +"targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If given, symbols with a stdcall suffix (@I<nn>) will be exported as-is and " +"also with the suffix stripped. [This option is specific to the i386 PE " +"targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If given, symbols with a stdcall suffix (@I<nn>) will be exported as-is and " +"also with the suffix stripped. [This option is specific to the i386 " +"\\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If given, the appropriate bit in the \"Characteristics\" field of the COFF " +"header is set to indicate that this executable supports virtual addresses " +"greater than 2 gigabytes. This should be used in conjunction with the /3GB " +"or /USERVA=I<value> megabytes switch in the \"[operating systems]\" section " +"of the BOOT.INI. Otherwise, this bit has no effect. [This option is " +"specific to PE targeted ports of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If given, the appropriate bit in the \\*(L\"Characteristics\\*(R\" field of " +"the \\s-1COFF\\s0 header is set to indicate that this executable supports " +"virtual addresses greater than 2 gigabytes. This should be used in " +"conjunction with the /3GB or /USERVA=I<value> megabytes switch in the " +"\\*(L\"[operating systems]\\*(R\" section of the \\s-1BOOT.INI.\\s0 " +"Otherwise, this bit has no effect. [This option is specific to \\s-1PE\\s0 " +"targeted ports of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If given, the stdcall suffixes (@I<nn>) will be stripped from symbols before " +"they are exported. [This option is specific to the i386 PE targeted port of " +"the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If given, the stdcall suffixes (@I<nn>) will be stripped from symbols before " +"they are exported. [This option is specific to the i386 \\s-1PE\\s0 " +"targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +msgid "" +"If multiple methods are combined, implementors should make sure to use the " +"non-blocking variants of the B<fcntl>(2) and B<flock>(2) system calls in " +"order to avoid deadlocks." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no I<dev> option is present, the program will try to get the device from " +"the B<CDR_DEVICE> environment." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"If no I<file> is given, then the environment variable B<TERMCAP> is used for " +"the filename or entry. If B<TERMCAP> is a full pathname to a file, only the " +"terminal whose name is specified in the environment variable B<TERM> is " +"extracted from that file. If the environment variable B<TERMCAP> is not " +"set, then the file B<\\*d> is read." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"If no I<file>s are specified, B<\\%captoinfo> interprets the content of the " +"environment variable I<\\%TERMCAP> as a file name, and extracts only the " +"entry for the terminal named in the environment variable I<TERM> from it. " +"If the environment variable I<\\%TERMCAP> is not set, B<\\%captoinfo> reads " +"I<\\%/etc/termcap.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If no I<names> are supplied, the line read, without the ending delimiter but " +"otherwise unmodified, is assigned to the variable E<.SM> B<REPLY>. The exit " +"status is zero, unless end-of-file is encountered, B<read> times out (in " +"which case the status is greater than 128), a variable assignment error " +"(such as assigning to a readonly variable) occurs, or an invalid file " +"descriptor is supplied as the argument to B<-u>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "" +"If no argument is given, print the current log level of the manager\\&. If " +"an optional argument I<LEVEL> is provided, then the command changes the " +"current log level of the manager to I<LEVEL> (accepts the same values as B<--" +"log-level=> described in B<systemd>(1))\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no arguments follow this option, then the positional parameters are " +"unset. Otherwise, the positional parameters are set to the I<arg>s, even if " +"some of them begin with a B<->." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If no command is given, run '\"$SHELL\" B<-i>' (default: '/bin/sh B<-i>')." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"If no key file is configured explicitly this way, a key file is " +"automatically loaded from /etc/cryptsetup-keys\\&.d/I<volume>\\&.key and /" +"run/cryptsetup-keys\\&.d/I<volume>\\&.key, if present\\&. Here too, if a " +"PKCS#11/FIDO2/TPM2 token/device is configured, any key found this way is " +"decrypted before use\\&." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"If no suitable key may be acquired via any of the mechanisms describes " +"above, volume activation fails\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If not supplied with an explicit origin, B<mapfile> will clear I<array> " +"before assigning to it." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If one argument is a NaN, the other argument is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If output file is -, output is written to standard output." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set at shell invocation, or in a shell startup file, arrange to execute " +"the debugger profile before the shell starts, identical to the B<--debugger> " +"option. If set after invocation, behavior intended for use by debuggers is " +"enabled:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set to \"yes\", the scanner will read the infrared channel, thus allowing " +"defect removal in software. The infrared image is read during a second scan, " +"with no options altered. The backend must not be restarted between the " +"scans. If you use B<scanimage>(1), perform a batch scan with B<--batch-" +"count=2> to obtain the IR information." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"If set to B<machine-id> the entries are named after the machine ID of the " +"running system (e\\&.g\\&. \"b0e793a9baf14b5fa13ecbe84ff637ac\")\\&. See " +"B<machine-id>(5) for details about the machine ID concept and file\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"If set to B<os-id> the entries are named after the OS ID of the running " +"system, i\\&.e\\&. the I<ID=> field of B<os-release>(5) (e\\&.g\\&. " +"\"fedora\")\\&. Similarly, if set to B<os-image-id> the entries are named " +"after the OS image ID of the running system, i\\&.e\\&. the I<IMAGE_ID=> " +"field of os-release (e\\&.g\\&. \"vendorx-cashier-system\")\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<$>\\(aqI<string>\\(aq and B<$>\"I<string>\" quoting is performed " +"within B<${>I<parameter>B<}> expansions enclosed in double quotes. This " +"option is enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> allows patterns which match no files (see B<Pathname " +"Expansion>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> attempts spelling correction on directory names during word " +"completion if the directory name initially supplied does not exist." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> attempts to save all lines of a multiple-line command in the " +"same history entry. This allows easy re-editing of multi-line commands. " +"This option is enabled by default, but only has an effect if command history " +"is enabled, as described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> checks that a command found in the hash table exists before " +"trying to execute it. If a hashed command no longer exists, a normal path " +"search is performed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> checks the window size after each external (non-builtin) " +"command and, if necessary, updates the values of E<.SM> B<LINES> and E<.SM> " +"B<COLUMNS>. This option is enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> does not overwrite an existing file with the B<E<gt>>, " +"B<E<gt>&>, and B<E<lt>E<gt>> redirection operators. This may be overridden " +"when creating output files by using the redirection operator B<E<gt>|> " +"instead of B<E<gt>>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> encloses the translated results of $\"...\" quoting in " +"single quotes instead of double quotes. If the string is not translated, " +"this has no effect." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> expands occurrences of B<&> in the replacement string of " +"pattern substitution to the text matched by the pattern, as described under " +"B<Parameter Expansion>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> includes filenames beginning with a `.' in the results of " +"pathname expansion. The filenames B<``.''> and B<``..''> must always be " +"matched explicitly, even if B<dotglob> is set." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> lists the status of any stopped and running jobs before " +"exiting an interactive shell. If any jobs are running, this causes the exit " +"to be deferred until a second exit is attempted without an intervening " +"command (see E<.SM> B<JOB CONTROL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, B<bash> matches filenames in a case-insensitive fashion when " +"performing pathname expansion (see B<Pathname Expansion>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> matches patterns in a case-insensitive fashion when " +"performing matching while executing B<case> or B<[[> conditional commands, " +"when performing pattern substitution word expansions, or when filtering " +"possible completions as part of programmable completion." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> quotes all shell metacharacters in filenames and directory " +"names when performing completion. If not set, B<bash> removes " +"metacharacters such as the dollar sign from the set of characters that will " +"be quoted in completed filenames when these metacharacters appear in shell " +"variable references in words to be completed. This means that dollar signs " +"in variable names that expand to directories will not be quoted; however, " +"any dollar signs appearing in filenames will not be quoted, either. This is " +"active only when bash is using backslashes to quote completed filenames. " +"This variable is set by default, which is the default bash behavior in " +"versions through 4.2." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> replaces directory names with the results of word expansion " +"when performing filename completion. This changes the contents of the " +"readline editing buffer. If not set, B<bash> attempts to preserve what the " +"user typed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, B<bash> will send E<.SM> B<SIGHUP> to all jobs when an interactive " +"login shell exits." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, a command name that is the name of a directory is executed as if it " +"were the argument to the B<cd> command. This option is only used by " +"interactive shells." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, a non-interactive shell will not exit if it cannot execute the file " +"specified as an argument to the B<exec> builtin command. An interactive " +"shell does not exit if B<exec> fails." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "If set, aliases are expanded as described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, allow a word beginning with B<#> to cause that word and all " +"remaining characters on that line to be ignored in an interactive shell (see " +"E<.SM> B<COMMENTS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, an argument to the B<cd> builtin command that is not a directory is " +"assumed to be the name of a variable whose value is the directory to change " +"to." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, and B<readline> is being used, B<bash> will attempt to perform " +"hostname completion when a word containing a B<@> is being completed (see " +"B<Completing> under E<.SM> B<READLINE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, and B<readline> is being used, B<bash> will not attempt to search " +"the E<.SM> B<PATH> for possible completions when completion is attempted on " +"an empty line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, and B<readline> is being used, a user is given the opportunity to re-" +"edit a failed history substitution." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, and B<readline> is being used, the results of history substitution " +"are not immediately passed to the shell parser. Instead, the resulting line " +"is loaded into the B<readline> editing buffer, allowing further modification." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, and a file that B<bash> is checking for mail has been accessed since " +"the last time it was checked, the message ``The mail in I<mailfile> has been " +"read'' is displayed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, and job control is not active, the shell runs the last command of a " +"pipeline not executed in the background in the current shell environment." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, and programmable completion is enabled, B<bash> treats a command " +"name that doesn't have any completions as a possible alias and attempts " +"alias expansion. If it has an alias, B<bash> attempts programmable " +"completion using the command word resulting from the expanded alias." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, and the B<cmdhist> option is enabled, multi-line commands are saved " +"to the history with embedded newlines rather than using semicolon separators " +"where possible." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, any trap on B<ERR> is inherited by shell functions, command " +"substitutions, and commands executed in a subshell environment. The B<ERR> " +"trap is normally not inherited in such cases." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, any traps on B<DEBUG> and B<RETURN> are inherited by shell " +"functions, command substitutions, and commands executed in a subshell " +"environment. The B<DEBUG> and B<RETURN> traps are normally not inherited in " +"such cases." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, calling B<unset> on local variables in previous function scopes " +"marks them so subsequent lookups find them unset until that function " +"returns. This is identical to the behavior of unsetting local variables at " +"the current function scope." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, command substitution inherits the value of the B<errexit> option, " +"instead of unsetting it in the subshell environment. This option is enabled " +"when I<posix mode> is enabled." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, local variables inherit the value and attributes of a variable of " +"the same name that exists at a previous scope before any new value is " +"assigned. The nameref attribute is not inherited." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, minor errors in the spelling of a directory component in a B<cd> " +"command will be corrected. The errors checked for are transposed " +"characters, a missing character, and one character too many. If a " +"correction is found, the corrected filename is printed, and the command " +"proceeds. This option is only used by interactive shells." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, pathname expansion will never match the filenames B<``.''> and " +"B<``..''>, even if the pattern begins with a B<``.''>. This option is " +"enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, patterns which fail to match filenames during pathname expansion " +"result in an expansion error." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, prompt strings undergo parameter expansion, command substitution, " +"arithmetic expansion, and quote removal after being expanded as described in " +"E<.SM> B<PROMPTING>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, range expressions used in pattern matching bracket expressions (see " +"E<.SM> B<Pattern Matching>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, shell error messages are written in the standard GNU error message " +"format." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, the B<.> (B<source>) builtin uses the value of E<.SM> B<PATH> to " +"find the directory containing the file supplied as an argument. This option " +"is enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, the B<echo> builtin expands backslash-escape sequences by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, the B<shift> builtin prints an error message when the shift count " +"exceeds the number of positional parameters." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "If set, the extended pattern matching features described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, the history list is appended to the file named by the value of the " +"E<.SM> B<HISTFILE> variable when the shell exits, rather than overwriting " +"the file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, the pattern B<**> used in a pathname expansion context will match " +"all files and zero or more directories and subdirectories. If the pattern " +"is followed by a B</>, only directories and subdirectories match." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, the programmable completion facilities (see B<Programmable " +"Completion>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, the return value of a pipeline is the value of the last (rightmost) " +"command to exit with a non-zero status, or zero if all commands in the " +"pipeline exit successfully. This option is disabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, the shell automatically closes file descriptors assigned using the " +"I<{varname}> redirection syntax (see E<.SM> B<REDIRECTION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If set, the shell does not resolve symbolic links when executing commands " +"such as B<cd> that change the current working directory. It uses the " +"physical directory structure instead. By default, B<bash> follows the " +"logical chain of directories when performing commands which change the " +"current directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, the shell suppresses multiple evaluation of associative array " +"subscripts during arithmetic expression evaluation, while executing builtins " +"that can perform variable assignments, and while executing builtins that " +"perform array dereferencing." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If set, the suffixes specified by the E<.SM> B<FIGNORE> shell variable cause " +"words to be ignored when performing word completion even if the ignored " +"words are the only possible completions. See E<.SM> B<SHELL VARIABLES>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"If specified, this option will suppress printing of any header information " +"and all DIEs before the DIE numbered I<n>. Only siblings and children of " +"the specified DIE will be printed." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"If specified, this option will suppress printing of any header information " +"and all DIEs before the \\s-1DIE\\s0 numbered I<n>. Only siblings and " +"children of the specified \\s-1DIE\\s0 will be printed." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If the B<-Map> or B<--print-map> options are enabled then the remapping list " +"will be included in the map output." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If the B<-m> option is not used, the emulation is taken from the " +"\\&CW<\\*(C`LDEMULATION\\*(C'> environment variable, if that is defined." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the B<-x> option is supplied, B<jobs> replaces any I<jobspec> found in " +"I<command> or I<args> with the corresponding process group ID, and executes " +"I<command> passing it I<args>, returning its exit status." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the B<popd> command is successful, bash runs B<dirs> to show the final " +"contents of the directory stack, and the return status is 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the B<pushd> command is successful, bash runs B<dirs> to show the final " +"contents of the directory stack." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If the B<verbose> option is enabled then any mappings that match will be " +"reported, although again the B<verbose> option needs to be enabled on the " +"command line I<before> the remaped filenames appear." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"If the CTF section contains ambiguously-defined types, it will consist of an " +"archive of many CTF dictionaries, all inheriting from one dictionary " +"containing unambiguous types. This member is by default named I<.ctf>, like " +"the section containing it, but it is possible to change this name using the " +"CW<\\*(C`ctf_link_set_memb_name_changer\\*(C'> function at link time. When " +"looking at CTF archives that have been created by a linker that uses the " +"name changer to rename the parent archive member, B<--ctf-parent> can be " +"used to specify the name used for the parent." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the E<.SM> B<HISTTIMEFORMAT> variable is set, the time stamp information " +"associated with each history entry is written to the history file, marked " +"with the history comment character. When the history file is read, lines " +"beginning with the history comment character followed immediately by a digit " +"are interpreted as timestamps for the following history entry. The return " +"value is 0 unless an invalid option is encountered, an error occurs while " +"reading or writing the history file, an invalid I<offset> or range is " +"supplied as an argument to B<-d>, or the history expansion supplied as an " +"argument to B<-p> fails." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"If the I</etc/whois.conf> configuration file exists, it will be consulted to " +"find a server before applying the normal rules. Each line of the file should " +"contain a regular expression to be matched against the query text and the " +"whois server to use, separated by white space. IDN domains must use the ACE " +"format." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"If the \\s-1CTF\\s0 section contains ambiguously-defined types, it will " +"consist of an archive of many \\s-1CTF\\s0 dictionaries, all inheriting from " +"one dictionary containing unambiguous types. This member is by default " +"named I<.ctf>, like the section containing it, but it is possible to change " +"this name using the CW<\\*(C`ctf_link_set_memb_name_changer\\*(C'> function " +"at link time. When looking at \\s-1CTF\\s0 archives that have been created " +"by a linker that uses the name changer to rename the parent archive member, " +"B<--ctf-parent> can be used to specify the name used for the parent." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"If the argument to the B<dev=> option does not contain the characters ',', " +"'/', '@' or ':', it is interpreted as an label name that may be found in the " +"file /etc/wodim.conf (see FILES section)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"If the calling process has a negative nice value, the nice value is reset to " +"zero in child processes." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"If the calling thread has a scheduling policy of B<SCHED_FIFO> or " +"B<SCHED_RR>, the policy is reset to B<SCHED_OTHER> in child processes." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the command hash table is empty, bash versions prior to bash-5.1 printed " +"an informational message to that effect, even when producing output that can " +"be reused as input. Bash-5.1 suppresses that message when the B<-l> option " +"is supplied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the command run by the B<DEBUG> trap returns a non-zero value, the next " +"command is skipped and not executed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the command run by the B<DEBUG> trap returns a value of 2, and the shell " +"is executing in a subroutine (a shell function or a shell script executed by " +"the B<.> or B<source> builtins), the shell simulates a call to B<return>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the first argument is B<!>, the expression is true if and only if the " +"second argument is null. If the first argument is one of the unary " +"conditional operators listed" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the first character of I<sectionpattern> is the exclamation point (!) " +"then matching sections will not be removed even if an earlier use of B<--" +"remove-section> on the same command line would otherwise remove it. For " +"example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the first character of I<sectionpattern> is the exclamation point (!) " +"then matching sections will not have their relocation removed even if an " +"earlier use of B<--remove-relocations> on the same command line would " +"otherwise cause the relocations to be removed. For example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the first form is used, the return value is 0 unless an invalid option is " +"encountered or I<first> or I<last> specify history lines out of range. If " +"the B<-e> option is supplied, the return value is the value of the last " +"command executed or failure if an error occurs with the temporary file of " +"commands. If the second form is used, the return status is that of the " +"command re-executed, unless I<cmd> does not specify a valid history line, in " +"which case B<fc> returns failure." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the last I<arg> evaluates to 0, B<let> returns 1; 0 is returned otherwise." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the library was compiled with debug support enabled, this environment " +"variable controls the SCSI related debug level for this backend. Only a " +"value of 2 is supported." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the library was compiled with debug support enabled, this environment " +"variable controls the debug level for this backend. Higher debug levels " +"increase the verbosity of the output." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If the link finds a symbol that it cannot resolve, it will attempt to do " +"\"fuzzy linking\" by looking for another defined symbol that differs only in " +"the format of the symbol name (cdecl vs stdcall) and will resolve that " +"symbol by linking to the match. For example, the undefined symbol " +"CW<\\*(C`_foo\\*(C'> might be linked to the function " +"\\&CW<\\*(C`_foo@12\\*(C'>, or the undefined symbol CW<\\*(C`_bar@16\\*(C'> " +"might be linked to the function CW<\\*(C`_bar\\*(C'>. When the linker does " +"this, it prints a warning, since it normally should have failed to link, but " +"sometimes import libraries generated from third-party dlls may need this " +"feature to be usable. If you specify B<--enable-stdcall-fixup>, this " +"feature is fully enabled and warnings are not printed. If you specify " +"\\&B<--disable-stdcall-fixup>, this feature is disabled and such mismatches " +"are considered to be errors. [This option is specific to the i386 PE " +"targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If the link finds a symbol that it cannot resolve, it will attempt to do " +"\\*(L\"fuzzy linking\\*(R\" by looking for another defined symbol that " +"differs only in the format of the symbol name (cdecl vs stdcall) and will " +"resolve that symbol by linking to the match. For example, the undefined " +"symbol CW<\\*(C`_foo\\*(C'> might be linked to the function " +"\\&CW<\\*(C`_foo@12\\*(C'>, or the undefined symbol CW<\\*(C`_bar@16\\*(C'> " +"might be linked to the function CW<\\*(C`_bar\\*(C'>. When the linker does " +"this, it prints a warning, since it normally should have failed to link, but " +"sometimes import libraries generated from third-party dlls may need this " +"feature to be usable. If you specify B<--enable-stdcall-fixup>, this " +"feature is fully enabled and warnings are not printed. If you specify " +"\\&B<--disable-stdcall-fixup>, this feature is disabled and such mismatches " +"are considered to be errors. [This option is specific to the i386 " +"\\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If the linker cannot recognize the format of an object file, it will assume " +"that it is a linker script. A script specified in this way augments the " +"main linker script used for the link (either the default linker script or " +"the one specified by using B<-T>). This feature permits the linker to link " +"against a file which appears to be an object or an archive, but actually " +"merely defines some symbol values, or uses \\&CW<\\*(C`INPUT\\*(C'> or " +"CW<\\*(C`GROUP\\*(C'> to load other objects. Specifying a script in this " +"way merely augments the main linker script, with the extra commands placed " +"after the main script; use the B<-T> option to replace the default linker " +"script entirely, but note the effect of the CW<\\*(C`INSERT\\*(C'> command." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"If the linker is going to generate a warning message about an executable " +"stack then the B<--error-execstack> option will instead change that warning " +"into an error. Note - this option does not change the linker's execstack " +"warning generation state. Use \\&B<--warn-execstack> or B<--warn-execstack-" +"objects> to set a specific warning state." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"If the linker is going to generate a warning message about an executable, " +"writeable segment, or an executable TLS segment, then the \\&B<--error-rwx-" +"segments> option will turn this warning into an error instead. The B<--no-" +"error-rwx-segments> option will restore the default behaviour of just " +"generating a warning message." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If the linker is going to report an unresolved symbol (see the option \\&B<--" +"unresolved-symbols>) it will normally generate an error. This option makes " +"it generate a warning instead." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If the map file already exists then it will be overwritten by this operation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If the name referred to a symbolic link, the link is removed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the pathname given in I<pathname> is absolute, then I<dirfd> is ignored." +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"If the receiving process has installed a handler for this signal using the " +"B<SA_SIGINFO> flag to B<sigaction>(2), then it can obtain this data via the " +"I<si_value> field of the I<siginfo_t> structure passed as the second " +"argument to the handler. Furthermore, the I<si_code> field of that " +"structure will be set to B<SI_QUEUE>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"If the remote side supports the E<.Dv TELNET AUTHENTICATION> option E<.Tn " +"TELNET> attempts to use it to perform automatic authentication. If the E<." +"Dv AUTHENTICATION> option is not supported, the user's login name are " +"propagated through the E<.Dv TELNET ENVIRON> option. This command is the " +"same as specifying E<.Ar a> option on the E<.Ic open> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"If the remote side supports the E<.Dv TELNET STATUS> command, E<.Ic " +"getstatus> will send the subnegotiation to request that the server send its " +"current option status." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If the replacement filename is I</dev/null> or just I<NUL> then the " +"remapping will actually cause the input file to be ignored. This can be a " +"convenient way to experiment with removing input files from a complicated " +"build environment." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If the required shared library is not found, the linker will issue a warning " +"and continue with the link." +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." +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 the correct " +"mathematical sign." +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." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the result underflows, a range error occurs, and the functions return " +"zero, with a sign the same as I<x>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If the result underflows, a range error occurs, and zero is returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the scanner is not even recognized as an Epson scanner this is probably " +"because the device name reported by the scanner is not in the correct " +"format. Please send this information to the backend maintainer (email " +"address is in the AUTHOR section of this man page or in the AUTHORS file of " +"the SANE distribution)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"If the single-line capabilities occur in an entry, they will automatically " +"be composed into an B<acsc> string. The double-line capabilities and B<GG> " +"are discarded with a warning message." +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"If the specified list begins with a E<.Sq +> character, then the specified " +"algorithms will be appended to the default set instead of replacing them. " +"If the specified list begins with a E<.Sq -> character, then the specified " +"algorithms (including wildcards) will be removed from the default set " +"instead of replacing them." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the standard input is coming from a terminal, B<readline> (see E<.SM> " +"B<READLINE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"If the top element of the directory stack is modified, and the I<-n> option " +"was not supplied, B<popd> uses the B<cd> builtin to change to the directory " +"at the top of the stack. If the B<cd> fails, B<popd> returns a non-zero " +"value." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If there's no configuration file, the backend defaults to B<device auto>" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"If this function results in the sending of a signal to the process that " +"invoked it, and that signal was not blocked by the calling thread, and no " +"other threads were willing to handle this signal (either by having it " +"unblocked, or by waiting for it using B<sigwait>(3)), then at least some " +"signal must be delivered to this thread before this function returns." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"If this is E<.Dv TRUE>, then carriage returns will be sent as E<.Li " +"E<lt>CRE<gt>E<lt>LFE<gt>>. If this is E<.Dv FALSE>, then carriage returns " +"will be send as E<.Li E<lt>CRE<gt>E<lt>NULE<gt>>. The initial value for " +"this toggle is E<.Dv FALSE>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"If this is set to a non-empty string, don't automatically prepend a " +"potentially unsafe path to B<sys.path> such as the current directory, the " +"script's directory or an empty string. See also the B<-P> option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If this option is being used to force additional modules to be pulled into " +"the link, and if it is an error for the symbol to remain undefined, then the " +"option B<--require-defined> should be used instead." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If this option is provided then the linker will invoke \\&I<scriptname> " +"whenever an error is encountered. Currently however only two kinds of error " +"are supported: missing symbols and missing libraries. Two arguments will be " +"passed to script: the keyword \"undefined-symbol\" or `missing-lib\" and the " +"I<name> of the undefined symbol or missing library. The intention is that " +"the script will provide suggestions to the user as to where the symbol or " +"library might be found. After the script has finished then the normal " +"linker error message will be displayed." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If this option is provided then the linker will invoke \\&I<scriptname> " +"whenever an error is encountered. Currently however only two kinds of error " +"are supported: missing symbols and missing libraries. Two arguments will be " +"passed to script: the keyword \\&\\*(L\"undefined-symbol\\*(R\" or `missing-" +"lib\" and the I<name> of the undefined symbol or missing library. The " +"intention is that the script will provide suggestions to the user as to " +"where the symbol or library might be found. After the script has finished " +"then the normal linker error message will be displayed." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"If this variable is set and all consoles are locked its contents will be " +"used as the locking message instead of the default message." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"If this variable is set and only the current consoles is locked its contents " +"will be used as the locking message instead of the default message." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"If this variable is set its contents will be used as the locking message " +"instead of the default. This overrides the former two variables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If this variable is set its value takes precedence over the system " +"configured timezone database directory path." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If this variable is set its value takes precedence over the system " +"configured timezone." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If you do not use either of these options (or use the \\&B<--no-export-" +"dynamic> option to restore the default behavior), the dynamic symbol table " +"will normally contain only those symbols which are referenced by some " +"dynamic object mentioned in the link." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If you encounter a SCSI bus error or trimmed and/or displaced images please " +"also set the environment variable B<SANE_DEBUG_SANEI_SCSI> to 128 before " +"sending me the report." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If you later link a program against this filter object, then, when you run " +"the program, the dynamic linker will see the DT_AUXILIARY field. If the " +"dynamic linker resolves any symbols from the filter object, it will first " +"check whether there is a definition in the shared object \\&I<name>. If " +"there is one, it will be used instead of the definition in the filter " +"object. The shared object I<name> need not exist. Thus the shared object " +"I<name> may be used to provide an alternative implementation of certain " +"functions, perhaps for debugging or for machine-specific performance." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If you later link a program against this filter object, then, when you run " +"the program, the dynamic linker will see the DT_FILTER field. The dynamic " +"linker will resolve symbols according to the symbol table of the filter " +"object as usual, but it will actually link to the definitions found in the " +"shared object I<name>. Thus the filter object can be used to select a " +"subset of the symbols provided by the object \\&I<name>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If you later link a program against this filter object, then, when you run " +"the program, the dynamic linker will see the \\s-1DT_AUXILIARY\\s0 field. " +"If the dynamic linker resolves any symbols from the filter object, it will " +"first check whether there is a definition in the shared object \\&I<name>. " +"If there is one, it will be used instead of the definition in the filter " +"object. The shared object I<name> need not exist. Thus the shared object " +"I<name> may be used to provide an alternative implementation of certain " +"functions, perhaps for debugging or for machine-specific performance." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If you later link a program against this filter object, then, when you run " +"the program, the dynamic linker will see the \\s-1DT_FILTER\\s0 field. The " +"dynamic linker will resolve symbols according to the symbol table of the " +"filter object as usual, but it will actually link to the definitions found " +"in the shared object I<name>. Thus the filter object can be used to select " +"a subset of the symbols provided by the object \\&I<name>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If you link other code with this file using B<--wrap malloc>, then all calls " +"to CW<\\*(C`malloc\\*(C'> will call the function CW<\\*(C`_\\|" +"_wrap_malloc\\*(C'> instead. The call to CW<\\*(C`_\\|_real_malloc\\*(C'> " +"in CW<\\*(C`_\\|_wrap_malloc\\*(C'> will call the real " +"CW<\\*(C`malloc\\*(C'> function." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If you notice any strange behavior, please report to the backend maintainer " +"or to the SANE mailing list." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"If you use CW<\\*(C`dlopen\\*(C'> to load a dynamic object which needs to " +"refer back to the symbols defined by the program, rather than some other " +"dynamic object, then you will probably need to use this option when linking " +"the program itself." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"If you use capabilities beyond these, check the results carefully on several " +"tools. Once you've confirmed that the additional capability is safe, let " +"the maintainer of this document know about the safe command or sequence that " +"should be added to this list." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"If you want to learn the basics of Perl, you might start with the Llama " +"book, which assumes that you already know a little about programming:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"If you're new to Perl, you should start by running CW<\\*(C`perldoc " +"perlintro\\*(C'>, which is a general intro for beginners and provides some " +"background to help you navigate the rest of Perl's extensive documentation. " +"Run CW<\\*(C`perldoc perldoc\\*(C'> to learn more things you can do with " +"I<perldoc>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"If your Perl book isn't listed and you think it should be, let us know. " +"E<lt>mailto:perl5-porters@perl.orgE<gt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"If your Perl success stories and testimonials may be of help to others who " +"wish to advocate the use of Perl in their applications, or if you wish to " +"simply express your gratitude to Larry and the Perl developers, please write " +"to perl-thanks@perl.org ." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"If your code contains expressions described in --enable-auto-import section, " +"that is, DATA imports from DLL with non-zero offset, this switch will create " +"a vector of 'runtime pseudo relocations' which can be used by runtime " +"environment to adjust references to such data in your client code. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"If your code contains expressions described in --enable-auto-import section, " +"that is, \\s-1DATA\\s0 imports from \\s-1DLL\\s0 with non-zero offset, this " +"switch will create a vector of 'runtime pseudo relocations' which can be " +"used by runtime environment to adjust references to such data in your client " +"code. [This option is specific to the i386 \\s-1PE\\s0 targeted port of the " +"linker]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"If your stdio requires a seek or eof between reads and writes on a " +"particular stream, so does Perl. (This doesn't apply to B<sysread()> and " +"B<syswrite()>.)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Ignored. Provided for compatibility with other tools." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Image Options" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Image is compatible with 64-bit address space layout randomization (ASLR). " +"This option is enabled by default for 64-bit PE images." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Image is compatible with 64-bit address space layout randomization " +"(\\s-1ASLR\\s0). This option is enabled by default for 64-bit \\s-1PE\\s0 " +"images." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Implies `-p (memdisk)/boot/grub' and overrides" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"In addition to the options common to all targets, the i386 PE linker support " +"additional command-line options that are specific to the i386 PE target. " +"Options that take values may be separated from their values by either a " +"space or an equals sign." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"In addition to the options common to all targets, the i386 \\s-1PE\\s0 " +"linker support additional command-line options that are specific to the i386 " +"\\&\\s-1PE\\s0 target. Options that take values may be separated from their " +"values by either a space or an equals sign." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In addition, the B<-d> and B<-l> options are available to help diagnose " +"misconfigurations. They have no effect on the keyring containing ID mapping " +"results." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"In addition, when displaying DWARF attributes, if a form is found that " +"references the separate debug info file, then the referenced contents will " +"also be displayed." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"In addition, when displaying \\s-1DWARF\\s0 attributes, if a form is found " +"that references the separate debug info file, then the referenced contents " +"will also be displayed." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"In general, if something strange has gone wrong with your program and you're " +"not sure where you should look for help, try making your code comply with " +"\\&B<use strict> and B<use warnings>. These will often point out exactly " +"where the trouble is." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In glibc 2.3.3 only, versions of these functions were provided that did not " +"have a I<cpusetsize> argument. Instead the CPU set size given to the " +"underlying system calls was always I<sizeof(cpu_set_t)>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In glibc 2.9 and earlier, when a pole error occurs, I<errno> is set to " +"B<EDOM> instead of the POSIX-mandated B<ERANGE>. Since glibc 2.10, glibc " +"does the right thing." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In order to embed binary data into the credential data for B<--set-" +"credential=>, use C-style escaping (i\\&.e\\&. \"\\en\" to embed a newline, " +"or \"\\ex00\" to embed a B<NUL> byte)\\&. Note that the invoking shell might " +"already apply unescaping once, hence this might require double escaping!\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +msgid "" +"In order to release the lock, an application just unlinks the I<folder.lock> " +"file." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"In order to unlock a volume a password or binary key is required\\&. " +"systemd-cryptsetup@\\&.service tries to acquire a suitable password or " +"binary key via the following mechanisms, tried in order:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In order to wait for a signal, BSD and System V both provided a function " +"named B<sigpause>(3), but this function has a different argument on the two " +"systems. See B<sigpause>(3) for details." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In order to work correctly with modular packages, E<lt>pathE<gt> has to " +"contain repodata with modular metadata. If modular content is present, " +"I<repomanage> prints packages from newest or older stream versions in " +"addition to newest or older non-modular packages." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"In the second form, I<command> is re-executed after each instance of I<pat> " +"is replaced by I<rep>. I<Command> is interpreted the same as I<first> " +"above. A useful alias to use with this is" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Include all global data symbols to the dynamic list." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Increases the verbosity of the output (can be specified multiple times)." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Increases the verbosity of the output to syslog (can be specified multiple " +"times)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Indented paragraph macros" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Indented paragraph with optional hanging tag. If the tag I<x> is omitted, " +"the entire following paragraph is indented by I<i>. If the tag I<x> is " +"provided, it is hung at the left margin before the following indented " +"paragraph (this is just like B<\\&.TP> except the tag is included with the " +"command instead of being on the following line). If the tag is too long, " +"the text after the tag will be moved down to the next line (text will not be " +"lost or garbled). For bulleted lists, use this macro with \\e(bu (bullet) " +"or \\e(em (em dash) as the tag, and for numbered lists, use the number or " +"letter followed by a period as the tag; this simplifies translation to other " +"formats." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Indicates a port number (address of an application). If a number is not " +"specified, the default E<.Nm telnet> port is used." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Indicates the official name, an alias, or the Internet address of a remote " +"host." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Infelicities in the protocol underlying NFS can cause the unexpected " +"disappearance of files which are still being used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Inhibitor Lock Developer Documentation" +msgstr "" + +#: debian-bookworm +msgid "Inotify was merged into the 2.6.13 Linux kernel." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Input file interpretation:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Insert a hypertext link to the URI (URL) I<url>, with all text up to the " +"following B<\\&.UE> macro as the link text." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Insert a real timestamp into the image. This is the default behaviour as it " +"matches legacy code and it means that the image will work with other, " +"proprietary tools. The problem with this default is that it will result in " +"slightly different images being produced each time the same sources are " +"linked. The option B<--no-insert-timestamp> can be used to insert a zero " +"value for the timestamp, this ensuring that binaries produced from identical " +"sources will compare identically." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Install GRUB on your drive." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Install the needed build requirements for the python27 SCL version of python-" +"foobar." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Install the needed build requirements, defined in the foobar-1.0-1.src.rpm " +"file." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Install the needed build requirements, defined in the foobar.spec file." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Install the needed build requirements, defined in the spec file when " +"filename ends with something different than B<\\&.spec>\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Install whatever is needed to build the given .src.rpm, .nosrc.rpm or .spec " +"file." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Instead of downloading, print list of urls where the rpms can be downloaded." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Instead of specifying a device name directly, I<external-journal> can also " +"be specified by either B<LABEL=>I<label> or B<UUID=>I<UUID> to locate the " +"external journal by either the volume label or UUID stored in the ext2 " +"superblock at the start of the journal. Use B<dumpe2fs>(8) to display a " +"journal device's volume label and UUID. See also the B<-L> option of " +"B<tune2fs>(8)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Insufficient buffer space supplied. Try again with larger buffer." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Insufficient memory available to allocate duplicate string." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Insufficient memory to complete the operation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Insufficient memory to create a key." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Insufficient permission." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Insufficient resources were available in the system to perform the operation." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "Intermediate Perl (the \"Alpaca Book\")" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Internals and C Language Interface" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Interpret escape sequences directly, instead of asking B<ncurses> to " +"translate them. (If you need this option to get some keys to work properly, " +"it means that the terminfo terminal description that is used does not fully " +"match the actual behavior of your terminal. This can happen when you ssh " +"into a BSD machine, for example.) Using this option disables B<nano>'s " +"mouse support." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Interpret the Delete and Backspace keys differently so that both Backspace " +"and Delete work properly. You should only use this option when on your " +"system either Backspace acts like Delete or Delete acts like Backspace." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Interrupted by a signal; see B<signal>(7)." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Interval to wait per each iteration. When running latency sensitive " +"applications, waiting for the xtables lock for extended durations may not be " +"acceptable. This option will make each iteration take the amount of time " +"specified. The default interval is 1 second. This option only works with B<-" +"w>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Introduction" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Invalid file descriptor I<fd>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Invalid flag specified in I<flags>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Invalid options were specified on the command line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Invalid socket option passed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Invalid value in I<flags>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Inverse-search objects having associated attributes. I<ATTR> is the " +"attribute name, while the positional I<OBJECT> argument is the attribute " +"value." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Involve a plugin in the linking process. The I<name> parameter is the " +"absolute filename of the plugin. Usually this parameter is automatically " +"added by the complier, when using link time optimization, but users can also " +"add their own plugins if they so wish." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "Iris" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "It is an error to specify more than one CW<\\*(C`%\\*(C'> character." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"It is extremely important that this format is followed, and that there is a " +"backslash before the single dash which follows the item name. This syntax " +"is used by the B<mandb>(8) program to create a database of short " +"descriptions for the B<whatis>(1) and B<apropos>(1) commands. (See " +"B<lexgrog>(1) for further details on the syntax of the NAME section.)" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"It is necessary to have this code in a separate binary because otherwise " +"rebooting after an upgrade might be broken\\ \\&\\(em the running PID 1 " +"could still depend on libraries which are not available any more, thus " +"keeping the file system busy, which then cannot be re-mounted read-only\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "It is typically created by:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Italics" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Italics alternating with Roman" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Italics alternating with bold" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "J. Bruce Fields E<lt>bfields@umich.eduE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "JSON Group Record" +msgstr "" + +#: mageia-cauldron +#, no-wrap +msgid "Jan 09, 2024" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Jan Kara \\E<lt>jack@suse.cz\\E<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Jean Tourrilhes - jt@hpl.hp.com" +msgstr "" + +#: opensuse-leap-15-6 +msgid "Jeff Johnson E<lt>jbj@redhat.comE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Job names, if job control is active. May also be specified as B<-j>." +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "July 2005" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Just print the remote location url where the dnf rpm can be downloaded from." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Just print urls of what would be downloaded, don\\(aqt download." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "KA" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "KC" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "KD" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "KE" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron archlinux fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "KEYS" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "KF" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Keep (don't delete) input files during compression or decompression." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Kernel command-line arguments I<systemd\\&.unified_cgroup_hierarchy> and " +"I<systemd\\&.legacy_systemd_cgroup_controller> were deprecated\\&. Please " +"switch to the unified cgroup hierarchy\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Key types" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Known bugs/limitations are:" +msgstr "" + +#: 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 BREVE" +msgstr "" + +#: 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 DOT ABOVE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN CAPITAL LETTER ENG" +msgstr "" + +#: 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 BREVE" +msgstr "" + +#: 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 DOT ABOVE" +msgstr "" + +#: 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 DOT ABOVE" +msgstr "" + +#: 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 TILDE" +msgstr "" + +#: 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 DOUBLE ACUTE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN CAPITAL LETTER R WITH CEDILLA" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN CAPITAL LETTER T WITH STROKE" +msgstr "" + +#: 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 DOUBLE ACUTE" +msgstr "" + +#: 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 TILDE" +msgstr "" + +#: 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 BREVE" +msgstr "" + +#: 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 DOT ABOVE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN SMALL LETTER DOTLESS I" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN SMALL LETTER ENG" +msgstr "" + +#: 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 BREVE" +msgstr "" + +#: 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 DOT ABOVE" +msgstr "" + +#: 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 TILDE" +msgstr "" + +#: 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 DOUBLE ACUTE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN SMALL LETTER R WITH CEDILLA" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LATIN SMALL LETTER T WITH STROKE" +msgstr "" + +#: 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 DOUBLE ACUTE" +msgstr "" + +#: 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 TILDE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_ADDRESS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_IDENTIFICATION" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_MEASUREMENT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_MONETARY" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_NAME" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_NUMERIC" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_PAPER" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_TELEPHONE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LC_TIME" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "LD 1" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LEFT HALF BLOCK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LESS-THAN OR EQUAL TO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LESSECHO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LESSKEY" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LESSOPEN" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "LF" +msgstr "" + +#: opensuse-leap-15-6 +msgid "LIBSMARTCOLS_DEBUG_PADDING=on" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBUSB ISSUES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIGHT SHADE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LINK" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "LO" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "LOCKING" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LOGGING" +msgstr "" + +#: opensuse-leap-15-6 +msgid "LOOPDEV_DEBUG=all" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LOWER HALF BLOCK" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Language-Specific" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"Larry Wall E<lt>larry@wall.orgE<gt>, with the help of oodles of other folks." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "Learning Perl (the \"Llama Book\")" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "Leave empty directories in packages\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "" +"Leave libtool (\\&.la) files in packages\\&. Specify !libtool to remove " +"them\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Leave relocation sections and contents in fully linked executables. Post " +"link analysis and optimization tools may need this information in order to " +"perform correct modifications of executables. This results in larger " +"executables." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Left angled double quote: ``" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Length of generated hash" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Length of salt" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Let an unmodified Backspace or Delete erase the marked region (instead of a " +"single character, and without affecting the cutbuffer)." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "License: GNU General Public License v2 or Later (GPLv2+)" +msgstr "" + +#: archlinux debian-unstable +msgid "" +"Licensed under the Apache License 2.0 (the \"License\"). You may not use " +"this file except in compliance with the License. You can obtain a copy in " +"the file LICENSE in the source distribution or at E<lt>https://www.openssl." +"org/source/license.htmlE<gt>." +msgstr "" + +#: debian-bookworm +msgid "" +"Licensed under the Apache License 2.0 (the \\*(L\"License\\*(R\"). You may " +"not use this file except in compliance with the License. You can obtain a " +"copy in the file \\s-1LICENSE\\s0 in the source distribution or at " +"E<lt>https://www.openssl.org/source/license.htmlE<gt>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Like B<CLOCK_MONOTONIC>, this is a monotonically increasing clock. However, " +"whereas the B<CLOCK_MONOTONIC> clock does not measure the time while a " +"system is suspended, the B<CLOCK_BOOTTIME> clock does include the time " +"during which the system is suspended. This is useful for applications that " +"need to be suspend-aware. B<CLOCK_REALTIME> is not suitable for such " +"applications, since that clock is affected by discontinuous changes to the " +"system clock." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Limit the dump of the CW<\\*(C`.debug_info\\*(C'> section to I<n> children. " +"This is only useful with B<--debug-dump=info>. The default is to print all " +"DIEs; the special value 0 for I<n> will also have this effect." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Limit the maximum digit characters in an int value when converting from a " +"string and when converting an int back to a str. A value of 0 disables the " +"limit. Conversions to or from bases 2, 4, 8, 16, and 32 are never limited." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Limit the protocol of the urls output by the --url option. Options are http, " +"https, rsync, ftp." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"Limit the protocol of the urls output by the –url option. Options are http, " +"https, rsync, ftp." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Limit the query to packages of given architectures (default is all " +"compatible architectures with your system). To download packages with arch " +"incompatible with your system use B<--forcearch=E<lt>archE<gt>> option to " +"change basearch." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Limit the resulting set to newest B<E<lt>keep-numberE<gt>> packages." +msgstr "" + +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, 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 "Limitations and caveats" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Limits the used bandwidth, specified in Kbit/s." +msgstr "" + +#: mageia-cauldron +msgid "Lines in the configuration file /etc/lilo.conf:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Link against dynamic libraries. This is only meaningful on platforms for " +"which shared libraries are supported. This option is normally the default " +"on such platforms. The different variants of this option are for " +"compatibility with various systems. You may use this option multiple times " +"on the command line: it affects library searching for \\&B<-l> options which " +"follow it." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Link big-endian objects. This affects the default output format." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Link little-endian objects. This affects the default output format." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Link-Local Multicast Name Resolution" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux 1.2." +msgstr "لینوکس" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux 2.6.0." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux 2.6.22, glibc 2.8." +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.37." +msgstr "util-linux 2.37.4" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux 2.6.39, glibc 2.14." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux 3.0, glibc 2.14." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux 3.17." +msgstr "لینوکس" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux 4.3." +msgstr "لینوکس" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux 4.5." +msgstr "لینوکس" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux 4.9, glibc 2.27." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux 5.3." +msgstr "لینوکس" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux 5.6." +msgstr "لینوکس" + +#: debian-bookworm +#, no-wrap +msgid "Linux System Administration" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Linux USB Utilities" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Linux kernels prior to 2.4.19 had a patch that truncated INQUIRY data from " +"IEEE 1394 scanners to 36 bytes, discarding vital information about the " +"scanner. The IEEE 1394 models therefore only work with 2.4.19 or later." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux on IA-64." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Linux on PowerPC." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Linux" +msgid "Linux, GNU." +msgstr "لینوکس" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"List all key sequences bound to shell commands and the associated commands " +"in a format that can be reused as input." +msgstr "" + +#: opensuse-leap-15-6 +msgid "List all known signal names." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"List all sections removed by garbage collection. The listing is printed on " +"stderr. This option is only effective if garbage collection has been " +"enabled via the B<--gc-sections>) option. The default behaviour (of not " +"listing the sections that are removed) can be restored by specifying B<--no-" +"print-gc-sections> on the command line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List current B<readline> function names and bindings." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List current B<readline> variable names and values." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List files in PATH." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List only the process ID of the job's process group leader." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List process IDs in addition to the normal information." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"List the current set of environment variables. Those marked with a E<.Cm *> " +"will be sent automatically, other variables will only be sent if explicitly " +"requested." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List the current variables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List the names of all B<readline> functions." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Listening for events stopped.\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Lists" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Lists the current status of encryption." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Lists the current status of the various types of authentication." +msgstr "" + +#: opensuse-leap-15-6 +msgid "Load the next slide when using the slide loader." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Local communication" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Locate a section in the output file at the absolute address given by " +"I<org>. You may use this option as many times as necessary to locate " +"multiple sections in the command line. \\&I<org> must be a single " +"hexadecimal integer; for compatibility with other linkers, you may omit the " +"leading \\&B<0x> usually associated with hexadecimal values. I<Note:> there " +"should be no white space between I<sectionname>, the equals sign (\"B<=>\"), " +"and I<org>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Look up foobar-1.0-1 in enabled repositories and install build requirements " +"for its source rpm." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "M-x info RET m texinfo RET\n" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "MAILING LISTS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MAINTAINER" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MEDIUM SHADE" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"MENU_ENTRY is a number, a menu item title or a menu item identifier. Please " +"note that menu items in submenus or sub-submenus require specifying the " +"submenu components and then the menu item component. The titles should be " +"separated using the greater-than character (E<gt>) with no extra spaces. " +"Depending on your shell some characters including E<gt> may need escaping. " +"More information about this is available in the GRUB Manual in the section " +"about the 'default' command." +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "MISCELLANEOUS:" +msgstr "" + +#: debian-bookworm debian-unstable archlinux opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "MKPASSWD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MODULE TYPES PROVIDED" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MORE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe race:ucp" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Unsafe race:crypt" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Unsafe race:grent locale" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Unsafe race:pwent locale" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Unsafe race:ttyname" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"MT-Unsafe race:utent\n" +"sig:ALRM timer" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Mac-style bless on HFS or HFS+" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Machine Commands" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "Macro Configuration" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Macros" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Mail xorriso support requests to E<lt>bug-xorriso@gnu.orgE<gt>." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Main operation mode:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make Ctrl+Right and Ctrl+Delete stop at word ends instead of beginnings." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Make GRUB CD-ROM, disk, pendrive and floppy bootable image." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Make GRUB keyboard layout file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make I<name>s readonly. These names cannot then be assigned values by " +"subsequent assignment statements or unset." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Make a bootable image of GRUB." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Make sure that an output file has a .exe suffix." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make the Home key smarter. When Home is pressed anywhere but at the very " +"beginning of non-whitespace characters on a line, the cursor will jump to " +"that beginning (either forwards or backwards). If the cursor is already at " +"that position, it will jump to the true beginning of the line." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Make undefined weak symbols dynamic when building a dynamic object, if they " +"are referenced from a regular object file and not forced local by symbol " +"visibility or versioning. Do not make them dynamic if \\&B<nodynamic-" +"undefined-weak>. If neither option is given, a target may default to either " +"option being in force, or make some other selection of undefined weak " +"symbols dynamic. Not all targets support these options." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Man page" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Manage a repository or a simple directory of rpm packages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Manage main and repository DNF configuration options, toggle which " +"repositories are enabled or disabled, and add new repositories." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too. " +"Similarly for optional arguments." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Mandatory locking is permitted on the filesystem (see B<fcntl>(2))." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Many man pages begin with B<\\[aq]\\e\"> followed by a space and a list of " +"characters, indicating how the page is to be preprocessed. For " +"portability's sake to non-troff translators we recommend that you avoid " +"using anything other than B<tbl>(1), and Linux can detect that " +"automatically. However, you might want to include this information so your " +"man page can be handled by other (less capable) systems. Here are the " +"definitions of the preprocessors invoked by these characters:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Many thanks go to:" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "" +"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" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "March 31, 1994" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Marius Aamodt Eriksen E<lt>marius@umich.eduE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Mark I<name>s for export to subsequent commands via the environment." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Mark Nudelman" +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"Mark PLT entries with dynamic tags, DT_X86_64_PLT, DT_X86_64_PLTSZ and " +"DT_X86_64_PLTENT. Since this option stores a non-zero value in the r_addend " +"field of R_X86_64_JUMP_SLOT relocations, the resulting executables and " +"shared libraries are incompatible with dynamic linkers, such as those in " +"older versions of glibc without the change to ignore r_addend in " +"R_X86_64_GLOB_DAT and R_X86_64_JUMP_SLOT relocations, which don't ignore the " +"r_addend field of R_X86_64_JUMP_SLOT relocations. Supported for x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Mark the output as CW<\\*(C`IMAGIC\\*(C'> (0411) in the I<a.out> header to " +"indicate that when the output file is executed, the program text and data " +"areas will be loaded into separate address spaces using the split " +"instruction and data space feature of the memory management unit in larger " +"models of the PDP11. This doubles the address space available to the " +"program. The text segment is again pure, write-protected, and shareable. " +"The only difference in the output format between this option and the others, " +"besides the magic number, is that both the text and data sections start at " +"location 0. The B<-z> option selected this format in 2.11BSD. This option " +"creates a I<separate executable> format." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Mark the output as CW<\\*(C`IMAGIC\\*(C'> (0411) in the I<a.out> header to " +"indicate that when the output file is executed, the program text and data " +"areas will be loaded into separate address spaces using the split " +"instruction and data space feature of the memory management unit in larger " +"models of the \\s-1PDP11.\\s0 This doubles the address space available to " +"the program. The text segment is again pure, write-protected, and " +"shareable. The only difference in the output format between this option and " +"the others, besides the magic number, is that both the text and data " +"sections start at location 0. The B<-z> option selected this format in " +"2.11BSD. This option creates a I<separate executable> format." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Mark the output as CW<\\*(C`NMAGIC\\*(C'> (0410) in the I<a.out> header to " +"indicate that when the output file is executed, the text portion will be " +"read-only and shareable among all processes executing the same file. This " +"involves moving the data areas up to the first possible 8K byte page " +"boundary following the end of the text. This option creates a I<pure " +"executable> format." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Mark the output as CW<\\*(C`OMAGIC\\*(C'> (0407) in the I<a.out> header to " +"indicate that the text segment is not to be write-protected and shared. " +"Since the text and data sections are both readable and writable, the data " +"section is allocated immediately contiguous after the text segment. This is " +"the oldest format for PDP11 executable programs and is the default for B<ld> " +"on PDP11 Unix systems from the beginning through 2.11BSD." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Mark the output as CW<\\*(C`OMAGIC\\*(C'> (0407) in the I<a.out> header to " +"indicate that the text segment is not to be write-protected and shared. " +"Since the text and data sections are both readable and writable, the data " +"section is allocated immediately contiguous after the text segment. This is " +"the oldest format for \\s-1PDP11\\s0 executable programs and is the default " +"for B<ld> on \\s-1PDP11\\s0 Unix systems from the beginning through 2.11BSD." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Mark the variable E<.Ar variable> to be exported to the remote side." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"Mark the variable E<.Ar variable> to not be exported unless explicitly asked " +"for by the remote side." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Marks the object as not requiring executable stack." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Marks the object as requiring executable stack." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Mastering Perl" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Mastering Perl/Tk" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Mastering Regular Expressions" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +#, no-wrap +msgid "May 2021" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Merging a common symbol with a previous larger common symbol." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Merging a common symbol with a previous same-sized common symbol." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Merging a common symbol with a previous smaller common symbol. This is the " +"same as the previous case, except that the symbols are encountered in a " +"different order." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Michael Elkins, and others. Use E<lt>mutt-dev@mutt.orgE<gt> to contact the " +"developers." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Michael Seibel E<lt>mikes@cac.washington.eduE<gt>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Miscellaneous macros" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Modify completion options for each I<name> according to the I<option>s, or " +"for the currently-executing completion if no I<name>s are supplied. If no " +"I<option>s are given, display the completion options for each I<name> or the " +"current completion. The possible values of I<option> are those valid for " +"the B<complete> builtin described above. The B<-D> option indicates that " +"other supplied options should apply to the ``default'' command completion; " +"that is, completion attempted on a command for which no completion has " +"previously been defined. The B<-E> option indicates that other supplied " +"options should apply to ``empty'' command completion; that is, completion " +"attempted on a blank line. The B<-I> option indicates that other supplied " +"options should apply to completion on the initial non-assignment word on the " +"line, or after a command delimiter such as B<;> or B<|>, which is usually " +"command name completion." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Monitor mode. Job control is enabled. This option is on by default for " +"interactive shells on systems that support it (see E<.SM> B<JOB CONTROL>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "More Programming Pearls" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Most of the macros describe formatting (e.g., font type and spacing) instead " +"of marking semantic content (e.g., this text is a reference to another " +"page), compared to formats like mdoc and DocBook (even HTML has more " +"semantic markings). This situation makes it harder to vary the B<man> " +"format for different media, to make the formatting consistent for a given " +"media, and to automatically insert cross-references. By sticking to the " +"safe subset described above, it should be easier to automate transitioning " +"to a different reference page format in the future." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"Most of these books are available online through Safari Books Online " +"( E<lt>http://safaribooksonline.com/E<gt> )." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Mount namespaces" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Mount points" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Multicast DNS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Multiple B<-W> options can be given; when a warning matches more than one " +"option, the action for the last matching option is performed. Invalid B<-W> " +"options are ignored (though, a warning message is printed about invalid " +"options when the first warning is issued)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Multiply all exposure times with this value. This allows exposure correction " +"without modifying white balance." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Mutt Home Page: http://www.mutt.org/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, 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 "N-M" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "N/A" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "NFT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NO WARRANTIES" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"NOTE: In cases where GRUB cannot write to the environment block, such as " +"when it is stored on an MDRAID or LVM device, the chosen boot menu entry " +"will remain the default even after reboot." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"NOTE: only available if thinkfan was compiled with USE_ATASMART enabled." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "NOTE: only available if thinkfan was compiled with USE_NVML enabled." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NSM OPERATION IN DETAIL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "NSM state number for this host" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M " +"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y, " +"R, Q. Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M " +"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, " +"Y. Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NUMERO SIGN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of all shell variables. May also be specified as B<-v>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of disabled shell builtins." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of enabled shell builtins." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of exported shell variables. May also be specified as B<-e>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of running jobs, if job control is active." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of shell builtin commands. May also be specified as B<-b>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of shell functions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Names of stopped jobs, if job control is active." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed archlinux fedora-40 +#: fedora-rawhide mageia-cauldron +msgid "NetBSD does not provide this application." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Network Programming with Perl" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Network file systems must also detect when lock state is lost because a " +"remote host has rebooted. After an NFS client reboots, an NFS server must " +"release all file locks held by applications that were running on that " +"client. After a server reboots, a client must remind the server of file " +"locks held by applications running on that client." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Network scanners can be auto-discovered if B<autodiscovery> is specified " +"after B<net> keyword. An IP address to connect to can also be used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Newline (ASCII 10)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Newline." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No New Privileges Flag" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No bugs currently known." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"No effect; the command does nothing beyond expanding I<arguments> and " +"performing any specified redirections. The return status is zero." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No more entries." +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "No process has a PID matching I<pid>." +msgstr "" + +#: opensuse-leap-15-6 +msgid "No standards apply." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No such directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "No value is returned." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Non-option arguments are object files or archives which are to be linked " +"together. They may follow, precede, or be mixed in with command-line " +"options, except that an object file argument may not be placed between an " +"option and its argument." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "None" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "None :-) At least none are currently known." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "None known as of iptables-1.2.1 release" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "None required." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "Nonstd" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "Normal exit condition\\&." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Normal paragraphs" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Normally B<ld> will give a warning if it finds an incompatible library " +"during a library search. This option silences the warning." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Normally B<ld> will give an error if you try to link together input files " +"that are mismatched for some reason, perhaps because they have been compiled " +"for different processors or for different endiannesses. This option tells " +"B<ld> that it should silently permit such possible errors. This option " +"should only be used with care, in cases when you have taken some special " +"action that ensures that the linker errors are inappropriate." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Normally packages are just compared based on their name, this flag makes the " +"comparison also use the arch. So foo.noarch and foo.x86_64 are considered to " +"be a different packages." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Normally the linker will generate an error message for each reported " +"unresolved symbol but the option B<--warn-unresolved-symbols> can change " +"this to a warning." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Normally when a symbol has an undefined version, the linker will ignore it. " +"This option disallows symbols with undefined version and a fatal error will " +"be issued instead." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Normally when a symbol is defined multiple times, the linker will report a " +"fatal error. These options allow multiple definitions and the first " +"definition will be used." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Normally, the linker will default to demangling symbols. However, if " +"\\&CW<\\*(C`COLLECT_NO_DEMANGLE\\*(C'> is set in the environment, then it " +"will default to not demangling symbols. This environment variable is used " +"in a similar fashion by the CW<\\*(C`gcc\\*(C'> linker wrapper program. The " +"default may be overridden by the B<--demangle> and B<--no-demangle> options." +msgstr "" + +#: debian-bookworm +msgid "Not in POSIX.1. Present on the BSDs." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Note - if support for the debuginfod protocol was enabled when the binutils " +"were built then this option will also include an attempt to contact any " +"debuginfod servers mentioned in the I<DEBUGINFOD_URLS> environment " +"variable. This could take some time to resolve. This behaviour can be " +"disabled via the B<=do-not-use-debuginfod> debug option." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Note - if support for the debuginfod protocol was enabled when the binutils " +"were built then this option will also include an attempt to contact any " +"debuginfod servers mentioned in the I<\\s-1DEBUGINFOD_URLS\\s0> environment " +"variable. This could take some time to resolve. This behaviour can be " +"disabled via the B<=do-not-use-debuginfod> debug option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note - in some distributions this option is enabled by default. It can be " +"disabled via the B<N> debug option. The default can be chosen when " +"configuring the binutils via the \\&B<--enable-follow-debug-links=yes> or " +"\\&B<--enable-follow-debug-links=no> options. If these are not used then " +"the default is to enable the following of debug links." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note - symbols whose values are computed by an expression which involves a " +"reference to a previous value of the same symbol may not have correct result " +"displayed in the link map. This is because the linker discards intermediate " +"results and only retains the final value of an expression. Under such " +"circumstances the linker will display the final value enclosed by square " +"brackets. Thus for example a linker script containing:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"Note - the B<--error-rwx-segments> option does not by itself turn on " +"warnings about these segments. These warnings are either enabled by " +"default, if the linker was configured that way, or via the \\&B<--warn-rwx-" +"segments> command line option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note - the section headers of the stripped sections are preserved, including " +"their sizes, but the contents of the section are discarded. The section " +"headers are preserved so that other tools can match up the debuginfo file " +"with the real executable, even if that executable has been relocated to a " +"different address space." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Note - these options also affect files referenced by I<INPUT> statements in " +"linker scripts. But since linker scripts are processed after the entire " +"command line is read, the position of the remap options on the command line " +"is not significant." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Note - this location of this option on the linker command line is " +"significant. It will only affect linker scripts that come after it on the " +"command line, or which are built into the linker." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note - use of the 'auto-import' extension will also cause read only data " +"which would normally be placed into the .rdata section to be placed into " +"the .data section instead. This is in order to work around a problem with " +"consts that is described here: http://www.cygwin.com/ml/cygwin/2004-09/" +"msg01101.html" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Note however on Linux based systems there is an additional caveat: If the " +"B<--as-needed> option is active I<and> a shared library is located which " +"would normally satisfy the search I<and> this library does not have " +"DT_NEEDED tag for I<libc.so> \\&I<and> there is a shared library later on in " +"the set of search directories which also satisfies the search I<and> this " +"second shared library does have a DT_NEEDED tag for \\&I<libc.so> I<then> " +"the second library will be selected instead of the first." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Note however on Linux based systems there is an additional caveat: If the " +"B<--as-needed> option is active I<and> a shared library is located which " +"would normally satisfy the search I<and> this library does not have " +"\\s-1DT_NEEDED\\s0 tag for I<libc.so> \\&I<and> there is a shared library " +"later on in the set of search directories which also satisfies the search " +"I<and> this second shared library does have a \\s-1DT_NEEDED\\s0 tag for " +"\\&I<libc.so> I<then> the second library will be selected instead of the " +"first." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Note that BSD mdoc-formatted pages begin with the B<Dd> command, not the " +"B<TH> command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Note that E<.Xr ssh 1>, E<.Xr ssh-agent 1>, and E<.Xr ssh-keygen 1> will " +"automatically pass the E<.Fl v> flag to E<.Nm> when they have themselves " +"been placed in debug mode." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Note that I<builddep> command does not honor the I<--skip-broken> option, so " +"there is no way to skip uninstallable packages (e.g. with broken " +"dependencies)." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"Note that I<builddep> command does not honor the I<–skip-broken> option, so " +"there is no way to skip uninstallable packages (e.g. with broken " +"dependencies)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Note that NET-2 BSD mdoc man pages can be used with B<groff> simply by " +"specifying the B<-mdoc> option instead of the B<-man> option. Using the B<-" +"mandoc> option is, however, recommended, since this will automatically " +"detect which macro package is in use." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Note that in all the above cases, terminating an inactive session does not " +"guarantee to remove all resources associated with the session, e.g. shell " +"processes or X11 clients relating to the session may continue to execute." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that it is not an error for a successful call to transfer fewer bytes " +"than requested (see B<read>(2) and B<write>(2))." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that journald will initially use volatile storage, until a call to " +"B<journalctl --flush> (or sending B<SIGUSR1> to journald) will cause it to " +"switch to persistent logging (under the conditions mentioned above)\\&. This " +"is done automatically on boot via \"systemd-journal-flush\\&.service\"\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note that the location of the compiler originated plugins is different from " +"the place where the B<ar>, B<nm> and \\&B<ranlib> programs search for their " +"plugins. In order for those commands to make use of a compiler based plugin " +"it must first be copied into the I<${libdir}/bfd-plugins> directory. All " +"gcc based linker plugins are backward compatible, so it is sufficient to " +"just copy in the newest one." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that the untested scanner will not be directly supported. You should " +"contact the author for that." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that this forces the program to create a pipe to the B<rsh(1)> program " +"and disallows the program to directly access the network socket to the " +"remote server. This makes it impossible to set up performance parameters " +"and slows down the connection compared to a B<root> initiated B<rcmd(3)> " +"connection." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that this option can only be used in /etc/fstab, and will be ignored " +"when part of the I<Options=> setting in a unit file\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Note that this option is position dependent and only affects filenames that " +"come after it on the command line. Thus:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Note that this option is specific to ELF targeted ports. PE targets support " +"a similar function to export all symbols from a DLL or EXE; see the " +"description of B<--export-all-symbols> below." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Note that this option is specific to \\s-1ELF\\s0 targeted ports. " +"\\s-1PE\\s0 targets support a similar function to export all symbols from a " +"\\s-1DLL\\s0 or \\s-1EXE\\s0; see the description of B<--export-all-symbols> " +"below." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note that this option overrides any compression in input debug sections, so " +"if a binary is linked with B<--compress-debug-sections=none> for example, " +"then any compressed debug sections in input files will be uncompressed " +"before they are copied into the output binary." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Note that your authenticator may not support some algorithms\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Note the following further points:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Note the following:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note---if the linker is being invoked indirectly, via a compiler driver (e." +"g. B<gcc>) then all the linker command-line options should be prefixed by B<-" +"Wl,> (or whatever is appropriate for the particular compiler driver) like " +"this:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note---the choice of CW<\\*(C`.dbg\\*(C'> as an extension for the debug info " +"file is arbitrary. Also the CW<\\*(C`--only-keep-debug\\*(C'> step is " +"optional. You could instead do this:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note---this switch is only intended for use on fully linked files. It does " +"not make sense to use it on object files where the debugging information may " +"be incomplete. Besides the gnu_debuglink feature currently only supports " +"the presence of one filename containing debugging information, not multiple " +"filenames on a one-per-object-file basis." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Note:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"Note: ELF format input files can specify that they need an executable stack " +"by having a I<.note.GNU-stack> section with the executable bit set in its " +"section flags. They can specify that they do not need an executable stack " +"by having the same section, but without the executable flag bit set. If an " +"input file does not have a \\&I<.note.GNU-stack> section then the default " +"behaviour is target specific. For some targets, then absence of such a " +"section implies that an executable stack I<is> required. This is often a " +"problem for hand crafted assembler files." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note: On Linux based systems the B<--as-needed> option also has an affect on " +"the behaviour of the B<--rpath> and \\&B<--rpath-link> options. See the " +"description of \\&B<--rpath-link> for more details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note: This option may appear multiple times in the configuration file. It " +"only applies to scanners discovered by 'scsi/usb' lines that follow this " +"option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Note: Use of the 'auto-import' extension will cause the text section of the " +"image file to be made writable. This does not conform to the PE-COFF format " +"specification published by Microsoft." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Note: \\s-1ELF\\s0 format input files specify that they need an executable " +"stack by having a I<.note.GNU-stack> section with the executable bit set in " +"its section flags. They can specify that they do not need an executable " +"stack by having that section, but without the executable flag bit set. If " +"an input file does not have a I<.note.GNU-stack> section present then the " +"default behaviour is target specific. For some targets, then absence of " +"such a section implies that an executable stack I<is> required. This is " +"often a problem for hand crafted assembler files." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note: displaying the contents of B<.debug_static_funcs>, \\&B<." +"debug_static_vars> and B<debug_weaknames> sections is not currently " +"supported." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Note: this command is experimental for now\\&. While it is likely to become " +"a regular component of systemd, it might still change in behaviour and " +"interface\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Notes:" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Notice that the new line was added above the line for the generic program. " +"request-key will find the first matching line and run the corresponding " +"program. In this case, /some/other/program will handle all uid lookups, " +"and /usr/sbin/nfsidmap will handle gid, user, and group lookups." +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "November 2003" +msgstr "" + +#: archlinux opensuse-tumbleweed fedora-rawhide +#, no-wrap +msgid "November 2023" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Number of PBKDF2 iterations" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OGONEK" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "OTHER INFORMATION" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "OVERVIEW" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "O\\h'-(\\w'O'u*4/10)'E" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Object Oriented Perl" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Obsolete" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Obsolete Options" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron debian-bookworm debian-unstable +#, no-wrap +msgid "Oct 2020" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Olaf Kirch E<lt>okir@monad.swb.deE<gt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Omit (or do not omit) global symbols defined in discarded sections. Enabled " +"by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Omit all symbol information from the output file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Omit debugger symbol information (but not all symbols) from the output file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"On ELF platforms the linker may generate warning messages if it is asked to " +"create an output file that contains an executable stack. There are three " +"possible states:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"On ELF platforms, these options control how DWARF debug sections are " +"compressed using zlib." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On Linux, drives connected to a parallel port adapter are mapped to a " +"virtual SCSI bus. Different adapters are mapped to different targets on this " +"virtual SCSI bus." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On Linux, if the B<lockd> kernel module is unloaded during normal operation, " +"all remote NFS peers are unmonitored. This can happen on an NFS client, for " +"example, if an automounter removes all NFS mount points due to inactivity." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"On SunOS, if the B<-rpath> option was not used, search any directories " +"specified using B<-L> options." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"On \\s-1ELF\\s0 platforms this option controls how the linker generates " +"warning messages when it creates an output file with an executable stack. " +"By default the linker will not warn if the B<-z execstack> command line " +"option has been used, but this behaviour can be overridden by the \\&B<--" +"warn-execstack> option." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"On \\s-1ELF\\s0 platforms, these options control how \\s-1DWARF\\s0 debug " +"sections are compressed using zlib." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed archlinux +msgid "" +"On a Unix-like system, these documentation files will usually also be " +"available as manpages for use with the I<man> program." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"On an ELF system, for native linkers, if the B<-rpath> and \\&B<-rpath-link> " +"options were not used, search the contents of the environment variable " +"CW<\\*(C`LD_RUN_PATH\\*(C'>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"On an \\s-1ELF\\s0 system, for native linkers, if the B<-rpath> and \\&B<-" +"rpath-link> options were not used, search the contents of the environment " +"variable CW<\\*(C`LD_RUN_PATH\\*(C'>." +msgstr "" + +#: 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 (for " +"example, B<EINVAL>, indicating that I<name> is invalid)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"On platforms where the feature is not supported, both B<--relax> and B<--no-" +"relax> are accepted, but ignored." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"On platforms where the feature is supported, the option \\&B<--no-relax> " +"will disable it." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On some 32-bit architectures, the calling signature for these system calls " +"differ, for the reasons described in B<syscall>(2)." +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "On some ELF targets, a list of fixups inserted by B<--relax>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"On some platforms the B<--relax> option performs target specific, global " +"optimizations that become possible when the linker resolves addressing in " +"the program, such as relaxing address modes, synthesizing new instructions, " +"selecting shorter version of current instructions, and combining constant " +"values." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"On some platforms these link time global optimizations may make symbolic " +"debugging of the resulting executable impossible. This is known to be the " +"case for the Matsushita MN10200 and MN10300 family of processors." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"On some platforms these link time global optimizations may make symbolic " +"debugging of the resulting executable impossible. This is known to be the " +"case for the Matsushita \\s-1MN10200\\s0 and \\s-1MN10300\\s0 family of " +"processors." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On success, 0 is returned. On error, the request is not enqueued, -1 is " +"returned, and I<errno> is set to indicate the error. If an error is " +"detected only later, it will be reported via B<aio_return>(3) (returns " +"status -1) and B<aio_error>(3) (error status\\[em]whatever one would have " +"gotten in I<errno>, such as B<EBADF>)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On success, 0 is returned; otherwise, a non-zero failure code is returned\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "On success, 0 is returned\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "On success, these functions return I<x> * B<FLT_RADIX> ** I<exp>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On success, this function returns 0; on error, it returns a nonzero error " +"number." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On success, zero is returned. On failure, -1 is returned and I<errno> is " +"set to indicate the error." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"On systems which support shared libraries, B<ld> may also search for files " +"other than I<libnamespec.a>. Specifically, on ELF and SunOS systems, B<ld> " +"will search a directory for a library called I<libnamespec.so> before " +"searching for one called \\&I<libnamespec.a>. (By convention, a CW<\\*(C`." +"so\\*(C'> extension indicates a shared library.) Note that this behavior " +"does not apply to I<:filename>, which always specifies a file called " +"\\&I<filename>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"On systems which support shared libraries, B<ld> may also search for files " +"other than I<libnamespec.a>. Specifically, on \\s-1ELF\\s0 and SunOS " +"systems, B<ld> will search a directory for a library called I<libnamespec." +"so> before searching for one called \\&I<libnamespec.a>. (By convention, a " +"CW<\\*(C`.so\\*(C'> extension indicates a shared library.) Note that this " +"behavior does not apply to I<:filename>, which always specifies a file " +"called \\&I<filename>." +msgstr "" + +#: mageia-cauldron opensuse-leap-15-6 debian-bookworm +msgid "" +"On the other hand the linker will normally warn if the stack is made " +"executable because one or more of the input files need an execuable stack " +"and neither of the B<-z execstack> or B<-z noexecstack> command line options " +"have been specified. This warning can be disabled via the B<--no-warn-" +"execstack> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"One line is read from the standard input, or from the file descriptor I<fd> " +"supplied as an argument to the B<-u> option, split into words as described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "One of the data structures points to invalid data." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"One of the files is a directory and the filesystem does not support shared " +"regions in directories." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "One of the files is a swap file. Swap files cannot share storage." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"One or more of the target user or group IDs is not valid in this user " +"namespace." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"One target for this option are specifications for I<pkg-config>. When used " +"with the B<--libs> option all possibly needed libraries are listed and then " +"possibly linked with all the time. It is better to return something as " +"follows:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"One way is to use --enable-runtime-pseudo-reloc switch. This leaves the task " +"of adjusting references in your client code for runtime environment, so this " +"method works only when runtime environment supports this feature." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Only big and little endian byte order is supported." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"Only generate a warning if an object file requests an executable stack, but " +"not if the B<-z execstack> option is used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Only one of the B<size> or B<device> options can be given for a file system." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Only search library directories explicitly specified on the command line. " +"Library directories specified in linker scripts (including linker scripts " +"specified on the command line) are ignored." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Only undefined references are replaced by the linker. So, translation unit " +"internal references to I<symbol> are not resolved to \\&CW<\\*(C`_\\|" +"_wrap_>\\f(CIsymbolCW<\\*(C'>. In the next example, the call to " +"CW<\\*(C`f\\*(C'> in \\&CW<\\*(C`g\\*(C'> is not resolved to CW<\\*(C`_\\|" +"_wrap_f\\*(C'>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Only warn once for each undefined symbol, rather than once per module which " +"refers to it." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Open TCP or Unix socket (respectively) connections that have been " +"established from a E<.Xr ssh 1> local forwarding, i.e.\\& E<.Cm " +"LocalForward> or E<.Cm DynamicForward>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Open TCP or Unix socket (respectively) connections that have been " +"established to a E<.Xr sshd 8> listening on behalf of a E<.Xr ssh 1> remote " +"forwarding, i.e.\\& E<.Cm RemoteForward>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "Open X11 forwarding sessions." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "Open connections to E<.Xr ssh-agent 1>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "OpenGroup Protocols for Interworking: XNFS, Version 3W - Chapter 11" +msgstr "" + +#: archlinux debian-bookworm debian-unstable +#, no-wrap +msgid "OpenSSL" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Opens E<.Ar tracefile> for recording trace information. See the E<.Ic set " +"tracefile> command below." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Operate in I<deterministic> mode. When copying archive members and writing " +"the archive index, use zero for UIDs, GIDs, timestamps, and use consistent " +"file modes for all files." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Operate on an existing PID and do not launch a new task." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Operation mode" +msgstr "" + +#: opensuse-leap-15-6 fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "Operation modes:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Operation on a nonblocking socket would block." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "Option" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Option B<--> switches to native xorriso command mode." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Options are:" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Origin" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Original:" +msgstr "" + +#: mageia-cauldron opensuse-leap-15-6 +msgid "" +"Originally written by Frédéric Lepied, modified and maintained by numerous " +"contributors since." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Orphan sections are placed into a suitable output section following the " +"strategy described in B<Orphan Sections>. The option \\&B<--unique> also " +"affects how sections are placed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Other" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Other errors may occur, depending on the object connected to I<fd>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Other features" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Other interesting, non-Perl books" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Other keywords are ignored for Solaris compatibility." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Other macros and strings" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Other options are flags understood by I<whois.ripe.net> and some other RIPE-" +"like servers:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Other options, if specified, have the following meanings. The arguments to " +"the B<-G>, B<-W>, and B<-X> options (and, if necessary, the B<-P> and B<-S> " +"options) should be quoted to protect them from expansion before the " +"B<complete> builtin is invoked." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Other options:" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Other systems use the prototype" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Otherwise, B<popd> returns false if an invalid option is encountered, the " +"directory stack is empty, or a non-existent directory stack entry is " +"specified." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Otherwise, if no arguments are supplied, B<pushd> returns 0 unless the " +"directory stack is empty. When rotating the directory stack, B<pushd> " +"returns 0 unless the directory stack is empty or a non-existent directory " +"stack element is specified." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Otherwise, the current value of the option or limit is returned. This value " +"will not be more restrictive than the corresponding value that was described " +"to the application in I<E<lt>unistd.hE<gt>> or I<E<lt>limits.hE<gt>> when " +"the application was compiled." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Otherwise, the default emulation depends upon how the linker was configured." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Otherwise, the return status is the exit status of the last process or job " +"waited for." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Out of memory (i.e., kernel memory)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Output a cross reference table. If a linker map file is being generated, " +"the cross reference table is printed to the map file. Otherwise, it is " +"printed on the standard output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Output a simple one line message for modified packages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Output additional data about the size of the changes." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Output short usage message and exit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Output the I<arg>s, separated by spaces, followed by a newline. The return " +"status is 0 unless a write error occurs. If B<-n> is specified, the " +"trailing newline is suppressed. If the B<-e> option is given, " +"interpretation of the following backslash-escaped characters is enabled. " +"The B<-E> option disables the interpretation of these escape characters, " +"even on systems where they are interpreted by default. The B<xpg_echo> " +"shell option may be used to dynamically determine whether or not B<echo> " +"expands these escape characters by default. B<echo> does not interpret B<--" +"> to mean the end of options. B<echo> interprets the following escape " +"sequences:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "PAM configuration file if B<--login> is specified" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "PD" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "PER MILLE SIGN" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "PERL" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "PERLBOOK" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "PN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "POSIX" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-unstable +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, 4.2BSD." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, 4.4BSD." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, C89, 4.3BSD." +msgstr "" + +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008, RFC\\ 3493." +msgstr "" + +#: debian-bookworm +msgid "" +"POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. The I<pw_gecos> field is not " +"specified in POSIX, but is present on most implementations." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, POSIX.2." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, SUSv2." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001. glibc 2.0." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008, RFC\\ 3493." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "POSIXLY_CORRECT" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "PU" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "PYTHONINTMAXSTRDIGITS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "PYTHONSAFEPATH" +msgstr "" + +#: archlinux debian-bookworm debian-unstable debian-bullseye +#, no-wrap +msgid "PYTHONTHREADDEBUG" +msgstr "" + +#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/hosts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/hosts.equiv" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/motd" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/nologin" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa /etc/ssh/moduli" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Pa /etc/ssh/shosts.equiv" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Pa /etc/ssh/ssh_host_dsa_key" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/ssh/ssh_known_hosts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/ssh/sshd_config" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa /etc/ssh/sshrc" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "Pa /var/spool/rwho/whod.*" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.rhosts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.shosts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.ssh/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.ssh/authorized_keys" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/config" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.ssh/environment" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/id_dsa.pub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/id_ecdsa.pub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/id_ecdsa_sk.pub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/id_ed25519.pub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/id_ed25519_sk.pub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Pa ~/.ssh/id_rsa.pub" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.ssh/known_hosts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.ssh/rc" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Pa ~/.telnetrc" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Package specification for the package to download. Local RPMs can be " +"specified as well. This is useful with the B<--source> option or if you want " +"to download the same RPM again." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Part of NFS lock recovery is rediscovering which peers need to be monitored " +"again. The B<sm-notify> command clears the monitor list on persistent " +"storage after each reboot." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Part of all of the memory range specified by I<nodemask> and I<maxnode> " +"points outside your accessible address space." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Pass B<-f> to the shell, which may or may not be useful, depending on the " +"shell." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Pass I<command> to the shell with the B<-c> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Pass a credential to the container\\&. These two options correspond to the " +"I<LoadCredential=> and I<SetCredential=> settings in unit files\\&. See " +"B<systemd.exec>(5) for details about these concepts, as well as the syntax " +"of the option\\*(Aqs arguments\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Passing CW<\\*(C`none\\*(C'> for I<style> disables the setting from any " +"\\&CW<\\*(C`--build-id\\*(C'> options earlier on the command line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Path to the EFI System Partition (ESP)\\&. If not specified, /efi/, /boot/, " +"and /boot/efi/ are checked in turn\\&. It is recommended to mount the ESP " +"to /efi/, if possible\\&." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"Paul Vixie E<lt>paul@vix.comE<gt> is the author of I<cron> and original " +"creator of this manual page. This page has also been modified for Debian by " +"Steve Greenland, Javier Fernandez-Sanguino and Christian Kastner." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Per-user configuration file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Perform a pre-scan to calculate exposure values automatically. B<--ae-wb> " +"will maintain the white balance, while B<--ae> will adjust each channel " +"separately." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Perform an incremental link (same as option B<-r>)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Perform autofocus operation. Unless otherwise specified by the other options " +"( B<--focus-on-centre> and friends), focusing is performed on the centre of " +"the selected scan area." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Perform directory name completion if the compspec generates no matches." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Perform history substitution on the following I<args> and display the result " +"on the standard output. Does not store the results in the history list. " +"Each I<arg> must be quoted to disable normal history expansion." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Perform the rest of the default B<bash> completions if the compspec " +"generates no matches." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Perl 5 Pocket Reference" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Perl Best Practices" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Perl Debugger Pocket Reference" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Perl Template Toolkit" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"Perl actually stands for Pathologically Eclectic Rubbish Lister, but don't " +"tell anyone I said that." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"Perl is at the mercy of your machine's definitions of various operations " +"such as type casting, B<atof()>, and floating-point output with B<sprintf()>." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"Perl is available for most operating systems, including virtually all Unix-" +"like platforms. See \"Supported Platforms\" in perlport for a listing." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"Perl officially stands for Practical Extraction and Report Language, except " +"when it doesn't." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"Perl was originally a language optimized for scanning arbitrary text files, " +"extracting information from those text files, and printing reports based on " +"that information. It quickly became a good language for many system " +"management tasks. Over the years, Perl has grown into a general-purpose " +"programming language. It's widely used for everything from quick \"one-" +"liners\" to full-scale application development." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"Perl's roots in text processing haven't been forgotten over the years. It " +"still boasts some of the most powerful regular expressions to be found " +"anywhere, and its support for Unicode text is world-class. It handles all " +"kinds of structured text, too, through an extensive collection of " +"extensions. Those libraries, collected in the CPAN, provide ready-made " +"solutions to an astounding array of problems. When they haven't set the " +"standard themselves, they steal from the best \\&-- just like Perl itself." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Permission is granted to copy and distribute modified versions of this " +"manual under the conditions for verbatim copying, provided that the entire " +"resulting derived work is distributed under the terms of a permission notice " +"identical to this one." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Permission is granted to copy and distribute translations of this manual " +"into another language, under the above conditions for modified versions, " +"except that this permission notice may be stated in a translation approved " +"by the Foundation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Permit regular expressions in I<symbolname>s used in other command line " +"options. The question mark (?), asterisk (*), backslash (\\e) and square " +"brackets ([]) operators can be used anywhere in the symbol name. If the " +"first character of the symbol name is the exclamation point (!) then the " +"sense of the switch is reversed for that symbol. For example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Peter S. Fales" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Phil Blundell, E<lt>Philip.Blundell@pobox.comE<gt>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "Pipes the output of B<rpm> to the command I<CMD>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Platform-Specific" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Please keep in mind that B<nss-myhostname> (and B<nss-resolve>) also resolve " +"in the other direction \\(em from locally attached IP addresses to " +"hostnames\\&. If you rely on that lookup being provided by DNS, you might " +"want to order things differently\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Please send bug reports to bug-texinfo@gnu.org, general questions and " +"discussion to help-texinfo@gnu.org." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Please use libusb-0.1.8 or later. Without libusb or with older libusb " +"versions all kinds of trouble can be expected. The scanner should be found " +"by B<sane-find-scanner>(1) without further actions. For setting permissions " +"and general USB information looks at B<sane-usb>(5)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Please use libusb-0.1.8 or later. Without libusb or with older libusb " +"versions all kinds of trouble can be expected. The scanner should be found " +"by B<sane-find-scanner>(1) without further actions. For setting permissions " +"and general USB information, look at B<sane-usb>(5)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Plenty. Parts of this backend are still under development." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Possible errors include (but are not limited to) the following:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Predefined strings" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Prepares GRUB network boot images at net_directory/subdir assuming " +"net_directory being TFTP root." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Print (or do not print) local symbols in the link map. Local symbols will " +"have the text B<(local)> printed before their name, and will be listed after " +"all of the global symbols in a given section. Temporary local symbols " +"(typically those that start with B<.L>) will not be included in the " +"output. Disabled by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print (or do not print) the list of discarded and garbage collected sections " +"in the link map. Enabled by default." +msgstr "" + +#: mageia-cauldron +msgid "Print a brief help." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print a link map to the file I<mapfile>. See the description of the \\&B<-" +"M> option, above. If I<mapfile> is just the character \\&CW<\\*(C`-\\*(C'> " +"then the map will be written to stdout." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print a link map to the standard output. A link map provides information " +"about the link, including the following:" +msgstr "" + +#: opensuse-leap-15-6 +msgid "Print a longer usage message then normal." +msgstr "" + +#: opensuse-leap-15-6 +msgid "Print a single line containing the version number of B<rpm> being used." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print a summary of all target-specific options on the standard output and " +"exit." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print a summary of the command-line options on the standard output and exit." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Print a usage message on standard output and exit successfully." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Print as little as possible - normally only error messages will be displayed." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print dump of current configuration values to stdout." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print help and exit." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print information from the primary volume descriptor (PVD) of the iso9660 " +"image. This includes information about Rock Ridge, Joliet extensions and " +"Eltorito boot information if present." +msgstr "" + +#: opensuse-leap-15-6 +msgid "Print lots of ugly debugging information." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Print only DIEs beginning with the DIE numbered I<n>. This is only useful " +"with B<--debug-dump=info>." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Print only DIEs beginning with the \\s-1DIE\\s0 numbered I<n>. This is only " +"useful with B<--debug-dump=info>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print path table information." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print program version." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print resulting set separated by space instead of newline." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print shell input lines as they are read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Print short information about command syntax\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print sizes in human readable format (e.g. 1.0k, 1.2M, etc.) The units " +"displayed with this option supersede any other default units (e.g. " +"kilobytes, sectors...) associated with the metrics." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print the absolute pathname of the current working directory. The pathname " +"printed contains no symbolic links if the B<-P> option is supplied or the B<-" +"o physical> option to the B<set> builtin command is enabled. If the B<-L> " +"option is used, the pathname printed may contain symbolic links. The return " +"status is 0 unless an error occurs while reading the name of the current " +"directory or an invalid option is supplied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print the accumulated user and system times for the shell and for processes " +"run from the shell. The return status is 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print the directory stack with one entry per line, prefixing each entry with " +"its index in the stack." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print the directory stack with one entry per line." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print the name of each linked file in which I<symbol> appears. This option " +"may be given any number of times. On many systems it is necessary to " +"prepend an underscore." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print the name of the default output format (perhaps influenced by other " +"command-line options). This is the string that would appear in an " +"CW<\\*(C`OUTPUT_FORMAT\\*(C'> linker script command." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Print the names of the input files as B<ld> processes them. If \\&B<-t> is " +"given twice then members within archives are also printed. \\&B<-t> output " +"is useful to generate a list of all the object files and scripts involved in " +"linking, for example, when packaging files for a linker bug report." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Print the version number of B<ac> to standard output and quit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "" +"Print the version number, license, and disclaimer of warranty for B<iconv>." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 debian-unstable +msgid "Print the version number." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Print used size, total size and used size of memory regions created with the " +"B<MEMORY> command. This is useful on embedded targets to have a quick view " +"of amount of free memory. The format of the output has one headline and one " +"line per region. It is both human readable and easily parsable by tools. " +"Here is an example of an output:" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Print used size, total size and used size of memory regions created with the " +"B<\\s-1MEMORY\\s0> command. This is useful on embedded targets to have a " +"quick view of amount of free memory. The format of the output has one " +"headline and one line per region. It is both human readable and easily " +"parsable by tools. Here is an example of an output:" +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Print verbose information - normally routine progress messages will be " +"displayed." +msgstr "" + +#: mageia-cauldron +msgid "Print verbose messages." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Print version information on standard output then exit successfully." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Print version information on standard output, then exit successfully." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print version number then exit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Prints a short usage message." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy +#| msgid "output version information and exit" +msgid "Prints complete usage information and exits." +msgstr "نمایش اطلاعات نسخه و خروج از برنامه" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Prints help about Python-specific environment variables and exits." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Prints help about implementation-specific B<-X> options and exits." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Prints out help information for the E<.Ic environ> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Prints out help information for the E<.Ic mode> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Prints out help information for the E<.Ic send> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Prints out help information for the E<.Ic slc> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Pro Perl Debugging" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Probe device information for a given path (or device, if the B<-d> option is " +"given)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Produce output in raw format. All potentially unsafe characters are hex-" +"escaped (\\(rsxE<lt>codeE<gt>)." +msgstr "" + +#: debian-bookworm +msgid "" +"Produce output in the form of key=\"value\" pairs. All potentially unsafe " +"value characters are hex-escaped (\\(rsxE<lt>codeE<gt>). See also option B<--" +"shell>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Produces a listing using full pathnames; the default listing format uses a " +"tilde to denote the home directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Program Author:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Program Authors:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Program not in path, or not executable." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Programming Pearls" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "Programming Perl (the \"Camel Book\"):" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Programming the Perl DBI" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Property=ID_MODEL_ID=9999 \"ID_VENDOR_FROM_DATABASE=vendor name\" \"KEY=with \\e\"quotation\\e\"\"\n" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Provide the builtin dynamic list for C++ operator new and delete. It is " +"mainly useful for building shared libstdc++." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "Provide the builtin dynamic list for C++ runtime type identification." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Provide the builtin dynamic list for \\*(C+ operator new and delete. It is " +"mainly useful for building shared libstdc++." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Provide the builtin dynamic list for \\*(C+ runtime type identification." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Provides control over the resources available to the shell and to processes " +"started by it, on systems that allow such control. The B<-H> and B<-S> " +"options specify that the hard or soft limit is set for the given resource. " +"A hard limit cannot be increased by a non-root user once it is set; a soft " +"limit may be increased up to the value of the hard limit. If neither B<-H> " +"nor B<-S> is specified, both the soft and hard limits are set. The value of " +"I<limit> can be a number in the unit specified for the resource or one of " +"the special values B<hard>, B<soft>, or B<unlimited>, which stand for the " +"current hard limit, the current soft limit, and no limit, respectively. If " +"I<limit> is omitted, the current value of the soft limit of the resource is " +"printed, unless the B<-H> option is given. When more than one resource is " +"specified, the limit name and unit, if appropriate, are printed before the " +"value. Other options are interpreted as follows:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Put all types that do not have ambiguous definitions into the shared " +"dictionary, where debuggers can easily access them, even if they only occur " +"in one translation unit. This is the default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Put only types that occur in multiple translation units into the shared " +"dictionary: types with only one definition go into per-translation-unit " +"dictionaries. Types with ambiguous definitions in multiple translation " +"units always go into per-translation-unit dictionaries. This tends to make " +"the CTF larger, but may reduce the amount of CTF in the shared dictionary. " +"For very large projects this may speed up opening the CTF and save memory in " +"the CTF consumer at runtime." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Put only types that occur in multiple translation units into the shared " +"dictionary: types with only one definition go into per-translation-unit " +"dictionaries. Types with ambiguous definitions in multiple translation " +"units always go into per-translation-unit dictionaries. This tends to make " +"the \\s-1CTF\\s0 larger, but may reduce the amount of \\s-1CTF\\s0 in the " +"shared dictionary. For very large projects this may speed up opening the " +"\\s-1CTF\\s0 and save memory in the \\s-1CTF\\s0 consumer at runtime." +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "QUERY OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Query about which keys invoke the named I<function>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Query only packages for specified architecture, can be specified multiple " +"times (default is all compatible architectures with your system). To run " +"repoclosure for arch incompatible with your system use B<--" +"forcearch=E<lt>archE<gt>> option to change basearch." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Quick hack to help examine multi-session images that have already been " +"burned to a multi-session disc. The sector number specified is the sector " +"number for the start of the session we wish to display." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Quick hack to help examine single session disc files that are to be written " +"to a multi-session disc. The sector number specified is the sector number at " +"which the iso9660 image should be written when send to the cd-writer. Not " +"used for the first session on the disc." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Quiet mode: disables the progress meter as well as warning and diagnostic " +"messages from E<.Xr ssh 1>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REGULAR EXPRESSIONS" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "RENAME" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RESTRICTED SHELL" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "DESCRIPTION" +msgid "RESTRICTIONS" +msgstr "توضیح" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "RFC 3315" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "RFC 3339" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "RFC 3484" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "RFC 5661 for the NFS version 4.1 specification." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +msgid "RFC\\ 2553." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RIGHT HALF BLOCK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"RIPE-specific command line options are ignored when querying non-RIPE " +"servers. This may or may not be the behaviour intended by the user. When " +"using non-standard query parameters then the command line options which are " +"not to be interpreted by the client must follow the I<--> separator (which " +"marks the beginning of the query string)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RM" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "RT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RULES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Random Seeds" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Raw output (no columnation)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Read and execute commands from I<filename> in the current shell environment " +"and return the exit status of the last command executed from I<filename>. " +"If I<filename> does not contain a slash, filenames in E<.SM> B<PATH> are " +"used to find the directory containing I<filename>, but I<filename> does not " +"need to be executable. The file searched for in E<.SM> B<PATH> need not be " +"executable. When B<bash> is not in I<posix mode>, it searches the current " +"directory if no file is found in E<.SM> B<PATH>. If the B<sourcepath> " +"option to the B<shopt> builtin command is turned off, the E<.SM> B<PATH> is " +"not searched. If any I<arguments> are supplied, they become the positional " +"parameters when I<filename> is executed. Otherwise the positional " +"parameters are unchanged. If the B<-T> option is enabled, B<.> inherits any " +"trap on B<DEBUG>; if it is not, any B<DEBUG> trap string is saved and " +"restored around the call to B<.>, and B<.> unsets the B<DEBUG> trap while it " +"executes. If B<-T> is not set, and the sourced file changes the B<DEBUG> " +"trap, the new value is retained when B<.> completes. The return status is " +"the status of the last command exited within the script (0 if no commands " +"are executed), and false if I<filename> is not found or cannot be read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Read commands but do not execute them. This may be used to check a shell " +"script for syntax errors. This is ignored by interactive shells." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Read input from file descriptor I<fd>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Read key bindings from I<filename>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Read lines from file descriptor I<fd> instead of the standard input." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Read lines from the standard input into the indexed array variable I<array>, " +"or from file descriptor I<fd> if the B<-u> option is supplied. The variable " +"E<.SM> B<MAPFILE> is the default I<array>. Options, if supplied, have the " +"following meanings:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Read symbol names and their addresses from I<filename>, but do not relocate " +"it or include it in the output. This allows your output file to refer " +"symbolically to absolute locations of memory defined in other programs. You " +"may use this option more than once." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Read the contents of the history file and append them to the current history " +"list." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Read the history lines not already read from the history file into the " +"current history list. These are lines appended to the history file since " +"the beginning of the current B<bash> session." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Real World SQL Server Administration with Perl" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Reboot notification" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 +msgid "Redraw screen." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Refer to the description of the B<extdebug> option to the B<shopt> builtin " +"for details of its effect on the B<DEBUG> trap. If a I<sigspec> is E<.SM> " +"B<RETURN>, the command I<arg> is executed each time a shell function or a " +"script executed with the B<.> or B<source> builtins finishes executing." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Reference Manual" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Registers" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Registration Symbol: \\*R" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Regular Expression Pocket Reference" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Regular Expressions Cookbook" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Relative margin indent" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Released under the GNU General Public License version 2 or later." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Remember the location of commands as they are looked up for execution. This " +"is enabled by default." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Remove E<.Ar variable> from the list of environment variables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Remove a trailing I<delim> (default newline) from each line read." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Remove all symbols that are not needed for relocation processing in addition " +"to debugging symbols and sections stripped by \\&B<--strip-debug>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Remove any current binding for I<keyseq>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Remove each I<name> from the list of defined aliases. If B<-a> is supplied, " +"all alias definitions are removed. The return value is true unless a " +"supplied I<name> is not a defined alias." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Remove packages that fail GPG signature checking after downloading. Exit " +"code is B<1> if at least one package was removed. Note that for " +"repositories with B<gpgcheck=0> set in their configuration the GPG signature " +"is not checked even with this option used." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Removed in glibc 2.32." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Removes entries from the directory stack. The elements are numbered from 0 " +"starting at the first directory listed by B<dirs>. With no arguments, " +"B<popd> removes the top directory from the stack, and changes to the new top " +"directory. Arguments, if supplied, have the following meanings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Removes the I<n>th entry counting from the left of the list shown by " +"B<dirs>, starting with zero, from the stack. For example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Removes the I<n>th entry counting from the right of the list shown by " +"B<dirs>, starting with zero. For example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Render Apple .disk_label." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Repaint the screen." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Report all unresolved symbols. This is the default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Report an error if DT_TEXTREL is set, i.e., if the position-independent or " +"shared object has dynamic relocations in read-only sections. Don't report " +"an error if B<notext> or B<textoff>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Report an error if \\s-1DT_TEXTREL\\s0 is set, i.e., if the position-" +"independent or shared object has dynamic relocations in read-only sections. " +"Don't report an error if B<notext> or B<textoff>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Report bugs to E<lt>bug-cpio@gnu.orgE<gt>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Report bugs to E<lt>bug-parted@gnu.orgE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Report bugs to E<lt>bug-tar@gnu.orgE<gt>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Report dynamic relative relocations generated by linker. Supported for " +"Linux/i386 and Linux/x86_64." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report quota for specified format (ie. don't perform format autodetection). " +"Possible format names are: B<vfsold> Original quota format with 16-bit " +"UIDs / GIDs, B<vfsv0> Quota format with 32-bit UIDs / GIDs, 64-bit space " +"usage, 32-bit inode usage and limits, B<vfsv1> Quota format with 64-bit " +"quota limits and usage, B<xfs> (quota on XFS filesystem)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report the status of terminated background jobs immediately, rather than " +"before the next primary prompt. This is effective only when job control is " +"enabled." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Report unresolved symbol references from regular object files. This is done " +"even if the linker is creating a non-symbolic shared library. The switch " +"B<--[no-]allow-shlib-undefined> controls the behaviour for reporting " +"unresolved references found in shared libraries being linked in." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Report unresolved symbol references from regular object files. This is done " +"even if the linker is creating a non-symbolic shared library. This option " +"is the inverse of B<-z undefs>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Report unresolved symbols that are contained in shared libraries, but ignore " +"them if they come from regular object files." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Report unresolved symbols that come from regular object files, but ignore " +"them if they come from shared libraries. This can be useful when creating a " +"dynamic binary and it is known that all the shared libraries that it should " +"be referencing are included on the linker's command line." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Repository synchronized with B<--download-metadata> option can be directly " +"used in DNF for example by using B<--repofrompath> option:" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "Request" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Request (B<--eh-frame-hdr>) or suppress (B<--no-eh-frame-hdr>) the creation " +"of CW<\\*(C`.eh_frame_hdr\\*(C'> section and ELF " +"CW<\\*(C`PT_GNU_EH_FRAME\\*(C'> segment header." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Request (B<--eh-frame-hdr>) or suppress (B<--no-eh-frame-hdr>) the creation " +"of CW<\\*(C`.eh_frame_hdr\\*(C'> section and \\s-1ELF\\s0 " +"CW<\\*(C`PT_GNU_EH_FRAME\\*(C'> segment header." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Request creation of CW<\\*(C`.eh_frame\\*(C'> unwind info for linker " +"generated code sections like PLT. This option is on by default if linker " +"generated unwind info is supported. This option also controls the " +"generation of CW<\\*(C`.sframe\\*(C'> stack trace info for linker generated " +"code sections like PLT." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Request creation of CW<\\*(C`.eh_frame\\*(C'> unwind info for linker " +"generated code sections like \\s-1PLT.\\s0 This option is on by default if " +"linker generated unwind info is supported. This option also controls the " +"generation of CW<\\*(C`.sframe\\*(C'> unwind info for linker generated code " +"sections like \\s-1PLT.\\s0" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Request key configuration file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Request the creation of a CW<\\*(C`.note.gnu.build-id\\*(C'> ELF note " +"section or a CW<\\*(C`.buildid\\*(C'> COFF section. The contents of the " +"note are unique bits identifying this linked file. I<style> can be " +"\\&CW<\\*(C`uuid\\*(C'> to use 128 random bits, CW<\\*(C`sha1\\*(C'> to use " +"a 160-bit SHA1 hash on the normative parts of the output contents, " +"\\&CW<\\*(C`md5\\*(C'> to use a 128-bit MD5 hash on the normative parts of " +"the output contents, or CW<\\*(C`0x>\\f(CIhexstringCW<\\*(C'> to use a " +"chosen bit string specified as an even number of hexadecimal digits " +"(CW<\\*(C`-\\*(C'> and \\&CW<\\*(C`:\\*(C'> characters between digit pairs " +"are ignored). If I<style> is omitted, CW<\\*(C`sha1\\*(C'> is used." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Request the creation of a CW<\\*(C`.note.gnu.build-id\\*(C'> \\s-1ELF\\s0 " +"note section or a CW<\\*(C`.buildid\\*(C'> \\s-1COFF\\s0 section. The " +"contents of the note are unique bits identifying this linked file. I<style> " +"can be \\&CW<\\*(C`uuid\\*(C'> to use 128 random bits, CW<\\*(C`sha1\\*(C'> " +"to use a 160-bit \\&\\s-1SHA1\\s0 hash on the normative parts of the output " +"contents, \\&CW<\\*(C`md5\\*(C'> to use a 128-bit \\s-1MD5\\s0 hash on the " +"normative parts of the output contents, or " +"CW<\\*(C`0x>\\f(CIhexstringCW<\\*(C'> to use a chosen bit string specified " +"as an even number of hexadecimal digits (CW<\\*(C`-\\*(C'> and \\&CW<\\*(C`:" +"\\*(C'> characters between digit pairs are ignored). If I<style> is " +"omitted, CW<\\*(C`sha1\\*(C'> is used." +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"Request the creation of a CW<\\*(C`.note.package\\*(C'> ELF note section. " +"The contents of the note are in JSON format, as per the package metadata " +"specification. For more information see: https://systemd.io/" +"ELF_PACKAGE_METADATA/ If the JSON argument is missing/empty then this will " +"disable the creation of the metadata note, if one had been enabled by an " +"earlier occurrence of the --package-metadata option. If the linker has been " +"built with libjansson, then the JSON string will be validated." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Request the creation of a CW<\\*(C`.note.package\\*(C'> \\s-1ELF\\s0 note " +"section. The contents of the note are in \\s-1JSON\\s0 format, as per the " +"package metadata specification. For more information see: https://systemd." +"io/ELF_PACKAGE_METADATA/ If the \\s-1JSON\\s0 argument is missing/empty then " +"this will disable the creation of the metadata note, if one had been enabled " +"by an earlier occurrence of the --package-metdata option. If the linker has " +"been built with libjansson, then the \\s-1JSON\\s0 string will be validated." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Request the server to search for objects mirrored from I<SOURCE>. Sources " +"are delimited by comma, and the order is significant. Use the I<-q sources> " +"parameter to obtain a list of valid sources." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Requests backend to search all usb buses in the system for a device which " +"uses that vendor and product id. The device will then be queried to " +"determine if it is a supported scanner." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Require that I<symbol> is defined in the output file. This option is the " +"same as option B<--undefined> except that if I<symbol> is not defined in the " +"output file then the linker will issue an error and exit. The same effect " +"can be achieved in a linker script by using \\&CW<\\*(C`EXTERN\\*(C'>, " +"CW<\\*(C`ASSERT\\*(C'> and CW<\\*(C`DEFINED\\*(C'> together. This option " +"can be used multiple times to require additional symbols." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Reset scanner. The scanner will perform the same action as when power is " +"turned on: it will eject the film strip and calibrate itself. Use this " +"whenever the scanner refuses to load a film strip properly, as a result of " +"which B<--eject> does not work." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Reset tabs to default tab values (every 0.5 inches); does not cause a break." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Resolver library (I<libresolv>, I<-lresolv>)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Resolves dependencies of specified packages and downloads missing " +"dependencies in the system." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Resource options" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Respond \"y\" if you want the output file to be replaced; \"n\" if not." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Restrict the search to objects of I<TYPE>. Multiple types are separated by " +"a comma." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Restricts the values of I<optname> to be those defined for the B<-o> option " +"to the B<set> builtin." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "Result" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Result buffer is too small." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Resume I<jobspec> in the foreground, and make it the current job. If " +"I<jobspec> is not present, the shell's notion of the I<current job> is " +"used. The return value is that of the command placed into the foreground, " +"or failure if run when job control is disabled or, when run with job control " +"enabled, if I<jobspec> does not specify a valid job or I<jobspec> specifies " +"a job that was started without job control." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Resume each suspended job I<jobspec> in the background, as if it had been " +"started with B<&>. If I<jobspec> is not present, the shell's notion of the " +"I<current job> is used. B<bg> I<jobspec> returns 0 unless run when job " +"control is disabled or, when run with job control enabled, any specified " +"I<jobspec> was not found or was started without job control." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Resume the next iteration of the enclosing B<for>, B<while>, B<until>, or " +"B<select> loop. If I<n> is specified, resume at the I<n>th enclosing loop. " +"I<n> must be \\(E<gt>= 1. If I<n> is greater than the number of enclosing " +"loops, the last enclosing loop (the ``top-level'' loop) is resumed. The " +"return value is 0 unless I<n> is not greater than or equal to 1." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Retain I<only> the symbols listed in the file I<filename>, discarding all " +"others. I<filename> is simply a flat file, with one symbol name per line. " +"This option is especially useful in environments (such as VxWorks) where a " +"large global symbol table is accumulated gradually, to conserve run-time " +"memory." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Retain the executable output file whenever it is still usable. Normally, " +"the linker will not produce an output file if it encounters errors during " +"the link process; it exits without writing an output file when it issues any " +"error whatsoever." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Return a status of 0 (true) or 1 (false) depending on the evaluation of the " +"conditional expression I<expr>. Each operator and operand must be a " +"separate argument. Expressions are composed of the primaries described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return all levels of less specific objects." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return all levels of more specific objects." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return all one level more specific objects." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return brief IP address ranges with abuse contact." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Return information about the server. I<KEYWORD> can be I<version> for the " +"server version, I<sources> for the list of database sources or I<types> for " +"the list of supported object types." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Return primary key attributes only. An exception is the I<members> attribute " +"of I<set> objects, which is always returned. Another exception are all " +"attributes of the objects I<organisation>, I<person> and I<role>, that are " +"never returned." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return the one level less specific object." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return the reverse DNS delegation object too." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return the smallest IP address range with a reference to an irt object." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return the template for a object of I<TYPE>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Return the verbose template for a object of I<TYPE>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Returns the context of any active subroutine call (a shell function or a " +"script executed with the B<.> or B<source> builtins). Without I<expr>, " +"B<caller> displays the line number and source filename of the current " +"subroutine call. If a non-negative integer is supplied as I<expr>, " +"B<caller> displays the line number, subroutine name, and source file " +"corresponding to that position in the current execution call stack. This " +"extra information may be used, for example, to print a stack trace. The " +"current frame is frame 0. The return value is 0 unless the shell is not " +"executing a subroutine call or I<expr> does not correspond to a valid " +"position in the call stack." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Returns the value of I<expr>. This may be used to override the normal " +"precedence of operators." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Reverse output so that the newest entries are displayed first\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Reverts the effect of a previous B<--large-address-aware> option. This is " +"useful if B<--large-address-aware> is always set by the compiler driver (e." +"g. Cygwin gcc) and the executable does not support virtual addresses greater " +"than 2 gigabytes. [This option is specific to PE targeted ports of the " +"linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Reverts the effect of a previous B<--large-address-aware> option. This is " +"useful if B<--large-address-aware> is always set by the compiler driver (e." +"g. Cygwin gcc) and the executable does not support virtual addresses greater " +"than 2 gigabytes. [This option is specific to \\s-1PE\\s0 targeted ports of " +"the linker]" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Revoke both the uid and gid key of the given user." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Revoke the gid key of the given user." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Revoke the uid key of the given user." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Right angled double quote: ''" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Roman alternating with bold" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Roman alternating with italics" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Root directory for modules, / by default\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Root path under which the downloaded metadata are stored. It defaults to B<--" +"download-path> value if not given." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Root path under which the downloaded repositories are stored, relative to " +"the current working directory. Defaults to the current working directory. " +"Every downloaded repository has a subdirectory named after its ID under this " +"path." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Rotates the stack so that the I<n>th directory (counting from the left of " +"the list shown by B<dirs>, starting with zero) is at the top." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Rotates the stack so that the I<n>th directory (counting from the right of " +"the list shown by B<dirs>, starting with zero) is at the top." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Run COMMAND with root directory set to NEWROOT." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Run I<command> with I<args> suppressing the normal shell function lookup. " +"Only builtin commands or commands found in the E<.SM> B<PATH> are executed. " +"If the B<-p> option is given, the search for I<command> is performed using a " +"default value for E<.SM> B<PATH> that is guaranteed to find all of the " +"standard utilities. If either the B<-V> or B<-v> option is supplied, a " +"description of I<command> is printed. The B<-v> option causes a single word " +"indicating the command or filename used to invoke I<command> to be " +"displayed; the B<-V> option produces a more verbose description. If the B<-" +"V> or B<-v> option is supplied, the exit status is 0 if I<command> was " +"found, and 1 if not. If neither option is supplied and an error occurred or " +"I<command> cannot be found, the exit status is 127. Otherwise, the exit " +"status of the B<command> builtin is the exit status of I<command>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Run Python in isolated mode. This also implies B<-E>, B<-P> and B<-s>. In " +"isolated mode sys.path contains neither the script's directory nor the " +"user's site-packages directory. All PYTHON* environment variables are " +"ignored, too. Further restrictions may be imposed to prevent the user from " +"injecting malicious code." +msgstr "" + +#: archlinux +msgid "" +"Run in unshare mode\\&. This will use B<unshare>(1) to create a new mount " +"and user namespace, allowing regular users to create new system " +"installations\\&." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Run the specified I<shell> instead of the default. The shell to run is " +"selected according to the following rules, in order:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SECURITY NOTICE" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"SGR (Select Graphic Rendition) substring for percentage values greater than " +"or equal to 75%." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"SGR substring for percentage values greater than or equal to 90% (or lower " +"than or equal to 10% depending on the metric's meaning)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "SGR substring for percentage values in the range from 50% to 75%." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"SGR substring for percentage values in the range from 75% to 90% (or in the " +"range 10% to 25% depending on the metric's meaning)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "SHELL COMPATIBILITY MODE" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGALRM" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGCONT" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGINT" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGTERM" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGTSTP" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGUSR1" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SIGWINCH" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SINGLE LEFT-POINTING ANGLE QUOTATION MARK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SINGLE LOW-9 QUOTATION MARK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SINGLE RIGHT-POINTING ANGLE QUOTATION MARK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SLIST" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "SOCK" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "SPARC" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SQUARE ROOT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "SSL CA certificate\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "SSL key in PEM format\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STAILQ" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "START" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "STAT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STATEMENTS" +msgstr "" + +#: archlinux +#, no-wrap +msgid "SUBCOMMANDS" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"SVr4 systems provide B<\\%captoinfo> as a separate application from B<tic>. " +"Its B<-v> option does not accept a trace level argument I<n;> repeat B<-v> " +"I<n> times instead." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "SVr4, 4.3BSD, C89, POSIX.1-2001." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "SVr4, POSIX.1-2001." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "SVr4, POSIX.1-2001. POSIX.1-2008 marks it as obsolete." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS AND DESCRIPTION" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "Safe subset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Safely Building Images" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Same as B<--section-start>, with CW<\\*(C`.bss\\*(C'>, CW<\\*(C`.data\\*(C'> " +"or \\&CW<\\*(C`.text\\*(C'> as the I<sectionname>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-B>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-C>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-E>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-H>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-P>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-T>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-a>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-b>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Same as B<-c>, but do not create a new session. (Discouraged.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-e>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-f>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-h>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-k>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-m>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-n>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-p>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-t>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-u>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-v>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<-x>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Same as B<\\&.PP> (begin a new paragraph)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as above, but limit urls to https or rsync urls." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Save the current options (useful with B<--setopt>)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Save the last hundred search strings and replacement strings and executed " +"commands, so they can be easily reused in later sessions." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "b" +msgid "Sb" +msgstr "b" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Scanners can be specified in the configuration file in 2 ways:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Scanners can be specified in the configuration file in 4 ways:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Scanning is only tested with Linux/ix86/gcc. Be careful when testing on " +"other operating systems and especially on big-endian platforms. The scanner " +"may get wrong data." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Scripts" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Scroll the buffer contents per half-screen instead of per line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "Search for only exact match on network address prefix." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Search permission is denied for one of the directories in the path prefix of " +"I<pathname>. (See also B<path_resolution>(7).)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"Search updates from I<SOURCE> database between I<FIRST> and I<LAST> update " +"serial number. It is useful to obtain Near Real Time Mirroring stream." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Searches I<sys.path> for the named module and runs the corresponding I<.py> " +"file as a script. This terminates the option list (following options are " +"passed as arguments to the module)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Searching" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Sebastien Godard (sysstat E<lt>atE<gt> orange.fr)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "Sections" +msgstr "B<--version>" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Sections are started with B<\\&.SH> followed by the heading name." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "See \"ENVIRONMENT\" in perlrun." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"See B<Expressions> for more information about expressions in linker scripts." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<bind>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<clock_getres>(2) for some further details on the above clocks." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<dlopen>(3)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "See B<mount_namespaces>(7) for more information." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<open>(2)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<pamcomp>(1)\\& for one way to use the transparency output file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<pthread_attr_init>(3)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<pthread_create>(3)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<shmop>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<timer_create>(2)." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "See B<user_namespaces>(7)." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"See I<\\%http://bugs.debian.org/sysv-rc> and I<\\%http://bugs.debian.org/" +"init-system-helpers>\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"See http://bugs.ghostscript.com/ and the Usenet news group comp.lang." +"postscript." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"See perldiag for explanations of all Perl's diagnostics. The CW<\\*(C`use " +"diagnostics\\*(C'> pragma automatically turns Perl's normally terse warnings " +"and errors into these longer forms." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"See the B<-(> option for a way to force the linker to search archives " +"multiple times." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"See the example on the B<strtol>(3) manual page; the use of the functions " +"described in this manual page is similar." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Select using the Atari variation of the FAT filesystem if that isn't active " +"already, otherwise select standard FAT filesystem. This is selected by " +"default if B<mkfs.fat> is run on 68k Atari Linux." +msgstr "" + +#: archlinux debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Selects a hash algorithm to use when printing SSHFP records using the E<.Fl " +"D> flag. Valid algorithms are E<.Dq sha1> and E<.Dq sha256>. The default " +"is to print both." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Selects the file from which the identity (private key) for public key " +"authentication is read. This option is directly passed to E<.Xr ssh 1>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Selects the mode for the scan." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Selects the mode for the scan. Options may include \"Lineart\", " +"\"Halftone\", \"Gray\", and \"Color\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Selects the source for the scan. Options may include \"Flatbed\", \"ADF " +"Front\", \"ADF Back\", \"ADF Duplex\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Semaphore limits" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Send the signal named by I<sigspec> or I<signum> to the processes named by " +"I<pid> or I<jobspec>. I<sigspec> is either a case-insensitive signal name " +"such as E<.SM> B<SIGKILL> (with or without the E<.SM> B<SIG> prefix) or a " +"signal number; I<signum> is a signal number. If I<sigspec> is not present, " +"then E<.SM> B<SIGTERM> is assumed. An argument of B<-l> lists the signal " +"names. If any arguments are supplied when B<-l> is given, the names of the " +"signals corresponding to the arguments are listed, and the return status is " +"0. The I<exit_status> argument to B<-l> is a number specifying either a " +"signal number or the exit status of a process terminated by a signal. The " +"B<-L> option is equivalent to B<-l>. B<kill> returns true if at least one " +"signal was successfully sent, or false if an error occurs or an invalid " +"option is encountered." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends one or more special character sequences to the remote host. The " +"following are the arguments which may be specified (more than one argument " +"may be specified at a time):" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sends the E<.Dv TELNET ABORT> (Abort processes) sequence." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET AO> (Abort Output) sequence, which should cause the " +"remote system to flush all output E<.Em from> the remote system E<.Em to> " +"the user's terminal." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET AYT> (Are You There) sequence, to which the remote " +"system may or may not choose to respond." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET BRK> (Break) sequence, which may have significance to " +"the remote system." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET EC> (Erase Character) sequence, which should cause " +"the remote system to erase the last character entered." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET EL> (Erase Line) sequence, which should cause the " +"remote system to erase the line currently being entered." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sends the E<.Dv TELNET EOF> (End Of File) sequence." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sends the E<.Dv TELNET EOR> (End of Record) sequence." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET GA> (Go Ahead) sequence, which likely has no " +"significance to the remote system." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET IP> (Interrupt Process) sequence, which should cause " +"the remote system to abort the currently running process." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sends the E<.Dv TELNET LOGOUT> option to the remote side. This command is " +"similar to a E<.Ic close> command; however, if the remote side does not " +"support the E<.Dv LOGOUT> option, nothing happens. If, however, the remote " +"side does support the E<.Dv LOGOUT> option, this command should cause the " +"remote side to close the E<.Tn TELNET> connection. If the remote side also " +"supports the concept of suspending a user's session for later reattachment, " +"the logout argument indicates that you should terminate the session " +"immediately." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sends the E<.Dv TELNET NOP> (No OPeration) sequence." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sends the E<.Dv TELNET SUSP> (SUSPend process) sequence." +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "Sep 13, 2023" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Server-Sent Events" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Service names. May also be specified as B<-s>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set a configuration option. To set configuration options for repositories, " +"use B<repoid.option> for the B<E<lt>optionE<gt>>\\&. Globs are supported in " +"repoid." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set a flag in the file system superblock indicating that it may be mounted " +"using experimental kernel code, such as the ext4dev file system." +msgstr "" + +#: archlinux +msgid "Set an alternate cache directory path." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Set implementation-specific option. The following options are available:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Set inter-paragraph vertical distance to d (if omitted, d=0.4v); does not " +"cause a break." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set size of the file for tracking unlinked but still open inodes and inodes " +"with truncate in progress. Larger file allows for better scalability, " +"reserving a few blocks per cpu is ideal." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Set the CW<\\*(C`DF_1_GROUP\\*(C'> flag in the CW<\\*(C`DT_FLAGS_1\\*(C'> " +"entry in the dynamic section. This causes the runtime linker to handle " +"lookups in this object and its dependencies to be performed only inside the " +"group. \\&B<--unresolved-symbols=report-all> is implied. This option is " +"only meaningful on ELF platforms which support shared libraries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Set the CW<\\*(C`DF_1_GROUP\\*(C'> flag in the CW<\\*(C`DT_FLAGS_1\\*(C'> " +"entry in the dynamic section. This causes the runtime linker to handle " +"lookups in this object and its dependencies to be performed only inside the " +"group. \\&B<--unresolved-symbols=report-all> is implied. This option is " +"only meaningful on \\s-1ELF\\s0 platforms which support shared libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Set the default boot menu entry for GRUB, for the next boot only." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Set the default boot menu entry for GRUB. This requires setting " +"GRUB_DEFAULT=saved in I<\\,/etc/default/grub\\/>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Set the default size of the linker's hash tables to a prime number close to " +"I<number>. Increasing this value can reduce the length of time it takes the " +"linker to perform its tasks, at the expense of increasing the linker's " +"memory requirements. Similarly reducing this value can reduce the memory " +"requirements at the expense of speed." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set the expiration timer, in seconds, on the key. The default is 600 " +"seconds (10 mins)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set the grade of the file transfer command. Jobs of a higher grade are " +"executed first. Grades run 0 ... 9 A ... Z a ... z from high to low." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Set the maximum delay between updates to I<number> of seconds. The argument " +"is a floating-point number. This can be used to avoid long pauses in the " +"typescript replay." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Set the maximum memory page size supported to I<value>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Set the maximum size of objects to be optimized using the GP register to " +"\\&I<size>. This is only meaningful for object file formats such as MIPS " +"ELF that support putting large and small objects into different sections. " +"This is ignored for other object file formats." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Set the maximum size of objects to be optimized using the \\s-1GP\\s0 " +"register to \\&I<size>. This is only meaningful for object file formats " +"such as \\&\\s-1MIPS ELF\\s0 that support putting large and small objects " +"into different sections. This is ignored for other object file formats." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Set the name of the dynamic linker. This is only meaningful when generating " +"dynamically linked ELF executables. The default dynamic linker is normally " +"correct; don't use this unless you know what you are doing." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Set the name of the dynamic linker. This is only meaningful when generating " +"dynamically linked \\s-1ELF\\s0 executables. The default dynamic linker is " +"normally correct; don't use this unless you know what you are doing." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Set the page size most commonly used to I<value>. Memory image layout will " +"be optimized to minimize memory pages if the system is using pages of this " +"size." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set the target width for justifying and automatic hard-wrapping at this " +"I<number> of columns. If the value is 0 or less, wrapping will occur at the " +"width of the screen minus I<number> columns, allowing the wrap point to vary " +"along with the width of the screen if the screen is resized. The default " +"value is B<-8>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Set the text and data sections to be readable and writable. Also, do not " +"page-align the data segment, and disable linking against shared libraries. " +"If the output format supports Unix style magic numbers, mark the output as " +"CW<\\*(C`OMAGIC\\*(C'>. Note: Although a writable text section is allowed " +"for PE-COFF targets, it does not conform to the format specification " +"published by Microsoft." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Set the type of linker's hash table(s). I<style> can be either " +"\\&CW<\\*(C`sysv\\*(C'> for classic ELF CW<\\*(C`.hash\\*(C'> section, " +"CW<\\*(C`gnu\\*(C'> for new style GNU CW<\\*(C`.gnu.hash\\*(C'> section or " +"CW<\\*(C`both\\*(C'> for both the classic ELF CW<\\*(C`.hash\\*(C'> and new " +"style GNU CW<\\*(C`.gnu.hash\\*(C'> hash tables. The default depends upon " +"how the linker was configured, but for most Linux based systems it will be " +"CW<\\*(C`both\\*(C'>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Set the type of linker's hash table(s). I<style> can be either " +"\\&CW<\\*(C`sysv\\*(C'> for classic \\s-1ELF\\s0 CW<\\*(C`.hash\\*(C'> " +"section, CW<\\*(C`gnu\\*(C'> for new style \\s-1GNU\\s0 CW<\\*(C`.gnu." +"hash\\*(C'> section or CW<\\*(C`both\\*(C'> for both the classic " +"\\s-1ELF\\s0 CW<\\*(C`.hash\\*(C'> and new style \\s-1GNU\\s0 CW<\\*(C`.gnu." +"hash\\*(C'> hash tables. The default depends upon how the linker was " +"configured, but for most Linux based systems it will be CW<\\*(C`both\\*(C'>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set the universally unique identifier (UUID) of the file system to I<UUID>. " +"The format of the UUID is a series of hex digits separated by hyphens, like " +"this: \"c1b9d5a2-f162-11cf-9ece-0020afc76f16\". The I<UUID> parameter may " +"also be one of the following:" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"Set this variable to specify the amount of time (in seconds) you will have " +"to enter your password at the password prompt. If this variable is unset or " +"set to an invalid value or 0 no timeout is used. B<Warning>: If this value " +"is too low, you may not be able to unlock your session." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"Set this variable to specify the timeout (in seconds) after which the screen " +"saver plugins (if any) will be invoked. If this variable is unset or set to " +"an invalid value or 0 no timeout is used. See vlock-plugins(5) for more " +"information about plugins." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Set variables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Sets scan area upper left and lower right coordinates. These are renamed B<-" +"t>, B<-l>, B<-x>, B<-y> by some frontends." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Sets the SCSI target for the drive, see notes above. A typical device " +"specification is B<dev=>I<6,0> \\&. If a filename must be provided together " +"with the numerical target specification, the filename is implementation " +"specific. The correct filename in this case can be found in the system " +"specific manuals of the target operating system. On a I<FreeBSD> system " +"without I<CAM> support, you need to use the control device (e.g. I</dev/" +"rcd0.ctl>). A correct device specification in this case may be B<dev=>I</" +"dev/rcd0.ctl:@> \\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Sets the default type of encryption to be used with later E<.Ic encrypt " +"start> or E<.Ic encrypt stop> commands." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the major number of the \"image version\". Defaults to 1. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the major number of the \"os version\". Defaults to 4. [This option " +"is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the major number of the \"subsystem version\". Defaults to 4. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the major number of the \\*(L\"image version\\*(R\". Defaults to 1. " +"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the major number of the \\*(L\"os version\\*(R\". Defaults to 4. " +"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the major number of the \\*(L\"subsystem version\\*(R\". Defaults to " +"4. [This option is specific to the i386 \\s-1PE\\s0 targeted port of the " +"linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the minor number of the \"image version\". Defaults to 0. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the minor number of the \"os version\". Defaults to 0. [This option " +"is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the minor number of the \"subsystem version\". Defaults to 0. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the minor number of the \\*(L\"image version\\*(R\". Defaults to 0. " +"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the minor number of the \\*(L\"os version\\*(R\". Defaults to 0. " +"[This option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the minor number of the \\*(L\"subsystem version\\*(R\". Defaults to " +"0. [This option is specific to the i386 \\s-1PE\\s0 targeted port of the " +"linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Sets the octal file creation mode mask E<.Pq umask> used when creating a " +"Unix-domain socket file for local or remote port forwarding. This option is " +"only used for port forwarding to a Unix-domain socket file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Sets the section alignment. Sections in memory will always begin at " +"addresses which are a multiple of this number. Defaults to 0x1000. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Sets the section alignment. Sections in memory will always begin at " +"addresses which are a multiple of this number. Defaults to 0x1000. [This " +"option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Setting" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Setting hostname or domainname will not affect the rest of the system. For " +"further details, see B<uts_namespaces>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Setting these flags will enable the IDNA_ALLOW_UNASSIGNED (allow unassigned " +"Unicode code points) and IDNA_USE_STD3_ASCII_RULES (check output to make " +"sure it is a STD3 conforming hostname) flags respectively to be used in the " +"IDNA handling." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"Setuid scripts have additional constraints that can produce error messages " +"such as \"Insecure dependency\". See perlsec." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Sf" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Shell option names as accepted by the B<shopt> builtin." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Shell reserved words. May also be specified as B<-k>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Show additional debug info related to auto-import symbol thunking. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Show additional debug info related to auto-import symbol thunking. [This " +"option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Show command syntax help\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Show contents of FILE in hex." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Show creator and owner." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Show newest packages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Show older packages (for a package or a stream show all versions except the " +"newest one)." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Show older packages (same as --old, but exclude the newest packages even " +"when it\\(aqs included in the older stream versions)." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "Show softirqs information." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Show the current status of E<.Nm telnet>. This includes the peer one is " +"connected to, as well as the current mode." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Show version of program and exit\\&." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "Show which files were renamed, if any." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Show window on startup." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Signal names." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Signal the end of options, cause all remaining I<arg>s to be assigned to the " +"positional parameters. The B<-x> and B<-v> options are turned off. If " +"there are no I<arg>s, the positional parameters remain unchanged." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Signals" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Signals ignored upon entry to the shell cannot be trapped or reset. Trapped " +"signals that are not being ignored are reset to their original values in a " +"subshell or subshell environment when one is created. The return status is " +"false if any I<sigspec> is invalid; otherwise B<trap> returns true." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Silent mode. If input is coming from a terminal, characters are not echoed." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Similar to B<--split-by-reloc> but creates a new output section for each " +"input file when I<size> is reached. I<size> defaults to a size of 1 if not " +"given." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Skip N bytes from output file." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Skip build dependencies not available in repositories. All available build " +"dependencies will be installed." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Small (useful for acronyms)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Small alternating with bold" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Sockets API" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Solution 1:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Solution 2:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Some BSDs provide SIMPLEQ instead of STAILQ. They are identical, but for " +"historical reasons they were named differently on different BSDs. STAILQ " +"originated on FreeBSD, and SIMPLEQ originated on NetBSD. For compatibility " +"reasons, some systems provide both sets of macros. glibc provides both " +"STAILQ and SIMPLEQ, which are identical except for a missing SIMPLEQ " +"equivalent to B<STAILQ_CONCAT>()." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"Some documentation is not available as man pages, so if a cross-reference is " +"not found by man, try it with perldoc. Perldoc can also take you directly " +"to documentation for functions (with the B<-f> switch). See " +"CW<\\*(C`perldoc\\ --help\\*(C'> (or CW<\\*(C`perldoc\\ perldoc\\*(C'> or " +"\\&CW<\\*(C`man\\ perldoc\\*(C'>) for other helpful options perldoc has to " +"offer." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "Some examples:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"Some obsolete nonstandard capabilities will automatically be translated into " +"standard (SVr4/XSI Curses) terminfo capabilities by B<captoinfo>. Whenever " +"one of these automatic translations is done, the program will issue an " +"notification to stderr, inviting the user to check that it has not " +"mistakenly translated a completely unknown and random capability and/or " +"syntax error." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"Some of the books we've listed appear almost ancient in internet scale, but " +"we've included those books because they still describe the current way of " +"doing things. Not everything in Perl changes every day. Many of the " +"beginner-level books, too, go over basic features and techniques that are " +"still valid today. In general though, we try to limit this list to books " +"published in the past five years." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Some of the command-line options to B<ld> may be specified at any point in " +"the command line. However, options which refer to files, such as B<-l> or " +"B<-T>, cause the file to be read at the point at which the option appears in " +"the command line, relative to the object files and other file options. " +"Repeating non-file options with a different argument will either have no " +"further effect, or override prior occurrences (those further to the left on " +"the command line) of that option. Options which may be meaningfully " +"specified more than once are noted in the descriptions below." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "Some of these books are available as free downloads." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Some older linkers used the B<-F> option throughout a compilation toolchain " +"for specifying object-file format for both input and output object files. " +"The GNU linker uses other mechanisms for this purpose: the \\&B<-b>, B<--" +"format>, B<--oformat> options, the \\&CW<\\*(C`TARGET\\*(C'> command in " +"linker scripts, and the CW<\\*(C`GNUTARGET\\*(C'> environment variable. The " +"GNU linker will ignore the B<-F> option when not creating an ELF shared " +"object." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Some older linkers used the B<-F> option throughout a compilation toolchain " +"for specifying object-file format for both input and output object files. " +"The \\s-1GNU\\s0 linker uses other mechanisms for this purpose: the \\&B<-" +"b>, B<--format>, B<--oformat> options, the \\&CW<\\*(C`TARGET\\*(C'> command " +"in linker scripts, and the CW<\\*(C`GNUTARGET\\*(C'> environment variable. " +"The \\s-1GNU\\s0 linker will ignore the B<-F> option when not creating an " +"\\s-1ELF\\s0 shared object." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Some returned values may be huge; they are not suitable for allocating " +"memory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Some values were too large to be represented in the returned struct." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Source distribution (part of the Alpine Message System):" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Source type" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Special Topics" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Special operations" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "Special options:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specifies VLAN ID of the virtual function\\&. Takes an integer in the range " +"1\\&...4095\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specifies VLAN protocol of the virtual function\\&. Takes \"802\\&.1Q\" or " +"\"802\\&.1ad\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specifies a Virtual Function (VF), lightweight PCIe function designed solely " +"to move data in and out\\&. Takes an integer in the range " +"0\\&...2147483646\\&. This option is compulsory\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specifies a list of archive libraries from which symbols should not be " +"automatically exported. The library names may be delimited by commas or " +"colons. Specifying \\&CW<\\*(C`--exclude-libs ALL\\*(C'> excludes symbols " +"in all archive libraries from automatic export. This option is available " +"only for the i386 PE targeted port of the linker and for ELF targeted " +"ports. For i386 PE, symbols explicitly listed in a .def file are still " +"exported, regardless of this option. For ELF targeted ports, symbols " +"affected by this option will be treated as hidden." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specifies a list of archive libraries from which symbols should not be " +"automatically exported. The library names may be delimited by commas or " +"colons. Specifying \\&CW<\\*(C`--exclude-libs ALL\\*(C'> excludes symbols " +"in all archive libraries from automatic export. This option is available " +"only for the i386 \\s-1PE\\s0 targeted port of the linker and for " +"\\s-1ELF\\s0 targeted ports. For i386 \\s-1PE,\\s0 symbols explicitly " +"listed in a .def file are still exported, regardless of this option. For " +"\\s-1ELF\\s0 targeted ports, symbols affected by this option will be treated " +"as hidden." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specifies a list of object files or archive members, from which symbols " +"should not be automatically exported, but which should be copied wholesale " +"into the import library being generated during the link. The module names " +"may be delimited by commas or colons, and must match exactly the filenames " +"used by B<ld> to open the files; for archive members, this is simply the " +"member name, but for object files the name listed must include and match " +"precisely any path used to specify the input file on the linker's command-" +"line. This option is available only for the i386 PE targeted port of the " +"linker. Symbols explicitly listed in a .def file are still exported, " +"regardless of this option." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specifies a list of object files or archive members, from which symbols " +"should not be automatically exported, but which should be copied wholesale " +"into the import library being generated during the link. The module names " +"may be delimited by commas or colons, and must match exactly the filenames " +"used by B<ld> to open the files; for archive members, this is simply the " +"member name, but for object files the name listed must include and match " +"precisely any path used to specify the input file on the linker's command-" +"line. This option is available only for the i386 \\s-1PE\\s0 targeted port " +"of the linker. Symbols explicitly listed in a .def file are still exported, " +"regardless of this option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specifies a list of symbols which should not be automatically exported. The " +"symbol names may be delimited by commas or colons. [This option is specific " +"to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specifies a list of symbols which should not be automatically exported. The " +"symbol names may be delimited by commas or colons. [This option is specific " +"to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Specifies an 8-bit data path on output. This causes the BINARY option to be " +"negotiated on output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Specifies an 8-bit data path. This causes an attempt to negotiate the E<.Dv " +"TELNET BINARY> option on both input and output." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Specifies no automatic login to the remote system." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specifies no symbols should be automatically exported. [This option is " +"specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specifies no symbols should be automatically exported. [This option is " +"specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specifies quality of service of the virtual function\\&. Takes an integer in " +"the range 1\\&...4294967294\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Specifies the MAC address for the virtual function\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specifies the path of the iso9660 image that we wish to examine. The " +"options B<-i> and B<dev=>I<target> are mutual exclusive." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specifies the subsystem under which your program will execute. The legal " +"values for I<which> are CW<\\*(C`native\\*(C'>, CW<\\*(C`windows\\*(C'>, " +"\\&CW<\\*(C`console\\*(C'>, CW<\\*(C`posix\\*(C'>, and " +"CW<\\*(C`xbox\\*(C'>. You may optionally set the subsystem version also. " +"Numeric values are also accepted for \\&I<which>. [This option is specific " +"to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specifies the subsystem under which your program will execute. The legal " +"values for I<which> are CW<\\*(C`native\\*(C'>, CW<\\*(C`windows\\*(C'>, " +"\\&CW<\\*(C`console\\*(C'>, CW<\\*(C`posix\\*(C'>, and " +"CW<\\*(C`xbox\\*(C'>. You may optionally set the subsystem version also. " +"Numeric values are also accepted for \\&I<which>. [This option is specific " +"to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Specifies whether user authentication based on GSSAPI is allowed. The " +"default is E<.Cm no>." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Specifies which algorithms are allowed for signing of certificates by " +"certificate authorities (CAs). If the specified list begins with a E<.Sq +> " +"character, then the specified algorithms will be appended to the default set " +"instead of replacing them. If the specified list begins with a E<.Sq -> " +"character, then the specified algorithms (including wildcards) will be " +"removed from the default set instead of replacing them." +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Specifies which algorithms are allowed for signing of certificates by " +"certificate authorities (CAs). The default is:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Specify COSE algorithm used in credential generation\\&. The default value " +"is \"es256\"\\&. Supported values are \"es256\", \"rs256\" and \"eddsa\"\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify a B<--export-dynamic-symbol> for each pattern in the file. The " +"format of the file is the same as the version node without scope and node " +"name. See B<VERSION> for more information." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify a B<--export-dynamic-symbol> for each pattern in the file. The " +"format of the file is the same as the version node without scope and node " +"name. See B<\\s-1VERSION\\s0> for more information." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify a stack size for an ELF CW<\\*(C`PT_GNU_STACK\\*(C'> segment. " +"Specifying zero will override any default non-zero sized " +"\\&CW<\\*(C`PT_GNU_STACK\\*(C'> segment creation." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify a stack size for an \\s-1ELF\\s0 CW<\\*(C`PT_GNU_STACK\\*(C'> " +"segment. Specifying zero will override any default non-zero sized " +"\\&CW<\\*(C`PT_GNU_STACK\\*(C'> segment creation." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Specify a supplementary group. This option is available to the root user " +"only. The first specified supplementary group is also used as a primary " +"group if the option B<--group> is not specified." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "Specify an alternate configuration file\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Specify an object code format other than your system's default format." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Specify an option that controls aspects of SFTP protocol behaviour. The " +"valid options are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Specify how arguments to each I<name> should be completed. If the B<-p> " +"option is supplied, or if no options are supplied, existing completion " +"specifications are printed in a way that allows them to be reused as input. " +"The B<-r> option removes a completion specification for each I<name>, or, if " +"no I<name>s are supplied, all completion specifications. The B<-D> option " +"indicates that other supplied options and actions should apply to the " +"``default'' command completion; that is, completion attempted on a command " +"for which no completion has previously been defined. The B<-E> option " +"indicates that other supplied options and actions should apply to ``empty'' " +"command completion; that is, completion attempted on a blank line. The B<-" +"I> option indicates that other supplied options and actions should apply to " +"completion on the initial non-assignment word on the line, or after a " +"command delimiter such as B<;> or B<|>, which is usually command name " +"completion. If multiple options are supplied, the B<-D> option takes " +"precedence over B<-E>, and both take precedence over B<-I>. If any of B<-" +"D>, B<-E>, or B<-I> are supplied, any other I<name> arguments are ignored; " +"these completions only apply to the case specified by the option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_IBT and " +"GNU_PROPERTY_X86_FEATURE_1_SHSTK properties in input .note.gnu.property " +"section. B<cet-report=none>, which is the default, will make the linker not " +"report missing properties in input files. \\&B<cet-report=warning> will " +"make the linker issue a warning for missing properties in input files. " +"B<cet-report=error> will make the linker issue an error for missing " +"properties in input files. Note that B<ibt> will turn off the missing " +"GNU_PROPERTY_X86_FEATURE_1_IBT property report and B<shstk> will turn off " +"the missing GNU_PROPERTY_X86_FEATURE_1_SHSTK property report. Supported for " +"Linux/i386 and Linux/x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_LAM_U48 and " +"GNU_PROPERTY_X86_FEATURE_1_LAM_U57 properties in input .note.gnu.property " +"section. B<lam-report=none>, which is the default, will make the linker not " +"report missing properties in input files. \\&B<lam-report=warning> will " +"make the linker issue a warning for missing properties in input files. " +"B<lam-report=error> will make the linker issue an error for missing " +"properties in input files. Supported for Linux/x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_LAM_U48 " +"property in input .note.gnu.property section. \\&B<lam-u48-report=none>, " +"which is the default, will make the linker not report missing properties in " +"input files. \\&B<lam-u48-report=warning> will make the linker issue a " +"warning for missing properties in input files. B<lam-u48-report=error> will " +"make the linker issue an error for missing properties in input files. " +"Supported for Linux/x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify how to report the missing GNU_PROPERTY_X86_FEATURE_1_LAM_U57 " +"property in input .note.gnu.property section. \\&B<lam-u57-report=none>, " +"which is the default, will make the linker not report missing properties in " +"input files. \\&B<lam-u57-report=warning> will make the linker issue a " +"warning for missing properties in input files. B<lam-u57-report=error> will " +"make the linker issue an error for missing properties in input files. " +"Supported for Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify how to report the missing \\s-1GNU_PROPERTY_X86_FEATURE_1_IBT\\s0 " +"and \\&\\s-1GNU_PROPERTY_X86_FEATURE_1_SHSTK\\s0 properties in input .note." +"gnu.property section. B<cet-report=none>, which is the default, will make " +"the linker not report missing properties in input files. \\&B<cet-" +"report=warning> will make the linker issue a warning for missing properties " +"in input files. B<cet-report=error> will make the linker issue an error for " +"missing properties in input files. Note that B<ibt> will turn off the " +"missing \\&\\s-1GNU_PROPERTY_X86_FEATURE_1_IBT\\s0 property report and " +"B<shstk> will turn off the missing \\s-1GNU_PROPERTY_X86_FEATURE_1_SHSTK\\s0 " +"property report. Supported for Linux/i386 and Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify how to report the missing " +"\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U48\\s0 and " +"\\&\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U57\\s0 properties in input .note.gnu." +"property section. B<lam-report=none>, which is the default, will make the " +"linker not report missing properties in input files. \\&B<lam-" +"report=warning> will make the linker issue a warning for missing properties " +"in input files. B<lam-report=error> will make the linker issue an error for " +"missing properties in input files. Supported for Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify how to report the missing " +"\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U48\\s0 property in input .note.gnu." +"property section. \\&B<lam-u48-report=none>, which is the default, will " +"make the linker not report missing properties in input files. \\&B<lam-u48-" +"report=warning> will make the linker issue a warning for missing properties " +"in input files. B<lam-u48-report=error> will make the linker issue an error " +"for missing properties in input files. Supported for Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify how to report the missing " +"\\s-1GNU_PROPERTY_X86_FEATURE_1_LAM_U57\\s0 property in input .note.gnu." +"property section. \\&B<lam-u57-report=none>, which is the default, will " +"make the linker not report missing properties in input files. \\&B<lam-u57-" +"report=warning> will make the linker issue a warning for missing properties " +"in input files. B<lam-u57-report=error> will make the linker issue an error " +"for missing properties in input files. Supported for Linux/x86_64." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Specify one or more overrides to LogLevel. An override consists of a " +"pattern lists that matches the source file, function and line number to " +"force detailed logging for. For example, an override pattern of:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specify repo ids to check, can be specified multiple times (default is all " +"enabled)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Specify that the dynamic loader search for dependencies of this object " +"should ignore any default library search paths." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Specify that the dynamic loader should modify its symbol search order so " +"that symbols in this shared library interpose all other shared libraries not " +"so marked." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Specify that the object can not be dumped by CW<\\*(C`dldump\\*(C'>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Specify that the object is not available to CW<\\*(C`dlopen\\*(C'>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Specify that the object requires \\f(CB$ORIGIN\\fR handling in paths." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Specify that the object shouldn't be unloaded at runtime." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Specify that the object's filters be processed immediately at runtime." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the 1-byte CW<\\*(C`NOP\\*(C'> padding when transforming indirect " +"call to a locally defined function, foo, via its GOT slot. \\&B<call-" +"nop=prefix-addr> generates CW<\\*(C`0x67 call foo\\*(C'>. \\&B<call-" +"nop=suffix-nop> generates CW<\\*(C`call foo 0x90\\*(C'>. \\&B<call-" +"nop=prefix->I<byte> generates CW<\\*(C`>\\f(CIbyteCW< call foo\\*(C'>. " +"\\&B<call-nop=suffix->I<byte> generates CW<\\*(C`call foo " +">\\f(CIbyteCW<\\*(C'>. Supported for i386 and x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the 1-byte CW<\\*(C`NOP\\*(C'> padding when transforming indirect " +"call to a locally defined function, foo, via its \\s-1GOT\\s0 slot. " +"\\&B<call-nop=prefix-addr> generates CW<\\*(C`0x67 call foo\\*(C'>. " +"\\&B<call-nop=suffix-nop> generates CW<\\*(C`call foo 0x90\\*(C'>. " +"\\&B<call-nop=prefix->I<byte> generates CW<\\*(C`>\\f(CIbyteCW< call " +"foo\\*(C'>. \\&B<call-nop=suffix->I<byte> generates CW<\\*(C`call foo " +">\\f(CIbyteCW<\\*(C'>. Supported for i386 and x86_64." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the ELF symbol visibility for synthesized \\&CW<\\*(C`_\\|" +"_start_SECNAME\\*(C'> and CW<\\*(C`_\\|_stop_SECNAME\\*(C'> symbols. " +"I<value> must be exactly B<default>, \\&B<internal>, B<hidden>, or " +"B<protected>. If no B<-z start-stop-visibility> option is given, " +"B<protected> is used for compatibility with historical practice. However, " +"it's highly recommended to use B<-z start-stop-visibility=hidden> in new " +"programs and shared libraries so that these symbols are not exported between " +"shared objects, which is not usually what's intended." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the \\s-1ELF\\s0 symbol visibility for synthesized \\&CW<\\*(C`_\\|" +"_start_SECNAME\\*(C'> and CW<\\*(C`_\\|_stop_SECNAME\\*(C'> symbols. " +"I<value> must be exactly B<default>, \\&B<internal>, B<hidden>, or " +"B<protected>. If no B<-z start-stop-visibility> option is given, " +"B<protected> is used for compatibility with historical practice. However, " +"it's highly recommended to use B<-z start-stop-visibility=hidden> in new " +"programs and shared libraries so that these symbols are not exported between " +"shared objects, which is not usually what's intended." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specify the colors and other attributes used to display statistics on the " +"terminal. Its value is a colon-separated list of capabilities that defaults " +"to B<H=31;1:I=32;22:M=35;1:N=34;1:Z=34;22>. Supported capabilities are:" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Specify the colors and other attributes used to display statistics on the " +"terminal. Its value is a colon-separated list of capabilities that defaults " +"to B<I=32;22:N=34;1:W=35;1:X=31;1:Z=34;22>. Supported capabilities are:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the file alignment. Sections in the file will always begin at file " +"offsets which are multiples of this number. This defaults to 512. [This " +"option is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the file alignment. Sections in the file will always begin at file " +"offsets which are multiples of this number. This defaults to 512. [This " +"option is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"Specify the filesystem path prefix under which the reposync is allowed to " +"write. If not specified it defaults to download path of the repository. " +"Useful for repositories that use relative locations of packages out of " +"repository directory (e.g. \"../packages_store/foo.rpm\"). Use with care, " +"any file under the B<safe-write-path> can be overwritten. Can be only used " +"when syncing a single repository." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specify the location of the journal. The argument I<journal-location> can " +"either be specified as a block number, or if the number has a units suffix " +"(e.g., 'M', 'G', etc.) interpret it as the offset from the beginning of the " +"file system." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the name of a dynamic list file to the linker. This is typically " +"used when creating shared libraries to specify a list of global symbols " +"whose references shouldn't be bound to the definition within the shared " +"library, or creating dynamically linked executables to specify a list of " +"symbols which should be added to the symbol table in the executable. This " +"option is only meaningful on ELF platforms which support shared libraries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the name of a dynamic list file to the linker. This is typically " +"used when creating shared libraries to specify a list of global symbols " +"whose references shouldn't be bound to the definition within the shared " +"library, or creating dynamically linked executables to specify a list of " +"symbols which should be added to the symbol table in the executable. This " +"option is only meaningful on \\s-1ELF\\s0 platforms which support shared " +"libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the name of a version script to the linker. This is typically used " +"when creating shared libraries to specify additional information about the " +"version hierarchy for the library being created. This option is only fully " +"supported on ELF platforms which support shared libraries; see B<VERSION>. " +"It is partially supported on PE platforms, which can use version scripts to " +"filter symbol visibility in auto-export mode: any symbols marked B<local> in " +"the version script will not be exported." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the name of a version script to the linker. This is typically used " +"when creating shared libraries to specify additional information about the " +"version hierarchy for the library being created. This option is only fully " +"supported on \\s-1ELF\\s0 platforms which support shared libraries; see " +"B<\\s-1VERSION\\s0>. It is partially supported on \\s-1PE\\s0 platforms, " +"which can use version scripts to filter symbol visibility in auto-export " +"mode: any symbols marked B<local> in the version script will not be exported." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the number of bytes of memory to reserve (and optionally commit) to " +"be used as heap for this program. The default is 1MB reserved, 4K " +"committed. [This option is specific to the i386 PE targeted port of the " +"linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the number of bytes of memory to reserve (and optionally commit) to " +"be used as heap for this program. The default is 1MB reserved, 4K " +"committed. [This option is specific to the i386 \\s-1PE\\s0 targeted port " +"of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the number of bytes of memory to reserve (and optionally commit) to " +"be used as stack for this program. The default is 2MB reserved, 4K " +"committed. [This option is specific to the i386 PE targeted port of the " +"linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the number of bytes of memory to reserve (and optionally commit) to " +"be used as stack for this program. The default is 2MB reserved, 4K " +"committed. [This option is specific to the i386 \\s-1PE\\s0 targeted port " +"of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specify the number of decimal places to use (0 to 2, default value is 2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Specify the number of input files." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Specify the number of lines read between each call to I<callback>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Specify the x86-64 ISA level needed in .note.gnu.property section. " +"\\&B<x86-64-baseline> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_BASELINE\\*(C'>. \\&B<x86-64-v2> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V2\\*(C'>. \\&B<x86-64-v3> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V3\\*(C'>. \\&B<x86-64-v4> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V4\\*(C'>. Supported for Linux/i386 and " +"Linux/x86_64." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Specify the x86-64 \\s-1ISA\\s0 level needed in .note.gnu.property section. " +"\\&B<x86-64-baseline> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_BASELINE\\*(C'>. \\&B<x86-64-v2> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V2\\*(C'>. \\&B<x86-64-v3> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V3\\*(C'>. \\&B<x86-64-v4> generates " +"CW<\\*(C`GNU_PROPERTY_X86_ISA_1_V4\\*(C'>. Supported for Linux/i386 and " +"Linux/x86_64." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"Specify which output columns to print. Use B<--help> to get a list of all " +"supported columns. The default list of columns may be extended if list is " +"specified in the format I<+list>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Specifying a directory as I<mapfile> causes the linker map to be written as " +"a file inside the directory. Normally name of the file inside the directory " +"is computed as the basename of the I<output> file with CW<\\*(C`.map\\*(C'> " +"appended. If however the special character \\&CW<\\*(C`%\\*(C'> is used " +"then this will be replaced by the full path of the output file. " +"Additionally if there are any characters after the \\&I<%> symbol then " +"CW<\\*(C`.map\\*(C'> will no longer be appended." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Speed up the replay displaying this I<number> of times. The argument is a " +"floating-point number. It\\(cqs called divisor because it divides the " +"timings by this factor. This option overrides old-style arguments." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Split the data for modified packages between upgraded and downgraded " +"packages." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Start relative margin indent: moves the left margin I<i> to the right (if " +"I<i> is omitted, the prevailing indent value is used). A new prevailing " +"indent is set to 0.5 inches. As a result, all following paragraph(s) will " +"be indented until the corresponding B<\\&.RE>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Start the shell as a login shell with an environment similar to a real login:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Starting with bash-4.4, Bash has begun deprecating older compatibility " +"levels. Eventually, the options will be removed in favor of E<.SM> " +"B<BASH_COMPAT>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "State" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "Std" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Stops any character from being recognized as an escape character." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Store the I<args> in the history list as a single entry. The last command " +"in the history list is removed before the I<args> are added." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Strings starting with \"#\" may be comments, the same as with B<PBM>(1)\\&." +msgstr "" + +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Strings starting with \"#\" may be comments, the same as with B<PBM>(5)\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "" +"Strip symbols from binaries and libraries\\&. If you frequently use a " +"debugger on programs or libraries, it may be helpful to disable this " +"option\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Stubs for Deleted Documents" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Subheading I<t> (like B<\\&.SH>, but used for a subsection inside a section)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Supported hardware" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Suppresses normal output (quiet mode); the return status indicates whether " +"the I<optname> is set or unset. If multiple I<optname> arguments are given " +"with B<-q>, the return status is zero if all I<optnames> are enabled; non-" +"zero otherwise." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Suppresses the normal change of directory when removing directories from the " +"stack, so that only the stack is manipulated." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Suppresses the normal change of directory when rotating or adding " +"directories to the stack, so that only the stack is manipulated." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Suspend E<.Nm telnet>. This command only works when the user is using the " +"E<.Xr csh 1>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Suspend the execution of this shell until it receives a E<.SM> B<SIGCONT> " +"signal. A login shell, or a shell without job control enabled, cannot be " +"suspended; the B<-f> option can be used to override this and force the " +"suspension. The return status is 0 unless the shell is a login shell or job " +"control is not enabled and B<-f> is not supplied." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "Swap" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Swap suspend" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Switch to the local defaults for the special characters. The local default " +"characters are those of the local terminal at the time when E<.Nm telnet> " +"was started." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Switch to the remote defaults for the special characters. The remote " +"default characters are those of the remote system at the time when the E<.Tn " +"TELNET> connection was established." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Symbolic Name" +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Synchronize all packages and metadata from \"the_repo\" repository." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Synchronize all packages from the repository with id \"the_repo\". In this " +"case files are saved in \"/my/repos/path/the_repo\" directory." +msgstr "" + +#: fedora-40 fedora-rawhide debian-bookworm debian-unstable mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Synchronize all packages from the repository with id \"the_repo\". The " +"synchronized copy is saved in \"the_repo\" subdirectory of the current " +"working directory." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Synchronize packages of a remote DNF repository to a local directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "System" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "System Identity Options" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "System Manager's Manual" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "System call" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"System call was interrupted by a signal and will be restarted. (This can be " +"seen only during a trace.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TAB" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TAILQ" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "TERMPATH" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "THE FORMAT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "THE UDEV DATABASE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "THE [defaults] STANZA" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "THE [options] STANZA" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "TIME FORMATS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TIMEOUT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "TIPS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "TOKENS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TOP HALF INTEGRAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TRADE MARK SIGN" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "TRANSLATIONS FROM NONSTANDARD CAPABILITIES" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "TTY" +msgstr "" + +#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TZ" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Tab (ASCII 9)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Tags and values must be quoted using double quotes if they contain spaces. " +"Within a quoted string, the standard backslash interpretations apply: " +"\"\\en\" (for the newline character), \"\\et\" (for the tab character), " +"\"\\eb\" (for the backspace character), and \"\\e\\e\" (for the backslash " +"character)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Takes a boolean\\&. Allows one to set trust mode of the virtual function " +"(VF)\\&. When set, VF users can set a specific feature which may impact " +"security and/or performance\\&. When unset, the kernel\\*(Aqs default will " +"be used\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Takes a boolean\\&. Controls the MAC spoof checking\\&. When unset, the " +"kernel\\*(Aqs default will be used\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Takes a boolean\\&. Toggle the ability of querying the receive side scaling " +"(RSS) configuration of the virtual function (VF)\\&. The VF RSS information " +"like RSS hash key may be considered sensitive on some devices where this " +"information is shared between VF and the physical function (PF)\\&. When " +"unset, the kernel\\*(Aqs default will be used\\&." +msgstr "" + +#: 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\\&. This is " +"useful to operate on a system image mounted to the specified directory " +"instead of the host system itself\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Takes an boolean value\\&. When true, the kernel ignores multicast groups " +"handled by userspace\\&. Defaults to unset, and the kernel\\*(Aqs default is " +"used\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Takes an optional boolean argument\\&. If yes or without the argument, the " +"module will log debugging information as it operates\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Takes one of the special values \"datagram\" or \"connected\"\\&. Defaults " +"to unset, and the kernel\\*(Aqs default is used\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Task-Oriented" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "Tek" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Tektronix" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Tell readline not to append a space (the default) to words completed at the " +"end of the line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Tell readline not to quote the completed words if they are filenames " +"(quoting filenames is the default)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Tell readline not to sort the list of possible completions alphabetically." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Tell readline that the compspec generates filenames, so it can perform any " +"filename-specific processing (like adding a slash to directory names, " +"quoting special characters, or suppressing trailing spaces). Intended to be " +"used with shell functions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Tell the user what is going on by being verbose." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Tells the linker to accept input files whose architecture cannot be " +"recognised. The assumption is that the user knows what they are doing and " +"deliberately wants to link in these unknown input files. This was the " +"default behaviour of the linker, before release 2.14. The default behaviour " +"from release 2.14 onwards is to reject such input files, and so the B<--" +"accept-unknown-input-arch> option has been added to restore the old " +"behaviour." +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "Temporary" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Terminate the link text of the preceding B<\\&.UR> macro, with the optional " +"I<trailer> (if present, usually a closing parenthesis and/or end-of-sentence " +"punctuation) immediately following. For non-HTML output devices (e.g., " +"B<man -Tutf8>), the link text is followed by the URL in angle brackets; if " +"there is no link text, the URL is printed as its own link text, surrounded " +"by angle brackets. (Angle brackets may not be available on all output " +"devices.) For the HTML output device, the link text is hyperlinked to the " +"URL; if there is no link text, the URL is printed as its own link text." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "Terminfo" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The %b, %q, and %T directives all use the field width and precision " +"arguments from the format specification and write that many bytes from (or " +"use that wide a field for) the expanded argument, which usually contains " +"more characters than the original." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The --date=STRING is a mostly free format human readable date string such as " +"\"Sun, 29 Feb 2004 16:21:42 -0800\" or \"2004-02-29 16:21:42\" or even " +"\"next Thursday\". A date string may contain items indicating calendar " +"date, time of day, time zone, day of week, relative time, relative date, and " +"numbers. An empty string indicates the beginning of the day. The date " +"string format is more complex than is easily documented here but is fully " +"described in the info documentation." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The 68HC11 and 68HC12 linkers support specific options to control the memory " +"bank switching mapping and trampoline code generation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The AIO context specified by I<ctx_id> is invalid." +msgstr "" + +#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "The Anacron I<README> file." +msgstr "" + +#: debian-unstable +msgid "The Anacron I<README> file.\\&" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The B<--adf-mode> option select the ADF mode (simplex/duplex)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--auto-area-segmentation> switch activates the automatic area " +"segmentation for monochrome scans. The scanner will try to determine which " +"areas are text and which contain images. The image areas will be halftoned, " +"and the text will be improved. Valid options are \"yes\" and \"no\". The " +"default is \"yes\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--auto-eject> option will eject a page after scanning from the " +"document feeder." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--blue-gamma-table> parameter can be used to download a user defined " +"gamma table for the blue channel. The valid options are the same as for --" +"gamma-table." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--brightness> switch controls the brightness of the scan. Valid " +"options are integer values from -3 to 3. The default is 0. The larger the " +"brightness value, the brighter the image gets. If a user defined table for " +"the gamma correction is selected, the brightness parameter is not available." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--color-correction> switch controls the scanner's internal color " +"correction function. Valid options are \"No Correction\", \"Impact-dot " +"printers\", \"Thermal printers\", \"Ink-jet printers\" and \"CRT monitors\". " +"The default is \"CRT monitors\"." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<--compress-debug-sections=zlib> option is an alias for \\&B<--compress-" +"debug-sections=zlib-gabi>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--dropout> switch selects the so called dropout color. Valid options " +"are None, Red, Green and Blue. The default is None. The dropout color is " +"used for monochrome scanning and selects the color that is not scanned. This " +"can be used to e.g. scan an original with a colored background." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The B<--eject> option ejects the sheet in the ADF." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--film-type> option will select the film type for scans with the " +"transparency unit. This option is only activated if the TPU is selected as " +"scan source. Valid options are \"Negative Film\" and \"Positive Film\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--focus-position> option selects the focus position for all scans. " +"Valid options are \"Focus 2.5mm above glass\" and \"Focus on glass\". The " +"focus on the 2.5mm point above the glass is necessary for scans with the " +"transparency unit, so that the scanner can focus on the film if one of the " +"film holders is used. This option is only functional for selected scanners, " +"all other scanners will ignore this option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--gamma-correction> switch controls the scanner's internal gamma " +"correction. Valid options are \"Default\", \"User defined\", \"High density " +"printing\" \"Low density printing\" and \"High contrast printing\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--green-gamma-table> parameter can be used to download a user defined " +"gamma table for the green channel. The valid options are the same as for --" +"gamma-table." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--halftoning> switch selects the mode that is used in Binary mode. " +"Valid options are \"None\", \"Halftone A (Hard Tone)\", \"Halftone B (Soft " +"Tone)\", \"Halftone C (Net Screen)\", \"Dither A (4x4 Bayer)\", \"Dither B " +"(4x4 Spiral)\", \"Dither C (4x4 Net Screen)\", \"Dither D (8x4 Net " +"Screen)\", \"Text Enhanced Technology\", \"Download pattern A\", and " +"\"Download pattern B\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--mirror> option controls the way the image is scanned. By reading the " +"image data from right to left the image is mirrored. Valid options are " +"\"yes\" and \"no\". The default is \"no\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--mode> switch selects the basic mode of operation of the scanner. " +"Valid choices are Binary, Gray and Color. The Binary mode is black and " +"white only, Gray will produce 256 levels of gray or more depending on the " +"scanner and Color means 24 bit color mode or more depending on the scanner. " +"Some scanners will internally use 36 bit color, their external interface " +"however may only support 24 bits." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<--no-define-common> option allows decoupling the decision to assign " +"addresses to Common symbols from the choice of the output file type; " +"otherwise a non-Relocatable output type forces assigning addresses to Common " +"symbols. Using B<--no-define-common> allows Common symbols that are " +"referenced from a shared library to be assigned addresses only in the main " +"program. This eliminates the unused duplicate space in the shared library, " +"and also prevents any possible confusion over resolving to the wrong " +"duplicate when there are many dynamic modules with specialized search paths " +"for runtime symbol resolution." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"The B<--no-error-execstack> option will restore the default behaviour of " +"generating warning messages." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<--no-merge-exidx-entries> switch disables the merging of adjacent " +"exidx entries in frame unwind info." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--preview> option requests a preview scan. The frontend software " +"automatically selects a low resolution. Valid options are \"yes\" and " +"\"no\". The default is \"no\"." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<--push-state> allows one to preserve the current state of the flags " +"which govern the input file handling so that they can all be restored with " +"one corresponding B<--pop-state> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--red-gamma-table> parameter can be used to download a user defined " +"gamma table for the red channel. The valid options are the same as for --" +"gamma-table." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<--reduce-memory-overheads> switch may be also be used to enable other " +"tradeoffs in future versions of the linker." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--sharpness> switch sets the sharpness of the image data. Valid " +"options are integer values from -2 to 2, with -2 meaning \"Defocus\", -1 " +"\"Defocus slightly\", 0 \"Normal\", 1 \"Sharpen slightly\" and 2 \"Sharpen\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--unicode=escape> option displays them as escape sequences " +"(I<\\euxxxx>) and the B<--unicode=highlight> option displays them as escape " +"sequences highlighted in red (if supported by the output device). The " +"colouring is intended to draw attention to the presence of unicode sequences " +"where they might not be expected." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<--warn-common> option can produce five kinds of warnings. Each " +"warning consists of a pair of lines: the first describes the symbol just " +"encountered, and the second describes the previous symbol encountered with " +"the same name. One or both of the two symbols will be a common symbol." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<-F> option to the B<declare> builtin displays the source file name and " +"line number corresponding to each function name supplied as an argument." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The B<-f> option means to load the new builtin command I<name> from shared " +"object I<filename>, on systems that support dynamic loading. Bash will use " +"the value of the B<BASH_LOADABLES_PATH> variable as a colon-separated list " +"of directories in which to search for I<filename>. The default is system-" +"dependent. The B<-d> option will delete a builtin previously loaded with B<-" +"f>. If no I<name> arguments are given, or if the B<-p> option is supplied, " +"a list of shell builtins is printed. With no other option arguments, the " +"list consists of all enabled shell builtins. If B<-n> is supplied, only " +"disabled builtins are printed. If B<-a> is supplied, the list printed " +"includes all builtins, with an indication of whether or not each is " +"enabled. If B<-s> is supplied, the output is restricted to the POSIX " +"I<special> builtins. If no options are supplied and a I<name> is not a " +"shell builtin, B<enable> will attempt to load I<name> from a shared object " +"named I<name>, as if the command were" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<-n> option suppresses the command numbers when listing. The B<-r> " +"option reverses the order of the commands. If the B<-l> option is given, " +"the commands are listed on standard output. Otherwise, the editor given by " +"I<ename> is invoked on a file containing those commands. If I<ename> is not " +"given, the value of the E<.SM> B<FCEDIT> variable is used, and the value of " +"E<.SM> B<EDITOR> if E<.SM> B<FCEDIT> is not set. If neither variable is set," +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<-r> option is a synonym for the \\&B<--no-recurse-limit> option. The " +"B<-R> option is a synonym for the B<--recurse-limit> option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The B<-rpath> option is also used when locating shared objects which are " +"needed by shared objects explicitly included in the link; see the " +"description of the B<-rpath-link> option. Searching B<-rpath> in this way " +"is only supported by native linkers and cross linkers which have been " +"configured with the B<--with-sysroot> option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The B<-rpath> option may also be used on SunOS. By default, on SunOS, the " +"linker will form a runtime search path out of all the \\&B<-L> options it is " +"given. If a B<-rpath> option is used, the runtime search path will be " +"formed exclusively using the B<-rpath> options, ignoring the B<-L> options. " +"This can be useful when using gcc, which adds many B<-L> options which may " +"be on NFS mounted file systems." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The B<-rpath> option may also be used on SunOS. By default, on SunOS, the " +"linker will form a runtime search path out of all the \\&B<-L> options it is " +"given. If a B<-rpath> option is used, the runtime search path will be " +"formed exclusively using the B<-rpath> options, ignoring the B<-L> options. " +"This can be useful when using gcc, which adds many B<-L> options which may " +"be on \\s-1NFS\\s0 mounted file systems." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<gai_strerror>(3) function translates these error codes to a human " +"readable string, suitable for error reporting." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The B<man> package has the following predefined strings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<nsswitch.conf>(5) file is the modern way of controlling the order of " +"host lookups." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"The B<rename> command is part of the util-linux package which can be " +"downloaded from" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The B<unset> builtin treats attempts to unset array subscripts B<@> and B<*> " +"differently depending on whether the array is indexed or associative, and " +"differently than in previous versions." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The BeOS kernel for example patches shared libraries at load time to select " +"whichever function is most appropriate for the current architecture. This " +"is used, for example, to dynamically select an appropriate memset function." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The C6X uClinux target uses a binary format called DSBT to support shared " +"libraries. Each shared library in the system needs to have a unique index; " +"all executables use an index of 0." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The C6X uClinux target uses a binary format called \\s-1DSBT\\s0 to support " +"shared libraries. Each shared library in the system needs to have a unique " +"index; all executables use an index of 0." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The CTF debuginfo format supports a section which encodes the names and " +"types of variables found in the program which do not appear in any symbol " +"table. These variables clearly cannot be looked up by address by " +"conventional debuggers, so the space used for their types and names is " +"usually wasted: the types are usually small but the names are often not. " +"\\&B<--ctf-variables> causes the generation of such a section. The default " +"behaviour can be restored with B<--no-ctf-variables>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The CW<\\*(C`md5\\*(C'> and CW<\\*(C`sha1\\*(C'> styles produces an " +"identifier that is always the same in an identical output file, but will be " +"unique among all nonidentical output files. It is not intended to be " +"compared as a checksum for the file's contents. A linked file may be " +"changed later by other tools, but the build ID bit string identifying the " +"original linked file does not change." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The CW<\\*(C`md5\\*(C'> and CW<\\*(C`sha1\\*(C'> styles produces an " +"identifier that is always the same in an identical output file, but will be " +"unique among all nonidentical output files. It is not intended to be " +"compared as a checksum for the file's contents. A linked file may be " +"changed later by other tools, but the build \\s-1ID\\s0 bit string " +"identifying the original linked file does not change." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"The CW<\\*(C`use warnings\\*(C'> pragma produces some lovely diagnostics. " +"It is enabled by default when you say CW<\\*(C`use v5.35\\*(C'> (or " +"higher). One can also use the B<-w> flag, but its use is normally " +"discouraged, because it gets applied to all executed Perl code, including " +"that not under your control." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The DNS stub resolver on 127\\&.0\\&.0\\&.53 provides the full feature set " +"of the local resolver, which includes offering LLMNR/MulticastDNS " +"resolution\\&. The DNS stub resolver on 127\\&.0\\&.0\\&.54 provides a more " +"limited resolver, that operates in \"proxy\" mode only, i\\&.e\\&. it will " +"pass most DNS messages relatively unmodified to the current upstream DNS " +"servers and back, but not try to process the messages locally, and hence " +"does not validate DNSSEC, or offer up LLMNR/MulticastDNS\\&. (It will " +"translate to DNS-over-TLS communication if needed however\\&.)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "The E<.Nm telnet> command appeared in E<.Bx 4.2>." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"The E<.Nm telnet> command is used to communicate with another host using the " +"E<.Tn TELNET> protocol. If E<.Nm telnet> is invoked without the E<.Ar host> " +"argument, it enters command mode, indicated by its prompt E<.Pq Nm " +"telnet\\&E<gt>>. In this mode, it accepts and executes the commands listed " +"below. If it is invoked with arguments, it performs an E<.Ic open> command " +"with those arguments." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "The E<.Nm> command appeared in E<.Bx 4.3>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The GNU linker B<ld> is meant to cover a broad range of situations, and to " +"be as compatible as possible with other linkers. As a result, you have many " +"choices to control its behavior." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The HP-UX I<\\%\\%term\\%info> library supports two nonstandard I<\\%\\" +"%term\\%info> capabilities, B<meml> (memory lock) and B<memu> (memory " +"unlock). B<\\%captoinfo> discards these with a warning message." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I</usr/sbin/nfsidmap> program performs translations on behalf of the " +"kernel. The kernel uses the request-key mechanism to perform an upcall. I</" +"usr/sbin/nfsidmap> is invoked by /sbin/request-key, performs the " +"translation, and initializes a key with the resulting information. The " +"kernel then caches the translation results in the key." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<E<lt>numaif.hE<gt>> header is not included with glibc, but requires " +"installing I<libnuma-devel> or a similar package." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<action> field is as explained above but only applies to warnings that " +"match the remaining fields." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<action> may be one of the following to generate a list of possible " +"completions:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<addr> argument points to memory not in a valid part of the process " +"address space." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The I<archives> should be a list of archive files. They may be either " +"explicit file names, or B<-l> options." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<arg>s are read and concatenated together into a single command. This " +"command is then read and executed by the shell, and its exit status is " +"returned as the value of B<eval>. If there are no I<args>, or only null " +"arguments, B<eval> returns 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<category> field matches the warning category (ex: " +"\"DeprecationWarning\"). This must be a class name; the match test whether " +"the actual warning category of the message is a subclass of the specified " +"warning category." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<comp-option> controls several aspects of the compspec's behavior " +"beyond the simple generation of completions. I<comp-option> may be one of:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<flags> argument is a bit mask that is composed by ORing together zero " +"or more of the following values:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<flags> argument is provided to allow for future extensions and " +"currently must be set to 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<flags> argument is reserved for future use; currently, this argument " +"must be specified as 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<format> is a character string which contains three types of objects: " +"plain characters, which are simply copied to standard output, character " +"escape sequences, which are converted and copied to the standard output, and " +"format specifications, each of which causes printing of the next successive " +"I<argument>. In addition to the standard I<printf>(1) format " +"specifications, B<printf> interprets the following extensions:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<format> is reused as necessary to consume all of the I<arguments>. If " +"the I<format> requires more I<arguments> than are supplied, the extra format " +"specifications behave as if a zero value or null string, as appropriate, had " +"been supplied. The return value is zero on success, non-zero on failure." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<lineno> field matches the line number, where zero matches all line " +"numbers and is thus equivalent to an omitted line number." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<message> field must match the whole printed warning message; this " +"match is case-insensitive." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The I<mmsghdr> structure is defined in I<E<lt>sys/socket.hE<gt>> as:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<mode> argument may also include an optional I<mode flag>. The " +"supported I<mode flags> are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The I<mode> argument must include one of the following values:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<module> field matches the (fully-qualified) module name; this match is " +"case-sensitive." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<msgvec> argument is a pointer to an array of I<mmsghdr> structures. " +"The size of this array is specified in I<vlen>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The I<option-name> can be one of the following:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"The I<perldoc> program gives you access to all the documentation that comes " +"with Perl. You can get more documentation, tutorials and community support " +"online at E<lt>https://www.perl.org/E<gt>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<pw_gecos> field is not specified in POSIX, but is present on most " +"implementations." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The I<wordlist> is split using the characters in the E<.SM> B<IFS> special " +"variable as delimiters, and each resultant word is expanded. Shell quoting " +"is honored within I<wordlist>, in order to provide a mechanism for the words " +"to contain shell metacharacters or characters in the value of E<.SM> " +"B<IFS>. The possible completions are the members of the resultant list " +"which match the word being completed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The Linux NFS server can provide the client's I<caller_name> or the client's " +"network address to B<rpc.statd>. For the purposes of the NSM protocol, this " +"name or address is known as the monitored peer's I<mon_name>. In addition, " +"the local lock manager tells B<rpc.statd> what it thinks its own hostname " +"is. For the purposes of the NSM protocol, this hostname is known as " +"I<my_name>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "" +"The Linux hwmon user interface documentation:\n" +"https://www.kernel.org/doc/html/latest/hwmon/sysfs-interface.html\n" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The NFSv4 protocol represents the local system's UID and GID values on the " +"wire as strings of the form I<user@domain>. The process of translating from " +"UID to string and string to UID is referred to as \"ID mapping.\"" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The PE variants of the COFF object format add an extension that permits the " +"use of section names longer than eight characters, the normal limit for " +"COFF. By default, these names are only allowed in object files, as fully-" +"linked executable images do not carry the COFF string table required to " +"support the longer names. As a GNU extension, it is possible to allow their " +"use in executable images as well, or to (probably pointlessly!) disallow it " +"in object files, by using these two options. Executable images generated " +"with these long section names are slightly non-standard, carrying as they do " +"a string table, and may generate confusing output when examined with non-GNU " +"PE-aware tools, such as file viewers and dumpers. However, GDB relies on " +"the use of PE long section names to find Dwarf-2 debug information sections " +"in an executable image at runtime, and so if neither option is specified on " +"the command-line, B<ld> will enable long section names, overriding the " +"default and technically correct behaviour, when it finds the presence of " +"debug information while linking an executable image and not stripping " +"symbols. [This option is valid for all PE targeted ports of the linker]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "The Perl Cookbook" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +#, no-wrap +msgid "The Perl Cookbook (the \"Ram Book\"):" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"The Perl motto is \"There's more than one way to do it.\" Divining how many " +"more is left as an exercise to the reader." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"The Ram is a cookbook with hundreds of examples of using Perl to accomplish " +"specific tasks:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The Sun macro B<TX> is not implemented." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The TECO VM number can usually be found at the back of the scanner. It is " +"also part of the FCC ID." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The UTS nodename of your systems should match the DNS names that NFS peers " +"use to contact them" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The UTS nodenames of your systems should always be fully qualified domain " +"names" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The [Link] section accepts the following keys:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The [SR-IOV] section accepts the following keys\\&. Specify several [SR-IOV] " +"sections to configure several SR-IOVs\\&. SR-IOV provides the ability to " +"partition a single physical PCI resource into virtual PCI functions which " +"can then be injected into a VM\\&. In the case of network VFs, SR-IOV " +"improves north-south network performance (that is, traffic with endpoints " +"outside the host machine) by allowing traffic to bypass the host " +"machine\\(cqs network stack\\&." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The \\s-1CTF\\s0 debuginfo format supports a section which encodes the names " +"and types of variables found in the program which do not appear in any " +"symbol table. These variables clearly cannot be looked up by address by " +"conventional debuggers, so the space used for their types and names is " +"usually wasted: the types are usually small but the names are often not. " +"\\&B<--ctf-variables> causes the generation of such a section. The default " +"behaviour can be restored with B<--no-ctf-variables>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The \\s-1GNU\\s0 linker B<ld> is meant to cover a broad range of situations, " +"and to be as compatible as possible with other linkers. As a result, you " +"have many choices to control its behavior." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The \\s-1PE\\s0 variants of the \\s-1COFF\\s0 object format add an extension " +"that permits the use of section names longer than eight characters, the " +"normal limit for \\s-1COFF.\\s0 By default, these names are only allowed in " +"object files, as fully-linked executable images do not carry the " +"\\s-1COFF\\s0 string table required to support the longer names. As a " +"\\s-1GNU\\s0 extension, it is possible to allow their use in executable " +"images as well, or to (probably pointlessly!) disallow it in object files, " +"by using these two options. Executable images generated with these long " +"section names are slightly non-standard, carrying as they do a string table, " +"and may generate confusing output when examined with non-GNU PE-aware tools, " +"such as file viewers and dumpers. However, \\&\\s-1GDB\\s0 relies on the " +"use of \\s-1PE\\s0 long section names to find Dwarf-2 debug information " +"sections in an executable image at runtime, and so if neither option is " +"specified on the command-line, B<ld> will enable long section names, " +"overriding the default and technically correct behaviour, when it finds the " +"presence of debug information while linking an executable image and not " +"stripping symbols. [This option is valid for all \\s-1PE\\s0 targeted ports " +"of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The action names can be abbreviated as desired and the interpreter will " +"resolve them to the appropriate action name. For example, B<-Wi> is the same " +"as B<-Wignore .>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The alternative form of these tokens - I<${ORIGIN}> and \\&I<${LIB}> can " +"also be used. The token \\f(CI$PLATFORM\\fR is not supported." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The alternative form of these tokens - I<${\\s-1ORIGIN\\s0}> and " +"\\&I<${\\s-1LIB\\s0}> can also be used. The token \\f(CI$PLATFORM\\fR is " +"not supported." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The argument I<wc> must be representable as a I<wchar_t> and be a valid " +"character in the locale or be the value B<WEOF>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The argument to B<getsockopt>(2) is a pointer to a buffer of the specified " +"length in bytes into which the security context string will be copied. If " +"the buffer length is less than the length of the security context string, " +"then B<getsockopt>(2) returns -1, sets I<errno> to B<ERANGE>, and returns " +"the required length via I<optlen>. The caller should allocate at least " +"B<NAME_MAX> bytes for the buffer initially, although this is not guaranteed " +"to be sufficient. Resizing the buffer to the returned length and retrying " +"may be necessary." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The arguments I<arg2>, I<arg3>, I<arg4>, and I<arg5> are ignored." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The arguments I<arg3>, I<arg4>, and I<arg5> are ignored." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 +msgid "" +"The author of the original sources (1993 .\\|.\\|. 1998) is Eric Youngdale " +"E<lt>ericy@gnu.ai.mit.eduE<gt> or E<lt>eric@andante.jic.comE<gt> is to blame " +"for these shoddy hacks. J\\*org Schilling wrote the SCSI transport library " +"and its adaptation layer to the programs and newer parts (starting from " +"1999) of the utilities, this makes them Copyright (C) 1999-2004 J\\*org " +"Schilling. Patches to improve general usability would be gladly accepted." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The availability of this option is controlled by a configure time switch, so " +"it may not be present in specific implementations." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "The available channel types include:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The backend may be used with Epson scanners that are not yet listed under " +"the list of supported devices. A scanner that is not recognized may default " +"to the function level B3, which means that not all functions that the " +"scanner may be capable of are accessible." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The backend was written by Panasonic Russia Ltd." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "The behavior implied by the B<use warnings> pragma is not mandatory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The behavior of these functions depends on the B<LC_CTYPE> category of the " +"locale." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The behaviour for shared libraries on their own can also be controlled by " +"the B<--[no-]allow-shlib-undefined> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The byte order for integers in the stored database metadata. The number " +"should represent the order as an integer; for example, big endian order " +"would be the number 4,321. If I<lorder> is 0 (no order is specified), the " +"current host order is used." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The call timed out before a message could be transferred." +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; see B<signal>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The call would change the caller's real UID (i.e., I<ruid> does not match " +"the caller's real UID), but there was a temporary failure allocating the " +"necessary kernel data structures." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The call would have blocked, and I<abs_timeout> was invalid, either because " +"I<tv_sec> was less than zero, or because I<tv_nsec> was less than zero or " +"greater than 1000 million." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The caller does not have the required privileges." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The color correction coefficients B<--cct-1 --cct-2 --cct-3 ... --cct-9> " +"will install color correction coefficients for the user defined color " +"correction. Values are specified as integers in the range -127..127." +msgstr "" + +#: debian-bookworm +msgid "" +"The column name will be modified to contain only characters allowed for " +"shell variable identifiers. This is usable, for example, with B<--export>. " +"Note that this feature has been automatically enabled for B<--export> in " +"version 2.37, but due to compatibility issues, now it\\(cqs necessary to " +"request this behavior by B<--shell>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The command I<arg> is to be read and executed when the shell receives " +"signal(s) I<sigspec>. If I<arg> is absent (and there is a single " +"I<sigspec>) or B<->, each specified signal is reset to its original " +"disposition (the value it had upon entrance to the shell). If I<arg> is the " +"null string the signal specified by each I<sigspec> is ignored by the shell " +"and by the commands it invokes. If I<arg> is not present and B<-p> has been " +"supplied, then the trap commands associated with each I<sigspec> are " +"displayed. If no arguments are supplied or if only B<-p> is given, B<trap> " +"prints the list of commands associated with each signal. The B<-l> option " +"causes the shell to print a list of signal names and their corresponding " +"numbers. Each I<sigspec> is either a signal name defined in E<lt>I<signal." +"h>E<gt>, or a signal number. Signal names are case insensitive and the E<." +"SM> B<SIG> prefix is optional." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"The commands take effect immediately, i.e., it is not necessary to type a " +"carriage return. Up to the time when the command character itself is given, " +"the user may hit the line kill character to cancel the numerical argument " +"being formed. In addition, the user may hit the erase character to " +"redisplay the --More-- message." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The commands to select the type face are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The connection was unexpectedly closed or shut down by the other end." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "The container \"rawhide\" is spawned using B<systemd-nspawn>(1):" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The debugging output is sent to the debugging file, which may be printed " +"using I<uulog -D.>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The default behaviour is to report errors for any undefined symbols " +"referenced in shared libraries if the linker is being used to create an " +"executable, but to allow them if the linker is being used to create a shared " +"library." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The default compression behaviour varies depending upon the target involved " +"and the configure options used to build the toolchain. The default can be " +"determined by examining the output from the linker's \\&B<--help> option." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "The default directories, normally I</lib> and I</usr/lib>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The default directory for screen mappings." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The default format is taken from the environment variable " +"\\&CW<\\*(C`GNUTARGET\\*(C'>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The default if B<--orphan-handling> is not given is CW<\\*(C`place\\*(C'>." +msgstr "" + +#: debian-bookworm debian-unstable +msgid "" +"The default is E<.Dq gss-group14-sha256-,gss-group16-sha512-,gss-nistp256-" +"sha256-,gss-curve25519-sha256-,gss-gex-sha1-,gss-group14-sha1->. This " +"option only applies to connections using GSSAPI." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The default is handled system-wide by E<.Xr crypto-policies 7>. Information " +"about defaults, how to modify the defaults and how to customize existing " +"policies with sub-policies are present in manual page E<.Xr update-crypto-" +"policies 8>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide debian-bookworm +#: mageia-cauldron opensuse-tumbleweed +msgid "The default is not to expire channels of any type for inactivity." +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed +msgid "The default is:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The default list of columns may be extended if I<list> is specified in the " +"format I<+list> (e.g., B<-o +UUID>)." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"The default output is subject to change. So whenever possible, you should " +"avoid using default outputs in your scripts. Always explicitly define " +"expected columns by using B<--output>." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"The default output is subject to change. So whenever possible, you should " +"avoid using default outputs in your scripts. Always explicitly define " +"expected columns by using the B<--output> option together with a columns " +"list in environments where a stable output is required." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The default set of paths searched (without being specified with \\&B<-L>) " +"depends on which emulation mode B<ld> is using, and in some cases also on " +"how it was configured." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"The default state depends upon how the linker was configured when it was " +"built. The B<--no-warn-execstack> option always puts the linker into the no-" +"warnings state. The B<--warn-execstack> option puts the linker into the " +"warn-always state. The \\&B<--warn-execstack-objects> option puts the " +"linker into the warn-for-object-files-only state." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The default value is 0177, which creates a Unix-domain socket file that is " +"readable and writable only by the owner. Note that not all operating " +"systems honor the file mode on Unix-domain socket files." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The definition of B<FLT_RADIX> can be obtained by including I<E<lt>float." +"hE<gt>>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "The difference in the plain format is:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The disk device." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The dispositions for B<SIGKILL> and B<SIGSTOP> cannot be changed." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The driver uses the MS Windows Driver Model. This option is disabled by " +"default." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The driver uses the \\s-1MS\\s0 Windows Driver Model. This option is " +"disabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The effect is as if the shell command" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The effects of this option can be reverted by using CW<\\*(C`-z " +"undefs\\*(C'>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "The elements of this structure are as follows:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The environment variable B<PATH> may be different on systems where I</bin> " +"and I</sbin> are merged into I</usr>; this variable is also affected by the " +"B<--login> command-line option and the PAM system setting (e.g., " +"B<pam_env>(8))." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The error values given below result from filesystem type independent " +"errors. Each filesystem type may have its own special errors and its own " +"special behavior. See the Linux kernel source code for details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The expression is false." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The expression is parsed and evaluated according to precedence using the " +"rules listed above." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The expression is true if and only if the argument is not null." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The field I<aiocbp-E<gt>aio_lio_opcode> is ignored." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The field descriptions are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The fields are as follows:" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "The fields shown in each line are as follows:" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The file I</etc/request-key.conf> will need to be modified so I</sbin/" +"request-key> can properly direct the upcall. The following line should be " +"added before a call to keyctl negate:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The file descriptor on which the I/O operation is to be performed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The file is assumed to be already compressed. Rename the file and try again." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The filesystem does not support this call." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The first character of I<delim> is used to terminate each input line, rather " +"than newline. If I<delim> is the empty string, B<mapfile> will terminate a " +"line when it reads a NUL character." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The first character of I<delim> is used to terminate the input line, rather " +"than newline. If I<delim> is the empty string, B<read> will terminate a " +"line when it reads a NUL character." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The first command in a man page (after comment lines, that is, lines that " +"start with B<.\\e\">) should be" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The first file locking interaction between an NFS client and server causes " +"the NFS lock managers on both peers to contact their local NSM service to " +"store information about the opposite peer. On Linux, the local lock manager " +"contacts B<rpc.statd>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The first form lists the active jobs. The options have the following " +"meanings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The first form selects a range of commands from I<first> to I<last> from the " +"history list and displays or edits and re-executes them. I<First> and " +"I<last> may be specified as a string (to locate the last command beginning " +"with that string) or as a number (an index into the history list, where a " +"negative number is used as an offset from the current command number). When " +"listing, a I<first> or I<last> of 0 is equivalent to -1 and -0 is equivalent " +"to the current command (usually the B<fc> command); otherwise 0 is " +"equivalent to -1 and -0 is invalid. If I<last> is not specified, it is set " +"to the current command for listing (so that" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "The flag value is specified by ORing any of the following values:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The following B<ioctl>(2) calls return information in I<value>. The " +"correct syntax is:" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"The following E<.Nm telnet> commands are available. Only enough of each " +"command to uniquely identify it need be typed (this is also true for " +"arguments to the E<.Ic mode>, E<.Ic set>, E<.Ic toggle>, E<.Ic unset>, E<.Ic " +"slc>, E<.Ic environ>, and E<.Ic display> commands)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The following conditions are applied in the order listed. If the first " +"argument is B<!>, the result is the negation of the three-argument " +"expression composed of the remaining arguments. the two-argument test using " +"the second and third arguments. If the first argument is exactly B<(> and " +"the fourth argument is exactly B<)>, the result is the two-argument test of " +"the second and third arguments. Otherwise, the expression is parsed and " +"evaluated according to precedence using the rules listed above." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The following conditions are applied in the order listed. If the second " +"argument is one of the binary conditional operators listed" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The following environment variables are initialized by the module and " +"available to the processes of the user\\*(Aqs session:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following manuals:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The following options are supported to control handling of GOT generation " +"when linking for 68K targets." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The following options are supported to control handling of \\s-1GOT\\s0 " +"generation when linking for 68K targets." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The following options are supported to control microMIPS instruction " +"generation and branch relocation checks for ISA mode transitions when " +"linking for MIPS targets." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The following options are supported to control microMIPS instruction " +"generation and branch relocation checks for \\s-1ISA\\s0 mode transitions " +"when linking for \\s-1MIPS\\s0 targets." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following options control how packages are displayed in the output:" +msgstr "" + +#: opensuse-leap-15-6 +msgid "The following options may also be used:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The following options set flags in the CW<\\*(C`DllCharacteristics\\*(C'> " +"field of the PE file header: [These options are specific to PE targeted " +"ports of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The following options set flags in the CW<\\*(C`DllCharacteristics\\*(C'> " +"field of the \\s-1PE\\s0 file header: [These options are specific to " +"\\s-1PE\\s0 targeted ports of the linker]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The following options set what packages are displayed. These options are " +"mutually exclusive, i.e. only one can be specified. If no option is " +"specified, the newest packages are shown." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following relations are defined in the I<[defaults]> stanza." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following relations are defined in the I<[options]> stanza." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The following remarks pertain to the original implementation of the feature " +"and are obsolete nowadays for Cygwin and MinGW targets." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following shell session demonstrates the use of the program:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The following table describes the behavior changes controlled by each " +"compatibility level setting. The B<compat>I<NN> tag is used as shorthand " +"for setting the compatibility level to I<NN> using one of the following " +"mechanisms. For versions prior to bash-5.0, the compatibility level may be " +"set using the corresponding B<compat>I<NN> shopt option. For bash-4.3 and " +"later versions, the E<.SM> B<BASH_COMPAT> variable is preferred, and it is " +"required for bash-5.1 and later versions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following variables are understood:" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "The following variables can be set." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The format of the dynamic list is the same as the version node without scope " +"and node name. See B<VERSION> for more information." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The format of the dynamic list is the same as the version node without scope " +"and node name. See B<\\s-1VERSION\\s0> for more information." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The format of the table is intentionally simple, so that it may be easily " +"processed by a script if necessary. The symbols are printed out, sorted by " +"name. For each symbol, a list of file names is given. If the symbol is " +"defined, the first file listed is the location of the definition. If the " +"symbol is defined as a common value then any files where this happens appear " +"next. Finally any files that reference the symbol are listed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The forward and reverse DNS mapping of the UTS nodenames should be consistent" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-editenv> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-editenv> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-file> is maintained as a Texinfo manual. " +"If the B<info> and B<grub-file> programs are properly installed at your " +"site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-fstest> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-fstest> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-glue-efi> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-glue-efi> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-install> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-install> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-kbdcomp> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-kbdcomp> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-macbless> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-macbless> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-menulst2cfg> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-menulst2cfg> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkconfig> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mkconfig> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkfont> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mkfont> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkimage> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mkimage> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mklayout> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mklayout> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mknetdir> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mknetdir> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkpasswd-pbkdf2> is maintained as a " +"Texinfo manual. If the B<info> and B<grub-mkpasswd-pbkdf2> programs are " +"properly installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkrelpath> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mkrelpath> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkrescue> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mkrescue> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-mkstandalone> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-mkstandalone> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-ofpathname> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-ofpathname> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-probe> is maintained as a Texinfo manual. " +"If the B<info> and B<grub-probe> programs are properly installed at your " +"site, the command" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-reboot> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-reboot> programs are properly installed " +"at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-render-label> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-render-label> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-script-check> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-script-check> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-set-default> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-set-default> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-sparc64-setup> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-sparc64-setup> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-syslinux2cfg> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-syslinux2cfg> programs are properly " +"installed at your site, the command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<wdiff> is maintained as a Texinfo manual. If " +"the B<info> and B<wdiff> programs are properly installed at your site, the " +"command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "The full form of argument is: I<action:message:category:module:lineno>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The functionality is not provided by the current system, because either the " +"hardware does not provide SPUs or the spufs module is not loaded." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The given I<names> are marked readonly; the values of these I<names> may not " +"be changed by subsequent assignment. If the B<-f> option is supplied, the " +"functions corresponding to the I<names> are so marked. The B<-a> option " +"restricts the variables to indexed arrays; the B<-A> option restricts the " +"variables to associative arrays. If both options are supplied, B<-A> takes " +"precedence. If no I<name> arguments are given, or if the B<-p> option is " +"supplied, a list of all readonly names is printed. The other options may be " +"used to restrict the output to a subset of the set of readonly names. The " +"B<-p> option causes output to be displayed in a format that may be reused as " +"input. If a variable name is followed by =I<word>, the value of the " +"variable is set to I<word>. The return status is 0 unless an invalid option " +"is encountered, one of the I<names> is not a valid shell variable name, or " +"B<-f> is supplied with a I<name> that is not a function." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The header of the output tables." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "" +"The hostname \"_gateway\" is resolved to all current default routing gateway " +"addresses, ordered by their metric\\&. This assigns a stable hostname to the " +"current gateway, useful for referencing it independently of the current " +"network configuration state\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "" +"The hostname \"_outbound\" is resolved to the local IPv4 and IPv6 addresses " +"that are most likely used for communication with other hosts\\&. This is " +"determined by requesting a routing decision to the configured default " +"gateways from the kernel and then using the local IP addresses selected by " +"this decision\\&. This hostname is only available if there is at least one " +"local default gateway configured\\&. This assigns a stable hostname to the " +"local outbound IP addresses, useful for referencing them independently of " +"the current network configuration state\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The hostname the client uses to mount the server should match the server's " +"I<mon_name> in SM_NOTIFY requests it sends" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The i386 PE linker supports the B<-shared> option, which causes the output " +"to be a dynamically linked library (DLL) instead of a normal executable. " +"You should name the output CW<\\*(C`*.dll\\*(C'> when you use this option. " +"In addition, the linker fully supports the standard \\&CW<\\*(C`*.def\\*(C'> " +"files, which may be specified on the linker command line like an object file " +"(in fact, it should precede archives it exports symbols from, to ensure that " +"they get linked in, just like a normal object file)." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The i386 \\s-1PE\\s0 linker supports the B<-shared> option, which causes the " +"output to be a dynamically linked library (\\s-1DLL\\s0) instead of a normal " +"executable. You should name the output CW<\\*(C`*.dll\\*(C'> when you use " +"this option. In addition, the linker fully supports the standard " +"\\&CW<\\*(C`*.def\\*(C'> files, which may be specified on the linker command " +"line like an object file (in fact, it should precede archives it exports " +"symbols from, to ensure that they get linked in, just like a normal object " +"file)." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The idmapper system uses four key descriptions:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The image base address may be relocated using address space layout " +"randomization (ASLR). This feature was introduced with MS Windows Vista for " +"i386 PE targets. This option is enabled by default but can be disabled via " +"the B<--disable-dynamicbase> option. This option also implies B<--enable-" +"reloc-section>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The image base address may be relocated using address space layout " +"randomization (\\s-1ASLR\\s0). This feature was introduced with \\s-1MS\\s0 " +"Windows Vista for i386 \\s-1PE\\s0 targets. This option is enabled by " +"default but can be disabled via the B<--disable-dynamicbase> option. This " +"option also implies B<--enable-reloc-section>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The image does not use SEH. No SE handler may be called from this image. " +"This option is disabled by default." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The image does not use \\s-1SEH.\\s0 No \\s-1SE\\s0 handler may be called " +"from this image. This option is disabled by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The image is Terminal Server aware. This option is disabled by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The image is compatible with the Data Execution Prevention. This feature " +"was introduced with MS Windows XP SP2 for i386 PE targets. The option is " +"enabled by default." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The image is compatible with the Data Execution Prevention. This feature " +"was introduced with \\s-1MS\\s0 Windows \\s-1XP SP2\\s0 for i386 \\s-1PE\\s0 " +"targets. The option is enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The implementation may also set I<errno> to B<EINVAL> in case no conversion " +"was performed (no digits seen, and 0 returned)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The info file about `gpm', which gives more complete information and " +"explains how to write a gpm client." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The input file has links; it is left unchanged. See I<ln>(1) for more " +"information. Use the B<-f> flag to force compression of multiply-linked " +"files." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The integral value returned by these functions may be too large to store in " +"an integer type (I<int>, I<long>, etc.). To avoid an overflow, which will " +"produce undefined results, an application should perform a range check on " +"the returned value before assigning it to an integer type." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"The intention is that this option will be used in conjunction with \\&B<--" +"add-gnu-debuglink> to create a two part executable. One a stripped binary " +"which will occupy less space in RAM and in a distribution and the second a " +"debugging information file which is only needed if debugging abilities are " +"required. The suggested procedure to create these files is as follows:" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"The intention is that this option will be used in conjunction with \\&B<--" +"add-gnu-debuglink> to create a two part executable. One a stripped binary " +"which will occupy less space in \\s-1RAM\\s0 and in a distribution and the " +"second a debugging information file which is only needed if debugging " +"abilities are required. The suggested procedure to create these files is as " +"follows:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The interpretation of I<newpath> is as for I<oldpath>, except that a " +"relative pathname is interpreted relative to the directory referred to by " +"the file descriptor I<newdirfd>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO, which " +"details NAT, and the netfilter-hacking-HOWTO which details the internals." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The isoinfo program is probably the program that is of the most use to the " +"general user." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The kernel could not allocate a free page to copy filenames or data into." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"The kernel keyring is then checked for a suitable cached password from " +"previous attempts\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The kernel source files I<Documentation/security/keys/core.rst> and " +"I<Documentation/keys/request-key.rst> (or, before Linux 4.13, in the files " +"I<Documentation/security/keys.txt> and I<Documentation/security/keys-request-" +"key.txt>)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The key quota for this user would be exceeded by creating this key or " +"linking it to the keyring." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The keyring wasn't available for modification by the user." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"The language is intended to be practical (easy to use, efficient, complete) " +"rather than beautiful (tiny, elegant, minimal). It combines (in the " +"author's opinion, anyway) some of the best features of B<sed>, \\&B<awk>, " +"and B<sh>, making it familiar and easy to use for Unix users to whip up " +"quick solutions to annoying problems. Its general-purpose programming " +"facilities support procedural, functional, and object-oriented programming " +"paradigms, making Perl a comfortable language for the long haul on major " +"projects, whatever your bent." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The least significant 9 bits of the I<mode> field of the I<ipc_perm> " +"structure define the access permissions for the shared memory segment. The " +"permission bits are as follows:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The linker processes B<--defsym> arguments and B<-T> arguments in order, " +"placing B<--defsym> before B<-T> will define the symbol before the linker " +"script from B<-T> is processed, while placing B<--defsym> after B<-T> will " +"define the symbol after the linker script has been processed. This " +"difference has consequences for expressions within the linker script that " +"use the \\&B<--defsym> symbols, which order is correct will depend on what " +"you are trying to achieve." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The linker supports a plethora of command-line options, but in actual " +"practice few of them are used in any particular context. For instance, a " +"frequent use of B<ld> is to link standard Unix object files on a standard, " +"supported Unix system. On such a system, to link a file CW<\\*(C`hello." +"o\\*(C'>:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The linker uses the following search paths to locate required shared " +"libraries:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The linker will create the file I<file> which will contain a DEF file " +"corresponding to the DLL the linker is generating. This DEF file (which " +"should be called CW<\\*(C`*.def\\*(C'>) may be used to create an import " +"library with CW<\\*(C`dlltool\\*(C'> or may be used as a reference to " +"automatically or implicitly exported symbols. [This option is specific to " +"the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"The linker will create the file I<file> which will contain a \\s-1DEF\\s0 " +"file corresponding to the \\s-1DLL\\s0 the linker is generating. This " +"\\s-1DEF\\s0 file (which should be called CW<\\*(C`*.def\\*(C'>) may be used " +"to create an import library with CW<\\*(C`dlltool\\*(C'> or may be used as a " +"reference to automatically or implicitly exported symbols. [This option is " +"specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "The linker will exit with an error if any orphan section is found." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The linker will place the orphan section as for CW<\\*(C`place\\*(C'> and " +"also issue a warning." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The linker will search an archive only once, at the location where it is " +"specified on the command line. If the archive defines a symbol which was " +"undefined in some object which appeared before the archive on the command " +"line, the linker will include the appropriate file(s) from the archive. " +"However, an undefined symbol in an object appearing later on the command " +"line will not cause the linker to search the archive again." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The list of B<shopt> options is:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The list of available MAC algorithms may also be obtained using E<.Qq ssh -Q " +"mac>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The list of available ciphers may also be obtained using E<.Qq ssh -Q " +"cipher>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The list of available signature algorithms may also be obtained using E<.Qq " +"ssh -Q HostKeyAlgorithms>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The list of available signature algorithms may also be obtained using E<.Qq " +"ssh -Q PubkeyAcceptedAlgorithms>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The local NFS lock manager alerts its local B<rpc.statd> of each remote peer " +"that should be monitored. When the local system reboots, the B<sm-notify> " +"command notifies the NSM service on monitored peers of the reboot. When a " +"remote reboots, that peer notifies the local B<rpc.statd>, which in turn " +"passes the reboot notification back to the local NFS lock manager." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The long and short forms of options, shown here as alternatives, are " +"equivalent." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"The major reference book on Perl, written by the creator of Perl, is " +"\\&I<Programming Perl>:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "The manpage was largely copied from the B<sane-dc210>(5) manpage." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The matches will be generated in the same way as if the programmable " +"completion code had generated them directly from a completion specification " +"with the same flags. If I<word> is specified, only those completions " +"matching I<word> will be displayed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum amount of cpu time in seconds" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The maximum amount of virtual memory available to the shell and, on some " +"systems, to its children" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of bytes in POSIX message queues" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of file locks" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of kqueues that may be allocated" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The maximum number of open file descriptors (most systems do not allow this " +"value to be set)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of pending signals" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of processes available to a single user" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of pseudoterminals" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum number of threads" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum real-time scheduling priority" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum resident set size (many systems do not honor this limit)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum scheduling priority (\"nice\")" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum size of a process's data segment" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum size of core files created" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum size of files written by the shell and its children" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum size that may be locked into memory" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum socket buffer size" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The maximum stack size" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The maximum time a real-time process can run before blocking, in microseconds" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The message queue was removed." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "The most popular books" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "The name of the file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The number of heads (sides)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The only flag that can be set right now is I<strict> which means that " +"invalid strings should be rejected by the file system. In the default " +"configuration, the I<strict> flag is disabled." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The only mandatory heading is NAME, which should be the first section and be " +"followed on the next line by a one-line description of the program:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The operation is defined only on a connected socket, but the socket wasn't " +"connected." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The operation is not permitted because the caller lacks a required " +"capability." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The option which are covered are: B<-Bdynamic>, B<-Bstatic>, \\&B<-dn>, B<-" +"dy>, B<-call_shared>, B<-non_shared>, \\&B<-static>, B<-N>, B<-n>, B<--whole-" +"archive>, \\&B<--no-whole-archive>, B<-r>, B<-Ur>, \\&B<--copy-dt-needed-" +"entries>, B<--no-copy-dt-needed-entries>, \\&B<--as-needed>, B<--no-as-" +"needed>, and B<-a>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The options (if present) consist of comma-separated option specifications. " +"No spaces are permitted, except within double quotes. The following option " +"specifications are supported (note that option keywords are case-" +"insensitive):" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "The options B<-i> and B<dev=>I<target> are mutual exclusive." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The options are off by default unless otherwise noted. Using + rather than " +"- causes these options to be turned off. The options can also be specified " +"as arguments to an invocation of the shell. The current set of options may " +"be found in B<$->. The return status is always true unless an invalid " +"option is encountered." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"The options can be specified multiple times. Their contents accumulate. " +"The remappings will be processed in the order in which they occur on the " +"command line, and if they come from a file, in the order in which they occur " +"in the file. If a match is made, no further checking for that filename will " +"be performed." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The options common to all programs are B<-help>,B<-h>,B<-version>, " +"B<i>I<=name,>B<dev>I<=name.> The B<isoinfo> program has additional command " +"line options. The options are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The options should be fully described by the description or tooltips given " +"by frontend. Here is a description of some of the most important options, in " +"the syntax with which they must be supplied to B<scanimage>(1):" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The other functions do not return a value." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The other functions perform the same task for I<float> and I<long double>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The parallel interface can be configured in two ways: An integer value " +"starting at the beginning of a line will be interpreted as the IO address of " +"the parallel port. To make it clearer that a configured IO address is a " +"parallel port the port address can be preceded by the string \"PIO\". The " +"PIO connection does not use a special device file in the I</dev> directory. " +"The IO address can be specified in hex mode (prefixed with \"0x\")." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The partition number." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The pathname expansion pattern I<globpat> is expanded to generate the " +"possible completions." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The paths can also be specified in a link script with the " +"\\&CW<\\*(C`SEARCH_DIR\\*(C'> command. Directories specified this way are " +"searched at the point in which the linker script appears in the command line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The pipe size in 512-byte blocks (this may not be set)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The positional parameters from I<n>+1 ... are renamed to B<$1> B<....> " +"Parameters represented by the numbers B<$#> down to B<$#>-I<n>+1 are unset. " +"I<n> must be a non-negative number less than or equal to B<$#>. If I<n> is " +"0, no parameters are changed. If I<n> is not given, it is assumed to be 1. " +"If I<n> is greater than B<$#>, the positional parameters are not changed. " +"The return status is greater than zero if I<n> is greater than B<$#> or less " +"than zero; otherwise 0." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The possible keywords and their meanings are as follows (note that keywords " +"are case-insensitive and arguments are case-sensitive):" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The process can have a distinct view of B<CLOCK_MONOTONIC> and/or " +"B<CLOCK_BOOTTIME> which can be changed using I</proc/self/timens_offsets>. " +"For further details, see B<time_namespaces>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The process of applying these completion specifications when word completion " +"is attempted is described" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The process will have a distinct set of UIDs, GIDs and capabilities. For " +"further details, see B<user_namespaces>(7)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The process will have a virtualized view of I</proc/self/cgroup>, and new " +"cgroup mounts will be rooted at the namespace cgroup root. For further " +"details, see B<cgroup_namespaces>(7)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The process will have an independent namespace for POSIX message queues as " +"well as System V message queues, semaphore sets and shared memory segments. " +"For further details, see B<ipc_namespaces>(7)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The process will have independent IPv4 and IPv6 stacks, IP routing tables, " +"firewall rules, the I</proc/net> and I</sys/class/net> directory trees, " +"sockets, etc. For further details, see B<network_namespaces>(7)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"The program may have buffer overflows in the command line parser: be sure to " +"not pass untrusted data to it. It should be rewritten to use a dynamic " +"strings library." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The programmer must ensure that there is room for at least I<dsize> wide " +"characters at I<dest>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The programmer must ensure that there is room for at least I<len> bytes at " +"I<dest>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The programmer must ensure that there is room for at least I<len> wide " +"characters at I<dest>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The programmer must ensure that there is room for at least I<wcslen(src)+1> " +"wide characters at I<dest>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The reasons for allowing undefined symbol references in shared libraries " +"specified at link time are that:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "The recognized keywords are:" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"The renaming has no safeguards by default or without any one of the options " +"B<--no-overwrite>, B<--interactive> or B<--no-act>. If the user has " +"permission to rewrite file names, the command will perform the action " +"without any questions. For example, the result can be quite drastic when the " +"command is run as root in the I</lib> directory. Always make a backup before " +"running the command, unless you truly know what you are doing." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The requested command could not be executed" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The requested command was not found" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The result cannot be represented." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The resulting value was out of range." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The return status is 0 unless no command matches I<pattern>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The return status when listing options is zero if all I<optnames> are " +"enabled, non-zero otherwise. When setting or unsetting options, the return " +"status is zero unless an I<optname> is not a valid shell option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The return value is 0 unless a I<name> is not a shell builtin or there is an " +"error loading a new builtin from a shared object." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The return value is 0 unless an invalid option is supplied or I<n> indexes " +"beyond the end of the directory stack." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The return value is 0 unless an unrecognized option is given or an error " +"occurred." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The return value is true unless an invalid option is supplied, an attempt is " +"made to modify the options for a I<name> for which no completion " +"specification exists, or an output error occurs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The return value is true unless an invalid option is supplied, an option " +"other than B<-p> or B<-r> is supplied without a I<name> argument, an attempt " +"is made to remove a completion specification for a I<name> for which no " +"specification exists, or an error occurs adding a completion specification." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The return value is true unless an invalid option is supplied, or no matches " +"were generated." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The same function may be registered multiple times: it is called once for " +"each registration." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The security context string may include a terminating null character in the " +"returned length, but is not guaranteed to do so: a security context \"foo\" " +"might be represented as either {'f','o','o'} of length 3 or " +"{'f','o','o','\\e0'} of length 4, which are considered to be " +"interchangeable. The string is printable, does not contain non-terminating " +"null characters, and is in an unspecified encoding (in particular, it is not " +"guaranteed to be ASCII or UTF-8)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The semaphore set was removed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The set-user-ID and set-group-ID bits are ignored by B<exec>(3) for " +"executable files on this filesystem" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "The shell always postpones exiting if any jobs are stopped." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The shell function I<function> is executed in the current shell " +"environment. When the function is executed, the first argument (B<$1>) is " +"the name of the command whose arguments are being completed, the second " +"argument (B<$2>) is the word being completed, and the third argument (B<$3>) " +"is the word preceding the word being completed on the current command line. " +"When it finishes, the possible completions are retrieved from the value of " +"the E<.SM> B<COMPREPLY> array variable." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "The shell performs brace expansion (see B<Brace Expansion>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The shell sets this option if it is started as a login shell (see E<.SM> " +"B<INVOCATION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The shell sets this option if it is started in restricted mode (see E<.SM> " +"B<RESTRICTED SHELL>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The simplest settings apply a particular action unconditionally to all " +"warnings emitted by a process (even those that are otherwise ignored by " +"default):" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The size of the string (including the terminating null byte) specified in " +"I<type> or I<description> exceeded the limit (32 bytes and 4096 bytes " +"respectively)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "The sorting options are not implemented." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The specified archives are searched repeatedly until no new undefined " +"references are created. Normally, an archive is searched only once in the " +"order that it is specified on the command line. If a symbol in that archive " +"is needed to resolve an undefined symbol referred to by an object in an " +"archive that appears later on the command line, the linker would not be able " +"to resolve that reference. By grouping the archives, they will all be " +"searched repeatedly until all possible references are resolved." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"The standards require that the argument I<c> for these functions is either " +"B<EOF> or a value that is representable in the type I<unsigned char>. If " +"the argument I<c> is of type I<char>, it must be cast to I<unsigned char>, " +"as in the following example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The supplied I<names> are marked for automatic export to the environment of " +"subsequently executed commands. If the B<-f> option is given, the I<names> " +"refer to functions. If no I<names> are given, or if the B<-p> option is " +"supplied, a list of names of all exported variables is printed. The B<-n> " +"option causes the export property to be removed from each I<name>. If a " +"variable name is followed by =I<word>, the value of the variable is set to " +"I<word>. B<export> returns an exit status of 0 unless an invalid option is " +"encountered, one of the I<names> is not a valid shell variable name, or B<-" +"f> is supplied with a I<name> that is not a function." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "The supported ciphers are:" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The system derives the I<user> part of the string by performing a password " +"or group lookup. The lookup mechanism is configured in I</etc/idmapd.conf>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The system timezone database directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The system timezone file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The target process does not exist (i.e., it has terminated and been waited " +"on)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"The terminal is set to I<noecho> mode by this program so that the output can " +"be continuous. What you type will thus not show on your terminal, except " +"for the / and ! commands." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "" +"The thinkpad_acpi interface documentation:\n" +"https://www.kernel.org/doc/html/latest/admin-guide/laptops/thinkpad-acpi.html\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"The three principal virtues of a programmer are Laziness, Impatience, and " +"Hubris. See the Camel Book for why." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"The tokens \\f(CI$ORIGIN\\fR and \\f(CI$LIB\\fR can appear in these search " +"directories. They will be replaced by the full path to the directory " +"containing the program or shared object in the case of \\f(CI$ORIGIN\\fR and " +"either B<lib> - for 32-bit binaries - or B<lib64> - for 64-bit binaries - in " +"the case of \\f(CI$LIB\\fR." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The total length of each MAC address must be 4 (for IPv4 tunnel), 6 (for " +"Ethernet), 16 (for IPv6 tunnel), or 20 (for InfiniBand)\\&. This option may " +"appear more than once, in which case the lists are merged\\&. If the empty " +"string is assigned to this option, the list of hardware addresses defined " +"prior to this is reset\\&. Defaults to unset\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"The tutorial started in the Llama continues in the Alpaca, which introduces " +"the intermediate features of references, data structures, object-oriented " +"programming, and modules:" +msgstr "" + +#: debian-bookworm +msgid "" +"The types I<size_t> and I<ssize_t> are, respectively, unsigned and signed " +"integer data types specified by POSIX.1." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The use of I<sighandler_t> is a GNU extension; this type is defined only if " +"the B<_GNU_SOURCE> feature test macro is defined." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The user file-creation mask is set to I<mode>. If I<mode> begins with a " +"digit, it is interpreted as an octal number; otherwise it is interpreted as " +"a symbolic mode mask similar to that accepted by I<chmod>(1). If I<mode> is " +"omitted, the current value of the mask is printed. The B<-S> option causes " +"the mask to be printed in symbolic form; the default output is an octal " +"number. If the B<-p> option is supplied, and I<mode> is omitted, the output " +"is in a form that may be reused as input. The return status is 0 if the " +"mode was successfully changed or if no I<mode> argument was supplied, and " +"false otherwise." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "The user interface really sucks." +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 on the filesystem has been exhausted." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "The value controls the verbosity of the backend." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The value given as an argument to B<setsockopt>(2) and returned as the " +"result of B<getsockopt>(2) is an integer boolean flag." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The value in the I<tv_nsec> field was not in the range [0, 999999999] or " +"I<tv_sec> was negative." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "The value may not be changed." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The value may not be changed. This is not reset when the startup files are " +"executed, allowing the startup files to discover whether or not a shell is " +"restricted." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The value specified in I<cmd> is not recognized by this kernel." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "The values assigned to symbols." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"The variable is treated as an integer; arithmetic evaluation (see E<.SM> " +"B<ARITHMETIC EVALUATION>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The various authors of the B<sane-fujitsu>(5) backend provided useful code." +msgstr "" + +#: debian-bookworm archlinux +msgid "" +"The verbose option is not identical to SVr4's. Under SVr4, instead of " +"following the B<-v> with a trace level n, you repeat it n times." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The warning messages." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The weighted scoring technique is described in detail in the " +"B<procmailsc>(5) man page." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "The welcome message." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"The whois protocol does not specify an encoding for characters which cannot " +"be represented by ASCII and implementations vary wildly. If the program " +"knows that a specific server uses a certain encoding, if needed it will " +"transcode the server output to the encoding specified by the current system " +"locale." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The words are assigned to sequential indices of the array variable I<aname>, " +"starting at 0. I<aname> is unset before any new values are assigned. Other " +"I<name> arguments are ignored." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +msgid "" +"There are many books on Perl and Perl-related. A few of these are good, some " +"are OK, but many aren't worth your money. There is a list of these books, " +"some with extensive reviews, at E<lt>https://www.perl.org/books/library." +"htmlE<gt> . We list some of the books here, and while listing a book implies " +"our endorsement, don't think that not including a book means anything." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"There are several ways to address this difficulty, regardless of the data " +"type of the exported variable:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"There are some operating systems, eg BeOS and HPPA, where undefined symbols " +"in shared libraries are normal." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"There are some operating systems, eg BeOS and \\s-1HPPA,\\s0 where undefined " +"symbols in shared libraries are normal." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"There are three kinds of global symbols, illustrated here by C examples:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "There are too many inconsistent error values." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "There is NO WARRANTY, to the extent permitted by law." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"There is not enough space left on the device containing the file referred to " +"by I<fd>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "There was insufficient memory to create a new anonymous file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +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. The default for both " +"is I</usr/local>." +msgstr "" + +#: debian-bookworm +msgid "" +"These calls are nonstandard; they also appear on HP-UX and some of the BSDs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"These control aspects of the shell's compatibility mode (see E<.SM> B<SHELL " +"COMPATIBILITY MODE>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These function names are reserved for future use in C99." +msgstr "" + +#: debian-bookworm +msgid "" +"These functions are GNU extensions, done in a style resembling the POSIX " +"version of functions like B<getpwnam_r>(3). Other systems use the prototype" +msgstr "" + +#: debian-bookworm +msgid "These functions are a GNU extension." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These functions are always successful and never modify I<errno>." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions are done in a style resembling the POSIX version of " +"functions like B<getpwnam_r>(3)." +msgstr "" + +#: debian-bookworm +msgid "These functions are nonstandard GNU extensions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions are not very appropriate for dealing with Unicode " +"characters, because Unicode knows about three cases: upper, lower, and title " +"case." +msgstr "" + +#: debian-bookworm +msgid "These functions are provided since glibc 2.3.4." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These functions do not return a value." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These functions do not set I<errno> for this case." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions multiply their first argument I<x> by B<FLT_RADIX> (probably " +"2) to the power of I<exp>, that is:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These functions return a value equivalent to" +msgstr "" + +#: debian-bookworm +msgid "These functions were added in glibc 2.2." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These lines are ignored, thus '#' can be used to include comments." +msgstr "" + +#: debian-bookworm +msgid "These macros are nonstandard Linux extensions." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These macros define and operate on doubly linked lists." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"These macros have been supported since GNU Troff 1.20 (2009-01-05) and " +"Heirloom Doctools Troff since 160217 (2016-02-17)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"These options allow the names of input files to be changed before the linker " +"attempts to open them. The option \\&B<--remap-inputs=foo.o=bar.o> will " +"cause any attempt to load a file called I<foo.o> to instead try to load a " +"file called \\&I<bar.o>. Wildcard patterns are permitted in the first " +"filename, so B<--remap-inputs=foo*.o=bar.o> will rename any input file that " +"matches I<foo*.o> to I<bar.o>." +msgstr "" + +#: opensuse-leap-15-6 +msgid "These options can be used in all the different modes." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"These options control branch relocation checks for invalid ISA mode " +"transitions. If B<--ignore-branch-isa> is used, then the linker accepts any " +"branch relocations and any ISA mode transition required is lost in " +"relocation calculation, except for some cases of CW<\\*(C`BAL\\*(C'> " +"instructions which meet relaxation conditions and are converted to " +"equivalent CW<\\*(C`JALX\\*(C'> instructions as the associated relocation is " +"calculated. By default or if B<--no-ignore-branch-isa> is used a check is " +"made causing the loss of an ISA mode transition to produce an error." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"These options control branch relocation checks for invalid \\s-1ISA\\s0 mode " +"transitions. If B<--ignore-branch-isa> is used, then the linker accepts any " +"branch relocations and any \\s-1ISA\\s0 mode transition required is lost in " +"relocation calculation, except for some cases of CW<\\*(C`BAL\\*(C'> " +"instructions which meet relaxation conditions and are converted to " +"equivalent CW<\\*(C`JALX\\*(C'> instructions as the associated relocation is " +"calculated. By default or if B<--no-ignore-branch-isa> is used a check is " +"made causing the loss of an \\s-1ISA\\s0 mode transition to produce an error." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"These options control the choice of microMIPS instructions used in code " +"generated by the linker, such as that in the PLT or lazy binding stubs, or " +"in relaxation. If B<--insn32> is used, then the linker only uses 32-bit " +"instruction encodings. By default or if B<--no-insn32> is used, all " +"instruction encodings are used, including 16-bit ones where possible." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"These options control the choice of microMIPS instructions used in code " +"generated by the linker, such as that in the \\s-1PLT\\s0 or lazy binding " +"stubs, or in relaxation. If B<--insn32> is used, then the linker only uses " +"32-bit instruction encodings. By default or if B<--no-insn32> is used, all " +"instruction encodings are used, including 16-bit ones where possible." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"These options control the generation of compact instructions by the linker " +"in the PLT entries for MIPS R6." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"These options control the generation of compact instructions by the linker " +"in the \\s-1PLT\\s0 entries for \\s-1MIPS R6.\\s0" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"These options control whether to demangle symbol names in error messages and " +"other output. When the linker is told to demangle, it tries to present " +"symbol names in a readable fashion: it strips leading underscores if they " +"are used by the object file format, and converts C++ mangled symbol names " +"into user readable names. Different compilers have different mangling " +"styles. The optional demangling style argument can be used to choose an " +"appropriate demangling style for your compiler. The linker will demangle by " +"default unless the environment variable B<COLLECT_NO_DEMANGLE> is set. " +"These options may be used to override the default." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"These options control whether to demangle symbol names in error messages and " +"other output. When the linker is told to demangle, it tries to present " +"symbol names in a readable fashion: it strips leading underscores if they " +"are used by the object file format, and converts \\*(C+ mangled symbol names " +"into user readable names. Different compilers have different mangling " +"styles. The optional demangling style argument can be used to choose an " +"appropriate demangling style for your compiler. The linker will demangle by " +"default unless the environment variable B<\\s-1COLLECT_NO_DEMANGLE\\s0> is " +"set. These options may be used to override the default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "These restrictions are enforced after any startup files are read." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"These three options are equivalent; multiple forms are supported for " +"compatibility with other linkers. They assign space to common symbols even " +"if a relocatable output file is specified (with B<-r>). The script command " +"CW<\\*(C`FORCE_COMMON_ALLOCATION\\*(C'> has the same effect." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"These two options have been deprecated because of the similarity of their " +"names to the B<--as-needed> and B<--no-as-needed> options. They have been " +"replaced by B<--copy-dt-needed-entries> and B<--no-copy-dt-needed-entries>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"These warnings are enabled by default. They can be disabled via the \\&B<--" +"no-warn-rwx-segments> option and re-enabled via the \\&B<--warn-rwx-" +"segments> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "They are typically created by:" +msgstr "" + +#: debian-bookworm +msgid "" +"This Linux-specific system call is available only on the s390 architecture." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This allows one to override the function or command level that the backend " +"uses to communicate with the scanner. The function level a scanner supports " +"is determined during the initialization of the device. If the backend does " +"not recognize the function level reported by the scanner it will default to " +"function level B3. Valid function levels are A1, A2, B1, B2, B3, B4, B5, B6, " +"B7, B8, D1 and F5. Use this feature only if you know what you are doing!" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This argument can be used to explicitly select the configuration sections to " +"manage. A section can either be B<main> or a repoid. If not specified, the " +"program will select the B<main> section and each repoid used within any B<--" +"setopt> options. A repoid can be specified using globs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This backend can only work with scanners that are already detected by the " +"operating system. See B<sane-usb>(5) for details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This backend does not support a configuration file right now." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This backend is alpha-quality. It may have bugs and some scanners haven't " +"been tested at all. Be careful and pull the plug if the scanner causes " +"unusual noise." +msgstr "" + +#: debian-bookworm +msgid "" +"This call is Linux-specific, and should not be used in programs intended to " +"be portable." +msgstr "" + +#: debian-bookworm +msgid "This call is Linux-specific." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This can be used in conjunction with B<--dwarf-depth>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This can be used to provide a wrapper for a system function. The wrapper " +"function should be called CW<\\*(C`_\\|_wrap_>\\f(CIsymbolCW<\\*(C'>. If it " +"wishes to call the system function, it should call \\&CW<\\*(C`_\\|" +"_real_>\\f(CIsymbolCW<\\*(C'>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This clock is like B<CLOCK_BOOTTIME>, but will wake the system if it is " +"suspended. The caller must have the B<CAP_WAKE_ALARM> capability in order " +"to set a timer against this clock." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This clock is like B<CLOCK_REALTIME>, but will wake the system if it is " +"suspended. The caller must have the B<CAP_WAKE_ALARM> capability in order " +"to set a timer against this clock." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This directory is the default location for all user-specific configuration " +"and authentication information. There is no general requirement to keep the " +"entire contents of this directory secret, but the recommended permissions " +"are read/write/execute for the user, and not accessible by others." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This environment variable specifies the list of directories that may contain " +"the configuration file. On *NIX systems, the directories are separated by a " +"colon (`:'), under OS/2, they are separated by a semi-colon (`;'). If this " +"variable is not set, the configuration file is searched in two default " +"directories: first, the current working directory (\".\") and then in I</etc/" +"sane.d.> If the value of the environment variable ends with the directory " +"separator character, then the default directories are searched after the " +"explicitly specified directories. For example, setting B<SANE_CONFIG_DIR> " +"to \"/tmp/config:\" would result in directories I<tmp/config>, I<.>, and I</" +"etc/sane.d> being searched (in this order)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This environment variable specifies the list of directories that may contain " +"the configuration file. On *NIX systems, the directories are separated by a " +"colon (`:'), under OS/2, they are separated by a semi-colon (`;'). If this " +"variable is not set, the configuration file is searched in two default " +"directories: first, the current working directory (\".\") and then in I</etc/" +"sane.d>. If the value of the environment variable ends with the directory " +"separator character, then the default directories are searched after the " +"explicitly specified directories. For example, setting B<SANE_CONFIG_DIR> to " +"\"/tmp/config:\" would result in directories I<tmp/config>, I<.>, and I</etc/" +"sane.d> being searched (in this order)." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"This environment variable specifies the list of directories that may contain " +"the configuration file. Under UNIX, the directories are separated by a " +"colon (`:'), under OS/2, they are separated by a semi-colon (`;'). If this " +"variable is not set, the configuration file is searched in two default " +"directories: first, the current working directory (\".\") and then in I</etc/" +"sane.d.> If the value of the environment variable ends with the directory " +"separator character, then the default directories are searched after the " +"explicitly specified directories. For example, setting B<SANE_CONFIG_DIR> " +"to \"/tmp/config:\" would result in directories I<tmp/config>, I<.>, and I</" +"etc/sane.d> being searched (in this order)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This environment variable specifies the list of directories that may contain " +"the configuration file. On *NIX systems, the directories are separated by a " +"colon (`:'), under OS/2, they are separated by a semi-colon (`;'). If this " +"variable is not set, the configuration file is searched in two default " +"directories: first, the current working directory (\".\") and then in I</etc/" +"sane.d>. If the value of the environment variable ends with the directory " +"separator character, then the default directories are searched after the " +"explicitly specified directories. For example, setting B<SANE_CONFIG_DIR> " +"to \"/tmp/config:\" would result in directories I<tmp/config>, I<.>, and I</" +"etc/sane.d> being searched (in this order)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This file is used in exactly the same way as E<.Pa .rhosts>, but allows host-" +"based authentication without permitting login with rlogin/rsh." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This file is used in exactly the same way as E<.Pa hosts.equiv>, but allows " +"host-based authentication without permitting login with rlogin/rsh." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This file might be distributed over a network using a network-wide naming " +"service like Yellow Pages/NIS or BIND/Hesiod." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This filesystem is mounted read-only." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "This function does not modify I<errno> on success." +msgstr "" + +#: debian-bookworm +msgid "This function first appeared in BSDi." +msgstr "" + +#: debian-bookworm +msgid "" +"This function is a nonstandard GNU extension; hence the suffix " +"\"_np\" (nonportable) in the name." +msgstr "" + +#: debian-bookworm +msgid "This function is available since glibc 2.2." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This function is not very appropriate for dealing with Unicode characters, " +"because Unicode knows about three cases: upper, lower, and title case." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This indicates that property 0xc0000002 is removed from output when merging " +"properties in I<foo.o>, whose property 0xc0000002 value is 0x1, and I<bar." +"o>, which doesn't have property 0xc0000002." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This indicates that property 0xc0010001 value is updated to 0x1 in output " +"when merging properties in I<foo.o>, whose 0xc0010001 property value is 0x1, " +"and I<bar.o>, whose 0xc0010001 property value is 0x1." +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"This indicates that the branch at 0x00000008 in foo.o, targeting the symbol " +"\"far\" in section .text, has been replaced by a trampoline." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This instructs the backend to probe for a scanner by scanning the buses for " +"devices with known identifiers. This is the default action when no " +"configuration file is present." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is BETA software. Especially if you test new or untested scanners, keep " +"your hand at the scanner's plug and unplug it, if the head bumps at the end " +"of the scan area." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a UNIX domain socket." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a block device." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a character device." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a named pipe (FIFO)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a regular file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is a symbolic link." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "This is enabled by default." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This is free software; see the source for copying conditions. There is NO " +"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This is important, because otherwise the compiler driver program may " +"silently drop the linker options, resulting in a bad link. Confusion may " +"also arise when passing options that require values through a driver, as the " +"use of a space between option and argument acts as a separator, and causes " +"the driver to pass only the option to the linker and the argument to the " +"compiler. In this case, it is simplest to use the joined forms of both " +"single- and multiple-letter options, such as:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "This is on by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is the buffer used to transfer data for a read or write operation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is the default, and if nothing else is specified the backend software " +"will open a given path as SCSI device. More information about valid syntax " +"for SCSI devices can be found in B<sane-scsi>(5)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is the file offset at which the I/O operation is to be performed." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This is the file to which the output, caused by E<.Ic netdata> or E<.Ic " +"option> tracing being E<.Dv TRUE>, will be written. If it is set to E<.Dq " +"Fl>, then tracing information will be written to standard output (the " +"default)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "This is the same as the E<.Ic encrypt start input> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "This is the same as the E<.Ic encrypt start output> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "This is the same as the E<.Ic encrypt stop input> command." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "This is the same as the E<.Ic encrypt stop output> command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This is the size of the buffer pointed to by I<aio_buf>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This is used by COFF/PE based targets to create a task-linked object file " +"where all of the global symbols have been converted to statics." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This is used by \\s-1COFF/PE\\s0 based targets to create a task-linked " +"object file where all of the global symbols have been converted to statics." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This library generates UUIDs compatible with OSF DCE 1.1, and hash based " +"UUIDs V3 and V5 compatible with" +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-unstable +msgid "" +"This linker can create the new dynamic tags in ELF. But the older ELF " +"systems may not understand them. If you specify \\&B<--enable-new-dtags>, " +"the new dynamic tags will be created as needed and older dynamic tags will " +"be omitted. If you specify B<--disable-new-dtags>, no new dynamic tags will " +"be created. By default, the new dynamic tags are not created. Note that " +"those options are only available for ELF systems." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This linker can create the new dynamic tags in \\s-1ELF.\\s0 But the older " +"\\s-1ELF\\s0 systems may not understand them. If you specify \\&B<--enable-" +"new-dtags>, the new dynamic tags will be created as needed and older dynamic " +"tags will be omitted. If you specify B<--disable-new-dtags>, no new dynamic " +"tags will be created. By default, the new dynamic tags are not created. Note " +"that those options are only available for \\s-1ELF\\s0 systems." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This man page does not describe the command language; see the \\&B<ld> entry " +"in CW<\\*(C`info\\*(C'> for full details on the command language and on " +"other aspects of the GNU linker." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This man page does not describe the command language; see the \\&B<ld> entry " +"in CW<\\*(C`info\\*(C'> for full details on the command language and on " +"other aspects of the \\s-1GNU\\s0 linker." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"This man page was written by Lee Garrett (debian@rocketjump.eu) for Debian " +"(but may be used by others)." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This manual page explains the B<groff an.tmac> macro package (often called " +"the B<man> macro package). This macro package should be used by developers " +"when writing or porting man pages for Linux. It is fairly compatible with " +"other versions of this macro package, so porting man pages should not be a " +"major problem (exceptions include the NET-2 BSD release, which uses a " +"totally different macro package called mdoc; see B<mdoc>(7))." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"This manual page is incomplete, possibly inaccurate, and is the kind of " +"thing that needs to be updated very often." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This manual page is incomplete." +msgstr "" + +#: mageia-cauldron +msgid "" +"This manual page was written by Joachim Wiedorn E<lt>joodevel at joonet." +"deE<gt>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This manual page was written by Timshel Knoll E<lt>timshel@debian.orgE<gt>, " +"for the Debian GNU/Linux system (but may be used by others)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"This may either hold a device identifier that is suitable to the open call " +"of the SCSI transport library or a label in the file /etc/wodim.conf that " +"allows to identify a specific drive on the system." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"This may either hold a device identifier that is suitable to the open call " +"of the SCSI transport library or a label in the file /etc/wodim.conf." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This message occurs when some (sub)expression accesses an address ultimately " +"given by the sum of two constants (Win32 import tables only allow one). " +"Instances where this may occur include accesses to member fields of struct " +"variables imported from a DLL, as well as using a constant index into an " +"array variable imported from a DLL. Any multiword variable (arrays, " +"structs, long long, etc) may trigger this error condition. However, " +"regardless of the exact data type of the offending exported variable, ld " +"will always detect it, issue the warning, and exit." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This message occurs when some (sub)expression accesses an address ultimately " +"given by the sum of two constants (Win32 import tables only allow one). " +"Instances where this may occur include accesses to member fields of struct " +"variables imported from a \\s-1DLL,\\s0 as well as using a constant index " +"into an array variable imported from a \\s-1DLL.\\s0 Any multiword variable " +"(arrays, structs, long long, etc) may trigger this error condition. " +"However, regardless of the exact data type of the offending exported " +"variable, ld will always detect it, issue the warning, and exit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This obsolete system call is not supported by glibc. No declaration is " +"provided in glibc headers, but, through a quirk of history, glibc versions " +"before glibc 2.23 did export an ABI for this system call. Therefore, in " +"order to employ this system call, it was sufficient to manually declare the " +"interface in your code; alternatively, you could invoke the system call " +"using B<syscall>(2)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This operation is available only if the kernel is configured with " +"B<CONFIG_SECCOMP> enabled." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option affects ELF DT_NEEDED tags for dynamic libraries mentioned on " +"the command line after the B<--as-needed> option. Normally the linker will " +"add a DT_NEEDED tag for each dynamic library mentioned on the command line, " +"regardless of whether the library is actually needed or not. B<--as-needed> " +"causes a DT_NEEDED tag to only be emitted for a library that I<at that point " +"in the link> satisfies a non-weak undefined symbol reference from a regular " +"object file or, if the library is not found in the DT_NEEDED lists of other " +"needed libraries, a non-weak undefined symbol reference from another needed " +"dynamic library. Object files or libraries appearing on the command line " +"I<after> the library in question do not affect whether the library is seen " +"as needed. This is similar to the rules for extraction of object files from " +"archives. B<--no-as-needed> restores the default behaviour." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option affects \\s-1ELF DT_NEEDED\\s0 tags for dynamic libraries " +"mentioned on the command line after the B<--as-needed> option. Normally the " +"linker will add a \\s-1DT_NEEDED\\s0 tag for each dynamic library mentioned " +"on the command line, regardless of whether the library is actually needed or " +"not. B<--as-needed> causes a \\s-1DT_NEEDED\\s0 tag to only be emitted for " +"a library that I<at that point in the link> satisfies a non-weak undefined " +"symbol reference from a regular object file or, if the library is not found " +"in the \\s-1DT_NEEDED\\s0 lists of other needed libraries, a non-weak " +"undefined symbol reference from another needed dynamic library. Object " +"files or libraries appearing on the command line I<after> the library in " +"question do not affect whether the library is seen as needed. This is " +"similar to the rules for extraction of object files from archives. B<--no-" +"as-needed> restores the default behaviour." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option affects the treatment of dynamic libraries referred to by " +"DT_NEEDED tags I<inside> ELF dynamic libraries mentioned on the command " +"line. Normally the linker won't add a DT_NEEDED tag to the output binary " +"for each library mentioned in a DT_NEEDED tag in an input dynamic library. " +"With B<--copy-dt-needed-entries> specified on the command line however any " +"dynamic libraries that follow it will have their DT_NEEDED entries added. " +"The default behaviour can be restored with B<--no-copy-dt-needed-entries>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option affects the treatment of dynamic libraries referred to by " +"\\s-1DT_NEEDED\\s0 tags I<inside> \\s-1ELF\\s0 dynamic libraries mentioned " +"on the command line. Normally the linker won't add a \\s-1DT_NEEDED\\s0 tag " +"to the output binary for each library mentioned in a \\s-1DT_NEEDED\\s0 tag " +"in an input dynamic library. With B<--copy-dt-needed-entries> specified on " +"the command line however any dynamic libraries that follow it will have " +"their \\s-1DT_NEEDED\\s0 entries added. The default behaviour can be " +"restored with B<--no-copy-dt-needed-entries>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option allows finer control of linker branch stub creation. It sets " +"the maximum size of a group of input sections that can be handled by one " +"stub section. A negative value of I<N> locates stub sections after their " +"branches, while a positive value allows stub sections to appear either " +"before or after the branches. Values of \\&B<1> or B<-1> indicate that the " +"linker should choose suitable defaults." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option also has an effect on the resolution of symbols in dynamic " +"libraries. With B<--copy-dt-needed-entries> dynamic libraries mentioned on " +"the command line will be recursively searched, following their DT_NEEDED " +"tags to other libraries, in order to resolve symbols required by the output " +"binary. With the default setting however the searching of dynamic libraries " +"that follow it will stop with the dynamic library itself. No DT_NEEDED " +"links will be traversed to resolve symbols." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option also has an effect on the resolution of symbols in dynamic " +"libraries. With B<--copy-dt-needed-entries> dynamic libraries mentioned on " +"the command line will be recursively searched, following their " +"\\s-1DT_NEEDED\\s0 tags to other libraries, in order to resolve symbols " +"required by the output binary. With the default setting however the " +"searching of dynamic libraries that follow it will stop with the dynamic " +"library itself. No \\s-1DT_NEEDED\\s0 links will be traversed to resolve " +"symbols." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option also implies B<--dynamicbase> and \\&B<--enable-reloc-section>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option avoids generating an error if an input section does not fit a " +"matching output section. The linker tries to allocate the input section to " +"subseque nt matching output sections, and generates an error only if no " +"output section is large enough. This is useful when several non-contiguous " +"memory regions are available and the input section does not require a " +"particular one. The order in which input sections are evaluated does not " +"change, for instance:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option can be set when doing a partial link (enabled with option \\&B<-" +"r>). In this case the root of symbols kept must be explicitly specified " +"either by one of the options B<--entry>, \\&B<--undefined>, or B<--gc-keep-" +"exported> or by a CW<\\*(C`ENTRY\\*(C'> command in the linker script." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option can cancel previously specified B<-Bsymbolic> and \\&B<-" +"Bsymbolic-functions>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option cannot be bypassed by prefixing \"+\" to the executable path in " +"the service unit, as it applies to the whole control group\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option causes the linker to place section group members like normal " +"input sections, and to delete the section groups. This is the default " +"behaviour for a final link but this option can be used to change the " +"behaviour of a relocatable link (B<-r>). The script command " +"CW<\\*(C`FORCE_GROUP_ALLOCATION\\*(C'> has the same effect." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option disables the generation of trampoline. By default a trampoline " +"is generated for each far function which is called using a " +"CW<\\*(C`jsr\\*(C'> instruction (this happens when a pointer to a far " +"function is taken)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option does nothing at all; it is provided only for backwards " +"compatibility." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "This option does the same thing as B<-i>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option enables linker branch relaxation by inserting branch stub " +"sections when needed to extend the range of branches. This option is " +"usually not required since C-SKY supports branch and call instructions that " +"can access the full memory range and branch relaxation is normally handled " +"by the compiler or assembler." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option enables warnings when \\&CW<\\*(C`--enable-non-contiguous-" +"regions\\*(C'> allows possibly unexpected matches in sections mapping, " +"potentially leading to silently discarding a section instead of failing " +"because it does not fit any output region." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option indicates to the linker the name of the memory region in the " +"B<MEMORY> specification that describes the memory bank window. The " +"definition of such region is then used by the linker to compute paging and " +"addresses within the memory window." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option indicates to the linker the name of the memory region in the " +"B<\\s-1MEMORY\\s0> specification that describes the memory bank window. The " +"definition of such region is then used by the linker to compute paging and " +"addresses within the memory window." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option inhibits the assignment of addresses to common symbols. The " +"script command CW<\\*(C`INHIBIT_COMMON_ALLOCATION\\*(C'> has the same effect." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "This option is currently only supported on ELF platforms." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "This option is currently only supported on \\s-1ELF\\s0 platforms." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "This option is enabled by default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "This option is ignored for Linux compatibility." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "This option is ignored for SVR4 compatibility." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "This option is ignored for SunOS compatibility." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "This option is ignored for \\s-1SVR4\\s0 compatibility." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option is incompatible with INSERT statements because it changes the " +"way input sections are mapped to output sections." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option is incompatible with \\s-1INSERT\\s0 statements because it " +"changes the way input sections are mapped to output sections." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option is intended to be used when package installation scripts are " +"running and files belonging to that package are not yet available on disk, " +"so their contents must be given on the command line, but the admin " +"configuration might already exist and should be given higher priority\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option is only meaningful when building a dynamic executable. This " +"option marks the executable as requiring global auditing by setting the " +"CW<\\*(C`DF_1_GLOBAUDIT\\*(C'> bit in the CW<\\*(C`DT_FLAGS_1\\*(C'> dynamic " +"tag. Global auditing requires that any auditing library defined via the B<--" +"depaudit> or B<-P> command-line options be run for all dynamic objects " +"loaded by the application." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option is only meaningful when building a shared object. It makes the " +"symbols defined by this shared object available for symbol resolution of " +"subsequently loaded libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option is only meaningful when building a shared object. It marks the " +"object so that its runtime initialization will occur before the runtime " +"initialization of any other objects brought into the process at the same " +"time. Similarly the runtime finalization of the object will occur after the " +"runtime finalization of any other objects." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "This option is silently ignored." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option is similar to the B<--emit-relocs> option except that the relocs " +"are stored in a target-specific section. This option is only supported by " +"the B<BFIN>, B<CR16> and I<M68K> targets." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option is similar to the B<--emit-relocs> option except that the relocs " +"are stored in a target-specific section. This option is only supported by " +"the B<\\s-1BFIN\\s0>, B<\\s-1CR16\\s0> and I<M68K> targets." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option is similar to the B<--script> option except that processing of " +"the script is delayed until after the rest of the command line has been " +"processed. This allows options placed after the \\&B<--default-script> " +"option on the command line to affect the behaviour of the linker script, " +"which can be important when the linker command line cannot be directly " +"controlled by the user. (eg because the command line is being constructed " +"by another tool, such as \\&B<gcc>)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option is supported for HP/UX compatibility. The I<keyword> argument " +"must be one of the strings B<archive>, B<shared>, or \\&B<default>. B<-" +"aarchive> is functionally equivalent to \\&B<-Bstatic>, and the other two " +"keywords are functionally equivalent to B<-Bdynamic>. This option may be " +"used any number of times." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option is supported for \\s-1HP/UX\\s0 compatibility. The I<keyword> " +"argument must be one of the strings B<archive>, B<shared>, or " +"\\&B<default>. B<-aarchive> is functionally equivalent to \\&B<-Bstatic>, " +"and the other two keywords are functionally equivalent to B<-Bdynamic>. " +"This option may be used any number of times." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option is useful when you have an undefined symbol in your link but " +"don't know where the reference is coming from." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option may be specified more than once. The DT_AUXILIARY entries will " +"be created in the order in which they appear on the command line." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option may be specified more than once. The \\s-1DT_AUXILIARY\\s0 " +"entries will be created in the order in which they appear on the command " +"line." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option modifies I<RuntimeMaxSec=> by increasing the maximum runtime by " +"an evenly distributed duration between 0 and the specified value (in " +"seconds)\\&. If I<RuntimeMaxSec=> is unspecified, then this feature will be " +"disabled\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option negates most of the effects of the B<-N> option. It sets the " +"text section to be read-only, and forces the data segment to be page-" +"aligned. Note - this option does not enable linking against shared " +"libraries. Use B<-Bdynamic> for this." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron +msgid "This option only applies to connections using GSSAPI." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option reduces memory requirements at ld runtime, at the expense of " +"linking speed. This was introduced to select the old O(n^2) algorithm for " +"link map file generation, rather than the new O(n) algorithm which uses " +"about 40% more memory for symbol storage." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option sets the DSBT index of the current executable or shared library " +"to I<index>. The default is 0, which is appropriate for generating " +"executables. If a shared library is generated with a DSBT index of 0, the " +"\\&CW<\\*(C`R_C6000_DSBT_INDEX\\*(C'> relocs are copied into the output file." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option sets the \\s-1DSBT\\s0 index of the current executable or shared " +"library to I<index>. The default is 0, which is appropriate for generating " +"executables. If a shared library is generated with a \\s-1DSBT\\s0 index of " +"0, the \\&CW<\\*(C`R_C6000_DSBT_INDEX\\*(C'> relocs are copied into the " +"output file." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option sets the number of entries in the DSBT of the current executable " +"or shared library to I<size>. The default is to create a table with 64 " +"entries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option sets the number of entries in the \\s-1DSBT\\s0 of the current " +"executable or shared library to I<size>. The default is to create a table " +"with 64 entries." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option shifts the scan window by the specified amount (default unit is " +"mm)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option should be used with caution as it overrides the search path that " +"may have been hard compiled into a shared library. In such a case it is " +"possible to use unintentionally a different search path than the runtime " +"linker would do." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option specifies the number of empty slots to leave in the \\&.dynamic " +"section of ELF shared objects. Empty slots may be needed by post processing " +"tools, such as the prelinker. The default is 5." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option specifies the number of empty slots to leave in the \\&.dynamic " +"section of \\s-1ELF\\s0 shared objects. Empty slots may be needed by post " +"processing tools, such as the prelinker. The default is 5." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option specifies which frame to operate on, if a motorized film strip " +"feeder or APS adapter are used. The frame number I<E<lt>nE<gt>> ranges from " +"1 to the number of frames available, which is sensed each time the backend " +"is initialized (usually each time you start the frontend)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option tells B<ld> to sort the common symbols by alignment in ascending " +"or descending order when it places them in the appropriate output sections. " +"The symbol alignments considered are sixteen-byte or larger, eight-byte, " +"four-byte, two-byte, and one-byte. This is to prevent gaps between symbols " +"due to alignment constraints. If no sorting order is specified, then " +"descending order is assumed." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This option tells the linker which GOT generation scheme to use. \\&I<type> " +"should be one of B<single>, B<negative>, \\&B<multigot> or B<target>. For " +"more information refer to the Info entry for I<ld>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This option tells the linker which \\s-1GOT\\s0 generation scheme to use. " +"\\&I<type> should be one of B<single>, B<negative>, \\&B<multigot> or " +"B<target>. For more information refer to the Info entry for I<ld>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option will apply CW<\\*(C`SORT_BY_ALIGNMENT\\*(C'> to all wildcard " +"section patterns in the linker script." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This option will apply CW<\\*(C`SORT_BY_NAME\\*(C'> to all wildcard section " +"patterns in the linker script." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This parameter can be specified multiple times\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"This program closely tracks the user interface of the whois client developed " +"at RIPE by Ambrose Magee and others on the base of the original BSD client." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"This program will provide a local webserver for your browser to interface " +"against." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This restores the linker's default behaviour of generating errors when it is " +"reporting unresolved symbols." +msgstr "" + +#: mageia-cauldron +msgid "" +"This script is free software; you can redistribute it and/or modify it under " +"the terms of the \\s-1GNU\\s0 General Public License as published by the " +"Free Software Foundation; either version 2 of the License, or (at your " +"option) any later version." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This section does not mention behavior that is standard for a particular " +"version (e.g., setting B<compat32> means that quoting the rhs of the regexp " +"matching operator quotes special regexp characters in the word, which is " +"default behavior in bash-3.2 and subsequent versions)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"This server will be queried if the program cannot guess where some kind of " +"objects are located. If the variable does not exist then I<whois.arin.net> " +"will be queried." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This setting also applies to B<systemd-oomd.service>(8)\\&. Similarly to the " +"kernel OOM kills performed by the kernel, this setting determines the state " +"of the unit after B<systemd-oomd> kills a cgroup associated with it\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This system call does not exist on x86-64." +msgstr "" + +#: debian-bookworm +msgid "This system call first appeared in Linux 2.6.10." +msgstr "" + +#: debian-bookworm +msgid "This system call is present since Linux 1.2." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"This tells B<ld> to produce a file called I<output> as the result of linking " +"the file CW<\\*(C`/lib/crt0.o\\*(C'> with CW<\\*(C`hello.o\\*(C'> and the " +"library CW<\\*(C`libc.a\\*(C'>, which will come from the standard search " +"directories. (See the discussion of the B<-l> option below.)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This tells the program that a drive named I<teac1> is at scsibus 0, target " +"5, lun 0 and should be used with speed 4 and a FIFO size of 8 MB. A second " +"drive may be found at scsibus 1, target 6, lun 0 and uses the default speed " +"and the default FIFO size." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This type of archive searching is standard for Unix linkers. However, if " +"you are using B<ld> on AIX, note that it is different from the behaviour of " +"the AIX linker." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This type of archive searching is standard for Unix linkers. However, if " +"you are using B<ld> on \\s-1AIX,\\s0 note that it is different from the " +"behaviour of the \\s-1AIX\\s0 linker." +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This utility is most useful on systems with very small disks." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"This version of B<ld> uses the general purpose BFD libraries to operate on " +"object files. This allows B<ld> to read, combine, and write object files in " +"many different formats---for example, COFF or \\&CW<\\*(C`a.out\\*(C'>. " +"Different formats may be linked together to produce any available kind of " +"object file." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"This version of B<ld> uses the general purpose \\s-1BFD\\s0 libraries to " +"operate on object files. This allows B<ld> to read, combine, and write " +"object files in many different formats---for example, \\s-1COFF\\s0 or " +"\\&CW<\\*(C`a.out\\*(C'>. Different formats may be linked together to " +"produce any available kind of object file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"This version of the whois client tries to guess the right server to ask for " +"the specified object. If no guess can be made it will connect to I<whois." +"networksolutions.com> for NIC handles or I<whois.arin.net> for IPv4 " +"addresses and network names." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This will direct all id_resolver requests to the program I</usr/sbin/" +"nfsidmap.> The B<-t 600> defines how many seconds into the future the key " +"will expire. This is an optional parameter for I</usr/sbin/nfsidmap> and " +"will default to 600 seconds when not specified." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "Thomas E. Dickey E<lt>dickey@invisible-island.netE<gt>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +msgid "" +"Three different locking mechanisms (and combinations thereof) are in general " +"use:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"To configure HP Smart Array controllers, use the HP Array Configuration " +"Utility (either B<hpacuxe>(8) or B<hpacucli>(8)) or the Offline ROM-based " +"Configuration Utility (ORCA) run from the Smart Array's option ROM at boot " +"time." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"To report bugs, see E<.UR http://www.gnu.org/software/libc/bugs.html> E<.UE>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Toggle (between E<.Dv TRUE> and E<.Dv FALSE>) various flags that control " +"how E<.Nm telnet> responds to events. These flags may be set explicitly to " +"E<.Dv TRUE> or E<.Dv FALSE> using the E<.Ic set> and E<.Ic unset> commands " +"listed above. More than one argument may be specified. The state of these " +"flags may be interrogated with the E<.Ic display> command. Valid arguments " +"are:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Toggle the values of settings controlling optional shell behavior. The " +"settings can be either those listed below, or, if the B<-o> option is used, " +"those available with the B<-o> option to the B<set> builtin command. With " +"no options, or with the B<-p> option, a list of all settable options is " +"displayed, with an indication of whether or not each is set; if I<optnames> " +"are supplied, the output is restricted to those options. The B<-p> option " +"causes output to be displayed in a form that may be reused as input. Other " +"options have the following meanings:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Toggles the display of all network data (in hexadecimal format). The " +"initial value for this toggle is E<.Dv FALSE>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Toggles the display of all terminal data (in hexadecimal format). The " +"initial value for this toggle is E<.Dv FALSE>." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-tumbleweed +msgid "" +"Toggles the display of some internal E<.Nm telnet> protocol processing " +"(having to do with E<.Tn TELNET> options). The initial value for this " +"toggle is E<.Dv FALSE>." +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 resolving I<oldpath> or " +"I<newpath>." +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 resolving I<path>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Tool to edit environment block." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Tools processing these files should open the file and examine the first " +"nonwhitespace character. A period (.) or single quote (\\[aq]) at the " +"beginning of a line indicates a troff-based file (such as man or mdoc). A " +"left angle bracket (E<lt>) indicates an SGML/XML-based file (such as HTML or " +"Docbook). Anything else suggests simple ASCII text (e.g., a \"catman\" " +"result)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "Top-left x position of scan area." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Trademark Symbol: \\*(Tm" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Traditionally, each command can have up to six arguments, but the GNU " +"implementation removes this limitation (you might still want to limit " +"yourself to 6 arguments for portability's sake). Arguments are delimited by " +"spaces. Double quotes can be used to specify an argument which contains " +"spaces. For the macros that produce alternating type faces, the arguments " +"will be printed next to each other without intervening spaces, so that the " +"B<\\&.BR> command can be used to specify a word in bold followed by a mark " +"of punctuation in Roman. If no arguments are given, the command is applied " +"to the following line of text." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Traditionally, only a privileged process could lower the nice value (i.e., " +"set a higher priority). However, since Linux 2.6.12, an unprivileged " +"process can decrease the nice value of a target process that has a suitable " +"B<RLIMIT_NICE> soft limit; see B<getrlimit>(2) for details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Transform a system filename into GRUB one." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Transform syslinux config into GRUB one." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Translations from Nonstandard Capabilities" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Treat all warnings as errors. The default behaviour can be restored with " +"the option B<--no-fatal-warnings>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Treat arguments as .spec files." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Treat arguments as source rpm files." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Treat unset variables and parameters other than the special parameters \"@\" " +"and \"*\", or array variables subscripted with \"@\" or \"*\", as an error " +"when performing parameter expansion. If expansion is attempted on an unset " +"variable or parameter, the shell prints an error message, and, if not " +"interactive, exits with a non-zero status." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Tried to bind to an address already in use." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Tries to creates extra sections in the output file so that no single output " +"section in the file contains more than I<count> relocations. This is useful " +"when generating huge relocatable files for downloading into certain real " +"time kernels with the COFF object file format; since COFF cannot represent " +"more than 65535 relocations in a single section. Note that this will fail " +"to work with object file formats which do not support arbitrary sections. " +"The linker will not split up individual input sections for redistribution, " +"so if a single input section contains more than I<count> relocations one " +"output section will contain that many relocations. I<count> defaults to a " +"value of 32768." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Tries to creates extra sections in the output file so that no single output " +"section in the file contains more than I<count> relocations. This is useful " +"when generating huge relocatable files for downloading into certain real " +"time kernels with the \\s-1COFF\\s0 object file format; since \\s-1COFF\\s0 " +"cannot represent more than 65535 relocations in a single section. Note that " +"this will fail to work with object file formats which do not support " +"arbitrary sections. The linker will not split up individual input sections " +"for redistribution, so if a single input section contains more than I<count> " +"relocations one output section will contain that many relocations. I<count> " +"defaults to a value of 32768." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "True if I<expr> is false." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "True if both I<expr1> and I<expr2> are true." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "True if either I<expr1> or I<expr2> is true." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Truncating \"x\" and retrying lock" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Try to report used space, number of used inodes and limits in more " +"appropriate units than the default ones. Units can be also specified " +"explicitely by an optional argument in format [ B<kgt> ],[ B<kgt> ] where " +"the first character specifies space units and the second character specifies " +"inode units." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Try to set the timestamps of the downloaded files to those on the remote " +"side." +msgstr "" + +#: archlinux +#, no-wrap +msgid "Tue Feb 6 2024 19:11:31" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Turn off page alignment of sections, and disable linking against shared " +"libraries. If the output format supports Unix style magic numbers, mark the " +"output as CW<\\*(C`NMAGIC\\*(C'>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Turn off the effect of the B<--whole-archive> option for subsequent archive " +"files." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Turn on I<privileged> mode. In this mode, the E<.SM> B<$ENV> and E<.SM> " +"B<$BASH_ENV> files are not processed, shell functions are not inherited from " +"the environment, and the E<.SM> B<SHELLOPTS>, E<.SM> B<BASHOPTS>, E<.SM> " +"B<CDPATH>, and E<.SM> B<GLOBIGNORE> variables, if they appear in the " +"environment, are ignored. If the shell is started with the effective user " +"(group) id not equal to the real user (group) id, and the B<-p> option is " +"not supplied, these actions are taken and the effective user id is set to " +"the real user id. If the B<-p> option is supplied at startup, the effective " +"user id is not reset. Turning this option off causes the effective user and " +"group ids to be set to the real user and group ids." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Turning a common symbol into a reference, because a later definition for the " +"symbol is encountered. This is the same as the previous case, except that " +"the symbols are encountered in a different order." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Turning a common symbol into a reference, because there is already a " +"definition for the symbol." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Turns on debugging information for the authentication code." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Turns on debugging information for the encryption code." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Turns on encryption of the data stream if possible." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Two different variants of the FAT filesystem are supported. Standard is the " +"FAT12, FAT16 and FAT32 filesystems as defined by Microsoft and widely used " +"on hard disks and removable media like USB sticks and SD cards. The other " +"is the legacy Atari variant used on Atari ST." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Two notes when using this option from gcc: First, gcc doesn't know about " +"this option, so you have to use B<-Wl,-whole-archive>. Second, don't forget " +"to use B<-Wl,-no-whole-archive> after your list of archives, because gcc " +"will add its own list of archives to your link and you may not want this " +"flag to affect those as well." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "UNIX" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "UNSUPPORTED DEVICES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "UNSUPPORTED HARDWARE" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "UP" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"UPDATE controls which existing files in the destination are replaced. " +"\\&'all' is the default operation when an B<--update> option is not " +"specified, and results in all existing files in the destination being " +"replaced. \\&'none' is similar to the B<--no-clobber> option, in that no " +"files in the destination are replaced, but also skipped files do not induce " +"a failure. \\&'older' is the default operation when B<--update> is " +"specified, and results in files being replaced if they're older than the " +"corresponding source file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "UPPER HALF BLOCK" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "USB FunctionFS" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "USER" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Ubuntu" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Unbind all keys bound to the named I<function>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Unblank the screen." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Uncompress data." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Undoes the effect of --push-state, restores the previous values of the flags " +"governing input file handling." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Unified Kernel Image (UKI)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide +msgid "Unknown cause of failure\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Unless otherwise noted, each builtin command documented in this section as " +"accepting options preceded by B<-> accepts B<--> to signify the end of the " +"options. The B<:>, B<true>, B<false>, and B<test>/B<[> builtins do not " +"accept options and do not treat B<--> specially. The B<exit>, B<logout>, " +"B<return>, B<break>, B<continue>, B<let>, and B<shift> builtins accept and " +"process arguments beginning with B<-> without requiring B<-->. Other " +"builtins that accept arguments but are not specified as accepting options " +"interpret arguments beginning with B<-> as invalid options and require B<--> " +"to prevent this interpretation." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Unmounting an NFS file system does not necessarily stop either the NFS " +"client or server from monitoring each other. Both may continue monitoring " +"each other for a time in case subsequent NFS traffic between the two results " +"in fresh mounts and additional file locking." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Up to Linux 2.6.26, the I<flags> argument is unused, and must be specified " +"as zero." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Update atime relative to mtime/ctime; see B<mount>(2)." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Update gpgcheck setting in all repositories whose id ends with -debuginfo " +"and make the change permanent." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Update proxy setting in repositories with repoid E<lt>repo1E<gt> and " +"E<lt>repo2E<gt> and make the change permanent." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "Usage: grub-menulst2cfg [INFILE [OUTFILE]]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Use I<directory> as the location of the sysroot, overriding the configure-" +"time default. This option is only supported by linkers that were configured " +"using B<--with-sysroot>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Use I<entry> as the explicit symbol for beginning execution of your program, " +"rather than the default entry point. If there is no symbol named I<entry>, " +"the linker will try to parse I<entry> as a number, and use that as the entry " +"address (the number will be interpreted in base 10; you may use a leading " +"B<0x> for base 16, or a leading \\&B<0> for base 8)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Use I<file> as the name of a file in which to save the base addresses of all " +"the relocations needed for generating DLLs with \\&I<dlltool>. [This is an " +"i386 PE specific option]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Use I<file> as the name of a file in which to save the base addresses of all " +"the relocations needed for generating DLLs with \\&I<dlltool>. [This is an " +"i386 \\s-1PE\\s0 specific option]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use I<keymap> as the keymap to be affected by the subsequent bindings. " +"Acceptable I<keymap> names are I<emacs, emacs-standard, emacs-meta, emacs-" +"ctlx, vi, vi-move, vi-command>, and I<vi-insert>. I<vi> is equivalent to " +"I<vi-command> (I<vi-move> is also a synonym); I<emacs> is equivalent to " +"I<emacs-standard>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Use I<output> as the name for the program produced by B<ld>; if this option " +"is not specified, the name I<a.out> is used by default. The script command " +"CW<\\*(C`OUTPUT\\*(C'> can also specify the output file name." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Use I<scriptfile> as the default linker script." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Use I<scriptfile> as the linker script. This script replaces \\&B<ld>'s " +"default linker script (rather than adding to it), so \\&I<commandfile> must " +"specify everything necessary to describe the output file. If I<scriptfile> " +"does not exist in the current directory, CW<\\*(C`ld\\*(C'> looks for it in " +"the directories specified by any preceding B<-L> options. Multiple B<-T> " +"options accumulate." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Use I<scriptfile> as the linker script. This script replaces \\&B<ld>'s " +"default linker script (rather than adding to it), unless the script contains " +"CW<\\*(C`INSERT\\*(C'>, so \\&I<commandfile> must specify everything " +"necessary to describe the output file. If I<scriptfile> does not exist in " +"the current directory, CW<\\*(C`ld\\*(C'> looks for it in the directories " +"specified by any preceding B<-L> options. Multiple B<-T> options accumulate." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Use I<value> as the base address of your program or dll. This is the lowest " +"memory location that will be used when your program or dll is loaded. To " +"reduce the need to relocate and improve performance of your dlls, each " +"should have a unique base address and not overlap any other dlls. The " +"default is 0x400000 for executables, and 0x10000000 for dlls. [This option " +"is specific to the i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Use I<value> as the base address of your program or dll. This is the lowest " +"memory location that will be used when your program or dll is loaded. To " +"reduce the need to relocate and improve performance of your dlls, each " +"should have a unique base address and not overlap any other dlls. The " +"default is 0x400000 for executables, and 0x10000000 for dlls. [This option " +"is specific to the i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use a vi-style command line editing interface. This also affects the " +"editing interface used for B<read -e>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Use a wrapper function for I<symbol>. Any undefined reference to " +"\\&I<symbol> will be resolved to CW<\\*(C`_\\|" +"_wrap_>\\f(CIsymbolCW<\\*(C'>. Any undefined reference to CW<\\*(C`_\\|" +"_real_>\\f(CIsymbolCW<\\*(C'> will be resolved to \\&I<symbol>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use an emacs-style command line editing interface. This is enabled by " +"default when the shell is interactive, unless the shell is started with the " +"B<--noediting> option. This also affects the editing interface used for " +"B<read -e>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Use function keys for commands. This option supported only in conjunction " +"with UW Enhanced NCSA telnet." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Use function names only." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use readline's default filename completion if the compspec generates no " +"matches." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use the I<OOMScoreAdjust=> setting to configure whether processes of the " +"unit shall be considered preferred or less preferred candidates for process " +"termination by the Linux OOM killer logic\\&. See B<systemd.exec>(5) for " +"details\\&." +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Use the database in I<DIRECTORY> rather than the default path I</var/lib/rpm>" +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Use the file system tree rooted at I<DIRECTORY> for all operations. Note " +"that this means the database within I<DIRECTORY> will be used for dependency " +"checks and any scriptlet(s) (e.g. B<%post> if installing, or B<%prep> if " +"building, a package) will be run after a chroot(2) to I<DIRECTORY>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use the top-right corner of the screen for showing some state flags: B<I> " +"when auto-indenting, B<M> when the mark is on, B<L> when hard-wrapping " +"(breaking long lines), B<R> when recording a macro, and B<S> when soft-" +"wrapping. When the buffer is modified, a star (B<*>) is shown after the " +"filename in the center of the title bar." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Use this flag to tell the program what B<AHZ> should be (in hertz). This " +"option is useful if you are trying to view an I<acct> file created on " +"another machine which has the same byte order and file format as your " +"current machine, but has a different value for B<AHZ.>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use time (rather than number of function calls) as the scale for the X axis." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User GID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User UID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User group" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User name" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "User names. May also be specified as B<-u>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User shell" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Using 'auto-import' generally will 'just work' -- but sometimes you may see " +"this message:" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Using 'auto-import' generally will 'just work' \\*(-- but sometimes you may " +"see this message:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Using `+' instead of `-' turns off the attribute instead, with the " +"exceptions that B<+a> and B<+A> may not be used to destroy array variables " +"and B<+r> will not remove the readonly attribute. When used in a function, " +"B<declare> and B<typeset> make each I<name> local, as with the B<local> " +"command, unless the B<-g> option is supplied. If a variable name is " +"followed by =I<value>, the value of the variable is set to I<value>. When " +"using B<-a> or B<-A> and the compound assignment syntax to create array " +"variables, additional attributes do not take effect until subsequent " +"assignments. The return value is 0 unless an invalid option is encountered, " +"an attempt is made to define a function using" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"Using the CW<\\*(C`use strict\\*(C'> pragma ensures that all variables are " +"properly declared and prevents other misuses of legacy Perl features. These " +"are enabled by default within the scope of \\&CW<\\*(C`use v5.12\\*(C'> (or " +"higher)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Using this option has a significant performance cost. It is best to use it " +"only when there are unavoidable circular references between two or more " +"archives." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Usual default character map path." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Usual default gconv module path." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Usual default repertoire map path." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Usual system default gconv module configuration file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Usual system gconv module configuration cache." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Usually SCSI scanners are configured with a line \"scsi EPSON\" in this " +"file. In some cases it may be necessary to only use the string \"scsi\" (e." +"g. for the GT-6500)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Usually the linker is invoked with at least one object file, but you can " +"specify other forms of binary input files using B<-l>, B<-R>, and the script " +"command language. If I<no> binary input files at all are specified, the " +"linker does not produce any output, and issues the message B<No input files>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Valid arguments for the B<-o> option to the B<set> builtin." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Valid arguments for the E<.Ic environ> command are:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Valid arguments for the encrypt command are as follows:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Value which is equivalent to the number of B<-r>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "Value which is equivalent to the number of B<-v>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux +#: mageia-cauldron +#, no-wrap +msgid "Values" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Various \"real-time\" policies are also supported, for special time-critical " +"applications that need precise control over the way in which runnable " +"threads are selected for execution. For the rules governing when a process " +"may use these policies, see B<sched>(7). The real-time policies that may be " +"specified in I<policy> are:" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "Varlink" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Vendor Plustek - ID: 0x07B3" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Verbose execution." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Verify the current settings for the current special characters. The remote " +"side is requested to send all the current special character settings, and if " +"there are any discrepancies with the local side, the local side will switch " +"to the remote value." +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "Version" +msgstr "B<--version>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "Version 2.0" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Vertical Tab (ASCII 11)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "WDIFF" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "WHOIS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "WHOIS_OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "WHOIS_SERVER" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Wait for each specified child process and return its termination status. " +"Each I<id> may be a process ID or a job specification; if a job spec is " +"given, all processes in that job's pipeline are waited for. If I<id> is not " +"given, B<wait> waits for all running background jobs and the last-executed " +"process substitution, if its process id is the same as B<$!>, and the return " +"status is zero. If the B<-n> option is supplied, B<wait> waits for a single " +"job from the list of I<id>s or, if no I<id>s are supplied, any job, to " +"complete and returns its exit status. If none of the supplied arguments is " +"a child of the shell, or if no arguments are supplied and the shell has no " +"unwaited-for children, the exit status is 127. If the B<-p> option is " +"supplied, the process or job identifier of the job for which the exit status " +"is returned is assigned to the variable I<varname> named by the option " +"argument. The variable will be unset initially, before any assignment. " +"This is useful only when the B<-n> option is supplied. Supplying the B<-f> " +"option, when job control is enabled, forces B<wait> to wait for I<id> to " +"terminate before returning its status, instead of returning when it changes " +"status. If I<id> specifies a non-existent process or job, the return status " +"is 127. If B<wait> is interrupted by a signal, the return status will be " +"greater than 128, as described under B<SIGNALS>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Wait for the xtables lock. To prevent multiple instances of the program " +"from running concurrently, an attempt will be made to obtain an exclusive " +"lock at launch. By default, the program will exit if the lock cannot be " +"obtained. This option will make the program wait (indefinitely or for " +"optional I<seconds>) until the exclusive lock can be obtained." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "Warn if an object has alternate ELF machine code." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "Warn if an object has alternate \\s-1ELF\\s0 machine code." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Warn if any global constructors are used. This is only useful for a few " +"object file formats. For formats like COFF or ELF, the linker can not " +"detect the use of global constructors." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Warn if any global constructors are used. This is only useful for a few " +"object file formats. For formats like \\s-1COFF\\s0 or \\s-1ELF,\\s0 the " +"linker can not detect the use of global constructors." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Warn if multiple global pointer values are required in the output file. " +"This is only meaningful for certain processors, such as the Alpha. " +"Specifically, some processors put large-valued constants in a special " +"section. A special register (the global pointer) points into the middle of " +"this section, so that constants can be loaded efficiently via a base-" +"register relative addressing mode. Since the offset in base-register " +"relative mode is fixed and relatively small (e.g., 16 bits), this limits the " +"maximum size of the constant pool. Thus, in large programs, it is often " +"necessary to use multiple global pointer values in order to be able to " +"address all possible constants. This option causes a warning to be issued " +"whenever this case occurs." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Warn if the address of an output section is changed because of alignment. " +"Typically, the alignment will be set by an input section. The address will " +"only be changed if it not explicitly specified; that is, if the " +"CW<\\*(C`SECTIONS\\*(C'> command does not specify a start address for the " +"section." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Warn if the linker adds DT_TEXTREL to a position-independent executable or " +"shared object." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Warn if the linker adds \\s-1DT_TEXTREL\\s0 to a position-independent " +"executable or shared object." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Warn if the linker creates a loadable, non-zero sized segment that has all " +"three of the read, write and execute permission flags set. Such a segment " +"represents a potential security vulnerability. In addition warnings will be " +"generated if a thread local storage segment is created with the execute " +"permission flag set, regardless of whether or not it has the read and/or " +"write flags set." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"Warn when a common symbol is combined with another common symbol or with a " +"symbol definition. Unix linkers allow this somewhat sloppy practice, but " +"linkers on some other operating systems do not. This option allows you to " +"find potential problems from combining global symbols. Unfortunately, some " +"C libraries use this practice, so you may get some warnings about symbols in " +"the libraries as well as in your programs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Warning control. Python's warning machinery by default prints warning " +"messages to I<sys.stderr>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Warnings can also be controlled using the B<PYTHONWARNINGS> environment " +"variable and from within a Python program using the warnings module. For " +"example, the warnings.filterwarnings() function can be used to use a regular " +"expression on the warning message." +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "Wed, 07 May 2003 15:55:00 +0200" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When \"connected\", the Infiniband reliable connected (RC) transport is " +"used\\&. Connected mode takes advantage of the connected nature of the IB " +"transport and allows an MTU up to the maximal IP packet size of 64K, which " +"reduces the number of IP packets needed for handling large UDP datagrams, " +"TCP segments, etc and increases the performance for large messages\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When \"datagram\", the Infiniband unreliable datagram (UD) transport is " +"used, and so the interface MTU is equal to the IB L2 MTU minus the IPoIB " +"encapsulation header (4 bytes)\\&. For example, in a typical IB fabric with " +"a 2K MTU, the IPoIB MTU will be 2048 - 4 = 2044 bytes\\&." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When B<--gc-sections> is enabled, this option prevents garbage collection of " +"unused input sections that contain global symbols having default or " +"protected visibility. This option is intended to be used for executables " +"where unreferenced sections would otherwise be garbage collected regardless " +"of the external visibility of contained symbols. Note that this option has " +"no effect when linking shared objects since it is already the default " +"behaviour. This option is only supported for ELF format targets." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When B<--gc-sections> is enabled, this option prevents garbage collection of " +"unused input sections that contain global symbols having default or " +"protected visibility. This option is intended to be used for executables " +"where unreferenced sections would otherwise be garbage collected regardless " +"of the external visibility of contained symbols. Note that this option has " +"no effect when linking shared objects since it is already the default " +"behaviour. This option is only supported for \\&\\s-1ELF\\s0 format targets." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When B<--gc-sections> is in effect, a reference from a retained section to " +"CW<\\*(C`_\\|_start_SECNAME\\*(C'> or CW<\\*(C`_\\|_stop_SECNAME\\*(C'> " +"causes all input sections named CW<\\*(C`SECNAME\\*(C'> to also be retained, " +"if \\&CW<\\*(C`SECNAME\\*(C'> is representable as a C identifier and either " +"\\&CW<\\*(C`_\\|_start_SECNAME\\*(C'> or CW<\\*(C`_\\|_stop_SECNAME\\*(C'> " +"is synthesized by the linker. B<-z start-stop-gc> disables this effect, " +"allowing sections to be garbage collected as if the special synthesized " +"symbols were not defined. B<-z start-stop-gc> has no effect on a definition " +"of CW<\\*(C`_\\|_start_SECNAME\\*(C'> or CW<\\*(C`_\\|_stop_SECNAME\\*(C'> " +"in an object file or linker script. Such a definition will prevent the " +"linker providing a synthesized CW<\\*(C`_\\|_start_SECNAME\\*(C'> or " +"\\&CW<\\*(C`_\\|_stop_SECNAME\\*(C'> respectively, and therefore the special " +"treatment by garbage collection for those references." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"When E<.Dv LINEMODE> is enabled, character processing is done on the local " +"system, under the control of the remote system. When input editing or " +"character echoing is to be disabled, the remote system will relay that " +"information. The remote system will also relay changes to any special " +"characters that happen on the remote system, so that they can take effect on " +"the local system." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When FILE1 or FILE2 (not both) is -, read standard input." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When I<mode> is B<MPOL_BIND>, enable the kernel NUMA balancing for the task " +"if it is supported by the kernel. If the flag isn't supported by the " +"kernel, or is used with I<mode> other than B<MPOL_BIND>, -1 is returned and " +"I<errno> is set to B<EINVAL>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When a child process is created via B<fork>(2), it inherits copies of its " +"parent's registrations. Upon a successful call to one of the B<exec>(3) " +"functions, all registrations are removed." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When an input file does not have the same format as the output file, partial " +"linking is only supported if that input file does not contain any " +"relocations. Different output formats can have further restrictions; for " +"example some CW<\\*(C`a.out\\*(C'>-based formats do not support partial " +"linking with input files in other formats at all." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"When connecting to the remote system, if the remote system understands the " +"E<.Ev ENVIRON> option, then E<.Ar user> will be sent to the remote system as " +"the value for the variable USER. This option implies the E<.Fl a> option. " +"This option may also be used with the E<.Ic open> command." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating a dynamically linked executable, symbols matching \\&I<glob> " +"will be added to the dynamic symbol table. When creating a shared library, " +"references to symbols matching I<glob> will not be bound to the definitions " +"within the shared library. This option is a no-op when creating a shared " +"library and B<-Bsymbolic> or \\&B<--dynamic-list> are not specified. This " +"option is only meaningful on ELF platforms which support shared libraries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating a dynamically linked executable, symbols matching \\&I<glob> " +"will be added to the dynamic symbol table. When creating a shared library, " +"references to symbols matching I<glob> will not be bound to the definitions " +"within the shared library. This option is a no-op when creating a shared " +"library and B<-Bsymbolic> or \\&B<--dynamic-list> are not specified. This " +"option is only meaningful on \\s-1ELF\\s0 platforms which support shared " +"libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When creating a dynamically linked executable, using the B<-E> option or the " +"B<--export-dynamic> option causes the linker to add all symbols to the " +"dynamic symbol table. The dynamic symbol table is the set of symbols which " +"are visible from dynamic objects at run time." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating a shared library, bind references to global function symbols " +"to the definition within the shared library, if any. This option is only " +"meaningful on ELF platforms which support shared libraries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating a shared library, bind references to global function symbols " +"to the definition within the shared library, if any. This option is only " +"meaningful on \\s-1ELF\\s0 platforms which support shared libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating a shared library, bind references to global symbols to the " +"definition within the shared library, if any. Normally, it is possible for " +"a program linked against a shared library to override the definition within " +"the shared library. This option is only meaningful on ELF platforms which " +"support shared libraries." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating a shared library, bind references to global symbols to the " +"definition within the shared library, if any. Normally, it is possible for " +"a program linked against a shared library to override the definition within " +"the shared library. This option is only meaningful on \\s-1ELF\\s0 " +"platforms which support shared libraries." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF executable or shared object for a target where the read-" +"only data is in its own segment separate from the executable text, it will " +"set the address of the first byte of the read-only data segment." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF executable or shared object for x86-64 medium memory " +"model, it will set the address of the first byte of the ldata segment." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF executable or shared object, call NAME when the " +"executable or shared object is loaded, by setting DT_INIT to the address of " +"the function. By default, the linker uses CW<\\*(C`_init\\*(C'> as the " +"function to call." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF executable or shared object, call NAME when the " +"executable or shared object is unloaded, by setting DT_FINI to the address " +"of the function. By default, the linker uses CW<\\*(C`_fini\\*(C'> as the " +"function to call." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF executable, it will set the address of the first byte " +"of the text segment." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF shared object, set the internal DT_AUXILIARY field to " +"the specified name. This tells the dynamic linker that the symbol table of " +"the shared object should be used as an auxiliary filter on the symbol table " +"of the shared object I<name>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF shared object, set the internal DT_FILTER field to the " +"specified name. This tells the dynamic linker that the symbol table of the " +"shared object which is being created should be used as a filter on the " +"symbol table of the shared object I<name>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When creating an ELF shared object, set the internal DT_SONAME field to the " +"specified name. When an executable is linked with a shared object which has " +"a DT_SONAME field, then when the executable is run the dynamic linker will " +"attempt to load the shared object specified by the DT_SONAME field rather " +"than using the file name given to the linker." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 executable or shared object for a target where " +"the read-only data is in its own segment separate from the executable text, " +"it will set the address of the first byte of the read-only data segment." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 executable or shared object for x86-64 medium " +"memory model, it will set the address of the first byte of the ldata segment." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 executable or shared object, call " +"\\s-1NAME\\s0 when the executable or shared object is loaded, by setting " +"\\s-1DT_INIT\\s0 to the address of the function. By default, the linker " +"uses CW<\\*(C`_init\\*(C'> as the function to call." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 executable or shared object, call " +"\\s-1NAME\\s0 when the executable or shared object is unloaded, by setting " +"\\s-1DT_FINI\\s0 to the address of the function. By default, the linker " +"uses CW<\\*(C`_fini\\*(C'> as the function to call." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 executable, it will set the address of the " +"first byte of the text segment." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 shared object, set the internal " +"\\s-1DT_AUXILIARY\\s0 field to the specified name. This tells the dynamic " +"linker that the symbol table of the shared object should be used as an " +"auxiliary filter on the symbol table of the shared object I<name>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 shared object, set the internal " +"\\s-1DT_FILTER\\s0 field to the specified name. This tells the dynamic " +"linker that the symbol table of the shared object which is being created " +"should be used as a filter on the symbol table of the shared object I<name>." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When creating an \\s-1ELF\\s0 shared object, set the internal " +"\\s-1DT_SONAME\\s0 field to the specified name. When an executable is " +"linked with a shared object which has a \\s-1DT_SONAME\\s0 field, then when " +"the executable is run the dynamic linker will attempt to load the shared " +"object specified by the \\s-1DT_SONAME\\s0 field rather than using the file " +"name given to the linker." +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#: debian-unstable +msgid "" +"When encrypting, you are prompted twice for the password as a precautionary " +"measure. It would be a disaster to encrypt files a password that wasn't " +"what you intended." +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#: debian-unstable +msgid "" +"When encrypting, you are prompted twice for the password as a precautionary " +"measure. It would be a disaster to encrypt files with a password that " +"wasn't what you intended." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When generating a shared library or other dynamically loadable ELF object " +"mark it as one that should (by default) only ever be loaded once, and only " +"in the main namespace (when using CW<\\*(C`dlmopen\\*(C'>). This is " +"primarily used to mark fundamental libraries such as libc, libpthread et al " +"which do not usually function correctly unless they are the sole instances " +"of themselves. This behaviour can be overridden by the " +"CW<\\*(C`dlmopen\\*(C'> caller and does not apply to certain loading " +"mechanisms (such as audit libraries)." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When generating a shared library or other dynamically loadable \\s-1ELF\\s0 " +"object mark it as one that should (by default) only ever be loaded once, and " +"only in the main namespace (when using CW<\\*(C`dlmopen\\*(C'>). This is " +"primarily used to mark fundamental libraries such as libc, libpthread et al " +"which do not usually function correctly unless they are the sole instances " +"of themselves. This behaviour can be overridden by the " +"CW<\\*(C`dlmopen\\*(C'> caller and does not apply to certain loading " +"mechanisms (such as audit libraries)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When generating an executable or shared library, mark it to tell the dynamic " +"linker to defer function call resolution to the point when the function is " +"called (lazy binding), rather than at load time. Lazy binding is the " +"default." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When generating an executable or shared library, mark it to tell the dynamic " +"linker to resolve all symbols when the program is started, or when the " +"shared library is loaded by dlopen, instead of deferring function call " +"resolution to the point when the function is first called." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"When in rlogin mode, a line of the form ~. disconnects from the remote " +"host; ~ is the telnet escape character. Similarly, the line ~^Z suspends " +"the telnet session. The line ~^] escapes to the normal telnet escape prompt." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When justifying, treat any line that starts with whitespace as the beginning " +"of a paragraph (unless auto-indenting is on)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When linking dynamically to a dll without an import library, search for " +"CW<\\*(C`E<lt>stringE<gt>E<lt>basenameE<gt>.dll\\*(C'> in preference to " +"\\&CW<\\*(C`libE<lt>basenameE<gt>.dll\\*(C'>. This behaviour allows easy " +"distinction between DLLs built for the various \"subplatforms\": native, " +"cygwin, uwin, pw, etc. For instance, cygwin DLLs typically use " +"\\&CW<\\*(C`--dll-search-prefix=cyg\\*(C'>. [This option is specific to the " +"i386 PE targeted port of the linker]" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When linking dynamically to a dll without an import library, search for " +"CW<\\*(C`E<lt>stringE<gt>E<lt>basenameE<gt>.dll\\*(C'> in preference to " +"\\&CW<\\*(C`libE<lt>basenameE<gt>.dll\\*(C'>. This behaviour allows easy " +"distinction between DLLs built for the various \\*(L\"subplatforms\\*(R\": " +"native, cygwin, uwin, pw, etc. For instance, cygwin DLLs typically use " +"\\&CW<\\*(C`--dll-search-prefix=cyg\\*(C'>. [This option is specific to the " +"i386 \\s-1PE\\s0 targeted port of the linker]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When producing an executable file, omit the request for a dynamic linker to " +"be used at load-time. This is only meaningful for ELF executables that " +"contain dynamic relocations, and usually requires entry point code that is " +"capable of processing these relocations." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When producing an executable file, omit the request for a dynamic linker to " +"be used at load-time. This is only meaningful for \\s-1ELF\\s0 executables " +"that contain dynamic relocations, and usually requires entry point code that " +"is capable of processing these relocations." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"When querying I<whois.arin.net> for IPv4 or IPv6 networks, the CIDR netmask " +"length will be automatically removed from the query string." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"When querying I<whois.denic.de> for domain names and no other flags have " +"been specified, the program will automatically add the flag I<-T dn>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"When querying I<whois.dk-hostmaster.dk> for domain names and no other flags " +"have been specified, the program will automatically add the flag I<--show-" +"handles>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"When querying I<whois.nic.ad.jp> and I<whois.jprs.jp> English text is " +"requested unless the I<LANG> or I<LC_MESSAGES> environment variables specify " +"a Japanese locale." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"When querying I<whois.nic.ad.jp> for AS numbers, the program will " +"automatically convert the request in the appropriate format, inserting a " +"space after the string I<AS>." +msgstr "" + +#: archlinux debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "" +"When querying the Verisign gTLDs (e.g.\\& \\&.com, \\&.net...\\&) thin " +"registry servers for a domain, the program will automatically prepend the " +"I<domain> keyword to only show domain records. The I<nameserver> or " +"I<registrar> keywords must be used to show other kinds of records." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When removing sections from the output file, keep sections that match " +"\\&I<sectionpattern>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When stripping a file, perhaps with B<--strip-debug> or \\&B<--strip-" +"unneeded>, retain any symbols specifying section names, which would " +"otherwise get stripped." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When stripping a file, perhaps with B<--strip-debug> or \\&B<--strip-" +"unneeded>, retain any symbols specifying source file names, which would " +"otherwise get stripped." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When stripping symbols, keep symbol I<symbolname> even if it would normally " +"be stripped. This option may be given more than once." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"When the E<.Ic netdata> toggle is enabled, if E<.Ic prettydump> is enabled " +"the output from the E<.Ic netdata> command will be formatted in a more user " +"readable format. Spaces are put between each character in the output, and " +"the beginning of any E<.Tn TELNET> escape sequence is preceded by a '*' to " +"aid in locating them." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When the end of options is encountered, B<getopts> exits with a return value " +"greater than zero. E<.SM> B<OPTIND> is set to the index of the first non-" +"option argument, and I<name> is set to ?." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When the input file is not a regular file or directory, (e.g. a symbolic " +"link, socket, FIFO, device file), it is left unaltered." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When the linker encounters such a dependency when doing a non-shared, non-" +"relocatable link, it will automatically try to locate the required shared " +"library and include it in the link, if it is not included explicitly. In " +"such a case, the B<-rpath-link> option specifies the first set of " +"directories to search. The \\&B<-rpath-link> option may specify a sequence " +"of directory names either by specifying a list of names separated by colons, " +"or by appearing multiple times." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"When the linker merges input .note.gnu.property sections into one output \\&." +"note.gnu.property section, some properties are removed or updated. These " +"actions are reported in the link map. For example:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When the variable is assigned a value, all lower-case characters are " +"converted to upper-case. The lower-case attribute is disabled." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When the variable is assigned a value, all upper-case characters are " +"converted to lower-case. The upper-case attribute is disabled." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When used with B<--resolve>, download all dependencies (do not skip already " +"installed ones)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When used with B<bind>, creates a read-only bind mount\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When used with B<bind>, creates the destination file or directory before " +"applying the bind mount\\&. Note that even though the name of this option " +"suggests that it is suitable only for directories, this option also creates " +"the destination file node to mount over if the object to mount is not a " +"directory, but a regular file, device node, socket or FIFO\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When used with B<kill>, choose which signal to send to selected " +"processes\\&. Must be one of the well-known signal specifiers such as " +"B<SIGTERM>, B<SIGINT> or B<SIGSTOP>\\&. If omitted, defaults to " +"B<SIGTERM>\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When used with B<status>, controls the formatting of the journal entries " +"that are shown\\&. For the available choices, see B<journalctl>(1)\\&. " +"Defaults to \"short\"\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When used with B<status>, controls the number of journal lines to show, " +"counting from the most recent ones\\&. Takes a positive integer argument\\&. " +"Defaults to 10\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When used with B<test> or B<[>, the B<E<lt>> and B<E<gt>> operators sort " +"lexicographically using ASCII ordering." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"When using ELF or SunOS, one shared library may require another. This " +"happens when an CW<\\*(C`ld -shared\\*(C'> link includes a shared library as " +"one of the input files." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"When using \\s-1ELF\\s0 or SunOS, one shared library may require another. " +"This happens when an CW<\\*(C`ld -shared\\*(C'> link includes a shared " +"library as one of the input files." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Where B<value> is :" +msgstr "" + +#: archlinux +msgid "Where B<value> is:" +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"Where I<special> is either the path-name for the special device that " +"corresponds to a SCSI scanner. The program B<sane-find-scanner>(1) helps to " +"find out the correct device. Under Linux, such a device name could be I</dev/" +"sg0> or I</dev/sga>, 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 UNIX path-name for the special device that " +"corresponds to the scanner. 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." +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. 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. 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 " +"takes a format such as I</dev/sga> or I</dev/sg0>, for example. See B<sane-" +"scsi>(5) for details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Where I<special> is the path-name for the special device that corresponds to " +"a SCSI scanner. The program B<sane-find-scanner>(1) helps to find out the " +"correct device. Under Linux, such a device name could be I</dev/sg0> or I</" +"dev/sga>, for example. See B<sane-scsi>(5) for details." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Where object files are mapped into memory." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"While none of the built-in data types have any arbitrary size limits (apart " +"from memory size), there are still a few arbitrary limits: a given variable " +"name may not be longer than 251 characters. Line numbers displayed by " +"diagnostics are internally stored as short integers, so they are limited to " +"a maximum of 65535 (higher numbers usually being affected by wraparound)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"While waiting to acquire a lock, the call was interrupted by delivery of a " +"signal caught by a handler; see B<signal>(7)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "Will have no effect, whereas:" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "Will rename the input file I<foo.o> to I<bar.o>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "Windows" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"With a non-zero value for I<n>, DIEs at or deeper than I<n> levels will not " +"be printed. The range for I<n> is zero-based." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"With no options, display the command history list with line numbers. Lines " +"listed with a B<*> have been modified. An argument of I<n> lists only the " +"last I<n> lines. If the shell variable E<.SM> B<HISTTIMEFORMAT> is set and " +"not null, it is used as a format string for I<strftime>(3) to display the " +"time stamp associated with each displayed history entry. No intervening " +"blank is printed between the formatted time stamp and the history line. If " +"I<filename> is supplied, it is used as the name of the history file; if not, " +"the value of E<.SM> B<HISTFILE> is used. Options, if supplied, have the " +"following meanings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"With no options, indicate how each I<name> would be interpreted if used as a " +"command name. If the B<-t> option is used, B<type> prints a string which is " +"one of I<alias>, I<keyword>, I<function>, I<builtin>, or I<file> if I<name> " +"is an alias, shell reserved word, function, builtin, or disk file, " +"respectively. If the I<name> is not found, then nothing is printed, and an " +"exit status of false is returned. If the B<-p> option is used, B<type> " +"either returns the name of the disk file that would be executed if I<name> " +"were specified as a command name, or nothing if" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"Without options, display the name and value of each shell variable in a " +"format that can be reused as input for setting or resetting the currently-" +"set variables. Read-only variables cannot be reset. In I<posix mode>, only " +"shell variables are listed. The output is sorted according to the current " +"locale. When options are specified, they set or unset shell attributes. " +"Any arguments remaining after option processing are treated as values for " +"the positional parameters and are assigned, in order, to B<$1>, B<$2>, B<..." +"> B<$>I<n>. Options, if specified, have the following meanings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Without options, displays the list of currently remembered directories. The " +"default display is on a single line with directory names separated by " +"spaces. Directories are added to the list with the B<pushd> command; the " +"B<popd> command removes entries from the list. The current directory is " +"always the first directory in the stack." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Without options, remove each I<jobspec> from the table of active jobs. If " +"I<jobspec> is not present, and neither the B<-a> nor the B<-r> option is " +"supplied, the I<current job> is used. If the B<-h> option is given, each " +"I<jobspec> is not removed from the table, but is marked so that E<.SM> " +"B<SIGHUP> is not sent to the job if the shell receives a E<.SM> B<SIGHUP>. " +"If no I<jobspec> is supplied, the B<-a> option means to remove or mark all " +"jobs; the B<-r> option without a I<jobspec> argument restricts operation to " +"running jobs. The return value is 0 unless a I<jobspec> does not specify a " +"valid job." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"Write a I<dependency file> to I<depfile>. This file contains a rule " +"suitable for CW<\\*(C`make\\*(C'> describing the output file and all the " +"input files that were read to produce it. The output is similar to the " +"compiler's output with B<-M -MP>. Note that there is no option like the " +"compiler's B<-MM>, to exclude \"system files\" (which is not a well-" +"specified concept in the linker, unlike \"system headers\" in the " +"compiler). So the output from \\&B<--dependency-file> is always specific to " +"the exact state of the installation where it was produced, and should not be " +"copied into distributed makefiles without careful editing." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"Write a I<dependency file> to I<depfile>. This file contains a rule " +"suitable for CW<\\*(C`make\\*(C'> describing the output file and all the " +"input files that were read to produce it. The output is similar to the " +"compiler's output with B<-M -MP>. Note that there is no option like the " +"compiler's B<-MM>, to exclude \\*(L\"system files\\*(R\" (which is not a " +"well-specified concept in the linker, unlike \\*(L\"system headers\\*(R\" in " +"the compiler). So the output from \\&B<--dependency-file> is always " +"specific to the exact state of the installation where it was produced, and " +"should not be copied into distributed makefiles without careful editing." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Write a summary of the available options to standard output and exit " +"successfully." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Write information about active message queues." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Write information about active semaphore sets." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "Write information about active shared memory segments." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Write information about the version and license of B<locate> on standard " +"output and exit successfully." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Write the current history list to the history file, overwriting the history " +"file's contents." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Write the formatted I<arguments> to the standard output under the control of " +"the I<format>. The B<-v> option causes the output to be assigned to the " +"variable I<var> rather than being printed to the standard output." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Write time information. The time of the last control operation that changed " +"the access permissions for all facilities, the time of the last B<msgsnd>(2) " +"and B<msgrcv>(2) operations on message queues, the time of the last " +"B<shmat>(2) and B<shmdt>(2) operations on shared memory, and the time of the " +"last B<semop>(2) operation on semaphores." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Writes are synched to the filesystem immediately (see the description of " +"B<O_SYNC> in B<open>(2))." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +#, no-wrap +msgid "Writing Perl Modules for CPAN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Michael Stone." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "Written by Roland McGrath." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "Written by Tomáš Mráz\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Torbjorn Granlund and Richard M. Stallman." +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"X/Open Curses, Issue 7 (2009) describes B<tic> briefly, but omits this " +"program." +msgstr "" + +#: debian-bookworm archlinux +msgid "" +"X/Open Curses, Issue 7 (2009) describes B<tic> briefly, but omits this " +"program. SVr4 systems provide B<captoinfo> as a separate application from " +"B<tic>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "XDG Base Directory Specification" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "XDG Icon Naming Specification" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "XENIX" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"XENIX I<\\%termcap> had a set of extension capabilities, corresponding to " +"box drawing characters of CCSID (\\*(``code page\\*('') 437, as follows." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"XENIX termcap also used to have a set of extension capabilities for forms " +"drawing, designed to take advantage of the IBM PC high-half graphics. They " +"were as follows:" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "XS" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "XSI" +msgstr "" + +#: opensuse-leap-15-6 +msgid "XZ Embedded: E<lt>http://tukaani.org/xz/embedded.htmlE<gt>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Xo" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYY-MM-DD" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYY-MM-DD hh:mm" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYY-MM-DD hh:mm:ss" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYYMMDDhhmmss" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"You can also define the input format from a script, using the command " +"\\&CW<\\*(C`TARGET\\*(C'>;" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"You can also use the dynamic list to control what symbols should be added to " +"the dynamic symbol table if the output format supports it. See the " +"description of B<--dynamic-list>." +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"You can also view the manual using the info mode in B<emacs>(1), or find it " +"in various formats online at" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "You can browse it interactively with \\[lq]info groff\\[rq]." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"You can change the behaviour of B<ld> with the environment variables " +"\\&CW<\\*(C`GNUTARGET\\*(C'>, \\&CW<\\*(C`LDEMULATION\\*(C'> and " +"CW<\\*(C`COLLECT_NO_DEMANGLE\\*(C'>." +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"You can choose to handle any of these individually, rather than using the " +"generic upcall program. If you would like to use your own program for a uid " +"lookup then you would edit your request-key.conf so it looks similar to this:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "You can rename any device using the" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"You can use the 'a' and 'b' commands to move backwards and forwards within " +"the image. The 'g' command allows you to goto an arbitrary extent, and the " +"'f' command specifies a search string to be used. The '+' command searches " +"forward for the next instance of the search string, and the 'q' command " +"exits B<devdump> or B<isodump>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"You may also use many troff escape sequences (those sequences beginning with " +"\\e). When you need to include the backslash character as normal text, use " +"\\ee. Other sequences you may use, where x or xx are any characters and N " +"is any digit, include: B<\\e\\[aq]>, B<\\e\\[ga]>, B<\\e->, B<\\e.>, " +"B<\\e\">, B<\\e%>, B<\\e*x>, B<\\e*(xx>, B<\\e(xx>, B<\\e$N>, B<\\enx>, " +"B<\\en(xx>, B<\\efx>, and B<\\ef(xx>. Avoid using the escape sequences for " +"drawing graphics." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"You may force the session type to wayland or X11. This is only needed for " +"debugging purposes. XDG_SESSION_TYPE will be ignored on gnome." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "You may list the same archive multiple times on the command line." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"You may only specify B<--retain-symbols-file> once in the command line. It " +"overrides B<-s> and B<-S>." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"You may submit your bug reports (be sure to include full configuration " +"information as output by the myconfig program in the perl source tree, or by " +"CW<\\*(C`perl -V\\*(C'>) to E<lt>https://github.com/Perl/perl5/issuesE<gt>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"You may want to use this option if you are linking files with an unusual " +"binary format. You can also use B<-b> to switch formats explicitly (when " +"linking object files of different formats), by including \\&B<-b> I<input-" +"format> before each group of object files in a particular format." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"You may wish to provide a CW<\\*(C`_\\|_real_malloc\\*(C'> function as well, " +"so that links without the B<--wrap> option will succeed. If you do this, " +"you should not put the definition of CW<\\*(C`_\\|_real_malloc\\*(C'> in the " +"same file as CW<\\*(C`_\\|_wrap_malloc\\*(C'>; if you do, the assembler may " +"resolve the call before the linker has a chance to wrap it to " +"CW<\\*(C`malloc\\*(C'>." +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron archlinux +msgid "" +"You might notice several familiar Perl concepts in this collection of ACM " +"columns from Jon Bentley. The similarity to the title of the major Perl book " +"(which came later) is not completely accidental:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "You might want to keep these desktop references close by your keyboard:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "You will need:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "Zero on success, nonzero on errors." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "[ B<-V> | B<--version> ] [ B<-h> | B<--help> ]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "[0]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "[1] Cdrtools 2.01.01a08 from May 2006, http://cdrecord.berlios.de" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "[7]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"[B<-F> I<function>] [B<-C> I<command>] [B<-X> I<filterpat>] [B<-P> " +"I<prefix>] [B<-S> I<suffix>] I<name> [I<name ...>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "[BRIDGE] SECTION OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "[DHCPV4] SECTION OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "[DHCPV6] SECTION OPTIONS" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "[I<file> \\&.\\|.\\|.\\&]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "[IPOIB] SECTION OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"[Install]\n" +"WantedBy=multi-user\\&.target\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "[LINK] SECTION OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "[SR-IOV] SECTION OPTIONS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"[Service]\n" +"ExecStart=/usr/sbin/foo-daemon\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 debian-unstable opensuse-tumbleweed +msgid "[To be documented.]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"[Unit]\n" +"Description=Foo\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"\\%http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/" +"iniscrptact.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"\\%https://developer.mozilla.org/en-US/docs/Server-sent_events/Using_server-" +"sent_events" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "\\%https://docs.kernel.org/admin-guide/device-mapper/dm-integrity.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://docs.kernel.org/admin-guide/kernel-parameters.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://docs.kernel.org/power/swsusp.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://docs.kernel.org/usb/functionfs.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://docs.kernel.org/userspace-api/no_new_privs.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"\\%https://en.wikipedia.org/wiki/" +"Escape_sequences_in_C#Table_of_escape_sequences" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "\\%https://github.com/rhboot/shim/blob/main/SBAT.md" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "\\%https://netfilter.org/projects/nftables/index.html" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://standards.freedesktop.org/desktop-entry-spec/latest/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://systemd.io/BUILDING_IMAGES" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://systemd.io/COREDUMP_PACKAGE_METADATA/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://systemd.io/ENVIRONMENT" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://systemd.io/MEMORY_PRESSURE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "\\%https://systemd.io/RANDOM_SEEDS" +msgstr "\\%https://systemd.io/RANDOM_SEEDS" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "\\%https://systemd.io/RANDOM_SEEDS" +msgid "\\%https://systemd.io/ROOT_STORAGE_DAEMONS" +msgstr "\\%https://systemd.io/RANDOM_SEEDS" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "\\%https://tools.ietf.org/html/rfc3339" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "\\%https://tools.ietf.org/html/rfc3484" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "\\%https://tools.ietf.org/html/rfc6763" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron fedora-40 +#: fedora-rawhide +msgid "\\%https://uefi.org/specifications" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://varlink.org/" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\%https://www.freedesktop.org/wiki/Software/dbus" +msgstr "" + +#: 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/APIFileSystems" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "\\& \"@INC\" locations of perl libraries" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& --foo.h \\& /* Note: auto-export is assumed (no _\\|" +"_declspec(dllexport)) */ \\& #if (defined(_WIN32) || defined(_\\|_CYGWIN_\\|" +"_)) && \\e \\& !(defined(FOO_BUILD_DLL) || defined(FOO_STATIC)) \\& #define " +"FOO_IMPORT _\\|_declspec(dllimport) \\& #else \\& #define FOO_IMPORT \\& " +"#endif \\& extern FOO_IMPORT int arr[]; \\& --foo.c \\& #include \"foo.h\" " +"\\& void main(int argc, char **argv){ \\& printf(\"%d\\en\",arr[1]); \\& }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& --foo.h \\& extern int arr[]; \\& --foo.c \\& #include \"foo.h\" \\& " +"void main(int argc, char **argv){ \\& /* This workaround is for win32 and " +"cygwin; do not \"optimize\" */ \\& volatile int *parr = arr; \\& " +"printf(\"%d\\en\",parr[1]); \\& }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& --foo.h \\& extern int arr[]; \\& --foo.c \\& #include \"foo.h\" \\& " +"void main(int argc, char **argv){ \\& printf(\"%d\\en\",arr[1]); \\& }" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\& --remove-relocations=.text.*" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\& --remove-relocations=.text.* --remove-relocations=!.text.foo" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\& --remove-section=.text.* --remove-section=!.text.foo" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "\\& -Wl,--push-state,--as-needed -libone -libtwo -Wl,--pop-state" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& -o foo.exe -Map=bar [Creates ./bar] \\& -o ../dir/foo.exe -Map=bar " +"[Creates ./bar] \\& -o foo.exe -Map=../dir [Creates ../dir/foo.exe.map] \\& -" +"o ../dir2/foo.exe -Map=../dir [Creates ../dir/foo.exe.map] \\& -o foo.exe -" +"Map=% [Creates ./foo.exe.map] \\& -o ../dir/foo.exe -Map=% [Creates ../dir/" +"foo.exe.map] \\& -o foo.exe -Map=%.bar [Creates ./foo.exe.bar] \\& -o ../dir/" +"foo.exe -Map=%.bar [Creates ../dir/foo.exe.bar] \\& -o ../dir2/foo.exe -" +"Map=../dir/% [Creates ../dir/../dir2/foo.exe.map] \\& -o ../dir2/foo.exe -" +"Map=../dir/%.bar [Creates ../dir/../dir2/foo.exe.bar]" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& 0x00000001 foo = 0x1 \\& [0x0000000c] foo = (foo * 0x4) \\& " +"[0x0000000c] foo = (foo + 0x8)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: common of " +"\\`E<lt>symbolE<gt>\\*(Aq \\& overridden by definition \\& " +"E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: defined here" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: common of " +"\\`E<lt>symbolE<gt>\\*(Aq \\& overridden by larger common \\& " +"E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: larger common is here" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: common of " +"\\`E<lt>symbolE<gt>\\*(Aq \\& overriding smaller common \\& " +"E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: smaller common is here" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: definition of " +"\\`E<lt>symbolE<gt>\\*(Aq \\& overriding common \\& " +"E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: common is here" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: multiple common \\& of " +"\\`E<lt>symbolE<gt>\\*(Aq \\& E<lt>fileE<gt>(E<lt>sectionE<gt>): warning: " +"previous common is here" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\& MEMORY { \\& MEM1 (rwx) : ORIGIN : 0x1000, LENGTH = 0x14 \\& MEM2 " +"(rwx) : ORIGIN : 0x1000, LENGTH = 0x40 \\& MEM3 (rwx) : ORIGIN : 0x2000, " +"LENGTH = 0x40 \\& } \\& SECTIONS { \\& mem1 : { *(.data.*); } E<gt> MEM1 \\& " +"mem2 : { *(.data.*); } E<gt> MEM2 \\& mem3 : { *(.data.*); } E<gt> MEM2 " +"\\& } \\& \\& with input sections: \\& .data.1: size 8 \\& .data.2: size " +"0x10 \\& .data.3: size 4 \\& \\& results in .data.1 affected to mem1, and ." +"data.2 and .data.3 \\& affected to mem2, even though .data.3 would fit in " +"mem3." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\& MEMORY { \\& MEM1 (rwx) : ORIGIN = 0x1000, LENGTH = 0x14 \\& MEM2 " +"(rwx) : ORIGIN = 0x1000, LENGTH = 0x40 \\& MEM3 (rwx) : ORIGIN = 0x2000, " +"LENGTH = 0x40 \\& } \\& SECTIONS { \\& mem1 : { *(.data.*); } E<gt> MEM1 \\& " +"mem2 : { *(.data.*); } E<gt> MEM2 \\& mem3 : { *(.data.*); } E<gt> MEM3 " +"\\& } \\& \\& with input sections: \\& .data.1: size 8 \\& .data.2: size " +"0x10 \\& .data.3: size 4 \\& \\& results in .data.1 affected to mem1, and ." +"data.2 and .data.3 \\& affected to mem2, even though .data.3 would fit in " +"mem3." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& Memory region Used Size Region Size %age Used \\& ROM: 256 KB 1 MB " +"25.00% \\& RAM: 32 B 2 GB 0.00%" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& Removed property 0xc0000002 to merge foo.o (0x1) and bar.o (not found)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& Updated property 0xc0010001 (0x1) to merge foo.o (0x1) and bar.o (0x1)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Curtis \\*(AqOvid\\*(Aq Poe \\& ISBN 978-1-118-01384-7 \\& http://www." +"wrox.com/WileyCDA/WroxTitle/productCd-1118013840.html \\& \\& by James Lee " +"\\& ISBN 1-59059-391-X [3rd edition April 2010 & ebook] \\& https://www." +"apress.com/9781430227939" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Damian Conway \\& ISBN 978-0-596-00173-5 [1st edition July 2005] \\& " +"ISBN 978-0-596-15900-9 [ebook] \\& https://oreilly.com/catalog/9780596001735" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Damian Conway \\& with foreword by Randal L. Schwartz \\& ISBN " +"1-884777-79-1 [1st edition August 1999 & ebook] \\& https://www.manning.com/" +"conway/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Darren Chamberlain, Dave Cross, and Andy Wardley \\& ISBN " +"978-0-596-00476-7 [December 2003] \\& ISBN 978-1-4493-8647-4 [ebook] \\& " +"https://oreilly.com/catalog/9780596004767" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Dave Cross \\& ISBN 1-930110-00-6 [1st edition 2001 & ebook] \\& " +"https://www.manning.com/cross" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by David N. Blank-Edelman \\& ISBN 978-0-596-00639-6 [2nd edition May " +"2009] \\& ISBN 978-0-596-80251-6 [ebook] \\& https://oreilly.com/" +"catalog/9780596006396" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Jan Goyvaerts and Steven Levithan \\& ISBN 978-1-4493-1943-4 [2nd " +"edition August 2012] \\& ISBN 978-1-4493-2747-7 [ebook] \\& https://shop." +"oreilly.com/product/0636920023630.do" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Jeffrey E. F. Friedl \\& ISBN 978-0-596-52812-6 [3rd edition August " +"2006] \\& ISBN 978-0-596-55899-4 [ebook] \\& https://oreilly.com/" +"catalog/9780596528126" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Johan Vromans \\& ISBN 978-1-4493-0370-9 [5th edition July 2011] \\& " +"ISBN 978-1-4493-0813-1 [ebook] \\& https://oreilly.com/catalog/0636920018476/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "\\& by Jon Bentley \\& ISBN 0-201-11889-0 [January 1988]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "\\& by Jon Bentley \\& ISBN 978-0-201-65788-3 [2 edition, October 1999]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Joseph N. Hall, Joshua A. McAdams, brian d foy \\& ISBN 0-321-49694-9 " +"[2nd edition 2010] \\& https://www.effectiveperlprogramming.com/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Linchi Shea \\& ISBN 1-59059-097-X [1st edition July 2003 & ebook] " +"\\& https://www.apress.com/9781590590973" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Lincoln Stein \\& ISBN 0-201-61571-1 [1st edition 2001] \\& https://" +"www.pearsonhighered.com/educator/product/Network-Programming-with-" +"Perl/9780201615715.page" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Mark-Jason Dominus \\& ISBN 1-55860-701-3 [1st edition March 2005] " +"\\& free ebook https://hop.perl.plover.com/book/ \\& https://hop.perl.plover." +"com/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Randal L. Schwartz and brian d foy, with Tom Phoenix \\& foreword by " +"Damian Conway \\& ISBN 978-1-4493-9309-0 [2nd edition August 2012] \\& ISBN " +"978-1-4493-0459-1 [ebook] \\& https://www.intermediateperl.com/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Randal L. Schwartz, Tom Phoenix, and brian d foy \\& ISBN " +"978-1-4493-0358-7 [6th edition June 2011] \\& ISBN 978-1-4493-0458-4 [ebook] " +"\\& https://www.learning-perl.com/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Richard Foley \\& ISBN 978-0-596-00503-0 [1st edition January 2004] " +"\\& ISBN 978-0-596-55625-9 [ebook] \\& https://oreilly.com/" +"catalog/9780596005030/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Richard Foley with Andy Lester \\& ISBN 1-59059-454-1 [1st edition " +"July 2005 & ebook] \\& https://www.apress.com/9781590594544" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Sam Tregar \\& ISBN 1-59059-018-X [1st edition August 2002 & ebook] " +"\\& https://www.apress.com/9781590590188" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Steve Lidie and Nancy Walsh \\& ISBN 978-1-56592-716-2 [1st edition " +"January 2002] \\& ISBN 978-0-596-10344-6 [ebook] \\& https://oreilly.com/" +"catalog/9781565927162" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Tim Bunce and Alligator Descartes \\& ISBN 978-1-56592-699-8 " +"[February 2000] \\& ISBN 978-1-4493-8670-2 [ebook] \\& https://oreilly.com/" +"catalog/9781565926998" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Tim Jenness and Simon Cozens \\& ISBN 1-930110-82-0 [1st edition " +"August 2002 & ebook] \\& https://www.manning.com/jenness" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Tom Christiansen and Nathan Torkington, \\& with Foreword by Larry " +"Wall \\& ISBN 978-0-596-00313-5 [2nd Edition August 2003] \\& ISBN " +"978-0-596-15888-0 [ebook] \\& https://oreilly.com/catalog/9780596003135/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Tom Christiansen, brian d foy, Larry Wall with Jon Orwant \\& ISBN " +"978-0-596-00492-7 [4th edition February 2012] \\& ISBN 978-1-4493-9890-3 " +"[ebook] \\& https://oreilly.com/catalog/9780596004927" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by Tony Stubblebine \\& ISBN 978-0-596-51427-3 [2nd edition July 2007] " +"\\& ISBN 978-0-596-55782-9 [ebook] \\& https://oreilly.com/" +"catalog/9780596514273/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "" +"\\& by brian d foy \\& ISBN 9978-1-4493-9311-3 [2st edition January 2014] " +"\\& ISBN 978-1-4493-6487-8 [ebook] \\& https://www.masteringperl.org/" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& extern long long extern_ll; \\& extern_ll --E<gt> \\& { volatile long " +"long * local_ll=&extern_ll; *local_ll }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& extern struct s extern_struct; \\& extern_struct.field --E<gt> \\& " +"{ volatile struct s *t=&extern_struct; t-E<gt>field }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& extern type extern_array[]; \\& extern_array[1] --E<gt> \\& { volatile " +"int t=1; extern_array[t] }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& extern type extern_array[]; \\& extern_array[1] --E<gt> \\& { volatile " +"type *t=extern_array; t[1] }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "\\& foo = 1 \\& foo = foo * 4 \\& foo = foo + 8" +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "" +"\\& foo.o: Adjusting branch at 0x00000008 towards \"far\" in section .text" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "\\& gcc -Wl,--start-group foo.o bar.o -Wl,--end-group" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "\\& gcc foo.o bar.o -Wl,-eENTRY -Wl,-Map=a.map" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"\\& https://www.perl.org/ the Perl homepage \\& https://www.perl.com/ Perl " +"articles \\& https://www.cpan.org/ the Comprehensive Perl Archive \\& " +"https://www.pm.org/ the Perl Mongers" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& int \\& f (void) \\& { \\& return 123; \\& } \\& \\& int \\& g (void) " +"\\& { \\& return f(); \\& }" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "\\& ld --remap-inputs=foo.o=bar.o foo.o" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "\\& ld -o E<lt>outputE<gt> /lib/crt0.o hello.o -lc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "\\& ld foo.o --remap-inputs=foo.o=bar.o" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"\\& perl Perl overview (this section) \\& perlintro Perl introduction for " +"beginners \\& perlrun Perl execution and options \\& perltoc Perl " +"documentation table of contents" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"\\& perlaix Perl notes for AIX \\& perlamiga Perl notes for AmigaOS \\& " +"perlandroid Perl notes for Android \\& perlbs2000 Perl notes for POSIX-BC " +"BS2000 \\& perlcygwin Perl notes for Cygwin \\& perlfreebsd Perl notes for " +"FreeBSD \\& perlhaiku Perl notes for Haiku \\& perlhpux Perl notes for HP-UX " +"\\& perlhurd Perl notes for Hurd \\& perlirix Perl notes for Irix \\& " +"perllinux Perl notes for Linux \\& perlmacosx Perl notes for Mac OS X \\& " +"perlopenbsd Perl notes for OpenBSD \\& perlos2 Perl notes for OS/2 \\& " +"perlos390 Perl notes for OS/390 \\& perlos400 Perl notes for OS/400 \\& " +"perlplan9 Perl notes for Plan 9 \\& perlqnx Perl notes for QNX \\& " +"perlriscos Perl notes for RISC OS \\& perlsolaris Perl notes for Solaris \\& " +"perlsynology Perl notes for Synology \\& perltru64 Perl notes for Tru64 \\& " +"perlvms Perl notes for VMS \\& perlvos Perl notes for Stratus VOS \\& " +"perlwin32 Perl notes for Windows" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"\\& perlbook Perl book information \\& perlcommunity Perl community " +"information \\& \\& perldoc Look up Perl documentation in Pod format \\& \\& " +"perlexperiment A listing of experimental features in Perl \\& \\& " +"perlartistic Perl Artistic License \\& perlgpl GNU General Public License" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"\\& perlboot \\& perlbot \\& perlrepository \\& perltodo \\& perltooc \\& " +"perltoot" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed archlinux +msgid "" +"\\& perlcn Perl for Simplified Chinese (in UTF-8) \\& perljp Perl for " +"Japanese (in EUC-JP) \\& perlko Perl for Korean (in EUC-KR) \\& perltw " +"Perl for Traditional Chinese (in Big5)" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"\\& perlembed Perl ways to embed perl in your C or C++ application \\& " +"perldebguts Perl debugging guts and tips \\& perlxstut Perl XS tutorial \\& " +"perlxs Perl XS application programming interface \\& perlxstypemap Perl XS C/" +"Perl type conversion tools \\& perlclib Internal replacements for standard C " +"library functions \\& perlguts Perl internal functions for those doing " +"extensions \\& perlcall Perl calling conventions from C \\& perlmroapi Perl " +"method resolution plugin interface \\& perlreapi Perl regular expression " +"plugin interface \\& perlreguts Perl regular expression engine internals \\& " +"perlclassguts Internals of class syntax \\& \\& perlapi Perl API listing " +"(autogenerated) \\& perlintern Perl internal functions (autogenerated) \\& " +"perliol C API for Perl\\*(Aqs implementation of IO in Layers \\& perlapio " +"Perl internal IO abstraction interface \\& \\& perlhack Perl hackers guide " +"\\& perlsource Guide to the Perl source tree \\& perlinterp Overview of the " +"Perl interpreter source and how it works \\& perlhacktut Walk through the " +"creation of a simple C code patch \\& perlhacktips Tips for Perl core C code " +"hacking \\& perlpolicy Perl development policies \\& perlgov Perl Rules of " +"Governance \\& perlgit Using git with the Perl repository" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"\\& perlhist Perl history records \\& perldelta Perl changes since previous " +"version \\& perl5381delta Perl changes in version 5.38.1 \\& perl5380delta " +"Perl changes in version 5.38.0 \\& perl5363delta Perl changes in version " +"5.36.3 \\& perl5362delta Perl changes in version 5.36.2 \\& perl5361delta " +"Perl changes in version 5.36.1 \\& perl5360delta Perl changes in version " +"5.36.0 \\& perl5343delta Perl changes in version 5.34.3 \\& perl5342delta " +"Perl changes in version 5.34.2 \\& perl5341delta Perl changes in version " +"5.34.1 \\& perl5340delta Perl changes in version 5.34.0 \\& perl5321delta " +"Perl changes in version 5.32.1 \\& perl5320delta Perl changes in version " +"5.32.0 \\& perl5303delta Perl changes in version 5.30.3 \\& perl5302delta " +"Perl changes in version 5.30.2 \\& perl5301delta Perl changes in version " +"5.30.1 \\& perl5300delta Perl changes in version 5.30.0 \\& perl5283delta " +"Perl changes in version 5.28.3 \\& perl5282delta Perl changes in version " +"5.28.2 \\& perl5281delta Perl changes in version 5.28.1 \\& perl5280delta " +"Perl changes in version 5.28.0 \\& perl5263delta Perl changes in version " +"5.26.3 \\& perl5262delta Perl changes in version 5.26.2 \\& perl5261delta " +"Perl changes in version 5.26.1 \\& perl5260delta Perl changes in version " +"5.26.0 \\& perl5244delta Perl changes in version 5.24.4 \\& perl5243delta " +"Perl changes in version 5.24.3 \\& perl5242delta Perl changes in version " +"5.24.2 \\& perl5241delta Perl changes in version 5.24.1 \\& perl5240delta " +"Perl changes in version 5.24.0 \\& perl5224delta Perl changes in version " +"5.22.4 \\& perl5223delta Perl changes in version 5.22.3 \\& perl5222delta " +"Perl changes in version 5.22.2 \\& perl5221delta Perl changes in version " +"5.22.1 \\& perl5220delta Perl changes in version 5.22.0 \\& perl5203delta " +"Perl changes in version 5.20.3 \\& perl5202delta Perl changes in version " +"5.20.2 \\& perl5201delta Perl changes in version 5.20.1 \\& perl5200delta " +"Perl changes in version 5.20.0 \\& perl5184delta Perl changes in version " +"5.18.4 \\& perl5182delta Perl changes in version 5.18.2 \\& perl5181delta " +"Perl changes in version 5.18.1 \\& perl5180delta Perl changes in version " +"5.18.0 \\& perl5163delta Perl changes in version 5.16.3 \\& perl5162delta " +"Perl changes in version 5.16.2 \\& perl5161delta Perl changes in version " +"5.16.1 \\& perl5160delta Perl changes in version 5.16.0 \\& perl5144delta " +"Perl changes in version 5.14.4 \\& perl5143delta Perl changes in version " +"5.14.3 \\& perl5142delta Perl changes in version 5.14.2 \\& perl5141delta " +"Perl changes in version 5.14.1 \\& perl5140delta Perl changes in version " +"5.14.0 \\& perl5125delta Perl changes in version 5.12.5 \\& perl5124delta " +"Perl changes in version 5.12.4 \\& perl5123delta Perl changes in version " +"5.12.3 \\& perl5122delta Perl changes in version 5.12.2 \\& perl5121delta " +"Perl changes in version 5.12.1 \\& perl5120delta Perl changes in version " +"5.12.0 \\& perl5101delta Perl changes in version 5.10.1 \\& perl5100delta " +"Perl changes in version 5.10.0 \\& perl589delta Perl changes in version " +"5.8.9 \\& perl588delta Perl changes in version 5.8.8 \\& perl587delta Perl " +"changes in version 5.8.7 \\& perl586delta Perl changes in version 5.8.6 \\& " +"perl585delta Perl changes in version 5.8.5 \\& perl584delta Perl changes in " +"version 5.8.4 \\& perl583delta Perl changes in version 5.8.3 \\& " +"perl582delta Perl changes in version 5.8.2 \\& perl581delta Perl changes in " +"version 5.8.1 \\& perl58delta Perl changes in version 5.8.0 \\& perl561delta " +"Perl changes in version 5.6.1 \\& perl56delta Perl changes in version 5.6 " +"\\& perl5005delta Perl changes in version 5.005 \\& perl5004delta Perl " +"changes in version 5.004" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"\\& perlreftut Perl references short introduction \\& perldsc Perl data " +"structures intro \\& perllol Perl data structures: arrays of arrays \\& \\& " +"perlrequick Perl regular expressions quick start \\& perlretut Perl regular " +"expressions tutorial \\& \\& perlootut Perl OO tutorial for beginners \\& " +"\\& perlperf Perl Performance and Optimization Techniques \\& \\& perlstyle " +"Perl style guide \\& \\& perlcheat Perl cheat sheet \\& perltrap Perl traps " +"for the unwary \\& perldebtut Perl debugging tutorial \\& \\& perlfaq Perl " +"frequently asked questions \\& perlfaq1 General Questions About Perl \\& " +"perlfaq2 Obtaining and Learning about Perl \\& perlfaq3 Programming Tools " +"\\& perlfaq4 Data Manipulation \\& perlfaq5 Files and Formats \\& perlfaq6 " +"Regexes \\& perlfaq7 Perl Language Issues \\& perlfaq8 System Interaction " +"\\& perlfaq9 Networking" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: archlinux +msgid "" +"\\& perlsyn Perl syntax \\& perldata Perl data structures \\& perlop Perl " +"operators and precedence \\& perlsub Perl subroutines \\& perlfunc Perl " +"built-in functions \\& perlopentut Perl open() tutorial \\& perlpacktut Perl " +"pack() and unpack() tutorial \\& perlpod Perl plain old documentation \\& " +"perlpodspec Perl plain old documentation format specification \\& " +"perldocstyle Perl style guide for core docs \\& perlpodstyle Perl POD style " +"guide \\& perldiag Perl diagnostic messages \\& perldeprecation Perl " +"deprecations \\& perllexwarn Perl warnings and their control \\& perldebug " +"Perl debugging \\& perlvar Perl predefined variables \\& perlre Perl regular " +"expressions, the rest of the story \\& perlrebackslash Perl regular " +"expression backslash sequences \\& perlrecharclass Perl regular expression " +"character classes \\& perlreref Perl regular expressions quick reference \\& " +"perlref Perl references, the rest of the story \\& perlform Perl formats \\& " +"perlobj Perl objects \\& perltie Perl objects hidden behind simple variables " +"\\& perlclass Perl class syntax \\& perldbmfilter Perl DBM filters \\& \\& " +"perlipc Perl interprocess communication \\& perlfork Perl fork() information " +"\\& perlnumber Perl number semantics \\& \\& perlthrtut Perl threads " +"tutorial \\& \\& perlport Perl portability guide \\& perllocale Perl locale " +"support \\& perluniintro Perl Unicode introduction \\& perlunicode Perl " +"Unicode support \\& perlunicook Perl Unicode cookbook \\& perlunifaq Perl " +"Unicode FAQ \\& perluniprops Index of Unicode properties in Perl \\& " +"perlunitut Perl Unicode tutorial \\& perlebcdic Considerations for running " +"Perl on EBCDIC platforms \\& \\& perlsec Perl security \\& perlsecpolicy " +"Perl security report handling policy \\& \\& perlmod Perl modules: how they " +"work \\& perlmodlib Perl modules: how to write and use \\& perlmodstyle Perl " +"modules: how to write modules with style \\& perlmodinstall Perl modules: " +"how to install from CPAN \\& perlnewmod Perl modules: preparing a new module " +"for distribution \\& perlpragma Perl modules: writing a user pragma \\& \\& " +"perlutil utilities packaged with the Perl distribution \\& \\& perlfilter " +"Perl source filters \\& \\& perldtrace Perl\\*(Aqs support for DTrace \\& " +"\\& perlglossary Perl Glossary" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\& void * \\& _\\|_wrap_malloc (size_t c) \\& { \\& printf (\"malloc " +"called with %zu\\en\", c); \\& return _\\|_real_malloc (c); \\& }" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "\\&%C" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "\\&%T" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "\\&...\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "\\&.SH NAME" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "\\&.\\|.\\|." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&B<--compress-debug-sections=none> doesn't compress DWARF debug sections. " +"B<--compress-debug-sections=zlib-gnu> compresses DWARF debug sections and " +"renames them to begin with B<.zdebug> instead of B<.debug>. B<--compress-" +"debug-sections=zlib-gabi> also compresses DWARF debug sections, but rather " +"than renaming them it sets the SHF_COMPRESSED flag in the sections' headers." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&B<--compress-debug-sections=none> doesn't compress \\s-1DWARF\\s0 debug " +"sections. B<--compress-debug-sections=zlib-gnu> compresses " +"\\&\\s-1DWARF\\s0 debug sections and renames them to begin with B<.zdebug> " +"instead of B<.debug>. B<--compress-debug-sections=zlib-gabi> also " +"compresses \\s-1DWARF\\s0 debug sections, but rather than renaming them it " +"sets the \\s-1SHF_COMPRESSED\\s0 flag in the sections' headers." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&B<--compress-debug-sections=zstd> compresses DWARF debug sections using " +"zstd." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&B<--compress-debug-sections=zstd> compresses \\s-1DWARF\\s0 debug " +"sections using zstd." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&B<--gc-sections> decides which input sections are used by examining " +"symbols and relocations. The section containing the entry symbol and all " +"sections containing symbols undefined on the command-line will be kept, as " +"will sections containing symbols referenced by dynamic objects. Note that " +"when building shared libraries, the linker must assume that any visible " +"symbol is referenced. Once this initial set of sections has been " +"determined, the linker recursively marks as used any section referenced by " +"their relocations. See B<--entry>, B<--undefined>, and \\&B<--gc-keep-" +"exported>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&B<--retain-symbols-file> does I<not> discard undefined symbols, or " +"symbols needed for relocations." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&B<ar>\\|(1), B<nm>\\|(1), B<objcopy>\\|(1), B<objdump>\\|(1), " +"B<readelf>\\|(1) and the Info entries for I<binutils> and \\&I<ld>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&B<ld> accepts Linker Command Language files written in a superset of " +"AT&T's Link Editor Command Language syntax, to provide explicit and total " +"control over the linking process." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&B<ld> accepts Linker Command Language files written in a superset of " +"\\s-1AT&T\\s0's Link Editor Command Language syntax, to provide explicit and " +"total control over the linking process." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&B<ld> combines a number of object and archive files, relocates their data " +"and ties up symbol references. Usually the last step in compiling a program " +"is to run B<ld>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&B<ld> may be configured to support more than one kind of object file. If " +"your B<ld> is configured this way, you can use the \\&B<--oformat> option to " +"specify the binary format for the output object file. Even when B<ld> is " +"configured to support alternative object formats, you don't usually need to " +"specify this, as B<ld> should be configured to produce as a default output " +"format the most usual format on each machine. I<output-format> is a text " +"string, the name of a particular format supported by the BFD libraries. " +"(You can list the available binary formats with B<objdump -i>.) The script " +"command CW<\\*(C`OUTPUT_FORMAT\\*(C'> can also specify the output format, " +"but this option overrides it." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&B<ld> may be configured to support more than one kind of object file. If " +"your B<ld> is configured this way, you can use the \\&B<--oformat> option to " +"specify the binary format for the output object file. Even when B<ld> is " +"configured to support alternative object formats, you don't usually need to " +"specify this, as B<ld> should be configured to produce as a default output " +"format the most usual format on each machine. I<output-format> is a text " +"string, the name of a particular format supported by the \\s-1BFD\\s0 " +"libraries. (You can list the available binary formats with B<objdump -i>.) " +"The script command CW<\\*(C`OUTPUT_FORMAT\\*(C'> can also specify the output " +"format, but this option overrides it." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&B<ld> may be configured to support more than one kind of object file. If " +"your B<ld> is configured this way, you can use the \\&B<-b> option to " +"specify the binary format for input object files that follow this option on " +"the command line. Even when B<ld> is configured to support alternative " +"object formats, you don't usually need to specify this, as B<ld> should be " +"configured to expect as a default input format the most usual format on each " +"machine. \\&I<input-format> is a text string, the name of a particular " +"format supported by the BFD libraries. (You can list the available binary " +"formats with B<objdump -i>.)" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&B<ld> may be configured to support more than one kind of object file. If " +"your B<ld> is configured this way, you can use the \\&B<-b> option to " +"specify the binary format for input object files that follow this option on " +"the command line. Even when B<ld> is configured to support alternative " +"object formats, you don't usually need to specify this, as B<ld> should be " +"configured to expect as a default input format the most usual format on each " +"machine. \\&I<input-format> is a text string, the name of a particular " +"format supported by the \\s-1BFD\\s0 libraries. (You can list the available " +"binary formats with B<objdump -i>.)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&B<ld> normally caches the relocation information and symbol tables of " +"input files in memory with the unlimited size. This option sets the maximum " +"cache size to I<size>." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&B<ld> normally optimizes for speed over memory usage by caching the " +"symbol tables of input files in memory. This option tells B<ld> to instead " +"optimize for memory usage, by rereading the symbol tables as necessary. " +"This may be required if B<ld> runs out of memory space while linking a large " +"executable." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&B<noindirect-extern-access> removes " +"GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS from .note.gnu.property section." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&B<noindirect-extern-access> removes " +"\\&\\s-1GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS\\s0 from .note.gnu." +"property section." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "" +"\\&B<perl>\t[\\ B<-sTtuUWX>\\ ] [\\ B<-hv>\\ ]\\ [\\ B<-V>[:" +"I<configvar>]\\ ] [\\ B<-cw>\\ ]\\ [\\ B<-d>[B<t>][:I<debugger>]\\ ]\\ [\\ " +"B<-D>[I<number/list>]\\ ] [\\ B<-pna>\\ ]\\ [\\ B<-F>I<pattern>\\ ]\\ [\\ B<-" +"l>[I<octal>]\\ ]\\ [\\ B<-0>[I<octal/hexadecimal>]\\ ] [\\ B<-I>I<dir>\\ ]\\ " +"[\\ B<-m>[B<->]I<module>\\ ]\\ [\\ B<-M>[B<->]I<'module...'>\\ ]\\ [\\ B<-" +"f>\\ ] [\\ B<-C\\ [>\\f(BInumber/listB<]\\ >] [\\ B<-S>\\ ] [\\ B<-" +"x>[I<dir>]\\ ] [\\ B<-i>[I<extension>]\\ ] [\\ [B<-e>|B<-E>]\\ " +"I<'command'>\\ ]\\ [\\ B<-->\\ ]\\ [\\ I<programfile>\\ ]\\ [\\ " +"I<argument>\\ ]..." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "" +"\\&CW<\\*(C`GNUTARGET\\*(C'> determines the input-file object format if you " +"don't use B<-b> (or its synonym B<--format>). Its value should be one of " +"the BFD names for an input format. If there is no " +"\\&CW<\\*(C`GNUTARGET\\*(C'> in the environment, B<ld> uses the natural " +"format of the target. If CW<\\*(C`GNUTARGET\\*(C'> is set to " +"CW<\\*(C`default\\*(C'> then BFD attempts to discover the input format by " +"examining binary input files; this method often succeeds, but there are " +"potential ambiguities, since there is no method of ensuring that the magic " +"number used to specify object-file formats is unique. However, the " +"configuration procedure for BFD on each system places the conventional " +"format for that system first in the search-list, so ambiguities are resolved " +"in favor of convention." +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "" +"\\&CW<\\*(C`GNUTARGET\\*(C'> determines the input-file object format if you " +"don't use B<-b> (or its synonym B<--format>). Its value should be one of " +"the \\s-1BFD\\s0 names for an input format. If there is no " +"\\&CW<\\*(C`GNUTARGET\\*(C'> in the environment, B<ld> uses the natural " +"format of the target. If CW<\\*(C`GNUTARGET\\*(C'> is set to " +"CW<\\*(C`default\\*(C'> then \\s-1BFD\\s0 attempts to discover the input " +"format by examining binary input files; this method often succeeds, but " +"there are potential ambiguities, since there is no method of ensuring that " +"the magic number used to specify object-file formats is unique. However, " +"the configuration procedure for \\&\\s-1BFD\\s0 on each system places the " +"conventional format for that system first in the search-list, so ambiguities " +"are resolved in favor of convention." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"\\&CW<\\*(C`LDEMULATION\\*(C'> determines the default emulation if you don't " +"use the \\&B<-m> option. The emulation can affect various aspects of linker " +"behaviour, particularly the default linker script. You can list the " +"available emulations with the B<--verbose> or B<-V> options. If the B<-m> " +"option is not used, and the CW<\\*(C`LDEMULATION\\*(C'> environment variable " +"is not defined, the default emulation depends upon how the linker was " +"configured." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\&CW<\\*(C`foo\\*(C'> then..." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "\\&I<Higher-Order Perl>: E<lt>https://hop.perl.plover.com/E<gt>" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +msgid "\\&I<MODE> can have any of the following values:" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "\\&I<Modern Perl>: E<lt>http://onyxneon.com/books/modern_perl/E<gt>" +msgstr "" + +#: mageia-cauldron debian-bookworm +msgid "\\&I<\\s-1MODE\\s0> can have any of the following values:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\&\\&CW</>\\ " +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\&\\&CW<I>\\ " +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\&\\&CW<T>\\ " +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\&\\&CW<X>\\ " +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\&\\&CW<h>\\ " +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\&\\&CW<m>\\ " +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 +#, no-wrap +msgid "\\*(#[\\v'.2m'\\s-2\\&3\\s0\\v'-.2m'\\*(#]" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "\\*d" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\N'34'" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\[ha]" +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 "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "\\e*(Tm" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "\\e*(lq" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "\\e*(rq" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "\\e*R" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "\\e*S" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6 +#, 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 "\\eI<nnn>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\ee[" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\exHH" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "\\f(BItermcap\\fR Name" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "\\f(BIterminfo\\fR capability" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"\\f(CRNumber Remark\n" +" 0 print important errors (printed each time)\n" +" 1 print errors\n" +" 2 print sense\n" +" 3 print warnings\n" +" 4 print scanner-inquiry\n" +" 5 print information\n" +" 6 print less important information\n" +" 7 print called procedures\n" +" 8 print reader_process messages\n" +" 10 print called sane-init-routines\n" +" 11 print called sane-procedures\n" +" 12 print sane infos\n" +" 13 print sane option-control messages\\fR\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\f[R]\\[bu]\\fR" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "\\k:\\h'-(\\n(.wu*8/10)'\\v'\\*(#V*4/10'\\z.\\v'-\\*(#V*4/10'\\h'|\\n:u'" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "\\k:\\h'-(\\n(.wu*9/10-\\*(#H)'\\v'-\\*(#V'\\*(#[\\s-4v\\s0\\v'\\*(#V'\\h'|\\n:u'\\*(#]" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "\\k:\\h'-(\\n(.wu*9/10-\\*(#H+(\\*(#F*2/3))'\\v'-.4m'\\z\\(hy\\v'.4m'\\h'|\\n:u'" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "^ l l" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repoclosure\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repoclosure --repo rawhide --arch noarch --arch x86_64\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repoclosure --repo rawhide --check myrepo\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repoclosure --repo rawhide --pkg zmap\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repodiff --repofrompath=o,/tmp/repo-old --repofrompath=n,/tmp/repo-new --repo-old=o --repo-new=n\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repodiff --repofrompath=o,http://example.com/repo-old --repofrompath=n,http://example.com/repo-new --repo-old=o --repo-new=n --archlist=x86_64\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repodiff --repofrompath=o,http://example.com/repo-old --repofrompath=n,http://example.com/repo-new --repo-old=o --repo-new=n --archlist=x86_64 --compare-arch\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repomanage --new --keep 2 ~/\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repomanage --new .\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"^\".ft C$\n" +"dnf repomanage --old --space .\n" +"^\".ft P$\n" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "^G" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "^K" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "^R" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "^X^X" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "a file descriptor becomes ready;" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "a first-in, first-out policy; and" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "a round-robin policy." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"a subshell inherits loops from its parent context, so B<break> or " +"B<continue> will cause the subshell to exit. Bash-5.0 and later reset the " +"loop state to prevent the exit" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "a)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "aarch64" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "ac" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "acct" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "acs magic cookie count" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "add NOTE segment for CHRP IEEE1275" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"adding or deleting builtin commands with the B<-f> and B<-d> options to the " +"B<enable> builtin command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"affect symbolic links instead of any referenced file (useful only on systems " +"that can change the ownership of a symlink)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alert (BEL)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alert (bell)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "all failed" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "all messages" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "all rename operations failed" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "all requested rename operations were successful" +msgstr "" + +#: archlinux +msgid "allows an eight-bit input data path at all times" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "alpha" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "alpine(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"also a worthy information. Please also include the optical resolution and " +"lamp type of your scanner, both can be found in the manual of your scanner." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"an attempt is made to assign a value to a readonly variable, an attempt is " +"made to assign a value to an array variable without using the compound " +"assignment syntax (see B<Arrays>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "an escape character" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "and many more. The official list is on the Sane web site." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"and may cause subshells to exit before executing all the commands in the " +"subshell." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "and typing" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "any prefix supplied previously, but the prefix" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "apply ref.pot to each of the domains in def.po" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "a" +msgid "ar" +msgstr "a" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "are enabled. This option is enabled by default." +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 debian-unstable fedora-40 +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "arg" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "arm" +msgstr "" + +#: archlinux +msgid "ask hostname for verification" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "assume input is a pxelinux configuration file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "assume input is a syslinux configuration file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "assume input is an isolinux configuration file." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "attributes" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "autodetect all parallel ports and probe them for scanner" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "b)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "base directory for locale dependent .dll files" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "base directory of .msg message catalogs" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed archlinux +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "basic\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "b" +msgid "bc" +msgstr "b" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "becomes" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"behave as if in the traditional C locale when performing comparisons. That " +"is, the current locale's collating sequence is not taken into account, so " +"B<b> will not collate between B<A> and B<B>, and upper-case and lower-case " +"ASCII characters will collate together." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "bfox@gnu.org" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "bless for ppc-based macs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "bless for x86-based macs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "blockdev@\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "blocklist FILE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "bluetooth\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +#, no-wrap +msgid "boot" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "boot-complete\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "breakpause=1000000" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "bsd" +msgstr "" + +#: archlinux opensuse-tumbleweed debian-unstable fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "b" +msgid "bt" +msgstr "b" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "btree" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "build" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "builtin" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "byte" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "byte with hexadecimal value HH (1 to 2 digits)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "byte with octal value NNN (1 to 3 digits)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "c)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "call-nop=prefix-addr" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "call-nop=prefix-byte" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "call-nop=suffix-byte" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "call-nop=suffix-nop" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "capability" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "captoinfo" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "cat FILE" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "" +"cause the fields to print out one to a line. Otherwise, the fields will be " +"printed several to a line to a maximum width of 60 characters." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"causes B<printf> to expand backslash escape sequences in the corresponding " +"I<argument> in the same way as B<echo -e>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"causes B<printf> to output the corresponding I<argument> in a format that " +"can be reused as shell input." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"causes B<printf> to output the date-time string resulting from using " +"I<datefmt> as a format string for I<strftime>(3). The corresponding " +"I<argument> is an integer representing the number of seconds since the " +"epoch. Two special argument values may be used: -1 represents the current " +"time, and -2 represents the time the shell was invoked. If no argument is " +"specified, conversion behaves as if -1 had been given. This is an exception " +"to the usual B<printf> behavior." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "cbreak" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "cet-report=error" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "cet-report=none" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "cet-report=warning" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "" +"chacha20-poly1305@openssh.com,\n" +"aes128-ctr,aes192-ctr,aes256-ctr,\n" +"aes128-gcm@openssh.com,aes256-gcm@openssh.com\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "change the output to I<width> characters." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "changes to the target user\\(cqs home directory" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "changing directories with B<cd>" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "char" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"char c;\n" +"\\&...\n" +"res = toupper((unsigned char) c);\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "charset" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"check that the input is correctly sorted, even if all input lines are " +"pairable" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "chroot - run command or interactive shell with special root directory" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "cl" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "clear the file system UUID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "close" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "cmdrespause=125000" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "cmp FILE LOCAL" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "combreloc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "common" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "common-page-size=value" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron archlinux debian-bookworm +msgid "compiled terminal capability database" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "compiled terminal description database" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"control which existing files are updated; UPDATE={all,none,older(default)}. " +"See below" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "convert to bold font" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"correspond (in order) to the fields I<aio_fildes>, I<aio_buf>, and " +"I<aio_nbytes> of the structure pointed to by I<aiocbp>. (See B<aio>(7) for " +"a description of the I<aiocb> structure.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "cp FILE LOCAL" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "crc FILE" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "create\tid_resolver\t*\t\t*\t/usr/sbin/nfsidmap %k %d" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "create\tid_resolver\t*\t*\t/usr/sbin/nfsidmap -t 600 %k %d" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "create\tid_resolver\tuid:*\t*\t/some/other/program %k %d" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "create a file containing the debugging info." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "cryptsetup-pre\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "cryptsetup\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ctrl-alt-del\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"current directory of syslinux [default is parent directory of input file]." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"current directory of syslinux as it will be seen on runtime [default is " +"parent directory of input file]." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "cursor_invisible" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "cursor_normal" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +#, no-wrap +msgid "cvm" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "d)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d0" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d1" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d3" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d4" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d5" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "daemon" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "database of past user logins" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "day of year (001..366)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "dbus\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "dbus\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "dc" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--debug>" +msgid "debug" +msgstr "B<--debug>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "dec" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "def.po" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +msgid "default I<\\%termcap> terminal capability database" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "default PAM configuration file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "default set of users" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "default\\&.target" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "defs" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "delch" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "delete" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "delete device map if it already exists" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "deleted messages" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 debian-unstable fedora-40 +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "dev" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"devdump, isoinfo, isovfy, isodump - Utility programs for dumping and " +"verifying iso9660 images." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"digest length in bits; must not exceed the max for the blake2 algorithm and " +"must be a multiple of 8" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "digit" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "dir" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "directory containing monitor list" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "directory containing notify list" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "disable hinting" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "discard" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"disk module to use (biosdisk or native). This option is only available on " +"BIOS target." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "display I<i> more lines, (or another screenful if no argument is given)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display copyright then exit" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "display this help and exit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +msgid "display version information and exit." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display-manager\\&.service" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 +msgid "" +"do not attempt to clear the terminal's scrollback buffer using the extended " +"\\*(``E3\\*('' capability." +msgstr "" + +#: archlinux +msgid "do not automatically login to the remote system" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "do not change working directory to '/'" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not check that the input is correctly sorted" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not create any files" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "do not install bootsector" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not output common lines" +msgstr "" + +#: archlinux +msgid "do not set SO_KEEPALIVE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not use fuzzy matching" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"don't update the `boot-device'/`Boot*' NVRAM variables. This option is only " +"available on EFI and IEEE1275 targets." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't write header with 'msgid \"\"' entry" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "done" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double horizontal line" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double intersection" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double lower left corner" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double lower right corner" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "double quote" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double tee pointing down" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double tee pointing left" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double tee pointing right" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double tee pointing up" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double upper left corner" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double upper right corner" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "double vertical line" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "drop" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "d" +msgid "dw" +msgstr "d" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "dynamic-undefined-weak" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ebcdic" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "edit" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "emacs(1), tex(1)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "embed FILE as a device tree (DTB)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "embed FILE as a memdisk image" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "embed FILE as an early config" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "emergency\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"enable ARCS (big-endian mips machines, mostly SGI) boot. Disables HFS+, APM, " +"sparc64 and boot as disk image for i386-pc" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "enable expansion of some escape sequences" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"enable sparc boot. Disables HFS+, APM, ARCS and boot as disk image for i386-" +"pc" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "enables B<libblkid> debug output." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "enables B<libmount> debug output." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "enables libmount debug output" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "enables libmount debug output." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "end" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "enter_alt_charset_mode" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "enter_dim_mode" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "enter_reverse_mode" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "enter_secure_mode" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "eqn(1)" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "equivalent to B<--update>[=I<\\,older\\/>]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "escape" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "exclude files that match any pattern in FILE" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "exec" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "execstack" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "execve(2) semantics" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "exit\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "exit_alt_charset_mode" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "exit_attribute_mode" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"exits with a non-zero status. The shell does not exit if the command that " +"fails is part of the command list immediately following a B<while> or " +"B<until> keyword, part of the test following the B<if> or B<elif> reserved " +"words, part of any command executed in a B<&&> or B<||> list except the " +"command following the final B<&&> or B<||>, any command in a pipeline but " +"the last, or if the command's return value is being inverted with B<!>. If " +"a compound command other than a subshell returns a non-zero status because a " +"command failed while B<-e> was being ignored, the shell does not exit. A " +"trap on B<ERR>, if set, is executed before the shell exits. This option " +"applies to the shell environment and each subshell environment separately " +"(see E<.SM> B<COMMAND EXECUTION ENVIRONMENT>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "expand tabs to spaces in output" +msgstr "" + +#: archlinux +msgid "" +"expect GRUB images under the directory DIR/grub instead of the I<\\,/boot/" +"grub\\/> directory" +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"expect GRUB images under the directory DIR/grub2 instead of the I<\\,/boot/" +"grub2\\/> directory" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "extern int i;" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "extractres file.ps | includeres E<gt>out.ps" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "factory-reset\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "filename" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "final\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "finish" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "first-boot-complete\\&.target" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "flag" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "fold character case while comparing" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "font0" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "font1" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "font2" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "font3" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "for \"batch\" style execution of processes; and" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"for a description of E<.SM> B<FIGNORE>. This option is enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"for a reference to a document that details how posix mode affects bash's " +"behavior." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for black background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for black foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for blue background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for blue foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for brighter colors" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for cyan background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for cyan foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for flashing text" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for green background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for green foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for purple background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for purple foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for red background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for red foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "for running I<very> low priority background jobs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "for tty in $INITTY; do" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for underlined text" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for white (or gray) background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for white (or gray) foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for yellow (or brown) background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "for yellow (or brown) foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "force autohint" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "fork(2) semantics" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "fsync" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "full" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "fuse" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "futex" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "futex - fast user-space locking" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"generate output as if a 'ls -lR' command had been run on the iso9660 image. " +"You should not use the B<-f> image with the B<-l> option." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "getcpu" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "getpid" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "gettimeofday" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "getty-pre\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "getty\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "give a detailed report if the integrity check fails." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "given argument is a system device, not a path" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.0" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.1. POSIX.1-2001, SUSv2." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.12." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.12. POSIX.1-2008." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.15." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.16." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.17." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.2.3." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.2.4." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.25." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.30." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.4." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.6. POSIX.1-2008." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "glob" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "global" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "global logindef config file" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "globalaudit" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "grap(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-editenv - edit GRUB environment block" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-file - check file type" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-fstest - debug tool for GRUB filesystem drivers" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "grub-glue-efi - generate a fat binary for EFI" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"grub-glue-efi processes ia32 and amd64 EFI images and glues them according " +"to Apple format." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "grub-install - install GRUB to a device" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "grub-kbdcomp ()" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-kbdcomp - generate a GRUB keyboard layout file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-kbdcomp generates a keyboard layout for GRUB using ckbcomp" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"grub-kbdcomp processes a X keyboard layout description in B<keymaps>(5) " +"format into a format that can be used by GRUB's B<keymap> command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "grub-macbless - bless a mac file/directory" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-menulst2cfg - transform legacy menu.lst into grub.cfg" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkconfig - generate a GRUB configuration file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkfont - make GRUB font files" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkimage - make a bootable image of GRUB" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mklayout - generate a GRUB keyboard layout file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"grub-mklayout processes a keyboard layout description in B<keymaps>(5) " +"format into a format that can be used by GRUB's B<keymap> command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mknetdir - prepare a GRUB netboot directory." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkpasswd-pbkdf2 - generate hashed password for GRUB" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkrelpath - make a system path relative to its root" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkrescue - make a GRUB rescue image" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-mkstandalone - make a memdisk-based GRUB image" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-ofpathname - find OpenBOOT path for a device" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-probe - probe device information for GRUB" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"grub-reboot - set the default boot entry for GRUB, for the next boot only" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "grub-render-label - generate a .disk_label for Apple Macs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-script-check - check grub.cfg for syntax errors" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "grub-set-default - set the saved default boot entry for GRUB" +msgstr "" + +#: archlinux mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-sparc64-setup - set up a device to boot using GRUB" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "grub-syslinux2cfg - transform syslinux config into grub.cfg" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"gss-gex-sha1-,\n" +"gss-group1-sha1-,\n" +"gss-group14-sha1-,\n" +"gss-group14-sha256-,\n" +"gss-group16-sha512-,\n" +"gss-nistp256-sha256-,\n" +"gss-curve25519-sha256-\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "had been executed (see B<Shell Variables>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "halt\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "hash" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "help file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "hex FILE" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "hh:mm" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "hh:mm:ss" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hibernate\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "home" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "horizontal line" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hour (00..23)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hour (01..12)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "hp" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "http://www.gnu.org/software/texinfo/" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "https://github.com/vmatare/thinkfan/tree/master/examples\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "https://www.ausweisapp.bund.de/en" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "https://www.ausweisapp.bund.de/sdk" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hybrid-sleep\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"i.e., the file pointed to by the B<--add-gnu-debuglink> can be the full " +"executable. It does not have to be a file created by the \\&B<--only-keep-" +"debug> switch." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "ibt" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "ibtplt" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron +#, no-wrap +msgid "iconv" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "if incorrect arguments specified," +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable +msgid "if the chroot command itself fails" +msgstr "" + +#: archlinux +msgid "ignore .rhosts file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore all white space" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore bitmap strikes when loading" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore changes due to tab expansion" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore changes in the amount of white space" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore white space at line end" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "ignore-all" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "ignore-in-object-files" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "ignore-in-shared-libs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "ima" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "importing function definitions from the shell environment at startup" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"in I<posix> mode, B<time> may be followed by options and still be recognized " +"as a reserved word (this is POSIX interpretation 267)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"in I<posix> mode, the parser requires that an even number of single quotes " +"occur in the I<word> portion of a double-quoted parameter expansion and " +"treats them specially, so that characters within the single quotes are " +"considered quoted (this is POSIX interpretation 221)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"in posix mode, single quotes are considered special when expanding the " +"I<word> portion of a double-quoted parameter expansion and can be used to " +"quote a closing brace or other special character (this is part of POSIX " +"interpretation 221); in later versions, single quotes are not special within " +"double-quoted word expansions" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 +msgid "" +"indicates the I<type> of terminal. Normally this option is unnecessary, " +"because the default is taken from the environment variable B<TERM>. If B<-" +"T> is specified, then the shell variables B<LINES> and B<COLUMNS> will also " +"be ignored." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "indirect-extern-access" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "info" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "info texinfo\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "init" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "init-system-helpers" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "init\\&.scope" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "initfirst" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"initializes the environment variables B<HOME>, B<SHELL>, B<USER>, " +"B<LOGNAME>, and B<PATH>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "initrd" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "initrd-fs\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "initrd-root-device\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "initrd-root-fs\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "initrd-usr-fs\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "initrd\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--version>" +msgid "inode" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "instead of leaving them open when the command completes." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(int argc, char *argv[])\n" +"{\n" +" double complex z, c, f;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(int argc, char *argv[])\n" +"{\n" +" double complex z, c, f;\n" +" double complex i = I;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(int argc, char *argv[])\n" +"{\n" +" int res;\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(int argc, char *argv[])\n" +"{\n" +" key_serial_t key;\n" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "int i = 1;" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "int i;" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "interpose" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"interrupting a command list such as \"a ; b ; c\" causes the execution of " +"the next command in the list (in bash-4.0 and later versions, the shell acts " +"as if it received the interrupt, so interrupting one command in a list " +"aborts the execution of the entire list)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "intersection" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ioctl(2) interface" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "ip" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"is an identifier for a specific drive on the system. Such an identifier may " +"not contain the characters ',', '/', '@' or ':'." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "is equivalent to I<atomically> executing the following calls:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"is followed by a character that should be used as the escape character for " +"the rest of the file to mark characters that should be interpreted in a " +"special way. It defaults to the backslash (\\e)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"is followed by a character that will be used as the comment character for " +"the rest of the file. It defaults to the number sign (#)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "is performed when the variable is assigned a value." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +msgid "" +"is the special file corresponding to a device or to a partition (e.g /dev/" +"hdXX for an IDE disk partition or /dev/sdXX for a SCSI disk partition)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"is used to obtain the line. Readline uses the current (or default, if line " +"editing was not previously active) editing settings, but uses readline's " +"default filename completion." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"is used. When editing is complete, the edited commands are echoed and " +"executed." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "item \\e- description" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "itself can be overridden by later options" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "k;" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kL" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kN" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kP" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "kbrequest\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kbtab" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kcbt" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kcuu1" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kent" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "kernel documentation" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "kex.c:*:1000,*:kex_exchange_identification():*,packet.c:*\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "kexec\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_dl" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_end" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_f10" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_f11" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_f12" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_f13" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_f14" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_f15" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_home" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_npage" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "key_ppage" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kh" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "ksel" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "kslt" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "ku" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "l l l l l l l l" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "l l l l l l l l." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "label_off" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "label_on" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-report=error" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-report=none" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-report=warning" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u48" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u48-report=error" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u48-report=none" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u48-report=warning" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u57" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u57-report=error" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u57-report=none" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lam-u57-report=warning" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "last two digits of year (00..99)" +msgstr "" + +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 archlinux debian-unstable +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "latin1" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "lazy" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "ld - The GNU linker" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "ld [B<options>] I<objfile> ..." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"less is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"less is part of the GNU project and is free software. You can redistribute " +"it and/or modify it under the terms of either (1) the GNU General Public " +"License as published by the Free Software Foundation; or (2) the Less " +"License. See the file README in the less distribution for more details " +"regarding redistribution. You should have received a copy of the GNU " +"General Public License along with the source for less; see the file " +"COPYING. If not, write to the Free Software Foundation, 59 Temple Place, " +"Suite 330, Boston, MA 02111-1307, USA. You should also have received a copy " +"of the Less License; see the file LICENSE." +msgstr "" + +#: archlinux +#, no-wrap +msgid "libalpm" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "libnss_myhostname\\&.so\\&.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "libnss_mymachines\\&.so\\&.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "libnss_resolve\\&.so\\&.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "libnss_systemd\\&.so\\&.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"like B<%q>, but applies any supplied precision to the I<argument> before " +"quoting it." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<--block-size>=I<\\,1K\\/>" +msgstr "" + +#: mageia-cauldron +#, no-wrap +msgid "lilo documentation" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "line" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "loadfltr" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "local group database file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "local password database file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "local-fs-pre\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "local-fs\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "locale name, either language or language_COUNTRY" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm +#: debian-unstable +#, no-wrap +msgid "locate" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "look for WORD as an additional keyword" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "lower" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "lower left" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "lower left corner" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "lower right" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "lower right corner" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ls PATH" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "lt l l" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "macOS" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "machine\\&.slice" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "machines\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "make tabs line up by prepending a tab" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "man" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "man - macros to format man pages" +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "mark-plt" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "max-page-size=value" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "md5" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "mh" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "minute (00..59)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "mips" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "mk" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "month (01..12)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "more than 24 hours have passed since the inode was written to disk." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "mouse" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "mtools" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "mtrace" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "muldefs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "n/a" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "netlink" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "network-online\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "network-pre\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "network\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "new messages" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "newline" +msgstr "" + +#: archlinux opensuse-tumbleweed debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "next" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "nfsidmap" +msgstr "" + +#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "nfsidmap - The NFS idmapper upcall program" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "nice" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nocombreloc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nocommon" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nocopyreloc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nodefaultlib" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nodelete" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nodlopen" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nodump" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nodynamic-undefined-weak" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "noexecstack" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "noextern-protected-data" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "noindirect-extern-access" +msgstr "" + +#: archlinux fedora-rawhide opensuse-tumbleweed debian-unstable +#, no-wrap +msgid "nomark-plt" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nopack-relative-relocs" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "noreloc-overflow" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "norelro" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--no-headers>" +msgid "nosectionheader" +msgstr "B<--no-headers>" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "noseparate-code" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nostart-stop-gc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "notext" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "nothing was renamed" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nounique" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "nounique-symbol" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "nss-lookup\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "nss-user-lookup\\&.target" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "numa" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "number of hard links" +msgstr "" + +#: debian-bookworm debian-unstable +#, no-wrap +msgid "o\\h'-(\\w'o'u*4/10)'e" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "old messages" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"one of the I<names> is not a valid shell variable name, an attempt is made " +"to turn off readonly status for a readonly variable, an attempt is made to " +"turn off array status for an array variable, or an attempt is made to " +"display a non-existent function with B<-f>." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "operation error, such as unable to allocate memory" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "option mov m" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "or available locally via: info \\(aq(coreutils) chroot invocation\\(aq" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or this key sequence from inside Emacs:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or, better," +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "origin" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output a generated image to FILE [default=stdout]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output at most NUM (default 130) print columns" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output generated config to FILE [default=stdout]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output only the left column of common lines" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "overwrite" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "pack-relative-relocs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "pam_systemd\\&.so" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "pam_systemd_home\\&.so" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "pam_systemd_loadkey\\&.so" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "parent process ID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"parsing the value of E<.SM> B<SHELLOPTS> from the shell environment at " +"startup" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "parted" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "partial success" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "passwd" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "password agent logic" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "paths\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "pending" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "perl - The Perl 5 language interpreter" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "perl v5.26.1" +msgstr "" + +#: debian-bookworm +#, no-wrap +msgid "perl v5.36.0" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux +msgid "perlbook - Books about and related to Perl" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "pic(1)" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "pico" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "place" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "play" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "po" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "pointing down" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "pointing left" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "pointing right" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "pointing up" +msgstr "" + +#: opensuse-leap-15-6 mageia-cauldron +#, no-wrap +msgid "posix" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"print TARGET available targets: abstraction, arc_hints, baremetal_hints, " +"bios_hints, compatibility_hint, cryptodisk_uuid, device, disk, drive, " +"efi_hints, fs, fs_label, fs_uuid, gpt_parttype, hints_string, " +"ieee1275_hints, msdos_parttype, partmap, partuuid, zero_check [default=fs]" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "print a summary of all options." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"print messages with less than this many definitions, defaults to infinite if " +"not set" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "print modifications but don't perform them" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "print out the version of the program in use on standard error and exit." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +msgid "print out tracing information on standard error as the program runs." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "print the data in sexps instead of rec format." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "display this help and exit" +msgid "print this help and exit" +msgstr "نمایش دادن راهنما و خروج از برنامه" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "print verbose messages (pass twice to enable debug printing)." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "output version information and exit" +msgid "print version information and exit" +msgstr "نمایش اطلاعات نسخه و خروج از برنامه" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "printer\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"prints the last 10 commands) and to I<first> otherwise. If I<first> is not " +"specified, it is set to the previous command for editing and -16 for listing." +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "process ID" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "produce no further output" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "prtr_off" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "prtr_on" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "pty" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "q or Q" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "query-options" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"quoting the rhs of the B<[[> command's regexp matching operator (=~) has no " +"special effect" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "rand" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "rc-local\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "re-executes the last command." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"read input from the files specified by NUL-terminated names in file F; If F " +"is - then read names from standard input" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "read messages" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "read text from FILE." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "readdir" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "record" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"redirecting output using the E<gt>, E<gt>|, E<lt>E<gt>, E<gt>&, &E<gt>, and " +"E<gt>E<gt> redirection operators" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ref.pot" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "refer(1)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "regular file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "relative subdirectory on network server" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "relro" +msgstr "" + +#: debian-bookworm archlinux +#, no-wrap +msgid "remote shell" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "remote user communication server" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remote-cryptsetup\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remote-fs-pre\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remote-fs\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remote-veritysetup\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "remove" +msgstr "B<--help>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remove any trailing slashes from each SOURCE argument" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "removes the first directory," +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "removes the last directory," +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "rename - rename files" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "rename .htm .html *.htm\n" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "rename \\(aq_with_long_name\\(aq \\(aq\\(aq file_with_long_name.*\n" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "" +"rename foo foo00 foo?\n" +"rename foo foo0 foo??\n" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "report-all" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "report-relative-reloc" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 +msgid "" +"reports the version of ncurses which was used in this program, and exits." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"requests a preview scan. The resolution used for that scan is 75 dpi and the " +"scan area and the scan mode are as specified through their options, or the " +"default if not specified. The default value for preview mode is \"no\"." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "resolver configuration file" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "resource name" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"returns either -1, without changing I<errno>, or an initial suggested size " +"for I<buf>. (If this size is too small, the call fails with B<ERANGE>, in " +"which case the caller can retry with a larger buffer.)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "riscv" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "ro" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "root directory as it will be seen on runtime [default=/]." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "root directory of TFTP server" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "root directory of the syslinux disk [default=/]." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "rpc" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "rpcbind\\&.target" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "rpmrc Configuration" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "rtnetlink" +msgstr "" + +#: archlinux +msgid "run as USER on the remote system" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "runs the last command beginning with" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "s0ds" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "s1ds" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "s2ds" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "s390x" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "s3ds" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "same as ^D (control-D)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sane" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sane-port 6566/tcp # SANE network scanner daemon" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sane-umax" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "save ROM images in DIR [optional]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "say how many words deleted, inserted etc." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"scale sizes by SIZE before printing them; e.g., \\&'-BM' prints sizes in " +"units of 1,048,576 bytes; see SIZE format below" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "scanimage -L" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sched" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sd" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "B<--no-headers>" +msgid "sectionheader" +msgstr "B<--no-headers>" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "select" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "select face index" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "select the given page ranges" +msgstr "" + +#: opensuse-leap-15-6 +#, no-wrap +msgid "select-options" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"selects the minimum-brightness to get a white point. The threshold is only " +"used with Lineart mode scans. It is specified as a percentage in the range " +"0..100% (in steps of 1). The default value of the threshold option is 50." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"selects the resolution for a scan. The horizontal and vertical resolutions " +"are set by the value of this option. The scanner is capable of the following " +"resolutions for the specified option value:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "separate items in output using ASCII NUL characters" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "separate-code" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm debian-unstable mageia-cauldron +#, no-wrap +msgid "session" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set SELinux security context of destination file to default type" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "set [NAME=VALUE ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set file permission bits to MODE, not a=rw - umask" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set font ascent" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set font descent" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set font family name" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set font range" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set font size" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "set input filename for 32-bit part." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "set input filename for 64-bit part." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set input filename. Default is STDIN" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set prefix directory" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set the SELinux security context to default type" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "set the label to render" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "set_background" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "set_foreground" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "set_tid_address" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"sets argv[0] of the shell to \\(aqB<->\\(aq in order to make the shell a " +"login shell" +msgstr "" + +#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed +msgid "" +"sets tree cache node number to passed value. This affects very much behavior " +"of libreiser4. It affects speed, tree allocation, etc." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"setting or unsetting the values of E<.SM> B<SHELL>, E<.SM> B<PATH>, E<.SM> " +"B<HISTFILE>, E<.SM> B<ENV>, or E<.SM> B<BASH_ENV>" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "sh" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "sh -c \\(aqstty -icanon min 1; \"$0\" \"$@\"; stty icanon\\(aq rename -i from to files\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sha1" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sha224" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sha256" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sha384" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sha512" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "share-duplicated" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "share-unconflicted" +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-leap-15-6 opensuse-tumbleweed +msgid "" +"shorthand for B<--less-than>=I<\\,2\\/>, requests that only unique messages " +"be printed" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "show program's version number and exit" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "shstk" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "shutdown\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sigpwr\\&.target" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "sigset_t origmask;\n" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +msgid "skip I<i> screenfuls and print a screenful of lines" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sleep\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "slices\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "sm3" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "smartcard\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "so that typing" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sockets\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "reboot\\&.target" +msgid "soft-reboot\\&.target" +msgstr "reboot\\&.target" + +#: opensuse-leap-15-6 debian-bookworm +msgid "some rename operations failed" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "sort the output by the specified fields." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sound\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "specify context for MSGID" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "specify supplementary groups as g1,g2,..,gN" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "specify user and group (ID or name) to use" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"specifying a filename containing a B</> as an argument to the B<.> builtin " +"command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"specifying a filename containing a slash as an argument to the B<-p> option " +"to the B<hash> builtin command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"specifying a filename containing a slash as an argument to the B<history> " +"builtin command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "specifying command names containing B</>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "specifying the B<-p> option to the B<command> builtin command" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "speed" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "" +"ssh-ed25519,ecdsa-sha2-nistp256,\n" +"ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,\n" +"sk-ssh-ed25519@openssh.com,\n" +"sk-ecdsa-sha2-nistp256@openssh.com,\n" +"rsa-sha2-512,rsa-sha2-256\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"ssh-ed25519-cert-v01@openssh.com,\n" +"ecdsa-sha2-nistp256-cert-v01@openssh.com,\n" +"ecdsa-sha2-nistp384-cert-v01@openssh.com,\n" +"ecdsa-sha2-nistp521-cert-v01@openssh.com,\n" +"sk-ssh-ed25519-cert-v01@openssh.com,\n" +"sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,\n" +"rsa-sha2-512-cert-v01@openssh.com,\n" +"rsa-sha2-256-cert-v01@openssh.com,\n" +"ssh-ed25519,\n" +"ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,\n" +"sk-ssh-ed25519@openssh.com,\n" +"sk-ecdsa-sha2-nistp256@openssh.com,\n" +"rsa-sha2-512,rsa-sha2-256\n" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "stack-size=value" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "standard input and" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "standard output," +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +#, no-wrap +msgid "start" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "start-stop-gc" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "start-stop-visibility=value" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"static void\n" +"usage(char *prog_name, char *msg)\n" +"{\n" +" if (msg != NULL)\n" +" fputs(msg, stderr);\n" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "stime" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "reboot\\&.target" +msgid "storage-target-mode\\&.target" +msgstr "reboot\\&.target" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "string to mark beginning of delete region" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "string to mark beginning of insert region" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "string to mark end of delete region" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "string to mark end of insert region" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "stripped executable." +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"struct link_map {\n" +" ElfW(Addr) l_addr; /* Difference between the\n" +" address in the ELF file and\n" +" the address in memory */\n" +" char *l_name; /* Absolute pathname where\n" +" object was found */\n" +" ElfW(Dyn) *l_ld; /* Dynamic section of the\n" +" shared object */\n" +" struct link_map *l_next, *l_prev;\n" +" /* Chain of loaded objects */\n" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"struct link_map {\n" +" ElfW(Addr) l_addr; /* Difference between the\n" +" address in the ELF file and\n" +" the address in memory */\n" +" char *l_name; /* Absolute pathname where\n" +" object was found */\n" +" ElfW(Dyn) *l_ld; /* Dynamic section of the\n" +" shared object */\n" +" struct link_map *l_next, *l_prev;\n" +" /* Chain of loaded objects */\n" +"\\&\n" +" /* Plus additional fields private to the\n" +" implementation */\n" +"};\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"struct sched_param {\n" +" int sched_priority; /* Scheduling priority */\n" +"};\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "struct sockaddr *SO_EE_OFFENDER(struct sock_extended_err *);\n" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "" +"struct timeval {\n" +" time_t tv_sec; /* seconds */\n" +" suseconds_t tv_usec; /* microseconds */\n" +"};\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suppress automatic printing of pattern space" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suppress further output" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suspend-then-hibernate\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suspend\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "swab" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "swap\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "symbolic link" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sync" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sysfs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sysinit\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "syslog" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "syslog\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "system\\&.slice" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd and Storage Daemons for the Root File System" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "systemd-analyze srk E<gt> srk\\&.tpm2b_public\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-ask-password-console\\&.path" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-ask-password-console\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-ask-password-wall\\&.path" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-ask-password-wall\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-backlight@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-battery-check\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-binfmt\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-bless-boot\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-boot-check-no-failures\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-boot-random-seed\\&.service" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "reboot\\&.target" +msgid "systemd-bsod\\&.service" +msgstr "reboot\\&.target" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-coredump@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-coredump\\&.socket" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"systemd-cryptsetup@\\&.service instances are part of the system-" +"systemd\\ex2dcryptsetup\\&.slice slice, which is destroyed only very late in " +"the shutdown procedure\\&. This allows the encrypted devices to remain up " +"until filesystems have been unmounted\\&." +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: debian-bookworm +msgid "" +"systemd-cryptsetup@\\&.service will ask for hard disk passwords via the " +"\\m[blue]B<password agent logic>\\m[]\\&\\s-2\\u[1]\\d\\s+2, in order to " +"query the user for the password using the right mechanism at boot and during " +"runtime\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-firstboot\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-fsck-root\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-fsck-usr\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-fsck@\\&.service" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "systemd-fsckd\\&.service" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "systemd-fsckd\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-growfs-root\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-growfs@I<mountpoint>\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "reboot\\&.target" +msgid "systemd-hibernate-resume\\&.service" +msgstr "reboot\\&.target" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-hibernate\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-homed\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-hostnamed\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-hybrid-sleep\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-importd\\&.service" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-initctl\\&.service" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-initctl\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-integritysetup@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journal-gatewayd\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journal-gatewayd\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journal-remote\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journal-remote\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journal-upload\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald-audit\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald-dev-log\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald-varlink@\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald@\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-journald\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-localed\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-logind\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-machine-id-commit\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-machined\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-makefs@I<device>\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-mkswap@I<device>\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-modules-load\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-network-generator\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-networkd-wait-online@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-networkd-wait-online\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-networkd\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-oomd\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pcrfs-root\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pcrfs@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pcrmachine\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pcrphase-initrd\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pcrphase-sysinit\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pcrphase\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-portabled\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-pstore\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-quotacheck\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-random-seed\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-remount-fs\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-repart\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-resolved\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-rfkill\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-rfkill\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "reboot\\&.target" +msgid "systemd-soft-reboot\\&.service" +msgstr "reboot\\&.target" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "reboot\\&.target" +msgid "systemd-storagetm\\&.service" +msgstr "reboot\\&.target" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-suspend-then-hibernate\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-suspend\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-sysctl\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-sysupdate\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-sysusers\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-time-wait-sync\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-timedated\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-timesyncd\\&.service" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy +#| msgid "reboot\\&.target" +msgid "systemd-tpm2-setup\\&.service" +msgstr "reboot\\&.target" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-udev-settle\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-udevd-control\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-udevd-kernel\\&.socket" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-udevd\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-update-done\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 +msgid "systemd-update-utmp-runlevel\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 +msgid "systemd-update-utmp\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-user-sessions\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-userdbd\\&.service" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "systemd-vconsole-setup\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-veritysetup@\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "systemd-volatile-root\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "systemd.network" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#, no-wrap +msgid "sysv" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "tab" +msgstr "" + +#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "tab stop initialization database" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "table of clients accessing server's exports" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "table of mounted file systems" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "tbl(1)" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "teac1= 0,5,0\t4\t8m\t\"\"" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "tee pointing down" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "tee pointing left" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "tee pointing right" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "tee pointing up" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "textoff" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"the B<E<lt>> and B<E<gt>> operators to the B<[[> command do not consider the " +"current locale when comparing strings; they use ASCII ordering. Bash " +"versions prior to bash-4.1 use ASCII collation and I<strcmp>(3); bash-4.1 " +"and later use the current locale's collation sequence and I<strcoll>(3)." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "the ID of bootloader. This option is only available on EFI and Macs." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the Info entries for I<binutils>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value " +"I<HHHH> (one to four hex digits)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value " +"I<HHHHHHHH> (one to eight hex digits)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the console device to be used;" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"the eight-bit character whose value is the hexadecimal value I<HH> (one or " +"two hex digits)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"the eight-bit character whose value is the octal value I<nnn> (zero to three " +"octal digits)" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"the installation device is removable. This option is only available on EFI." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the next to last." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"the replacement string in double-quoted pattern substitution does not " +"undergo quote removal, as it does in versions after bash-4.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the second." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"the shell does not print a warning message if an attempt is made to use a " +"quoted compound assignment as an argument to declare (e.g., declare -a " +"foo=\\(aq(1 2)\\(aq). Later versions warn that this usage is deprecated" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "the shell listed in the passwd entry of the target user" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"the shell sets up the values used by E<.SM> B<BASH_ARGV> and E<.SM> " +"B<BASH_ARGC> so they can expand to the shell's positional parameters even if " +"extended debugging mode is not enabled" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "the shell specified with B<--shell>" +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "the standard error," +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the standard round-robin time-sharing policy;" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"then, the \\&.link file matches only when an interface has all the above " +"three properties\\&." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "time-set\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "time-sync\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "timers\\&.target" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "times" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "tmpfs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "to add a link to the debugging info into the stripped executable." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "to expand to a null string, rather than themselves." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "to restore default color" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "tomorrow" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "top" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "try hard to find a smaller set of changes" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"turning off restricted mode with B<set +r> or B<shopt -u restricted_shell>." +msgstr "" + +#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "ultimately \\*(``/dev/tty\\*(''" +msgstr "" + +#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "" +"umac-64-etm@openssh.com,umac-128-etm@openssh.com,\n" +"hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,\n" +"hmac-sha1-etm@openssh.com,\n" +"umac-64@openssh.com,umac-128@openssh.com,\n" +"hmac-sha2-256,hmac-sha2-512,hmac-sha1\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "umount\\&.target" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "uname" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "unanticipated error occurred" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "undefs" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "under B<Pathname Expansion> are enabled." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under B<Word Splitting>). The backslash character (B<\\e>) may be used to " +"remove any special meaning for the next character read and for line " +"continuation. Options, if supplied, have the following meanings:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under B<Word Splitting>, and the first word is assigned to the first " +"I<name>, the second word to the second I<name>, and so on. If there are " +"more words than names, the remaining words and their intervening delimiters " +"are assigned to the last I<name>. If there are fewer words read from the " +"input stream than names, the remaining names are assigned empty values. The " +"characters in E<.SM> B<IFS> are used to split the line into words using the " +"same rules the shell uses for expansion (described" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under E<.SM> B<ALIASES>. This option is enabled by default for interactive " +"shells." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under E<.SM> B<CONDITIONAL EXPRESSIONS>, the expression is true if the unary " +"test is true. If the first argument is not a valid unary conditional " +"operator, the expression is false." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under E<.SM> B<CONDITIONAL EXPRESSIONS>, the result of the expression is the " +"result of the binary test using the first and third arguments as operands. " +"The B<-a> and B<-o> operators are considered binary operators when there are " +"three arguments. If the first argument is B<!>, the value is the negation " +"of the two-argument test using the second and third arguments. If the first " +"argument is exactly B<(> and the third argument is exactly B<)>, the result " +"is the one-argument test of the second argument. Otherwise, the expression " +"is false." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under E<.SM> B<CONDITIONAL EXPRESSIONS>. B<test> does not accept any " +"options, nor does it accept and ignore an argument of B<--> as signifying " +"the end of options." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "under E<.SM> B<HISTORY>." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"under E<.SM> B<HISTORY>. This option is on by default in interactive shells." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "unique" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "unique-symbol" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "unread messages" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "unset [NAME ...]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "unused" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "upper" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "upper left" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "upper left corner" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux +#, no-wrap +msgid "upper right" +msgstr "" + +#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "upper right corner" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "usb-gadget\\&.target" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "usbutils-014" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "GNU coreutils 8.30" +msgid "usbutils-017" +msgstr "GNU coreutils 8.30" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "use COLOR for background" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "use COLOR for text" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "use DIR as the EFI System Partition root." +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "use FILE as font (PF2)." +msgstr "" + +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "use FILE as the device map [default=/boot/grub2/device.map]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use FILE as xorriso [optional]" +msgstr "" + +#: archlinux +msgid "use GRUB files in the directory DIR [default=//boot/grub]" +msgstr "" + +#: debian-bookworm debian-unstable +msgid "use GRUB files in the directory DIR [default=/boot/grub]" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use PROGRAM to compare files" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use STRING as product name" +msgstr "" + +#: opensuse-leap-15-6 +msgid "" +"use comma separated list of tab positions The last specified position can be " +"prefixed with '/' to specify a tab size to use after the last explicitly " +"specified tab stop. Also a prefix of '+' can be used to align remaining tab " +"stops relative to the last specified tab stop instead of the first column" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"use comma separated list of tab positions. The last specified position can " +"be prefixed with '/' to specify a tab size to use after the last explicitly " +"specified tab stop. Also a prefix of '+' can be used to align remaining tab " +"stops relative to the last specified tab stop instead of the first column" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"use first available translation for each message, don't merge several " +"translations" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "use identifier file even if UUID is available" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "user" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "user customized telnet startup values" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "user interface to the" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "user-I<UID>\\&.slice" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "user-runtime-dir@I<UID>\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "user@I<UID>\\&.service" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "user\\&.slice" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "username" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "using the B<enable> builtin command to enable disabled shell builtins" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"using the B<exec> builtin command to replace the shell with another command" +msgstr "" + +#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "utime" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"variable 'E<lt>varE<gt>' can't be auto-imported. Please read the " +"documentation for ld's CW<\\*(C`--enable-auto-import\\*(C'> for details." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"variable assignments preceding builtins like B<export> and B<readonly> that " +"set attributes continue to affect variables with the same name in the " +"calling environment even if the shell is not in posix mode" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "ve" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "veritysetup-pre\\&.target" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "veritysetup\\&.target" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "vertical line" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +msgid "vgrind(1)" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "vi" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "virt" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "wdiff 1.2.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"when executing a shell function, the loop state (while/until/etc.) is not " +"reset, so B<break> or B<continue> in that function will break or continue " +"loops in the calling context. Bash-4.4 and later reset the loop state to " +"prevent this" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"where E<lt>interfaceE<gt> and E<lt>deviceE<gt> specify the device in " +"question, as in the configuration file (see next section). The B<-d> " +"parameter and its argument can be omitted to obtain information on the first " +"scanner identified. Use the command:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"where I<special> is 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<struct HEADNAME> is the structure to be defined, and I<struct TYPE> " +"is the type of the elements to be linked into the list. A pointer to the " +"head of the list can later be declared as:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"where I<struct HEADNAME> is the structure to be defined, and I<struct TYPE> " +"is the type of the elements to be linked into the queue. A pointer to the " +"head of the queue can later be declared as:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed fedora-40 fedora-rawhide +msgid "whois - client for the whois directory service" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"will fix the extension of your html files. Provide an empty string for " +"shortening:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "will get you there." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "" +"will move all resources appearing in a document to the document prologue, " +"removing redundant copies. The output file can then be put through page re-" +"arrangement filters such as B<psnup> or B<pstops> safely." +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 +msgid "" +"will move all resources appearing in a document to the document prologue, " +"removing redundant copies. The output file can then be put through page re-" +"arrangement filters such as I<psnup> or I<pstops> safely." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +msgid "" +"will produce the following output in the link map if the B<-M> option is " +"used:" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"will remove all relocations for sections matching the pattern \\&'.text.*', " +"but will not remove relocations for the section \\&'.text.foo'." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"will remove all sections matching the pattern '.text.*', but will not remove " +"the section '.text.foo'." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "will remove the substring in the filenames." +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm +msgid "" +"will turn them into I<foo001>, ..., I<foo009>, I<foo010>, ..., I<foo278>. And" +msgstr "" + +#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "wireless-tools" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"word expansion errors are considered non-fatal errors that cause the current " +"command to fail, even in posix mode (the default behavior is to make them " +"fatal errors that cause the shell to exit)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"would enable detailed logging for line 1000 of E<.Pa kex.c>, everything in " +"the E<.Fn kex_exchange_identification> function, and all code in the E<.Pa " +"packet.c> file. This option is intended for debugging and no overrides are " +"enabled by default." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"would not return I<file>. If a command is hashed, B<-p> and B<-P> print the " +"hashed value, which is not necessarily the file that appears first in E<.SM> " +"B<PATH>. If the B<-a> option is used, B<type> prints all of the places that " +"contain an executable named I<name>. This includes aliases and functions, " +"if and only if the B<-p> option is not also used. The table of hashed " +"commands is not consulted when using B<-a>. The B<-f> option suppresses " +"shell function lookup, as with the B<command> builtin. B<type> returns true " +"if all of the arguments are found, false if any are not found." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"would not return I<file>. The B<-P> option forces a E<.SM> B<PATH> search " +"for each I<name>, even if" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "wrap" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "write output to FILE [default=stdout]." +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "write result to FILE instead of standard output" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"writing at least a short description into the Subject and \"Package: " +"cdrkit\" into the first line of the mail body." +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "x86-64-baseline" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "x86-64-v2" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "x86-64-v3" +msgstr "" + +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed debian-bookworm debian-unstable +#, no-wrap +msgid "x86-64-v4" +msgstr "" + +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "x86_64" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "xinit 1.4.0" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "xinit 1.4.2" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "xnu_uuid DEVICE" +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed +msgid "yamaha= 1,6,0\t-1\t-1\tburnfree" +msgstr "" + +#: debian-bookworm +#, no-wrap +msgid "zstd 1.5.4" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "zstd 1.5.5" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "}\n" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "~/\\&.config/environment\\&.d/*\\&.conf" +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 "" + +#: 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 "" + +#: 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 "" |