# French translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Christophe Blaess , 1996-2003.
# Stéphan Rafin , 2002.
# Thierry Vignaud , 1999, 2002.
# François Micaux, 2002.
# Alain Portal , 2003-2008.
# Jean-Philippe Guérard , 2005-2006.
# Jean-Luc Coulon (f5ibh) , 2006-2007.
# Julien Cristau , 2006-2007.
# Thomas Huriaux , 2006-2008.
# Nicolas François , 2006-2008.
# Florentin Duneau , 2006-2010.
# Simon Paillard , 2006, 2013, 2014.
# Denis Barbier , 2006, 2010, 2011.
# David Prévot , 2010, 2012-2014.
# Jean-Philippe MENGUAL , 2020-2024.
# Jean-Pierre Giraud , 2024.
msgid ""
msgstr ""
"Project-Id-Version: perkamon\n"
"POT-Creation-Date: 2024-06-09 11:03+0200\n"
"PO-Revision-Date: 2024-03-02 12:21+0100\n"
"Last-Translator: Jean-Philippe MENGUAL \n"
"Language-Team: French \n"
"Language: fr\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 22.12.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 ""
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid " buflen++;\n"
msgstr ""
#: 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 ""
#: 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 " /* Boucler sur tous les événements du tampon. */\n"
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid " /* Read some events. */\n"
msgstr " /* Lire certains événements. */\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 ""
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
" /* Plus additional fields private to the\n"
" implementation */\n"
"};\n"
msgstr ""
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid " /* Prepare for polling. */\n"
msgstr " /* Préparer pour la scrutation (polling). */\n"
#: 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 ""
" /* Depuis la glibc 2.10 : */ _POSIX_C_SOURCE\\ E=\\ 200809L\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 ""
" 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 ""
#: 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 ""
" Depuis la glibc 2.20 :\n"
" _DEFAULT_SOURCE\n"
" Avant la 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 ""
" Depuis la glibc 2.20 :\n"
" _DEFAULT_SOURCE || ! (_POSIX_C_SOURCE E= 200112L)\n"
" De la glibc 2.12 à la glibc 2.19 :\n"
" _BSD_SOURCE || ! (_POSIX_C_SOURCE E= 200112L)\n"
" Avant la 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
#, fuzzy, no-wrap
#| msgid ""
#| " Since glibc 2.10:\n"
#| " _POSIX_C_SOURCE E= 200809L\n"
#| " Before glibc 2.10:\n"
#| " _ATFILE_SOURCE\n"
msgid ""
" Since glibc 2.22:\n"
" _POSIX_C_SOURCE E= 200112L\n"
" glibc 2.21 and earlier:\n"
" _POSIX_C_SOURCE\n"
msgstr ""
" Depuis la glibc 2.22 :\n"
" _POSIX_C_SOURCE E= 200112L\n"
" glibc 2.21 et antérieures :\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"
" || /* Depuis la 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"
" || /* Depuis la 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"
" || /* Depuis la 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"
" || /* Depuis la 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 ""
#: 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"
" || /* Depuis la 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 ""
#: 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; /* Entrée de console */\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, \"Utilisation : %s EfichierE\\en\", argv[0]);\n"
" exit(EXIT_FAILURE);\n"
" }\n"
#: debian-bookworm opensuse-leap-15-6
#, fuzzy, no-wrap
#| msgid ""
#| " if (argc != 3 || argv[1][0] == \\[aq]\\e0\\[aq]) {\n"
#| " fprintf(stderr, \"%s EownerE EfileE\\en\", argv[0]);\n"
#| " exit(EXIT_FAILURE);\n"
#| " }\n"
msgid ""
" if (argc != 2) {\n"
" fprintf(stderr, \"Usage: %s EpathnameE\\en\", argv[0]);\n"
" exit(EXIT_FAILURE);\n"
" }\n"
msgstr ""
" if (argc != 3 || argv[1][0] == \\[aq]\\e0\\[aq]) {\n"
" fprintf(stderr, \"%s EpropriétaireE EfichierE\\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 ""
#: 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
#, fuzzy, no-wrap
#| msgid ""
#| " if (chown(argv[2], uid, -1) == -1) {\n"
#| " perror(\"chown\");\n"
#| " exit(EXIT_FAILURE);\n"
#| " }\n"
msgid ""
" if (s != 0 || result == NULL) {\n"
" printf(\"Call failed/record not found\\en\");\n"
" exit(EXIT_FAILURE);\n"
" }\n"
msgstr ""
" if (chown(argv[2], uid, -1) == -1) {\n"
" perror(\"chown\");\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 ""
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid " printf(\"Key ID is %jx\\en\", (uintmax_t) key);\n"
msgstr ""
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
" return p;\n"
"}\n"
msgstr ""
" 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 ""
#: 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 " [section 2]"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid " [section1]"
msgstr " [section1]"
#: 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 ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid " B<.\\| > I [I]"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid " degrees"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid " minutes"
msgstr " minutes"
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid " seconds"
msgstr " secondes"
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#: archlinux
msgid ""
"\"@INC\" above is a reference to the built-in variable of the same name; see "
"perlvar for more information."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"\"es256\" denotes ECDSA over NIST P-256 with SHA-256\\&. \"rs256\" denotes "
"2048-bit RSA with PKCS#1\\&.5 padding and SHA-256\\&. \"eddsa\" denotes "
"EDDSA over Curve25519 with SHA-512\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "\"usb 0x04c5 0x1042\" (or other vendor/product ids)"
msgstr ""
#: debian-bookworm debian-unstable
msgid "# Sample Argument file"
msgstr ""
#: 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 ""
#: 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]mydomain\\[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]mydomain\\[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
#, fuzzy, no-wrap
#| msgid ""
#| "#include Epwd.hE\n"
#| "#include Estdio.hE\n"
#| "#include Estdlib.hE\n"
#| "#include Eunistd.hE\n"
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 ""
"#include Epwd.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 # Montage d’un tmpfs vide à /etc\n"
"sh1# B # Montage de /usr à /dev\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 # Dans l’espace de noms initial\n"
"309\n"
"sh2# B # /etc dans un autre espace de noms\n"
"0 # Le répertoire vide tmpfs\n"
"sh2# B # Dans l’espace de noms initial\n"
"205\n"
"sh2# B # /dev dans un autre espace de noms\n"
"11 # Réellement monté\n"
" # bind dans /usr\n"
"sh2# B # /usr dans l’espace de noms initial\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 ""
#: 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"
#: 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< tototiti -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< tototiti -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 ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron
#, no-wrap
msgid "$Mdocdate: December 16 2022 $"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "$Mdocdate: February 10 2023 $"
msgstr ""
#: archlinux debian-unstable
#, fuzzy, no-wrap
#| msgid "February 2024"
msgid "$Mdocdate: February 21 2024 $"
msgstr "Février 2024"
#: debian-bookworm
#, no-wrap
msgid "$Mdocdate: January 18 2023 $"
msgstr ""
#: debian-bookworm debian-unstable archlinux
#, no-wrap
msgid "$Mdocdate: March 31 2022 $"
msgstr ""
#: 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 ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "%J"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "%K"
msgstr "%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 "( EXPRESSION )"
#: 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) Temps passé en mode utilisateur."
#: 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"
#: 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) Temps passé à exécuter un client avec une priorité basse (processeur "
"virtuel pour des systèmes d'exploitation clients sous le contrôle du noyau "
"Linux)."
#: 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