1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
# Danish translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Joe Hansen <joedalton2@yahoo.dk>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.22.0\n"
"POT-Creation-Date: 2024-05-01 15:50+0200\n"
"PO-Revision-Date: 2024-06-14 15:50+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: Dd
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "March 31, 1994"
msgstr "31. marts 1994"
#. type: Dt
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "RANDOM 6"
msgstr "RANDOM 6"
#. type: Sh
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr "NAVN"
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "E<.Nm random>"
msgstr "E<.Nm random>"
#. type: Nd
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "random lines from a file or random numbers"
msgstr "vilkårlige linjer fra en fil eller vilkårlige tal"
#. type: Sh
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr "SYNOPSIS"
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "E<.Nm> E<.Op Fl er> E<.Op Ar denominator>"
msgstr "E<.Nm> E<.Op Fl er> E<.Op Ar denominator>"
#. type: Sh
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESKRIVELSE"
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"E<.Nm> reads lines from the standard input and copies them to the standard "
"output with a probability of 1/denominator. The default value for E<.Ar "
"denominator> is 2."
msgstr ""
"E<.Nm> læser linjer fra standardind og kopierer dem til standardud med en "
"sandsynlighed på 1/denominator. Standardværdiem for E<.Ar denominator> er 2."
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "The options are as follows:"
msgstr "Tilvalgene er som følger:"
#. type: It
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "Fl e"
msgstr "Fl e"
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
"If the E<.Fl e> option is specified, E<.Nm> does not read or write anything, "
"and simply exits with a random exit value of 0 to E<.Ar denominator Ns -1>, "
"inclusive."
msgstr ""
"Hvis tilvalget E<.Fl e> er angivet, så læser eller skriver E<.Nm> intet, "
"og afslutter bare med en vilkårlig afslutningsværdi på 0 til E<.Ar "
"denominator Ns -1>, inklusive."
#. type: It
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "Fl r"
msgstr "Fl r"
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "The E<.Fl r> option guarantees that the output is unbuffered."
msgstr ""
"Tilvalget E<.Fl r> garanterer at resultatet er uden brug af et mellemlager."
#. type: Sh
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr "SE OGSÅ"
#. type: Plain text
#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
msgid "E<.Xr fortune 6>"
msgstr "E<.Xr fortune 6>"
|