diff options
Diffstat (limited to 'po/da/common/min-003-occurences.po')
-rw-r--r-- | po/da/common/min-003-occurences.po | 2282 |
1 files changed, 1054 insertions, 1228 deletions
diff --git a/po/da/common/min-003-occurences.po b/po/da/common/min-003-occurences.po index 2ec01959..13f00216 100644 --- a/po/da/common/min-003-occurences.po +++ b/po/da/common/min-003-occurences.po @@ -5,12 +5,12 @@ # Peter Makholm <peter@makholm.net>, 2000. # Byrial Ole Jensen <byrial@vip.cybercity.dk>, 2000. # Mario Blättermann <mario.blaettermann@gmail.com>, 2021. -# Joe Hansen <joedalton2@yahoo.dk>, 2022. +# Joe Hansen <joedalton2@yahoo.dk>, 2022, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.2.0\n" -"POT-Creation-Date: 2024-03-09 17:48+0100\n" -"PO-Revision-Date: 2024-01-28 05:55+0100\n" +"POT-Creation-Date: 2024-06-14 16:26+0200\n" +"PO-Revision-Date: 2024-06-14 17:21+0100\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" "Language: da\n" @@ -20,93 +20,149 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.08.0\n" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap msgid "" " [\n" -"B<--check-hash-based-pycs>\n" -"I<default>\n" -"|\n" -"I<always>\n" -"|\n" -"I<never>\n" +"B<--help>\n" +"]\n" +"[\n" +"B<--help-env>\n" +"]\n" +"[\n" +"B<--help-xoptions>\n" +"]\n" +"[\n" +"B<--help-all>\n" "]\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap msgid "" " [\n" -"B<-c>\n" -"I<command>\n" -"|\n" -"I<script>\n" -"|\n" -"-\n" +"B<-m>\n" +"I<module-name>\n" +"]\n" +"[\n" +"B<-q>\n" +"]\n" +"[\n" +"B<-O>\n" +"]\n" +"[\n" +"B<-OO>\n" +"]\n" +"[\n" +"B<-P>\n" +"]\n" +"[\n" +"B<-s>\n" +"]\n" +"[\n" +"B<-S>\n" "]\n" "[\n" -"I<arguments>\n" +"B<-u>\n" "]\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap -msgid " -X faulthandler: enable faulthandler\n" +msgid "" +" [\n" +"B<-v>\n" +"]\n" +"[\n" +"B<-V>\n" +"]\n" +"[\n" +"B<-W>\n" +"I<argument>\n" +"]\n" +"[\n" +"B<-x>\n" +"]\n" +"[\n" +"B<-X>\n" +"I<option>\n" +"]\n" +"[\n" +"B<-?>\n" +"]\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap msgid "" -" -X importtime: show how long each import takes. It shows module name,\n" -" cumulative time (including nested imports) and self time (excluding\n" -" nested imports). Note that its output may be broken in multi-threaded\n" -" application. Typical usage is python3 -X importtime -c 'import asyncio'\n" +" -X dev: enable CPython's \"development mode\", introducing additional runtime\n" +" checks which are too expensive to be enabled by default. It will not be\n" +" more verbose than the default if the code is correct: new warnings are\n" +" only emitted when an issue is detected. Effect of the developer mode:\n" +" * Add default warning filter, as -W default\n" +" * Install debug hooks on memory allocators: see the PyMem_SetupDebugHooks()\n" +" C function\n" +" * Enable the faulthandler module to dump the Python traceback on a crash\n" +" * Enable asyncio debug mode\n" +" * Set the dev_mode attribute of sys.flags to True\n" +" * io.IOBase destructor logs close() exceptions\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap msgid "" -" -X showrefcount: output the total reference count and number of used\n" -" memory blocks when the program finishes or after each statement in the\n" -" interactive interpreter. This only works on debug builds\n" +" -X frozen_modules=[on|off]: whether or not frozen modules should be used.\n" +" The default is \"on\" (or \"off\" if you are running a local build).\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap msgid "" -" -X tracemalloc: start tracing Python memory allocations using the\n" -" tracemalloc module. By default, only the most recent frame is stored in a\n" -" traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a\n" -" traceback limit of NFRAME frames\n" +" -X int_max_str_digits=number: limit the size of intE<lt>-E<gt>str conversions.\n" +" This helps avoid denial of service attacks when parsing untrusted data.\n" +" The default is sys.int_info.default_max_str_digits. 0 disables.\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, no-wrap msgid "" -" -X utf8: enable UTF-8 mode for operating system interfaces, overriding the default\n" -" locale-aware mode. -X utf8=0 explicitly disables UTF-8 mode (even when it would\n" -" otherwise activate automatically). See PYTHONUTF8 for more details\n" +" -X no_debug_ranges: disable the inclusion of the tables mapping extra location\n" +" information (end line, start column offset and end column offset) to every\n" +" instruction in code objects. This is useful when smaller code objects and pyc\n" +" files are desired as well as suppressing the extra visual location indicators\n" +" when the interpreter displays tracebacks.\n" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the\n" +" given directory instead of to the code tree.\n" +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid " -X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'\n" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "" -#| " /* Glibc since 2.19: */ _DEFAULT_SOURCE\n" -#| " || /* Glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" +#, no-wrap msgid "" " /* Since glibc 2.19: */ _DEFAULT_SOURCE\n" " || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" msgstr "" " /* Glibc siden 2.19: */ _DEFAULT_SOURCE\n" -" || /* Glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n" +" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -249,6 +305,18 @@ msgstr "" msgid " close(fd);\n" msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "" +" -Wdefault # Warn once per call location\n" +" -Werror # Convert to exceptions\n" +" -Walways # Warn every time\n" +" -Wmodule # Warn once per calling module\n" +" -Wonce # Warn once per Python process\n" +" -Wignore # Never warn\n" +msgstr "" + #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed archlinux #, no-wrap @@ -322,28 +390,8 @@ msgstr "%Z" msgid "&" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "(6)" -msgid "(7)" -msgstr "(6)" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "(6)" -msgid "(8)" -msgstr "(6)" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "(6)" -msgid "(9)" -msgstr "(6)" - -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "(and similar)" msgstr "" @@ -549,6 +597,12 @@ msgstr "/home/" msgid "/proc" msgstr "/proc" +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "/proc files" +msgid "/proc Functions" +msgstr "/proc filer" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -641,6 +695,12 @@ msgstr "" msgid "0200" msgstr "" +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "02/13/2024" +msgid "03/26/2024" +msgstr "13/02/2024" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -688,24 +748,12 @@ msgstr "108" msgid "11/20/2022" msgstr "08/01/2021" -#: opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "02/09/2023" -msgid "12/06/2023" -msgstr "09/02/2023" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "129" msgstr "" -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, no-wrap -msgid "17" -msgstr "17" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -719,17 +767,6 @@ msgstr "17." msgid "18." msgstr "8." -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, no-wrap -msgid "19" -msgstr "19" - -#: debian-bookworm debian-unstable -#, no-wrap -msgid "19 April 2010" -msgstr "" - #: mageia-cauldron #, no-wrap msgid "24.2" @@ -746,12 +783,6 @@ msgstr "25 okt 1994" msgid "25 SCSI/USB trace" msgstr "" -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed archlinux -#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron -#, no-wrap -msgid "26" -msgstr "26" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -764,8 +795,8 @@ msgstr "" msgid "28" msgstr "" -#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm -#: debian-unstable mageia-cauldron opensuse-leap-15-6 +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm debian-unstable opensuse-leap-15-6 #, no-wrap msgid "29" msgstr "29" @@ -783,6 +814,18 @@ msgstr "" msgid "6.2" msgstr "62" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "62" +msgstr "62" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "63" +msgstr "63" + #: mageia-cauldron opensuse-leap-15-6 archlinux debian-bookworm debian-unstable #: fedora-40 fedora-rawhide opensuse-tumbleweed #, no-wrap @@ -801,8 +844,8 @@ msgstr "" msgid "76" msgstr "" -#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm -#: debian-unstable mageia-cauldron opensuse-leap-15-6 +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm debian-unstable opensuse-leap-15-6 #, no-wrap msgid "78" msgstr "78" @@ -866,24 +909,30 @@ msgstr "" msgid "A single whitespace character (usually a newline)." msgstr "" +#: debian-unstable fedora-rawhide +msgid "ANSI Escape Code (Wikipedia)" +msgstr "" + #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 190\\&." msgstr "" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 202\\&." msgstr "" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "Added in version 208\\&." msgstr "" -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6 msgid "Additional info and hints can be obtained from our" msgstr "" -#: archlinux +#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed msgid "" "Additional info and hints can be obtained from our mailing-List archive at: " "I<http://www.sane-project.org/mailing-lists.html>." @@ -921,6 +970,11 @@ msgid "" "Alternatively, Asynchronous I/O library (I<libaio>, I<-laio>); see NOTES." msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "Amount of memory allocated to kernel stacks." +msgstr "" + #: opensuse-leap-15-6 msgid "An error occurred." msgstr "Der opstod en fejl." @@ -942,20 +996,6 @@ msgstr "" msgid "At present, the following scanners should work with this backend:" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Augments the default search path for module files. The format is the same " -"as the shell's $PATH: one or more directory pathnames separated by colons. " -"Non-existent directories are silently ignored. The default search path is " -"installation dependent, but generally begins with ${prefix}/lib/" -"pythonE<lt>versionE<gt> (see PYTHONHOME above). The default search path is " -"always appended to $PYTHONPATH. If a script argument is given, the " -"directory containing the script is inserted in the path in front of " -"$PYTHONPATH. The search path can be manipulated from within a Python " -"program as the variable I<sys.path>." -msgstr "" - #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: debian-bookworm mageia-cauldron #, no-wrap @@ -991,6 +1031,14 @@ msgid "" "B<#include E<lt>sys/mman.hE<gt>>\n" msgstr "" +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed debian-bookworm +#: fedora-40 mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "" +"B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -1060,11 +1108,11 @@ msgstr "" msgid "B<#include E<lt>linux/module.hE<gt>>\n" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "B<#include E<lt>stdarg.hE<gt>>\n" -msgstr "B<#include E<lt>stdarg.hE<gt>>\n" +#: mageia-cauldron +#, fuzzy +#| msgid "B<#include E<lt>aio.hE<gt>>\n" +msgid "B<#include E<lt>linux/proc_fs.hE<gt>>" +msgstr "B<#include E<lt>aio.hE<gt>>\n" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -1275,6 +1323,12 @@ msgstr "B<+>I<n>" msgid "B<--author>" msgstr "B<--author>" +#: debian-unstable fedora-rawhide +#, fuzzy +#| msgid "B<--legend=>I<BOOL>" +msgid "B<--background=>I<COLOR>" +msgstr "B<--legend=>I<BOOL>" + #: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 #: mageia-cauldron opensuse-tumbleweed #, fuzzy, no-wrap @@ -1293,19 +1347,6 @@ msgstr "B<--block-size>=I<\\,STØR\\/>" msgid "B<--cert=>" msgstr "B<--cert=>" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<--ctf-share-types=>I<method>" -msgid "B<--check-hash-based-pycs >I<mode>" -msgstr "B<--ctf-share-types=>I<metode>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "B<--clean>" -msgstr "B<--clean>" - #: archlinux fedora-40 fedora-rawhide msgid "B<--config> E<lt>fileE<gt>" msgstr "" @@ -1323,12 +1364,6 @@ msgstr "B<--dereference-command-line-symlink-to-dir>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "B<--dereference>" -msgstr "B<--dereference>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<--discover>" msgstr "B<--discover>" @@ -1339,6 +1374,13 @@ msgid "B<--dump>" msgstr "B<--dump>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy +#| msgid "B<--version>" +msgid "B<--entry-token=>" +msgstr "B<--version>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<--fatal-warnings>" @@ -1397,6 +1439,20 @@ msgstr "B<--heap> I<reserve>" msgid "B<--heap> I<reserve>B<,>I<commit>" msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "B<--help-env>" +msgstr "B<--help>" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "B<--options>" +msgid "B<--help-xoptions>" +msgstr "B<--options>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -1404,7 +1460,7 @@ msgid "B<--hide>=I<\\,PATTERN\\/>" msgstr "B<--hide>=I<\\,MØNSTER\\/>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "B<--human>" msgstr "B<--human>" @@ -1492,8 +1548,8 @@ msgstr "B<--no-headers>" msgid "B<--no-hostname>" msgstr "B<--no-hostname>" -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 -#: opensuse-tumbleweed archlinux mageia-cauldron +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: opensuse-leap-15-6 archlinux mageia-cauldron #, no-wrap msgid "B<--no-proxy>" msgstr "B<--no-proxy>" @@ -1509,7 +1565,7 @@ msgstr "B<--no-recursion>" msgid "B<--no-timeout>" msgstr "B<--no-timeout>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<--notruncate>" msgstr "B<--notruncate>" @@ -1576,10 +1632,12 @@ msgstr "B<--replace>" msgid "B<--repo E<lt>repoidE<gt>>" msgstr "B<--depth E<lt>nE<gt>>" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 -msgid "B<--runtime>" -msgstr "" +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "B<--resolve>" +msgstr "B<--help>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -1587,8 +1645,8 @@ msgstr "" msgid "B<--show-control-chars>" msgstr "B<--show-control-chars>" -#: archlinux opensuse-tumbleweed fedora-40 fedora-rawhide debian-bookworm -#: debian-unstable opensuse-leap-15-6 +#: archlinux opensuse-tumbleweed debian-unstable fedora-40 fedora-rawhide +#: debian-bookworm opensuse-leap-15-6 #, fuzzy, no-wrap #| msgid "B<--version>" msgid "B<--silent>" @@ -1624,8 +1682,8 @@ msgstr "" msgid "B<--subsystem> I<which>B<:>I<major>B<.>I<minor>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed #, fuzzy #| msgid "B<-u, --user>" msgid "B<--summary>" @@ -1737,8 +1795,7 @@ msgstr "B<->I<n>" msgid "B<-?, --help>" msgstr "B<-?, --help>" -#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-bookworm -#: debian-unstable opensuse-leap-15-6 +#: archlinux fedora-40 opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap msgid "B<-A>, B<--all>" msgstr "B<-A>, B<--all>" @@ -1755,10 +1812,16 @@ msgstr "B<-A>, B<--almost-all>" msgid "B<-B>, B<--ignore-backups>" msgstr "B<-B>, B<--ignore-backups>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-B>, B<--log-io> I<file>" msgstr "B<-B>, B<--log-io> I<fil>" +#: debian-unstable fedora-rawhide +#, fuzzy +#| msgid "B<-l>, B<--local>" +msgid "B<-C>, B<--capsule=>" +msgstr "B<-l>, B<--local>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -1799,7 +1862,7 @@ msgstr "B<-F>, B<--classify>" msgid "B<-F>, B<--classify>[=I<\\,WHEN\\/>]" msgstr "B<-F>, B<--classify>[=I<\\,NÅR\\/>]" -#: debian-bookworm opensuse-leap-15-6 mageia-cauldron +#: debian-bookworm opensuse-leap-15-6 msgid "B<-F>, B<--no-fork>" msgstr "B<-F>, B<--no-fork>" @@ -1827,7 +1890,7 @@ msgstr "" msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>" msgstr "B<-I>, B<--ignore>=I<\\,MØNSTER\\/>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-I>, B<--log-in> I<file>" msgstr "B<-I>, B<--log-in> I<fil>" @@ -1837,7 +1900,7 @@ msgstr "B<-I>, B<--log-in> I<fil>" msgid "B<-K>, B<--zfs-key>=I<\\,FILE\\/>|prompt" msgstr "B<-K>, B<--zfs-key>=I<\\,FIL\\/>|prompt" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-L>, B<--color>[=I<when>]" msgstr "B<-L>, B<--color>[=I<når>]" @@ -1848,25 +1911,24 @@ msgid "B<-L>, B<--logical>" msgstr "B<-L>, B<--logical>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<-O>" -msgid "B<-OO>" -msgstr "B<-O>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-P, --project>" msgstr "B<-P, --project>" +#: archlinux +#, fuzzy, no-wrap +#| msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>" +msgid "B<-P> I<\\,INPAPER\\/>, B<--inpaper> I<\\,INPAPER\\/>" +msgstr "B<-I>, B<--ignore>=I<\\,MØNSTER\\/>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-P> I<prefix>" msgstr "" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "B<-P>, B<--inpaper>=I<\\,PAPER\\/>" msgstr "" @@ -1889,7 +1951,7 @@ msgstr "B<-Q>, B<--quote-name>" msgid "B<-T>, B<--initial-tab>" msgstr "B<-T>, B<--initial-tab>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-T>, B<--log-timing> I<file>" msgstr "B<-T>, B<--log-timing> I<fil>" @@ -1906,38 +1968,17 @@ msgid "B<-U> I<[d|i|l|e|x|h]>" msgstr "B<-U> I<[d|i|l|e|x|h]>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<-V, --version>" -msgid "B<-V , --version>" -msgstr "B<-V, --version>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-V --version>" msgstr "B<-V --version>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<--version>" -msgid "B<-W >I<argument>" -msgstr "B<--version>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-W>" msgstr "B<-W>" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<--version>" -msgid "B<-X >I<option>" -msgstr "B<--version>" - #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap @@ -1951,7 +1992,7 @@ msgid "B<-a>, B<--text>" msgstr "B<-a>, B<--text>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "B<-b>, B<--backup>" msgstr "B<-b>, B<--backup>" @@ -1968,13 +2009,6 @@ msgstr "B<-b>, B<--boot-image>=I<\\,FIL\\/>" msgid "B<-b>, B<--escape>" msgstr "B<-b>, B<--escape>" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<-C> I<command>" -msgid "B<-c >I<command>" -msgstr "B<-C> I<kommando>" - #: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "B<-c, --cache N>" @@ -2016,7 +2050,7 @@ msgstr "B<-d>, B<--delete>" msgid "B<-d>, B<--device>" msgstr "B<-d>, B<--device>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-d>, B<--divisor> I<number>" msgstr "B<-d>, B<--divisor> I<nummer>" @@ -2029,9 +2063,9 @@ msgstr "B<-dn>" #: archlinux #, no-wrap msgid "B<-e>, B<--escape>=I<\\,CHAR\\/>" -msgstr "" +msgstr "B<-e>, B<--escape>=I<\\,TEGN\\/>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-f>, B<--file> I<file>" msgstr "B<-f>, B<--file> I<fil>" @@ -2047,8 +2081,8 @@ msgstr "B<-f>, B<--files-from>=I<\\,FIL\\/>" msgid "B<-f>, B<--follow>" msgstr "B<-f>, B<--follow>" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-f>, B<--ignore-case>" msgstr "B<-f>, B<--ignore-case>" @@ -2060,13 +2094,6 @@ msgid "B<-f>, B<--silent>, B<--quiet>" msgstr "B<-f>, B<--silent>, B<--quiet>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<--help>" -msgid "B<-h , -? , --help>" -msgstr "B<--help>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-i>, B<--ignore-garbage>" @@ -2089,8 +2116,8 @@ msgstr "B<-i>, B<--inode>" msgid "B<-i>, B<--input>=I<\\,INPUTFILE\\/>" msgstr "B<-i>, B<--input>=I<\\,INDDATAFIL\\/>" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron msgid "B<-k>, B<--kernel>" msgstr "B<-k>, B<--kernel>" @@ -2100,7 +2127,7 @@ msgstr "B<-k>, B<--kernel>" msgid "B<-k>, B<--kibibytes>" msgstr "B<-k>, B<--kibibytes>" -#: fedora-rawhide debian-bookworm opensuse-leap-15-6 +#: fedora-rawhide debian-bookworm #, fuzzy #| msgid "B<-f>, B<--silent>, B<--quiet>" msgid "B<-l>, B<--length> I<length>" @@ -2111,20 +2138,13 @@ msgstr "B<-f>, B<--silent>, B<--quiet>" msgid "B<-l>, B<--user>=I<\\,USER\\/>" msgstr "B<-l>, B<--user>=I<\\,BRUGER\\/>" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "B<-K> I<symbolname>" -msgid "B<-m >I<module-name>" -msgstr "B<-K> I<symbolnavn>" - #: archlinux #, no-wrap msgid "B<-n>, B<--no-keepalive>" msgstr "B<-n>, B<--no-keepalive>" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 -#: opensuse-tumbleweed debian-bookworm debian-unstable +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm #, fuzzy, no-wrap #| msgid "B<--help>" msgid "B<-n>I<n>" @@ -2135,13 +2155,19 @@ msgstr "B<--help>" msgid "B<-p, --print-profile>" msgstr "B<-p, --print-profile>" +#: archlinux +#, fuzzy, no-wrap +#| msgid "B<-I>, B<--ignore>=I<\\,PATTERN\\/>" +msgid "B<-p> I<\\,PAPER\\/>, B<--paper> I<\\,PAPER\\/>" +msgstr "B<-I>, B<--ignore>=I<\\,MØNSTER\\/>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<-p>, B<--indicator-style>=I<\\,slash\\/>" msgstr "B<-p>, B<--indicator-style>=I<\\,slash\\/>" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "B<-p>, B<--paper>=I<\\,PAPER\\/>" msgstr "" @@ -2203,7 +2229,7 @@ msgstr "B<-s>, B<--size>=I<\\,STØRRELSE\\/>" #: opensuse-tumbleweed fedora-40 fedora-rawhide #, no-wrap msgid "B<-s>, B<--strict>" -msgstr "" +msgstr "B<-s>, B<--strict>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -2217,7 +2243,7 @@ msgstr "B<-t>, B<--expand-tabs>" msgid "B<-t>, B<--to-code>=I<\\,NAME\\/>" msgstr "B<-t>, B<--to-code>=I<\\,NAVN\\/>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-u>, B<--notruncate>" msgstr "B<-u>, B<--notruncate>" @@ -2264,6 +2290,12 @@ msgstr "B<.>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap +msgid "B<128>" +msgstr "B<128>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap msgid "B<AF_NETLINK>" msgstr "" @@ -2309,11 +2341,11 @@ msgstr "" msgid "B<CLONE_NEWCGROUP> (since Linux 4.6)" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "B<E>" -msgstr "B<E>" +#: debian-unstable +#, fuzzy +#| msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" +msgid "B<Christian Kastner> E<lt>\\&ckk@debian\\&.org\\&E<gt>" +msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -2382,7 +2414,7 @@ msgstr "" msgid "B<ENOPROTOOPT>" msgstr "" -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "B<ENOSPC>, B<EDQUOT>" msgstr "" @@ -2419,6 +2451,10 @@ msgstr "" msgid "B<EUCLEAN>" msgstr "" +#: debian-unstable +msgid "B<Georges Khaznadar> E<lt>\\&georgesk@debian\\&.org\\&E<gt>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -2461,6 +2497,11 @@ msgstr "B<IPC_SET>" msgid "B<IPC_STAT>" msgstr "B<IPC_STAT>" +#: debian-unstable +msgid "" +"B<Javier Fern\\('andez-Sanguino Pe\\(~na> E<lt>\\&jfs@debian\\&.org\\&E<gt>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -2491,19 +2532,13 @@ msgstr "" msgid "B<KEY_SPEC_USER_SESSION_KEYRING>" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 -#, no-wrap -msgid "B<L>" -msgstr "B<L>" - #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm #, no-wrap msgid "B<LC_MONETARY>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<LIBFDISK_DEBUG>=all" msgstr "" @@ -2515,7 +2550,7 @@ msgstr "" msgid "B<LIBMOUNT_MTAB>=E<lt>pathE<gt>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<LOCK_BLOCK_DEVICE>=E<lt>modeE<gt>" msgstr "" @@ -2591,6 +2626,10 @@ msgstr "" msgid "B<PROT_WRITE>" msgstr "" +#: debian-unstable +msgid "B<Paul Vixie> E<lt>\\&paul@vix\\&.com\\&E<gt>" +msgstr "" + #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: archlinux opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -2640,6 +2679,12 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap +msgid "B<SO_PEERCRED>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap msgid "B<SPLICE_F_GIFT>" msgstr "" @@ -2679,6 +2724,12 @@ msgstr "" msgid "B<S_TIME_FORMAT>" msgstr "" +#: debian-unstable +#, fuzzy +#| msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" +msgid "B<Steve Greenland> E<lt>\\&stevegr@debian\\&.org\\&E<gt>" +msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -2691,8 +2742,8 @@ msgstr "" msgid "B<TMPDIR>" msgstr "" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "B<TZ>" msgstr "" @@ -2798,8 +2849,8 @@ msgstr "B<accept>(2)" msgid "B<access>(2)" msgstr "B<access>(2)" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<alert>" msgstr "B<alert>" @@ -2851,8 +2902,8 @@ msgstr "B<connect>(2)" msgid "B<copy>" msgstr "B<copy>" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<crit>" msgstr "B<crit>" @@ -2890,8 +2941,8 @@ msgid "" "debian.org> Andreas Bombe E<.ME .>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<err>" msgstr "B<err>" @@ -2973,8 +3024,8 @@ msgstr "B<history>" msgid "B<home>" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable mageia-cauldron opensuse-tumbleweed +#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6 #, no-wrap msgid "B<host>" msgstr "B<host>" @@ -3033,6 +3084,12 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap +msgid "B<ll>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap msgid "B<lseek>(2)" msgstr "" @@ -3105,7 +3162,7 @@ msgstr "B<passwd>" msgid "B<pause>(2)" msgstr "" -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "B<poll>(2), B<select>(2) (and similar)" msgstr "" @@ -3117,13 +3174,6 @@ msgid "B<posix>" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"B<python> [ B<-B> ] [ B<-b> ] [ B<-d> ] [ B<-E> ] [ B<-h> ] [ B<-i> ] [ B<-" -"I> ]" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<quota>" @@ -3232,8 +3282,8 @@ msgstr "" msgid "B<services>" msgstr "B<services>" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<setsid>(2)" msgstr "" @@ -3309,13 +3359,13 @@ msgid "B<submit@bugs.debian.org>" msgstr "" #: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm -#: debian-unstable opensuse-tumbleweed opensuse-leap-15-6 +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<swap>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B<syslog>" msgstr "" @@ -3330,7 +3380,7 @@ msgstr "" msgid "B<tar>" msgstr "B<tar>" -#: debian-bookworm opensuse-leap-15-6 debian-unstable +#: debian-bookworm debian-unstable #, no-wrap msgid "B<time>" msgstr "" @@ -3383,7 +3433,7 @@ msgstr "" msgid "B<version>" msgstr "B<version>" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<warn>" msgstr "B<warn>" @@ -3400,12 +3450,6 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap -msgid "B<z>" -msgstr "B<z>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap msgid "B<|>" msgstr "" @@ -3445,6 +3489,10 @@ msgstr "" msgid "BindInterface" msgstr "" +#: mageia-cauldron debian-bookworm opensuse-leap-15-6 +msgid "Bold" +msgstr "" + #: archlinux msgid "" "Bugs can be reported on the bug tracker I<https://bugs\\&.archlinux\\&.org> " @@ -3476,7 +3524,7 @@ msgid "COMMAND" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 #, no-wrap msgid "CONFIGURATION FILES" msgstr "" @@ -3552,18 +3600,6 @@ msgid "CertificateFile" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Change the location of the standard Python libraries. By default, the " -"libraries are searched in ${prefix}/lib/pythonE<lt>versionE<gt> and " -"${exec_prefix}/lib/pythonE<lt>versionE<gt>, where ${prefix} and " -"${exec_prefix} are installation-dependent directories, both defaulting to I</" -"usr/local>. When $PYTHONHOME is set to a single directory, its value " -"replaces both ${prefix} and ${exec_prefix}. To specify different values for " -"these, set $PYTHONHOME to ${prefix}:${exec_prefix}." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron #, no-wrap msgid "CheckHostIP" @@ -3638,12 +3674,6 @@ msgid "Commands" msgstr "Kommandoer" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Configure how Python evaluates the up-to-dateness of hash-based .pyc files." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron #, no-wrap msgid "ConnectTimeout" @@ -3678,6 +3708,10 @@ msgstr "" msgid "ControlPersist" msgstr "" +#: debian-unstable +msgid "Copyright \\(co 1994 Paul Vixie" +msgstr "" + #: opensuse-leap-15-6 msgid "" "Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL " @@ -3714,18 +3748,6 @@ msgid "Debug tool for filesystem driver." msgstr "Fejlsøgningsværktøj til filsystemdriver." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "Delete variables." -msgid "Debug-mode variables" -msgstr "Slet variable." - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Developer resources: https://devguide.python.org/" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Device nodes" @@ -3741,14 +3763,6 @@ msgstr "Mappe" msgid "Disable low-speed timeouts for downloads." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Disable the import of the module I<site> and the site-dependent " -"manipulations of I<sys.path> that it entails. Also disable these " -"manipulations if I<site> is explicitly imported later." -msgstr "" - #: debian-bookworm debian-unstable msgid "Display a help list." msgstr "Vis en hjælpeliste." @@ -3776,11 +3790,16 @@ msgstr "Vis programversion." msgid "Display the program version." msgstr "Vis programversionen." -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-unstable msgid "" -"Do B<-O> and also discard docstrings; change the filename for compiled " -"(bytecode) files by adding .opt-2 before the .pyc extension." +"Distribute freely, except: don\\*(Aqt remove my name from the source or " +"documentation (don\\*(Aqt take credit for my work), mark your changes " +"(don\\*(Aqt get me blamed for your possible bugs), don\\*(Aqt alter or " +"remove this notice\\&. May be sold if buildable source is provided to " +"buyer\\&. No warranty of any kind, express or implied, is included with this " +"software; use at your own risk, responsibility for damages (if any) to " +"anyone resulting from the use of this software rests entirely with the " +"user\\&." msgstr "" #: archlinux @@ -3789,38 +3808,12 @@ msgstr "" msgid "Do not colorize output\\&." msgstr "Send ikke resultatet via en datakanal til en tekstsøger\\&." -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Do not print the version and copyright messages. These messages are also " -"suppressed in non-interactive mode." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron msgid "" -"Documentation for installed Python modules and packages can be viewed by " -"running the B<pydoc> program." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Documentation: https://docs.python.org/" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Don't add user site directory to sys.path." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Don't write I<.pyc> files on import. See also PYTHONDONTWRITEBYTECODE." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Downloads: https://www.python.org/downloads/" +"Don't automatically prepend a potentially unsafe path to B<sys.path> such as " +"the current directory, the script's directory or an empty string. See also " +"the B<PYTHONSAFEPATH> environment variable." msgstr "" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed @@ -3828,7 +3821,7 @@ msgstr "" msgid "E<.An Markus Friedl Aq Mt markus@openbsd.org>" msgstr "E<.An Markus Friedl Aq Mt markus@openbsd.org>" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "E<.MT vixie@isc.org> Paul Vixie E<.ME>" msgstr "E<.MT vixie@isc.org> Paul Vixie E<.ME>" @@ -3877,6 +3870,14 @@ msgstr "E" msgid "Each line is in the form" msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Empty fields match all values; trailing empty fields may be omitted. For " +"example B<-W ignore::DeprecationWarning> ignores all DeprecationWarning " +"warnings." +msgstr "" + #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: debian-bookworm mageia-cauldron opensuse-leap-15-6 #, fuzzy, no-wrap @@ -3887,6 +3888,20 @@ msgstr "Miljøvariabler" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed archlinux #, no-wrap +msgid "Environment variables" +msgstr "Miljøvariabler" + +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Equivalent to B<--value> B<--property=>, i\\&.e\\&. shows the value of the " +"property without the property name or \"=\"\\&. Note that using B<-P> once " +"will also affect all properties listed with B<-p>/B<--property=>\\&." +msgstr "" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap msgid "Escape sequences" msgstr "" @@ -3902,6 +3917,12 @@ msgstr "" msgid "Example output" msgstr "" +#: debian-unstable fedora-rawhide +msgid "" +"Execute operation on a capsule\\&. Specify a capsule name to connect to\\&. " +"See B<capsule@.service>(5) for details about capsules\\&." +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -4002,6 +4023,12 @@ msgstr "" msgid "Fl p Ar port" msgstr "" +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Fl t Ar type" +msgstr "" + #: debian-bookworm debian-unstable mageia-cauldron fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -4048,13 +4075,6 @@ msgid "" "For more information about the fields of this structure, see B<passwd>(5)." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Force the stdout and stderr streams to be unbuffered. This option has no " -"effect on the stdin stream." -msgstr "" - #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable #, no-wrap @@ -4103,16 +4123,16 @@ msgstr "" msgid "GNU gettext-runtime 0.21" msgstr "GNU gettext-runtime 0.21" -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: opensuse-leap-15-6 #, fuzzy, no-wrap #| msgid "GNU gettext-runtime 0.21" msgid "GNU gettext-runtime 0.21.1" msgstr "GNU gettext-runtime 0.21" -#: archlinux fedora-rawhide +#: archlinux mageia-cauldron opensuse-tumbleweed fedora-40 fedora-rawhide #, fuzzy, no-wrap #| msgid "GNU gettext-runtime 0.21" -msgid "GNU gettext-runtime 0.22.2" +msgid "GNU gettext-runtime 0.22.5" msgstr "GNU gettext-runtime 0.21" #: opensuse-tumbleweed @@ -4221,47 +4241,19 @@ msgstr "" msgid "I<$XDG_RUNTIME_DIR>" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "I<${exec_prefix}/bin/python>" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy -#| msgid "B<#include E<lt>termios.hE<gt>>" -msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>" -msgstr "B<#include E<lt>termios.hE<gt>>" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>" -msgstr "" - -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I</dev/random>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I</dev/urandom>" msgstr "" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "I</etc/adjtime>" msgstr "" @@ -4307,6 +4299,90 @@ msgstr "" msgid "I</etc/services>" msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/>pidI</cgroup> (since Linux 2.6.24)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/>pidI</numa_maps> (since Linux 2.6.14)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/cgroups> (since Linux 2.6.24)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/key-users> (since Linux 2.6.10)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/keys> (since Linux 2.6.10)" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/loadavg>" +msgstr "" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</proc/meminfo>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/net/arp>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/net/dev>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/net/snmp>" +msgstr "" + +#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/slabinfo>" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/sys/fs/pipe-max-size> (since Linux 2.6.35)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/sys/fs/pipe-user-pages-hard> (since Linux 4.5)" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I</proc/sys/fs/pipe-user-pages-soft> (since Linux 4.5)" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap @@ -4329,6 +4405,12 @@ msgstr "" msgid "I<Broadcast=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<CacheDirectory=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<CapabilityBoundingSet=>" @@ -4339,6 +4421,12 @@ msgstr "" msgid "I<Compress=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<ConfigurationDirectory=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "I<DNS=>" @@ -4380,7 +4468,7 @@ msgid "I<Driver=>" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<Encrypt=>" msgstr "" @@ -4389,13 +4477,19 @@ msgstr "" msgid "I<Environment=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<FileDescriptorStorePreserve=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<FirewallMark=>" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<Flags=>" msgstr "" @@ -4422,6 +4516,14 @@ msgstr "" msgid "I<Hostname=>" msgstr "" +#: debian-unstable fedora-rawhide +msgid "I<IPv4Forwarding=>" +msgstr "" + +#: debian-unstable fedora-rawhide +msgid "I<IPv6Forwarding=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "I<IPv6PrivacyExtensions=>" @@ -4472,6 +4574,12 @@ msgstr "" msgid "I<LoaderImageIdentifier>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<LogsDirectory=>" +msgstr "I<LogsDirectory=>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<MACSpoofCheck=>" @@ -4502,6 +4610,12 @@ msgstr "" msgid "I<NUMAPolicy=>" msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I<Name>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<OOMPolicy=>" @@ -4542,6 +4656,11 @@ msgstr "" msgid "I<Property=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<ProtectSystem=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<Protocol=>" @@ -4582,6 +4701,12 @@ msgstr "" msgid "I<RouteTable=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<RuntimeDirectory=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<RuntimeMaxSec=>" @@ -4624,6 +4749,18 @@ msgstr "" msgid "I<SplitMode=>" msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I<State>" +msgstr "" + +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<StateDirectory=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<SystemCallArchitectures=>" @@ -4669,6 +4806,11 @@ msgstr "" msgid "I<Unit=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +msgid "I<UseDomains=>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<VLANId=>" @@ -4776,14 +4918,29 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "I<systemd\\&.restore_state=>" msgid "I<fstab\\&.extra>" -msgstr "I<systemd\\&.restore_state=>" +msgstr "I<fstab\\&.extra>" -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed +#: debian-unstable fedora-rawhide +msgid "I<home\\&.create\\&.*>" +msgstr "" + +#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6 msgid "I<http://www.sane-project.org/mailing-lists.html>" +msgstr "I<http://www.sane-project.org/mailing-lists.html>" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<ino>" +msgstr "" + +#: debian-unstable fedora-rawhide +msgid "I<journal\\&.forward_to_socket>" +msgstr "" + +#: debian-unstable fedora-rawhide +msgid "I<journal\\&.storage>" msgstr "" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 @@ -4792,6 +4949,12 @@ msgstr "" msgid "I<lorder>" msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "I<mask>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -4810,7 +4973,7 @@ msgstr "I<nummer>" msgid "I<offset>" msgstr "" -#: archlinux debian-bookworm opensuse-leap-15-6 debian-unstable fedora-40 +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "I<other>" @@ -4831,7 +4994,7 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<pathname> refers to a file on a read-only filesystem." -msgstr "" +msgstr "I<stinavn> refererer til en fil på et skrivebeskyttet filsystem.." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -4842,18 +5005,23 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I<port>" -msgstr "" +msgstr "I<port>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<quotacheck\\&.mode=>" msgstr "" +#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<resume_offset=>" +msgstr "" + #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: debian-bookworm mageia-cauldron opensuse-leap-15-6 #, no-wrap msgid "I<s>" -msgstr "" +msgstr "I<s>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -4873,10 +5041,8 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "I<systemd\\&.restore_state=>" msgid "I<sysctl\\&.extra>" -msgstr "I<systemd\\&.restore_state=>" +msgstr "I<sysctl\\&.extra>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -4887,11 +5053,6 @@ msgstr "B<io\\&.systemd\\&.Machine>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "I<systemd\\&.firstboot=>" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I<systemd\\&.getty_auto=>" msgstr "" @@ -4940,7 +5101,7 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I<v>" -msgstr "" +msgstr "I<v>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -4951,7 +5112,7 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I<w+>" -msgstr "" +msgstr "I<w+>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -4966,19 +5127,6 @@ msgid "INPUTFILE ..." msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "DOCUMENT SOURCE" -msgid "INTERNET RESOURCES" -msgstr "DOKUMENTKILDE" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "INTERPRETER INTERFACE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron #, no-wrap msgid "IPQoS" @@ -4988,7 +5136,7 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "IPv6 and TI-RPC support" -msgstr "" +msgstr "IPv6- og TI-RPC-understøttelse" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed @@ -5020,8 +5168,8 @@ msgstr "" msgid "IdentityFile" msgstr "" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6 msgid "" "If I<pathname> is an empty string, operate on the file referred to by " "I<dirfd> (which may have been obtained using the B<open>(2) B<O_PATH> " @@ -5036,41 +5184,12 @@ msgstr "" msgid "If I<x> is integral, +0, -0, NaN, or infinite, I<x> itself is returned." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for " -"generating the hash() of the types covered by the hash randomization. Its " -"purpose is to allow repeatable hashing, such as for selftests for the " -"interpreter itself, or to allow a cluster of python processes to share hash " -"values." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If available, the script name and additional arguments thereafter are passed " -"to the script in the Python variable I<sys.argv>, which is a list of strings " -"(you must first I<import sys> to be able to access it). If no script name " -"is given, I<sys.argv[0]> is an empty string; if B<-c> is used, I<sys." -"argv[0]> contains the string I<'-c'.> Note that options interpreted by the " -"Python interpreter itself are not placed in I<sys.argv>." -msgstr "" - #: debian-bookworm debian-unstable fedora-40 fedora-rawhide msgid "" "If no FILE is specified then the command acts like a filter, getting the " "data from standard input and writing the result to standard output." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If set to a non-empty string, Python will print statistics of the pymalloc " -"memory allocator every time a new pymalloc object arena is created, and on " -"shutdown." -msgstr "" - #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: archlinux opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -5097,146 +5216,12 @@ msgid "" "same as I<x>." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set to 0, it disables the default debugger. " -"It can be set to the callable of your debugger of choice." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set to a non-empty string, I<faulthandler." -"enable()> is called at startup: install a handler for SIGSEGV, SIGFPE, " -"SIGABRT, SIGBUS and SIGILL signals to dump the Python traceback." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set to a non-empty string, Python will show " -"how long each import takes. This is exactly equivalent to setting B<-X " -"importtime> on the command line." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set to a non-empty string, enable the debug " -"mode of the asyncio module." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set to a non-empty string, start tracing " -"Python memory allocations using the tracemalloc module." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set, I<sys.argv[0]> will be set to its value " -"instead of the value got through the C runtime. Only works on Mac OS X." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this environment variable is set, Python will dump objects and reference " -"counts still alive after shutting down the interpreter." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "" -"If this is set before running the interpreter, it overrides the encoding used\n" -"for stdin/stdout/stderr, in the syntax\n" -"I<encodingname>B<:>I<errorhandler>\n" -"The\n" -"I<errorhandler>\n" -"part is optional and has the same meaning as in str.encode. For stderr, the\n" -"I<errorhandler>\n" -" part is ignored; the handler will always be \\'backslashreplace\\'.\n" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a comma-separated string it is equivalent to specifying " -"the B<-W> option for each separate value." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"B> option (don't try to write I<.pyc> files)." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"O> option. If set to an integer, it is equivalent to specifying B<-O> " -"multiple times." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"d> option. If set to an integer, it is equivalent to specifying B<-d> " -"multiple times." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"i> option." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"s> option (Don't add the user site directory to sys.path)." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"u> option." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is set to a non-empty string it is equivalent to specifying the B<-" -"v> option. If set to an integer, it is equivalent to specifying B<-v> " -"multiple times." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"If this is the name of a readable file, the Python commands in that file are " -"executed before the first prompt is displayed in interactive mode. The file " -"is executed in the same name space where interactive commands are executed " -"so that objects defined or imported in it can be used without qualification " -"in the interactive session. You can also change the prompts I<sys.ps1> and " -"I<sys.ps2> in this file." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron msgid "" -"If this variable is set to \"random\", a random value is used to seed the " -"hashes of str and bytes objects." +"If this is set to a non-empty string, don't automatically prepend a " +"potentially unsafe path to B<sys.path> such as the current directory, the " +"script's directory or an empty string. See also the B<-P> option." msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -5255,6 +5240,13 @@ msgstr "" msgid "If you have support questions, send them to" msgstr "" +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If you notice any strange behavior, please report to the backend maintainer " +"or to the SANE mailing list." +msgstr "" + #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -5262,25 +5254,10 @@ msgid "" "send a subscription request to" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-unstable fedora-rawhide msgid "" -"Ignore environment variables like PYTHONPATH and PYTHONHOME that modify the " -"behavior of the interpreter." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"In interactive mode, the primary prompt is `E<gt>E<gt>E<gt>'; the second " -"prompt (which appears when a command is not complete) is `...'. The prompts " -"can be changed by assignment to I<sys.ps1> or I<sys.ps2>. The interpreter " -"quits when it reads an EOF at a prompt. When an unhandled exception occurs, " -"a stack trace is printed and control returns to the primary prompt; in non-" -"interactive mode, the interpreter exits after printing the stack trace. The " -"interrupt signal raises the I<Keyboard\\%Interrupt> exception; other UNIX " -"signals are not caught (except that SIGPIPE is sometimes ignored, in favor " -"of the I<IOError> exception). Error messages are written to stderr." +"In place of the directory path a \"\\&.v/\" versioned directory may be " +"specified, see B<systemd.v>(7) for details\\&." msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -5290,11 +5267,6 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "Interface Portability and Stability Promise" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Invalid argument passed." msgstr "" @@ -5304,17 +5276,16 @@ msgid "Invalid argument." msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Issue warnings about str(bytes_instance), str(bytearray_instance) and " -"comparing bytes/bytearray with str. (-bb: issue errors)" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Journal JSON Format" msgstr "" +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "July 2021" +msgid "July 1997" +msgstr "juli 2021" + #: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap @@ -5357,8 +5328,12 @@ msgstr "" msgid "KbdInteractiveDevices" msgstr "" -#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: mageia-cauldron +msgid "Keith Owens E<lt>kaos@ocs.com.auE<gt>" +msgstr "" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6 #, fuzzy, no-wrap #| msgid "Kernel release" msgid "Kernel" @@ -5641,48 +5616,41 @@ msgstr "" msgid "LEFT SINGLE QUOTATION MARK" msgstr "" -#: opensuse-leap-15-6 -msgid "LIBMOUNT_FSTAB=E<lt>pathE<gt>" -msgstr "" - -#: opensuse-leap-15-6 -msgid "LIBMOUNT_MTAB=E<lt>pathE<gt>" -msgstr "" - -#: opensuse-leap-15-6 -msgid "LIBSMARTCOLS_DEBUG=all" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "LICENSE" -msgid "LICENSING" -msgstr "LICENS" - -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed archlinux -#, no-wrap -msgid "LINES" -msgstr "LINJER" - #: debian-bookworm debian-unstable fedora-40 fedora-rawhide archlinux #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIST" msgstr "" +#: debian-bookworm +msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Landlock is supported by the kernel but disabled at boot time." msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Limit the maximum digit characters in an int value when converting from a " +"string and when converting an int back to a str. A value of 0 disables the " +"limit. Conversions to or from bases 2, 4, 8, 16, and 32 are never limited." +msgstr "" + #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #: debian-bookworm mageia-cauldron opensuse-leap-15-6 #, no-wrap msgid "Limitations" msgstr "" +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "Linux" +msgid "Linux 2.0.30" +msgstr "Linux" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -5779,14 +5747,24 @@ msgstr "" msgid "MT-Unsafe race" msgstr "" -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm fedora-40 fedora-rawhide opensuse-leap-15-6 msgid "Mailing-List archive at:" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Main website: https://www.python.org/" +#: debian-unstable +msgid "Maintained the package (1996-2005)\\&." +msgstr "" + +#: debian-unstable +msgid "Maintained the package (2005-2014)\\&." +msgstr "" + +#: debian-unstable +msgid "Maintained the package (2010-2016)\\&." +msgstr "" + +#: debian-unstable +msgid "Maintained the package (2022-2024)\\&." msgstr "" #: archlinux @@ -5795,6 +5773,12 @@ msgstr "" msgid "Maintainers:" msgstr "Nuværende vedligeholdere:" +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Many thanks go to:" +msgstr "" + #: opensuse-leap-15-6 #, no-wrap msgid "" @@ -5819,16 +5803,11 @@ msgid "" "assigned, the previously assigned value is cleared\\&." msgstr "" -#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-40 opensuse-tumbleweed msgid "Miloslav Trmac E<lt>mitr@redhat.comE<gt>" msgstr "Miloslav Trmac E<lt>mitr@redhat.comE<gt>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Module repository: https://pypi.org/" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Mount crypto devices." msgstr "Monter kryptoenheder." @@ -5839,12 +5818,16 @@ msgstr "Monter kryptoenheder." msgid "Mount options" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Newsgroups: comp.lang.python, comp.lang.python.announce" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Multiple B<-W> options can be given; when a warning matches more than one " +"option, the action for the last matching option is performed. Invalid B<-W> " +"options are ignored (though, a warning message is printed about invalid " +"options when the first warning is issued)." msgstr "" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "No errors" msgstr "Ingen fejl" @@ -5957,7 +5940,7 @@ msgstr "" msgid "Operation modifiers:" msgstr "Ændringer til handling:" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Operational error" msgstr "" @@ -5974,11 +5957,6 @@ msgid "Other options" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Override sys.platlibdir." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "PATH" @@ -5990,8 +5968,8 @@ msgstr "" msgid "PATTERNS" msgstr "MØNSTRE" -#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 -#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "PERMISSIONS" msgstr "" @@ -6030,158 +6008,20 @@ msgstr "POSIX.1-2001." msgid "POSIX.2." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHON" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONASYNCIODEBUG" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONBREAKPOINT" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy, no-wrap -#| msgid "DEBUG" -msgid "PYTHONDEBUG" -msgstr "FEJLSØG" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONDONTWRITEBYTECODE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONDUMPREFS" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONEXECUTABLE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONFAULTHANDLER" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONHASHSEED" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONHOME" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONINSPECT" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONIOENCODING" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONMALLOC" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONMALLOCSTATS" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONNOUSERSITE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONOPTIMIZE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONPATH" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONPLATLIBDIR" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONPROFILEIMPORTTIME" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONSTARTUP" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONTRACEMALLOC" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONUNBUFFERED" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONUSERBASE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, no-wrap -msgid "PYTHONVERBOSE" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron #, fuzzy, no-wrap #| msgid "WARNINGS" -msgid "PYTHONWARNINGS" +msgid "PYTHONINTMAXSTRDIGITS" msgstr "ADVARSLER" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy, no-wrap +#| msgid "PYTHON" +msgid "PYTHONSAFEPATH" +msgstr "PYTHON" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron #, no-wrap @@ -6210,51 +6050,37 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Pa ~/.ssh/id_dsa" -msgstr "" +msgstr "Pa ~/.ssh/id_dsa" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Pa ~/.ssh/id_ecdsa" -msgstr "" +msgstr "Pa ~/.ssh/id_ecdsa" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Pa ~/.ssh/id_ecdsa_sk" -msgstr "" +msgstr "Pa ~/.ssh/id_ecdsa_sk" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Pa ~/.ssh/id_ed25519" -msgstr "" +msgstr "Pa ~/.ssh/id_ed25519" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Pa ~/.ssh/id_ed25519_sk" -msgstr "" +msgstr "Pa ~/.ssh/id_ed25519_sk" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Pa ~/.ssh/id_rsa" -msgstr "" - -#: opensuse-tumbleweed -msgid "" -"Packages should install their configuration files in /usr/lib/ (distribution " -"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are " -"reserved for the local administrator, who may use this logic to override the " -"configuration files installed by vendor packages\\&. It is recommended to " -"prefix all filenames with a two-digit number and a dash, to simplify the " -"ordering of the files\\&. It is recommended to use the range 10-40 for " -"configuration files in /usr/ and the range 60-90 for configuration files in /" -"etc/ and /run/, to make sure that local and transient configuration files " -"will always take priority over configuration files shipped by the OS " -"vendor\\&." -msgstr "" +msgstr "Pa ~/.ssh/id_rsa" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron @@ -6310,8 +6136,8 @@ msgstr "" msgid "Portability notes" msgstr "" -#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "PowerPC" msgstr "" @@ -6323,15 +6149,6 @@ msgid "PreferredAuthentications" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Print a message each time a module is initialized, showing the place " -"(filename or built-in module) from which it is loaded. When given twice, " -"print a message for each file that is checked for when searching for a " -"module. Also provides information on module cleanup at exit." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron msgid "Print a usage summary and exit." msgstr "Vis en oversigt over brug og afslut." @@ -6339,21 +6156,24 @@ msgstr "Vis en oversigt over brug og afslut." #: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 #: opensuse-tumbleweed msgid "Print verbose internal information." -msgstr "" +msgstr "Vis uddybende intern information." -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Prints the Python version number of the executable and exits. When given " -"twice, print more information about the build." +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +#, fuzzy +#| msgid "Display usage information and exit." +msgid "Prints complete usage information and exits." +msgstr "Vis brugsinformation og afslut." + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Prints help about Python-specific environment variables and exits." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -#, fuzzy -#| msgid "Print a short help text and exit\\&." -msgid "Prints the usage for the interpreter executable and exits." -msgstr "Vis en kort hjælpetekst og afslut\\&." +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Prints help about implementation-specific B<-X> options and exits." +msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -6391,37 +6211,6 @@ msgid "Purpose" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Python is an interpreted, interactive, object-oriented programming language " -"that combines remarkable power with very clear syntax. For an introduction " -"to programming in Python, see the Python Tutorial. The Python Library " -"Reference documents built-in and standard types, constants, functions and " -"modules. Finally, the Python Reference Manual describes the syntax and " -"semantics of the core language in (perhaps too) much detail. (These " -"documents may be located via the B<INTERNET RESOURCES> below; they may be " -"installed on your system as well.)" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Python is distributed under an Open Source license. See the file " -"\"LICENSE\" in the Python source distribution for information on terms & " -"conditions for accessing and otherwise using Python and for a DISCLAIMER OF " -"ALL WARRANTIES." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Python's basic power can be extended with your own modules written in C or C+" -"+. On most systems such modules may be dynamically loaded. Python is also " -"adaptable as an extension language for existing applications. See the " -"internal documentation for hints." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "QUOTING" @@ -6458,43 +6247,24 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Read by others" -msgstr "" +msgstr "Læst af andre" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Read by user" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "Recommended location of the interpreter." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Recommended locations of the directories containing the include files needed " -"for developing Python extensions and embedding the interpreter." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Recommended locations of the directories containing the standard modules." -msgstr "" +msgstr "Læst af bruger" #: opensuse-leap-15-6 #, no-wrap msgid "Red Hat, Inc" -msgstr "" +msgstr "Red Hat, Inc" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: archlinux opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "User Commands" +#, no-wrap msgid "References" -msgstr "Brugerkommandoer" +msgstr "Referencer" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron @@ -6507,18 +6277,10 @@ msgstr "" msgid "Remount file system read-only." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Remove assert statements and any code conditional on the value of __debug__; " -"augment the filename for compiled (bytecode) files by adding .opt-1 before " -"the .pyc extension." -msgstr "" - #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 #: opensuse-tumbleweed msgid "Removed in Linux 2.6." -msgstr "" +msgstr "Fjernet i Linux 2.6." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -6526,7 +6288,7 @@ msgid "Report any other issue via the form at the GNU Savannah bug tracker:" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron msgid "Report bugs at https://github.com/gwsw/less/issues." msgstr "" @@ -6574,6 +6336,16 @@ msgstr "" "Afvikl »B<gs -h>« for at finde placeringen af Ghostscript-dokumentationen på " "dit system, hvor du kan se yderligere detaljer." +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Run Python in isolated mode. This also implies B<-E>, B<-P> and B<-s>. In " +"isolated mode sys.path contains neither the script's directory nor the " +"user's site-packages directory. All PYTHON* environment variables are " +"ignored, too. Further restrictions may be imposed to prevent the user from " +"injecting malicious code." +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "SGR substring for non-zero statistics values." @@ -6659,6 +6431,14 @@ msgstr "" msgid "S_TIME_FORMAT" msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Searches I<sys.path> for the named module and runs the corresponding I<.py> " +"file as a script. This terminates the option list (following options are " +"passed as arguments to the module)." +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap @@ -6671,6 +6451,20 @@ msgstr "Sikkerhed" msgid "See Also" msgstr "Se også" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "See B<aio>(7)." +msgid "See B<cgroups>(7)." +msgstr "Se B<aio>(7)." + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "See B<aio>(7)." +msgid "See B<core>(5)." +msgstr "Se B<aio>(7)." + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy @@ -6683,11 +6477,12 @@ msgstr "Se B<aio>(7)." msgid "See B<pthread_setschedparam>(3)." msgstr "Se B<pthread_setschedparam>(3)." -#: opensuse-leap-15-6 -msgid "" -"See B<terminal-colors.d>(5) for more details about colorization " -"configuration." -msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "See B<aio>(7)." +msgid "See B<sched>(7)." +msgstr "Se B<aio>(7)." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron @@ -6732,12 +6527,10 @@ msgstr "" msgid "Set debug environment variable." msgstr "Angiv miljøvariabel til fejlsøgning." -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron msgid "" -"Set the Python memory allocators and/or install debug hooks. The available " -"memory allocators are I<malloc> and I<pymalloc>. The available debug hooks " -"are I<debug>, I<malloc_debug>, and I<pymalloc_debug>." +"Set implementation-specific option. The following options are available:" msgstr "" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 @@ -6765,13 +6558,6 @@ msgid "" "errors." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Setting these variables only has an effect in a debug build of Python, that " -"is, if Python was configured with the B<--with-pydebug> build option." -msgstr "" - #: archlinux #, fuzzy #| msgid "Show this help." @@ -6786,7 +6572,7 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 archlinux debian-bookworm debian-unstable #: fedora-40 fedora-rawhide opensuse-tumbleweed msgid "Show summary of options." -msgstr "" +msgstr "Vis et overblik over tilvalgene." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -6795,11 +6581,11 @@ msgid "" "undefined results." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-unstable msgid "" -"Skip the first line of the source. This is intended for a DOS specific hack " -"only. Warning: the line numbers in error messages will be off by one!" +"Since year 1994, many modifications were made in this manpage, authored by " +"Debian Developers which maintained cron; above is a short list, more " +"information can be found in the file /usr/share/doc/cron/copyright\\&." msgstr "" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron @@ -6830,24 +6616,10 @@ msgid "" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Specify the command to execute (see next section). This terminates the " -"option list (following options are passed as arguments to the command)." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "St\\['e]phane Voltz E<lt>I<stef.dev@free.fr>E<gt>" msgstr "" -#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron -#: archlinux debian-bookworm opensuse-leap-15-6 -#, fuzzy, no-wrap -#| msgid "B<standards>(7)" -msgid "Standard" -msgstr "B<standards>(7)" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 msgid "Standard C library (I<libc>)" @@ -6890,7 +6662,11 @@ msgstr "" msgid "System-wide configuration file." msgstr "" -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "TCG Canonical Event Log Format (CEL-JSON)" +msgstr "" + +#: fedora-40 msgid "TCG Common Event Log Format (CEL-JSON)" msgstr "" @@ -6903,7 +6679,7 @@ msgstr "" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed archlinux #, no-wrap -msgid "TERMCAP" +msgid "TERM" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -6972,7 +6748,23 @@ msgstr "" msgid "The E<.Nm> command appeared in E<.Bx 4.2>." msgstr "" -#: debian-bookworm opensuse-leap-15-6 fedora-rawhide +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<action> field is as explained above but only applies to warnings that " +"match the remaining fields." +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<category> field matches the warning category (ex: " +"\"DeprecationWarning\"). This must be a class name; the match test whether " +"the actual warning category of the message is a subclass of the specified " +"warning category." +msgstr "" + +#: debian-bookworm fedora-rawhide msgid "The I<device> argument is the pathname of the block device." msgstr "" @@ -6983,9 +6775,25 @@ msgid "" "settable using B<IPC_SET>):" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "The Python Software Foundation: https://www.python.org/psf/" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<lineno> field matches the line number, where zero matches all line " +"numbers and is thus equivalent to an omitted line number." +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<message> field must match the whole printed warning message; this " +"match is case-insensitive." +msgstr "" + +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The I<module> field matches the (fully-qualified) module name; this match is " +"case-sensitive." msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -7027,6 +6835,14 @@ msgid "" "The WHEN argument defaults to 'always' and can also be 'auto' or 'never'." msgstr "Standarden for NÅR er »always« og kan også være »auto« eller »never«." +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The action names can be abbreviated as desired and the interpreter will " +"resolve them to the appropriate action name. For example, B<-Wi> is the same " +"as B<-Wignore .>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -7043,6 +6859,16 @@ msgstr "" msgid "The device containing the file has no room for the new directory entry." msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "The fields in each line are:" +msgstr "" + +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "The fields shown in each line are as follows:" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The file does not exist." @@ -7058,10 +6884,6 @@ msgstr "" msgid "The file is on a read-only filesystem." msgstr "" -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide -msgid "The following options are available:" -msgstr "" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7078,6 +6900,11 @@ msgstr "" msgid "The following shell session shows a sample run of the program:" msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "The full form of argument is: I<action:message:category:module:lineno>" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7095,27 +6922,6 @@ msgid "" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"The integer must be a decimal number in the range [0,4294967295]. " -"Specifying the value 0 will disable hash randomization." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"The interpreter interface resembles that of the UNIX shell: when called with " -"standard input connected to a tty device, it prompts for commands and " -"executes them until an EOF is read; when called with a file name argument or " -"with a file as standard input, it reads and executes a I<script> from that " -"file; when called with B<-c> I<command>, it executes the Python statement(s) " -"given as I<command>. Here I<command> may contain multiple statements " -"separated by newlines. Leading whitespace is significant in Python " -"statements! In non-interactive mode, the entire input is parsed before it is " -"executed." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The kernel source file I<Documentation/networking/ip-sysctl.txt>." msgstr "" @@ -7191,6 +6997,14 @@ msgstr "" msgid "The shared library implementing this backend:" msgstr "" +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"The simplest settings apply a particular action unconditionally to all " +"warnings emitted by a process (even those that are otherwise ignored by " +"default):" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7242,14 +7056,6 @@ msgid "" "exhausted." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"The value of the variable is the maximum number of frames stored in a " -"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the " -"most recent frame." -msgstr "" - #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7267,14 +7073,6 @@ msgstr "" msgid "There is exactly one image in a file." msgstr "" -#: debian-bookworm debian-unstable debian-bullseye -msgid "" -"These are subject to difference depending on local installation conventions; " -"${prefix} and ${exec_prefix} are installation-dependent and should be " -"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd," -"Linux} the default for both is I</usr>." -msgstr "" - #: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy @@ -7323,10 +7121,17 @@ msgstr "" msgid "These system calls are nonstandard Linux extensions." msgstr "" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "This command doesn\\(cqt manipulate partitions on a block device." msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy +#| msgid "This is a directory." +msgid "This directory may be empty." +msgstr "Dette er en mappe." + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7361,11 +7166,6 @@ msgid "" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "This is equivalent to the B<-X faulthandler> option." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This is the default unless I<binutils> was configured with \\&B<--enable-" @@ -7383,14 +7183,14 @@ msgid "" ">." msgstr "" -#: debian-bookworm +#: debian-bookworm debian-unstable msgid "" "This program is part of the I<procmail mail-processing-package> (v3.23pre) " "available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/" ">." msgstr "" -#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "" "This program is part of the I<procmail mail-processing-package> (v3.24) " "available at http://www.procmail.org/ or ftp.procmail.org in B<pub/procmail/" @@ -7412,14 +7212,6 @@ msgid "" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"This variable is ignored if the $B<PYTHONMALLOC> environment variable is " -"used to force the B<malloc>(3) allocator of the C library, or if Python is " -"configured without pymalloc support." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Title line" @@ -7430,13 +7222,6 @@ msgstr "" msgid "Too many symbolic links were encountered in translating the pathname." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"Turn on parser debugging output (for expert only, depending on compilation " -"options)." -msgstr "" - #: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap @@ -7449,7 +7234,7 @@ msgstr "" msgid "UpdateHostKeys" msgstr "" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Usage or syntax error" msgstr "" @@ -7514,11 +7299,14 @@ msgstr "" msgid "VAR=VAL" msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "Valid values for I<cmd> are:" msgstr "" +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +msgid "Valid values for I<op> are:" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron msgid "" @@ -7533,21 +7321,22 @@ msgstr "" msgid "VerifyHostKeyDNS" msgstr "" -#: debian-bookworm debian-unstable +#: debian-bookworm #, no-wrap msgid "Version 590: 03 Jun 2021" msgstr "Version 590: 3. juni 2021" -#: mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Version 590: 03 Jun 2021" -msgid "Version 643: 12 Feb 2024" +msgid "Version 643: 20 Jul 2023" msgstr "Version 590: 3. juni 2021" -#: archlinux fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#: mageia-cauldron #, fuzzy, no-wrap #| msgid "Version 590: 03 Jun 2021" -msgid "Version 643: 20 Jul 2023" +msgid "Version 654: 12 May 2024" msgstr "Version 590: 3. juni 2021" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -7556,21 +7345,28 @@ msgstr "Version 590: 3. juni 2021" msgid "Versions" msgstr "Versioner" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron msgid "" -"When Python is compiled in debug mode, the default is I<pymalloc_debug> and " -"the debug hooks are automatically used. Otherwise, the default is " -"I<pymalloc>." +"Warning control. Python's warning machinery by default prints warning " +"messages to I<sys.stderr>." msgstr "" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye +#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Warnings can also be controlled using the B<PYTHONWARNINGS> environment " +"variable and from within a Python program using the warnings module. For " +"example, the warnings.filterwarnings() function can be used to use a regular " +"expression on the warning message." +msgstr "" + +#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm +#: debian-unstable msgid "" -"When a script is passed as first argument or the B<-c> option is used, enter " -"interactive mode after executing the script or the command. It does not " -"read the $PYTHONSTARTUP file. This can be useful to inspect global " -"variables or a stack trace when a script raises an exception." +"When encrypting, you are prompted twice for the password as a precautionary " +"measure. It would be a disaster to encrypt files with a password that " +"wasn't what you intended." msgstr "" #: opensuse-leap-15-6 @@ -7646,6 +7442,10 @@ msgstr "Skrevet af Peter Miller." msgid "Written by Simon Josefsson." msgstr "Skrevet af Simon Josefsson." +#: debian-unstable +msgid "Wrote this manpage (1994)\\&." +msgstr "" + #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed msgid "" @@ -7666,15 +7466,10 @@ msgstr "[" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "[5]" -msgstr "[5]" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "[6]" -msgstr "[6]" +#, fuzzy, no-wrap +#| msgid "[3]" +msgid "[7]" +msgstr "[3]" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -7688,11 +7483,22 @@ msgstr "" msgid "[NETWORK] SECTION OPTIONS" msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "[To be documented.]" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "[To be documented]" msgstr "" +#: debian-unstable fedora-rawhide +msgid "" +"\\%https://en.wikipedia.org/wiki/" +"ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7716,11 +7522,6 @@ msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "\\%https://systemd.io/PORTABILITY_AND_STABILITY/" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "\\%https://systemd.io/UIDS-GIDS" msgstr "" @@ -7740,6 +7541,7 @@ msgid "\\%https://tools.ietf.org/html/rfc6762" msgstr "" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "\\%https://trustedcomputinggroup.org/resource/canonical-event-log-format/" msgstr "" @@ -7754,6 +7556,11 @@ msgstr "" msgid "\\%https://www.freedesktop.org/wiki/Software/systemd/inhibit" msgstr "" +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "\\&..." +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -7820,6 +7627,13 @@ msgstr "" msgid "abort" msgstr "" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "a" +msgid "ac" +msgstr "a" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -7846,15 +7660,9 @@ msgstr "" "for selve lænken" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 -#, no-wrap -msgid "all" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "append / indicator to directories" -msgstr "tilføj skråstreg som indikator for kataloger" +msgstr "tilføj skråstreg som indikator for mapper" #: opensuse-leap-15-6 msgid "append indicator (one of */=E<gt>@|) to entries" @@ -7874,11 +7682,17 @@ msgstr "" "tilføj indikator med stilen ORD til elementer: none (standard), slash (B<-" "p>), file-type (B<--file-type>), classify (B<-F>)" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "ar" +msgstr "ar" + #: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "as" -msgstr "" +msgstr "as" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -7915,7 +7729,7 @@ msgstr "" msgid "cgroup" msgstr "" -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "change the default of using modification times; access time (B<-u>): atime, " "access, use; change time (B<-c>): ctime, status; birth time: birth, creation;" @@ -7956,6 +7770,13 @@ msgstr "create" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "-dc" +msgid "dc" +msgstr "-dc" + +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "decode data" msgstr "afkod data" @@ -7970,7 +7791,7 @@ msgid "" "directory totals" msgstr "" "brug som standard blokke på 1024 byte for diskbrug bruges kun med B<-s> og i " -"sum for katalog" +"sum per mappe" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed @@ -7985,7 +7806,7 @@ msgstr "" #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "disk quotas" -msgstr "" +msgstr "diskkvotaer" #: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux #: debian-bookworm debian-unstable mageia-cauldron @@ -8021,14 +7842,18 @@ msgstr "" "udskriv ikke elementer, der matcher skalmønstret MØNSTER (tilsidesættes af " "B<-a> eller B<-A>)" -#: opensuse-leap-15-6 +#: archlinux fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed msgid "do not sort, enable B<-aU>, disable B<-ls> B<--color>" msgstr "sorter ikke, brug B<-aU>, brug ikke B<-ls> B<--color>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "do not sort; list entries in directory order" -msgstr "sorter ikke; vis filer som de ligger i kataloget" +msgstr "sorter ikke; vis filer som de ligger i mappen" + +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "do not traverse any symbolic links" +msgstr "gennemløb ingen symbolske lænker" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8038,23 +7863,35 @@ msgstr "gennemløb ingen symbolske lænker (standard)" #: opensuse-leap-15-6 #, no-wrap msgid "dosfstools 4.1" -msgstr "" +msgstr "dosfstools 4.1" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "dosfstools 4.2" -msgstr "" +msgstr "dosfstools 4.2" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "dw" +msgstr "dw" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "edit" +msgstr "rediger" + +#: debian-bookworm msgid "enables debug output." -msgstr "" +msgstr "aktiverer fejlsøgninsvisning." -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "enables libfdisk debug output." -msgstr "" +msgstr "aktiverer libfdisk-fejlsøgningsvisning." -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "enables libsmartcols debug output." msgstr "aktiverer libsmartcols-fejlsøgningsresultat." @@ -8086,7 +7923,8 @@ msgstr "fejl" msgid "exit" msgstr "exit" -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "explain how a file is copied. Implies B<-v>" msgstr "" @@ -8205,6 +8043,13 @@ msgstr "Siden glibc 2.12:" msgid "glibc 2.6." msgstr "" +#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40 +#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--help>" +msgid "glob" +msgstr "B<--help>" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -8217,6 +8062,12 @@ msgstr "gnu" msgid "graphical\\&.target" msgstr "" +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "groff 1.22.4" +msgid "groff 7" +msgstr "groff 1.22.4" + #: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40 #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, fuzzy, no-wrap @@ -8265,16 +8116,8 @@ msgstr "ia64" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "" -"if a command line argument is a symbolic link to a directory, traverse it" -msgstr "" -"hvis kommandolinjeargumentet er en symbolsk lænke til et katalog, så " -"gennemløb dette" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "if minor problems (e.g., cannot access subdirectory)," -msgstr "hvis mindre problemer (f.eks.: kan ikke tilgå underkatalog)," +msgstr "hvis mindre problemer (f.eks.: kan ikke tilgå undermappe)," #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8315,6 +8158,10 @@ msgstr "vis ikke slettete ord" msgid "inhibit output of inserted words" msgstr "vis ikke indsatte ord" +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "input paper name or dimensions (WIDTHxHEIGHT)" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "like B<-l> B<--time-style>=I<\\,full-iso\\/>" @@ -8350,8 +8197,7 @@ msgstr "det samme, men brug 1000 som grundtal, ikke 1024" msgid "likewise, except do not append '*'" msgstr "det samme, men tilføj ikke »*«" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed +#: debian-bookworm debian-unstable fedora-40 mageia-cauldron msgid "list all entries in directory order" msgstr "vis alle elementer i mapperækkefølge" @@ -8382,10 +8228,10 @@ msgstr "vis en fil per linje. Undgå \"\\en\" med B<-q> eller B<-b>" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "list subdirectories recursively" -msgstr "vis underkataloger rekursivt" +msgstr "vis undermapper rekursivt" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable #, no-wrap msgid "local" msgstr "" @@ -8400,30 +8246,16 @@ msgstr "" msgid "location of the proc file system" msgstr "" -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, fuzzy, no-wrap -#| msgid "e" -msgid "me" -msgstr "e" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "menu" -msgstr "" +msgstr "menu" -#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-40 opensuse-tumbleweed #, no-wrap msgid "mlocate" -msgstr "" - -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, fuzzy, no-wrap -#| msgid "m" -msgid "mr" -msgstr "m" +msgstr "mlocate" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8432,43 +8264,37 @@ msgid "multi-user\\&.target" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "nl" -msgstr "nl" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-tumbleweed mageia-cauldron opensuse-leap-15-6 #, no-wrap msgid "no" -msgstr "" +msgstr "nej" -#: debian-bookworm opensuse-leap-15-6 archlinux fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed debian-unstable +#: debian-bookworm archlinux fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed debian-unstable #, no-wrap msgid "now" -msgstr "" +msgstr "nu" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed archlinux #, no-wrap msgid "open" -msgstr "" +msgstr "åben" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "operate on files and directories recursively" -msgstr "ændre filer og kataloger rekursivt" +msgstr "ændre filer og mapper rekursivt" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "option lOffonEnd b" -msgstr "" +msgstr "tilvalget lOffonEnd b" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "option lampOff t" -msgstr "" +msgstr "tilvalget lampOff t" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8476,17 +8302,21 @@ msgid "option warmup t" msgstr "" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6 +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "other" msgstr "" +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +msgid "output paper name or dimensions (WIDTHxHEIGHT)" +msgstr "" + #: fedora-40 fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed archlinux #: debian-bookworm debian-unstable mageia-cauldron msgid "overstrike as for printers" msgstr "dobbeltskrift som for printere" -#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "passwd: compat systemd\n" @@ -8495,7 +8325,7 @@ msgid "" "gshadow: files systemd\n" msgstr "" -#: archlinux debian-unstable fedora-40 fedora-rawhide +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed #, no-wrap msgid "" "passwd: files systemd\n" @@ -8513,20 +8343,7 @@ msgstr "" #: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron #, no-wrap msgid "pause" -msgstr "" - -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, fuzzy, no-wrap -#| msgid "f" -msgid "pf" -msgstr "f" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "pipe" -msgstr "" +msgstr "pause" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8592,12 +8409,6 @@ msgid "procmail-announce-request@procmail.org" msgstr "procmail-announce-request@procmail.org" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron debian-bullseye -msgid "" -"python - an interpreted, interactive, object-oriented programming language" -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "quotas" @@ -8639,7 +8450,15 @@ msgstr "sorter i omvendt rækkefølge" msgid "s390" msgstr "" -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "bsd" +msgid "sd" +msgstr "bsd" + +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy #| msgid "" #| "change the default of using modification times; access time (B<-u>): " @@ -8664,6 +8483,19 @@ msgstr "" msgid "set output width to COLS. 0 means no limit" msgstr "sæt udskriftsbredde til KOLONNER. 0 er ubegrænset" +#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40 +#: fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "h" +msgid "sh" +msgstr "h" + +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed archlinux +#, no-wrap +msgid "shell" +msgstr "" + #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" @@ -8691,12 +8523,6 @@ msgstr "" msgid "signal" msgstr "B<signal>" -#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed archlinux -#, no-wrap -msgid "size" -msgstr "størrelse" - #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "sort alphabetically by entry extension" @@ -8800,11 +8626,11 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "text" -msgstr "" +msgstr "tekst" #: opensuse-leap-15-6 msgid "that points to a directory" -msgstr "der peger på et katalog" +msgstr "der peger på en mappe" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8814,7 +8640,7 @@ msgstr "" #: debian-bookworm debian-unstable fedora-40 fedora-rawhide #, no-wrap msgid "thinkfan 1.3.1" -msgstr "" +msgstr "thinkfan 1.3.1" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8825,17 +8651,12 @@ msgstr "format for dato/tid med B<-l>; se TIDSSTIL nedenfor" #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "timeout" -msgstr "" +msgstr "tidsudløb" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "to list all devices recognized by your SANE installation." -msgstr "" - -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "traverse every symbolic link to a directory encountered" -msgstr "gennemløb enhver symbolsk kataloglænke, der mødes undervejs" +msgstr "for at vise alle enheder genkendt af din SANE-installation." #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed @@ -8851,7 +8672,7 @@ msgstr "behandl alle filer som tekst" #: fedora-rawhide mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "tty" -msgstr "" +msgstr "tty" #: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed @@ -8892,7 +8713,7 @@ msgstr "" msgid "use termcap as for terminal displays" msgstr "brug termcap til at markere ord" -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "use visible padding characters." msgstr "" @@ -8918,12 +8739,16 @@ msgstr "speciel variant af -o for 'less'" msgid "version" msgstr "version" -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "version 5.4" +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +#, no-wrap msgid "version 7.2" -msgstr "version 5.4" +msgstr "version 7.2" + +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "version 7.2" +msgid "version 8.0" +msgstr "version 7.2" #: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #: opensuse-tumbleweed debian-bookworm debian-unstable @@ -8987,7 +8812,8 @@ msgstr "" "med B<-lt>: sorter efter, og vis, læsningstid; med B<-l>: vis læsningstid og " "sorter efter navn; ellers: sorter efter læsningstid, nyeste først" -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy #| msgid "" #| "with B<-lt>: sort by, and show, ctime (time of last modification of file " @@ -9002,7 +8828,7 @@ msgstr "" "filstatusinformation); med B<-l>: vis ctime og sorter efter navn; ellers: " "sorter efter ctime, nyeste først" -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "with B<-lt>: sort by, and show, ctime (time of last modification of file " "status information); with B<-l>: show ctime and sort by name; otherwise: " @@ -9079,244 +8905,244 @@ msgstr "" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ģ" -msgstr "" +msgstr "Ģ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ģ" -msgstr "" +msgstr "ģ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ī" -msgstr "" +msgstr "Ī" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ī" -msgstr "" +msgstr "ī" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Į" -msgstr "" +msgstr "Į" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "į" -msgstr "" +msgstr "į" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ķ" -msgstr "" +msgstr "Ķ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ķ" -msgstr "" +msgstr "ķ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ļ" -msgstr "" +msgstr "Ļ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ļ" -msgstr "" +msgstr "ļ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ł" -msgstr "" +msgstr "Ł" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ł" -msgstr "" +msgstr "ł" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ń" -msgstr "" +msgstr "Ń" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ń" -msgstr "" +msgstr "ń" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ņ" -msgstr "" +msgstr "Ņ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ņ" -msgstr "" +msgstr "ņ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ō" -msgstr "" +msgstr "Ō" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ō" -msgstr "" +msgstr "ō" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Œ" -msgstr "" +msgstr "Œ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "œ" -msgstr "" +msgstr "œ" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ś" -msgstr "" +msgstr "Ś" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ś" -msgstr "" +msgstr "ś" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ş" -msgstr "" +msgstr "Ş" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ş" -msgstr "" +msgstr "ş" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ū" -msgstr "" +msgstr "Ū" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ū" -msgstr "" +msgstr "ū" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ų" -msgstr "" +msgstr "Ų" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ų" -msgstr "" +msgstr "ų" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ź" -msgstr "" +msgstr "Ź" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ź" -msgstr "" +msgstr "ź" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "˙" -msgstr "" +msgstr "˙" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Є" -msgstr "" +msgstr "Є" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "І" -msgstr "" +msgstr "І" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Ї" -msgstr "" +msgstr "Ї" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "є" -msgstr "" +msgstr "є" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "і" -msgstr "" +msgstr "і" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ї" -msgstr "" +msgstr "ї" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "—" -msgstr "" +msgstr "—" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "‘" -msgstr "" +msgstr "‘" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "“" -msgstr "" +msgstr "“" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "…" -msgstr "" +msgstr "…" |