TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / packaging / debian / po / sk.po
bloba493adcb0f0aad5fc52b3373ef066f48581ffc01
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the wireshark package.
5 # Translators:
6 # Automatically generated, 2011
7 # Slavko <linux@slavino.sk>, 2011
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: Wireshark\n"
11 "Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
12 "POT-Creation-Date: 2024-05-20 18:25+0000\n"
13 "PO-Revision-Date: 2017-09-22 06:50+0000\n"
14 "Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
15 "Language-Team: Slovak (http://www.transifex.com/wireshark/wireshark/language/"
16 "sk/)\n"
17 "Language: sk\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
22 ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
24 #. Type: boolean
25 #. Description
26 #: ../templates:2001
27 msgid "Should non-superusers be able to capture packets?"
28 msgstr "Môžu bežní používatelia zachytávať pakety?"
30 #. Type: boolean
31 #. Description
32 #: ../templates:2001
33 msgid ""
34 "Dumpcap can be installed in a way that allows members of the \"wireshark\" "
35 "system group to capture packets. This is recommended over the alternative of "
36 "running Wireshark/Tshark directly as root, because less of the code will run "
37 "with elevated privileges."
38 msgstr ""
39 "Dumpcap možno nainštalovať spôsobom, ktorý dovolí zachytávať pakety členom "
40 "systémovej skupiny „wireshark”. Toto je odporúčané oproti alternatívnemu "
41 "spúšťaniu Wireshark/Tshark priamo s právami root, pretože bude menej kódu "
42 "bežať s neobmedzenými právami."
44 #. Type: boolean
45 #. Description
46 #. Type: boolean
47 #. Description
48 #: ../templates:2001 ../templates:7001
49 msgid ""
50 "For more detailed information please see /usr/share/doc/wireshark-common/"
51 "README.Debian."
52 msgstr ""
53 "Ďalšie, podrobnejšie informácie nájdete v /usr/share/doc/wireshark-common/"
54 "README.Debian."
56 #. Type: boolean
57 #. Description
58 #. Type: boolean
59 #. Description
60 #: ../templates:2001 ../templates:7001
61 msgid ""
62 "Enabling this feature may be a security risk, so it is disabled by default. "
63 "If in doubt, it is suggested to leave it disabled."
64 msgstr ""
65 "Zapnutie tejto vlastnosti môže byť bezpečnostným rizikom, aj preto je "
66 "predvolene vypnutá. Ak si nie ste istý, odporúčame ponechať ju vypnutú."
68 #. Type: error
69 #. Description
70 #: ../templates:3001
71 msgid "Creating the wireshark system group failed"
72 msgstr ""
74 #. Type: error
75 #. Description
76 #: ../templates:3001
77 msgid ""
78 "The wireshark group does not exist, and creating it failed, so Wireshark "
79 "cannot be configured to capture traffic as an unprivileged user."
80 msgstr ""
82 #. Type: error
83 #. Description
84 #: ../templates:3001
85 msgid ""
86 "Please create the wireshark system group and try configuring wireshark-"
87 "common again."
88 msgstr ""
90 #. Type: error
91 #. Description
92 #: ../templates:4001
93 msgid "The wireshark group is a system group"
94 msgstr ""
96 #. Type: error
97 #. Description
98 #: ../templates:4001
99 msgid ""
100 "The wireshark group exists as a user group, but the preferred configuration "
101 "is for it to be created as a system group."
102 msgstr ""
104 #. Type: error
105 #. Description
106 #: ../templates:4001
107 msgid ""
108 "As a result, purging wireshark-common will not remove the wireshark group, "
109 "but everything else should work properly."
110 msgstr ""
112 #. Type: error
113 #. Description
114 #: ../templates:5001
115 msgid "Setting capabilities for dumpcap failed"
116 msgstr ""
118 #. Type: error
119 #. Description
120 #: ../templates:5001
121 msgid ""
122 "The attempt to use Linux capabilities to grant packet-capturing privileges "
123 "to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
124 msgstr ""
126 #. Type: error
127 #. Description
128 #: ../templates:6001
129 msgid "Removal of the wireshark group failed"
130 msgstr ""
132 #. Type: error
133 #. Description
134 #: ../templates:6001
135 msgid ""
136 "When the wireshark-common package is configured to allow non-superusers to "
137 "capture packets the postinst script of wireshark-common creates the "
138 "wireshark group as a system group."
139 msgstr ""
141 #. Type: error
142 #. Description
143 #: ../templates:6001
144 msgid ""
145 "However, on this system the wireshark group is a user group instead of being "
146 "a system group, so purging wireshark-common did not remove it."
147 msgstr ""
149 #. Type: error
150 #. Description
151 #: ../templates:6001
152 msgid "If the group is no longer needed, please remove it manually."
153 msgstr ""
155 #. Type: boolean
156 #. Description
157 #: ../templates:7001
158 #, fuzzy
159 #| msgid "Should non-superusers be able to capture packets?"
160 msgid "Should non-superusers be able to capture system calls?"
161 msgstr "Môžu bežní používatelia zachytávať pakety?"
163 #. Type: boolean
164 #. Description
165 #: ../templates:7001
166 #, fuzzy
167 #| msgid ""
168 #| "Dumpcap can be installed in a way that allows members of the "
169 #| "\"wireshark\" system group to capture packets. This is recommended over "
170 #| "the alternative of running Wireshark/Tshark directly as root, because "
171 #| "less of the code will run with elevated privileges."
172 msgid ""
173 "The falcodump external capture utility (extcap) can be installed in a way "
174 "that allows members of the \"scap\" system group to capture system calls. "
175 "This is recommended over the alternative of running Logray directly as root, "
176 "because less of the code will run with elevated privileges."
177 msgstr ""
178 "Dumpcap možno nainštalovať spôsobom, ktorý dovolí zachytávať pakety členom "
179 "systémovej skupiny „wireshark”. Toto je odporúčané oproti alternatívnemu "
180 "spúšťaniu Wireshark/Tshark priamo s právami root, pretože bude menej kódu "
181 "bežať s neobmedzenými právami."
183 #. Type: error
184 #. Description
185 #: ../templates:8001
186 msgid "Creating the \"scap\" system group failed"
187 msgstr ""
189 #. Type: error
190 #. Description
191 #: ../templates:8001
192 msgid ""
193 "The \"scap\" group does not exist, and creating it failed, so Logray cannot "
194 "be configured to capture system calls as an unprivileged user."
195 msgstr ""
197 #. Type: error
198 #. Description
199 #: ../templates:8001
200 msgid ""
201 "Please create the \"scap\" system group and try configuring logray again."
202 msgstr ""
204 #. Type: error
205 #. Description
206 #: ../templates:9001
207 msgid "The \"scap\" group is a system group"
208 msgstr ""
210 #. Type: error
211 #. Description
212 #: ../templates:9001
213 msgid ""
214 "The \"scap\" group exists as a user group, but the preferred configuration "
215 "is for it to be created as a system group."
216 msgstr ""
218 #. Type: error
219 #. Description
220 #: ../templates:9001
221 msgid ""
222 "As a result, purging logray will not remove the \"scap\" group, but "
223 "everything else should work properly."
224 msgstr ""