# Common msgids # Dr. Tobias Quathamer , 2017-2019. # Helge Kreutzmann , 2018-2024. # Mario Blättermann , 2019-2023. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-14 16:26+0200\n" "PO-Revision-Date: 2024-06-14 17:56+0200\n" "Last-Translator: Mario Blättermann \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 23.04.3\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " while (read(STDIN_FILENO, &buf, 1) E 0 && buf != \\[aq]\\en\\[aq])\n" " continue;\n" " break;\n" " }\n" msgstr "" " while (read(STDIN_FILENO, &buf, 1) E 0 && buf != \\[aq]\\en\\[aq])\n" " continue;\n" " break;\n" " }\n" #: 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 "" " /* Erhöhung um jeweils ein Byte auf einmal, so dass wir exakt\n" " sehen können, welche Puffergröße benötigt wurde. */\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " buflen++;\n" msgstr " buflen++;\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " if (buflen E MAX_BUF) {\n" " printf(\"Exceeded buffer limit (%d)\\en\", MAX_BUF);\n" " exit(EXIT_FAILURE);\n" " }\n" " }\n" " } while (s == ERANGE);\n" msgstr "" " if (buflen E MAX_BUF) {\n" " printf(\"Puffergrößenbeschränkung (%d) überschritten\\en\", MAX_BUF);\n" " exit(EXIT_FAILURE);\n" " }\n" " }\n" " } while (s == ERANGE);\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " if (fds[1].revents & POLLIN) {\n" msgstr " if (fds[1].revents & POLLIN) {\n" #: 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 " /* Einige Ereignisse lesen. */\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " exit(EXIT_SUCCESS);\n" msgstr " exit(EXIT_SUCCESS);\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " if (len E= 0)\n" " break;\n" msgstr "" " if (len E= 0)\n" " break;\n" #: 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 "" " len = read(fd, buf, sizeof(buf));\n" " if (len == -1 && errno != EAGAIN) {\n" " perror(\"read\");\n" " exit(EXIT_FAILURE);\n" " }\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " /* Parent falls through to here. */\n" msgstr " /* Elternprozess fällt bis hierher durch. */\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " /* Plus additional fields private to the\n" " implementation */\n" "};\n" msgstr "" " /* Plus zusätzliche Felder, die intern für */\n" " /* die Implementierung sind */\n" "};\n" #: 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= 200809L\n" " || /* glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" msgstr "" " /* Seit Glibc 2.10: */ _POSIX_C_SOURCE E= 200809L\n" " || /* Glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " Since glibc 2.17\n" " (_XOPEN_SOURCE E= 500 && ! (_POSIX_C_SOURCE E= 200809L))\n" " || /* glibc E= 2.20 */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19 */ _SVID_SOURCE\n" " glibc 2.12 to glibc 2.16:\n" " (_XOPEN_SOURCE E= 500 && ! (_POSIX_C_SOURCE E= 200112L))\n" " || _SVID_SOURCE\n" " Before glibc 2.12:\n" " _SVID_SOURCE || _XOPEN_SOURCE E= 500\n" msgstr "" " Seit Glibc 2.17\n" " (_XOPEN_SOURCE E= 500 && ! (_POSIX_C_SOURCE E= 200809L))\n" " || /* Glibc E= 2.20 */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19 */ _SVID_SOURCE\n" " Glibc 2.12 bis 2.16:\n" " (_XOPEN_SOURCE E= 500 && ! (_POSIX_C_SOURCE E= 200112L))\n" " || _SVID_SOURCE\n" " Vor Glibc 2.12:\n" " _SVID_SOURCE || _XOPEN_SOURCE E= 500\n" #: 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 "" " Seit Glibc 2.20:\n" " _DEFAULT_SOURCE\n" " Vor Glibc 2.20:\n" " _BSD_SOURCE || _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " Since glibc 2.20:\n" " _DEFAULT_SOURCE || ! (_POSIX_C_SOURCE E= 200112L)\n" " glibc 2.12 to glibc 2.19:\n" " _BSD_SOURCE || ! (_POSIX_C_SOURCE E= 200112L)\n" " Before glibc 2.12:\n" " _BSD_SOURCE || _XOPEN_SOURCE E= 500\n" msgstr "" " Seit Glibc 2.20:\n" " _DEFAULT_SOURCE || ! (_POSIX_C_SOURCE E= 200112L)\n" " Glibc 2.12 bis 2.19:\n" " _BSD_SOURCE || ! (_POSIX_C_SOURCE E= 200112L)\n" " Vor Glibc 2.12:\n" " _BSD_SOURCE || _XOPEN_SOURCE E= 500\n" #: 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= 200112L\n" " glibc 2.21 and earlier:\n" " _POSIX_C_SOURCE\n" msgstr "" " Seit Glibc 2.22:\n" " _POSIX_C_SOURCE E= 200112L\n" " Glibc 2.21 und älter:\n" " _POSIX_C_SOURCE\n" #: 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= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" msgstr "" " _ISOC99_SOURCE\n" " || /* Glibc E= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" #: 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= 200112L\n" " || _XOPEN_SOURCE\n" " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" msgstr "" " _ISOC99_SOURCE || _POSIX_C_SOURCE E= 200112L\n" " || _XOPEN_SOURCE\n" " || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _ISOC99_SOURCE || _POSIX_C_SOURCE E= 200112L || _XOPEN_SOURCE\n" " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" msgstr "" " _ISOC99_SOURCE || _POSIX_C_SOURCE E= 200112L || _XOPEN_SOURCE\n" " || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " _POSIX_C_SOURCE E= 199506L || _XOPEN_SOURCE E= 500\n" msgstr " _POSIX_C_SOURCE E= 199506L || _XOPEN_SOURCE E= 500\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " _POSIX_C_SOURCE E= 2 || _XOPEN_SOURCE\n" msgstr " _POSIX_C_SOURCE E= 2 || _XOPEN_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _POSIX_C_SOURCE E= 200112L\n" " || /* glibc E= 2.19: */ _BSD_SOURCE\n" msgstr "" " _POSIX_C_SOURCE E= 200112L\n" " || /* Glibc E= 2.19: */ _BSD_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _XOPEN_SOURCE\n" " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" msgstr "" " _XOPEN_SOURCE\n" " || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _XOPEN_SOURCE E= 500\n" " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" msgstr "" " _XOPEN_SOURCE E= 500\n" " || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _XOPEN_SOURCE E= 500\n" " || /* glibc E= 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19: */ _SVID_SOURCE\n" msgstr "" " _XOPEN_SOURCE E= 500\n" " || /* Glibc E= 2.19: */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19: */ _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _XOPEN_SOURCE E= 500 || _ISOC99_SOURCE\n" " || _POSIX_C_SOURCE E= 200112L\n" msgstr "" " _XOPEN_SOURCE E= 500 || _ISOC99_SOURCE\n" " || _POSIX_C_SOURCE E= 200112L\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _XOPEN_SOURCE E= 500 || _POSIX_C_SOURCE E= 200112L\n" " || /* glibc E= 2.19: */ _BSD_SOURCE\n" msgstr "" " _XOPEN_SOURCE E= 500 || _POSIX_C_SOURCE E= 200112L\n" " || /* Glibc E= 2.19: */ _BSD_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " _XOPEN_SOURCE E= 600\n" " || (_ISOC99_SOURCE && _XOPEN_SOURCE)\n" " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" msgstr "" " _XOPEN_SOURCE E= 600\n" " || (_ISOC99_SOURCE && _XOPEN_SOURCE)\n" " || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* Glibc E= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " attrp = NULL;\n" msgstr " attrp = NULL;\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " close(fd);\n" "}\n" msgstr "" " close(fd);\n" "}\n" #: 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 "" " cpid = fork();\n" " if (cpid == -1) {\n" " perror(\"fork\");\n" " exit(EXIT_FAILURE);\n" " }\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " exit(EXIT_SUCCESS); /* Terminate all threads */\n" "}\n" msgstr "" " exit(EXIT_SUCCESS); /* Alle Threads beenden */\n" "}\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " fclose(fp);\n" msgstr " fclose(fp);\n" #: 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 "" " fd = open(argv[1], O_RDONLY);\n" " if (fd == -1) {\n" " perror(\"open\");\n" " exit(EXIT_FAILURE);\n" " }\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " fds[0].fd = STDIN_FILENO; /* Console input */\n" " fds[0].events = POLLIN;\n" msgstr "" " fds[0].fd = STDIN_FILENO; /* Konsoleeingabe */\n" " fds[0].events = POLLIN;\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " free(buf);\n" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" " free(buf);\n" " exit(EXIT_SUCCESS);\n" "}\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " if (argc != 2) {\n" " fprintf(stderr, \"Usage: %s EfileE\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" " if (argc != 2) {\n" " fprintf(stderr, \"Aufruf: %s EDateiE\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " if (argc != 2) {\n" " fprintf(stderr, \"Usage: %s EpathnameE\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" " if (argc != 2) {\n" " fprintf(stderr, \"Aufruf: %s EPfadnameE\\en\", argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" #: 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 "" " if (attrp != NULL) {\n" " s = pthread_attr_destroy(attrp);\n" " if (s != 0)\n" " errc(EXIT_FAILURE, s, \"pthread_attr_destroy\");\n" " }\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " if (buflen E MAX_BUF) {\n" " printf(\"Exceeded buffer limit (%d)\\en\", MAX_BUF);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" " if (buflen E MAX_BUF) {\n" " printf(\"Pufferbeschränkung (%d) überschritten\\en\", MAX_BUF);\n" " exit(EXIT_FAILURE);\n" " }\n" #: 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 "" " if (lstat(argv[1], &sb) == -1) {\n" " perror(\"lstat\");\n" " exit(EXIT_FAILURE);\n" " }\n" #: 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 "" " if (s != 0 || result == NULL) {\n" " printf(\"Aufruf fehlgeschlagen/Datensatz nicht gefunden\\en\");\n" " exit(EXIT_FAILURE);\n" " }\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " nfds = 2;\n" msgstr " nfds = 2;\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " pause(); /* Terminates when other thread calls exit() */\n" "}\n" msgstr "" " pause(); /* Wird beendet, wenn andere Threads exit() aufrufen */\n" "}\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " printf(\"Key ID is %jx\\en\", (uintmax_t) key);\n" msgstr " printf(\"Schlüsselkenning ist %jx\\en\", (uintmax_t) key);\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " return p;\n" "}\n" msgstr "" " return p;\n" "}\n" #: 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 "" " s = pthread_create(&thr, attrp, &thread_start, NULL);\n" " if (s != 0)\n" " errc(EXIT_FAILURE, s, \"pthread_create\");\n" #: 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 "" " s = pthread_join(thr, &res);\n" " if (s != 0)\n" " handle_error_en(s, \"pthread_join\");\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " setbuf(stdout, NULL);\n" msgstr " setbuf(stdout, NULL);\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " sleep(2);\n" msgstr " sleep(2);\n" #: 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 "" " sockfd = socket(AF_INET, SOCK_DGRAM, 0);\n" " if (sockfd == -1) {\n" " perror(\"socket()\");\n" " exit(EXIT_FAILURE);\n" " }\n" #: 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 "" " 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" #: 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 " x * FLT_RADIX ** exp\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" " 1 4207 0 2 65535 0 0 0 1\n" " (1) (2) (3)(4) (5) (6) (7) (8)\n" msgstr "" " 1 4207 0 2 65535 0 0 0 1\n" " (1) (2) (3)(4) (5) (6) (7) (8)\n" #: 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\n" msgstr " B<--qf|--queryformat> I\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " B<.\\| > I [I]" msgstr " B<.\\| > I [I]" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " degrees" msgstr " Grad" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " minutes" msgstr " Minuten" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid " seconds" msgstr " Sekunden" # FIXME perlvar → B(1) #: 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 "" "Vorstehendes »@INC« ist eine Referenz an die eingebaute Variable mit dem " "gleichen Namen; siehe B(1) für weitere Informationen." #: 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 "" "»es256« bezeichnet ECDSA über NIST P-256 mit SHA-256\\&. »rs256« bezeichnet " "2048-bit RSA mit PKCS#1\\&.5-Auffüllung und SHA-256\\&. »eddsa« bezeichnet " "EDDSA über Curve25519 mit SHA-512\\&." #: 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 "»usb 0x04c5 0x1042« (oder andere Lieferanten-/Produktkennungen)" #: debian-bookworm debian-unstable msgid "# Sample Argument file" msgstr "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "# echo 0 E /proc/timer_stats\n" msgstr "# echo 0 E /proc/timer_stats\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "# echo 1 E /proc/timer_stats\n" msgstr "# echo 1 E /proc/timer_stats\n" #: 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 "" "# 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" #: 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 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "#5 Wed Feb 25 21:49:24 MET 1998\n" msgstr "#5 Wed Feb 25 21:49:24 MET 1998\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "#B< cat /proc/3828/io>\n" "rchar: 323934931\n" "wchar: 323929600\n" "syscr: 632687\n" "syscw: 632675\n" "read_bytes: 0\n" "write_bytes: 323932160\n" "cancelled_write_bytes: 0\n" msgstr "" "#B< cat /proc/3828/io>\n" "rchar: 323934931\n" "wchar: 323929600\n" "syscr: 632687\n" "syscw: 632675\n" "read_bytes: 0\n" "write_bytes: 323932160\n" "cancelled_write_bytes: 0\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "#B< echo \\[aq]darkstar\\[aq] E /proc/sys/kernel/hostname>\n" "#B< echo \\[aq]mydomain\\[aq] E /proc/sys/kernel/domainname>\n" msgstr "" "#B< echo \\[aq]darkstar\\[aq] E /proc/sys/kernel/hostname>\n" "#B< echo \\[aq]meineDomain\\[aq] E /proc/sys/kernel/domainname>\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "#B< hostname \\[aq]darkstar\\[aq]>\n" "#B< domainname \\[aq]mydomain\\[aq]>\n" msgstr "" "#B< hostname \\[aq]darkstar\\[aq]>\n" "#B< domainname \\[aq]meineDomain\\[aq]>\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "#B< ls -l /proc/self/map_files/>\n" "lr--------. 1 root root 64 Apr 16 21:31\n" " 3252e00000-3252e20000 -E /usr/lib64/ld-2.15.so\n" "\\&...\n" msgstr "" "#B< ls -l /proc/self/map_files/>\n" "lr--------. 1 root root 64 Apr 16 21:31\n" " 3252e00000-3252e20000 -E /usr/lib64/ld-2.15.so\n" "…\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n" msgstr "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n" #: 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 Ectype.hE\n" "#include Eerrno.hE\n" "#include Enetdb.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" msgstr "" "#define _GNU_SOURCE\n" "#include Ectype.hE\n" "#include Eerrno.hE\n" "#include Enetdb.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#define _GNU_SOURCE\n" "#include Eerr.hE\n" "#include Eerrno.hE\n" "#include Epthread.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" msgstr "" "#define _GNU_SOURCE\n" "#include Eerr.hE\n" "#include Eerrno.hE\n" "#include Epthread.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#define _GNU_SOURCE /* To get pthread_getattr_np() declaration */\n" "#include Eerr.hE\n" "#include Eerrno.hE\n" "#include Epthread.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Eunistd.hE\n" msgstr "" "#define _GNU_SOURCE /* Um die Deklaration von pthread_getattr_np() zu erhalten */\n" "#include Eerr.hE\n" "#include Eerrno.hE\n" "#include Epthread.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Eunistd.hE\n" #: 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 "" "#define handle_error(msg) \\e\n" " do { perror(msg); exit(EXIT_FAILURE); } while (0)\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#include Eerr.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" msgstr "" "#include Eerr.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Estring.hE\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#include Emcheck.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" msgstr "" "#include Emcheck.hE\n" "#include Estdio.hE\n" "#include Estdlib.hE\n" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Esys/sysinfo.hE\n" msgstr "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "#include Esys/sysinfo.hE\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "$ B\n" "sh1# B # Mount empty tmpfs at /etc\n" "sh1# B # Mount /usr at /dev\n" "sh1# B\n" "27123\n" msgstr "" "$ B\n" "sh1# B # Leeres Tmpfs unter /etc einhängen\n" "sh1# B # /usr unter /dev einhängen\n" "sh1# B\n" "27123\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "$ B\n" "sh2# B # In initial NS\n" "309\n" "sh2# B # /etc in other NS\n" "0 # The empty tmpfs dir\n" "sh2# B # In initial NS\n" "205\n" "sh2# B # /dev in other NS\n" "11 # Actually bind\n" " # mounted to /usr\n" "sh2# B # /usr in initial NS\n" "11\n" msgstr "" "$ B\n" "sh2# B # Im anfänglichen NR\n" "309\n" "sh2# B # /etc in anderem NR\n" "0 # Das leere Verz tmpfs\n" "sh2# B # Im anfänglichen NR\n" "205\n" "sh2# B # /dev in anderem NR\n" "11 # Tatsächlich bind-\n" " # eingehängt in /usr\n" "sh2# B # /usr im anfänglichen NR\n" "11\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "$ cat /proc/timer_stats\n" msgstr "$ cat /proc/timer_stats\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 "" "$ 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" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "$B< cat /proc/1/environ | tr \\[aq]\\e000\\[aq] \\[aq]\\en\\[aq]>\n" msgstr "$B< cat /proc/1/environ | tr \\[aq]\\e000\\[aq] \\[aq]\\en\\[aq]>\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "$B< cat /proc/12015/fdinfo/4>\n" "pos: 1000\n" "flags: 01002002\n" "mnt_id: 21\n" msgstr "" "$B< cat /proc/12015/fdinfo/4>\n" "pos: 1000\n" "flags: 01002002\n" "mnt_id: 21\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "$B< cat /proc/timer_stats>\n" "Timer Stats Version: v0.3\n" "Sample period: 1.764 s\n" "Collection: active\n" " 255, 0 swapper/3 hrtimer_start_range_ns (tick_sched_timer)\n" " 71, 0 swapper/1 hrtimer_start_range_ns (tick_sched_timer)\n" " 58, 0 swapper/0 hrtimer_start_range_ns (tick_sched_timer)\n" " 4, 1694 gnome-shell mod_delayed_work_on (delayed_work_timer_fn)\n" " 17, 7 rcu_sched rcu_gp_kthread (process_timeout)\n" "\\&...\n" " 1, 4911 kworker/u16:0 mod_delayed_work_on (delayed_work_timer_fn)\n" " 1D, 2522 kworker/0:0 queue_delayed_work_on (delayed_work_timer_fn)\n" "1029 total events, 583.333 events/sec\n" msgstr "" "$B< cat /proc/timer_stats>\n" "Timer Stats Version: v0.3\n" "Sample period: 1.764 s\n" "Collection: active\n" " 255, 0 swapper/3 hrtimer_start_range_ns (tick_sched_timer)\n" " 71, 0 swapper/1 hrtimer_start_range_ns (tick_sched_timer)\n" " 58, 0 swapper/0 hrtimer_start_range_ns (tick_sched_timer)\n" " 4, 1694 gnome-shell mod_delayed_work_on (delayed_work_timer_fn)\n" " 17, 7 rcu_sched rcu_gp_kthread (process_timeout)\n" "\\&...\n" " 1, 4911 kworker/u16:0 mod_delayed_work_on (delayed_work_timer_fn)\n" " 1D, 2522 kworker/0:0 queue_delayed_work_on (delayed_work_timer_fn)\n" "1029 total events, 583.333 events/sec\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "$B< cd /proc/20/cwd; pwd -P>\n" msgstr "$B< cd /proc/20/cwd; pwd -P>\n" # FIXME When executing this commands, sudo prompts me for my password #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "$B< echo test | sudo -u nobody cat>\n" "test\n" "$B< echo test | sudo -u nobody cat /proc/self/fd/0>\n" "cat: /proc/self/fd/0: Permission denied\n" msgstr "" "$B< echo test | sudo -u nobody cat>\n" "test\n" "$B< echo test | sudo -u nobody cat /proc/self/fd/0>\n" "cat: /proc/self/fd/0: Permission denied\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "$B< foobar -i /dev/stdin -o /dev/stdout ...>\n" msgstr "$B< foobar -i /dev/stdin -o /dev/stdout …>\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "$B< foobar -i /proc/self/fd/0 -o /proc/self/fd/1 ...>\n" msgstr "$B< foobar -i /proc/self/fd/0 -o /proc/self/fd/1 …>\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron #, no-wrap msgid "$Mdocdate: April 29 2022 $" msgstr "$Mdocdate: 29. April 2022 $" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron #, no-wrap msgid "$Mdocdate: December 16 2022 $" msgstr "$Mdocdate: 16. Dezember 2022 $" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "$Mdocdate: February 10 2023 $" msgstr "$Mdocdate: 10. Februar 2023 $" #: archlinux debian-unstable #, no-wrap msgid "$Mdocdate: February 21 2024 $" msgstr "$Mdocdate: 10. Februar 2024 $" #: debian-bookworm #, no-wrap msgid "$Mdocdate: January 18 2023 $" msgstr "$Mdocdate: 18. Januar 2023 $" #: debian-bookworm debian-unstable archlinux #, no-wrap msgid "$Mdocdate: March 31 2022 $" msgstr "$Mdocdate: 31. März 2022 $" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "$XDG_RUNTIME_DIR/user-tmpfiles\\&.d/*\\&.conf" msgstr "$XDG_RUNTIME_DIR/user-tmpfiles\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "%J" msgstr "%J" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "%K" msgstr "%K" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "%R" msgstr "%R" #: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide #: 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 "( AUSDRUCK )" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(1) I \\ %d" msgstr "(1) I \\ %d" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(1) Time spent in user mode." msgstr "(1) Zeit, die auf der Anwendungsebene verbracht wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(10)" msgstr "(10)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(10) I \\ %lu" msgstr "(10) I \\ %lu" # ### Ende Abschnitt sechs, Zeile 1202 #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(10) Time spent running a niced guest (virtual CPU for guest operating " "systems under the control of the Linux kernel)." msgstr "" "(10) Zeit, die für die Ausführung eines mit nice eingestellten Gastes " "verbracht wurde (virtuelle CPU für Gastbetriebssysteme unter der Steuerung " "des Linux-Kernels)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(11)" msgstr "(11)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(11) I \\ %lu" msgstr "(11) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(12) I \\ %lu" msgstr "(12) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(13) I \\ %lu" msgstr "(13) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(14) I \\ %lu" msgstr "(14) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(15) I \\ %lu" msgstr "(15) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(16) I \\ %ld" msgstr "(16) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(17) I \\ %ld" msgstr "(17) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(18) I \\ %ld" msgstr "(18) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(19) I \\ %ld" msgstr "(19) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(2) I \\ %s" msgstr "(2) I \\ %s" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(2) Time spent in user mode with low priority (nice)." msgstr "" "(2) Zeit, die auf der Anwendungsebene mit niedriger Priorität (nice) " "verbracht wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(20) I \\ %ld" msgstr "(20) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(21) I \\ %ld" msgstr "(21) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(22) I \\ %llu" msgstr "(22) I \\ %llu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(23) I \\ %lu" msgstr "(23) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(24) I \\ %ld" msgstr "(24) I \\ %ld" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(25) I \\ %lu" msgstr "(25) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(26) I \\ %lu \\ [PT]" msgstr "(26) I \\ %lu \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(27) I \\ %lu \\ [PT]" msgstr "(27) I \\ %lu \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(28) I \\ %lu \\ [PT]" msgstr "(28) I \\ %lu \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(29) I \\ %lu \\ [PT]" msgstr "(29) I \\ %lu \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(2\\[ha]order)\\ *\\ PAGE_SIZE\n" msgstr "(2\\[ha]Ordnung)\\ *\\ PAGE_SIZE\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(3) I \\ %c" msgstr "(3) I \\ %c" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(3) Time spent in system mode." msgstr "(3) Zeit, die im Systemmodus verbracht wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(30) I \\ %lu \\ [PT]" msgstr "(30) I \\ %lu \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(31) I \\ %lu" msgstr "(31) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(32) I \\ %lu" msgstr "(32) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(33) I \\ %lu" msgstr "(33) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(34) I \\ %lu" msgstr "(34) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(35) I \\ %lu \\ [PT]" msgstr "(35) I \\ %lu \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(36) I \\ %lu" msgstr "(36) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(37) I \\ %lu" msgstr "(37) I \\ %lu" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(38) I \\ %d \\ (since Linux 2.1.22)" msgstr "(38) I \\ %d \\ (seit Linux 2.1.22)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(39) I \\ %d \\ (since Linux 2.2.8)" msgstr "(39) I \\ %d \\ (seit Linux 2.2.8)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(4) I \\ %d" msgstr "(4) I \\ %d" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(4) Time spent in the idle task. This value should be USER_HZ times the " "second entry in the I pseudo-file." msgstr "" "(4) Im Leerlaufprozess verbrachte Zeit. Dieser Wert sollte USER_HZ mal den " "zweiten Eintrag in der Pseudo-Datei I sein." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(40) I \\ %u \\ (since Linux 2.5.19)" msgstr "(40) I \\ %u \\ (seit Linux 2.5.19)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(41) I \\ %u \\ (since Linux 2.5.19)" msgstr "(41) I \\ %u \\ (seit Linux 2.5.19)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(42) I \\ %llu \\ (since Linux 2.6.18)" msgstr "(42) I \\ %llu \\ (seit Linux 2.6.18)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(43) I \\ %lu \\ (since Linux 2.6.24)" msgstr "(43) I \\ %lu \\ (seit Linux 2.6.24)" # ### Ende Abschnitt 3, Zeile 600 #### #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(44) I \\ %ld \\ (since Linux 2.6.24)" msgstr "(44) I \\ %ld \\ (seit Linux 2.6.24)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(45) I \\ %lu \\ (since Linux 3.3) \\ [PT]" msgstr "(45) I \\ %lu \\ (seit Linux 3.3) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(46) I \\ %lu \\ (since Linux 3.3) \\ [PT]" msgstr "(46) I \\ %lu \\ (seit Linux 3.3) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(47) I \\ %lu \\ (since Linux 3.3) \\ [PT]" msgstr "(47) I \\ %lu \\ (seit Linux 3.3) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(48) I \\ %lu \\ (since Linux 3.5) \\ [PT]" msgstr "(48) I \\ %lu \\ (seit Linux 3.5) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(49) I \\ %lu \\ (since Linux 3.5) \\ [PT]" msgstr "(49) I \\ %lu \\ (seit Linux 3.5) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(5) I \\ %d" msgstr "(5) I \\ %d" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(5) Time waiting for I/O to complete. This value is not reliable, for the " "following reasons:" msgstr "" "(5) Zeit, die für den Abschluss der E/A wartend verbracht wird. Dieser Wert " "ist aus den folgenden Gründen nicht zuverlässig:" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(50) I \\ %lu \\ (since Linux 3.5) \\ [PT]" msgstr "(50) I \\ %lu \\ (seit Linux 3.5) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(51) I \\ %lu \\ (since Linux 3.5) \\ [PT]" msgstr "(51) I \\ %lu \\ (seit Linux 3.5) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(52) I \\ %d \\ (since Linux 3.5) \\ [PT]" msgstr "(52) I \\ %d \\ (seit Linux 3.5) \\ [PT]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(6) I \\ %d" msgstr "(6) I \\ %d" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(6) Time servicing interrupts." msgstr "(6) Zeit, die zum Ausliefern von Interrupts verbracht wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(7) I \\ %d" msgstr "(7) I \\ %d" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(7) Time servicing softirqs." msgstr "(7) Zeit, die zum Ausliefern von Softirqs verbracht wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(8) I \\ %d" msgstr "(8) I \\ %d" # ### Meldung 395 #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(8) Stolen time, which is the time spent in other operating systems when " "running in a virtualized environment" msgstr "" "(8) Gestohlene Zeit, die in anderen Betriebssystemen verbracht wurde, wenn " "der Prozess in einer virtualisierten Umgebung läuft." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(9) I \\ %u" msgstr "(9) I \\ %u" # ### Ende Abschnitt sechs, Zeile 1202 #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(9) Time spent running a virtual CPU for guest operating systems under the " "control of the Linux kernel." msgstr "" "(9) Zeit, die für den Betrieb einer virtuellen CPU für Gastbetriebssysteme " "unter der Steuerung des Linux-Kernels verbracht wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) The number of huge pages in the pool " "that are not yet allocated." msgstr "" "(B wird benötigt.) Die Anzahl der großen Speicherseiten " "in dem Vorrat, die noch nicht reserviert worden sind." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(B is required.) The size of huge pages." msgstr "" "(B wird benötigt.) Die Größe der großen Speicherseiten." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) The size of the pool of huge pages." msgstr "" "(B wird benötigt.) Die Größe des Vorrats der großen " "Speicherseiten." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) This is the number of huge pages for " "which a commitment to allocate from the pool has been made, but no " "allocation has yet been made. These reserved huge pages guarantee that an " "application will be able to allocate a huge page from the pool of huge pages " "at fault time." msgstr "" "(B wird benötigt.) Dies ist die Anzahl der großen " "Speicherseiten, für die eine Verpflichtung zur Reservierung aus dem Vorrat " "erfolgte, aber noch keine Reservierung durchgeführt wurde. Die reservierten " "großen Speicherseiten garantieren, dass die Anwendung in der Lage sein wird, " "große Speicherseiten aus dem Vorrat von großen Speicherseiten zum Zeitpunkt " "der Ausnahmebehandlung zu reservieren." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) This is the number of huge pages in " "the pool above the value in I. The maximum " "number of surplus huge pages is controlled by I." msgstr "" "(B wird benötigt.) Dies ist die Anzahl an großen " "Speicherseiten in dem Vorrat oberhalb des Wertes in I. Die maximale Anzahl an zusätzlichen großen Speicherseiten " "wird durch I gesteuert." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(B is required.) [To be documented.]" msgstr "" "(B ist notwendig.) [Muss noch dokumentiert werden.]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(B is required.) [To be documented.]" msgstr "(B ist notwendig.) [Muss noch dokumentiert werden.]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(B is required.) [To be documented.]" msgstr "(B ist notwendig.) [Muss noch dokumentiert werden.]" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) Memory used by shared memory " "(shmem) and B(5) allocated with huge pages." msgstr "" "(B wird benötigt.) Von gemeinsam benutztem " "Speicher (shem) benutzter Speicher und mit großen Speicherseiten " "reserviertes B(5)." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) Non-file backed huge pages " "mapped into user-space page tables." msgstr "" "(B wird benötigt) Nicht-Datei basierte große " "Speicherseiten, die in die Seitentabellen im Anwendungsraum gemappt sind." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(B is required.) Shared memory mapped into " "user space with huge pages." msgstr "" "(B wird benötigt.) Gemeinsamer, in den " "Anwendungsraum mit großen Seiten gemappter Speicher." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Explanation for Linux 2.6) For processes running a real-time scheduling " "policy (I below; see B(2)), this is the negated " "scheduling priority, minus one; that is, a number in the range -2 to -100, " "corresponding to real-time priorities 1 to 99. For processes running under " "a non-real-time scheduling policy, this is the raw nice value " "(B(2)) as represented in the kernel. The kernel stores nice " "values as numbers in the range 0 (high) to 39 (low), corresponding to the " "user-visible nice range of -20 to 19." msgstr "" "(Erklärung für Linux 2.6) Für Prozesse, die im Scheduling eine Echtzeit-" "Strategie verfolgen (I weiter unten, siehe " "B(2)), ist dies die negierte Scheduling-Priorität minus " "eins, das heißt, eine Zahl im Bereich von -2 bis -100, entsprechend den " "Echtzeitprioritäten 1 bis 99. Für Prozesse, deren Scheduling keine Echtzeit-" "Strategie verfolgt, ist dies der rohe Nice-Wert (B(2)), wie er " "im Kernel dargestellt ist. Der Kernel speichert Nice-Werte als Zahlen im " "Bereich 0 (hoch) bis 39 (niedrig), entsprechend des für den Benutzer " "sichtbaren Nice-Bereichs von -20 bis 19." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(From Linux 2.6.28 to Linux 2.6.30, B was " "required.) [To be documented.]" msgstr "" "(Von Linux 2.6.28 bis 2.6.30: B war notwendig.) " "[Muss noch dokumentiert werden.]" #: 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 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 in B(7)." msgstr "" "(Internet Domain Sockets) Das durch I referenzierte Socket war " "bisher nicht an eine Adresse gebunden und beim Versuch, es an einen " "kurzlebigen Port zu binden, wurde festgestellt, dass alle Portnummern in dem " "Portbereich für kurzlebige Portnummern derzeit verwendet werden. Lesen Sie " "die Erörterung von I in B(7)." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(Linux 2.4 only)" msgstr "(nur Linux 2.4)" #: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" "(Note: Both I and I 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 "" "(Achtung: Sowohl I als auch I werden expandiert, so dass " "das Setzen beider Variablen im folgenden Beispiel wie erwartet funktioniert: " "MAILFROM=cron-$USER@cron.com ($USER wird durch den Systembenutzer ersetzt))." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(PowerPC only) If this file is set to a nonzero value, the PowerPC htab (see " "kernel file I) is pruned each time the " "system hits the idle loop." msgstr "" "(nur PowerPC) Wenn diese Datei auf einen Wert ungleich Null gesetzt ist, " "wird die »PowerPC htab« (siehe Kernel-Datei I) jedesmal »zurückgeschnitten«, wenn das System in den Leerlauf geht." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(PowerPC only) This file contains a flag that controls the L2 cache of G3 " "processor boards. If 0, the cache is disabled. Enabled if nonzero." msgstr "" "(nur PowerPC) Diese Datei enthält einen Schalter für die Steuerung des L2-" "Caches von Platinen mit dem G3-Prozessor. Der Wert 0 deaktiviert den Cache, " "ein Wert ungleich null aktiviert ihn." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Since Linux 2.6.25) Also support heap randomization. This value is the " "default if the kernel was not configured with B." msgstr "" "(Seit Linux 2.6.25) Speicherverwürfelung wird auch unterstützt. Dieser Wert " "ist die Vorgabe, falls der Kernel nicht mit B " "konfiguriert wurde." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Starting with Linux 2.6.19, B is required.) Amount of free " "highmem." msgstr "" "(Beginnend mit Linux 2.6.19 wird B benötigt) Menge des " "freien Highmems." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Starting with Linux 2.6.19, B is required.) Amount of free " "lowmem." msgstr "" "(Beginnend mit Linux 2.6.19 wird B benötigt) Menge des " "freien Lowmems." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Starting with Linux 2.6.19, B is required.) Total amount " "of highmem. Highmem is all memory above \\[ti]860 MB of physical memory. " "Highmem areas are for use by user-space programs, or for the page cache. " "The kernel must use tricks to access this memory, making it slower to access " "than lowmem." msgstr "" "(Beginnend mit Linux 2.6.19 wird B benötigt). Gesamtmenge " "von Highmem. Highmem ist aller Speicher oberhalb \\[ti]860 MB physischen " "Speichers. Highmem-Bereiche können von Anwendungsprogrammen oder für den " "Seiten-Zwischenspeicher verwandt werden. Der Kernel muss Tricks zum Zugriff " "auf diesen Speicher verwenden, wodurch der Zugriff langsamer als bei Lowmem " "ist." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Starting with Linux 2.6.19, B is required.) Total amount " "of lowmem. Lowmem is memory which can be used for everything that highmem " "can be used for, but it is also available for the kernel's use for its own " "data structures. Among many other things, it is where everything from " "I is allocated. Bad things happen when you're out of lowmem." msgstr "" "(Beginnend mit Linux 2.6.19 wird B benötigt) Gesamtmenge an " "Lowmem. Lowmem ist Speicher, der für alles verwandt werden kann, wofür " "Highmem verwandt werden kann, er ist aber auch für die Verwendung durch den " "Kernel für seine eigenen Datenstrukturen verfügbar. Unter anderem wird hier " "heraus I zugewiesen. Schlimme Dinge passieren, falls kein Lowmem mehr " "verfügbar ist." #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: archlinux msgid "(There are 2 books with this title)" msgstr "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Up to and including Linux 2.6.7.) This file shows the number of POSIX real-" "time signals currently queued." msgstr "" "(Nur in Linux bis einschließlich 2.6.7). Diese Datei gibt die Anzahl derzeit " "anstehender POSIX-Echtzeitsignale an." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(Up to and including Linux 2.6.7; see B(2)) This file can be " "used to tune the maximum number of POSIX real-time (queued) signals that can " "be outstanding in the system." msgstr "" "(Nur in Linux bis einschließlich 2.6.7; siehe B(2)). Mit dieser " "Datei kann die maximale Anzahl (anstehender) von POSIX-Echtzeit-Signalen " "eingestellt werden, die im System anstehen dürfen." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "(c)" msgstr "(c)" #: 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 "" "erlaubt dem Benutzer, eine Gamma-Tabelle anzugeben (nur im Farb-Modus, siehe " "die nächsten drei Parameter)" #: debian-bookworm #, no-wrap msgid "(date will be set to today)" msgstr "(Datum wird auf heute gesetzt)" #: debian-bookworm #, no-wrap msgid "(date will be set to today, seconds to 00)" msgstr "(Datum wird auf heute gesetzt, Sekunden auf 00)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(default) This provides the same behavior as for -1, but printk warnings are " "written for processes that perform writes when the file offset is not 0." msgstr "" "(Vorgabe) Dies stellt das gleiche Verhalten wie bei -1 bereit, aber Printk-" "Warnungen werden für Prozesse geschrieben, die Schreibzugriffe ausführen, " "wenn der Dateiversatz nicht 0 ist." #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed archlinux msgid "(dot) repeat the previous command." msgstr "(Punkt) wiederholt den vorigen Befehl." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "(ignored for compatibility)" msgstr "(wird ignoriert; nur für Kompatibilitätszwecke)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "(major,disk_idx):(noinfo, read_io_ops, blks_read, write_io_ops, blks_written)" msgstr "" "(major,disk_idx):(noinfo, read_io_ops, blks_read, write_io_ops, blks_written)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "(not in C99) The given I contains an unsupported value." msgstr "" #: debian-bookworm #, no-wrap msgid "(seconds will be set to 00)" msgstr "(Sekunden werden auf 00 gesetzt)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 2.6.31)" msgstr "(seit Linux 2.6.31)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 2.6.32)" msgstr "(seit Linux 2.6.32)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 3.18)" msgstr "(seit Linux 3.18)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 3.4)" msgstr "(seit Linux 3.4)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 4.0)" msgstr "(seit Linux 4.0)" #: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 4.18)" msgstr "(seit Linux 4.18)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "(since Linux 4.3)" msgstr "(seit Linux 4.3)" #: debian-bookworm #, no-wrap msgid "(time is set to 00:00:00)" msgstr "(Zeit wird auf 00:00:00 gesetzt)" #: debian-bookworm #, no-wrap msgid "(time will be set to 00:00:00)" msgstr "(Zeit wird auf 00:00:00 gesetzt)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "(x86 with B and B enabled.)" msgstr "(x86 mit B und B aktiviert.)" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: opensuse-leap-15-6 msgid "* A browser" msgstr "* Einen Browser" # FIXME can * also → can also #: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: opensuse-leap-15-6 msgid "" "* A compatible NFC device (most NFC readers should work, NFC-enabled phones " "can * also be used)" msgstr "" "* Ein kompatibles NFC-Gerät (die meisten NFC-Lesegeräte sollten " "funktionieren, NFC-aktivierte Mobiltelephone können auch verwandt werden)" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: opensuse-leap-15-6 msgid "* A website that supports authentication via German ID card" msgstr "" "* Eine Website, die die Authentisierung mittels deutscher Ausweise erlaubt" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: opensuse-leap-15-6 msgid "* an ID card that is enabled for online identification" msgstr "* einen Ausweis, bei dem die Online-Identifizierung aktiviert ist" #: debian-bookworm #, no-wrap msgid "+5min" msgstr "+5min" #: 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 other links: unchanged" msgstr "-- has I other links: unchanged" #: 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 "-- not a regular file or directory: ignored" #: 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 "--accept-unknown-input-arch" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--add-needed" msgstr "--add-needed" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--add-stdcall-alias" msgstr "--add-stdcall-alias" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--all" msgstr "--all" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--allow-multiple-definition" msgstr "--allow-multiple-definition" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--allow-shlib-undefined" msgstr "--allow-shlib-undefined" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--as-needed" msgstr "--as-needed" #: 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 "--auxiliary=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--bank-window name" msgstr "--bank-window Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--base-file file" msgstr "--base-file Datei" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--branch-stub" msgstr "--branch-stub" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--build-id" msgstr "--build-id" #: 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 #, no-wrap msgid "--cachedir=path" msgstr "--cachedir=Pfad" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--check-sections" msgstr "--check-sections" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--compact-branches" msgstr "--compact-branches" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--compress-debug-sections" msgstr "--compress-debug-sections" #: 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 "--copy-dt-needed-entries" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--cref" msgstr "--cref" #: fedora-rawhide #, fuzzy, no-wrap #| msgid "--no-print-gc-sections" msgid "--ctf-parent-section=section" msgstr "--no-print-gc-sections" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--prefix=>I" msgid "--ctf-parent=member" msgstr "B<--prefix=>I" #: 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 "--ctf-variables" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--location>" msgid "--ctf[=section]" msgstr "B<--location>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--debugging" msgstr "--debugging" #: opensuse-leap-15-6 #, no-wrap msgid "--dec={ 0 | 1 | 2 }" msgstr "--dec={ 0 | 1 | 2 }" #: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed #: debian-bookworm fedora-40 opensuse-leap-15-6 #, no-wrap msgid "--decompress" msgstr "--decompress" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--default-imported-symver" msgstr "--default-imported-symver" #: 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 "--default-symver" #: 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 "--disable-auto-image-base" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-auto-import" msgstr "--disable-auto-import" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--disable-deterministic-archives" msgstr "--disable-deterministic-archives" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-dynamicbase" msgstr "--disable-dynamicbase" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-forceinteg" msgstr "--disable-forceinteg" #: 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 "--disable-high-entropy-va" #: 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 "--disable-large-address-aware" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable #, no-wrap msgid "--disable-linker-version" msgstr "--disable-linker-version" #: 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 "--disable-long-section-names" #: 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 "--disable-multiple-abs-defs" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-new-dtags" msgstr "--disable-new-dtags" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-no-bind" msgstr "--disable-no-bind" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-no-isolation" msgstr "--disable-no-isolation" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-no-seh" msgstr "--disable-no-seh" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-nxcompat" msgstr "--disable-nxcompat" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-reloc-section" msgstr "--disable-reloc-section" #: 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 "--disable-runtime-pseudo-reloc" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-stdcall-fixup" msgstr "--disable-stdcall-fixup" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-tsaware" msgstr "--disable-tsaware" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--disable-wdmdriver" msgstr "--disable-wdmdriver" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dll" msgstr "--dll" #: 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 "--dll-search-prefix Zeichenkette" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dll-verbose" msgstr "--dll-verbose" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dsbt-index index" msgstr "--dsbt-index Index" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dsbt-size size" msgstr "--dsbt-size Größe" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--dwarf-depth=n" msgstr "--dwarf-depth=n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--dwarf-start=n" msgstr "--dwarf-start=n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--dynamic" msgstr "--dynamic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dynamic-linker=file" msgstr "--dynamic-linker=Datei" #: 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 "--dynamic-list-cpp-new" #: 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 "--dynamic-list-cpp-typeinfo" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dynamic-list-data" msgstr "--dynamic-list-data" #: 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 "--dynamic-list=dynamic-list-file" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--dynamicbase" msgstr "--dynamicbase" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--eh-frame-hdr" msgstr "--eh-frame-hdr" #: 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 "--elf-stt-common=no" #: 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 "--elf-stt-common=yes" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--embedded-relocs" msgstr "--embedded-relocs" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--emit-relocs" msgstr "--emit-relocs" #: 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 "--enable-auto-image-base" #: 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 "--enable-auto-image-base=Wert" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--enable-auto-import" msgstr "--enable-auto-import" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--enable-deterministic-archives" msgstr "--enable-deterministic-archives" #: 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 "--enable-extra-pe-debug" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable #, no-wrap msgid "--enable-linker-version" msgstr "--enable-linker-version" #: 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 "--enable-long-section-names" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--enable-new-dtags" msgstr "--enable-new-dtags" #: 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 "--enable-non-contiguous-regions" #: 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 "--enable-non-contiguous-regions-warnings" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--enable-reloc-section" msgstr "--enable-reloc-section" #: 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 "--enable-runtime-pseudo-reloc" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--enable-stdcall-fixup" msgstr "--enable-stdcall-fixup" #: 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 mageia-cauldron opensuse-tumbleweed #: debian-unstable #, no-wrap msgid "--error-execstack" msgstr "--error-execstack" #: 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 mageia-cauldron opensuse-tumbleweed #: debian-unstable #, no-wrap msgid "--error-rwx-segments" msgstr "--error-rwx-segments" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--error-unresolved-symbols" msgstr "--error-unresolved-symbols" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--exclude-all-symbols" msgstr "--exclude-all-symbols" #: 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 "--exclude-symbols Symbol,Symbol,…" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--export-all-symbols" msgstr "--export-all-symbols" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--export-dynamic" msgstr "--export-dynamic" #: 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 "--export-dynamic-symbol-list=Datei" #: 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 "--file-alignment" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--filter=name" msgstr "--filter=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--force-dynamic" msgstr "--force-dynamic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--force-exe-suffix" msgstr "--force-exe-suffix" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--force-group-allocation" msgstr "--force-group-allocation" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--forceinteg" msgstr "--forceinteg" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--format=format" msgstr "--format=Format" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--format=input-format" msgstr "--format=Eingabeformat" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--gc-keep-exported" msgstr "--gc-keep-exported" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--gc-sections" msgstr "--gc-sections" #: 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 "--gpsize=Wert" #: 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 #, fuzzy, no-wrap #| msgid "--demangle[=style]" msgid "--hash-style=style" msgstr "--demangle[=Stil]" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--headers" msgstr "--headers" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--high-entropy-va" msgstr "--high-entropy-va" #: opensuse-leap-15-6 #, no-wrap msgid "--human" msgstr "--human" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--ignore-branch-isa" msgstr "--ignore-branch-isa" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--imagic" msgstr "--imagic" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--inlines" msgstr "--inlines" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--prefix=>I" msgid "--input-target=bfdname" msgstr "B<--prefix=>I" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--insert-timestamp" msgstr "--insert-timestamp" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--insn32" msgstr "--insn32" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--just-symbols=filename" msgstr "--just-symbols=Dateiname" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--keep-file-symbols" msgstr "--keep-file-symbols" #: fedora-rawhide archlinux debian-bookworm debian-unstable fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--keep-section-symbols" msgstr "--keep-section-symbols" #: 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 "--kill-at" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--large-address-aware" msgstr "--large-address-aware" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--leading-underscore" msgstr "--leading-underscore" #: 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 "--line-numbers" #: 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 "--major-image-version Wert" #: 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 "--major-os-version Wert" #: 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 "--major-subsystem-version Wert" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "max-page-size=value" msgid "--max-cache-size=size" msgstr "max-page-size=Wert" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--merge-notes" msgstr "--merge-notes" #: 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 "--minor-image-version Wert" #: 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 "--minor-os-version Wert" #: 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 "--minor-subsystem-version Wert" #: 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 "--nmagic" #: 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 "--no-accept-unknown-input-arch" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-add-needed" msgstr "--no-add-needed" #: 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 "--no-allow-shlib-undefined" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-as-needed" msgstr "--no-as-needed" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-bind" msgstr "--no-bind" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-check-sections" msgstr "--no-check-sections" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-compact-branches" msgstr "--no-compact-branches" #: 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 "--no-copy-dt-needed-entries" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-ctf-variables" msgstr "--no-ctf-variables" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-define-common" msgstr "--no-define-common" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-dynamic-linker" msgstr "--no-dynamic-linker" #: 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 "--no-eh-frame-hdr" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed #: debian-unstable #, no-wrap msgid "--no-error-execstack" msgstr "--no-error-execstack" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed #: debian-unstable #, no-wrap msgid "--no-error-rwx-segments" msgstr "--no-error-rwx-segments" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-export-dynamic" msgstr "--no-export-dynamic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-fatal-warnings" msgstr "--no-fatal-warnings" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-gc-sections" msgstr "--no-gc-sections" #: 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 "--no-ignore-branch-isa" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-insert-timestamp" msgstr "--no-insert-timestamp" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-insn32" msgstr "--no-insn32" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-isolation" msgstr "--no-isolation" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-keep-memory" msgstr "--no-keep-memory" #: 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 "--no-ld-generated-unwind-info" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-leading-underscore" msgstr "--no-leading-underscore" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--no-merge-notes" msgstr "--no-merge-notes" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-omagic" msgstr "--no-omagic" #: 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 "--no-print-gc-sections" #: 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 "--no-print-map-discarded" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable #, no-wrap msgid "--no-print-map-locals" msgstr "--no-print-map-locals" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-relax" msgstr "--no-relax" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-seh" msgstr "--no-seh" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-strip-discarded" msgstr "--no-strip-discarded" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-trampoline" msgstr "--no-trampoline" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-undefined" msgstr "--no-undefined" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-undefined-version" msgstr "--no-undefined-version" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--no-verbose" msgstr "--no-verbose" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-warn-execstack" msgstr "--no-warn-execstack" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-warn-mismatch" msgstr "--no-warn-mismatch" #: 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 "--no-warn-rwx-segments" #: 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 "--no-warn-search-mismatch" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-warnings" msgstr "--no-warnings" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--no-whole-archive" msgstr "--no-whole-archive" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--noinhibit-exec" msgstr "--noinhibit-exec" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--nxcompat" msgstr "--nxcompat" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--oformat=output-format" msgstr "--oformat=Ausgabeformat" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--omagic" msgstr "--omagic" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--only-keep-debug" msgstr "--only-keep-debug" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--orphan-handling=MODE" msgstr "--orphan-handling=MODUS" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--out-implib file" msgstr "--out-implib Datei" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--output-def file" msgstr "--output-def Datei" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--prefix=>I" msgid "--output-target=bfdname" msgstr "B<--prefix=>I" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "B<--no-output>" msgid "--output=output" msgstr "B<--no-output>" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--package-metadata=JSON" msgstr "--package-metadata=JSON" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--pic-executable" msgstr "--pic-executable" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--plugin name" msgstr "--plugin Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--pop-state" msgstr "--pop-state" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--preserve-dates" msgstr "--preserve-dates" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--print-file-name" msgstr "--print-file-name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--print-gc-sections" msgstr "--print-gc-sections" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--print-map" msgstr "--print-map" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--print-map-discarded" msgstr "--print-map-discarded" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable #, no-wrap msgid "--print-map-locals" msgstr "--print-map-locals" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--print-memory-usage" msgstr "--print-memory-usage" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--print-output-format" msgstr "--print-output-format" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--process-links" msgstr "--process-links" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--push-state" msgstr "--push-state" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--radix=radix" msgstr "--radix=Basis" #: archlinux #, no-wrap msgid "--raw" msgstr "--raw" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "--recursive" msgstr "--recursive" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--relax" msgstr "--relax" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--relocatable" msgstr "--relocatable" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable #, no-wrap msgid "--remap-inputs-file=file" msgstr "--remap-inputs-file=Datei" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable #, no-wrap msgid "--remap-inputs=pattern=filename" msgstr "--remap-inputs=pattern=Dateiname" #: 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 "--require-defined=Symbol" #: 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 "--retain-symbols-file=Dateiname" #: 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 "--section-alignment" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--section-headers" msgstr "--section-headers" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "--section=name" msgid "--section-start=sectionname=org" msgstr "--section=Name" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--section=name" msgstr "--section=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--sort-common" msgstr "--sort-common" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--sort-common=ascending" msgstr "--sort-common=ascending" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--sort-common=descending" msgstr "--sort-common=descending" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "--section=name" msgid "--sort-section=alignment" msgstr "--section=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--sort-section=name" msgstr "--sort-section=Name" #: 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 "--special-syms" #: 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 "--stats" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--strip-discarded" msgstr "--strip-discarded" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--strip-dwo" msgstr "--strip-dwo" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--strip-section-headers" msgstr "--strip-section-headers" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--strip-symbol=symbolname" msgstr "--strip-symbol=Symbolname" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--strip-unneeded" msgstr "--strip-unneeded" #: 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 "--stub-group-size=N" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--syms" msgstr "--syms" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--sysroot=directory" msgstr "--sysroot=Verzeichnis" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--task-link" msgstr "--task-link" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--trace" msgstr "--trace" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--trace-symbol=symbol" msgstr "--trace-symbol=Symbol" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--traditional-format" msgstr "--traditional-format" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--tsaware" msgstr "--tsaware" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--undefined=symbol" msgstr "--undefined=Symbol" #: 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 #, fuzzy, no-wrap #| msgid "--verbose" msgid "--verbose[=NUMBER]" msgstr "--verbose" #: 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 "--warn-alternate-em" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-common" msgstr "--warn-common" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-constructors" msgstr "--warn-constructors" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-execstack" msgstr "--warn-execstack" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed #: debian-unstable #, no-wrap msgid "--warn-execstack-objects" msgstr "--warn-execstack-objects" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-multiple-gp" msgstr "--warn-multiple-gp" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-once" msgstr "--warn-once" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-rwx-segments" msgstr "--warn-rwx-segments" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-section-align" msgstr "--warn-section-align" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-textrel" msgstr "--warn-textrel" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--warn-unresolved-symbols" msgstr "--warn-unresolved-symbols" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--wdmdriver" msgstr "--wdmdriver" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--whole-archive" msgstr "--whole-archive" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--wide" msgstr "--wide" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "--wildcard" msgstr "--wildcard" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "--wrap=symbol" msgstr "--wrap=Symbol" #: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "-2" msgstr "-2" #: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "-3" msgstr "-3" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "-4" msgstr "-4" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "-6" msgstr "-6" #: opensuse-leap-15-6 #, no-wrap msgid "-8" msgstr "-8" #: 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 "-Bdynamic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Bgroup" msgstr "-Bgroup" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Bno-symbolic" msgstr "-Bno-symbolic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Bshareable" msgstr "-Bshareable" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Bstatic" msgstr "-Bstatic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Bsymbolic" msgstr "-Bsymbolic" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Bsymbolic-functions" msgstr "-Bsymbolic-functions" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-E, B<--more-than>=I<\\,NUMBER\\/>" msgstr "-E, B<--more-than>=I<\\,ANZAHL\\/>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-E, B<--less-than>=I<\\,NUMBER\\/>" msgstr "-E, B<--less-than>=I<\\,ANZAHL\\/>" #: 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 "-F Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-G value" msgstr "-G Wert" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "I" msgid "-I bfdname" msgstr "I" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Ifile" msgstr "-IDatei" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-K symbolname" msgstr "-K Symbolname" #: 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 "-N Port-Nummer" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-N symbolname" msgstr "-N Symbolname" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-O" msgstr "-O" #: 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 "-P Passwort" #: debian-bookworm debian-unstable msgid "-Q" msgstr "-Q" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-Q, --quiet" msgstr "-Q, --quiet" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Qy" msgstr "-Qy" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-R filename" msgstr "-R Dateiname" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-R, --raw" msgstr "-R, --raw" #: 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 #, fuzzy #| msgid "Cm user" msgid "-U userid" msgstr "Cm user" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Ur" msgstr "-Ur" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-V --version" msgstr "-V --version" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-Y path" msgstr "-Y Pfad" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "-\\&.mount" msgstr "-\\&.mount" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "-\\&.slice" msgstr "-\\&.slice" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "B" msgid "-a keyword" msgstr "B" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-am" msgstr "-am" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "-P password" msgid "-assert keyword" msgstr "-P Passwort" #: 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 "-b Eingabeformat" #: 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 #, fuzzy, no-wrap #| msgid "description" msgid "-dT scriptfile" msgstr "Beschreibung" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-dc" msgstr "-dc" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-dn" msgstr "-dn" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-dp" msgstr "-dp" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-dy" msgstr "-dy" #: 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 "-e | -E Dateiname" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-f name" msgstr "-f Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-fini=name" msgstr "-fini=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-h name" msgstr "-h Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-init=name" msgstr "-init=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "IPC namespaces" msgid "-l namespec" msgstr "IPC-Namensräume" #: 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 #, fuzzy, no-wrap #| msgid "--no-seh" msgid "-no-pie" msgstr "--no-seh" #: 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 #, fuzzy, no-wrap #| msgid "B<--no-output>" msgid "-o output" msgstr "B<--no-output>" #: 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 "-plugin Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "B" msgid "-qmagic" msgstr "B" #: 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 "-s | -S Dateiname" #: 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 "-soname=Name" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, fuzzy, no-wrap #| msgid "B" msgid "-static" msgstr "B" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-t radix" msgstr "-t Basis" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-u symbol" msgstr "-u Symbol" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "-v, --version" msgstr "-v, --version" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "--version" msgid "-version" 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 "-y Symbol" #: 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 #, fuzzy, no-wrap #| msgid "B" msgid "-z keyword" msgstr "B" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "-z muldefs" msgstr "" #: debian-unstable fedora-rawhide msgid "/\\&.extra/confext/*\\&.confext\\&.raw" msgstr "/\\&.extra/confext/*\\&.confext\\&.raw" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/\\&.extra/credentials/*\\&.cred" msgstr "/\\&.extra/credentials/*\\&.cred" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/\\&.extra/global_credentials/*\\&.cred" msgstr "/\\&.extra/global_credentials/*\\&.cred" #: archlinux debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "/\\&.extra/sysext/*\\&.raw" msgstr "/\\&.extra/sysext/*\\&.raw" #: debian-unstable fedora-rawhide msgid "/\\&.extra/sysext/*\\&.sysext\\&.raw" msgstr "/\\&.extra/sysext/*\\&.sysext\\&.raw" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/\\&.extra/tpm2-pcr-pkey\\&.pem" msgstr "/\\&.extra/tpm2-pcr-pkey\\&.pem" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/\\&.extra/tpm2-pcr-signature\\&.json" msgstr "/\\&.extra/tpm2-pcr-signature\\&.json" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/dev/" msgstr "/dev/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/dev/initctl" msgstr "/dev/initctl" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "/dev/loop-control" msgstr "/dev/loop-control" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/dev/mem" msgstr "/dev/mem" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/dev/shm/" msgstr "/dev/shm/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/efi/" msgstr "/efi/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/binfmt\\&.d/*\\&.conf" msgstr "/etc/binfmt\\&.d/*\\&.conf" #: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "/etc/crypto-policies/back-ends" msgstr "/etc/crypto-policies/back-ends" #: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "/etc/crypto-policies/config" msgstr "/etc/crypto-policies/config" #: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "/etc/crypto-policies/local\\&.d" msgstr "/etc/crypto-policies/local\\&.d" #: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/crypttab" msgstr "/etc/crypttab" #: 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 "/etc/dnssec-trust-anchors\\&.d/*\\&.negative" #: 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 "/etc/dnssec-trust-anchors\\&.d/*\\&.positive" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/environment" msgstr "/etc/environment" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/environment\\&.d/*\\&.conf" msgstr "/etc/environment\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/hostname" msgstr "/etc/hostname" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "/etc/initrd-release" msgstr "/etc/initrd-release" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/integritytab" msgstr "/etc/integritytab" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/kernel/entry-token" msgstr "/etc/kernel/entry-token" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/kernel/tries" msgstr "/etc/kernel/tries" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/kernel/uki\\&.conf" msgstr "/etc/kernel/uki\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/locale\\&.conf" msgstr "/etc/locale\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/machine-info" msgstr "/etc/machine-info" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/modules-load\\&.d/*\\&.conf" msgstr "/etc/modules-load\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/os-release" msgstr "/etc/os-release" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/etc/pcrlock\\&.d/*\\&.pcrlock" msgstr "/etc/pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/etc/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" msgstr "/etc/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/repart\\&.d/*\\&.conf" msgstr "/etc/repart\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/sysctl\\&.d/*\\&.conf" msgstr "/etc/sysctl\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/coredump\\&.conf" msgstr "/etc/systemd/coredump\\&.conf" #: 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 "/etc/systemd/coredump\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "/etc/systemd/homed\\&.conf" msgstr "/etc/systemd/homed\\&.conf" #: 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 "/etc/systemd/homed\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/journal-remote\\&.conf" msgstr "/etc/systemd/journal-remote\\&.conf" #: 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 "/etc/systemd/journal-remote\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/journal-upload\\&.conf" msgstr "/etc/systemd/journal-upload\\&.conf" #: 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 "/etc/systemd/journal-upload\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/journald@I\\&.conf" msgstr "/etc/systemd/journald@I\\&.conf" #: 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 "/etc/systemd/journald\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/logind\\&.conf" msgstr "/etc/systemd/logind\\&.conf" #: 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 "/etc/systemd/logind\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "/etc/systemd/networkd\\&.conf" msgstr "/etc/systemd/networkd\\&.conf" #: 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 "/etc/systemd/networkd\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "/etc/systemd/oomd\\&.conf" msgstr "/etc/systemd/oomd\\&.conf" #: 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 "/etc/systemd/oomd\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/pstore\\&.conf" msgstr "/etc/systemd/pstore\\&.conf" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/pstore\\&.conf\\&.d/*\\&.conf" msgstr "/etc/systemd/pstore\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "/etc/systemd/resolved\\&.conf" msgstr "/etc/systemd/resolved\\&.conf" #: 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 "/etc/systemd/resolved\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/sleep\\&.conf" msgstr "/etc/systemd/sleep\\&.conf" #: 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 "/etc/systemd/sleep\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/system-preset/*\\&.preset" msgstr "/etc/systemd/system-preset/*\\&.preset" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/timesyncd\\&.conf" msgstr "/etc/systemd/timesyncd\\&.conf" #: 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 "/etc/systemd/timesyncd\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/systemd/user-preset/*\\&.preset" msgstr "/etc/systemd/user-preset/*\\&.preset" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/sysupdate\\&.d/*\\&.conf" msgstr "/etc/sysupdate\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/sysusers\\&.d/*\\&.conf" msgstr "/etc/sysusers\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/tmpfiles\\&.d/*\\&.conf" msgstr "/etc/tmpfiles\\&.d/*\\&.conf" #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "/etc/ttys" msgstr "/etc/ttys" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/udev/udev\\&.conf" msgstr "/etc/udev/udev\\&.conf" #: debian-unstable fedora-rawhide msgid "/etc/udev/udev\\&.conf\\&.d/*\\&.conf" msgstr "/etc/udev/udev\\&.conf\\&.d/*\\&.conf" #: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/vconsole\\&.conf" msgstr "/etc/vconsole\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/etc/veritytab" msgstr "/etc/veritytab" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed fedora-40 fedora-rawhide msgid "/etc/whois.conf" msgstr "/etc/whois.conf" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "/etc/wodim.conf" msgstr "/etc/wodim.conf" #: 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 "/lib/systemd/systemd-hibernate-resume" #: debian-bookworm msgid "/lib/systemd/systemd-homed" msgstr "/lib/systemd/systemd-homed" #: debian-bookworm msgid "/lib/systemd/systemd-hostnamed" msgstr "/lib/systemd/systemd-hostnamed" #: debian-bookworm msgid "/lib/systemd/systemd-importd" msgstr "/lib/systemd/systemd-importd" #: debian-bookworm msgid "/lib/systemd/systemd-initctl" msgstr "/lib/systemd/systemd-initctl" #: debian-bookworm msgid "/lib/systemd/systemd-integritysetup" msgstr "/lib/systemd/systemd-integritysetup" #: debian-bookworm msgid "/lib/systemd/systemd-journald" msgstr "/lib/systemd/systemd-journald" #: debian-bookworm msgid "/lib/systemd/systemd-localed" msgstr "/lib/systemd/systemd-localed" #: debian-bookworm msgid "/lib/systemd/systemd-logind" msgstr "/lib/systemd/systemd-logind" #: debian-bookworm msgid "/lib/systemd/systemd-machined" msgstr "/lib/systemd/systemd-machined" #: debian-bookworm msgid "/lib/systemd/systemd-makefs" msgstr "/lib/systemd/systemd-makefs" #: debian-bookworm msgid "/lib/systemd/systemd-modules-load" msgstr "/lib/systemd/systemd-modules-load" #: debian-bookworm msgid "/lib/systemd/systemd-network-generator" msgstr "/lib/systemd/systemd-network-generator" #: debian-bookworm msgid "/lib/systemd/systemd-networkd" msgstr "/lib/systemd/systemd-networkd" #: debian-bookworm msgid "/lib/systemd/systemd-networkd-wait-online" msgstr "/lib/systemd/systemd-networkd-wait-online" #: debian-bookworm msgid "/lib/systemd/systemd-oomd" msgstr "/lib/systemd/systemd-oomd" #: debian-bookworm msgid "/lib/systemd/systemd-portabled" msgstr "/lib/systemd/systemd-portabled" #: debian-bookworm msgid "/lib/systemd/systemd-pstore" msgstr "/lib/systemd/systemd-pstore" #: debian-bookworm msgid "/lib/systemd/systemd-quotacheck" msgstr "/lib/systemd/systemd-quotacheck" #: debian-bookworm msgid "/lib/systemd/systemd-random-seed" msgstr "/lib/systemd/systemd-random-seed" #: debian-bookworm msgid "/lib/systemd/systemd-remount-fs" msgstr "/lib/systemd/systemd-remount-fs" #: debian-bookworm msgid "/lib/systemd/systemd-resolved" msgstr "/lib/systemd/systemd-resolved" #: debian-bookworm msgid "/lib/systemd/systemd-rfkill" msgstr "/lib/systemd/systemd-rfkill" #: debian-bookworm msgid "/lib/systemd/systemd-shutdown" msgstr "/lib/systemd/systemd-shutdown" #: debian-bookworm msgid "/lib/systemd/systemd-time-wait-sync" msgstr "/lib/systemd/systemd-time-wait-sync" #: debian-bookworm msgid "/lib/systemd/systemd-timedated" msgstr "/lib/systemd/systemd-timedated" #: debian-bookworm msgid "/lib/systemd/systemd-timesyncd" msgstr "/lib/systemd/systemd-timesyncd" #: debian-bookworm msgid "/lib/systemd/systemd-update-done" msgstr "/lib/systemd/systemd-update-done" #: debian-bookworm msgid "/lib/systemd/systemd-update-utmp" msgstr "/lib/systemd/systemd-update-utmp" #: debian-bookworm msgid "/lib/systemd/systemd-user-runtime-dir" msgstr "/lib/systemd/systemd-user-runtime-dir" #: debian-bookworm msgid "/lib/systemd/systemd-user-sessions" msgstr "/lib/systemd/systemd-user-sessions" #: debian-bookworm msgid "/lib/systemd/systemd-userdbd" msgstr "/lib/systemd/systemd-userdbd" #: debian-bookworm msgid "/lib/systemd/systemd-veritysetup" msgstr "/lib/systemd/systemd-veritysetup" #: debian-bookworm msgid "/lib/systemd/systemd-volatile-root" msgstr "/lib/systemd/systemd-volatile-root" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/lib64/" msgstr "/lib64/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/proc/" msgstr "/proc/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/proc/cmdline" msgstr "/proc/cmdline" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/proc/sys/" msgstr "/proc/sys/" #: 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 "/proc/sys/kernel/keys/persistent_keyring_expiry\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/root/" msgstr "/root/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/binfmt\\&.d/*\\&.conf" msgstr "/run/binfmt\\&.d/*\\&.conf" #: 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 "/run/dnssec-trust-anchors\\&.d/*\\&.negative" #: 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 "/run/dnssec-trust-anchors\\&.d/*\\&.positive" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/environment\\&.d/*\\&.conf" msgstr "/run/environment\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/log/" msgstr "/run/log/" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "/run/log/systemd/tpm2-measure\\&.log" msgstr "/run/log/systemd/tpm2-measure\\&.log" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/modules-load\\&.d/*\\&.conf" msgstr "/run/modules-load\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/run/pcrlock\\&.d/*\\&.pcrlock" msgstr "/run/pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/run/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" msgstr "/run/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/repart\\&.d/*\\&.conf" msgstr "/run/repart\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/sysctl\\&.d/*\\&.conf" msgstr "/run/sysctl\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/coredump\\&.conf" msgstr "/run/systemd/coredump\\&.conf" #: 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 "/run/systemd/coredump\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "/run/systemd/generator" msgstr "/run/systemd/generator" #: 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 "/run/systemd/generator\\&.early" #: 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 "/run/systemd/generator\\&.late" #: debian-unstable fedora-rawhide msgid "/run/systemd/homed\\&.conf" msgstr "/run/systemd/homed\\&.conf" #: 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 "/run/systemd/homed\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/journal-remote\\&.conf" msgstr "/run/systemd/journal-remote\\&.conf" #: 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 "/run/systemd/journal-remote\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/journal-upload\\&.conf" msgstr "/run/systemd/journal-upload\\&.conf" #: 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 "/run/systemd/journal-upload\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/systemd/journald@I\\&.conf\\&.d/*\\&.conf" msgstr "/run/systemd/journald@I\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/journald\\&.conf" msgstr "/run/systemd/journald\\&.conf" #: 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 "/run/systemd/journald\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/logind\\&.conf" msgstr "/run/systemd/logind\\&.conf" #: 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 "/run/systemd/logind\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/networkd\\&.conf" msgstr "/run/systemd/networkd\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/networkd\\&.conf\\&.d/*\\&.conf" msgstr "/run/systemd/networkd\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/systemd/notify" msgstr "/run/systemd/notify" #: debian-unstable fedora-rawhide msgid "/run/systemd/oomd\\&.conf" msgstr "/run/systemd/oomd\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/oomd\\&.conf\\&.d/*\\&.conf" msgstr "/run/systemd/oomd\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/systemd/private" msgstr "/run/systemd/private" #: debian-unstable fedora-rawhide msgid "/run/systemd/pstore\\&.conf" msgstr "/run/systemd/pstore\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/pstore\\&.conf\\&.d/*\\&.conf" msgstr "/run/systemd/pstore\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/resolved\\&.conf" msgstr "/run/systemd/resolved\\&.conf" #: 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 "/run/systemd/resolved\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/systemd/sleep\\&.conf" msgstr "/run/systemd/sleep\\&.conf" #: 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 "/run/systemd/sleep\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/systemd/system-preset/*\\&.preset" msgstr "/run/systemd/system-preset/*\\&.preset" #: debian-unstable fedora-rawhide msgid "/run/systemd/timesyncd\\&.conf" msgstr "/run/systemd/timesyncd\\&.conf" #: 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 "/run/systemd/timesyncd\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/systemd/user-preset/*\\&.preset" msgstr "/run/systemd/user-preset/*\\&.preset" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/sysupdate\\&.d/*\\&.conf" msgstr "/run/sysupdate\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/sysusers\\&.d/*\\&.conf" msgstr "/run/sysusers\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/tmpfiles\\&.d/*\\&.conf" msgstr "/run/tmpfiles\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/udev/udev\\&.conf" msgstr "/run/udev/udev\\&.conf" #: debian-unstable fedora-rawhide msgid "/run/udev/udev\\&.conf\\&.d/*\\&.conf" msgstr "/run/udev/udev\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/user/" msgstr "/run/user/" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/run/utmp" msgstr "/run/utmp" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/sys/" msgstr "/sys/" #: 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 "/sys/firmware/dmi/entries/11-*/raw" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/sys/fs/cgroup/" msgstr "/sys/fs/cgroup/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/tmp/" msgstr "/tmp/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/" msgstr "/usr/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "/usr/bin/" msgstr "/usr/bin/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/include/" msgstr "/usr/include/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/" msgstr "/usr/lib/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/binfmt\\&.d/*\\&.conf" msgstr "/usr/lib/binfmt\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/clock-epoch" msgstr "/usr/lib/clock-epoch" #: 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 "/usr/lib/dnssec-trust-anchors\\&.d/*\\&.negative" #: 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 "/usr/lib/dnssec-trust-anchors\\&.d/*\\&.positive" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/environment\\&.d/*\\&.conf" msgstr "/usr/lib/environment\\&.d/*\\&.conf" #: 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" msgstr "/usr/lib/extension-release\\&.d/extension-release\\&.I" #: 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 "/usr/lib/modules-load\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/os-release" msgstr "/usr/lib/os-release" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/usr/lib/pcrlock\\&.d/*\\&.pcrlock" msgstr "/usr/lib/pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/usr/lib/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" msgstr "/usr/lib/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/repart\\&.d/*\\&.conf" msgstr "/usr/lib/repart\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/sysctl\\&.d/*\\&.conf" msgstr "/usr/lib/sysctl\\&.d/*\\&.conf" #: 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 "/usr/lib/systemd/boot/efi/linuxaa64\\&.efi\\&.stub" #: 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 "/usr/lib/systemd/boot/efi/linuxia32\\&.efi\\&.stub" #: 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 "/usr/lib/systemd/boot/efi/linuxx64\\&.efi\\&.stub" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/coredump\\&.conf" msgstr "/usr/lib/systemd/coredump\\&.conf" #: 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 "/usr/lib/systemd/coredump\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/homed\\&.conf" msgstr "/usr/lib/systemd/homed\\&.conf" #: 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 "/usr/lib/systemd/homed\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/journal-remote\\&.conf" msgstr "/usr/lib/systemd/journal-remote\\&.conf" #: 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 "/usr/lib/systemd/journal-remote\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/journal-upload\\&.conf" msgstr "/usr/lib/systemd/journal-upload\\&.conf" #: 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 "/usr/lib/systemd/journal-upload\\&.conf\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/journald@I\\&.conf\\&.d/*\\&.conf" msgstr "/usr/lib/systemd/journald@I\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/journald\\&.conf" msgstr "/usr/lib/systemd/journald\\&.conf" #: 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 "/usr/lib/systemd/journald\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/logind\\&.conf" msgstr "/usr/lib/systemd/logind\\&.conf" #: 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 "/usr/lib/systemd/logind\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/networkd\\&.conf" msgstr "/usr/lib/systemd/networkd\\&.conf" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed opensuse-leap-15-6 msgid "/usr/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf" msgstr "/usr/lib/systemd/networkd\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/oomd\\&.conf" msgstr "/usr/lib/systemd/oomd\\&.conf" #: 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 "/usr/lib/systemd/oomd\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/pstore\\&.conf" msgstr "/usr/lib/systemd/pstore\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/pstore\\&.conf\\&.d/*\\&.conf" msgstr "/usr/lib/systemd/pstore\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/resolved\\&.conf" msgstr "/usr/lib/systemd/resolved\\&.conf" #: 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 "/usr/lib/systemd/resolved\\&.conf\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/sleep\\&.conf" msgstr "/usr/lib/systemd/sleep\\&.conf" #: 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 "/usr/lib/systemd/sleep\\&.conf\\&.d/*\\&.conf" #: 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 "/usr/lib/systemd/system-boot-check-no-failures" #: 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 "/usr/lib/systemd/system-generators/systemd-bless-boot-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-cryptsetup-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-debug-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-fstab-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-getty-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-gpt-auto-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-hibernate-resume-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-integritysetup-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-rc-local-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-run-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-system-update-generator" #: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "/usr/lib/systemd/system-generators/systemd-sysv-generator" msgstr "/usr/lib/systemd/system-generators/systemd-sysv-generator" #: 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 "/usr/lib/systemd/system-generators/systemd-veritysetup-generator" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/system-preset/*\\&.preset" msgstr "/usr/lib/systemd/system-preset/*\\&.preset" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/system-sleep" msgstr "/usr/lib/systemd/system-sleep" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-binfmt" msgstr "/usr/lib/systemd/systemd-binfmt" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-bless-boot" msgstr "/usr/lib/systemd/systemd-bless-boot" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-coredump" msgstr "/usr/lib/systemd/systemd-coredump" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-fsck" msgstr "/usr/lib/systemd/systemd-fsck" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-growfs" msgstr "/usr/lib/systemd/systemd-growfs" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-homed" msgstr "/usr/lib/systemd/systemd-homed" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-hostnamed" msgstr "/usr/lib/systemd/systemd-hostnamed" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-importd" msgstr "/usr/lib/systemd/systemd-importd" #: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-initctl" msgstr "/usr/lib/systemd/systemd-initctl" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-integritysetup" msgstr "/usr/lib/systemd/systemd-integritysetup" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-journald" msgstr "/usr/lib/systemd/systemd-journald" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-localed" msgstr "/usr/lib/systemd/systemd-localed" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-logind" msgstr "/usr/lib/systemd/systemd-logind" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-machined" msgstr "/usr/lib/systemd/systemd-machined" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-makefs" msgstr "/usr/lib/systemd/systemd-makefs" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-modules-load" msgstr "/usr/lib/systemd/systemd-modules-load" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-network-generator" msgstr "/usr/lib/systemd/systemd-network-generator" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-networkd" msgstr "/usr/lib/systemd/systemd-networkd" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-networkd-wait-online" msgstr "/usr/lib/systemd/systemd-networkd-wait-online" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-oomd" msgstr "/usr/lib/systemd/systemd-oomd" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-portabled" msgstr "/usr/lib/systemd/systemd-portabled" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-pstore" msgstr "/usr/lib/systemd/systemd-pstore" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-quotacheck" msgstr "/usr/lib/systemd/systemd-quotacheck" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-random-seed" msgstr "/usr/lib/systemd/systemd-random-seed" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-remount-fs" msgstr "/usr/lib/systemd/systemd-remount-fs" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-resolved" msgstr "/usr/lib/systemd/systemd-resolved" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-rfkill" msgstr "/usr/lib/systemd/systemd-rfkill" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-time-wait-sync" msgstr "/usr/lib/systemd/systemd-time-wait-sync" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-timedated" msgstr "/usr/lib/systemd/systemd-timedated" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-timesyncd" msgstr "/usr/lib/systemd/systemd-timesyncd" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-tpm2-setup" msgstr "/usr/lib/systemd/systemd-tpm2-setup" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-update-done" msgstr "/usr/lib/systemd/systemd-update-done" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 msgid "/usr/lib/systemd/systemd-update-utmp" msgstr "/usr/lib/systemd/systemd-update-utmp" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-user-runtime-dir" msgstr "/usr/lib/systemd/systemd-user-runtime-dir" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-user-sessions" msgstr "/usr/lib/systemd/systemd-user-sessions" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-userdbd" msgstr "/usr/lib/systemd/systemd-userdbd" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-veritysetup" msgstr "/usr/lib/systemd/systemd-veritysetup" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/systemd/systemd-volatile-root" msgstr "/usr/lib/systemd/systemd-volatile-root" #: debian-unstable fedora-rawhide msgid "/usr/lib/systemd/timesyncd\\&.conf" msgstr "/usr/lib/systemd/timesyncd\\&.conf" #: 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 "/usr/lib/systemd/timesyncd\\&.conf\\&.d/*\\&.conf" #: 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 "" "/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-" "generator" #: 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 "/usr/lib/systemd/user-preset/*\\&.preset" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/sysupdate\\&.d/*\\&.conf" msgstr "/usr/lib/sysupdate\\&.d/*\\&.conf" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/sysusers\\&.d/*\\&.conf" msgstr "/usr/lib/sysusers\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/lib/tmpfiles\\&.d/*\\&.conf" msgstr "/usr/lib/tmpfiles\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/udev/udev\\&.conf" msgstr "/usr/lib/udev/udev\\&.conf" #: debian-unstable fedora-rawhide msgid "/usr/lib/udev/udev\\&.conf\\&.d/*\\&.conf" msgstr "/usr/lib/udev/udev\\&.conf\\&.d/*\\&.conf" #: 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 "/usr/local/lib/systemd/system" #: 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 "/usr/local/lib/systemd/user" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/usr/local/pcrlock\\&.d/*\\&.pcrlock" msgstr "/usr/local/pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/usr/local/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" msgstr "/usr/local/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/share/" msgstr "/usr/share/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/share/doc/" msgstr "/usr/share/doc/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/share/factory/etc/" msgstr "/usr/share/factory/etc/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/share/factory/var/" msgstr "/usr/share/factory/var/" #: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/usr/share/user-tmpfiles\\&.d/*\\&.conf" msgstr "/usr/share/user-tmpfiles\\&.d/*\\&.conf" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/var/lib/pcrlock\\&.d/*\\&.pcrlock" msgstr "/var/lib/pcrlock\\&.d/*\\&.pcrlock" #: debian-unstable fedora-rawhide archlinux fedora-40 mageia-cauldron #: opensuse-tumbleweed msgid "/var/lib/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" msgstr "/var/lib/pcrlock\\&.d/*\\&.pcrlock\\&.d/*\\&.pcrlock" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/var/lib/systemd/home/*\\&.public" msgstr "/var/lib/systemd/home/*\\&.public" #: 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 "/var/lib/systemd/home/local\\&.private" #: 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 "/var/lib/systemd/home/local\\&.public" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/var/lib/systemd/timesync/clock" msgstr "/var/lib/systemd/timesync/clock" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/var/run/" msgstr "/var/run/" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "/var/spool/" msgstr "/var/spool/" #: debian-bookworm debian-unstable #, fuzzy #| msgid "success" msgid "0 = success" msgstr "Erfolg" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Arguments" msgid "0 arguments" msgstr "Argumente" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "00400000-0048a000 r-xp 00000000 fd:03 960637 /bin/bash\n" "Size: 552 kB\n" "Rss: 460 kB\n" "Pss: 100 kB\n" "Shared_Clean: 452 kB\n" "Shared_Dirty: 0 kB\n" "Private_Clean: 8 kB\n" "Private_Dirty: 0 kB\n" "Referenced: 460 kB\n" "Anonymous: 0 kB\n" "AnonHugePages: 0 kB\n" "ShmemHugePages: 0 kB\n" "ShmemPmdMapped: 0 kB\n" "Swap: 0 kB\n" "KernelPageSize: 4 kB\n" "MMUPageSize: 4 kB\n" "Locked: 0 kB\n" "ProtectionKey: 0\n" "VmFlags: rd ex mr mw me dw\n" msgstr "" "00400000-0048a000 r-xp 00000000 fd:03 960637 /bin/bash\n" "Size: 552 kB\n" "Rss: 460 kB\n" "Pss: 100 kB\n" "Shared_Clean: 452 kB\n" "Shared_Dirty: 0 kB\n" "Private_Clean: 8 kB\n" "Private_Dirty: 0 kB\n" "Referenced: 460 kB\n" "Anonymous: 0 kB\n" "AnonHugePages: 0 kB\n" "ShmemHugePages: 0 kB\n" "ShmemPmdMapped: 0 kB\n" "Swap: 0 kB\n" "KernelPageSize: 4 kB\n" "MMUPageSize: 4 kB\n" "Locked: 0 kB\n" "ProtectionKey: 0\n" "VmFlags: rd ex mr mw me dw\n" #: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "02 Oct, 2002" msgstr "2. Okt. 2002" #: opensuse-leap-15-6 #, no-wrap msgid "09 June 2002" msgstr "9. Juni 2002" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "09 October 2016" msgstr "9. Oktober 2016" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "0: heuristic overcommit (this is the default)" msgstr "0: heuristische Überbuchung (Standardverhalten)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "0x00" msgstr "0x00" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "1 (since Linux 2.6.22)" msgstr "1 (seit Linux 2.6.22)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1 November 2009" msgstr "1. November 2009" #: 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 "1. Oktober 2010" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1 argument" msgstr "1 Argument" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.0" msgstr "1.0" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.2" msgstr "1.2" #: debian-bookworm #, no-wrap msgid "1.65.2" msgstr "1.65.2" #: debian-unstable #, no-wrap msgid "1.66" msgstr "1.66" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ECopy foo to foo.fullE" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ELink the executable as normal. Assuming that it is calledE" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ELink the executable as normal. Assuming that it is calledE" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ELink the executable as normal.E" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ERun objcopy --add-gnu-debuglink=foo.dbg fooE" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ERun objcopy --add-gnu-debuglink=foo.full fooE" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ERun objcopy --only-keep-debug foo foo.dbg toE" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1.ERun objcopy --strip-debug foo to create aE" 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 "10. Februar 2010" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "1000" msgstr "1000" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed #: debian-bookworm debian-unstable opensuse-leap-15-6 #, no-wrap msgid "10000" msgstr "10000" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "105" msgstr "105" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "106" msgstr "106" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "109" msgstr "109" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "110" msgstr "110" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "111" msgstr "111" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "112" msgstr "112" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "116" msgstr "116" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "120" msgstr "120" #: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed #: debian-bookworm debian-unstable mageia-cauldron #, no-wrap msgid "1200" msgstr "1200" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "123" msgstr "123" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "15 Nov 2022" msgstr "15. November 2022" #: mageia-cauldron #, no-wrap msgid "17 December 2018" msgstr "17. Dezember 2018" #: mageia-cauldron #, no-wrap msgid "18 November 2018" msgstr "18. November 2018" #: debian-bookworm #, no-wrap msgid "19 April 2010" msgstr "19. April 2010" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "19." msgstr "19." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "192.168.0.1" msgstr "192.168.0.1" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "1: POSIX ADVISORY READ 5433 08:01:7864448 128 128\n" "2: FLOCK ADVISORY WRITE 2001 08:01:7864554 0 EOF\n" "3: FLOCK ADVISORY WRITE 1568 00:2f:32388 0 EOF\n" "4: POSIX ADVISORY WRITE 699 00:16:28457 0 EOF\n" "5: POSIX ADVISORY WRITE 764 00:16:21448 0 0\n" "6: POSIX ADVISORY READ 3548 08:01:7867240 1 1\n" "7: POSIX ADVISORY READ 3548 08:01:7865567 1826 2335\n" "8: OFDLCK ADVISORY WRITE -1 08:01:8713209 128 191\n" msgstr "" "1: POSIX ADVISORY READ 5433 08:01:7864448 128 128\n" "2: FLOCK ADVISORY WRITE 2001 08:01:7864554 0 EOF\n" "3: FLOCK ADVISORY WRITE 1568 00:2f:32388 0 EOF\n" "4: POSIX ADVISORY WRITE 699 00:16:28457 0 EOF\n" "5: POSIX ADVISORY WRITE 764 00:16:21448 0 0\n" "6: POSIX ADVISORY READ 3548 08:01:7867240 1 1\n" "7: POSIX ADVISORY READ 3548 08:01:7865567 1826 2335\n" "8: OFDLCK ADVISORY WRITE -1 08:01:8713209 128 191\n" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "1: always overcommit, never check" msgstr "1: immer überbuchen, niemals prüfen" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "2 (since Linux 2.6.32)" msgstr "2 (seit Linux 2.6.32)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2 arguments" msgstr "2 Argumente" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2.0" msgstr "2.0" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2.6 KERNELS" msgstr "2.6er KERNEL" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "20." msgstr "20." #: debian-bookworm debian-unstable msgid "2001 Henrique de Moraes Holschuh" msgstr "2001 Henrique de Moraes Holschuh" #: mageia-cauldron #, no-wrap msgid "2021 November 22" msgstr "22. November 2021" #: debian-bookworm debian-unstable opensuse-leap-15-6 archlinux fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "2500" msgstr "2500" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "27 November 2013" msgstr "27. November 2013" #: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40 #: fedora-rawhide mageia-cauldron #, no-wrap msgid "27." msgstr "27." #: debian-bookworm debian-unstable #, no-wrap msgid "28 July 2007" msgstr "28. Juli 2007" #: opensuse-leap-15-6 #, no-wrap msgid "29 October 2010" msgstr "29. Oktober 2010" #: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40 #: fedora-rawhide mageia-cauldron #, no-wrap msgid "29." msgstr "29." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "2: always check, never overcommit" msgstr "2: immer prüfen, niemals überbuchen" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "3 (since Linux 2.6.32)" msgstr "3 (seit Linux 2.6.32)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "3 Feb 2001" msgstr "3. Februar 2001" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "3 arguments" msgstr "3 Argumente" #: debian-bookworm #, no-wrap msgid "3.0.11" msgstr "3.0.11" #: debian-unstable #, no-wrap msgid "3.2.2-dev" msgstr "" #: archlinux #, no-wrap msgid "3.3.0" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "3.8" msgstr "3.8" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "30 SCSI/USB detail" msgstr "30 SCSI-/USB-Details" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "" "36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue\n" "(1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11)\n" msgstr "" "36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue\n" "(1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11)\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "38" msgstr "38" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "39" msgstr "39" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "4 (since Linux 3.11)" msgstr "4 (seit Linux 3.11)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "4 arguments" msgstr "4 Argumente" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "4.3BSD, POSIX.1-2001." msgstr "4.3BSD, POSIX.1-2001." #: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "4.4BSD, POSIX.1-2001." msgstr "4.4BSD, POSIX.1-2001." #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "4.4BSD, SVr4, POSIX.1-2001." msgstr "4.4BSD, SVr4, POSIX.1-2001." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "49" msgstr "49" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "5 (since Linux 4.0)" msgstr "5 (seit Linux 4.0)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "No more entries." msgid "5 or more arguments" msgstr "Keine weiteren Einträge." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "5.13" msgstr "5.13" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "512" msgstr "512" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "52" msgstr "52" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "54\\[en]0" msgstr "54…0" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "55 (since Linux 3.11)" msgstr "55 (seit Linux 3.11)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "56" msgstr "56" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "56 (since Linux 4.2)" msgstr "56 (seit Linux 4.2)" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "57 (since Linux 5.14)" msgstr "57 (seit Linux 5.14)" #: opensuse-leap-15-6 #, no-wrap msgid "6.5.1" msgstr "6.5.1" #: debian-unstable #, no-wrap msgid "6.6.3" msgstr "6.6.3" #: mageia-cauldron #, no-wrap msgid "6.7.1" msgstr "6.7.1" #: fedora-40 #, no-wrap msgid "6.8" msgstr "6.8" #: archlinux fedora-rawhide opensuse-tumbleweed #, no-wrap msgid "6.8.1" msgstr "6.8.1" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "60" msgstr "60" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "60\\[en]58 (since Linux 3.11)" msgstr "60…58 (seit Linux 3.11)" #: debian-bookworm debian-unstable opensuse-leap-15-6 archlinux fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "61" msgstr "61" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "61 (since Linux 3.5)" msgstr "61 (seit Linux 3.5)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "65" msgstr "65" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "67" msgstr "67" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "69" msgstr "69" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "70" msgstr "70" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "71" msgstr "71" #: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed #: debian-bookworm debian-unstable mageia-cauldron #, no-wrap msgid "720" msgstr "720" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "73" msgstr "73" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "74" msgstr "74" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "75" msgstr "75" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "77" msgstr "77" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "8 Nov 1994" msgstr "8. November 1994" #: 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 #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid ":e" msgstr ":e" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid ":p" msgstr ":p" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed archlinux #, no-wrap msgid ":q or :Q" msgstr ":q oder :Q" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid ":x" msgstr ":x" #: 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 #, fuzzy, no-wrap #| msgid "decode data" msgid "=decodedline" msgstr "Daten dekodieren" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--debuginfo>" msgid "=do-not-use-debuginfod" msgstr "B<--debuginfo>" #: 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 #, fuzzy, no-wrap #| msgid "B" msgid "=gdb_index" msgstr "B" #: 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 #, fuzzy, no-wrap #| msgid "B<$links>" msgid "=links" msgstr "B<$links>" #: 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 #, fuzzy, no-wrap #| msgid "type" msgid "=pubtype" msgstr "type" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "newline" msgid "=rawline" msgstr "Zeilenumbruch" #: 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 #, fuzzy, no-wrap #| msgid "B<--debuginfo>" msgid "=use-debuginfod" msgstr "B<--debuginfo>" #: 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 "" #: debian-unstable archlinux debian-bookworm fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "@reboot" msgstr "@reboot" #: 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 "" "Es wurde ein SIGSEGV-Verstoß entdeckt, was normalerweise bedeutet, dass die " "Eingabedatei beschädigt wurde." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A child created via B(2) inherits a copy of its parent's signal " "dispositions. During an B(2), the dispositions of handled signals " "are reset to the default; the dispositions of ignored signals are left " "unchanged." msgstr "" "Ein mittels B(2) erstellter Kindprozess erbt eine Kopie der " "Signalzuordnungen seines Elternprozesses. Während eines B(2) werden " "die Zuordnungen von verwalteten Signalen auf die Vorgabe zurückgesetzt; die " "Zuordnung ignorierter Signale werden unverändert gelassen." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A child created via B(2) inherits a copy of its parent's signal mask; " "the signal mask is preserved across B(2)." msgstr "" "Ein mittels B(2) erstellter Kindprozess erbt eine Kopie der " "Signalmaske des Elternprozeses; die Signalmaske wird über B(2) " "hinweg erhalten." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A child created via B(2) initially has an empty pending signal set; " "the pending signal set is preserved across an B(2)." msgstr "" "Ein mittels B(2) erstellter Kindprozess hat anfänglich eine leere " "anhängende Signalgruppe; die anhängende Signalgruppe wird über B(2) " "hinweg erhalten." #: 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 is not a directory." msgstr "Eine Komponente von I ist kein Verzeichnis." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A component of I does not exist or is a dangling symbolic link." msgstr "" "Eine Komponente von I existiert nicht oder ist ein toter " "symbolischer Link." #: 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 "" "Es läuft bereits eine Verbindungsaktion auf einem nichtblockierendem Socket." #: 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(2)." msgstr "Während eines B(2) wurde eine Verbindung geschlossen." # FIXME Missing fullstop #: 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 "" "Ein Daemon, der auf Neustartbenachrichtigungen von anderen Rechnern wartet " "und die Liste der Rechner verwaltet, die benachrichtigt werden müssen, wenn " "das lokale System neu startet." #: 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 "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A directory with the I mid-level pseudo-file and various SCSI low-" "level driver directories, which contain a file for each SCSI host in this " "system, all of which give the status of some part of the SCSI IO subsystem. " "These files contain ASCII structures and are, therefore, readable with " "B(1)." msgstr "" "Ein Verzeichnis mit der I-»mid-level«-Pseudodatei und diversen " "Verzeichnissen für systemnahe SCSI-Treiber, die eine Datei pro SCSI-Host im " "System enthalten. Alle diese spiegeln den Status eines Teils des SCSI-" "Subsystems wider. Die Dateien enthalten ASCII-Strukturen, können also mit " "B(1) gelesen werden." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A file containing the currently mapped memory regions and their access " "permissions. See B(2) for some further information about memory " "mappings." msgstr "" "Eine Datei mit den derzeit gemappten Speicherbereichen und ihren " "Zugriffsrechten. Lesen Sie B(2) für weitere Informationen über " "Speicher-Mappings." #: 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 and B 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 "Eine Höhe, wieder dezimal in ASCII." #: 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 "Ein Kernel-Untersystem war nicht konfiguriert." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A list of the POSIX timers for this process. Each timer is listed with a " "line that starts with the string \"ID:\". For example:" msgstr "" "Eine Liste der POSIX-Timer für diesen Prozess. Jeder Timer wird mit einer " "Zeile aufgeführt, die mit der Zeichenkette »ID:« beginnt, beispielsweise:" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A list of the ciphers provided by the kernel crypto API. For details, see " "the kernel I documentation available under the " "kernel source directory I (or I before Linux 4.10; the documentation can be built using a command " "such as I in the root directory of the kernel source tree)." msgstr "" "Eine Liste der durch das Kernel-Krypto-API bereitgestellten Chiffren. Für " "Details schauen Sie in die Kerneldokumentation zum Thema I, die unterhalb des Kernelquellbaumverzeichnisses I (oder I vor Linux 4.10) verfügbar ist. (Die " "Dokumentation kann mit einem Befehl wie I im " "Wurzelverzeichnis des Kernelquellbaums gebaut werden.)" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "A literal E<.Sq %>." msgstr "Ein wörtliches »%«." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A named private anonymous mapping. Set with B(2) " "B." msgstr "" "Ein benanntes, privates, anonymes Mapping. Mit B(2) " "B gesetzt." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A named shared anonymous mapping. Set with B(2) " "B." msgstr "" "Ein benanntes, gemeinsames, anonymes Mapping. Mit B(2) " "B gesetzt." #: 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 "" "Eine nichtexistierende Schnittstelle wurde erbeten oder die erbetene " "Quelladresse war nicht lokal." #: 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." msgstr "Ein Pfadname war länger als B." #: archlinux fedora-40 fedora-rawhide mageia-cauldron 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 "" #: 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 "Es wird eine einzige Option unterstützt:" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A space-separated list of child tasks of this task. Each child task is " "represented by its TID." msgstr "" "Eine durch Leerzeichen getrennte Liste von Kindprozessen dieses Prozesses. " "Jeder Kindprozess wird durch seine TID dargestellt." #: 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 "Eine bereitgestellte Speicheradresse war ungültig." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A system call that fails to follow a symbolic link because of the above " "restrictions returns the error B in I." msgstr "" "Ein Systemaufruf, der beim Folgen eines symbolischen Links wegen der obigen " "Einschränkungen fehlschlägt, liefert den Fehler B in I zurück." #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "" "A system-wide clock derived from wall-clock time but counting leap seconds." msgstr "" #: debian-bookworm opensuse-leap-15-6 msgid "" "A system-wide clock derived from wall-clock time but ignoring leap seconds." msgstr "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "A system-wide limit on the maximum number of semaphore identifiers." msgstr "" "eine systemweite Grenze für die maximale Anzahl von Bezeichnern für " "Semaphore." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "A system-wide limit on the number of semaphores in all semaphore sets." msgstr "eine systemweite Begrenzung für die Anzahl in allen Semaphoren-Sätzen" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A text list of the modules that have been loaded by the system. See also " "B(8)." msgstr "" "Eine Textliste der vom System geladenen Module (siehe auch B(8)) ." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A text listing of the filesystems which are supported by the kernel, namely " "filesystems which were compiled into the kernel or whose kernel modules are " "currently loaded. (See also B(5).) If a filesystem is marked " "with \"nodev\", this means that it does not require a block device to be " "mounted (e.g., virtual filesystem, network filesystem)." msgstr "" "Eine Auflistung der Dateisysteme, die vom Kernel unterstützt werden, nämlich " "Dateisysteme, die in den Kernel kompiliert wurden oder deren Kernel-Module " "derzeit geladen sind (siehe auch B(5)). Wenn ein Dateisystem " "mit »nodev« gekennzeichnet ist, bedeutet dies, dass kein Block-Gerät " "eingehängt werden muss (z.B. virtuelles Dateisystem, Netzwerk-Dateisystem)." #: archlinux fedora-40 fedora-rawhide mageia-cauldron 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 "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A thread's stack (where the I is a thread ID). It corresponds to the " "IpidItidI path. This field was removed in Linux 4.5, " "since providing this information for a process with large numbers of threads " "is expensive." msgstr "" "Der Stack eines Prozesses (wobei die I eine Thread-Kennung ist). Er " "entspricht dem Pfad IPIDITIDI. Dieses Feld wurde in Linux " "4.5 entfernt, da die Bereitstellung dieser Informationen für einen Prozess " "mit einer großen Anzahl an Threads kostspielig ist." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "A toggle value indicating if modules are allowed to be loaded in an " "otherwise modular kernel. This toggle defaults to off (0), but can be set " "true (1). Once true, modules can be neither loaded nor unloaded, and the " "toggle cannot be set back to false. The file is present only if the kernel " "is built with the B option enabled." msgstr "" "Ein Umschaltwert, der angibt, ob Module in einen andernfalls modularen " "Kernel geladen werden dürfen. Dieser Umschaltwert ist standardmäßig aus (0), " "kann aber auf wahr (true, 1) gesetzt werden. Sobald er wahr ist, können " "Module weder geladen noch entladen werden und der Umschaltwert kann nicht " "zurück auf falsch gesetzt werden. Diese Datei ist nur vorhanden, falls der " "Kernel mit der aktivierten Option B gebaut wurde." #: 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 " "with a structure which has every byte nonzero (to find the largest value " "which doesn't produce an error of B)." msgstr "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "A watch descriptor number (in decimal)." msgstr "Eine Watch-Deskriptornummer (deziaml)" #: 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 "" "Eine Leerraum-getrennte Liste von Hardware-Adressen\\&. Die akzeptablen " "Formate sind:" #: 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 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 "" "Eine Leerraum-getrennte Liste von dauerhaften Adressen der Hardware\\&. " "Während I auf die aktuelle MAC-Adresse des Gerätes passt, " "vergleicht dies die dauerhafte MAC-Adresse des Gerätes, die sich von der " "aktuellen unterscheiden kann\\&. Verwendet vollständige Doppelpunkt-, " "Bindestrich- oder Punkt-begrenzte hexadezimale Notation oder das IPv4- oder " "IPv6-Format\\&. Diese Option kann mehr als einmal auftauchen, dann werden " "die Listen zusammengeführt\\&. Falls der Option die leere Zeichenkette " "zugewiesen wird, wird die vorher definierte Liste der Hardware-Adressen " "zurückgesetzt\\&. Standardmäßig nicht gesetzt\\&." #: 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 BI or BI\\&. 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 "" "Eine Leerraum-getrennte Liste von Shell-artigen Globs, die auf die " "Geräteart, wie sie durch BI oder BI offengelegt wird, passen\\&. Wird der Liste »!« " "vorangestellt, so wird der Test invertiert\\&. Einige gültige Werte sind " "»bond«, »bridge«, »gre«, »tun«, »veth«\\&. Gültige Arten werden durch das " "Attribut »IFLA_INFO_KIND« von Netlink angegeben, so dass diese Aufstellung " "nicht umfassend ist\\&." #: 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\\&. 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 "" "Eine Leerraum-getrennte Liste von Shell-artigen Globs, die auf den " "Gerätetyp, wie er durch B offengelegt wird, passen\\&. Wird " "der Liste »!« vorangestellt, so wird der Test invertiert\\&. Einige gültige " "Werte sind »ether«, »loopback«, »wlan«, »wwan«\\&. Gültige Typnamen werden " "entweder von dem Udev-Attribut »DEVTYPE« oder den Makros »ARPHRD_« in linux/" "if_arp\\&.h benannt. so dass diese Aufstellung nicht umfassend ist\\&." #: 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 of its parent device, or if that is not set, the driver as " "exposed by B of the device itself\\&. If the list is prefixed " "with a \"!\", the test is inverted\\&." msgstr "" "Eine Leerraum-getrennte Liste von Shell-artigen Globs, die auf den derzeit " "an das Gerät gebundenen Treiber passen, wie dieser durch die Udev-" "Eigenschaft I des übergeordneten Gerätes offengelegt wird " "oder, falls die nicht gesetzt ist, durch den Treiber selbst, wie dies durch " "B offengelegt wird\\&. Wird der Liste »!« vorangestellt, so wird " "der Test invertiert\\&." #: 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\\&." msgstr "" "Eine Leerraum-getrennte Liste von Shell-artigen Globs, die auf dauerhafte " "Pfade, wie sie von der Udev-Eigenschaft I offengelegt wird, " "passen\\&." #: 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 "" "Eine Leerraum-getrennte Liste von Udev-Eigenschaftsnamen mit ihren Werten " "nach einem Gleichheitszeichen (»=«)\\&. Falls mehrere Eigenschaften " "angegeben sind, werden sie mit UND verbunden\\&. Wird der Liste »!« " "vorangestellt, so wird der Test invertiert\\&. Falls ein Wert Leerraum " "enthält, dann schließen Sie das gesamte Schlüssel-Wert-Paar bitte in " "englische Anführungszeichen ein\\&. Falls ein Wert Anführungszeichen " "enthält, dann maskieren Sie bitte das Anführungszeichen mit »\\e«\\&." #: 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 is set to B." msgstr "" "Es wurde eine weites Zeichen angetroffen, das (gemäß der aktuellen Locale) " "nicht als Multibyte-Sequenz dargestellt werden kann. In diesem Fall " "verbleibt I<*Quelle> auf das ungültige Zeichen zeigend, I<(size_t)\\ -1> " "wird zurückgeliefert und I wird auf B gesetzt." #: 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 "Eine Breite, dezimal in ASCII-Zeichen formatiert." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ABOUT THIS FILE" msgstr "ÜBER DIESE DATEI" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ACCESS CONTROL" msgstr "ZUGRIFFSSTEUERUNG" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid "ACKNOWLEDGMENTS" msgstr "DANKSAGUNGEN" #: debian-unstable opensuse-tumbleweed archlinux 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 "AKTIONEN" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ADDITIONAL NOTES" msgstr "ZUSÄTZLICHE HINWEISE" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ADVANCED USAGE" msgstr "FORTGESCHRITTENE VERWENDUNG" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ALIASES" msgstr "ALIASE" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ALMOST EQUAL TO" msgstr "FAST GLEICH MIT" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "AND HORIZONTAL DOUBLE" msgstr "UND HORIZONTAL DOPPELT" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "API File Systems" msgstr "API-Dateisysteme" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, 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 "AT&T" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "AUTHENTICATION" msgstr "AUTHENTIFIZIERUNG" #: 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, B, or B signal that was not generated by " "B(2) or B(3). Integer division by zero has undefined result. " "On some architectures it will generate a B signal. (Also dividing " "the most negative integer by -1 may generate B.) Ignoring this " "signal might lead to an endless loop." msgstr "" "Laut POSIX ist das Verhalten eines Prozesses undefiniert, nachdem er ein " "Signal B, B oder B ignoriert hat, das nicht von " "B(2) oder B(3) erstellt wurde. Ganzzahldivision durch Null hat " "ein undefiniertes Ergebnis. Auf einigen Architekturen wird dies ein Signal " "B hervorrufen. (Auch kann die Division der größten negativen " "Ganzzahl durch -1 B hervorrufen.) Wird dieses Signal ignoriert, kann " "eine Endlosschleife auftreten." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "According to POSIX.1, if I is greater than B, the result " "is implementation-defined; see NOTES for the upper limit on Linux." msgstr "" "Laut POSIX.1 hängt das Ergebnis von der Implementierung ab, falls I " "größer als B ist; siehe ANMERKUNGEN für die Obergrenze unter " "Linux." #: 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 "" "Laut POSIX.1-2008/SUSv4 Abschnitt XSI 2.9.7 (»Thread Interactions with " "Regular File Operations«):" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Actions" msgstr "Aktionen" #: 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=/" "EinstallrootE/etc/yum.repos.d> command-line option." msgstr "" "fügt die Paketquelle aus der angegebenen Datei oder URL hinzu und aktiviert " "sie. Falls Sie zur Installationswurzel hinzugefügt werden muss, kombinieren " "Sie sie mit der Befehlszeilenoption B<--setopt=reposdir=/" "EinstallrootE/etc/yum.repos.d>." #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable msgid "" "Add I 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 BrepoidE> as a new repository. Can be specified multiple " "times." msgstr "" "Fügt eine neue Paketquelle mit der angegebenen BPaketquellen-IDE> " "hinzu. Dies kann mehrmals angegeben werden." #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Add a BrepoidE> as an old repository. It is possible to be used in " "conjunction with B<--repofrompath> option. Can be specified multiple times." msgstr "" "Fügt eine alte Paketquelle mit der angegebenen BPaketquellen-IDE> " "hinzu. Kann zusammen mit der Option B<--repofrompath> verwendet werden. Dies " "kann mehrmals angegeben werden." #: archlinux fedora-40 fedora-rawhide mageia-cauldron 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 "" #: 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 "" "Fügt Architekturen hinzu, um für den Vergleich von Qullpaketen die Vorgabe " "zu ändern. Beachten Sie, dass Sie einen Platzhalter »*« für alle " "Architekturen verwenden können. Kann mehrfach angegeben werden." #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable msgid "" "Add path I to the list of paths that B will search for " "archive libraries and B 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 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 to the list of files " "to link. This option may be used any number of times. If I is of " "the form I<:filename>, B will search the library path for a file called " "I, otherwise it will search the library path for a file called " "I." msgstr "" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 185\\&." msgstr "Hinzugefügt in Version 185\\&." #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 200\\&." msgstr "Hinzugefügt in Version 200\\&." #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed msgid "Added in version 223\\&." msgstr "Hinzugefügt in Version 223\\&." #: 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 " "program using the B<-n> option to print out where the superblocks exist, " "supposing B is supplied with arguments that are consistent with the " "file system's layout (e.g. blocksize, blocks per group, B, " "etc.)." msgstr "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Additionally, since Linux 3.6, I must either " "be an absolute pathname or a pipe command, as detailed in B(5). " "Warnings will be written to the kernel log if I does not " "follow these rules, and no core dump will be produced." msgstr "" "Zusätzlich muss wie in B(5) ausführlich beschrieben seit Linux 3.6 I entweder ein absoluter Pfadname oder ein Pipe-" "Befehl sein. Falls I diesen Regeln nicht folgt, werden in das " "Kernelprotokoll Warnungen ausgegeben und kein Kernspeicherabzug erstellt." #: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide #: mageia-cauldron msgid "" "Additionally, this program translates the AIX B capability to an " "B string." msgstr "" #: archlinux fedora-40 fedora-rawhide msgid "" "Additionally, version strings can have an I 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 "" "Außerdem kann für Versionszeichenketten ein I-Wert definiert sein, " "der alle anderen Versionsvergleiche außer Kraft setzt, außer wenn die " "I-Werte gleich sind\\&. Dies wird in einem Format der Struktur Epoch:" "Version-Relation angegeben\\&. Zum Beispiel ist 2:1\\&.0-1 stets größer als " "1:3\\&.6-1\\&." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Address above which program command-line arguments (I) are placed." msgstr "" "Adresse, oberhalb derer die Befehlszeilenargumente (I) abgelegt werden." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "Address above which program environment is placed." msgstr "Adresse, oberhalb derer die Programmumgebung abgelegt wird." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "Address above which program heap can be expanded with B(2)." msgstr "" "Adresse, oberhalb derer der Heap von Programmen mit B(2) ausgedehnt " "werden kann." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Address above which program initialized and uninitialized (BSS) data are " "placed." msgstr "" "Adresse, oberhalb derer die initialisierten und nicht-initialisierten " "Programmdaten (BSS) abgelegt werden." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "Address below program command-line arguments (I) are placed." msgstr "" "Adresse, unterhalb derer die Befehlszeilenargumente (I) abgelegt " "werden." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "Address below which program environment is placed." msgstr "Adresse, unterhalb derer die Programmumgebung abgelegt wird." #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Address below which program initialized and uninitialized (BSS) data are " "placed." msgstr "" "Adresse, unterhalb derer die initialisierten und nicht-initialisierten " "Programmdaten (BSS) abgelegt werden." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Address formats" msgstr "Adressformate" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable msgid "" "Adds I to the CW<\\*(C`DT_AUDIT\\*(C'> entry of the dynamic " "section. \\&I 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 mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable msgid "" "Adds I to the CW<\\*(C`DT_DEPAUDIT\\*(C'> entry of the dynamic " "section. \\&I 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 "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed msgid "Adds I 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 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 seconds. Specifying " "an I of 0 means to use the default interval. The specified " "interval must be less than 300 seconds. Requires that the B feature be " "enabled." msgstr "" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-unstable msgid "Adjust the method used to share types between translation units in CTF." msgstr "" #: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "Advanced power management version and battery information when B " "is defined at kernel compilation time." msgstr "" "Version von »advanced power management« und Informationen zur Batterie, wenn " "bei der Kompilierung des Kernels B definiert wird." #: 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, B command, B command, " "B loop. If I " "is specified, break I levels. I must be \\(E= 1. If I is " "greater than the number of enclosing loops, all enclosing loops are exited. " "The return value is 0 unless I 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 (which may consist of a single I), a I, or a I (see E<.SM> B" msgstr "" #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #, no-wrap msgid "Exit status" msgstr "Rückgabewert" #: debian-bookworm msgid "Explain what is being done." msgstr "erklärt, was geschieht." #: 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 #, no-wrap msgid "Extended Boot Loader Partition" msgstr "Erweiterte Systemstartprogrammpartition" #: 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 "entpackt Dateien in die Standardausgabe." #: 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 "FIFO" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FILE ATTRIBUTES" msgstr "DATEIATTRIBUTE" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FIRMWARE FILE" msgstr "FIRMWARE-DATEI" #: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "FL" msgstr "" #: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FORMATS" msgstr "FORMATE" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FSF" msgstr "FSF" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FULL BLOCK" msgstr "VOLLER BLOCK" #: opensuse-leap-15-6 #, no-wrap msgid "FUSER" msgstr "FUSER" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: archlinux opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FUTURE IMPROVEMENTS" msgstr "ZUKÜNFTIGE VERBESSERUNGEN" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Failed to execute \"x\"" msgstr "Konnte »x« nicht ausführen" #: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "Feb 2005" msgstr "Februar 2005" #: debian-bookworm #, no-wrap msgid "Feb 28, 2023" msgstr "28. Februar 2023" #: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40 #: mageia-cauldron opensuse-leap-15-6 #, no-wrap msgid "Fedora" msgstr "Fedora" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "Fields" msgstr "Felder" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "File access mode" msgstr "Dateizugriffsmodus" #: debian-bookworm msgid "File containing B