summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-04-13 14:26:14 +0200
committerJulien Lepiller <julien@lepiller.eu>2021-04-13 14:28:01 +0200
commit9b976cfe1d58200680a097e92af49bf558855994 (patch)
treefeaff6147b37585a0e7b3c6693a4c9bd78b9f421 /po
parent516a101dd4993116c59ed83d8baa546960d0061e (diff)
nls: Add Slovak translation.
* po/guix/LINGUAS: Add 'sk'. * po/guix/sk.po: New file.
Diffstat (limited to 'po')
-rw-r--r--po/guix/LINGUAS1
-rw-r--r--po/guix/sk.po7845
2 files changed, 7846 insertions, 0 deletions
diff --git a/po/guix/LINGUAS b/po/guix/LINGUAS
index 935d03a4b9a..72388a07ec8 100644
--- a/po/guix/LINGUAS
+++ b/po/guix/LINGUAS
@@ -11,6 +11,7 @@ fr
11hu 11hu
12pl 12pl
13pt_BR 13pt_BR
14sk
14sr 15sr
15sv 16sv
16ta 17ta
diff --git a/po/guix/sk.po b/po/guix/sk.po
new file mode 100644
index 00000000000..06e5d30c21e
--- /dev/null
+++ b/po/guix/sk.po
@@ -0,0 +1,7845 @@
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR the authors of Guix (msgids)
3# This file is distributed under the same license as the GNU guix package.
4# Marek Felšöci <marek@felsoci.sk>, 2021.
5msgid ""
6msgstr ""
7"Project-Id-Version: GNU guix\n"
8"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
9"POT-Creation-Date: 2021-04-13 01:18+0200\n"
10"PO-Revision-Date: 2021-04-12 23:02+0000\n"
11"Last-Translator: Marek Felšöci <marek@felsoci.sk>\n"
12"Language-Team: Slovak <https://translate.fedoraproject.org/projects/guix/"
13"guix/sk/>\n"
14"Language: sk\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
19"X-Generator: Weblate 4.5.3\n"
20
21#: gnu.scm:81
22#, scheme-format
23msgid "module ~a not found"
24msgstr "modul ~a sa nenašiel"
25
26#: gnu.scm:99
27msgid ""
28"You may use @command{guix package --show=foo | grep location} to search\n"
29"for the location of package @code{foo}.\n"
30"If you get the line @code{location: gnu/packages/bar.scm:174:2},\n"
31"add @code{bar} to the @code{use-package-modules} form."
32msgstr ""
33"Pomocou príkazu @command{guix package --show=foo | grep location} môžete\n"
34"vyhľadať umiestnenie balíka @code{foo}.\n"
35"Výsledok @code{location: gnu/packages/bar.scm:174:2} znamená, že\n"
36"treba pridať @code{bar} do @code{use-package-modules}."
37
38#: gnu.scm:107
39#, scheme-format
40msgid "Try adding @code{(use-package-modules ~a)}."
41msgstr "Skúste pridať @code{(use-package-modules ~a)}."
42
43#: gnu.scm:122
44#, scheme-format
45msgid ""
46"You may use @command{guix system search ~a} to search for a service\n"
47"matching @code{~a}.\n"
48"If you get the line @code{location: gnu/services/foo.scm:188:2},\n"
49"add @code{foo} to the @code{use-service-modules} form."
50msgstr ""
51"Pomocou príkazu @command{guix system search ~a} môžete\n"
52"vyhľadať službu @code{~a}.\n"
53"Výsledok @code{location: gnu/services/foo.scm:188:2} znamená, že\n"
54"treba pridať @code{foo} do @code{use-service-modules}."
55
56#: gnu.scm:131
57#, scheme-format
58msgid "Try adding @code{(use-service-modules ~a)}."
59msgstr "Skúste pridať @code{(use-service-modules ~a)}."
60
61#: gnu/packages.scm:96
62#, scheme-format
63msgid "~a: patch not found"
64msgstr "~a: záplata sa nenašla"
65
66#: gnu/packages.scm:480 gnu/packages.scm:521
67#, scheme-format
68msgid "ambiguous package specification `~a'~%"
69msgstr "nejednoznačné určenie balíka „~a“~%"
70
71#: gnu/packages.scm:481 gnu/packages.scm:522
72#, scheme-format
73msgid "choosing ~a@~a from ~a~%"
74msgstr "vyberá sa ~a@~a z ~a~%"
75
76#: gnu/packages.scm:486 guix/scripts/package.scm:214
77#, scheme-format
78msgid "package '~a' has been superseded by '~a'~%"
79msgstr "balík „~a“ bol nahradený balíkom „~a“~%"
80
81#: gnu/packages.scm:493 gnu/packages.scm:510
82#, scheme-format
83msgid "~A: package not found for version ~a~%"
84msgstr "~A: balík sa nenašiel vo verzii ~a~%"
85
86#: gnu/packages.scm:494 gnu/packages.scm:511
87#, scheme-format
88msgid "~A: unknown package~%"
89msgstr "~A: neznámy balík~%"
90
91#: gnu/packages.scm:550
92#, scheme-format
93msgid "package `~a' lacks output `~a'~%"
94msgstr "balík „~a“ postráda výstup „~a“~%"
95
96#: gnu/services.scm:254
97#, scheme-format
98msgid "~a: no value specified for service of type '~a'"
99msgstr "~a: nebola určená žiadna hodnota pre službu typu „~a“"
100
101#: gnu/services.scm:358
102msgid ""
103"Build the operating system top-level directory, which in\n"
104"turn refers to everything the operating system needs: its kernel, initrd,\n"
105"system profile, boot script, and so on."
106msgstr ""
107"Zostaviť koreňový priečinok operačného systému, ktorý\n"
108"odkazuje na všetko čo operačný systém potrebuje: jadro, initrd,\n"
109"systémový profil, zavádzací skript a podobne."
110
111#: gnu/services.scm:388
112msgid ""
113"Produce the operating system's boot script, which is spawned\n"
114"by the initrd once the root file system is mounted."
115msgstr ""
116"Vytvoriť zavádzací skript operačného systému, ktorý initrd\n"
117"spustí po pripojení koreňového súborového systému."
118
119#: gnu/services.scm:504
120msgid ""
121"Store provenance information about the system in the system\n"
122"itself: the channels used when building the system, and its configuration\n"
123"file, when available."
124msgstr ""
125"Uložiť údaje o pôvode systému v systéme\n"
126"samotnom: kanály použité pri zostavení systému a súbor nastavení,\n"
127"ak je dostupný."
128
129#: gnu/services.scm:587
130msgid ""
131"Delete files from @file{/tmp}, @file{/var/run}, and other\n"
132"temporary locations at boot time."
133msgstr ""
134"Odstrániť súbory z @file{/tmp}, @file{/var/run} a iných\n"
135"dočasných umiestnení pri zavedení systému."
136
137#: gnu/services.scm:649
138msgid ""
139"Run @dfn{activation} code at boot time and upon\n"
140"@command{guix system reconfigure} completion."
141msgstr ""
142"Vykonať @dfn{spúšťací} kód pri zavádzaní a po\n"
143"dokončení @command{guix system reconfigure}."
144
145#: gnu/services.scm:737
146msgid ""
147"Add special files to the root file system---e.g.,\n"
148"@file{/usr/bin/env}."
149msgstr ""
150"Pridať osobitné súbory do koreňového súborového\n"
151"systému (napr. @file{/usr/bin/env})."
152
153#: gnu/services.scm:760
154#, scheme-format
155msgid "duplicate '~a' entry for /etc"
156msgstr "/etc už obsahuje záznam „~a“"
157
158#: gnu/services.scm:788
159msgid "Populate the @file{/etc} directory."
160msgstr "Naplniť priečinok @file{/etc}."
161
162#: gnu/services.scm:805
163msgid ""
164"Populate @file{/run/setuid-programs} with the specified\n"
165"executables, making them setuid-root."
166msgstr ""
167"Naplniť @file{/run/setuid-programs} určenými spustiteľnými\n"
168"súbormi a prideliť im setuid-root príznak."
169
170#: gnu/services.scm:831
171msgid ""
172"This is the @dfn{system profile}, available as\n"
173"@file{/run/current-system/profile}. It contains packages that the sysadmin\n"
174"wants to be globally available to all the system users."
175msgstr ""
176"Toto je @dfn{systémový profil} dostupný prostredníctvom\n"
177"@file{/run/current-system/profile}. Obsahuje balíky, ktoré chce správca\n"
178"sprístupniť pre všetkých používateľov systému."
179
180#: gnu/services.scm:851
181msgid ""
182"Make ``firmware'' files loadable by the operating system\n"
183"kernel. Firmware may then be uploaded to some of the machine's devices, "
184"such\n"
185"as Wifi cards."
186msgstr ""
187"Označiť súbory „firmware“ ako spustiteľné jadrom operačného systému.\n"
188"Mikroprogramové vybavenie môže byť následne nahraté do zariadení, ako sú\n"
189"napríklad bezdrôtové sieťové karty."
190
191#: gnu/services.scm:882
192msgid ""
193"Register garbage-collector roots---i.e., store items that\n"
194"will not be reclaimed by the garbage collector."
195msgstr ""
196"Zaznamenať korene zberača odpadkov, teda položky\n"
197"úložiska, ktoré sa majú pri čistení zachovať."
198
199#: gnu/services.scm:908
200#, scheme-format
201msgid "no target of type '~a' for service '~a'"
202msgstr "nenašiel sa cieľ typu „~a“ pre službu „~a“"
203
204#: gnu/services.scm:934 gnu/services.scm:1053
205#, scheme-format
206msgid "more than one target service of type '~a'"
207msgstr "viac ako jedna cieľová služba typu „~a“"
208
209#: gnu/services.scm:1043
210#, scheme-format
211msgid "service of type '~a' not found"
212msgstr "nenašla sa služba typu „~a“"
213
214#: gnu/system.scm:351
215#, scheme-format
216msgid "unrecognized uuid ~a at '~a'~%"
217msgstr "nerozpoznané uuid ~a na „~a“~%"
218
219#: gnu/system.scm:433
220#, scheme-format
221msgid "unrecognized crypto-devices ~S at '~a'~%"
222msgstr "nerozpoznané šifrované zariadenia ~S na „~a“~%"
223
224#: gnu/system.scm:450
225#, scheme-format
226msgid "unrecognized boot parameters at '~a'~%"
227msgstr "nerozpoznané predvoľby zavádzania na „~a“~%"
228
229#: gnu/system.scm:563
230#, scheme-format
231msgid "mapped-device '~a' may not be mounted by the bootloader.~%"
232msgstr "zavádzač možno nepripojil mapované zariadenie „~a“.~%"
233
234#: gnu/system.scm:1023
235#, scheme-format
236msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%"
237msgstr ""
238"použitie reťazca znakov pre súbor „~a“ sa už neodporúča; namiesto toho "
239"použite „plain-file“~%"
240
241#: gnu/system.scm:1039
242#, scheme-format
243msgid ""
244"using a monadic value for '~a' is deprecated; use 'plain-file' instead~%"
245msgstr ""
246"použitie monády pre „~a“ sa už neodporúča; namiesto toho použite „plain-"
247"file“~%"
248
249#: gnu/system.scm:1167
250msgid "missing root file system"
251msgstr "chýba koreňový súborový systém"
252
253#: gnu/system.scm:1243
254#, scheme-format
255msgid "~a: invalid locale name"
256msgstr "~a: neplatný názov miestneho jazykového nastavenia"
257
258#: gnu/services/shepherd.scm:143
259msgid ""
260"Run the GNU Shepherd as PID 1---i.e., the operating system's first\n"
261"process. The Shepherd takes care of managing services such as daemons by\n"
262"ensuring they are started and stopped in the right order."
263msgstr ""
264"Spustiť GNU Shepherd ako PID 1, teda ako prvý proces operačného\n"
265"systému. Shepherd spravuje služby (napr. démonov) tak, že zaisťuje aby sa\n"
266"spúšťali a ukončovali v správnom poradí."
267
268#: gnu/services/shepherd.scm:235
269#, scheme-format
270msgid "service '~a' provided more than once"
271msgstr "služba „~a“ bola poskytnutá viac ako raz"
272
273#: gnu/services/shepherd.scm:250
274#, scheme-format
275msgid "service '~a' requires '~a', which is not provided by any service"
276msgstr "služba „~a“ vyžaduje „~a“, čo však neposkytuje žiadna služba"
277
278#: gnu/services/shepherd.scm:587
279msgid ""
280"The @code{user-processes} service is responsible for\n"
281"terminating all the processes so that the root file system can be re-"
282"mounted\n"
283"read-only, just before rebooting/halting. Processes still running after a "
284"few\n"
285"seconds after @code{SIGTERM} has been sent are terminated with\n"
286"@code{SIGKILL}."
287msgstr ""
288"Služba @code{user-processes} je zodpovedná za ukončenie všetkých\n"
289"procesov, aby mohol byť koreňový súborový systém tesne pred reštartom\n"
290"alebo vypnutím opätovne pripojený len na čítanie. Procesy, ktoré zostanú\n"
291"bežať aj niekoľko sekúnd po odoslaní signálu @code{SIGTERM} sa\n"
292"ukončia signálom @code{SIGKILL}."
293
294#: gnu/system/mapped-devices.scm:134
295msgid "Map a device node using Linux's device mapper."
296msgstr "Mapovať zariadenie pomocou mapovača zariadení Linuxu."
297
298#: gnu/system/mapped-devices.scm:163
299#, scheme-format
300msgid "you may need these modules in the initrd for ~a:~{ ~a~}"
301msgstr "mohli by ste tieto moduly potrebovať v initrd kvôli ~a:~{ ~a~}"
302
303#: gnu/system/mapped-devices.scm:168
304#, scheme-format
305msgid ""
306"Try adding them to the\n"
307"@code{initrd-modules} field of your @code{operating-system} declaration, "
308"along\n"
309"these lines:\n"
310"\n"
311"@example\n"
312" (operating-system\n"
313" ;; @dots{}\n"
314" (initrd-modules (append (list~{ ~s~})\n"
315" %base-initrd-modules)))\n"
316"@end example\n"
317"\n"
318"If you think this diagnostic is inaccurate, use the @option{--skip-checks}\n"
319"option of @command{guix system}.\n"
320msgstr ""
321"Skúste ich pridať do poľa @code{initrd-modules} pod\n"
322"@code{operating-system} asi takto:\n"
323"\n"
324"@example\n"
325" (operating-system\n"
326" ;; @dots{}\n"
327" (initrd-modules (append (list~{ ~s~})\n"
328" %base-initrd-modules)))\n"
329"@end example\n"
330"\n"
331"Ak považujete toto hlásenie za neopodstatnené, použite prepínač\n"
332"@option{--skip-checks} príkazu @command{guix system}.\n"
333
334#: gnu/system/mapped-devices.scm:251
335#, scheme-format
336msgid "no LUKS partition with UUID '~a'"
337msgstr "žiadny oddiel LUKS s UUID „~a“"
338
339#: gnu/system/shadow.scm:254
340#, scheme-format
341msgid "the following accounts appear more than once:~{ ~a~}~%"
342msgstr "nasledovné účty sa objavujú viac než raz:~{ ~a~}~%"
343
344#: gnu/system/shadow.scm:262
345#, scheme-format
346msgid "the following groups appear more than once:~{ ~a~}~%"
347msgstr "nasledovné skupiny sa objavujú viac než raz:~{ ~a~}~%"
348
349#: gnu/system/shadow.scm:273
350#, scheme-format
351msgid "supplementary group '~a' of user '~a' is undeclared"
352msgstr "doplnková skupina „~a“ používateľa „~a“ sa nenašla"
353
354#: gnu/system/shadow.scm:283
355#, scheme-format
356msgid "primary group '~a' of user '~a' is undeclared"
357msgstr "hlavná skupina „~a“ používateľa „~a“ sa nenašla"
358
359#: gnu/system/shadow.scm:425
360msgid ""
361"Ensure the specified user accounts and groups exist, as well\n"
362"as each account home directory."
363msgstr ""
364"Uistiť sa, že vybrané skupiny a používateľské účty ako aj\n"
365"príslušné domovské priečinky boli vytvorené."
366
367#: guix/import/opam.scm:166
368#, scheme-format
369msgid "Package not found in opam repository: ~a~%"
370msgstr "Balík sa nenašiel v opam repozitári: ~a~%"
371
372#: guix/import/opam.scm:388
373msgid "Updater for OPAM packages"
374msgstr "Nástroj na aktualizáciu balíkov OPAM"
375
376#: gnu/installer.scm:214
377msgid "Locale"
378msgstr "Miestne jazykové nastavenie"
379
380#: gnu/installer.scm:230 gnu/installer/newt/timezone.scm:58
381msgid "Timezone"
382msgstr "Časové pásmo"
383
384#: gnu/installer.scm:247
385msgid "Keyboard mapping selection"
386msgstr "Výber rozloženia klávesnice"
387
388#: gnu/installer.scm:256 gnu/installer/newt/hostname.scm:26
389msgid "Hostname"
390msgstr "Názov počítača"
391
392#: gnu/installer.scm:265
393msgid "Network selection"
394msgstr "Výber sieťového pripojenia"
395
396#: gnu/installer.scm:272
397msgid "Substitute server discovery"
398msgstr "Zisťovanie servera náhrad"
399
400#: gnu/installer.scm:279 gnu/installer/newt/user.scm:68
401#: gnu/installer/newt/user.scm:205
402msgid "User creation"
403msgstr "Vytváranie používateľov"
404
405#: gnu/installer.scm:287
406msgid "Services"
407msgstr "Služby"
408
409#: gnu/installer.scm:298
410msgid "Partitioning"
411msgstr "Rozdelenie disku"
412
413#: gnu/installer.scm:305 gnu/installer/newt/final.scm:53
414msgid "Configuration file"
415msgstr "Súbor nastavení"
416
417#: gnu/installer/connman.scm:196
418msgid "Could not determine the state of connman."
419msgstr "Nepodarilo sa zistiť stav connmana."
420
421#: gnu/installer/connman.scm:322
422msgid "Unable to find expected regexp."
423msgstr "Nepodarilo sa nájsť očakávaný regulárny výraz."
424
425#: gnu/installer/newt.scm:52
426msgid "Press <F1> for installation parameters."
427msgstr "Stlačením <F1> zobrazíte predvoľby inštalácie."
428
429#: gnu/installer/newt.scm:65
430#, scheme-format
431msgid ""
432"The installer has encountered an unexpected problem. The backtrace is "
433"displayed below. Please report it by email to <~a>."
434msgstr ""
435"Sprievodca inštaláciou narazil na neočakávanú chybu. Výpis zásobníka volaní "
436"je zobrazený nižšie. Prosím, nahláste túto chybu na adresu <~a>."
437
438#: gnu/installer/newt.scm:68
439msgid "Unexpected problem"
440msgstr "Neočakávaná chyba"
441
442#: gnu/installer/newt/ethernet.scm:66
443msgid "No ethernet service available, please try again."
444msgstr "Nie je dostupná žiadna drôtová sieť, skúste to znova."
445
446#: gnu/installer/newt/ethernet.scm:67
447msgid "No service"
448msgstr "Žiadna služba"
449
450#: gnu/installer/newt/ethernet.scm:76
451msgid "Please select an ethernet network."
452msgstr "Vyberte drôtové sieťové pripojenie."
453
454#: gnu/installer/newt/ethernet.scm:77
455msgid "Ethernet connection"
456msgstr "Drôtové sieťové pripojenie"
457
458#: gnu/installer/newt/ethernet.scm:81 gnu/installer/newt/keymap.scm:56
459#: gnu/installer/newt/locale.scm:43 gnu/installer/newt/network.scm:63
460#: gnu/installer/newt/network.scm:84 gnu/installer/newt/page.scm:309
461#: gnu/installer/newt/page.scm:673 gnu/installer/newt/page.scm:758
462#: gnu/installer/newt/partition.scm:56 gnu/installer/newt/partition.scm:91
463#: gnu/installer/newt/partition.scm:123 gnu/installer/newt/partition.scm:134
464#: gnu/installer/newt/partition.scm:631 gnu/installer/newt/partition.scm:652
465#: gnu/installer/newt/partition.scm:698 gnu/installer/newt/partition.scm:749
466#: gnu/installer/newt/partition.scm:760 gnu/installer/newt/services.scm:88
467#: gnu/installer/newt/timezone.scm:63 gnu/installer/newt/user.scm:204
468#: gnu/installer/newt/wifi.scm:206
469msgid "Exit"
470msgstr "Ukončiť"
471
472#: gnu/installer/newt/final.scm:46
473#, scheme-format
474msgid ""
475"We're now ready to proceed with the installation! A system configuration "
476"file has been generated, it is displayed below. This file will be available "
477"as '~a' on the installed system. The new system will be created from this "
478"file once you've pressed OK. This will take a few minutes."
479msgstr ""
480"Sme pripravení na inštaláciu! Bol vytvorený súbor nastavení systému "
481"zobrazený nižšie. Tento súbor bude po dokončení inštalácie dostupný v „~a“. "
482"Zostavovanie nového systému z tohto súboru nastavení sa spustí po stlačení "
483"tlačidla Dobre. Bude to trvať niekoľko minút."
484
485#: gnu/installer/newt/final.scm:70
486msgid "Installation complete"
487msgstr "Inštalácia dokončená"
488
489#: gnu/installer/newt/final.scm:71 gnu/installer/newt/parameters.scm:45
490#: gnu/installer/newt/welcome.scm:145
491msgid "Reboot"
492msgstr "Reštartovať"
493
494#: gnu/installer/newt/final.scm:72
495msgid ""
496"Congratulations! Installation is now complete. You may remove the device "
497"containing the installation image and press the button to reboot."
498msgstr ""
499"Blahoželáme! Inštalácia je dokončená. Môžete odobrať zariadenie s "
500"inštalačným obrazom a reštartovať počítač."
501
502#: gnu/installer/newt/final.scm:86
503msgid "Installation failed"
504msgstr "Inštalácia zlyhala"
505
506#: gnu/installer/newt/final.scm:87
507msgid "Resume"
508msgstr "Pokračovať"
509
510#: gnu/installer/newt/final.scm:88
511msgid "Restart the installer"
512msgstr "Reštartovať sprievodcu inštaláciou"
513
514#: gnu/installer/newt/final.scm:89
515msgid ""
516"The final system installation step failed. You can resume from a specific "
517"step, or restart the installer."
518msgstr ""
519"Záverečný inštalačný krok zlyhal. Môžete pokračovať v inštalácii od "
520"vybraného kroku alebo spustiť sprievodcu inštaláciou odznova."
521
522#: gnu/installer/newt/parameters.scm:31
523msgid ""
524"Please enter the HTTP proxy URL. If you enter an empty string, proxy usage "
525"will be disabled."
526msgstr ""
527"Zadajte adresu servera proxy. Ak ponecháte pole prázdne, žiadny server proxy "
528"sa nepoužije."
529
530#: gnu/installer/newt/parameters.scm:33
531msgid "HTTP proxy configuration"
532msgstr "Nastavenie servera proxy"
533
534#: gnu/installer/newt/parameters.scm:43
535msgid "Change keyboard layout"
536msgstr "Zmeniť rozloženie klávesnice"
537
538#: gnu/installer/newt/parameters.scm:44
539msgid "Configure HTTP proxy"
540msgstr "Nastaviť server proxy"
541
542#: gnu/installer/newt/parameters.scm:48
543msgid ""
544"Please choose one of the following parameters or press ‘Back’ to go back to "
545"the installation process."
546msgstr ""
547"Zvoľte jednu z nasledujúcich možností alebo stlačte „Naspäť“ pre návrat k "
548"inštalácii."
549
550#: gnu/installer/newt/parameters.scm:50
551msgid "Installation parameters"
552msgstr "Možnosti inštalácie"
553
554#: gnu/installer/newt/parameters.scm:55 gnu/installer/newt/keymap.scm:74
555#: gnu/installer/newt/locale.scm:63 gnu/installer/newt/locale.scm:78
556#: gnu/installer/newt/locale.scm:94 gnu/installer/newt/partition.scm:588
557#: gnu/installer/newt/timezone.scm:64
558msgid "Back"
559msgstr "Naspäť"
560
561#: gnu/installer/newt/hostname.scm:25
562msgid "Please enter the system hostname."
563msgstr "Zadajte názov počítača."
564
565#: gnu/installer/newt/keymap.scm:38
566msgid "Layout"
567msgstr "Rozloženie"
568
569#: gnu/installer/newt/keymap.scm:43
570msgid ""
571"Please choose your keyboard layout. It will only be used during the "
572"installation process. Non-Latin layouts can be toggled with Alt+Shift."
573msgstr ""
574"Vyberte rozloženie klávesnice, ktoré sa má použiť počas inštalácie. "
575"Nelatinské rozloženia sú dostupné prostredníctvom klávesovej skratky Alt"
576"+Shift."
577
578#: gnu/installer/newt/keymap.scm:46
579msgid ""
580"Please choose your keyboard layout. It will be used during the install "
581"process, and for the installed system. Non-Latin layouts can be toggled with "
582"Alt+Shift. You can switch to a different layout at any time from the "
583"parameters menu."
584msgstr ""
585"Vyberte rozloženie klávesnice, ktoré sa má použiť počas inštalácie ako aj "
586"pre novo-nainštalovaný systém. Nelatinské rozloženia sú dostupné "
587"prostredníctvom klávesovej skratky Alt+Shift. Rozloženie klávesnice môžete "
588"kedykoľvek prepnúť v ponuke možností inštalácie."
589
590#: gnu/installer/newt/keymap.scm:55 gnu/installer/newt/network.scm:62
591#: gnu/installer/newt/page.scm:308
592msgid "Continue"
593msgstr "Pokračovať"
594
595#: gnu/installer/newt/keymap.scm:67
596msgid "Variant"
597msgstr "Klávesnica"
598
599#: gnu/installer/newt/keymap.scm:70
600msgid "Please choose a variant for your keyboard layout."
601msgstr "Vyberte klávesnicu, ktorú chcete použiť."
602
603#: gnu/installer/newt/locale.scm:36
604msgid "Locale language"
605msgstr "Nastavenie jazyka"
606
607#: gnu/installer/newt/locale.scm:37
608msgid ""
609"Choose the language to use for the installation process and for the "
610"installed system."
611msgstr ""
612"Vyberte jazyk používateľského rozhrania, ktorý sa má použiť počas inštalácie "
613"a na novo-nainštalovanom systéme."
614
615#: gnu/installer/newt/locale.scm:57
616msgid "Locale location"
617msgstr "Krajina alebo územie"
618
619#: gnu/installer/newt/locale.scm:60
620msgid "Choose a territory for this language."
621msgstr "Vyberte vaše súčasné umiestnenie."
622
623#: gnu/installer/newt/locale.scm:71
624msgid "Locale codeset"
625msgstr "Kódovanie znakov"
626
627#: gnu/installer/newt/locale.scm:74
628msgid "Choose the locale encoding."
629msgstr "Vyberte kódovanie znakov."
630
631#: gnu/installer/newt/locale.scm:86
632msgid "Locale modifier"
633msgstr "Symbol meny"
634
635#: gnu/installer/newt/locale.scm:89
636msgid ""
637"Choose your locale's modifier. The most frequent modifier is euro. It "
638"indicates that you want to use Euro as the currency symbol."
639msgstr "Vyberte symbol meny. Najčastejšie používaným symbolom je Euro."
640
641#: gnu/installer/newt/locale.scm:190
642msgid "No location"
643msgstr "Žiadne umiestnenie"
644
645#: gnu/installer/newt/locale.scm:217
646msgid "No modifier"
647msgstr "Žiadny symbol meny"
648
649#: gnu/installer/newt/menu.scm:35
650msgid ""
651"Choose where you want to resume the install. You can also abort the "
652"installation by pressing the Abort button."
653msgstr ""
654"Vyberte odkiaľ chcete pokračovať v inštalácii. Inštaláciu môžete prerušiť "
655"stlačením tlačidla Prerušiť."
656
657#: gnu/installer/newt/menu.scm:37
658msgid "Installation menu"
659msgstr "Ponuka inštalácie"
660
661#: gnu/installer/newt/menu.scm:41
662msgid "Abort"
663msgstr "Prerušiť"
664
665#: gnu/installer/newt/network.scm:61 gnu/installer/newt/network.scm:80
666msgid "Internet access"
667msgstr "Prístup na internet"
668
669#: gnu/installer/newt/network.scm:64
670msgid ""
671"The install process requires Internet access but no network devices were "
672"found. Do you want to continue anyway?"
673msgstr ""
674"Sprievodca inštaláciou vyžaduje prístup na internet, no žiadne sieťové "
675"zariadenie sa nenašlo. Chcete napriek tomu pokračovať v inštalácii?"
676
677#: gnu/installer/newt/network.scm:78
678msgid ""
679"The install process requires Internet access. Please select a network device."
680msgstr ""
681"Sprievodca inštaláciou vyžaduje prístup na internet. Vyberte sieťové "
682"zariadenie, ktoré sa má použiť."
683
684#: gnu/installer/newt/network.scm:103
685msgid "Powering technology"
686msgstr "Spôsob napájania"
687
688#: gnu/installer/newt/network.scm:104
689#, scheme-format
690msgid "Waiting for technology ~a to be powered."
691msgstr "Čaká sa na napájanie prostredníctvom ~a."
692
693#: gnu/installer/newt/network.scm:128
694msgid "Checking connectivity"
695msgstr "Overuje sa spojenie"
696
697#: gnu/installer/newt/network.scm:129
698msgid "Waiting for Internet access establishment..."
699msgstr "Čaká sa na zahájenie internetového spojenia…"
700
701#: gnu/installer/newt/network.scm:139
702msgid ""
703"The selected network does not provide access to the Internet, please try "
704"again."
705msgstr "Zvolená sieť neposkytuje prístup na internet. Skúste to znova."
706
707#: gnu/installer/newt/network.scm:141 gnu/installer/newt/wifi.scm:108
708msgid "Connection error"
709msgstr "Chyba pripojenia"
710
711#: gnu/installer/newt/page.scm:198
712#, scheme-format
713msgid "Connecting to ~a, please wait."
714msgstr "Pripájanie k ~a. Prosím, čakajte."
715
716#: gnu/installer/newt/page.scm:199
717msgid "Connection in progress"
718msgstr "Prebieha pripájanie"
719
720#: gnu/installer/newt/page.scm:218 gnu/installer/newt/user.scm:60
721msgid "Show"
722msgstr "Zobraziť"
723
724#: gnu/installer/newt/page.scm:225 gnu/installer/newt/page.scm:672
725#: gnu/installer/newt/page.scm:757 gnu/installer/newt/partition.scm:451
726#: gnu/installer/newt/partition.scm:630 gnu/installer/newt/partition.scm:651
727#: gnu/installer/newt/partition.scm:690 gnu/installer/newt/user.scm:66
728#: gnu/installer/newt/user.scm:203
729msgid "OK"
730msgstr "Dobre"
731
732#: gnu/installer/newt/page.scm:251
733msgid "Please enter a non empty input."
734msgstr "Zadajte hodnotu."
735
736#: gnu/installer/newt/page.scm:252 gnu/installer/newt/user.scm:123
737msgid "Empty input"
738msgstr "Prázdna hodnota"
739
740#: gnu/installer/newt/page.scm:760
741msgid "Edit"
742msgstr "Upraviť"
743
744#: gnu/installer/newt/partition.scm:47
745msgid "Everything is one partition"
746msgstr "Všetko na jeden oddiel"
747
748#: gnu/installer/newt/partition.scm:48
749msgid "Separate /home partition"
750msgstr "Samostatný oddiel /home"
751
752#: gnu/installer/newt/partition.scm:50
753msgid "Please select a partitioning scheme."
754msgstr "Vyberte spôsob rozdelenia disku."
755
756#: gnu/installer/newt/partition.scm:51
757msgid "Partition scheme"
758msgstr "Spôsob rozdelenia disku"
759
760#. TRANSLATORS: The ~{ and ~} format specifiers are used to iterate the list
761#. of device names of the user partitions that will be formatted.
762#: gnu/installer/newt/partition.scm:65
763#, scheme-format
764msgid ""
765"We are about to write the configured partition table to the disk and format "
766"the partitions listed below. Their data will be lost. Do you wish to "
767"continue?~%~%~{ - ~a~%~}"
768msgstr ""
769"Na disk sa zapíše nová tabuľka oddielov a naformátujú sa nižšie uvedené "
770"oddiely. Všetky údaje na týchto oddieloch sa stratia. Chcete pokračovať?"
771"~%~%~{ - ~a~%~}"
772
773#: gnu/installer/newt/partition.scm:71
774msgid "Format disk?"
775msgstr "Formátovať disk?"
776
777#: gnu/installer/newt/partition.scm:74
778msgid "Partition formatting is in progress, please wait."
779msgstr "Prebieha formátovanie oddielov. Prosím, čakajte."
780
781#: gnu/installer/newt/partition.scm:75
782msgid "Preparing partitions"
783msgstr "Pripravujú sa oddiely"
784
785#: gnu/installer/newt/partition.scm:86
786msgid "Please select a disk."
787msgstr "Vyberte disk."
788
789#: gnu/installer/newt/partition.scm:87
790msgid "Disk"
791msgstr "Disková jednotka"
792
793#: gnu/installer/newt/partition.scm:99
794msgid ""
795"Select a new partition table type. Be careful, all data on the disk will be "
796"lost."
797msgstr ""
798"Vyberte typ novej tabuľky oddielov. Buďte opatrní, všetky údaje na disku sa "
799"stratia."
800
801#: gnu/installer/newt/partition.scm:101
802msgid "Partition table"
803msgstr "Tabuľka oddielov"
804
805#: gnu/installer/newt/partition.scm:118
806msgid "Please select a partition type."
807msgstr "Vyberte typ oddielu."
808
809#: gnu/installer/newt/partition.scm:119
810msgid "Partition type"
811msgstr "Typ oddielu"
812
813#: gnu/installer/newt/partition.scm:129
814msgid "Please select the file-system type for this partition."
815msgstr "Vyberte typ súborového systému pre tento oddiel."
816
817#: gnu/installer/newt/partition.scm:130
818msgid "File-system type"
819msgstr "Typ súborového systému"
820
821#: gnu/installer/newt/partition.scm:143
822msgid "Primary partitions count exceeded."
823msgstr "Prekročili ste povolený počet hlavných oddielov."
824
825#: gnu/installer/newt/partition.scm:144 gnu/installer/newt/partition.scm:149
826#: gnu/installer/newt/partition.scm:154
827msgid "Creation error"
828msgstr "Vytváranie zlyhalo"
829
830#: gnu/installer/newt/partition.scm:148
831msgid "Extended partition creation error."
832msgstr "Vyskytla sa chyba pri vytváraní rozšíreného oddielu."
833
834#: gnu/installer/newt/partition.scm:153
835msgid "Logical partition creation error."
836msgstr "Vyskytla sa chyba pri vytváraní logického oddielu."
837
838#: gnu/installer/newt/partition.scm:167
839#, scheme-format
840msgid ""
841"Please enter the password for the encryption of partition ~a (label: ~a)."
842msgstr "Zadajte heslo pre šifrovaný oddiel ~a (menovka: ~a)."
843
844#: gnu/installer/newt/partition.scm:169 gnu/installer/newt/wifi.scm:92
845msgid "Password required"
846msgstr "Vyžaduje sa heslo"
847
848#: gnu/installer/newt/partition.scm:174
849#, scheme-format
850msgid ""
851"Please confirm the password for the encryption of partition ~a (label: ~a)."
852msgstr "Potvrďte heslo pre šifrovaný oddiel ~a (menovka: ~a)."
853
854#: gnu/installer/newt/partition.scm:176 gnu/installer/newt/user.scm:160
855msgid "Password confirmation required"
856msgstr "Vyžaduje sa potvrdenie hesla"
857
858#: gnu/installer/newt/partition.scm:188 gnu/installer/newt/user.scm:168
859msgid "Password mismatch, please try again."
860msgstr "Heslá sa nezhodujú. Skúste to znova."
861
862#: gnu/installer/newt/partition.scm:189 gnu/installer/newt/user.scm:169
863msgid "Password error"
864msgstr "Chyba hesla"
865
866#: gnu/installer/newt/partition.scm:275
867msgid "Please enter the partition gpt name."
868msgstr "Zadajte gpt názov oddielu."
869
870#: gnu/installer/newt/partition.scm:276
871msgid "Partition name"
872msgstr "Názov oddielu"
873
874#: gnu/installer/newt/partition.scm:306
875msgid "Please enter the encrypted label"
876msgstr "Zadajte názov šifrovaného oddielu"
877
878#: gnu/installer/newt/partition.scm:307
879msgid "Encryption label"
880msgstr "Názov šifrovaného oddielu"
881
882#: gnu/installer/newt/partition.scm:324
883#, scheme-format
884msgid "Please enter the size of the partition. The maximum size is ~a."
885msgstr "Zadajte veľkosť oddielu. Najvyššia možná hodnota je ~a."
886
887#: gnu/installer/newt/partition.scm:326
888msgid "Partition size"
889msgstr "Veľkosť oddielu"
890
891#: gnu/installer/newt/partition.scm:344
892msgid "The percentage can not be superior to 100."
893msgstr "Percentuálna hodnota nesmie presiahnuť 100."
894
895#: gnu/installer/newt/partition.scm:345 gnu/installer/newt/partition.scm:350
896#: gnu/installer/newt/partition.scm:355
897msgid "Size error"
898msgstr "Chyba veľkosti"
899
900#: gnu/installer/newt/partition.scm:349
901msgid "The requested size is incorrectly formatted, or too large."
902msgstr ""
903"Požadovaná veľkosť je nesprávne zapísaná alebo je hodnota príliš vysoká."
904
905#: gnu/installer/newt/partition.scm:354
906msgid "The request size is superior to the maximum size."
907msgstr "Požadovaná veľkosť je vyššia ako najvyššia možná hodnota."
908
909#: gnu/installer/newt/partition.scm:374
910msgid ""
911"Please enter the desired mounting point for this partition. Leave this field "
912"empty if you don't want to set a mounting point."
913msgstr ""
914"Zadajte prípojný bod pre tento oddiel. Ak nechcete nastaviť žiadny prípojný "
915"bod, ponechajte toto pole prázdne."
916
917#: gnu/installer/newt/partition.scm:376
918msgid "Mounting point"
919msgstr "Prípojný bod"
920
921#: gnu/installer/newt/partition.scm:440
922#, scheme-format
923msgid "Creating ~a partition starting at ~a of ~a."
924msgstr "Vytvára sa oddiel ~a začínajúci na ~a z ~a."
925
926#: gnu/installer/newt/partition.scm:442
927#, scheme-format
928msgid "You are currently editing partition ~a."
929msgstr "Práve upravujete oddiel ~a."
930
931#: gnu/installer/newt/partition.scm:445
932msgid "Partition creation"
933msgstr "Vytvorenie oddielu"
934
935#: gnu/installer/newt/partition.scm:446
936msgid "Partition edit"
937msgstr "Úprava oddielu"
938
939#: gnu/installer/newt/partition.scm:627
940#, scheme-format
941msgid "Are you sure you want to delete everything on disk ~a?"
942msgstr "Ste si istí, že chcete odstrániť všetky údaje na disku ~a?"
943
944#: gnu/installer/newt/partition.scm:629
945msgid "Delete disk"
946msgstr "Odstrániť disk"
947
948#: gnu/installer/newt/partition.scm:643
949msgid "You cannot delete a free space area."
950msgstr "Nie je možné odstrániť voľné miesto."
951
952#: gnu/installer/newt/partition.scm:644 gnu/installer/newt/partition.scm:650
953msgid "Delete partition"
954msgstr "Odstrániť oddiel"
955
956#: gnu/installer/newt/partition.scm:648
957#, scheme-format
958msgid "Are you sure you want to delete partition ~a?"
959msgstr "Ste si istí, že chcete odstrániť oddiel ~a?"
960
961#: gnu/installer/newt/partition.scm:665
962msgid ""
963"You can change a disk's partition table by selecting it and pressing ENTER. "
964"You can also edit a partition by selecting it and pressing ENTER, or remove "
965"it by pressing DELETE. To create a new partition, select a free space area "
966"and press ENTER.\n"
967"\n"
968"At least one partition must have its mounting point set to '/'."
969msgstr ""
970"Tabuľku oddielov môžete zmeniť vybratím príslušného disku a stlačením "
971"klávesu ENTER. Vybraný oddiel môžete upraviť stlačením klávesu ENTER alebo "
972"odstrániť stlačením klávesu DELETE. Pre vytvorenie nového oddielu vyberte "
973"voľné miesto a stlačte ENTER.\n"
974"\n"
975"Aspoň jeden oddiel musí mať nastavený prípojný bod na „/“."
976
977#: gnu/installer/newt/partition.scm:671
978#, scheme-format
979msgid ""
980"This is the proposed partitioning. It is still possible to edit it or to go "
981"back to install menu by pressing the Exit button.~%~%"
982msgstr ""
983"Toto je navrhované rozdelenie disku. Môžete ho upraviť alebo sa vrátiť k "
984"inštalácii stlačením tlačidla Ukončiť.~%~%"
985
986#: gnu/installer/newt/partition.scm:681
987msgid "Guided partitioning"
988msgstr "Sprievodca rozdelením disku"
989
990#: gnu/installer/newt/partition.scm:682
991msgid "Manual partitioning"
992msgstr "Ručné rozdelenie"
993
994#: gnu/installer/newt/partition.scm:707
995msgid "No root mount point found."
996msgstr "Nenašiel sa koreňový prípojný bod."
997
998#: gnu/installer/newt/partition.scm:708
999msgid "Missing mount point"
1000msgstr "Postráda sa prípojný bod"
1001
1002#: gnu/installer/newt/partition.scm:739
1003msgid "Guided - using the entire disk"
1004msgstr "Sprievodca - použiť celý disk"
1005
1006#: gnu/installer/newt/partition.scm:740
1007msgid "Guided - using the entire disk with encryption"
1008msgstr "Sprievodca - použiť celý disk so šifrovaním"
1009
1010#: gnu/installer/newt/partition.scm:741
1011msgid "Manual"
1012msgstr "Ručne"
1013
1014#: gnu/installer/newt/partition.scm:743
1015msgid "Please select a partitioning method."
1016msgstr "Vyberte spôsob rozdelenia disku."
1017
1018#: gnu/installer/newt/partition.scm:744
1019msgid "Partitioning method"
1020msgstr "Spôsob rozdelenia disku"
1021
1022#: gnu/installer/newt/services.scm:38
1023msgid ""
1024"Please select the desktop environment(s) you wish to install. If you select "
1025"multiple desktop environments here, you will be able to choose from them "
1026"later when you log in."
1027msgstr ""
1028"Vyberte, ktoré používateľské rozhrania sa majú nainštalovať. Ak označíte "
1029"viaceré rozhrania, pri prihlasovaní si budete môcť spomedzi nich vybrať to, "
1030"ktoré chcete použiť."
1031
1032#: gnu/installer/newt/services.scm:41
1033msgid "Desktop environment"
1034msgstr "Používateľské rozhranie"
1035
1036#: gnu/installer/newt/services.scm:58
1037msgid "You can now select networking services to run on your system."
1038msgstr ""
1039"Teraz si môžete vybrať sieťové služby, ktoré chcete spúšťať na vašom systéme."
1040
1041#: gnu/installer/newt/services.scm:60
1042msgid "Network service"
1043msgstr "Sieťová služba"
1044
1045#: gnu/installer/newt/services.scm:73
1046msgid "Network management"
1047msgstr "Správa siete"
1048
1049#: gnu/installer/newt/services.scm:76
1050msgid ""
1051"Choose the method to manage network connections.\n"
1052"\n"
1053"We recommend NetworkManager or Connman for a WiFi-capable laptop; the DHCP "
1054"client may be enough for a server."
1055msgstr ""
1056"Vyberte spôsob správy sieťových pripojení.\n"
1057"\n"
1058"Odporúča sa NetworkManager alebo Connman v prípade prenosného počítača s "
1059"bezdrôtovým pripojením. Pre server by mal stačiť DHCP klient."
1060
1061#: gnu/installer/newt/substitutes.scm:31
1062msgid "Substitute server discovery."
1063msgstr "Zisťovanie servera náhrad."
1064
1065#: gnu/installer/newt/substitutes.scm:32
1066msgid "Enable"
1067msgstr "Povoliť"
1068
1069#: gnu/installer/newt/substitutes.scm:32
1070msgid "Disable"
1071msgstr "Nepovoliť"
1072
1073#: gnu/installer/newt/substitutes.scm:33
1074msgid ""
1075" By turning this option on, you allow Guix to fetch substitutes (pre-built "
1076"binaries) during installation from servers discovered on your local area "
1077"network (LAN) in addition to the official server. This can increase "
1078"download throughput.\n"
1079"\n"
1080" There are no security risks: only genuine substitutes may be retrieved from "
1081"those servers. However, eavesdroppers on your LAN may be able to see what "
1082"software you are installing."
1083msgstr ""
1084" Ak povolíte túto možnosť, systém Guix bude môcť počas inštalácie sťahovať "
1085"náhrady (pred-zostavené binárne súbory) nie len z oficiálneho servera náhrad "
1086"ale aj zo serverov vo vašej miestnej sieti (LAN). Môže to zvýšiť rýchlosť "
1087"sťahovania.\n"
1088"\n"
1089"Nie je to bezpečnostná hrozba. Systém Guix môže z týchto serverov sťahovať "
1090"iba pravé náhrady. Avšak, hocikto vo vašej miestnej sieti môže vidieť aké "
1091"balíky inštalujete."
1092
1093#: gnu/installer/newt/timezone.scm:59
1094msgid "Please select a timezone."
1095msgstr "Vyberte časové pásmo."
1096
1097#: gnu/installer/newt/user.scm:45
1098msgid "Name"
1099msgstr "Meno"
1100
1101#: gnu/installer/newt/user.scm:47
1102msgid "Real name"
1103msgstr "Celé meno"
1104
1105#: gnu/installer/newt/user.scm:49
1106msgid "Home directory"
1107msgstr "Domovský priečinok"
1108
1109#: gnu/installer/newt/user.scm:51
1110msgid "Password"
1111msgstr "Heslo"
1112
1113#: gnu/installer/newt/user.scm:122
1114msgid "Empty inputs are not allowed."
1115msgstr "Prázdne hodnoty nie sú povolené."
1116
1117#: gnu/installer/newt/user.scm:159
1118msgid "Please confirm the password."
1119msgstr "Potvrďte heslo."
1120
1121#. TRANSLATORS: Leave "root" untranslated: it refers to the name of the
1122#. system administrator account.
1123#: gnu/installer/newt/user.scm:176
1124msgid "Please choose a password for the system administrator (\"root\")."
1125msgstr "Zvoľte heslo pre účet správcu systému („root“)."
1126
1127#: gnu/installer/newt/user.scm:178
1128msgid "System administrator password"
1129msgstr "Heslo pre účet správcu systému"
1130
1131#: gnu/installer/newt/user.scm:191
1132msgid "Please add at least one user to system using the 'Add' button."
1133msgstr "Pridajte aspoň jedného používateľa stlačením tlačidla „Pridať“."
1134
1135#: gnu/installer/newt/user.scm:194
1136msgid "Add"
1137msgstr "Pridať"
1138
1139#: gnu/installer/newt/user.scm:195
1140msgid "Delete"
1141msgstr "Odstrániť"
1142
1143#: gnu/installer/newt/user.scm:255
1144msgid "Please create at least one user."
1145msgstr "Vytvorte aspoň jedného používateľa."
1146
1147#: gnu/installer/newt/user.scm:256
1148msgid "No user"
1149msgstr "Žiadny používateľ"
1150
1151#: gnu/installer/newt/welcome.scm:125
1152msgid "GNU Guix install"
1153msgstr "Sprievodca inštaláciou systému GNU Guix"
1154
1155#: gnu/installer/newt/welcome.scm:126
1156msgid ""
1157"Welcome to GNU Guix system installer!\n"
1158"\n"
1159"You will be guided through a graphical installation program.\n"
1160"\n"
1161"If you are familiar with GNU/Linux and you want tight control over the "
1162"installation process, you can instead choose manual installation. "
1163"Documentation is accessible at any time by pressing Ctrl-Alt-F2."
1164msgstr ""
1165"Víta vás sprievodca inštaláciou systému GNU Guix!\n"
1166"\n"
1167"Tento sprievodca vás prevedie celým procesom inštalácie.\n"
1168"\n"
1169"Ak ste skúseným používateľom systému GNU/Linux a chcete mať väčšiu kontrolu "
1170"nad inštalačným procesom, môžete si vybrať ručnú inštaláciu. Pomocníka je "
1171"možné kedykoľvek vyvolať prostredníctvom klávesovej skratky Ctrl+Alt+F2."
1172
1173#: gnu/installer/newt/welcome.scm:135
1174msgid "Graphical install using a terminal based interface"
1175msgstr "Použiť sprievodcu inštaláciou"
1176
1177#: gnu/installer/newt/welcome.scm:138
1178msgid "Install using the shell based process"
1179msgstr "Inštalovať ručne z príkazového riadku"
1180
1181#: gnu/installer/newt/wifi.scm:82
1182msgid "Unable to find a wifi technology"
1183msgstr "Nepodarilo sa nájsť žiadne zariadenie bezdrôtového pripojenia"
1184
1185#: gnu/installer/newt/wifi.scm:86
1186msgid "Scanning wifi for available networks, please wait."
1187msgstr "Vyhľadávajú sa dostupné bezdrôtové siete. Prosím, čakajte."
1188
1189#: gnu/installer/newt/wifi.scm:87
1190msgid "Scan in progress"
1191msgstr "Prebieha vyhľadávanie"
1192
1193#: gnu/installer/newt/wifi.scm:91
1194msgid "Please enter the wifi password."
1195msgstr "Zdajte heslo bezdrôtovej siete."
1196
1197#: gnu/installer/newt/wifi.scm:98
1198#, scheme-format
1199msgid "The password you entered for ~a is incorrect."
1200msgstr "Zadané heslo pre ~a je nesprávne."
1201
1202#: gnu/installer/newt/wifi.scm:100
1203msgid "Wrong password"
1204msgstr "Nesprávne heslo"
1205
1206#: gnu/installer/newt/wifi.scm:106
1207#, scheme-format
1208msgid "An error occurred while trying to connect to ~a, please retry."
1209msgstr "Počas pripájania k ~a sa vyskytla chyba. Skúste to znova."
1210
1211#: gnu/installer/newt/wifi.scm:201
1212msgid "Please select a wifi network."
1213msgstr "Vyberte bezdrôtovú sieť."
1214
1215#: gnu/installer/newt/wifi.scm:207
1216msgid "Scan"
1217msgstr "Vyhľadať"
1218
1219#: gnu/installer/newt/wifi.scm:212
1220msgid "No wifi detected"
1221msgstr "Nezistili sa žiadne bezdrôtové siete"
1222
1223#: gnu/installer/newt/wifi.scm:227
1224msgid "Wifi"
1225msgstr "Bezdrôtové pripojenie"
1226
1227#: gnu/installer/parted.scm:402 gnu/installer/parted.scm:439
1228msgid "Free space"
1229msgstr "Voľné miesto"
1230
1231#: gnu/installer/parted.scm:528
1232#, scheme-format
1233msgid "Name: ~a"
1234msgstr "Meno: ~a"
1235
1236#: gnu/installer/parted.scm:529 gnu/installer/parted.scm:575
1237msgid "None"
1238msgstr "Žiadne"
1239
1240#: gnu/installer/parted.scm:534
1241#, scheme-format
1242msgid "Type: ~a"
1243msgstr "Typ: ~a"
1244
1245#: gnu/installer/parted.scm:538
1246#, scheme-format
1247msgid "File system type: ~a"
1248msgstr "Typ súborového systému: ~a"
1249
1250#: gnu/installer/parted.scm:544
1251#, scheme-format
1252msgid "Bootable flag: ~:[off~;on~]"
1253msgstr "Zavádzací (boot) príznak: ~:[vypnutý~;zapnutý~]"
1254
1255#: gnu/installer/parted.scm:548
1256#, scheme-format
1257msgid "ESP flag: ~:[off~;on~]"
1258msgstr "ESP príznak: ~:[vypnutý~;zapnutý~]"
1259
1260#: gnu/installer/parted.scm:554
1261#, scheme-format
1262msgid "Size: ~a"
1263msgstr "Veľkosť: ~a"
1264
1265#: gnu/installer/parted.scm:560
1266#, scheme-format
1267msgid "Encryption: ~:[No~a~;Yes (label '~a')~]"
1268msgstr "Šifrovanie: ~:[Nie~a~;Áno (menovka „~a“)~]"
1269
1270#: gnu/installer/parted.scm:566
1271#, scheme-format
1272msgid "Format the partition? ~:[No~;Yes~]"
1273msgstr "Formátovať oddiel? ~:[Nie~;Áno~]"
1274
1275#: gnu/installer/parted.scm:572
1276#, scheme-format
1277msgid "Mount point: ~a"
1278msgstr "Prípojný bod: ~a"
1279
1280#: gnu/installer/parted.scm:1395
1281#, scheme-format
1282msgid "Device ~a is still in use."
1283msgstr "Zariadenie ~a sa stále používa."
1284
1285#: gnu/installer/services.scm:94
1286msgid "OpenSSH secure shell daemon (sshd)"
1287msgstr "Démon OpenSSH (sshd)"
1288
1289#: gnu/installer/services.scm:98
1290msgid "Tor anonymous network router"
1291msgstr "Smerovač anonymnej siete Tor"
1292
1293#: gnu/installer/services.scm:102
1294msgid "Mozilla NSS certificates, for HTTPS access"
1295msgstr "Certifikáty Mozilla NSS, pre prístup cez HTTPS"
1296
1297#: gnu/installer/services.scm:109
1298msgid "NetworkManager network connection manager"
1299msgstr "Správca sieťových pripojení NetworkManager"
1300
1301#: gnu/installer/services.scm:114
1302msgid "Connman network connection manager"
1303msgstr "Správca sieťových pripojení Connman"
1304
1305#: gnu/installer/services.scm:119
1306msgid "DHCP client (dynamic IP address assignment)"
1307msgstr "Klient DHCP (dynamické prideľovanie IP adries)"
1308
1309#: gnu/installer/timezone.scm:110
1310#, scheme-format
1311msgid "Unable to locate path: ~a."
1312msgstr "Nepodarilo sa nájsť cestu: ~a."
1313
1314#: gnu/installer/utils.scm:83
1315#, scheme-format
1316msgid "Press Enter to continue.~%"
1317msgstr "Stlačte Enter pre pokračovanie.~%"
1318
1319#: gnu/installer/utils.scm:108
1320#, scheme-format
1321msgid "Command failed with exit code ~a.~%"
1322msgstr "Príkaz zlyhal s návratovou hodnotou ~a.~%"
1323
1324#: gnu/machine/ssh.scm:114
1325#, scheme-format
1326msgid "<machine-ssh-configuration> without a 'host-key' is deprecated~%"
1327msgstr "použitie <machine-ssh-configuration> bez „host-key“ sa už neodporúča~%"
1328
1329#: gnu/machine/ssh.scm:189
1330#, scheme-format
1331msgid "device '~a' not found: ~a"
1332msgstr "zariadenie „~a“ sa nenašlo: ~a"
1333
1334#: gnu/machine/ssh.scm:204
1335#, scheme-format
1336msgid "no file system with label '~a'"
1337msgstr "žiadny súborový systém s menovkou „~a“"
1338
1339#: gnu/machine/ssh.scm:223
1340#, scheme-format
1341msgid "no file system with UUID '~a'"
1342msgstr "žiadny súborový systém s UUID „~a“"
1343
1344#: gnu/machine/ssh.scm:273
1345#, scheme-format
1346msgid "missing modules for ~a:~{ ~a~}~%"
1347msgstr "chýbajúce moduly pre ~a:~{ ~a~}~%"
1348
1349#: gnu/machine/ssh.scm:308
1350#, scheme-format
1351msgid ""
1352"incorrect target system ('~a' was given, while the system reports that it is "
1353"'~a')~%"
1354msgstr ""
1355"nesprávny cieľový systém (bol určený „~a“ zatiaľ čo systém hlási, že je "
1356"„~a“)~%"
1357
1358#: gnu/machine/ssh.scm:434
1359#, scheme-format
1360msgid "no signing key '~a'. have you run 'guix archive --generate-key?'"
1361msgstr ""
1362"žiadny kľúč na podpísanie „~a“. Vykonali ste „guix archive --generate-key?“"
1363
1364#: gnu/machine/ssh.scm:485
1365msgid "could not roll-back machine"
1366msgstr "nepodarilo sa vrátiť počítač do pôvodného stavu"
1367
1368#: gnu/machine/ssh.scm:526
1369msgid ""
1370"Provisioning for machines that are accessible over SSH\n"
1371"and have a known host-name. This entails little more than maintaining an "
1372"SSH\n"
1373"connection to the host."
1374msgstr ""
1375"Spôsob nasadenia pre počítače prístupné cez SSH a so známym\n"
1376"názvom hostiteľa. Toto vyžaduje o niečo viac ako udržiavanie SSH\n"
1377"pripojenia k hostiteľovi."
1378
1379#: gnu/machine/ssh.scm:536
1380#, scheme-format
1381msgid ""
1382"unsupported machine configuration '~a'\n"
1383"for environment of type '~a'"
1384msgstr ""
1385"nepodporované nastavenie počítača „~a“\n"
1386"pre prostredie typu „~a“"
1387
1388#: gnu/packages/bootstrap.scm:165
1389#, scheme-format
1390msgid "could not find bootstrap binary '~a' for system '~a'"
1391msgstr "nepodarilo sa nájsť zavádzací binárny súbor „~a“ pre systém „~a“"
1392
1393#: gnu/packages/bootstrap.scm:476
1394msgid "Raw build system with direct store access"
1395msgstr "Základný zostavovací systém s priamym prístupom k úložisku"
1396
1397#: gnu/packages/bootstrap.scm:484
1398msgid "Pre-built Guile for bootstrapping purposes."
1399msgstr "Pred-zostavený Guile pre účely zavádzania."
1400
1401#: guix/build/utils.scm:715
1402#, scheme-format
1403msgid "'~a~{ ~a~}' exited with status ~a; output follows:~%~%~{ ~a~%~}"
1404msgstr ""
1405"„~a~{ ~a~}“ skončil s návratovou hodnotou ~a; nasleduje výstup:~%~%~{ ~a~%~}"
1406
1407#: guix/scripts.scm:87
1408msgid "main commands"
1409msgstr "hlavné príkazy"
1410
1411#: guix/scripts.scm:88
1412msgid "software development commands"
1413msgstr "vývojové príkazy"
1414
1415#: guix/scripts.scm:89
1416msgid "packaging commands"
1417msgstr "príkazy na správu balíkov"
1418
1419#: guix/scripts.scm:90
1420msgid "plumbing commands"
1421msgstr "príkazy údržby"
1422
1423#: guix/scripts.scm:91
1424msgid "internal commands"
1425msgstr "vnútorné príkazy"
1426
1427#: guix/scripts.scm:92
1428msgid "extension commands"
1429msgstr "rozširujúce príkazy"
1430
1431#: guix/scripts.scm:137
1432#, scheme-format
1433msgid "invalid argument: ~a~%"
1434msgstr "neplatný parameter: ~a~%"
1435
1436#: guix/scripts.scm:166 guix/scripts/import/cran.scm:91
1437#: guix/scripts/import/elpa.scm:85 guix/scripts/import/cpan.scm:71
1438#: guix/scripts/import/crate.scm:80 guix/scripts/import/gem.scm:78
1439#: guix/scripts/import/gnu.scm:86 guix/scripts/import/go.scm:89
1440#: guix/scripts/import/hackage.scm:110 guix/scripts/import/json.scm:79
1441#: guix/scripts/import/nix.scm:71 guix/scripts/import/opam.scm:81
1442#: guix/scripts/import/pypi.scm:77 guix/scripts/import/stackage.scm:94
1443#: guix/scripts/import/texlive.scm:78
1444#, scheme-format
1445msgid "~A: unrecognized option~%"
1446msgstr "~A: nerozpoznaný prepínač~%"
1447
1448#: guix/scripts.scm:169
1449#, scheme-format
1450msgid "Did you mean @code{~a}?~%"
1451msgstr "Mali ste na mysli @code{~a}?~%"
1452
1453#: guix/scripts.scm:253
1454#, scheme-format
1455msgid "Your Guix installation is ~a day old.\n"
1456msgid_plural "Your Guix installation is ~a days old.\n"
1457msgstr[0] "Vaše vydanie systému Guix má ~a deň.\n"
1458msgstr[1] "Vaše vydanie systému Guix má ~a dni.\n"
1459msgstr[2] "Vaše vydanie systému Guix má ~a dní.\n"
1460
1461#: guix/scripts.scm:259
1462#, scheme-format
1463msgid ""
1464"Consider running 'guix pull' followed by\n"
1465"'~a' to get up-to-date packages and security updates.\n"
1466msgstr ""
1467"Zvážte spustenie „guix pull“ nasledované\n"
1468"„~a“ pre získanie najnovších balíkov a bezpečnostných aktualizácií.\n"
1469
1470#: guix/scripts.scm:323
1471#, scheme-format
1472msgid "only ~,1f GiB of free space available on ~a~%"
1473msgstr "zostáva iba ~,1f GiB voľného miesta na ~a~%"
1474
1475#: guix/scripts.scm:325
1476msgid ""
1477"Consider deleting old profile\n"
1478"generations and collecting garbage, along these lines:\n"
1479"\n"
1480"@example\n"
1481"guix gc --delete-generations=1m\n"
1482"@end example\n"
1483msgstr ""
1484"Zvážte odstránenie starších pokolení profilu\n"
1485"a spustenie zberača odpadkov asi takto:\n"
1486"\n"
1487"@example\n"
1488"guix gc --delete-generations=1m\n"
1489"@end example\n"
1490
1491#: guix/scripts/build.scm:85
1492#, scheme-format
1493msgid "cannot access build log at '~a':~%"
1494msgstr "nepodarilo sa získať prístup k záznamu o zostavení v „~a“:~%"
1495
1496#: guix/scripts/build.scm:139
1497#, scheme-format
1498msgid "failed to create GC root `~a': ~a~%"
1499msgstr "nepodarilo sa vytvoriť koreň zberača odpadkov „~a“: ~a~%"
1500
1501#: guix/scripts/build.scm:154 guix/scripts/search.scm:42
1502#: guix/scripts/show.scm:41 guix/scripts/lint.scm:112 guix/scripts/edit.scm:48
1503#: guix/scripts/size.scm:246 guix/scripts/graph.scm:547
1504#: guix/scripts/repl.scm:80
1505msgid ""
1506"\n"
1507" -L, --load-path=DIR prepend DIR to the package module search path"
1508msgstr ""
1509"\n"
1510" -L, --load-path=PRIEČINOK pridať PRIEČINOK na začiatok prehľadávanej "
1511"cesty modulov"
1512
1513#: guix/scripts/build.scm:156
1514msgid ""
1515"\n"
1516" -K, --keep-failed keep build tree of failed builds"
1517msgstr ""
1518"\n"
1519" -K, --keep-failed\tzachovať strom zostavenia v prípade zlyhania"
1520
1521#: guix/scripts/build.scm:158
1522msgid ""
1523"\n"
1524" -k, --keep-going keep going when some of the derivations fail"
1525msgstr ""
1526"\n"
1527" -k, --keep-going\tpokračovať v zostavovaní aj keď niektoré odvodzovanie "
1528"zlyhá"
1529
1530#: guix/scripts/build.scm:160
1531msgid ""
1532"\n"
1533" -n, --dry-run do not build the derivations"
1534msgstr ""
1535"\n"
1536" -n, --dry-run\tnezostavovať odvodeniny"
1537
1538#: guix/scripts/build.scm:162
1539msgid ""
1540"\n"
1541" --fallback fall back to building when the substituter fails"
1542msgstr ""
1543"\n"
1544" --fallback\tspoľahnúť sa na miestne zostavenie ak nahrádzanie zlyhá"
1545
1546#: guix/scripts/build.scm:164
1547msgid ""
1548"\n"
1549" --no-substitutes build instead of resorting to pre-built substitutes"
1550msgstr ""
1551"\n"
1552" --no-substitutes\tzostaviť namiesto získavania pred-zostavených "
1553"náhradníkov"
1554
1555#: guix/scripts/build.scm:166 guix/scripts/size.scm:235
1556msgid ""
1557"\n"
1558" --substitute-urls=URLS\n"
1559" fetch substitute from URLS if they are authorized"
1560msgstr ""
1561"\n"
1562" --substitute-urls=PREPOJENIA\n"
1563" ak sú povolené, získať náhrady cez PREPOJENIA"
1564
1565#: guix/scripts/build.scm:169
1566msgid ""
1567"\n"
1568" --no-grafts do not graft packages"
1569msgstr ""
1570"\n"
1571" --no-grafts neštepiť balíky"
1572
1573#: guix/scripts/build.scm:171
1574msgid ""
1575"\n"
1576" --no-offload do not attempt to offload builds"
1577msgstr ""
1578"\n"
1579" --no-offload nepokúšať sa o vzdialené zostavovanie"
1580
1581#: guix/scripts/build.scm:173
1582msgid ""
1583"\n"
1584" --max-silent-time=SECONDS\n"
1585" mark the build as failed after SECONDS of silence"
1586msgstr ""
1587"\n"
1588" --max-silent-time=SEKUNDY\n"
1589" označiť zostavovanie za neúspešné ak SEKÚND "
1590"neodpovedá"
1591
1592#: guix/scripts/build.scm:176
1593msgid ""
1594"\n"
1595" --timeout=SECONDS mark the build as failed after SECONDS of activity"
1596msgstr ""
1597"\n"
1598" --timeout=SEKUNDY označiť zostavovanie za neúspešné po SEKUNDÁCH "
1599"činnosti"
1600
1601#: guix/scripts/build.scm:178
1602msgid ""
1603"\n"
1604" --rounds=N build N times in a row to detect non-determinism"
1605msgstr ""
1606"\n"
1607" --rounds=N zostaviť N-krát za sebou za účelom zistenia "
1608"nedeterminizmu"
1609
1610#: guix/scripts/build.scm:180
1611msgid ""
1612"\n"
1613" -c, --cores=N allow the use of up to N CPU cores for the build"
1614msgstr ""
1615"\n"
1616" -c, --cores=N počas zostavovania povoliť použitie najviac N "
1617"jadier procesora"
1618
1619#: guix/scripts/build.scm:182
1620msgid ""
1621"\n"
1622" -M, --max-jobs=N allow at most N build jobs"
1623msgstr ""
1624"\n"
1625" -M, --max-jobs=N povoliť najviac N zostavovacích úloh"
1626
1627#: guix/scripts/build.scm:184
1628msgid ""
1629"\n"
1630" --debug=LEVEL produce debugging output at LEVEL"
1631msgstr ""
1632"\n"
1633" --debug=ÚROVEŇ zobrazovať výstup ladenia ÚROVNE"
1634
1635#: guix/scripts/build.scm:201
1636msgid "'--keep-failed' ignored since you are talking to a remote daemon\n"
1637msgstr ""
1638"„--keep-failed“ sa neberie do úvahy keďže ste v spojení so vzdialeným "
1639"démonom\n"
1640
1641#: guix/scripts/build.scm:282
1642#, scheme-format
1643msgid "'--no-build-hook' is deprecated; use '--no-offload' instead~%"
1644msgstr ""
1645"použitie „--no-build-hook“ sa už neodporúča; namiesto toho použite „--no-"
1646"offload“~%"
1647
1648#: guix/scripts/build.scm:312 guix/scripts/build.scm:319
1649#, scheme-format
1650msgid "not a number: '~a' option argument: ~a~%"
1651msgstr "neplatná číselná hodnota: „~a“ parameter prepínača: ~a~%"
1652
1653#: guix/scripts/build.scm:340
1654msgid ""
1655"Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n"
1656"Build the given PACKAGE-OR-DERIVATION and return their output paths.\n"
1657msgstr ""
1658"Použitie: guix build [PREPÍNAČ]... BALÍK-ALEBO-ODVODENINA...\n"
1659"Zostaviť určený BALÍK-ALEBO-ODVODENINU a vrátiť ich výstupné cesty.\n"
1660
1661#: guix/scripts/build.scm:342 guix/scripts/archive.scm:91
1662msgid ""
1663"\n"
1664" -e, --expression=EXPR build the package or derivation EXPR evaluates to"
1665msgstr ""
1666"\n"
1667" -e, --expression=VÝRAZ zostaviť balík alebo odvodeninu, ktorá je "
1668"výsledkom vyhodnotenia VÝRAZU"
1669
1670#: guix/scripts/build.scm:344
1671msgid ""
1672"\n"
1673" -f, --file=FILE build the package or derivation that the code "
1674"within\n"
1675" FILE evaluates to"
1676msgstr ""
1677"\n"
1678" -f, --file=SÚBOR zostaviť balík alebo odvodeninu, ktorá je "
1679"výsledkom\n"
1680" vyhodnotenia kódu v SÚBORE"
1681
1682#: guix/scripts/build.scm:347
1683msgid ""
1684"\n"
1685" -m, --manifest=FILE build the packages that the manifest given in FILE\n"
1686" evaluates to"
1687msgstr ""
1688"\n"
1689" -m, --manifest=SÚBOR zostaviť balíky, ktoré sú výsledkom vyhodnotenia\n"
1690" kódu v SÚBORE manifestu"
1691
1692#: guix/scripts/build.scm:350 guix/scripts/archive.scm:93
1693msgid ""
1694"\n"
1695" -S, --source build the packages' source derivations"
1696msgstr ""
1697"\n"
1698" -S, --source zostaviť odvodeniny zdrojov balíkov"
1699
1700#: guix/scripts/build.scm:352
1701msgid ""
1702"\n"
1703" --sources[=TYPE] build source derivations; TYPE may optionally be "
1704"one\n"
1705" of \"package\", \"all\" (default), or \"transitive\""
1706msgstr ""
1707"\n"
1708" --sources[=DRUH] zostaviť odvodeniny zdrojov; DRUH môže byť jeden z\n"
1709" „package“, „all“ (predvolený), alebo „transitive“"
1710
1711#: guix/scripts/build.scm:355 guix/scripts/pull.scm:121
1712#: guix/scripts/pack.scm:1086 guix/scripts/archive.scm:95
1713#: guix/scripts/environment.scm:151
1714msgid ""
1715"\n"
1716" -s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\""
1717msgstr ""
1718"\n"
1719" -s, --system=SYSTÉM pokúsiť sa o zostavenie pre SYSTÉM, napr. „i686-"
1720"linux“"
1721
1722#: guix/scripts/build.scm:357 guix/scripts/system.scm:1015
1723#: guix/scripts/pack.scm:1088 guix/scripts/archive.scm:97
1724msgid ""
1725"\n"
1726" --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\""
1727msgstr ""
1728"\n"
1729" --target=TROJČLEN krížovo zostaviť pre TROJČLEN, napr. „armel-linux-"
1730"gnu“"
1731
1732#: guix/scripts/build.scm:359
1733msgid ""
1734"\n"
1735" -d, --derivations return the derivation paths of the given packages"
1736msgstr ""
1737"\n"
1738" -d, --derivations vrátiť cesty k odvodeninám daných balíkov"
1739
1740#: guix/scripts/build.scm:361
1741msgid ""
1742"\n"
1743" --check rebuild items to check for non-determinism issues"
1744msgstr ""
1745"\n"
1746" --check opätovne zostaviť položky za účelom zistenia "
1747"nedeterminizmu"
1748
1749#: guix/scripts/build.scm:363
1750msgid ""
1751"\n"
1752" --repair repair the specified items"
1753msgstr ""
1754"\n"
1755" --repair opraviť dané položky"
1756
1757#: guix/scripts/build.scm:365 guix/scripts/pack.scm:1106
1758#: guix/scripts/environment.scm:153
1759msgid ""
1760"\n"
1761" -r, --root=FILE make FILE a symlink to the result, and register it\n"
1762" as a garbage collector root"
1763msgstr ""
1764"\n"
1765" -r, --root=SÚBOR určiť SÚBOR ako symbolický odkaz na výsledok\n"
1766" a zaznamenať ho ako koreň zberača odpadkov"
1767
1768#: guix/scripts/build.scm:368 guix/scripts/package.scm:480
1769#: guix/scripts/install.scm:37 guix/scripts/remove.scm:36
1770#: guix/scripts/upgrade.scm:39 guix/scripts/pull.scm:119
1771#: guix/scripts/system.scm:1017 guix/scripts/copy.scm:115
1772#: guix/scripts/pack.scm:1111 guix/scripts/deploy.scm:58
1773#: guix/scripts/archive.scm:99 guix/scripts/environment.scm:177
1774msgid ""
1775"\n"
1776" -v, --verbosity=LEVEL use the given verbosity LEVEL"
1777msgstr ""
1778"\n"
1779" -v, --verbosity=ÚROVEŇ použiť danú ÚROVEŇ presnosti výstupu"
1780
1781#: guix/scripts/build.scm:370
1782msgid ""
1783"\n"
1784" -q, --quiet do not show the build log"
1785msgstr ""
1786"\n"
1787" -q, --quiet nezobrazovať záznam zostavovania"
1788
1789#: guix/scripts/build.scm:372
1790msgid ""
1791"\n"
1792" --log-file return the log file names for the given derivations"
1793msgstr ""
1794"\n"
1795" --log-file vrátiť názvy súborov so záznamom pre zadané "
1796"odvodeniny"
1797
1798#: guix/scripts/build.scm:379 guix/scripts/download.scm:104
1799#: guix/scripts/package.scm:498 guix/scripts/install.scm:44
1800#: guix/scripts/remove.scm:41 guix/scripts/upgrade.scm:48
1801#: guix/scripts/search.scm:37 guix/scripts/show.scm:36 guix/scripts/gc.scm:88
1802#: guix/scripts/git.scm:34 guix/scripts/git/authenticate.scm:110
1803#: guix/scripts/hash.scm:65 guix/scripts/import.scm:95
1804#: guix/scripts/import/cran.scm:48 guix/scripts/pull.scm:127
1805#: guix/scripts/substitute.scm:248 guix/scripts/system.scm:1024
1806#: guix/scripts/lint.scm:115 guix/scripts/publish.scm:113
1807#: guix/scripts/edit.scm:51 guix/scripts/size.scm:249
1808#: guix/scripts/graph.scm:552 guix/scripts/challenge.scm:425
1809#: guix/scripts/copy.scm:120 guix/scripts/pack.scm:1116
1810#: guix/scripts/weather.scm:302 guix/scripts/describe.scm:96
1811#: guix/scripts/processes.scm:301 guix/scripts/deploy.scm:53
1812#: guix/scripts/container.scm:35 guix/scripts/container/exec.scm:43
1813#: guix/scripts/archive.scm:106 guix/scripts/environment.scm:186
1814#: guix/scripts/time-machine.scm:67 guix/scripts/import/cpan.scm:43
1815#: guix/scripts/import/crate.scm:49 guix/scripts/import/gem.scm:44
1816#: guix/scripts/import/gnu.scm:49 guix/scripts/import/go.scm:48
1817#: guix/scripts/import/json.scm:51 guix/scripts/import/nix.scm:43
1818#: guix/scripts/import/opam.scm:43 guix/scripts/import/pypi.scm:44
1819#: guix/scripts/import/texlive.scm:46 guix/scripts/refresh.scm:186
1820#: guix/scripts/repl.scm:83
1821msgid ""
1822"\n"
1823" -h, --help display this help and exit"
1824msgstr ""
1825"\n"
1826" -h, --help zobraziť túto pomocnú správu a skončiť"
1827
1828#: guix/scripts/build.scm:381 guix/scripts/download.scm:106
1829#: guix/scripts/package.scm:500 guix/scripts/install.scm:46
1830#: guix/scripts/remove.scm:43 guix/scripts/upgrade.scm:50
1831#: guix/scripts/search.scm:39 guix/scripts/show.scm:38 guix/scripts/gc.scm:90
1832#: guix/scripts/git.scm:36 guix/scripts/git/authenticate.scm:112
1833#: guix/scripts/hash.scm:67 guix/scripts/import.scm:97
1834#: guix/scripts/import/cran.scm:54 guix/scripts/pull.scm:129
1835#: guix/scripts/substitute.scm:250 guix/scripts/system.scm:1026
1836#: guix/scripts/lint.scm:119 guix/scripts/publish.scm:115
1837#: guix/scripts/edit.scm:53 guix/scripts/size.scm:251
1838#: guix/scripts/graph.scm:554 guix/scripts/challenge.scm:427
1839#: guix/scripts/copy.scm:122 guix/scripts/pack.scm:1118
1840#: guix/scripts/weather.scm:304 guix/scripts/describe.scm:98
1841#: guix/scripts/processes.scm:303 guix/scripts/deploy.scm:55
1842#: guix/scripts/container.scm:37 guix/scripts/container/exec.scm:45
1843#: guix/scripts/archive.scm:108 guix/scripts/environment.scm:188
1844#: guix/scripts/time-machine.scm:69 guix/scripts/import/cpan.scm:45
1845#: guix/scripts/import/crate.scm:51 guix/scripts/import/gem.scm:46
1846#: guix/scripts/import/gnu.scm:51 guix/scripts/import/json.scm:53
1847#: guix/scripts/import/nix.scm:45 guix/scripts/import/opam.scm:49
1848#: guix/scripts/import/pypi.scm:48 guix/scripts/import/texlive.scm:48
1849#: guix/scripts/refresh.scm:188 guix/scripts/repl.scm:85
1850msgid ""
1851"\n"
1852" -V, --version display version information and exit"
1853msgstr ""
1854"\n"
1855" -V, --version zobraziť podrobnosti o verzii a skončiť"
1856
1857#: guix/scripts/build.scm:408
1858#, scheme-format
1859msgid ""
1860"invalid argument: '~a' option argument: ~a, ~\n"
1861"must be one of 'package', 'all', or 'transitive'~%"
1862msgstr ""
1863"neplatný parameter: „~a“ paramater prepínača: ~a, ~\n"
1864"musí byť jeden z „package“, „all“ alebo „transitive“~%"
1865
1866#: guix/scripts/build.scm:470
1867#, scheme-format
1868msgid "~s: not something we can build~%"
1869msgstr "~s: nie je niečo čo sa dá zostaviť~%"
1870
1871#: guix/scripts/build.scm:475
1872msgid ""
1873"If you build from a file, make sure the last Scheme\n"
1874"expression returns a package value. @code{define-public} defines a "
1875"variable,\n"
1876"but returns @code{#<unspecified>}. To fix this, add a Scheme expression at\n"
1877"the end of the file that consists only of the package's variable name you\n"
1878"defined, as in this example:\n"
1879"\n"
1880"@example\n"
1881"(define-public my-package\n"
1882" (package\n"
1883" ...))\n"
1884"\n"
1885"my-package\n"
1886"@end example"
1887msgstr ""
1888"Ak zostavujete zo súboru, uistite sa, že návratová hodnota posledného\n"
1889"Scheme výrazu je balík. @code{define-public} zadáva premennú ale vracia\n"
1890"@code{#<unspecified>}. Tomuto sa dá predísť, ak na koniec súboru\n"
1891"pridáte Scheme výraz obsahujúci iba názov premennej balíka, ktorý ste\n"
1892"zadali. Napríklad:\n"
1893"\n"
1894"@example\n"
1895"(define-public moj-balik\n"
1896" (package\n"
1897" ...))\n"
1898"\n"
1899"moj-balik\n"
1900"@end example"
1901
1902#: guix/scripts/build.scm:488
1903msgid ""
1904"If you build from a file, make sure the last\n"
1905"Scheme expression returns a package, gexp, derivation or a list of such\n"
1906"values."
1907msgstr ""
1908"Ak zostavujete zo súboru, uistite sa, že návratová hodnota posledného\n"
1909"Scheme výrazu je balík, gexp, odvodenina alebo zoznam takýchto\n"
1910"hodnôt."
1911
1912#: guix/scripts/build.scm:574
1913#, scheme-format
1914msgid "package '~a' has no source~%"
1915msgstr "balík „~a“ postráda zdroj~%"
1916
1917#: guix/scripts/build.scm:622
1918#, scheme-format
1919msgid "no build log for '~a'~%"
1920msgstr "žiadny záznam o zostavení pre „~a“~%"
1921
1922#: guix/discovery.scm:96
1923#, scheme-format
1924msgid "cannot access `~a': ~a~%"
1925msgstr "nie je možné pristupovať k „~a“: ~a~%"
1926
1927#: guix/lint.scm:181
1928msgid "name should be longer than a single character"
1929msgstr "názov by mal obsahovať viac ako jeden znak"
1930
1931#: guix/lint.scm:202
1932msgid "description should not be empty"
1933msgstr "popis by nemal zostať prázdny"
1934
1935#: guix/lint.scm:213
1936msgid "Texinfo markup in description is invalid"
1937msgstr "značkovanie Texinfo v popise je neplatné"
1938
1939#: guix/lint.scm:223
1940#, scheme-format
1941msgid ""
1942"description should not contain ~\n"
1943"trademark sign '~a' at ~d"
1944msgstr ""
1945"popis by nemal obsahovať ~\n"
1946"znak obchodnej značky „~a“ na ~d"
1947
1948#. TRANSLATORS: '@code' is Texinfo markup and must be kept
1949#. as is.
1950#: guix/lint.scm:236
1951msgid "use @code or similar ornament instead of quotes"
1952msgstr "použite @code alebo podobnú značku namiesto úvodzoviek"
1953
1954#: guix/lint.scm:248
1955msgid "description should start with an upper-case letter or digit"
1956msgstr "popis by mal začínať veľkým písmenom alebo číslicou"
1957
1958#: guix/lint.scm:266
1959#, scheme-format
1960msgid ""
1961"sentences in description should be followed ~\n"
1962"by two spaces; possible infraction~p at ~{~a~^, ~}"
1963msgstr ""
1964"vety v popise by mali byť oddelené ~\n"
1965"dvomi medzerami; možné porušenie pravidla~p na ~{~a~^, ~}"
1966
1967#: guix/lint.scm:287
1968#, scheme-format
1969msgid "invalid description: ~s"
1970msgstr "neplatný popis: ~s"
1971
1972#: guix/lint.scm:357
1973#, scheme-format
1974msgid "'~a' should probably be a native input"
1975msgstr "„~a“ by mal byť pravdepodobne pôvodným vstupom"
1976
1977#: guix/lint.scm:372
1978#, scheme-format
1979msgid "'~a' should probably not be an input at all"
1980msgstr "„~a“ by pravdepodobne vôbec nemal byť vstupom"
1981
1982#: guix/lint.scm:393
1983msgid "no period allowed at the end of the synopsis"
1984msgstr "súhrnný popis nemôže končiť bodkou"
1985
1986#: guix/lint.scm:407
1987msgid "no article allowed at the beginning of the synopsis"
1988msgstr "súhrnný popis nemôže začínať členom"
1989
1990#: guix/lint.scm:416
1991msgid "synopsis should be less than 80 characters long"
1992msgstr "súhrnný popis by nemal byť dlhší ako 80 znakov"
1993
1994#: guix/lint.scm:425
1995msgid "synopsis should start with an upper-case letter or digit"
1996msgstr "súhrnný popis by mal začínať veľkým písmenom alebo číslicou"
1997
1998#: guix/lint.scm:433
1999msgid "synopsis should not start with the package name"
2000msgstr "súhrnný popis by nemal začínať názvom balíka"
2001
2002#: guix/lint.scm:447
2003msgid "Texinfo markup in synopsis is invalid"
2004msgstr "značkovanie Texinfo v súhrnnom popise je neplatné"
2005
2006#: guix/lint.scm:462
2007msgid "synopsis should not be empty"
2008msgstr "súhrnný popis by nemal zostať prázdny"
2009
2010#: guix/lint.scm:472
2011#, scheme-format
2012msgid "invalid synopsis: ~s"
2013msgstr "neplatný súhrnný popis: ~s"
2014
2015#: guix/lint.scm:590
2016#, scheme-format
2017msgid "URI ~a returned suspiciously small file (~a bytes)"
2018msgstr "prepojenie ~a poskytlo podozrivo malý súbor (~a bajtov)"
2019
2020#: guix/lint.scm:599
2021#, scheme-format
2022msgid "permanent redirect from ~a to ~a"
2023msgstr "stále presmerovanie z ~a na ~a"
2024
2025#: guix/lint.scm:605
2026#, scheme-format
2027msgid "invalid permanent redirect from ~a"
2028msgstr "neplatné stále presmerovanie z ~a"
2029
2030#: guix/lint.scm:611 guix/lint.scm:621
2031#, scheme-format
2032msgid "URI ~a not reachable: ~a (~s)"
2033msgstr "prepojenie ~a je neprístupné: ~a (~s)"
2034
2035#: guix/lint.scm:627
2036#, scheme-format
2037msgid "URI ~a domain not found: ~a"
2038msgstr "doména prepojenia ~a sa nenašla: ~a"
2039
2040#: guix/lint.scm:633
2041#, scheme-format
2042msgid "URI ~a unreachable: ~a"
2043msgstr "prepojenie ~a nie je prístupné: ~a"
2044
2045#: guix/lint.scm:641
2046#, scheme-format
2047msgid "TLS certificate error: ~a"
2048msgstr "chyba certifikátu TLS: ~a"
2049
2050#: guix/lint.scm:668
2051msgid "invalid value for home page"
2052msgstr "neplatná hodnota pre domovskú stránku"
2053
2054#: guix/lint.scm:673
2055#, scheme-format
2056msgid "invalid home page URL: ~s"
2057msgstr "neplatné prepojenie na domovskú stránku: ~s"
2058
2059#: guix/lint.scm:710
2060msgid "file names of patches should start with the package name"
2061msgstr "názvy súborov záplat by nemali začínať názvom balíka"
2062
2063#: guix/lint.scm:726
2064#, scheme-format
2065msgid "~a: file name is too long"
2066msgstr "~a: názov súboru je príliš dlhý"
2067
2068#: guix/lint.scm:747
2069#, scheme-format
2070msgid "~a: empty patch"
2071msgstr "~a: prázdna záplata"
2072
2073#: guix/lint.scm:755
2074#, scheme-format
2075msgid "~a: patch lacks comment and upstream status"
2076msgstr "~a: záplate chýba komentár a jej stav u poskytovateľa softvéru"
2077
2078#: guix/lint.scm:816
2079#, scheme-format
2080msgid "proposed synopsis: ~s~%"
2081msgstr "navrhovaný súhrnný popis: ~s~%"
2082
2083#: guix/lint.scm:830
2084#, scheme-format
2085msgid "proposed description:~% \"~a\"~%"
2086msgstr "navrhovaný popis:~% „~a“~%"
2087
2088#: guix/lint.scm:881
2089msgid "all the source URIs are unreachable:"
2090msgstr "všetky zdrojové prepojenia sú neprístupné:"
2091
2092#: guix/lint.scm:910
2093msgid "the source file name should contain the package name"
2094msgstr "názov zdrojového súboru by nemal obsahovať názov balíka"
2095
2096#: guix/lint.scm:922
2097msgid "the source URI should not be an autogenerated tarball"
2098msgstr ""
2099"zdrojové prepojenie by nemalo odkazovať na automaticky vygenerovaný tar "
2100"archív"
2101
2102#: guix/lint.scm:946
2103#, scheme-format
2104msgid "URL should be 'mirror://~a/~a'"
2105msgstr "prepojenie by malo byť „zrkadlo://~a/~a“"
2106
2107#: guix/lint.scm:991
2108#, scheme-format
2109msgid "URL should be '~a'"
2110msgstr "prepojenie by malo byť „~a“"
2111
2112#: guix/lint.scm:1013 guix/lint.scm:1024 guix/lint.scm:1032
2113#, scheme-format
2114msgid "failed to create ~a derivation: ~a"
2115msgstr "nepodarilo sa vytvoriť odvodeninu pre ~a: ~a"
2116
2117#: guix/lint.scm:1018 guix/lint.scm:1046
2118#, scheme-format
2119msgid "failed to create ~a derivation: ~s"
2120msgstr "nepodarilo sa vytvoriť odvodeninu pre ~a: ~s"
2121
2122#: guix/lint.scm:1074
2123#, scheme-format
2124msgid "propagated inputs ~a and ~a collide"
2125msgstr "rozšírený vstup ~a je v rozpore s ~a"
2126
2127#: guix/lint.scm:1098
2128msgid "invalid license field"
2129msgstr "neplatné pole licencie"
2130
2131#: guix/lint.scm:1105
2132#, scheme-format
2133msgid "~a: HTTP GET error for ~a: ~a (~s)~%"
2134msgstr "~a: chyba HTTP GET pre ~a: ~a (~s)~%"
2135
2136#: guix/lint.scm:1115
2137#, scheme-format
2138msgid "~a: host lookup failure: ~a~%"
2139msgstr "~a: chyba pri zisťovaní názvu hostiteľa: ~a~%"
2140
2141#: guix/lint.scm:1120
2142#, scheme-format
2143msgid "~a: TLS certificate error: ~a"
2144msgstr "~a: chyba TLS certifikátu: ~a"
2145
2146#: guix/lint.scm:1131 guix/ui.scm:846 guix/scripts/offload.scm:191
2147#, scheme-format
2148msgid "~a: ~a~%"
2149msgstr "~a: ~a~%"
2150
2151#: guix/lint.scm:1145
2152msgid "while retrieving CVE vulnerabilities"
2153msgstr "pri získavaní zraniteľností CVE"
2154
2155#: guix/lint.scm:1188
2156#, scheme-format
2157msgid "probably vulnerable to ~a"
2158msgstr "pravdepodobne ohrozený ~a"
2159
2160#: guix/lint.scm:1196
2161#, scheme-format
2162msgid "no updater for ~a"
2163msgstr "žiadny nástroj na aktualizáciu pre ~a"
2164
2165#: guix/lint.scm:1201 guix/lint.scm:1319
2166#, scheme-format
2167msgid "while retrieving upstream info for '~a'"
2168msgstr "pri získavaní informácií od poskytovateľa o „~a“"
2169
2170#: guix/lint.scm:1210
2171#, scheme-format
2172msgid "can be upgraded to ~a"
2173msgstr "môže byť aktualizovaný na ~a"
2174
2175#: guix/lint.scm:1216
2176#, scheme-format
2177msgid "updater '~a' failed to find upstream releases"
2178msgstr "nástroju na aktualizáciu „~a“ sa nepodarilo nájsť dostupné vydania"
2179
2180#: guix/lint.scm:1233
2181msgid "Software Heritage rate limit reached; try again later"
2182msgstr ""
2183"bol dosiahnutý povolený počet požiadaviek na Software Heritage; skúste to "
2184"znova neskôr"
2185
2186#: guix/lint.scm:1237
2187#, scheme-format
2188msgid "'~a' returned ~a"
2189msgstr "„~a“ vrátil ~a"
2190
2191#. TRANSLATORS: "Software Heritage" is a proper noun
2192#. that must remain untranslated. See
2193#. <https://www.softwareheritage.org>.
2194#: guix/lint.scm:1276
2195msgid "scheduled Software Heritage archival"
2196msgstr "archivovanie v Software Heritage bolo naplánované"
2197
2198#: guix/lint.scm:1282
2199msgid "archival rate limit exceeded; try again later"
2200msgstr "počet archivovaní bol prekročený; skúste to znova neskôr"
2201
2202#: guix/lint.scm:1298
2203msgid "source not archived on Software Heritage"
2204msgstr "zdroje neboli archivované v Software Heritage"
2205
2206#: guix/lint.scm:1311
2207msgid "while connecting to Software Heritage"
2208msgstr "pri pripájaní do Software Heritage"
2209
2210#: guix/lint.scm:1328
2211#, scheme-format
2212msgid "ahead of Stackage LTS version ~a"
2213msgstr "novší ako verzia Stackage LTS ~a"
2214
2215#: guix/lint.scm:1345
2216#, scheme-format
2217msgid "tabulation on line ~a, column ~a"
2218msgstr "odsek v riadku ~a, stĺpec ~a"
2219
2220#: guix/lint.scm:1357
2221#, scheme-format
2222msgid "trailing white space on line ~a"
2223msgstr "medzera na konci riadku ~a"
2224
2225#: guix/lint.scm:1371
2226#, scheme-format
2227msgid "line ~a is way too long (~a characters)"
2228msgstr "riadok ~a je príliš dlhý (~a znakov)"
2229
2230#: guix/lint.scm:1385
2231msgid "parentheses feel lonely, move to the previous or next line"
2232msgstr ""
2233"zátvorky sa cítia osamotene, premiestnite ich do predchádzajúceho alebo "
2234"nasledujúceho riadku"
2235
2236#: guix/lint.scm:1462
2237msgid "source file not found"
2238msgstr "zdrojový súbor sa nenašiel"
2239
2240#: guix/lint.scm:1474
2241msgid "Validate package names"
2242msgstr "Overiť názvy balíkov"
2243
2244#: guix/lint.scm:1478
2245msgid "Validate package descriptions"
2246msgstr "Overiť popisy balíkov"
2247
2248#: guix/lint.scm:1482
2249msgid "Identify inputs that should be native inputs"
2250msgstr "Označiť vstupy, ktoré by mali byť pôvodné"
2251
2252#: guix/lint.scm:1486
2253msgid "Identify inputs that shouldn't be inputs at all"
2254msgstr "Označiť vstupy, ktoré by vôbec nemali byť vstupmi"
2255
2256#. TRANSLATORS: <license> is the name of a data type and must not be
2257#. translated.
2258#: guix/lint.scm:1492
2259msgid "Make sure the 'license' field is a <license> or a list thereof"
2260msgstr "Zaistiť, že pole „licence“ obsahuje <licence> alebo ich zoznam"
2261
2262#: guix/lint.scm:1497
2263msgid "Suggest 'mirror://' URLs"
2264msgstr "Odporúča zdroje „mirror://“"
2265
2266#: guix/lint.scm:1501
2267msgid "Validate file names of sources"
2268msgstr "Overiť názvy zdrojových súborov"
2269
2270#: guix/lint.scm:1505
2271msgid "Check for autogenerated tarballs"
2272msgstr "Overiť, či sú prítomné automaticky vytvorené tar archívy"
2273
2274#: guix/lint.scm:1509
2275msgid "Report failure to compile a package to a derivation"
2276msgstr "Nahlásiť zlyhanie zostavovania odvodeniny balíka"
2277
2278#: guix/lint.scm:1514
2279msgid "Report collisions that would occur due to propagated inputs"
2280msgstr "Nahlásiť rozpory, ktoré by mohli nastať kvôli rozšíreným vstupom"
2281
2282#: guix/lint.scm:1519
2283msgid "Validate file names and availability of patches"
2284msgstr "Overiť názvy súborov a dostupnosť záplat"
2285
2286#: guix/lint.scm:1523
2287msgid "Validate patch headers"
2288msgstr "Overiť hlavičky záplat"
2289
2290#: guix/lint.scm:1527
2291msgid "Look for formatting issues in the source"
2292msgstr "Vyhľadať chyby formátovania v zdrojovom súbore"
2293
2294#: guix/lint.scm:1534
2295msgid "Validate package synopses"
2296msgstr "Overiť súhrnné popisy balíkov"
2297
2298#: guix/lint.scm:1538
2299msgid "Validate synopsis & description of GNU packages"
2300msgstr "Overiť súhrnné popisy a popisy GNU balíkov"
2301
2302#: guix/lint.scm:1542
2303msgid "Validate home-page URLs"
2304msgstr "Overiť prepojenia na domovské stránky"
2305
2306#: guix/lint.scm:1546
2307msgid "Validate source URLs"
2308msgstr "Overiť prepojenia na zdroje"
2309
2310#: guix/lint.scm:1550
2311msgid "Suggest GitHub URLs"
2312msgstr "Navrhnúť prepojenia na GitHub"
2313
2314#: guix/lint.scm:1554
2315msgid "Check the Common Vulnerabilities and Exposures (CVE) database"
2316msgstr "Overiť databázu Všeobecne známych zraniteľností a chýb (CVE)"
2317
2318#: guix/lint.scm:1559
2319msgid "Check the package for new upstream releases"
2320msgstr "Vyhľadať novšie vydania balíka"
2321
2322#: guix/lint.scm:1563
2323msgid "Ensure source code archival on Software Heritage"
2324msgstr "Zaistiť archivovanie zdrojového kódu v Software Heritage"
2325
2326#: guix/lint.scm:1567
2327msgid "Ensure Haskell packages use Stackage LTS versions"
2328msgstr "Zaistiť, že balíky Haskellu používajú verzie Stackage LTS"
2329
2330#: guix/scripts/download.scm:87
2331msgid ""
2332"Usage: guix download [OPTION] URL\n"
2333"Download the file at URL to the store or to the given file, and print its\n"
2334"file name and the hash of its contents.\n"
2335msgstr ""
2336"Použitie: guix download [PREPÍNAČ] PREPOJENIE\n"
2337"Použiť PREPOJENIE na stiahnutie súboru do úložiska alebo do zadaného "
2338"umiestnenia\n"
2339"a zobraziť jeho názov a odtlačok obsahu.\n"
2340
2341#: guix/scripts/download.scm:91 guix/scripts/hash.scm:53
2342msgid ""
2343"Supported formats: 'base64', 'nix-base32' (default), 'base32',\n"
2344"and 'base16' ('hex' and 'hexadecimal' can be used as well).\n"
2345msgstr ""
2346"Podporované formáty: „base64“, „nix-base32“ (predvolený), „base32“,\n"
2347"a „base16“ (takisto môžu byť použité aj „hex“ a „hexadecimal“).\n"
2348
2349#: guix/scripts/download.scm:94 guix/scripts/hash.scm:60
2350msgid ""
2351"\n"
2352" -f, --format=FMT write the hash in the given format"
2353msgstr ""
2354"\n"
2355" -f, --format=FORMÁT vytvoriť odtlačok vo FORMÁTE"
2356
2357#: guix/scripts/download.scm:96 guix/scripts/hash.scm:58
2358msgid ""
2359"\n"
2360" -H, --hash=ALGORITHM use the given hash ALGORITHM"
2361msgstr ""
2362"\n"
2363" -H, --hash=ALGORITMUS použiť ALGORITMUS na vytvorenie odtlačku"
2364
2365#: guix/scripts/download.scm:98
2366msgid ""
2367"\n"
2368" --no-check-certificate\n"
2369" do not validate the certificate of HTTPS servers "
2370msgstr ""
2371"\n"
2372" --no-check-certificate\n"
2373" neoverovať certifikáty HTTPS serverov "
2374
2375#: guix/scripts/download.scm:101
2376msgid ""
2377"\n"
2378" -o, --output=FILE download to FILE"
2379msgstr ""
2380"\n"
2381" -o, --output=SÚBOR stiahnuť do SÚBORU"
2382
2383#: guix/scripts/download.scm:126 guix/scripts/hash.scm:97
2384#, scheme-format
2385msgid "unsupported hash format: ~a~%"
2386msgstr "nepodporovaný formát odtlačku: ~a~%"
2387
2388#: guix/scripts/download.scm:134 guix/scripts/hash.scm:81
2389#, scheme-format
2390msgid "~a: unknown hash algorithm~%"
2391msgstr "~a: neznámy algoritmus na vytváranie odtlačkov~%"
2392
2393#: guix/scripts/download.scm:171 guix/scripts/package.scm:1072
2394#: guix/scripts/pull.scm:760 guix/scripts/publish.scm:1125
2395#: guix/scripts/time-machine.scm:123
2396#, scheme-format
2397msgid "~A: extraneous argument~%"
2398msgstr "~A: nadbytočný parameter~%"
2399
2400#: guix/scripts/download.scm:177
2401#, scheme-format
2402msgid "no download URI was specified~%"
2403msgstr "nebolo zadané žiadne prepojenie sťahovania~%"
2404
2405#: guix/scripts/download.scm:182
2406#, scheme-format
2407msgid "~a: failed to parse URI~%"
2408msgstr "~a: nepodarilo sa spracovať prepojenie~%"
2409
2410#: guix/scripts/download.scm:192
2411#, scheme-format
2412msgid "~a: download failed~%"
2413msgstr "~a: sťahovanie zlyhalo~%"
2414
2415#: guix/scripts/package.scm:128
2416#, scheme-format
2417msgid "not removing generation ~a, which is current~%"
2418msgstr "aktuálne pokolenie ~a nebude odstránené~%"
2419
2420#: guix/scripts/package.scm:135
2421#, scheme-format
2422msgid "no matching generation~%"
2423msgstr "žiadne pokolenie sa nezhoduje~%"
2424
2425#: guix/scripts/package.scm:157
2426#, scheme-format
2427msgid "nothing to be done~%"
2428msgstr "nevyžaduje sa žiadna činnosť~%"
2429
2430#: guix/scripts/package.scm:258
2431#, scheme-format
2432msgid "package '~a' no longer exists~%"
2433msgstr "balík „~a“ už neexistuje~%"
2434
2435#: guix/scripts/package.scm:313
2436#, scheme-format
2437msgid ""
2438"Consider setting the necessary environment\n"
2439"variables by running:\n"
2440"\n"
2441"@example\n"
2442"GUIX_PROFILE=\"~a\"\n"
2443". \"$GUIX_PROFILE/etc/profile\"\n"
2444"@end example\n"
2445"\n"
2446"Alternately, see @command{guix package --search-paths -p ~s}."
2447msgstr ""
2448"Zvážte nastavenie potrebných premenných\n"
2449"prostredia pomocou:\n"
2450"\n"
2451"@example\n"
2452"GUIX_PROFILE=\"~a\"\n"
2453". \"$GUIX_PROFILE/etc/profile\"\n"
2454"@end example\n"
2455"\n"
2456"Pozri tiež @command{guix package --search-paths -p ~s}."
2457
2458#: guix/scripts/package.scm:355
2459msgid ""
2460";; This \"manifest\" file can be passed to 'guix package -m' to reproduce\n"
2461";; the content of your profile. This is \"symbolic\": it only specifies\n"
2462";; package names. To reproduce the exact same profile, you also need to\n"
2463";; capture the channels being used, as returned by \"guix describe\".\n"
2464";; See the \"Replicating Guix\" section in the manual.\n"
2465msgstr ""
2466";; Tento „manifest“ súbor môžete pomocou príkazu „guix package -m“ použiť\n"
2467";; na napodobnenie vášho profilu. Tento obsah je „symbolický“ a určuje iba "
2468"názvy\n"
2469";; balíkov. Na napodobnenie rovnakého profilu si budete ešte musieť "
2470"zaznamenať\n"
2471";; aj použité kanály, ktorých podrobnosti poskytuje príkaz „guix describe“.\n"
2472";; Pozri oddiel „Rozmnožovanie systému Guix“ v príručke.\n"
2473
2474#: guix/scripts/package.scm:387
2475#, scheme-format
2476msgid "no provenance information for this profile~%"
2477msgstr "žiadne údaje o pôvode pre tento profil~%"
2478
2479#: guix/scripts/package.scm:389
2480msgid ""
2481";; This channel file can be passed to 'guix pull -C' or to\n"
2482";; 'guix time-machine -C' to obtain the Guix revision that was\n"
2483";; used to populate this profile.\n"
2484msgstr ""
2485";; Tento súbor kanálov môžete pomocou príkazu „guix pull -C“\n"
2486";; alebo „guix time-machine -C“ použiť na zistenie čísla úpravy\n"
2487";; systému Guix, ktorá bola použitá pri vytváraní tohto profilu.\n"
2488
2489#: guix/scripts/package.scm:401
2490#, scheme-format
2491msgid ""
2492";; Note: these other commits were also used to install some of the packages "
2493"in this profile:~%"
2494msgstr ""
2495";; Poznámka: aj tieto čísla úprav boli použité pri inštalácii niektorých "
2496"balíkov tohto profilu:~%"
2497
2498#: guix/scripts/package.scm:431
2499msgid ""
2500"Usage: guix package [OPTION]...\n"
2501"Install, remove, or upgrade packages in a single transaction.\n"
2502msgstr ""
2503"Použitie: guix package [PREPÍNAČ]...\n"
2504"Inštalovať, odstrániť alebo aktualizovať balíky vrámci jednej nedeliteľnej "
2505"úlohy.\n"
2506
2507#: guix/scripts/package.scm:433
2508msgid ""
2509"\n"
2510" -i, --install PACKAGE ...\n"
2511" install PACKAGEs"
2512msgstr ""
2513"\n"
2514" -i, --install BALÍK ...\n"
2515" inštalovať BALÍKY"
2516
2517#: guix/scripts/package.scm:436
2518msgid ""
2519"\n"
2520" -e, --install-from-expression=EXP\n"
2521" install the package EXP evaluates to"
2522msgstr ""
2523"\n"
2524" -e, --install-from-expression=VÝRAZ\n"
2525" inštalovať balíky, ktorých názvy sú výsledkom "
2526"vyhodnotenia VÝRAZU"
2527
2528#: guix/scripts/package.scm:439
2529msgid ""
2530"\n"
2531" -f, --install-from-file=FILE\n"
2532" install the package that the code within FILE\n"
2533" evaluates to"
2534msgstr ""
2535"\n"
2536" -f, --install-from-file=SÚBOR\n"
2537" inštalovať balíky, ktoré sú výsledkom vyhodnotenia\n"
2538" kódu v SÚBORE"
2539
2540#: guix/scripts/package.scm:443
2541msgid ""
2542"\n"
2543" -r, --remove PACKAGE ...\n"
2544" remove PACKAGEs"
2545msgstr ""
2546"\n"
2547" -r, --remove BALÍK ...\n"
2548" odstrániť BALÍKY"
2549
2550#: guix/scripts/package.scm:446
2551msgid ""
2552"\n"
2553" -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP"
2554msgstr ""
2555"\n"
2556" -u, --upgrade[=VÝRAZ] aktualizovať všetky nainštalované balíky, ktorých "
2557"názov sa zhoduje s regulárnym VÝRAZOM"
2558
2559#: guix/scripts/package.scm:448
2560msgid ""
2561"\n"
2562" -m, --manifest=FILE create a new profile generation with the manifest\n"
2563" from FILE"
2564msgstr ""
2565"\n"
2566" -m, --manifest=SÚBOR vytvoriť nové pokolenie profilu podľa\n"
2567" manifestu zo SÚBORU"
2568
2569#: guix/scripts/package.scm:451 guix/scripts/upgrade.scm:41
2570msgid ""
2571"\n"
2572" --do-not-upgrade[=REGEXP] do not upgrade any packages matching REGEXP"
2573msgstr ""
2574"\n"
2575" --do-not-upgrade[=VÝRAZ] neaktualizovať žiadne balíky, ktorých názov "
2576"sa zhoduje s regulárnym VÝRAZOM"
2577
2578#: guix/scripts/package.scm:453 guix/scripts/pull.scm:109
2579msgid ""
2580"\n"
2581" --roll-back roll back to the previous generation"
2582msgstr ""
2583"\n"
2584" --roll-back vrátiť sa k predchádzajúcemu pokoleniu"
2585
2586#: guix/scripts/package.scm:455
2587msgid ""
2588"\n"
2589" --search-paths[=KIND]\n"
2590" display needed environment variable definitions"
2591msgstr ""
2592"\n"
2593" --search-paths[=DRUH]\n"
2594" zobraziť potrebné zadania premenných prostredia"
2595
2596#: guix/scripts/package.scm:458 guix/scripts/pull.scm:106
2597msgid ""
2598"\n"
2599" -l, --list-generations[=PATTERN]\n"
2600" list generations matching PATTERN"
2601msgstr ""
2602"\n"
2603" -l, --list-generations[=VZOR]\n"
2604" zobraziť pokolenia zhodujúce sa so VZOROM"
2605
2606#: guix/scripts/package.scm:461 guix/scripts/pull.scm:111
2607msgid ""
2608"\n"
2609" -d, --delete-generations[=PATTERN]\n"
2610" delete generations matching PATTERN"
2611msgstr ""
2612"\n"
2613" -d, --delete-generations[=VZOR]\n"
2614" odstrániť pokolenia zhodujúce sa so VZOROM"
2615
2616#: guix/scripts/package.scm:464 guix/scripts/pull.scm:114
2617msgid ""
2618"\n"
2619" -S, --switch-generation=PATTERN\n"
2620" switch to a generation matching PATTERN"
2621msgstr ""
2622"\n"
2623" -S, --switch-generation=VZOR\n"
2624" prepnúť na pokolenie zhodujúce sa so VZOROM"
2625
2626#: guix/scripts/package.scm:467
2627msgid ""
2628"\n"
2629" --export-manifest print a manifest for the chosen profile"
2630msgstr ""
2631"\n"
2632" --export-manifest zobraziť manifest zodpovedajúci zvolenému profilu"
2633
2634#: guix/scripts/package.scm:469
2635msgid ""
2636"\n"
2637" --export-channels print channels for the chosen profile"
2638msgstr ""
2639"\n"
2640" --export-channels zobraziť kanály zvoleného profilu"
2641
2642#: guix/scripts/package.scm:471 guix/scripts/install.scm:34
2643#: guix/scripts/remove.scm:33 guix/scripts/upgrade.scm:37
2644msgid ""
2645"\n"
2646" -p, --profile=PROFILE use PROFILE instead of the user's default profile"
2647msgstr ""
2648"\n"
2649" -p, --profile=PROFIL použiť PROFIL namiesto predvoleného profilu "
2650"používateľa"
2651
2652#: guix/scripts/package.scm:473
2653msgid ""
2654"\n"
2655" --list-profiles list the user's profiles"
2656msgstr ""
2657"\n"
2658" --list-profiles zobraziť profily používateľa"
2659
2660#: guix/scripts/package.scm:476
2661msgid ""
2662"\n"
2663" --allow-collisions do not treat collisions in the profile as an error"
2664msgstr ""
2665"\n"
2666" --allow-collisions nepovažovať rozpory v profile za chyby"
2667
2668#: guix/scripts/package.scm:478
2669msgid ""
2670"\n"
2671" --bootstrap use the bootstrap Guile to build the profile"
2672msgstr ""
2673"\n"
2674" --bootstrap použiť zavádzací Guile na zostavenie profilu"
2675
2676#: guix/scripts/package.scm:483
2677msgid ""
2678"\n"
2679" -s, --search=REGEXP search in synopsis and description using REGEXP"
2680msgstr ""
2681"\n"
2682" -s, --search=REGULÁRNY-VÝRAZ vyhľadávať v súhrnných popisoch a popisoch "
2683"s použitím REGULÁRNEHO-VÝRAZU"
2684
2685#: guix/scripts/package.scm:485
2686msgid ""
2687"\n"
2688" -I, --list-installed[=REGEXP]\n"
2689" list installed packages matching REGEXP"
2690msgstr ""
2691"\n"
2692" -I, --list-installed[=REGULÁRNY-VÝRAZ]\n"
2693" zobraziť nainštalované balíky, ktorých názvy sa "
2694"zhodujú s REGULÁRNYM-VÝRAZOM"
2695
2696#: guix/scripts/package.scm:488
2697msgid ""
2698"\n"
2699" -A, --list-available[=REGEXP]\n"
2700" list available packages matching REGEXP"
2701msgstr ""
2702"\n"
2703" -A, --list-available[=REGULÁRNY-VÝRAZ]\n"
2704" zobraziť dostupné balíky, ktorých názov sa zhoduje "
2705"s REGULÁRNYM-VÝRAZOM"
2706
2707#: guix/scripts/package.scm:491
2708msgid ""
2709"\n"
2710" --show=PACKAGE show details about PACKAGE"
2711msgstr ""
2712"\n"
2713" --show=BALÍK zobraziť podrobnosti BALÍKA"
2714
2715#: guix/scripts/package.scm:546
2716#, scheme-format
2717msgid "upgrade regexp '~a' looks like a command-line option~%"
2718msgstr "regulárny výraz „~a“ sa podobá na prepínač príkazu~%"
2719
2720#: guix/scripts/package.scm:549
2721#, scheme-format
2722msgid "is this intended?~%"
2723msgstr "je to úmyselné?~%"
2724
2725#: guix/scripts/package.scm:599
2726#, scheme-format
2727msgid "~a: unsupported kind of search path~%"
2728msgstr "~a: nepodporovaný druh prehľadávanej cesty~%"
2729
2730#: guix/scripts/package.scm:733
2731#, scheme-format
2732msgid "cannot install non-package object: ~s~%"
2733msgstr "nedá sa nainštalovať niečo čo nie je balík: ~s~%"
2734
2735#: guix/scripts/package.scm:914
2736#, scheme-format
2737msgid "~a~@[@~a~]: package not found~%"
2738msgstr "~a~@[@~a~]: balík sa nenašiel~%"
2739
2740#: guix/scripts/package.scm:961 guix/scripts/pull.scm:689
2741#, scheme-format
2742msgid "cannot switch to generation '~a'~%"
2743msgstr "nepodarilo sa prepnúť na pokolenie „~a“~%"
2744
2745#: guix/scripts/install.scm:31
2746msgid ""
2747"Usage: guix install [OPTION] PACKAGES...\n"
2748"Install the given PACKAGES.\n"
2749"This is an alias for 'guix package -i'.\n"
2750msgstr ""
2751"Použitie: guix install [PREPÍNAČ] BALÍKY...\n"
2752"Inštalovať BALÍKY.\n"
2753"Tento príkaz odkazuje na „guix package -i“.\n"
2754
2755#: guix/scripts/remove.scm:30
2756msgid ""
2757"Usage: guix remove [OPTION] PACKAGES...\n"
2758"Remove the given PACKAGES.\n"
2759"This is an alias for 'guix package -r'.\n"
2760msgstr ""
2761"Použitie: guix remove [PREPÍNAČ] BALÍKY...\n"
2762"Odstrániť BALÍKY.\n"
2763"Tento príkaz odkazuje na „guix package -r“.\n"
2764
2765#: guix/scripts/upgrade.scm:34
2766msgid ""
2767"Usage: guix upgrade [OPTION] [REGEXP]\n"
2768"Upgrade packages that match REGEXP.\n"
2769"This is an alias for 'guix package -u'.\n"
2770msgstr ""
2771"Použitie: guix upgrade [PREPÍNAČ] [REGULÁRNY-VÝRAZ]\n"
2772"Aktualizovať balíky, ktorých názov sa zhoduje s REGULÁRNYM-VÝRAZOM.\n"
2773"Tento príkaz odkazuje na „guix package -u“.\n"
2774
2775#: guix/scripts/search.scm:32
2776msgid ""
2777"Usage: guix search [OPTION] REGEXPS...\n"
2778"Search for packages matching REGEXPS."
2779msgstr ""
2780"Použitie: guix search [PREPÍNAČ] REGULÁRNE-VÝRAZY...\n"
2781"Vyhľadať balíky, ktorých názov sa zhoduje s REGULÁRNYMI-VÝRAZMI."
2782
2783#: guix/scripts/search.scm:34
2784msgid ""
2785"\n"
2786"This is an alias for 'guix package -s'.\n"
2787msgstr ""
2788"\n"
2789"Tento príkaz odkazuje na „guix package -s“.\n"
2790
2791#: guix/scripts/search.scm:75
2792#, scheme-format
2793msgid "missing arguments: no regular expressions to search for~%"
2794msgstr "chýbajúce parametre: žiadne regulárne výrazy pre vyhľadávanie~%"
2795
2796#: guix/scripts/show.scm:31
2797msgid ""
2798"Usage: guix show [OPTION] PACKAGE...\n"
2799"Show details about PACKAGE."
2800msgstr ""
2801"Použitie: guix show [PREPÍNAČ] BALÍK...\n"
2802"Zobraziť podrobnosti BALÍKA."
2803
2804#: guix/scripts/show.scm:33
2805msgid ""
2806"\n"
2807"This is an alias for 'guix package --show='.\n"
2808msgstr ""
2809"\n"
2810"Tento príkaz odkazuje na „guix package --show=“.\n"
2811
2812#: guix/scripts/show.scm:74
2813#, scheme-format
2814msgid "missing arguments: no package to show~%"
2815msgstr "chýbajúce parametre: žiadny balík na zobrazenie~%"
2816
2817#: guix/scripts/gc.scm:47
2818msgid ""
2819"Usage: guix gc [OPTION]... PATHS...\n"
2820"Invoke the garbage collector.\n"
2821msgstr ""
2822"Použitie: guix gc [PREPÍNAČ]... CESTY...\n"
2823"Spustiť zberač odpadkov (GC).\n"
2824
2825#: guix/scripts/gc.scm:49
2826msgid ""
2827"\n"
2828" -C, --collect-garbage[=MIN]\n"
2829" collect at least MIN bytes of garbage"
2830msgstr ""
2831"\n"
2832" -C, --collect-garbage[=MIN]\n"
2833" zozbierať najmenej MIN bajtov odpadu"
2834
2835#: guix/scripts/gc.scm:52
2836msgid ""
2837"\n"
2838" -F, --free-space=FREE attempt to reach FREE available space in the store"
2839msgstr ""
2840"\n"
2841" -F, --free-space=VOĽNÉ pokúsiť sa dosiahnuť dostupné VOĽNÉ miesto v "
2842"úložisku"
2843
2844#: guix/scripts/gc.scm:54
2845msgid ""
2846"\n"
2847" -d, --delete-generations[=PATTERN]\n"
2848" delete profile generations matching PATTERN"
2849msgstr ""
2850"\n"
2851" -d, --delete-generations[=VZOR]\n"
2852" odstrániť pokolenia zhodujúce sa so VZOROM"
2853
2854#: guix/scripts/gc.scm:57
2855msgid ""
2856"\n"
2857" -D, --delete attempt to delete PATHS"
2858msgstr ""
2859"\n"
2860" -D, --delete pokúsiť sa odstrániť CESTY"
2861
2862#: guix/scripts/gc.scm:59
2863msgid ""
2864"\n"
2865" --list-roots list the user's garbage collector roots"
2866msgstr ""
2867"\n"
2868" --list-roots zobraziť korene zberača odpadkov pre používateľa"
2869
2870#: guix/scripts/gc.scm:61
2871msgid ""
2872"\n"
2873" --list-busy list store items used by running processes"
2874msgstr ""
2875"\n"
2876" --list-busy zobraziť položky úložiska používané práve "
2877"spustenými procesmi"
2878
2879#: guix/scripts/gc.scm:63
2880msgid ""
2881"\n"
2882" --optimize optimize the store by deduplicating identical files"
2883msgstr ""
2884"\n"
2885" --optimize usporiť miesto v úložisku odstránením podvojných "
2886"súborov"
2887
2888#: guix/scripts/gc.scm:65
2889msgid ""
2890"\n"
2891" --list-dead list dead paths"
2892msgstr ""
2893"\n"
2894" --list-dead zobraziť neplatné cesty"
2895
2896#: guix/scripts/gc.scm:67
2897msgid ""
2898"\n"
2899" --list-live list live paths"
2900msgstr ""
2901"\n"
2902" --list-live zobraziť platné cesty"
2903
2904#: guix/scripts/gc.scm:70
2905msgid ""
2906"\n"
2907" --references list the references of PATHS"
2908msgstr ""
2909"\n"
2910" --references zobraziť prepojenia na CESTY"
2911
2912#: guix/scripts/gc.scm:72
2913msgid ""
2914"\n"
2915" -R, --requisites list the requisites of PATHS"
2916msgstr ""
2917"\n"
2918" -R, --requisites zobraziť požiadavky pre CESTY"
2919
2920#: guix/scripts/gc.scm:74
2921msgid ""
2922"\n"
2923" --referrers list the referrers of PATHS"
2924msgstr ""
2925"\n"
2926" --referrers zobraziť odkazy na CESTY"
2927
2928#: guix/scripts/gc.scm:76
2929msgid ""
2930"\n"
2931" --derivers list the derivers of PATHS"
2932msgstr ""
2933"\n"
2934" --derivers zobraziť odvodeniny vedúce k CESTÁM"
2935
2936#: guix/scripts/gc.scm:79
2937msgid ""
2938"\n"
2939" --verify[=OPTS] verify the integrity of the store; OPTS is a\n"
2940" comma-separated combination of 'repair' and\n"
2941" 'contents'"
2942msgstr ""
2943"\n"
2944" --verify[=MOŽNOSTI] overiť celistvosť úložiska; MOŽNOSTI sú\n"
2945" kombináciou „repair“ a „contents“ oddelených\n"
2946" čiarkou"
2947
2948#: guix/scripts/gc.scm:83
2949msgid ""
2950"\n"
2951" --list-failures list cached build failures"
2952msgstr ""
2953"\n"
2954" --list-failures zobraziť neúspešné zostavenia vo vyrovnávacej pamäti"
2955
2956#: guix/scripts/gc.scm:85
2957msgid ""
2958"\n"
2959" --clear-failures remove PATHS from the set of cached failures"
2960msgstr ""
2961"\n"
2962" --clear-failures odstrániť CESTY spomedzi zlyhaní vo vyrovnávacej "
2963"pamäti"
2964
2965#: guix/scripts/gc.scm:99
2966#, scheme-format
2967msgid "~a: invalid '--verify' option~%"
2968msgstr "~a: neplatný prepínač „--verify“~%"
2969
2970#: guix/scripts/gc.scm:142
2971#, scheme-format
2972msgid "invalid amount of storage: ~a~%"
2973msgstr "neplatná veľkosť úložiska: ~a~%"
2974
2975#: guix/scripts/gc.scm:156
2976#, scheme-format
2977msgid "'-d' as an alias for '--delete' is deprecated; use '-D'~%"
2978msgstr ""
2979"používanie „-d“ namiesto „--delete“ sa už neodporúča; namiesto toho použite "
2980"„-D“~%"
2981
2982#: guix/scripts/gc.scm:163
2983#, scheme-format
2984msgid "~s does not denote a duration~%"
2985msgstr "~s neoznačuje trvanie~%"
2986
2987#: guix/scripts/gc.scm:251
2988msgid "already ~h MiBs available on ~a, nothing to do~%"
2989msgstr "na ~a už je ~h MiB voľného miesta, žiadna činnosť sa nevyžaduje~%"
2990
2991#: guix/scripts/gc.scm:254
2992msgid "freeing ~h MiBs~%"
2993msgstr "uvoľňuje sa ~h MiB~%"
2994
2995#: guix/scripts/gc.scm:293
2996#, scheme-format
2997msgid "extraneous arguments: ~{~a ~}~%"
2998msgstr "nadbytočné parametre: ~{~a~}~%"
2999
3000#: guix/scripts/gc.scm:317 guix/scripts/gc.scm:320
3001msgid "freed ~h MiBs~%"
3002msgstr "uvoľnilo sa ~h MiB~%"
3003
3004#: guix/scripts/git.scm:26
3005msgid ""
3006"Usage: guix git COMMAND ARGS...\n"
3007"Operate on Git repositories.\n"
3008msgstr ""
3009"Použitie: guix git PRÍKAZ PARAMETRE...\n"
3010"Vykonáva príkazy v Git repozitároch.\n"
3011
3012#: guix/scripts/git.scm:29 guix/scripts/system.scm:939
3013#: guix/scripts/container.scm:30
3014msgid "The valid values for ACTION are:\n"
3015msgstr "Platné hodnoty pre ČINNOSŤ sú:\n"
3016
3017#: guix/scripts/git.scm:31
3018msgid " authenticate verify commit signatures and authorizations\n"
3019msgstr " authenticate overuje podpisy úprav (commitov) a povolenia\n"
3020
3021#: guix/scripts/git.scm:57
3022#, scheme-format
3023msgid "guix git: missing sub-command~%"
3024msgstr "guix git: chýba podpríkaz~%"
3025
3026#: guix/scripts/git.scm:67
3027#, scheme-format
3028msgid "guix git: invalid sub-command~%"
3029msgstr "guix git: neplatný podpríkaz~%"
3030
3031#: guix/scripts/git/authenticate.scm:81
3032#, scheme-format
3033msgid "Signing statistics:~%"
3034msgstr "Štatistika podpisovania:~%"
3035
3036#: guix/scripts/git/authenticate.scm:94
3037msgid ""
3038"Usage: guix git authenticate COMMIT SIGNER [OPTIONS...]\n"
3039"Authenticate the given Git checkout using COMMIT/SIGNER as its "
3040"introduction.\n"
3041msgstr ""
3042"Použitie: guix git authenticate ČÍSLO-ÚPRAVY PODPISUJÚCI [PREPÍNAČE...]\n"
3043"Overiť daný Git repozitár od vstupného bodu ČÍSLO-ÚPRAVY(commit)/"
3044"PODPISUJÚCI.\n"
3045
3046#: guix/scripts/git/authenticate.scm:96
3047msgid ""
3048"\n"
3049" -r, --repository=DIRECTORY\n"
3050" open the Git repository at DIRECTORY"
3051msgstr ""
3052"\n"
3053" -r, --repository=PRIEČINOK\n"
3054" otvoriť Git repozitár v PRIEČINKU"
3055
3056#: guix/scripts/git/authenticate.scm:99
3057msgid ""
3058"\n"
3059" -k, --keyring=REFERENCE\n"
3060" load keyring from REFERENCE, a Git branch"
3061msgstr ""
3062"\n"
3063" -k, --keyring=ODKAZ\n"
3064" načítať kľúčenku z ODKAZU, Git vetvy"
3065
3066#: guix/scripts/git/authenticate.scm:102
3067msgid ""
3068"\n"
3069" --stats display commit signing statistics upon completion"
3070msgstr ""
3071"\n"
3072" --stats po dokončení zobraziť štatistiku podpisovania"
3073
3074#: guix/scripts/git/authenticate.scm:104
3075msgid ""
3076"\n"
3077" --cache-key=KEY cache authenticated commits under KEY"
3078msgstr ""
3079"\n"
3080" --cache-key=KĽÚČ uložiť čísla úprav (commity) overené "
3081"prostredníctvom KĽÚČA do vyrovnávacej pamäte"
3082
3083#: guix/scripts/git/authenticate.scm:106
3084msgid ""
3085"\n"
3086" --historical-authorizations=FILE\n"
3087" read historical authorizations from FILE"
3088msgstr ""
3089"\n"
3090" --historical-authorizations=SÚBOR\n"
3091" prečítať predchádzajúce overenia zo SÚBORU"
3092
3093#: guix/scripts/git/authenticate.scm:138
3094msgid "Authenticating commits ~a to ~a (~h new commits)...~%"
3095msgstr "Overovanie úprav (commitov) od ~a po ~a (~h nových úprav)...~%"
3096
3097#: guix/scripts/git/authenticate.scm:178
3098#, scheme-format
3099msgid "wrong number of arguments; expected COMMIT and SIGNER~%"
3100msgstr ""
3101"nesprávny počet parametrov; očakávali sa ČÍSLO-ÚPRAVY(COMMIT) a PODPISUJÚCI~%"
3102
3103#: guix/scripts/hash.scm:50
3104msgid ""
3105"Usage: guix hash [OPTION] FILE\n"
3106"Return the cryptographic hash of FILE.\n"
3107msgstr ""
3108"Použitie: guix hash [PREPÍNAČ] SÚBOR\n"
3109"Vrátiť kryptografický odtlačok SÚBORU.\n"
3110
3111#: guix/scripts/hash.scm:56
3112msgid ""
3113"\n"
3114" -x, --exclude-vcs exclude version control directories"
3115msgstr ""
3116"\n"
3117" -x, --exclude-vcs vylúčiť priečinky zo sledovania verzií"
3118
3119#: guix/scripts/hash.scm:62
3120msgid ""
3121"\n"
3122" -r, --recursive compute the hash on FILE recursively"
3123msgstr ""
3124"\n"
3125" -r, --recursive rekurzívne vypočítať odtlačok SÚBORU"
3126
3127#: guix/scripts/hash.scm:172 guix/ui.scm:398 guix/ui.scm:429 guix/ui.scm:789
3128#: guix/ui.scm:837 guix/ui.scm:893
3129#, scheme-format
3130msgid "~a~%"
3131msgstr "~a~%"
3132
3133#: guix/scripts/hash.scm:175 guix/scripts/system.scm:1298
3134#: guix/scripts/system.scm:1314 guix/scripts/system.scm:1321
3135#: guix/scripts/system.scm:1327 guix/scripts/import/gnu.scm:103
3136#: guix/scripts/import/nix.scm:90 guix/scripts/offload.scm:826
3137#: guix/scripts/offload.scm:838
3138#, scheme-format
3139msgid "wrong number of arguments~%"
3140msgstr "nesprávny počet parametrov~%"
3141
3142#: guix/scripts/import.scm:89
3143msgid ""
3144"Usage: guix import IMPORTER ARGS ...\n"
3145"Run IMPORTER with ARGS.\n"
3146msgstr ""
3147"Použitie: guix import NAHRÁVAČ PARAMETRE...\n"
3148"Spustiť NAHRÁVAČ s PARAMETRAMI.\n"
3149
3150#: guix/scripts/import.scm:92
3151msgid "IMPORTER must be one of the importers listed below:\n"
3152msgstr "NAHRÁVAČ musí byť jeden z nahrávačov zobrazených nižšie:\n"
3153
3154#: guix/scripts/import.scm:109
3155#, scheme-format
3156msgid "guix import: missing importer name~%"
3157msgstr "guix import: chýba názov nahrávača~%"
3158
3159#: guix/scripts/import.scm:131
3160#, scheme-format
3161msgid "'~a' import failed~%"
3162msgstr "nahrávač „~a“ zlyhal~%"
3163
3164#: guix/scripts/import.scm:132
3165#, scheme-format
3166msgid "~a: invalid importer~%"
3167msgstr "~a: neplatný nahrávač~%"
3168
3169#: guix/scripts/import/cran.scm:44
3170msgid ""
3171"Usage: guix import cran PACKAGE-NAME\n"
3172"Import and convert the CRAN package for PACKAGE-NAME.\n"
3173msgstr ""
3174"Použitie: guix import cran NÁZOV-BALÍKA\n"
3175"Nahrať a previesť CRAN balík s NÁZVOM-BALÍKA.\n"
3176
3177#: guix/scripts/import/cran.scm:46 guix/scripts/import/texlive.scm:44
3178msgid ""
3179"\n"
3180" -a, --archive=ARCHIVE specify the archive repository"
3181msgstr ""
3182"\n"
3183" -a, --archive=ARCHÍV určiť repozitár archívov"
3184
3185#: guix/scripts/import/cran.scm:50 guix/scripts/import/crate.scm:46
3186#: guix/scripts/import/opam.scm:45 guix/scripts/import/pypi.scm:46
3187msgid ""
3188"\n"
3189" -r, --recursive import packages recursively"
3190msgstr ""
3191"\n"
3192" -r, --recursive nahrať balíky rekurzívne"
3193
3194#: guix/scripts/import/cran.scm:52
3195msgid ""
3196"\n"
3197" -s, --style=STYLE choose output style, either specification or "
3198"variable"
3199msgstr ""
3200"\n"
3201" -s, --style=ŠTÝL vybrať štýl výstupu, buď „specification“ alebo "
3202"„variable“"
3203
3204#: guix/scripts/import/cran.scm:116 guix/scripts/import/texlive.scm:95
3205#, scheme-format
3206msgid "failed to download description for package '~a'~%"
3207msgstr "chyba pri sťahovaní popisu balíka „~a“~%"
3208
3209#: guix/scripts/import/cran.scm:120 guix/scripts/import/elpa.scm:113
3210#: guix/scripts/import/cpan.scm:90 guix/scripts/import/crate.scm:107
3211#: guix/scripts/import/gem.scm:104 guix/scripts/import/go.scm:125
3212#: guix/scripts/import/hackage.scm:161 guix/scripts/import/json.scm:100
3213#: guix/scripts/import/opam.scm:110 guix/scripts/import/pypi.scm:105
3214#: guix/scripts/import/stackage.scm:133 guix/scripts/import/texlive.scm:99
3215#, scheme-format
3216msgid "too few arguments~%"
3217msgstr "primálo parametrov~%"
3218
3219#: guix/scripts/import/cran.scm:122 guix/scripts/import/elpa.scm:115
3220#: guix/scripts/import/cpan.scm:92 guix/scripts/import/crate.scm:109
3221#: guix/scripts/import/gem.scm:106 guix/scripts/import/go.scm:127
3222#: guix/scripts/import/hackage.scm:152 guix/scripts/import/hackage.scm:163
3223#: guix/scripts/import/json.scm:102 guix/scripts/import/opam.scm:112
3224#: guix/scripts/import/pypi.scm:107 guix/scripts/import/stackage.scm:135
3225#: guix/scripts/import/texlive.scm:101
3226#, scheme-format
3227msgid "too many arguments~%"
3228msgstr "priveľa parametrov~%"
3229
3230#: guix/scripts/import/elpa.scm:44
3231msgid ""
3232"Usage: guix import elpa PACKAGE-NAME\n"
3233"Import the latest package named PACKAGE-NAME from an ELPA repository.\n"
3234msgstr ""
3235"Použitie: guix import elpa NÁZOV-BALÍKA\n"
3236"Nahrať najnovší balík s názvom NÁZOV-BALÍKA z repozitára ELPA.\n"
3237
3238#: guix/scripts/import/elpa.scm:46
3239msgid ""
3240"\n"
3241" -a, --archive=ARCHIVE specify the archive repository"
3242msgstr ""
3243"\n"
3244" -a, --archive=ARCHÍV určiť repozitár archívov"
3245
3246#: guix/scripts/import/elpa.scm:48
3247msgid ""
3248"\n"
3249" -h, --help display this help and exit"
3250msgstr ""
3251"\n"
3252" -h, --help zobraziť túto pomôcku a skončiť"
3253
3254#: guix/scripts/import/elpa.scm:50
3255msgid ""
3256"\n"
3257" -r, --recursive generate package expressions for all Emacs "
3258"packages that are not yet in Guix"
3259msgstr ""
3260"\n"
3261" -r, --recursive vytvoriť výrazy balíkov pre všetky balíky "
3262"Emacs, ktoré ešte nie sú dostupné v systéme Guix"
3263
3264#: guix/scripts/import/elpa.scm:52
3265msgid ""
3266"\n"
3267" -V, --version display version information and exit"
3268msgstr ""
3269"\n"
3270" -V, --version zobraziť podrobnosti o verzii a skončiť"
3271
3272#: guix/scripts/import/elpa.scm:110
3273#, scheme-format
3274msgid "failed to download package '~a'~%"
3275msgstr "chyba pri sťahovaní balíka „~a“~%"
3276
3277#: guix/scripts/pull.scm:89
3278msgid ""
3279"Usage: guix pull [OPTION]...\n"
3280"Download and deploy the latest version of Guix.\n"
3281msgstr ""
3282"Použitie: guix pull [PREPÍNAČ]...\n"
3283"Stiahnuť a prejsť na najnovšiu verziu systému Guix.\n"
3284
3285#: guix/scripts/pull.scm:91 guix/scripts/time-machine.scm:53
3286msgid ""
3287"\n"
3288" -C, --channels=FILE deploy the channels defined in FILE"
3289msgstr ""
3290"\n"
3291" -C, --channels=SÚBOR použiť kanály zo SÚBORU"
3292
3293#: guix/scripts/pull.scm:93
3294msgid ""
3295"\n"
3296" --url=URL download \"guix\" channel from the Git repository "
3297"at URL"
3298msgstr ""
3299"\n"
3300" --url=PREPOJENIE stiahnuť Git repozitár kanála „guix“ z "
3301"PREPOJENIA"
3302
3303#: guix/scripts/pull.scm:95
3304msgid ""
3305"\n"
3306" --commit=COMMIT download the specified \"guix\" channel COMMIT"
3307msgstr ""
3308"\n"
3309" --commit=ÚPRAVA stiahnuť danú úpravu (commit) kanála „guix“"
3310
3311#: guix/scripts/pull.scm:97
3312msgid ""
3313"\n"
3314" --branch=BRANCH download the tip of the specified \"guix\" channel "
3315"BRANCH"
3316msgstr ""
3317"\n"
3318" --branch=VETVA stiahnuť koniec danej VETVY kanála „guix“"
3319
3320#: guix/scripts/pull.scm:99
3321msgid ""
3322"\n"
3323" --allow-downgrades allow downgrades to earlier channel revisions"
3324msgstr ""
3325"\n"
3326" --allow-downgrades povoliť návrat k predchádzajúcim úpravám kanálov"
3327
3328#: guix/scripts/pull.scm:101 guix/scripts/time-machine.scm:61
3329msgid ""
3330"\n"
3331" --disable-authentication\n"
3332" disable channel authentication"
3333msgstr ""
3334"\n"
3335" --disable-authentication\n"
3336" vypnúť overovanie kanálov"
3337
3338#: guix/scripts/pull.scm:104
3339msgid ""
3340"\n"
3341" -N, --news display news compared to the previous generation"
3342msgstr ""
3343"\n"
3344" -N, --news zobraziť novinky v tomto pokolení"
3345
3346#: guix/scripts/pull.scm:117
3347#, scheme-format
3348msgid ""
3349"\n"
3350" -p, --profile=PROFILE use PROFILE instead of ~/.config/guix/current"
3351msgstr ""
3352"\n"
3353" -p, --profile=PROFIL použiť PROFIL namiesto ~/.config/guix/current"
3354
3355#: guix/scripts/pull.scm:123
3356msgid ""
3357"\n"
3358" --bootstrap use the bootstrap Guile to build the new Guix"
3359msgstr ""
3360"\n"
3361" --bootstrap použiť zavádzací Guile na zostavenie nového systému "
3362"Guix"
3363
3364#: guix/scripts/pull.scm:212 guix/scripts/system/reconfigure.scm:328
3365#, scheme-format
3366msgid "rolling back channel '~a' from ~a to ~a~%"
3367msgstr "vraciam kanál „~a“ z ~a na ~a~%"
3368
3369#: guix/scripts/pull.scm:215 guix/scripts/system/reconfigure.scm:331
3370#, scheme-format
3371msgid "moving channel '~a' from ~a to unrelated commit ~a~%"
3372msgstr ""
3373"presúvanie kanála „~a“ z ~a k nesúvisiacemu číslu úpravy (commitu) ~a~%"
3374
3375#: guix/scripts/pull.scm:244
3376msgid "New in this revision:\n"
3377msgstr "Novinky v tejto úprave:\n"
3378
3379#. TRANSLATORS: This describes a "channel"; the first placeholder is
3380#. the channel name (e.g., "guix") and the second placeholder is its
3381#. URL.
3382#: guix/scripts/pull.scm:253
3383#, scheme-format
3384msgid " ~a at ~a~%"
3385msgstr " ~a na ~a~%"
3386
3387#: guix/scripts/pull.scm:291
3388#, scheme-format
3389msgid " commit ~a~%"
3390msgstr " číslo úpravy (commit) ~a~%"
3391
3392#: guix/scripts/pull.scm:328
3393#, scheme-format
3394msgid "News for channel '~a'~%"
3395msgstr "Novinky kanála „~a“~%"
3396
3397#: guix/scripts/pull.scm:354
3398#, scheme-format
3399msgid " ~a new channel:~%"
3400msgid_plural " ~a new channels:~%"
3401msgstr[0] " ~a nový kanál:~%"
3402msgstr[1] " ~a nové kanály:~%"
3403msgstr[2] " ~a nových kanálov:~%"
3404
3405#: guix/scripts/pull.scm:364
3406#, scheme-format
3407msgid " ~a channel removed:~%"
3408msgid_plural " ~a channels removed:~%"
3409msgstr[0] " ~a odstránený kanál:~%"
3410msgstr[1] " ~a odstránené kanály:~%"
3411msgstr[2] " ~a odstránených kanálov:~%"
3412
3413#: guix/scripts/pull.scm:440
3414msgid "Run @command{guix pull --news} to read all the news."
3415msgstr "Prečítajte si všetky novinky pomocou @command{guix pull --news}."
3416
3417#: guix/scripts/pull.scm:448
3418#, scheme-format
3419msgid ""
3420"After setting @code{PATH}, run\n"
3421"@command{hash guix} to make sure your shell refers to @file{~a}."
3422msgstr ""
3423"Po nastavení premennej @code{PATH}, použite\n"
3424"@command{hash guix}, aby ste sa usitili, že váš shell odkazuje na @file{~a}."
3425
3426#: guix/scripts/pull.scm:483
3427#, scheme-format
3428msgid "Migrating profile generations to '~a'...~%"
3429msgstr "Premiestňujú sa pokolenia profilu do „~a“...~%"
3430
3431#: guix/scripts/pull.scm:527
3432#, scheme-format
3433msgid "while creating symlink '~a': ~a~%"
3434msgstr "pri vytváraní symbolického odkazu „~a“: ~a~%"
3435
3436#: guix/scripts/pull.scm:616
3437msgid " ~h new package: ~a~%"
3438msgid_plural " ~h new packages: ~a~%"
3439msgstr[0] " ~h nový balík: ~a~%"
3440msgstr[1] " ~h nové balíky: ~a~%"
3441msgstr[2] " ~h nových balíkov: ~a~%"
3442
3443#: guix/scripts/pull.scm:624
3444msgid " ~h package upgraded: ~a~%"
3445msgid_plural " ~h packages upgraded: ~a~%"
3446msgstr[0] " ~h aktualizovaný balík: ~a~%"
3447msgstr[1] " ~h aktualizované balíky: ~a~%"
3448msgstr[2] " ~h aktualizovaných balíkov: ~a~%"
3449
3450#: guix/scripts/pull.scm:713
3451#, scheme-format
3452msgid "'~a' did not return a list of channels~%"
3453msgstr "„~a“ nevrátil zoznam kanálov~%"
3454
3455#: guix/scripts/pull.scm:729
3456#, scheme-format
3457msgid ""
3458"The 'GUIX_PULL_URL' environment variable is deprecated.\n"
3459"Use '~/.config/guix/channels.scm' instead."
3460msgstr ""
3461"Premenná prostredia „GUIX_PULL_URL“ sa už nepoužíva.\n"
3462"Namiesto nej použite „~/.config/guix/channels.scm“."
3463
3464#: guix/scripts/pull.scm:802
3465#, scheme-format
3466msgid "Building from this channel:~%"
3467msgid_plural "Building from these channels:~%"
3468msgstr[0] "Zostavuje sa z tohto kanála:~%"
3469msgstr[1] "Zostavuje sa z týchto kanálov:~%"
3470msgstr[2] "Zostavuje sa z týchto kanálov:~%"
3471
3472#: guix/scripts/substitute.scm:87
3473#, scheme-format
3474msgid "authentication and authorization of substitutes disabled!~%"
3475msgstr "overenie a povolenie náhrad vypnuté!~%"
3476
3477#: guix/scripts/substitute.scm:222
3478#, scheme-format
3479msgid "host name lookup error: ~a~%"
3480msgstr "zisťovanie názvu hostiteľa zlyhalo: ~a~%"
3481
3482#: guix/scripts/substitute.scm:227
3483#, scheme-format
3484msgid "TLS error in procedure '~a': ~a~%"
3485msgstr "Chyba TLS v procedúre „~a“: ~a~%"
3486
3487#: guix/scripts/substitute.scm:238
3488msgid ""
3489"Usage: guix substitute [OPTION]...\n"
3490"Internal tool to substitute a pre-built binary to a local build.\n"
3491msgstr ""
3492"Použitie: guix substitute [PREPÍNAČ]...\n"
3493"Vnútorný nástroj na nahrádzanie miestneho zostavenia pred-zostavenou "
3494"binárnou náhradou.\n"
3495
3496#: guix/scripts/substitute.scm:240
3497msgid ""
3498"\n"
3499" --query report on the availability of substitutes for the\n"
3500" store file names passed on the standard input"
3501msgstr ""
3502"\n"
3503" --query zistiť dostupnosť náhrad pre názvy\n"
3504" súborov úložiska na štandardnom vstupe"
3505
3506#: guix/scripts/substitute.scm:243
3507msgid ""
3508"\n"
3509" --substitute STORE-FILE DESTINATION\n"
3510" download STORE-FILE and store it as a Nar in file\n"
3511" DESTINATION"
3512msgstr ""
3513"\n"
3514" --substitute SÚBOR-ÚLOŽISKA CIEĽOVÝ-SÚBOR\n"
3515" stiahnuť SÚBOR-ÚLOŽISKA a uložiť ho ako Nar\n"
3516" do CIEĽOVÉHO-SÚBORU"
3517
3518#: guix/scripts/substitute.scm:323
3519#, scheme-format
3520msgid "updating substitutes from '~a'... ~5,1f%"
3521msgstr "aktualizujú sa náhrady z „~a“... ~5,1f%"
3522
3523#: guix/scripts/substitute.scm:462
3524#, scheme-format
3525msgid "download from '~a' failed: ~a, ~s~%"
3526msgstr "sťahovanie z „~a“ zlyhalo: ~a, ~s~%"
3527
3528#: guix/scripts/substitute.scm:472
3529#, scheme-format
3530msgid "while fetching ~a: server is somewhat slow~%"
3531msgstr "pri získavaní ~a: odozva servera je nízka~%"
3532
3533#: guix/scripts/substitute.scm:474
3534#, scheme-format
3535msgid "try `--no-substitutes' if the problem persists~%"
3536msgstr "skúste použiť prepínač „--no-substitutes“ ak ťažkosti pretrvávajú~%"
3537
3538#: guix/scripts/substitute.scm:481
3539#, scheme-format
3540msgid "unsupported substitute URI scheme: ~a~%"
3541msgstr "nepodporované pravidlo nahrádzania prepojení: ~a~%"
3542
3543#: guix/scripts/substitute.scm:485
3544#, scheme-format
3545msgid "no valid substitute for '~a'~%"
3546msgstr "žiadne platné náhrady za „~a“~%"
3547
3548#: guix/scripts/substitute.scm:494
3549#, scheme-format
3550msgid "Downloading ~a...~%"
3551msgstr "Sťahuje sa ~a...~%"
3552
3553#: guix/scripts/substitute.scm:598
3554msgid ""
3555"ACL for archive imports seems to be uninitialized, substitutes may be "
3556"unavailable\n"
3557msgstr ""
3558"zdá sa, že ACL na načítavanie archívov nebolo nastavené, náhrady možno "
3559"nebudú dostupné\n"
3560
3561#: guix/scripts/substitute.scm:683
3562#, scheme-format
3563msgid "~a: invalid URI~%"
3564msgstr "~a: neplatné prepojenie~%"
3565
3566#: guix/scripts/substitute.scm:770
3567#, scheme-format
3568msgid "~a: unrecognized options~%"
3569msgstr "~a: nerozpoznané prepínače~%"
3570
3571#: guix/scripts/authenticate.scm:64
3572#, scheme-format
3573msgid "failed to load key pair at '~a': ~a~%"
3574msgstr "získavanie páru kľúčov zlyhalo na „~a“: ~a~%"
3575
3576#: guix/scripts/authenticate.scm:86
3577#, scheme-format
3578msgid "invalid signature: ~a"
3579msgstr "neplatný podpis: ~a"
3580
3581#: guix/scripts/authenticate.scm:89
3582#, scheme-format
3583msgid "unauthorized public key: ~a"
3584msgstr "nepovolený verejný kľúč: ~a"
3585
3586#: guix/scripts/authenticate.scm:92
3587#, scheme-format
3588msgid "corrupt signature data: ~a"
3589msgstr "poškodený podpis: ~a"
3590
3591#: guix/scripts/authenticate.scm:184
3592msgid ""
3593"Usage: guix authenticate OPTION...\n"
3594"Sign data or verify signatures. This tool is meant to be used internally "
3595"by\n"
3596"'guix-daemon'.\n"
3597msgstr ""
3598"Použitie: guix authenticate PREPÍNAČ...\n"
3599"Podpísať údaje alebo overiť podpisy. Tento nástroj je určený na vnútorné\n"
3600"použitie pre „guix-daemon“.\n"
3601
3602#: guix/scripts/authenticate.scm:218
3603#, scheme-format
3604msgid "~s: invalid command; ignoring~%"
3605msgstr "~s: neplatný príkaz; preskakujem~%"
3606
3607#: guix/scripts/authenticate.scm:223
3608#, scheme-format
3609msgid "wrong arguments~%"
3610msgstr "neplatné parametre~%"
3611
3612#: guix/scripts/system.scm:175
3613#, scheme-format
3614msgid "copying to '~a'..."
3615msgstr "kopírujem do „~a“..."
3616
3617#: guix/scripts/system.scm:211
3618#, scheme-format
3619msgid "initializing the current root file system~%"
3620msgstr "nastavuje sa súčasný koreňový súborový systém~%"
3621
3622#: guix/scripts/system.scm:225
3623#, scheme-format
3624msgid "not running as 'root', so the ownership of '~a' may be incorrect!~%"
3625msgstr "sa nespúšťa ako „root“, takže vlastníctvo „~a“ je možno nesprávne!~%"
3626
3627#: guix/scripts/system.scm:255 guix/scripts/system.scm:751
3628#: guix/scripts/system.scm:857
3629#, scheme-format
3630msgid "bootloader successfully installed on '~a'~%"
3631msgstr "zavádzač bol úspešne nainštalovaný na „~a“~%"
3632
3633#: guix/scripts/system.scm:278
3634#, scheme-format
3635msgid "while talking to shepherd: ~a~%"
3636msgstr "pri spojení so shepherdom: ~a~%"
3637
3638#: guix/scripts/system.scm:286
3639#, scheme-format
3640msgid "service '~a' could not be found~%"
3641msgstr "služba „~a“ sa nenašla~%"
3642
3643#: guix/scripts/system.scm:289
3644#, scheme-format
3645msgid "service '~a' does not have an action '~a'~%"
3646msgstr "služba „~a“ postráda činnosť „~a“~%"
3647
3648#: guix/scripts/system.scm:293
3649#, scheme-format
3650msgid "exception caught while executing '~a' on service '~a':~%"
3651msgstr "výnimka zachytená pri spúšťaní „~a“ v službe „~a“:~%"
3652
3653#: guix/scripts/system.scm:301
3654#, scheme-format
3655msgid "something went wrong: ~s~%"
3656msgstr "niečo sa pokazilo: ~s~%"
3657
3658#: guix/scripts/system.scm:304
3659#, scheme-format
3660msgid "shepherd error~%"
3661msgstr "chyba shepherd-a~%"
3662
3663#: guix/scripts/system.scm:308
3664#, scheme-format
3665msgid "some services could not be upgraded~%"
3666msgstr "niektoré služby sa nepodarilo aktualizovať~%"
3667
3668#: guix/scripts/system.scm:309
3669msgid ""
3670"To allow changes to all the system services to take\n"
3671"effect, you will need to reboot."
3672msgstr ""
3673"Na uplatnenie niektorých zmien v systémových službách\n"
3674"je nutné reštartovať počítač."
3675
3676#: guix/scripts/system.scm:375
3677#, scheme-format
3678msgid "cannot switch to system generation '~a'~%"
3679msgstr "nepodarilo sa prepnúť na pokolenie systému „~a“~%"
3680
3681#: guix/scripts/system.scm:451
3682msgid "the DAG of services"
3683msgstr "orientovaný acyklický graf služieb"
3684
3685#: guix/scripts/system.scm:464
3686msgid "the dependency graph of shepherd services"
3687msgstr "graf závislostí služieb shepherda"
3688
3689#: guix/scripts/system.scm:479
3690#, scheme-format
3691msgid " repository URL: ~a~%"
3692msgstr " prepojenie na repozitár: ~a~%"
3693
3694#: guix/scripts/system.scm:481
3695#, scheme-format
3696msgid " branch: ~a~%"
3697msgstr " vetva: ~a~%"
3698
3699#: guix/scripts/system.scm:482
3700#, scheme-format
3701msgid " commit: ~a~%"
3702msgstr " číslo úpravy (commit): ~a~%"
3703
3704#: guix/scripts/system.scm:502
3705#, scheme-format
3706msgid " file name: ~a~%"
3707msgstr " názov súboru: ~a~%"
3708
3709#: guix/scripts/system.scm:503
3710#, scheme-format
3711msgid " canonical file name: ~a~%"
3712msgstr " normatívny názov súboru: ~a~%"
3713
3714#. TRANSLATORS: Please preserve the two-space indentation.
3715#: guix/scripts/system.scm:505
3716#, scheme-format
3717msgid " label: ~a~%"
3718msgstr " menovka: ~a~%"
3719
3720#: guix/scripts/system.scm:506
3721#, scheme-format
3722msgid " bootloader: ~a~%"
3723msgstr " zavádzač: ~a~%"
3724
3725#. TRANSLATORS: The '~[', '~;', and '~]' sequences in this string must
3726#. be preserved. They denote conditionals, such that the result will
3727#. look like:
3728#. root device: UUID: 12345-678
3729#. or:
3730#. root device: label: "my-root"
3731#. or just:
3732#. root device: /dev/sda3
3733#: guix/scripts/system.scm:516
3734#, scheme-format
3735msgid " root device: ~[UUID: ~a~;label: ~s~;~a~]~%"
3736msgstr " koreňové zariadenie: ~[UUID: ~a~;menovka: ~s~;~a~]~%"
3737
3738#: guix/scripts/system.scm:522
3739#, scheme-format
3740msgid " kernel: ~a~%"
3741msgstr " jadro: ~a~%"
3742
3743#: guix/scripts/system.scm:527
3744#, scheme-format
3745msgid " multiboot: ~a~%"
3746msgstr " zavedenie viacerých operačných systémov (multiboot): ~a~%"
3747
3748#. TRANSLATORS: Here "channel" is the same terminology as used in
3749#. "guix describe" and "guix pull --channels".
3750#: guix/scripts/system.scm:533
3751#, scheme-format
3752msgid " channels:~%"
3753msgstr " kanály:~%"
3754
3755#: guix/scripts/system.scm:536
3756#, scheme-format
3757msgid " configuration file: ~a~%"
3758msgstr " súbor nastavení: ~a~%"
3759
3760#: guix/scripts/system.scm:609
3761#, scheme-format
3762msgid "device '~a' not found: ~a~%"
3763msgstr "zariadenie „~a“ sa nenašlo: ~a~%"
3764
3765#: guix/scripts/system.scm:612
3766#, scheme-format
3767msgid ""
3768"If '~a' is a file system\n"
3769"label, write @code{(file-system-label ~s)} in your @code{device} field."
3770msgstr ""
3771"Ak „~a“ je menovkou súborového systému,\n"
3772"napíšte @code{(file-system-label ~s)} do poľa @code{device}."
3773
3774#: guix/scripts/system.scm:621
3775#, scheme-format
3776msgid "file system with label '~a' not found~%"
3777msgstr "súborový systém s menovkou „~a“ sa nenašiel~%"
3778
3779#: guix/scripts/system.scm:627
3780#, scheme-format
3781msgid "file system with UUID '~a' not found~%"
3782msgstr "súborový systém s UUID „~a“ sa nenašiel~%"
3783
3784#: guix/scripts/system.scm:714
3785#, scheme-format
3786msgid "'disk-image' is deprecated: use 'image' instead~%"
3787msgstr ""
3788"použitie „disk-image“ sa už neodporúča: namiesto toho použite „image“~%"
3789
3790#: guix/scripts/system.scm:716
3791#, scheme-format
3792msgid "'vm-image' is deprecated: use 'image' instead~%"
3793msgstr "použitie „vm-image“ sa už neodporúča; namiesto toho použite „image“~%"
3794
3795#: guix/scripts/system.scm:729
3796#, scheme-format
3797msgid "Consider running 'guix pull' before 'reconfigure'.~%"
3798msgstr "Zvážte spustenie „guix pull“ pred „reconfigure“.~%"
3799
3800#: guix/scripts/system.scm:730
3801#, scheme-format
3802msgid "Failing to do that may downgrade your system!~%"
3803msgstr "V opačnom prípade riskujete, že váš systém prejde na staršiu verziu!~%"
3804
3805#: guix/scripts/system.scm:850
3806#, scheme-format
3807msgid "activating system...~%"
3808msgstr "spúšťa sa systém...~%"
3809
3810#: guix/scripts/system.scm:861
3811msgid ""
3812"To complete the upgrade, run 'herd restart SERVICE' to stop,\n"
3813"upgrade, and restart each service that was not automatically restarted.\n"
3814msgstr ""
3815"Aby mohla byť aktualizácia dokončená, spustite „herd restart SLUŽBA“ pre\n"
3816"zastavenie, aktualizovanie a reštart každej SLUŽBY, ktorá nebola automaticky "
3817"reštartovaná.\n"
3818
3819#: guix/scripts/system.scm:864
3820msgid "Run 'herd status' to view the list of services on your system.\n"
3821msgstr ""
3822"Spustite „herd status“ pre zobrazenie zoznam služieb na vašom systéme.\n"
3823
3824#: guix/scripts/system.scm:868
3825#, scheme-format
3826msgid "initializing operating system under '~a'...~%"
3827msgstr "nastavuje sa operačný systém v „~a“...~%"
3828
3829#: guix/scripts/system.scm:888 guix/scripts/graph.scm:437
3830#, scheme-format
3831msgid "~a: unknown backend~%"
3832msgstr "~a: neznámy nástroj~%"
3833
3834#: guix/scripts/system.scm:925
3835msgid "The available image types are:\n"
3836msgstr "Dostupné typy obrazov sú:\n"
3837
3838#: guix/scripts/system.scm:935
3839msgid ""
3840"Usage: guix system [OPTION ...] ACTION [ARG ...] [FILE]\n"
3841"Build the operating system declared in FILE according to ACTION.\n"
3842"Some ACTIONS support additional ARGS.\n"
3843msgstr ""
3844"Použitie: guix system [PREPÍNAČ ...] ČINNOSŤ [PARAMETER ...] [SÚBOR]\n"
3845"Zostaviť operačný systém zapísaný v SÚBORE vzhľadom na ČINNOSŤ.\n"
3846"Niektoré ČINNOSTI podporujú dodatočné PARAMETRE.\n"
3847
3848#: guix/scripts/system.scm:941
3849msgid " search search for existing service types\n"
3850msgstr " search hľadať existujúce typy služieb\n"
3851
3852#: guix/scripts/system.scm:943
3853msgid " reconfigure switch to a new operating system configuration\n"
3854msgstr " reconfigure prepnúť na nové nastavenie systému\n"
3855
3856#: guix/scripts/system.scm:945
3857msgid ""
3858" roll-back switch to the previous operating system configuration\n"
3859msgstr " roll-back prepnúť na predchádzajúce nastavenie systému\n"
3860
3861#: guix/scripts/system.scm:947
3862msgid " describe describe the current system\n"
3863msgstr " describe popísať súčasný systém\n"
3864
3865#: guix/scripts/system.scm:949
3866msgid " list-generations list the system generations\n"
3867msgstr " list-generations zobraziť pokolenia systému\n"
3868
3869#: guix/scripts/system.scm:951
3870msgid ""
3871" switch-generation switch to an existing operating system configuration\n"
3872msgstr ""
3873" switch-generation prepnúť na niektoré z existujúcich nastavení systému\n"
3874
3875#: guix/scripts/system.scm:953
3876msgid " delete-generations delete old system generations\n"
3877msgstr " delete-generations odstrániť predchádzajúce pokolenia systému\n"
3878
3879#: guix/scripts/system.scm:955
3880msgid ""
3881" build build the operating system without installing anything\n"
3882msgstr " build zostaviť operačný systém ale nič neinštalovať\n"
3883
3884#: guix/scripts/system.scm:957
3885msgid " container build a container that shares the host's store\n"
3886msgstr " container zostaviť kontajner zdieľajúci úložisko hostiteľa\n"
3887
3888#: guix/scripts/system.scm:959
3889msgid ""
3890" vm build a virtual machine image that shares the host's "
3891"store\n"
3892msgstr ""
3893" vm zostaviť virtuálny stroj zdieľajúci úložisko hostiteľa\n"
3894
3895#: guix/scripts/system.scm:961
3896msgid " image build a Guix System image\n"
3897msgstr " image zostaviť obraz systému Guix\n"
3898
3899#: guix/scripts/system.scm:963
3900msgid " docker-image build a Docker image\n"
3901msgstr " docker-image zostaviť Docker obraz\n"
3902
3903#: guix/scripts/system.scm:965
3904msgid " init initialize a root file system to run GNU\n"
3905msgstr ""
3906" init nastaviť koreňový súborový systém pre spustenie GNU\n"
3907
3908#: guix/scripts/system.scm:967
3909msgid " extension-graph emit the service extension graph in Dot format\n"
3910msgstr " extension-graph vytvoriť graf rozšírení služieb vo formáte Dot\n"
3911
3912#: guix/scripts/system.scm:969
3913msgid " shepherd-graph emit the graph of shepherd services in Dot format\n"
3914msgstr " shepherd-graph vytvoriť graf služieb shepherda vo formáte Dot\n"
3915
3916#: guix/scripts/system.scm:973
3917msgid ""
3918"\n"
3919" -d, --derivation return the derivation of the given system"
3920msgstr ""
3921"\n"
3922" -d, --derivation vrátiť odvodeninu zadaného systému"
3923
3924#: guix/scripts/system.scm:975
3925msgid ""
3926"\n"
3927" -e, --expression=EXPR consider the operating-system EXPR evaluates to\n"
3928" instead of reading FILE, when applicable"
3929msgstr ""
3930"\n"
3931" -e, --expression=VÝRAZ vybrať operačný systém určený VÝRAZOM namiesto\n"
3932" čítania SÚBORU, ak je to možné"
3933
3934#: guix/scripts/system.scm:978
3935msgid ""
3936"\n"
3937" --allow-downgrades for 'reconfigure', allow downgrades to earlier\n"
3938" channel revisions"
3939msgstr ""
3940"\n"
3941" --allow-downgrades pre „reconfigure“, povoliť návrat k starším\n"
3942" úpravám kanálov"
3943
3944#: guix/scripts/system.scm:981
3945msgid ""
3946"\n"
3947" --on-error=STRATEGY\n"
3948" apply STRATEGY (one of nothing-special, backtrace,\n"
3949" or debug) when an error occurs while reading FILE"
3950msgstr ""
3951"\n"
3952" --on-error=POSTUP\n"
3953" uplatniť POSTUP (jeden z nothing-special, "
3954"backtrace\n"
3955" alebo debug) ak sa vyskytne chyba pri čítaní SÚBORU"
3956
3957#: guix/scripts/system.scm:985
3958msgid ""
3959"\n"
3960" --list-image-types list available image types"
3961msgstr ""
3962"\n"
3963" --list-image-types zobraziť dostupné typy obrazov"
3964
3965#: guix/scripts/system.scm:987
3966msgid ""
3967"\n"
3968" -t, --image-type=TYPE for 'image', produce an image of TYPE"
3969msgstr ""
3970"\n"
3971" -t, --image-type=TYP „obrazu“, vytvoriť obraz TYPU"
3972
3973#: guix/scripts/system.scm:989
3974msgid ""
3975"\n"
3976" --image-size=SIZE for 'image', produce an image of SIZE"
3977msgstr ""
3978"\n"
3979" --image-size=VEĽKOSŤ „obrazu“, vytvoriť obraz o VEĽKOSTI"
3980
3981#: guix/scripts/system.scm:991
3982msgid ""
3983"\n"
3984" --no-bootloader for 'init', do not install a bootloader"
3985msgstr ""
3986"\n"
3987" --no-bootloader pre „init“, neinštalovať zavádzač"
3988
3989#: guix/scripts/system.scm:993
3990msgid ""
3991"\n"
3992" --volatile for 'image', make the root file system volatile"
3993msgstr ""
3994"\n"
3995" --volatile „obraz“, nastaviť koreňový súborový systém ako "
3996"nestály"
3997
3998#: guix/scripts/system.scm:995
3999msgid ""
4000"\n"
4001" --label=LABEL for 'image', label disk image with LABEL"
4002msgstr ""
4003"\n"
4004" --label=MENOVKA „obrazu“, označiť obraz disku MENOVKOU"
4005
4006#: guix/scripts/system.scm:997 guix/scripts/pack.scm:1099
4007msgid ""
4008"\n"
4009" --save-provenance save provenance information"
4010msgstr ""
4011"\n"
4012" --save-provenance uložiť údaje o pôvode"
4013
4014#: guix/scripts/system.scm:999
4015msgid ""
4016"\n"
4017" --share=SPEC for 'vm' and 'container', share host file system "
4018"with\n"
4019" read/write access according to SPEC"
4020msgstr ""
4021"\n"
4022" --share=ZADANIE pre „vm“ a „container“, zdieľať hostiteľský "
4023"súborový systém\n"
4024" na čítanie aj zápis podľa ZADANIA"
4025
4026#: guix/scripts/system.scm:1002
4027msgid ""
4028"\n"
4029" --expose=SPEC for 'vm' and 'container', expose host file system\n"
4030" directory as read-only according to SPEC"
4031msgstr ""
4032"\n"
4033" --expose=ZADANIE pre „vm“ a „container“, sprístupniť hostiteľský "
4034"súborový\n"
4035" systém len na čítanie podľa ZADANIA"
4036
4037#: guix/scripts/system.scm:1005
4038msgid ""
4039"\n"
4040" -N, --network for 'container', allow containers to access the "
4041"network"
4042msgstr ""
4043"\n"
4044" -N, --network pre „container“, umožniť kontajnerom prístup do "
4045"siete"
4046
4047#: guix/scripts/system.scm:1007
4048msgid ""
4049"\n"
4050" -r, --root=FILE for 'vm', 'image', 'container' and 'build',\n"
4051" make FILE a symlink to the result, and\n"
4052" register it as a garbage collector root"
4053msgstr ""
4054"\n"
4055" -r, --root=SÚBOR pre „vm“, „image“, „container“ a „build“,\n"
4056" spraviť zo SÚBORU symbolický odkaz na výsledok a\n"
4057" zaznamenať ho ako koreň zberača odpadkov"
4058
4059#: guix/scripts/system.scm:1011
4060msgid ""
4061"\n"
4062" --full-boot for 'vm', make a full boot sequence"
4063msgstr ""
4064"\n"
4065" --full-boot pre „vm“, vykonať úplné zavedenie"
4066
4067#: guix/scripts/system.scm:1013
4068msgid ""
4069"\n"
4070" --skip-checks skip file system and initrd module safety checks"
4071msgstr ""
4072"\n"
4073" --skip-checks preskočiť bezpečnostné overenie súborového systému "
4074"a initrd"
4075
4076#: guix/scripts/system.scm:1020
4077msgid ""
4078"\n"
4079" --graph-backend=BACKEND\n"
4080" use BACKEND for 'extension-graphs' and 'shepherd-"
4081"graph'"
4082msgstr ""
4083"\n"
4084" --graph-backend=NÁSTROJ\n"
4085" použiť NÁSTROJ pre „extension-graphs“ a „shepherd-"
4086"graph“"
4087
4088#: guix/scripts/system.scm:1162
4089#, scheme-format
4090msgid "'~a' does not return an operating system or an image~%"
4091msgstr "„~a“ nevracia operačný systém ani obraz~%"
4092
4093#: guix/scripts/system.scm:1186
4094#, scheme-format
4095msgid "both file and expression cannot be specified~%"
4096msgstr "nie je možné zároveň určiť súbor aj výraz~%"
4097
4098#: guix/scripts/system.scm:1193
4099#, scheme-format
4100msgid "no configuration specified~%"
4101msgstr "nebolo určené žiadne nastavenie~%"
4102
4103#: guix/scripts/system.scm:1303
4104#, scheme-format
4105msgid "no system generation, nothing to describe~%"
4106msgstr "žiadne pokolenie systému, nie je k čomu poskytnúť popis~%"
4107
4108#: guix/scripts/system.scm:1349
4109#, scheme-format
4110msgid "~a: unknown action~%"
4111msgstr "~a: neznáma činnosť~%"
4112
4113#: guix/scripts/system.scm:1365
4114#, scheme-format
4115msgid "wrong number of arguments for action '~a'~%"
4116msgstr "nesprávny počet parametrov pre činnosť „~a“~%"
4117
4118#: guix/scripts/system.scm:1370
4119#, scheme-format
4120msgid "guix system: missing command name~%"
4121msgstr "guix system: chýba názov príkazu~%"
4122
4123#: guix/scripts/system.scm:1372
4124#, scheme-format
4125msgid "Try 'guix system --help' for more information.~%"
4126msgstr "Skúste „guix system --help“ pre viac podrobností.~%"
4127
4128#: guix/scripts/system/search.scm:93 guix/ui.scm:1544 guix/ui.scm:1562
4129msgid "unknown"
4130msgstr "neznáme"
4131
4132#: guix/scripts/lint.scm:58
4133#, scheme-format
4134msgid "~a@~a: ~a~%"
4135msgstr "~a@~a: ~a~%"
4136
4137#: guix/scripts/lint.scm:82
4138#, scheme-format
4139msgid "Available checkers:~%"
4140msgstr "Dostupné overovače:~%"
4141
4142#: guix/scripts/lint.scm:100
4143msgid ""
4144"Usage: guix lint [OPTION]... [PACKAGE]...\n"
4145"Run a set of checkers on the specified package; if none is specified,\n"
4146"run the checkers on all packages.\n"
4147msgstr ""
4148"Použitie: guix lint [PREPÍNAČ]... [BALÍK]...\n"
4149"Spustiť overovače pre zadaný balík. Ak nie je určený žiadny balík,\n"
4150"spustiť overovače pre všetky balíky.\n"
4151
4152#: guix/scripts/lint.scm:103
4153msgid ""
4154"\n"
4155" -c, --checkers=CHECKER1,CHECKER2...\n"
4156" only run the specified checkers"
4157msgstr ""
4158"\n"
4159" -c, --checkers=OVEROVAČ1,OVEROVAČ2...\n"
4160" spustiť len zadané overovače"
4161
4162#: guix/scripts/lint.scm:106
4163msgid ""
4164"\n"
4165" -x, --exclude=CHECKER1,CHECKER2...\n"
4166" exclude the specified checkers"
4167msgstr ""
4168"\n"
4169" -x, --exclude=OVEROVAČ1,OVEROVAČ2...\n"
4170" vylúčiť zadané overovače"
4171
4172#: guix/scripts/lint.scm:109
4173msgid ""
4174"\n"
4175" -n, --no-network only run checkers that do not access the network"
4176msgstr ""
4177"\n"
4178" -n, --no-network spustiť len overovače, ktoré nevyžadujú prístup do "
4179"siete"
4180
4181#: guix/scripts/lint.scm:117
4182msgid ""
4183"\n"
4184" -l, --list-checkers display the list of available lint checkers"
4185msgstr ""
4186"\n"
4187" -l, --list-checkers zobraziť zoznam dostupných overovačov"
4188
4189#: guix/scripts/lint.scm:136
4190#, scheme-format
4191msgid "~a: invalid checker~%"
4192msgstr "~a: neplatný overovač~%"
4193
4194#: guix/scripts/publish.scm:82
4195#, scheme-format
4196msgid ""
4197"Usage: guix publish [OPTION]...\n"
4198"Publish ~a over HTTP.\n"
4199msgstr ""
4200"Použitie: guix publish [PREPÍNAČ]...\n"
4201"Uverejniť ~a cez HTTP.\n"
4202
4203#: guix/scripts/publish.scm:84
4204msgid ""
4205"\n"
4206" -p, --port=PORT listen on PORT"
4207msgstr ""
4208"\n"
4209" -p, --port=PORT počúvať na PORTE"
4210
4211#: guix/scripts/publish.scm:86
4212msgid ""
4213"\n"
4214" --listen=HOST listen on the network interface for HOST"
4215msgstr ""
4216"\n"
4217" --listen=HOSTITEĽ počúvať HOSTITEĽA pomocou sieťového rozhrania"
4218
4219#: guix/scripts/publish.scm:88
4220msgid ""
4221"\n"
4222" -u, --user=USER change privileges to USER as soon as possible"
4223msgstr ""
4224"\n"
4225" -u, --user=POUŽÍVATEĽ zmeniť práva POUŽÍVATEĽA hneď keď to bude "
4226"možné"
4227
4228#: guix/scripts/publish.scm:90
4229msgid ""
4230"\n"
4231" -a, --advertise advertise on the local network"
4232msgstr ""
4233"\n"
4234" -a, --advertise ohlasovať v miestnej sieti"
4235
4236#: guix/scripts/publish.scm:92
4237msgid ""
4238"\n"
4239" -C, --compression[=METHOD:LEVEL]\n"
4240" compress archives with METHOD at LEVEL"
4241msgstr ""
4242"\n"
4243" -C, --compression[=SPÔSOB:ÚROVEŇ]\n"
4244" komprimovať archívy SPÔSOBOM a na ÚROVNI"
4245
4246#: guix/scripts/publish.scm:95
4247msgid ""
4248"\n"
4249" -c, --cache=DIRECTORY cache published items to DIRECTORY"
4250msgstr ""
4251"\n"
4252" -c, --cache=PRIEČINOK použiť PRIEČINOK ako vyrovnávaciu pamäť pre "
4253"uverejnené položky"
4254
4255#: guix/scripts/publish.scm:97
4256msgid ""
4257"\n"
4258" --cache-bypass-threshold=SIZE\n"
4259" serve store items below SIZE even when not cached"
4260msgstr ""
4261"\n"
4262" --cache-bypass-threshold=VEĽKOSŤ\n"
4263" poskytovať položky úložiska menšie ako VEĽKOSŤ aj "
4264"keď sa nenachádzajú vo vyrovnávacej pamäti"
4265
4266#: guix/scripts/publish.scm:100
4267msgid ""
4268"\n"
4269" --workers=N use N workers to bake items"
4270msgstr ""
4271"\n"
4272" --workers=N použiť N vlákien na prípravu položiek"
4273
4274#: guix/scripts/publish.scm:102
4275msgid ""
4276"\n"
4277" --ttl=TTL announce narinfos can be cached for TTL seconds"
4278msgstr ""
4279"\n"
4280" --ttl=TTL oznámenia narinfos môžu byť uložené do vyrovnávacej "
4281"pamäte na TTL sekúnd"
4282
4283#: guix/scripts/publish.scm:104
4284msgid ""
4285"\n"
4286" --nar-path=PATH use PATH as the prefix for nar URLs"
4287msgstr ""
4288"\n"
4289" --nar-path=CESTA použiť CESTU ako predponu prepojení nar"
4290
4291#: guix/scripts/publish.scm:106
4292msgid ""
4293"\n"
4294" --public-key=FILE use FILE as the public key for signatures"
4295msgstr ""
4296"\n"
4297" --public-key=SÚBOR použiť SÚBOR ako verejný kľúč na podpisovanie"
4298
4299#: guix/scripts/publish.scm:108
4300msgid ""
4301"\n"
4302" --private-key=FILE use FILE as the private key for signatures"
4303msgstr ""
4304"\n"
4305" --private-key=SÚBOR použiť SÚBOR ako súkromný kľúč na podpisovanie"
4306
4307#: guix/scripts/publish.scm:110
4308msgid ""
4309"\n"
4310" -r, --repl[=PORT] spawn REPL server on PORT"
4311msgstr ""
4312"\n"
4313" -r, --repl[=PORT] spustiť REPL server na PORTE"
4314
4315#: guix/scripts/publish.scm:126
4316#, scheme-format
4317msgid "lookup of host '~a' failed: ~a~%"
4318msgstr "vyhľadávanie hostiteľa „~a“ zlyhalo: ~a~%"
4319
4320#: guix/scripts/publish.scm:183
4321#, scheme-format
4322msgid "lookup of host '~a' returned nothing"
4323msgstr "vyhľadávanie hostiteľa „~a“ bolo bezvýsledné"
4324
4325#: guix/scripts/publish.scm:206
4326#, scheme-format
4327msgid "~a: unsupported compression type~%"
4328msgstr "~a: nepodporovaný spôsob kompresie~%"
4329
4330#: guix/scripts/publish.scm:224
4331#, scheme-format
4332msgid "~a: invalid duration~%"
4333msgstr "~a: neplatné trvanie~%"
4334
4335#: guix/scripts/publish.scm:1077
4336#, scheme-format
4337msgid "Advertising ~a~%."
4338msgstr "Ohlasuje sa ~a~%."
4339
4340#: guix/scripts/publish.scm:1108
4341#, scheme-format
4342msgid "user '~a' not found: ~a~%"
4343msgstr "používateľ „~a“ sa nenašiel: ~a~%"
4344
4345#: guix/scripts/publish.scm:1160
4346#, scheme-format
4347msgid "server running as root; consider using the '--user' option!~%"
4348msgstr "server je spustený ako správca; zvážte použitie prepínača „--user“!~%"
4349
4350#: guix/scripts/publish.scm:1168
4351#, scheme-format
4352msgid "publishing ~a on ~a, port ~d~%"
4353msgstr "uverejňuje sa ~a na ~a, port ~d~%"
4354
4355#: guix/scripts/publish.scm:1174
4356#, scheme-format
4357msgid "using '~a' compression method, level ~a~%"
4358msgstr "používa sa spôsob kompresie „~a“, úroveň ~a~%"
4359
4360#: guix/scripts/edit.scm:45
4361msgid ""
4362"Usage: guix edit PACKAGE...\n"
4363"Start $VISUAL or $EDITOR to edit the definitions of PACKAGE...\n"
4364msgstr ""
4365"Použitie: guix edit BALÍK...\n"
4366"Upraviť zadanie BALÍKA pomocou $VISUAL alebo $EDITOR...\n"
4367
4368#: guix/scripts/edit.scm:68
4369#, scheme-format
4370msgid "file '~a' not found in search path ~s~%"
4371msgstr "súbor „~a“ sa v prehľadávanej ceste nenašiel ~s~%"
4372
4373#: guix/scripts/edit.scm:104
4374#, scheme-format
4375msgid "failed to launch '~a': ~a~%"
4376msgstr "nepodarilo sa spustiť „~a“: ~a~%"
4377
4378#: guix/scripts/size.scm:71
4379#, scheme-format
4380msgid "no available substitute information for '~a'~%"
4381msgstr "žiadne údaje o náhradách pre „~a“~%"
4382
4383#: guix/scripts/size.scm:93
4384msgid "store item"
4385msgstr "položka úložiska"
4386
4387#: guix/scripts/size.scm:93
4388msgid "total"
4389msgstr "celkovo"
4390
4391#: guix/scripts/size.scm:93
4392msgid "self"
4393msgstr "sám"
4394
4395#: guix/scripts/size.scm:101
4396#, scheme-format
4397msgid "total: ~,1f MiB~%"
4398msgstr "spolu: ~,1f MiB~%"
4399
4400#. TRANSLATORS: This is the title of a graph, meaning that the graph
4401#. represents a profile of the store (the "store" being the place where
4402#. packages are stored.)
4403#: guix/scripts/size.scm:224
4404msgid "store profile"
4405msgstr "znázornenie úložiska"
4406
4407#: guix/scripts/size.scm:233
4408msgid ""
4409"Usage: guix size [OPTION]... PACKAGE|STORE-ITEM\n"
4410"Report the size of the PACKAGE or STORE-ITEM, with its dependencies.\n"
4411msgstr ""
4412"Použitie: guix size [PREPÍNAČ]... BALÍK|POLOŽKA-ÚLOŽISKA\n"
4413"Zistiť veľkosť BALÍKA alebo POLOŽKY-ÚLOŽISKA aj so závislosťami.\n"
4414
4415#: guix/scripts/size.scm:238
4416msgid ""
4417"\n"
4418" -s, --system=SYSTEM consider packages for SYSTEM--e.g., \"i686-linux\""
4419msgstr ""
4420"\n"
4421" -s, --system=SYSTÉM vziať do úvahy balíky pre SYSTÉM, napr. „i686-linux“"
4422
4423#. TRANSLATORS: "closure" and "self" must not be translated.
4424#: guix/scripts/size.scm:241
4425msgid ""
4426"\n"
4427" --sort=KEY sort according to KEY--\"closure\" or \"self\""
4428msgstr ""
4429"\n"
4430" --sort=KĽÚČ triediť podľa KĽÚČA: „closure“ alebo „self“"
4431
4432#: guix/scripts/size.scm:243
4433msgid ""
4434"\n"
4435" -m, --map-file=FILE write to FILE a graphical map of disk usage"
4436msgstr ""
4437"\n"
4438" -m, --map-file=SÚBOR zapísať grafické znázornenie využitia disku do "
4439"SÚBORU"
4440
4441#: guix/scripts/size.scm:277
4442#, scheme-format
4443msgid "~a: invalid sorting key~%"
4444msgstr "~a: neplatný triediaci kľúč~%"
4445
4446#: guix/scripts/size.scm:318
4447msgid "missing store item argument\n"
4448msgstr "chýba parameter položky úložiska\n"
4449
4450#: guix/scripts/graph.scm:95
4451#, scheme-format
4452msgid "~a: invalid argument (package name expected)"
4453msgstr "~a: neplatný parameter (očakával sa názov balíka)"
4454
4455#: guix/scripts/graph.scm:106
4456msgid "the DAG of packages, excluding implicit inputs"
4457msgstr "orientovaný acyklický graf balíkov, okrem nepriamych vstupov"
4458
4459#: guix/scripts/graph.scm:142
4460msgid "the reverse DAG of packages"
4461msgstr "obrátený orientovaný acyklický graf balíkov"
4462
4463#: guix/scripts/graph.scm:192
4464msgid "the DAG of packages, including implicit inputs"
4465msgstr "orientovaný acyklický graf balíkov, vrátane nepriamych vstupov"
4466
4467#: guix/scripts/graph.scm:202
4468msgid "the DAG of packages and origins, including implicit inputs"
4469msgstr ""
4470"orientovaný acyklický graf balíkov a zdrojov, vrátane nepriamych vstupov"
4471
4472#: guix/scripts/graph.scm:232
4473msgid "same as 'bag', but without the bootstrap nodes"
4474msgstr "ako „bag“, ale bez zavádzacích uzlov"
4475
4476#: guix/scripts/graph.scm:249
4477msgid "the reverse DAG of packages, including implicit inputs"
4478msgstr ""
4479"obrátený orientovaný acyklický graf balíkov, vrátane nepriamych vstupov"
4480
4481#: guix/scripts/graph.scm:288
4482msgid "the DAG of derivations"
4483msgstr "orientovaný acyklický graf odvodenín"
4484
4485#: guix/scripts/graph.scm:300
4486msgid "unsupported argument for derivation graph"
4487msgstr "neplatný parameter pre graf odvodenín"
4488
4489#: guix/scripts/graph.scm:334
4490msgid "unsupported argument for this type of graph"
4491msgstr "neplatný parameter pre tento typ grafu"
4492
4493#: guix/scripts/graph.scm:348
4494#, scheme-format
4495msgid "references for '~a' are not known~%"
4496msgstr "odkazy na „~a“ nie sú známe~%"
4497
4498#: guix/scripts/graph.scm:355
4499msgid "the DAG of run-time dependencies (store references)"
4500msgstr ""
4501"orientovaný acyklický graf závislostí pri spúšťaní (odkazy na úložisko)"
4502
4503#: guix/scripts/graph.scm:371
4504msgid "the DAG of referrers in the store"
4505msgstr "orientovaný acyklický graf cieľov odkazov v úložisku"
4506
4507#: guix/scripts/graph.scm:401
4508msgid "the graph of package modules"
4509msgstr "graf modulov balíkov"
4510
4511#: guix/scripts/graph.scm:430
4512#, scheme-format
4513msgid "~a: unknown node type~%"
4514msgstr "~a: neznámy typ uzla~%"
4515
4516#: guix/scripts/graph.scm:441
4517msgid "The available node types are:\n"
4518msgstr "Dostupné typy uzlov sú:\n"
4519
4520#: guix/scripts/graph.scm:451
4521msgid "The available backend types are:\n"
4522msgstr "Dostupné typy nástrojov grafov sú:\n"
4523
4524#: guix/scripts/graph.scm:478
4525#, scheme-format
4526msgid "no path from '~a' to '~a'~%"
4527msgstr "žiadna cesta z „~a“ do „~a“~%"
4528
4529#. TRANSLATORS: Here 'dot' is the name of a program; it must not be
4530#. translated.
4531#: guix/scripts/graph.scm:530
4532msgid ""
4533"Usage: guix graph PACKAGE...\n"
4534"Emit a representation of the dependency graph of PACKAGE...\n"
4535msgstr ""
4536"Použiť: guix graph BALÍK...\n"
4537"Vytvoriť znázornenie grafu závislostí BALÍKA...\n"
4538
4539#: guix/scripts/graph.scm:532
4540msgid ""
4541"\n"
4542" -b, --backend=TYPE produce a graph with the given backend TYPE"
4543msgstr ""
4544"\n"
4545" -b, --backend=TYP vytvoriť graf pomocou daného TYPU nástroja"
4546
4547#: guix/scripts/graph.scm:534
4548msgid ""
4549"\n"
4550" --list-backends list the available graph backends"
4551msgstr ""
4552"\n"
4553" --list-backends zobraziť zoznam dostupných typov nástrojov grafov"
4554
4555#: guix/scripts/graph.scm:536
4556msgid ""
4557"\n"
4558" -t, --type=TYPE represent nodes of the given TYPE"
4559msgstr ""
4560"\n"
4561" -t, --type=TYP znázorniť uzly TYPU"
4562
4563#: guix/scripts/graph.scm:538
4564msgid ""
4565"\n"
4566" --list-types list the available graph types"
4567msgstr ""
4568"\n"
4569" --list-types zobraziť zoznam dostupných typov grafov"
4570
4571#: guix/scripts/graph.scm:540
4572msgid ""
4573"\n"
4574" --path display the shortest path between the given nodes"
4575msgstr ""
4576"\n"
4577" --path zobraziť najkratšiu cestu medzi danými uzlami"
4578
4579#: guix/scripts/graph.scm:542 guix/scripts/pack.scm:1084
4580#: guix/scripts/refresh.scm:149
4581msgid ""
4582"\n"
4583" -e, --expression=EXPR consider the package EXPR evaluates to"
4584msgstr ""
4585"\n"
4586" -e, --expression=VÝRAZ vziať do úvahy balík, ktorý je výsledkom "
4587"vyhodnotenia VÝRAZU"
4588
4589#: guix/scripts/graph.scm:544
4590msgid ""
4591"\n"
4592" -s, --system=SYSTEM consider the graph for SYSTEM--e.g., \"i686-linux\""
4593msgstr ""
4594"\n"
4595" -s, --system=SYSTÉM vziať do úvahy graf pre SYSTÉM, napr. „i686-linux“"
4596
4597#: guix/scripts/graph.scm:607
4598#, scheme-format
4599msgid "'--path' option requires exactly two nodes (given ~a)~%"
4600msgstr "prepínač „--path“ vyžaduje presne dva uzly (zadali ste ~a)~%"
4601
4602#: guix/scripts/challenge.scm:303
4603#, scheme-format
4604msgid " differing file:~%"
4605msgid_plural " differing files:~%"
4606msgstr[0] " rozdielny súbor:~%"
4607msgstr[1] " rozdielne súbory:~%"
4608msgstr[2] " rozdielnych súborov:~%"
4609
4610#: guix/scripts/challenge.scm:372
4611#, scheme-format
4612msgid " local hash: ~a~%"
4613msgstr " miestny odtlačok: ~a~%"
4614
4615#: guix/scripts/challenge.scm:373
4616#, scheme-format
4617msgid " no local build for '~a'~%"
4618msgstr " žiadne miestne zostavenie pre „~a“~%"
4619
4620#: guix/scripts/challenge.scm:375
4621#, scheme-format
4622msgid " ~50a: ~a~%"
4623msgstr " ~50a: ~a~%"
4624
4625#: guix/scripts/challenge.scm:383
4626#, scheme-format
4627msgid "~a contents differ:~%"
4628msgstr "obsah ~a sa nezhoduje:~%"
4629
4630#: guix/scripts/challenge.scm:387
4631#, scheme-format
4632msgid "could not challenge '~a': no local build~%"
4633msgstr "nepodarilo sa preskúšať „~a“: žiadne miestne zostavenie~%"
4634
4635#: guix/scripts/challenge.scm:389
4636#, scheme-format
4637msgid "could not challenge '~a': no substitutes~%"
4638msgstr "nepodarilo sa preskúšať „~a“: žiadne náhrady~%"
4639
4640#: guix/scripts/challenge.scm:392
4641#, scheme-format
4642msgid "~a contents match:~%"
4643msgstr "obsah ~a sa zhoduje:~%"
4644
4645#: guix/scripts/challenge.scm:401
4646msgid "~h store items were analyzed:~%"
4647msgstr "~h položiek úložiska bolo preskúmaných:~%"
4648
4649#: guix/scripts/challenge.scm:402
4650msgid " - ~h (~,1f%) were identical~%"
4651msgstr " - ~h (~,1f%) sa zhodovali~%"
4652
4653#: guix/scripts/challenge.scm:404
4654msgid " - ~h (~,1f%) differed~%"
4655msgstr " - ~h (~,1f%) sa líšili~%"
4656
4657#: guix/scripts/challenge.scm:406
4658msgid " - ~h (~,1f%) were inconclusive~%"
4659msgstr " - ~h (~,1f%) sa nepodarilo vyhodnotiť~%"
4660
4661#: guix/scripts/challenge.scm:415
4662msgid ""
4663"Usage: guix challenge [PACKAGE...]\n"
4664"Challenge the substitutes for PACKAGE... provided by one or more servers.\n"
4665msgstr ""
4666"Použitie: guix challenge [BALÍK...]\n"
4667"Preskúšať náhrady za BALÍK... poskytnuté jedným alebo viacerými servermi.\n"
4668
4669#: guix/scripts/challenge.scm:417
4670msgid ""
4671"\n"
4672" --substitute-urls=URLS\n"
4673" compare build results with those at URLS"
4674msgstr ""
4675"\n"
4676" --substitute-urls=PREPOJENIA\n"
4677" porovnať výsledky zostavenia s výsledkami "
4678"dostupnými cez PREPOJENIA"
4679
4680#: guix/scripts/challenge.scm:420
4681msgid ""
4682"\n"
4683" -v, --verbose show details about successful comparisons"
4684msgstr ""
4685"\n"
4686" -v, --verbose zobraziť podrobnosti o úspešných porovnaniach"
4687
4688#: guix/scripts/challenge.scm:422
4689msgid ""
4690"\n"
4691" --diff=MODE show differences according to MODE"
4692msgstr ""
4693"\n"
4694" --diff=SPÔSOB zobraziť rozdiely SPÔSOBOM"
4695
4696#: guix/scripts/challenge.scm:451
4697#, scheme-format
4698msgid "~a: unknown diff mode~%"
4699msgstr "~a: neznámy spôsob zobrazenia rozdielov~%"
4700
4701#: guix/scripts/copy.scm:61
4702#, scheme-format
4703msgid "~a: invalid TCP port number~%"
4704msgstr "~a: neplatné číslo TCP portu~%"
4705
4706#: guix/scripts/copy.scm:63
4707#, scheme-format
4708msgid "~a: invalid SSH specification~%"
4709msgstr "~a: neplatné predvoľby SSH~%"
4710
4711#: guix/scripts/copy.scm:109
4712msgid ""
4713"Usage: guix copy [OPTION]... ITEMS...\n"
4714"Copy ITEMS to or from the specified host over SSH.\n"
4715msgstr ""
4716"Použitie: guix copy [PREPÍNAČ]... POLOŽKY...\n"
4717"Kopírovať POLOŽKY na alebo zo zadaného hostiteľa cez SSH.\n"
4718
4719#: guix/scripts/copy.scm:111
4720msgid ""
4721"\n"
4722" --to=HOST send ITEMS to HOST"
4723msgstr ""
4724"\n"
4725" --to=HOSTITEĽ odoslať POLOŽKY HOSTITEĽOVI"
4726
4727#: guix/scripts/copy.scm:113
4728msgid ""
4729"\n"
4730" --from=HOST receive ITEMS from HOST"
4731msgstr ""
4732"\n"
4733" --from=HOSTITEĽ prijať POLOŽKY od HOSTITEĽA"
4734
4735#: guix/scripts/copy.scm:192
4736#, scheme-format
4737msgid "use '--to' or '--from'~%"
4738msgstr "použite „--to“ alebo „--from“~%"
4739
4740#: guix/scripts/pack.scm:111
4741#, scheme-format
4742msgid "~a: compressor not found~%"
4743msgstr "~a: nástroj na kompresiu sa nenašiel~%"
4744
4745#: guix/scripts/pack.scm:323
4746#, scheme-format
4747msgid "entry point not supported in the '~a' format~%"
4748msgstr "vstupný bod nepodporovaný vo formáte „~a“~%"
4749
4750#: guix/scripts/pack.scm:705
4751#, scheme-format
4752msgid ""
4753"cross-compilation not implemented here;\n"
4754"please email '~a'~%"
4755msgstr ""
4756"krížové zostavovanie tu nie je podporované;\n"
4757"pošlite správu na „~a“~%"
4758
4759#: guix/scripts/pack.scm:965
4760msgid "The supported formats for 'guix pack' are:"
4761msgstr "Podporované formáty pre „guix pack“ sú:"
4762
4763#: guix/scripts/pack.scm:967
4764msgid ""
4765"\n"
4766" tarball Self-contained tarball, ready to run on another machine"
4767msgstr ""
4768"\n"
4769" tarball Samostatný archív spustiteľný na inom počítači"
4770
4771#: guix/scripts/pack.scm:969
4772msgid ""
4773"\n"
4774" squashfs Squashfs image suitable for Singularity"
4775msgstr ""
4776"\n"
4777" squashfs Obraz Squashfs vhodný pre Singularity"
4778
4779#: guix/scripts/pack.scm:971
4780msgid ""
4781"\n"
4782" docker Tarball ready for 'docker load'"
4783msgstr ""
4784"\n"
4785" docker Archív pripravený na použitie s „docker load“"
4786
4787#: guix/scripts/pack.scm:1040
4788#, scheme-format
4789msgid "~a: invalid symlink specification~%"
4790msgstr "~a: neplatne zadaný symbolický odkaz~%"
4791
4792#: guix/scripts/pack.scm:1054
4793#, scheme-format
4794msgid "~a: unsupported profile name~%"
4795msgstr "~a: nepodporovaný názov profilu~%"
4796
4797#: guix/scripts/pack.scm:1072
4798msgid ""
4799"Usage: guix pack [OPTION]... PACKAGE...\n"
4800"Create a bundle of PACKAGE.\n"
4801msgstr ""
4802"Použitie: guix pack [PREPÍNAČ]... BALÍK...\n"
4803"Vytvoriť zväzok BALÍKOV.\n"
4804
4805#: guix/scripts/pack.scm:1078
4806msgid ""
4807"\n"
4808" -f, --format=FORMAT build a pack in the given FORMAT"
4809msgstr ""
4810"\n"
4811" -f, --format=FORMÁT zostaviť zväzok balíkov vo FORMÁTE"
4812
4813#: guix/scripts/pack.scm:1080
4814msgid ""
4815"\n"
4816" --list-formats list the formats available"
4817msgstr ""
4818"\n"
4819" --list-formats zobraziť zoznam dostupných formátov"
4820
4821#: guix/scripts/pack.scm:1082
4822msgid ""
4823"\n"
4824" -R, --relocatable produce relocatable executables"
4825msgstr ""
4826"\n"
4827" -R, --relocatable vytvoriť premiestniteľné spustiteľné súbory"
4828
4829#: guix/scripts/pack.scm:1090
4830msgid ""
4831"\n"
4832" -C, --compression=TOOL compress using TOOL--e.g., \"lzip\""
4833msgstr ""
4834"\n"
4835" -C, --compression=NÁSTROJ komprimovať s použitím NÁSTROJA, napr. „lzip“"
4836
4837#: guix/scripts/pack.scm:1092
4838msgid ""
4839"\n"
4840" -S, --symlink=SPEC create symlinks to the profile according to SPEC"
4841msgstr ""
4842"\n"
4843" -S, --symlink=ZADANIE vytvoriť symbolické odkazy na profil podľa "
4844"ZADANIA"
4845
4846#: guix/scripts/pack.scm:1094
4847msgid ""
4848"\n"
4849" -m, --manifest=FILE create a pack with the manifest from FILE"
4850msgstr ""
4851"\n"
4852" -m, --manifest=SÚBOR vytvoriť zväzok podľa manifestu zo SÚBORU"
4853
4854#: guix/scripts/pack.scm:1096
4855msgid ""
4856"\n"
4857" --entry-point=PROGRAM\n"
4858" use PROGRAM as the entry point of the pack"
4859msgstr ""
4860"\n"
4861" --entry-point=PROGRAM\n"
4862" použiť PROGRAM ako vstupný bod zväzku balíkov"
4863
4864#: guix/scripts/pack.scm:1101
4865msgid ""
4866"\n"
4867" --localstatedir include /var/guix in the resulting pack"
4868msgstr ""
4869"\n"
4870" --localstatedir priložiť /var/guix k výslednému zväzku"
4871
4872#: guix/scripts/pack.scm:1103
4873msgid ""
4874"\n"
4875" --profile-name=NAME\n"
4876" populate /var/guix/profiles/.../NAME"
4877msgstr ""
4878"\n"
4879" --profile-name=NÁZOV\n"
4880" naplniť /var/guix/profiles/.../NÁZOV"
4881
4882#: guix/scripts/pack.scm:1109
4883msgid ""
4884"\n"
4885" -d, --derivation return the derivation of the pack"
4886msgstr ""
4887"\n"
4888" -d, --derivation vrátiť odvodeninu balíka"
4889
4890#: guix/scripts/pack.scm:1113
4891msgid ""
4892"\n"
4893" --bootstrap use the bootstrap binaries to build the pack"
4894msgstr ""
4895"\n"
4896" --bootstrap použiť zavádzacie binárne súbory na zostavenie "
4897"zväzku"
4898
4899#: guix/scripts/pack.scm:1167
4900#, scheme-format
4901msgid "could not determine provenance of package ~a~%"
4902msgstr "nepodarilo sa zistiť pôvod balíka ~a~%"
4903
4904#: guix/scripts/pack.scm:1176
4905#, scheme-format
4906msgid "both a manifest and a package list were given~%"
4907msgstr "naraz ste zadali manifest aj zoznam balíkov~%"
4908
4909#: guix/scripts/pack.scm:1235
4910#, scheme-format
4911msgid "~a: unknown pack format~%"
4912msgstr "~a: neznámy formát zväzku~%"
4913
4914#: guix/scripts/pack.scm:1259
4915#, scheme-format
4916msgid "no packages specified; building an empty pack~%"
4917msgstr "neboli určené žiadne balíky; zostaví sa prázdny zväzok~%"
4918
4919#: guix/scripts/pack.scm:1263
4920#, scheme-format
4921msgid "Singularity requires you to provide a shell~%"
4922msgstr "Singularity vyžaduje shell~%"
4923
4924#: guix/scripts/pack.scm:1264
4925msgid "Add @code{bash} or @code{bash-minimal} to your package list."
4926msgstr "Pridajte @code{bash} alebo @code{bash-minimal} do zoznamu balíkov."
4927
4928#: guix/scripts/weather.scm:93
4929msgid "computing ~h package derivations for ~a...~%"
4930msgstr "výpočet odvodenín balíkov v počte ~h pre ~a...~%"
4931
4932#: guix/scripts/weather.scm:181
4933msgid "looking for ~h store items on ~a...~%"
4934msgstr "vyhľadávanie položiek úložiska v počte ~h na ~a...~%"
4935
4936#: guix/scripts/weather.scm:201
4937msgid " ~,1f% substitutes available (~h out of ~h)~%"
4938msgstr " ~,1f% dostupných náhrad (~h z ~h)~%"
4939
4940#: guix/scripts/weather.scm:207
4941#, scheme-format
4942msgid " unknown substitute sizes~%"
4943msgstr " neznáme veľkosti náhrad~%"
4944
4945#: guix/scripts/weather.scm:210
4946msgid " ~,1h MiB of nars (compressed)~%"
4947msgstr " ~,1h MiB súborov nar (komprimovaných)~%"
4948
4949#: guix/scripts/weather.scm:211
4950msgid " at least ~,1h MiB of nars (compressed)~%"
4951msgstr " najmenej ~,1h MiB súborov nar (komprimovaných)~%"
4952
4953#: guix/scripts/weather.scm:213
4954msgid " ~,1h MiB on disk (uncompressed)~%"
4955msgstr " ~,1h MiB na disku (bez kompresie)~%"
4956
4957#: guix/scripts/weather.scm:216
4958msgid " ~,3h seconds per request (~,1h seconds in total)~%"
4959msgstr " ~,3h sekúnd na požiadavku (~,1h sekúnd spolu)~%"
4960
4961#: guix/scripts/weather.scm:218
4962msgid " ~,1h requests per second~%"
4963msgstr " ~,1h požiadaviek za sekundu~%"
4964
4965#: guix/scripts/weather.scm:224
4966#, scheme-format
4967msgid " (continuous integration information unavailable)~%"
4968msgstr " (poznatky o priebežnej integrácii nedostupné)~%"
4969
4970#: guix/scripts/weather.scm:227
4971#, scheme-format
4972msgid " '~a' returned ~a (~s)~%"
4973msgstr " „~a“ vrátil ~a (~s)~%"
4974
4975#: guix/scripts/weather.scm:244
4976msgid " ~,1f% (~h out of ~h) of the missing items are queued~%"
4977msgstr " ~,1f% (~h z ~h) chýbajúcich položiek je v rade~%"
4978
4979#: guix/scripts/weather.scm:250
4980msgid " at least ~h queued builds~%"
4981msgstr " najmenej ~h zostavení v rade~%"
4982
4983#: guix/scripts/weather.scm:251
4984msgid " ~h queued builds~%"
4985msgstr " ~h zostavení v rade~%"
4986
4987#: guix/scripts/weather.scm:254
4988#, scheme-format
4989msgid " ~a: ~a (~0,1f%)~%"
4990msgstr " ~a: ~a (~0,1f%)~%"
4991
4992#: guix/scripts/weather.scm:260
4993#, scheme-format
4994msgid " build rate: ~1,2f builds per hour~%"
4995msgstr " rýchlosť zostavovania: ~1,2f zostavení za hodinu~%"
4996
4997#: guix/scripts/weather.scm:264
4998#, scheme-format
4999msgid " ~a: ~,2f builds per hour~%"
5000msgstr " ~a: ~,2f zostavení za hodinu~%"
5001
5002#: guix/scripts/weather.scm:272
5003#, scheme-format
5004msgid "Substitutes are missing for the following items:~%"
5005msgstr "Chýbajú náhrady za nasledovné položky:~%"
5006
5007#: guix/scripts/weather.scm:285
5008msgid ""
5009"Usage: guix weather [OPTIONS] [PACKAGES ...]\n"
5010"Report the availability of substitutes.\n"
5011msgstr ""
5012"Použitie: guix weather [PREPÍNAČE] [BALÍKY ...]\n"
5013"Zistiť dostupnosť náhrad.\n"
5014
5015#: guix/scripts/weather.scm:287
5016msgid ""
5017"\n"
5018" --substitute-urls=URLS\n"
5019" check for available substitutes at URLS"
5020msgstr ""
5021"\n"
5022" --substitute-urls=PREPOJENIA\n"
5023" vyhľadať dostupné náhrady cez PREPOJENIA"
5024
5025#: guix/scripts/weather.scm:290
5026msgid ""
5027"\n"
5028" -m, --manifest=MANIFEST\n"
5029" look up substitutes for packages specified in "
5030"MANIFEST"
5031msgstr ""
5032"\n"
5033" -m, --manifest=MANIFEST\n"
5034" vyhľadať náhrady za balíky uvedené v MANIFESTE"
5035
5036#: guix/scripts/weather.scm:293
5037msgid ""
5038"\n"
5039" -c, --coverage[=COUNT]\n"
5040" show substitute coverage for packages with at "
5041"least\n"
5042" COUNT dependents"
5043msgstr ""
5044"\n"
5045" -c, --coverage[=POČET]\n"
5046" zobraziť pokrytie náhradami pre balíky, na ktorých\n"
5047" závisí aspoň POČET iných balíkov"
5048
5049#: guix/scripts/weather.scm:297
5050msgid ""
5051"\n"
5052" --display-missing display the list of missing substitutes"
5053msgstr ""
5054"\n"
5055" --display-missing zobraziť zoznam chýbajúcich náhrad"
5056
5057#: guix/scripts/weather.scm:299
5058msgid ""
5059"\n"
5060" -s, --system=SYSTEM consider substitutes for SYSTEM--e.g., \"i686-linux"
5061"\""
5062msgstr ""
5063"\n"
5064" -s, --system=SYSTÉM zohľadniť náhrady pre SYSTÉM, napr. „i686-linux“"
5065
5066#: guix/scripts/weather.scm:323
5067#, scheme-format
5068msgid "~a: invalid URL~%"
5069msgstr "~a: neplatné prepojenie~%"
5070
5071#: guix/scripts/weather.scm:456
5072#, scheme-format
5073msgid "The following ~a package is missing from '~a' for '~a':~%"
5074msgid_plural "The following ~a packages are missing from '~a' for '~a':~%"
5075msgstr[0] "~a nasledovný balík chýba v „~a“ pre „~a“:~%"
5076msgstr[1] "~a nasledovné balíky chýbajú v „~a“ pre „~a“:~%"
5077msgstr[2] "~a nasledovných balíkov chýba v „~a“ pre „~a“:~%"
5078
5079#: guix/scripts/weather.scm:462
5080#, scheme-format
5081msgid "~a package is missing from '~a' for '~a':~%"
5082msgid_plural "~a packages are missing from '~a' for '~a', among which:~%"
5083msgstr[0] "~a balík chýba v „~a“ pre „~a“:~%"
5084msgstr[1] "~a balíky chýbajú v „~a“ pre „~a“, medzi ktorými:~%"
5085msgstr[2] "~a balíkov chýba v „~a“ pre „~a“, medzi ktorými:~%"
5086
5087#: guix/scripts/describe.scm:53 guix/scripts/processes.scm:291
5088msgid "The available formats are:\n"
5089msgstr "Dostupné formáty sú:\n"
5090
5091#: guix/scripts/describe.scm:64 guix/scripts/processes.scm:324
5092#, scheme-format
5093msgid "~a: unsupported output format~%"
5094msgstr "~a: nepodporovaný výstupný formát~%"
5095
5096#: guix/scripts/describe.scm:87
5097msgid ""
5098"Usage: guix describe [OPTION]...\n"
5099"Display information about the channels currently in use.\n"
5100msgstr ""
5101"Použitie: guix describe [PREPÍNAČ]...\n"
5102"Zobraziť podrobnosti o práve používaných kanáloch.\n"
5103
5104#: guix/scripts/describe.scm:89
5105msgid ""
5106"\n"
5107" -f, --format=FORMAT display information in the given FORMAT"
5108msgstr ""
5109"\n"
5110" -f, --format=FORMÁT zobraziť údaje vo FORMÁTE"
5111
5112#: guix/scripts/describe.scm:91 guix/scripts/processes.scm:308
5113msgid ""
5114"\n"
5115" --list-formats display available formats"
5116msgstr ""
5117"\n"
5118" --list-formats zobraziť dostupné formáty"
5119
5120#: guix/scripts/describe.scm:93
5121msgid ""
5122"\n"
5123" -p, --profile=PROFILE display information about PROFILE"
5124msgstr ""
5125"\n"
5126" -p, --profile=PROFIL zobraziť podrobnosti o PROFILE"
5127
5128#: guix/scripts/describe.scm:112
5129#, scheme-format
5130msgid "~%;; warning: GUIX_PACKAGE_PATH=\"~a\"~%"
5131msgstr "~%;; upozornenie: GUIX_PACKAGE_PATH=\"~a\"~%"
5132
5133#: guix/scripts/describe.scm:115
5134#, scheme-format
5135msgid "'GUIX_PACKAGE_PATH' is set but it is not captured~%"
5136msgstr "„GUIX_PACKAGE_PATH“ je nastavená ale nepoužíva sa~%"
5137
5138#: guix/scripts/describe.scm:155
5139#, scheme-format
5140msgid "failed to determine origin~%"
5141msgstr "zisťovanie pôvodu zlyhalo~%"
5142
5143#: guix/scripts/describe.scm:156
5144#, scheme-format
5145msgid ""
5146"Perhaps this\n"
5147"@command{guix} command was not obtained with @command{guix pull}? Its "
5148"version\n"
5149"string is ~a.~%"
5150msgstr ""
5151"Možno tento\n"
5152"@command{guix} príkaz nebol získaný pomocou @command{guix pull}. Jeho "
5153"verzia\n"
5154"je ~a.~%"
5155
5156#: guix/scripts/describe.scm:166
5157#, scheme-format
5158msgid "Git checkout:~%"
5159msgstr "Git repozitár:~%"
5160
5161#: guix/scripts/describe.scm:167
5162#, scheme-format
5163msgid " repository: ~a~%"
5164msgstr " repozitár: ~a~%"
5165
5166#: guix/scripts/describe.scm:168
5167#, scheme-format
5168msgid " branch: ~a~%"
5169msgstr " vetva: ~a~%"
5170
5171#: guix/scripts/describe.scm:169
5172#, scheme-format
5173msgid " commit: ~a~%"
5174msgstr " číslo úpravy (commit): ~a~%"
5175
5176#: guix/scripts/describe.scm:236
5177#, scheme-format
5178msgid " repository URL: ~a~%"
5179msgstr " zdroj repozitára: ~a~%"
5180
5181#: guix/scripts/describe.scm:239
5182#, scheme-format
5183msgid " branch: ~a~%"
5184msgstr " vetva: ~a~%"
5185
5186#: guix/scripts/describe.scm:241
5187#, scheme-format
5188msgid " commit: ~a~%"
5189msgstr " číslo úpravy (commit): ~a~%"
5190
5191#: guix/scripts/processes.scm:298
5192msgid ""
5193"Usage: guix processes\n"
5194"List the current Guix sessions and their processes."
5195msgstr ""
5196"Použitie: guix processes\n"
5197"Zobraziť zoznam súčasných sedení Guix a ich procesov."
5198
5199#: guix/scripts/processes.scm:306
5200msgid ""
5201"\n"
5202" -f, --format=FORMAT display results as normalized record sets"
5203msgstr ""
5204"\n"
5205" -f, --format=FORMÁT zobraziť výsledky ako množinu normalizovaných "
5206"záznamov"
5207
5208#: guix/scripts/deploy.scm:49
5209msgid ""
5210"Usage: guix deploy [OPTION] FILE...\n"
5211"Perform the deployment specified by FILE.\n"
5212msgstr ""
5213"Použitie: guix deploy [PREPÍNAČ] SÚBOR...\n"
5214"Vykonať nasadenie určené SÚBOROM.\n"
5215
5216#: guix/scripts/deploy.scm:106
5217#, scheme-format
5218msgid "The following ~d machine will be deployed:~%"
5219msgid_plural "The following ~d machines will be deployed:~%"
5220msgstr[0] "Nasadí sa nasledovný ~d stroj:~%"
5221msgstr[1] "Nasadia sa nasledovné ~d stroje:~%"
5222msgstr[2] "Nasadí sa nasledovných ~d strojov:~%"
5223
5224#: guix/scripts/deploy.scm:120
5225#, scheme-format
5226msgid "deploying to ~a...~%"
5227msgstr "nasadzuje sa na ~a...~%"
5228
5229#: guix/scripts/deploy.scm:135
5230#, scheme-format
5231msgid "failed to deploy ~a: ~a~%"
5232msgstr "nepodarilo sa nasadiť ~a: ~a~%"
5233
5234#: guix/scripts/deploy.scm:140
5235#, scheme-format
5236msgid "rolling back ~a...~%"
5237msgstr "vraciam ~a do pôvodného stavu...~%"
5238
5239#: guix/scripts/deploy.scm:146
5240#, scheme-format
5241msgid "successfully deployed ~a~%"
5242msgstr "nasadzovanie ~a sa podarilo~%"
5243
5244#: guix/gexp.scm:423
5245#, scheme-format
5246msgid "resolving '~a' relative to current directory~%"
5247msgstr "zisťuje sa „~a“ vzhľadom k súčasnému priečinku~%"
5248
5249#: guix/gexp.scm:815
5250#, scheme-format
5251msgid "importing module~{ ~a~} from the host~%"
5252msgid_plural "importing modules~{ ~a~} from the host~%"
5253msgstr[0] "načítava sa modul~{ ~a~} z hostiteľa~%"
5254msgstr[1] "načítavajú sa moduly~{ ~a~} z hostiteľa~%"
5255msgstr[2] "načítavajú sa moduly~{ ~a~} z hostiteľa~%"
5256
5257#: guix/gnu-maintenance.scm:809
5258msgid "Updater for GNU packages"
5259msgstr "Nástroj na aktualizáciu balíkov GNU"
5260
5261#: guix/gnu-maintenance.scm:818
5262msgid "Updater for GNU packages only available via FTP"
5263msgstr "Nástroj na aktualizáciu balíkov GNU je dostupný len cez FTP"
5264
5265#: guix/gnu-maintenance.scm:827
5266msgid "Updater for packages hosted on savannah.gnu.org"
5267msgstr "Nástroj na aktualizáciu je dostupný na savannah.gnu.org"
5268
5269#: guix/gnu-maintenance.scm:834
5270msgid "Updater for packages hosted on sourceforge.net"
5271msgstr "Nástroj na aktualizáciu balíkov dostupných cez sourceforge.net"
5272
5273#: guix/gnu-maintenance.scm:841
5274msgid "Updater for X.org packages"
5275msgstr "Nástroj na aktualizáciu balíkov X.org"
5276
5277#: guix/gnu-maintenance.scm:848
5278msgid "Updater for packages hosted on kernel.org"
5279msgstr "Nástroj na aktualizáciu balíkov dostupných cez kernel.org"
5280
5281#: guix/gnu-maintenance.scm:855
5282msgid "Updater that crawls HTML pages."
5283msgstr "Nástroj na aktualizáciu balíkov, ktorý prehľadáva HTML stránky."
5284
5285#: guix/scripts/container.scm:27
5286msgid ""
5287"Usage: guix container ACTION ARGS...\n"
5288"Build and manipulate Linux containers.\n"
5289msgstr ""
5290"Použitie: guix container ČINNOSŤ PARAMETRE...\n"
5291"Zostaviť a narábať s Linuxovými kontajnermi.\n"
5292
5293#: guix/scripts/container.scm:32
5294msgid " exec execute a command inside of an existing container\n"
5295msgstr " exec spustiť príkaz v existujúcom kontajneri\n"
5296
5297#: guix/scripts/container.scm:58
5298#, scheme-format
5299msgid "guix container: missing action~%"
5300msgstr "guix container: postráda sa činnosť~%"
5301
5302#: guix/scripts/container.scm:68
5303#, scheme-format
5304msgid "guix container: invalid action~%"
5305msgstr "guix container: neplatná činnosť~%"
5306
5307#: guix/scripts/container/exec.scm:40
5308msgid ""
5309"Usage: guix container exec PID COMMAND [ARGS...]\n"
5310"Execute COMMAND within the container process PID.\n"
5311msgstr ""
5312"Použitie: guix container exec PID PRÍKAZ [PARAMETRE...]\n"
5313"Vykonať PRÍKAZ vrámci kontajnera s číslom procesu PID.\n"
5314
5315#: guix/scripts/container/exec.scm:69
5316#, scheme-format
5317msgid "~a: extraneous argument~%"
5318msgstr "~a: nadbytočný parameter~%"
5319
5320#: guix/scripts/container/exec.scm:87
5321#, scheme-format
5322msgid "no pid specified~%"
5323msgstr "nebolo zadané žiadne číslo procesu~%"
5324
5325#: guix/scripts/container/exec.scm:90
5326#, scheme-format
5327msgid "no command specified~%"
5328msgstr "nebol zadaný žiadny príkaz~%"
5329
5330#: guix/scripts/container/exec.scm:93
5331#, scheme-format
5332msgid "no such process ~d~%"
5333msgstr "žiadny proces s číslom ~d~%"
5334
5335#: guix/scripts/container/exec.scm:105
5336#, scheme-format
5337msgid "exec failed with status ~d~%"
5338msgstr "činnosť exec zlyhala s návratovou hodnotou ~d~%"
5339
5340#: guix/transformations.scm:178 guix/transformations.scm:246
5341#, scheme-format
5342msgid "invalid replacement specification: ~s"
5343msgstr "neplatné určenie nahradenia: ~s"
5344
5345#: guix/transformations.scm:227
5346#, scheme-format
5347msgid "the source of ~a is not a Git reference"
5348msgstr "zdroj balíka ~a nie je Git prepojenie"
5349
5350#: guix/transformations.scm:319
5351#, scheme-format
5352msgid "~a: invalid Git URL replacement specification"
5353msgstr "~a: neplatné určenie nahradenia Git prepojenia"
5354
5355#: guix/transformations.scm:397
5356#, scheme-format
5357msgid "~a: invalid toolchain replacement specification"
5358msgstr "~a: neplatné určenie nahradenia vývojového reťazca"
5359
5360#: guix/transformations.scm:501
5361#, scheme-format
5362msgid "~a: invalid package patch specification"
5363msgstr "~a: neplatné určenie záplaty balíka"
5364
5365#: guix/transformations.scm:524
5366#, scheme-format
5367msgid "could not determine latest upstream release of '~a'~%"
5368msgstr "nepodarilo sa zistiť najnovšie vydanie balíka „~a“ u poskytovateľa~%"
5369
5370#: guix/transformations.scm:532
5371#, scheme-format
5372msgid "cannot authenticate source of '~a', version ~a~%"
5373msgstr "nepodarilo sa overiť zdroj „~a“, verzia ~a~%"
5374
5375#: guix/transformations.scm:616
5376#, scheme-format
5377msgid "Available package transformation options:~%"
5378msgstr "Dostupné možnosti premeny balíka:~%"
5379
5380#: guix/transformations.scm:622
5381msgid ""
5382"\n"
5383" --with-source=[PACKAGE=]SOURCE\n"
5384" use SOURCE when building the corresponding package"
5385msgstr ""
5386"\n"
5387" --with-source=[BALÍK=]ZDROJ\n"
5388" použiť ZDROJ pri zostavení BALÍKA"
5389
5390#: guix/transformations.scm:625
5391msgid ""
5392"\n"
5393" --with-input=PACKAGE=REPLACEMENT\n"
5394" replace dependency PACKAGE by REPLACEMENT"
5395msgstr ""
5396"\n"
5397" --with-input=BALÍK=NÁHRADNÝ-BALÍK\n"
5398" použiť NÁHRADNÝ-BALÍK namiesto BALÍKA závislosti"
5399
5400#: guix/transformations.scm:628
5401msgid ""
5402"\n"
5403" --with-graft=PACKAGE=REPLACEMENT\n"
5404" graft REPLACEMENT on packages that refer to PACKAGE"
5405msgstr ""
5406"\n"
5407" --with-graft=BALÍK=NÁHRADNÝ-BALÍK\n"
5408" vštepiť NÁHRADNÝ-BALÍK balíkom, ktoré odkazujú na "
5409"BALÍK"
5410
5411#: guix/transformations.scm:631
5412msgid ""
5413"\n"
5414" --with-branch=PACKAGE=BRANCH\n"
5415" build PACKAGE from the latest commit of BRANCH"
5416msgstr ""
5417"\n"
5418" --with-branch=BALÍK=VETVA\n"
5419" zostaviť najnovšiu úpravu (commit) BALÍKA z VETVY"
5420
5421#: guix/transformations.scm:634
5422msgid ""
5423"\n"
5424" --with-commit=PACKAGE=COMMIT\n"
5425" build PACKAGE from COMMIT"
5426msgstr ""
5427"\n"
5428" --with-commit=BALÍK=ÚPRAVA\n"
5429" zostaviť BALÍK z ÚPRAVY (commitu)"
5430
5431#: guix/transformations.scm:637
5432msgid ""
5433"\n"
5434" --with-git-url=PACKAGE=URL\n"
5435" build PACKAGE from the repository at URL"
5436msgstr ""
5437"\n"
5438" --with-git-url=BALÍK=PREPOJENIE\n"
5439" zostaviť BALÍK z repozitára dostupného cez "
5440"PREPOJENIE"
5441
5442#: guix/transformations.scm:640
5443msgid ""
5444"\n"
5445" --with-patch=PACKAGE=FILE\n"
5446" add FILE to the list of patches of PACKAGE"
5447msgstr ""
5448"\n"
5449" --with-patch=BALÍK=SÚBOR\n"
5450" pridať SÚBOR do zoznamu záplat pre BALÍK"
5451
5452#: guix/transformations.scm:643
5453msgid ""
5454"\n"
5455" --with-latest=PACKAGE\n"
5456" use the latest upstream release of PACKAGE"
5457msgstr ""
5458"\n"
5459" --with-latest=BALÍK\n"
5460" použiť najnovšie dostupné vydanie BALÍKA"
5461
5462#: guix/transformations.scm:646
5463msgid ""
5464"\n"
5465" --with-c-toolchain=PACKAGE=TOOLCHAIN\n"
5466" build PACKAGE and its dependents with TOOLCHAIN"
5467msgstr ""
5468"\n"
5469" --with-c-toolchain=BALÍK=VÝVOJOVÝ-REŤAZEC\n"
5470" zostaviť BALÍK a jeho závislosti pomocou VÝVOJOVÉHO-"
5471"REŤAZCA"
5472
5473#: guix/transformations.scm:649
5474msgid ""
5475"\n"
5476" --with-debug-info=PACKAGE\n"
5477" build PACKAGE and preserve its debug info"
5478msgstr ""
5479"\n"
5480" --with-debug-info=BALÍK\n"
5481" zostaviť BALÍK zachovajúc symboly ladenia"
5482
5483#: guix/transformations.scm:652
5484msgid ""
5485"\n"
5486" --without-tests=PACKAGE\n"
5487" build PACKAGE without running its tests"
5488msgstr ""
5489"\n"
5490" --without-tests=BALÍK\n"
5491" zostaviť BALÍK vynechajúc testy"
5492
5493#: guix/transformations.scm:658
5494msgid ""
5495"\n"
5496" --help-transform list package transformation options not shown here"
5497msgstr ""
5498"\n"
5499" --help-transform ukázať možnosti premeny balíka, ktoré tu nie sú "
5500"zobrazené"
5501
5502#: guix/transformations.scm:707
5503#, scheme-format
5504msgid "transformation '~a' had no effect on ~a~%"
5505msgstr "premena „~a“ nemá dopad na ~a~%"
5506
5507#: guix/upstream.scm:348
5508#, scheme-format
5509msgid "failed to download detached signature from ~a~%"
5510msgstr "nepodarilo sa stiahnuť samostatný podpis z ~a~%"
5511
5512#: guix/upstream.scm:352
5513#, scheme-format
5514msgid "signature verification failed for '~a' (key: ~a)~%"
5515msgstr "overenie podpisu pre „~a“ zlyhalo (kľúč: ~a)~%"
5516
5517#: guix/upstream.scm:356
5518#, scheme-format
5519msgid "missing public key ~a for '~a'~%"
5520msgstr "postráda sa verejný kľúč ~a pre „~a“~%"
5521
5522#: guix/upstream.scm:370
5523#, scheme-format
5524msgid "failed to fetch source from '~a'"
5525msgstr "získavanie zdroja pre „~a“ zlyhalo"
5526
5527#: guix/upstream.scm:454
5528#, scheme-format
5529msgid "cannot download for this method: ~s"
5530msgstr "nedá sa sťahovať týmto spôsobom: ~s"
5531
5532#: guix/upstream.scm:519
5533#, scheme-format
5534msgid "~a: could not locate source file"
5535msgstr "~a: nepodarilo sa nájsť zdrojový súbor"
5536
5537#: guix/upstream.scm:523
5538#, scheme-format
5539msgid "~a: no `version' field in source; skipping~%"
5540msgstr "~a: postráda sa pole „version“ v zdrojovom súbore; preskakuje sa~%"
5541
5542#: guix/ui.scm:162
5543#, scheme-format
5544msgid "error: ~a: unbound variable"
5545msgstr "chyba: ~a: neznáma premenná"
5546
5547#: guix/ui.scm:262
5548msgid "entering debugger; type ',bt' for a backtrace\n"
5549msgstr "spúšťa sa ladenie; zadajte „,bt“ pre zobrazenie stromu volaní\n"
5550
5551#: guix/ui.scm:320
5552msgid "hint: "
5553msgstr "rada: "
5554
5555#: guix/ui.scm:337
5556msgid "Did you forget a @code{use-modules} form?"
5557msgstr "Zabudli ste na nejaký @code{use-modules}?"
5558
5559#: guix/ui.scm:339
5560#, scheme-format
5561msgid "Did you forget @code{(use-modules ~a)}?"
5562msgstr "Zabudli ste na @code{(use-modules ~a)}?"
5563
5564#: guix/ui.scm:349
5565#, scheme-format
5566msgid ""
5567"File @file{~a} should probably start with:\n"
5568"\n"
5569"@example\n"
5570"(define-module ~a)\n"
5571"@end example"
5572msgstr ""
5573"Súbor @file{~a} by mal pravdepodobne začínať s:\n"
5574"\n"
5575"@example\n"
5576"(define-module ~a)\n"
5577"@end example"
5578
5579#: guix/ui.scm:363
5580#, scheme-format
5581msgid "module name ~a does not match file name '~a'~%"
5582msgstr "názov modulu ~a sa nezhoduje s názvom súboru „~a“~%"
5583
5584#: guix/ui.scm:367
5585#, scheme-format
5586msgid "~a: file is empty~%"
5587msgstr "~a: súbor je prázdny~%"
5588
5589#: guix/ui.scm:378 guix/ui.scm:426 guix/ui.scm:434 guix/ui.scm:438
5590#, scheme-format
5591msgid "failed to load '~a': ~a~%"
5592msgstr "nepodarilo sa načítať „~a“: ~a~%"
5593
5594#: guix/ui.scm:385
5595#, scheme-format
5596msgid "~amissing closing parenthesis~%"
5597msgstr "~achýbajúce pravé zátvorky~%"
5598
5599#: guix/ui.scm:390
5600#, scheme-format
5601msgid "~s: ~a~%"
5602msgstr "~s: ~a~%"
5603
5604#: guix/ui.scm:406 guix/ui.scm:902
5605#, scheme-format
5606msgid "exception thrown: ~s~%"
5607msgstr "bola vyhodená výnimka: ~s~%"
5608
5609#: guix/ui.scm:410 guix/ui.scm:448
5610#, scheme-format
5611msgid "failed to load '~a':~%"
5612msgstr "nepodarilo sa načítať „~a“:~%"
5613
5614#: guix/ui.scm:445
5615#, scheme-format
5616msgid "failed to load '~a': exception thrown: ~s~%"
5617msgstr "nepodarilo sa načítať „~a“: bola vyhodená výnimka: ~s~%"
5618
5619#: guix/ui.scm:493
5620msgid ""
5621"Consider installing the @code{glibc-utf8-locales} or\n"
5622"@code{glibc-locales} package and defining @code{GUIX_LOCPATH}, along these\n"
5623"lines:\n"
5624"\n"
5625"@example\n"
5626"guix install glibc-utf8-locales\n"
5627"export GUIX_LOCPATH=\"$HOME/.guix-profile/lib/locale\"\n"
5628"@end example\n"
5629"\n"
5630"See the \"Application Setup\" section in the manual, for more info.\n"
5631msgstr ""
5632"Zvážte inštaláciu balíka @code{glibc-utf8-locales} alebo\n"
5633"@code{glibc-locales} a nastavenie premennej @code{GUIX_LOCPATH},\n"
5634"asi takto:\n"
5635"\n"
5636"@example\n"
5637"guix install glibc-utf8-locales\n"
5638"export GUIX_LOCPATH=\"$HOME/.guix-profile/lib/locale\"\n"
5639"@end example\n"
5640"\n"
5641"Viď príručka, oddiel „Nastavenia aplikácií“.\n"
5642
5643#. TRANSLATORS: Translate "(C)" to the copyright symbol
5644#. (C-in-a-circle), if this symbol is available in the user's
5645#. locale. Otherwise, do not translate "(C)"; leave it as-is. */
5646#: guix/ui.scm:535
5647msgid "(C)"
5648msgstr "(C)"
5649
5650#: guix/ui.scm:536
5651msgid "the Guix authors\n"
5652msgstr "autori Guixu\n"
5653
5654#: guix/ui.scm:537
5655msgid ""
5656"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
5657"html>\n"
5658"This is free software: you are free to change and redistribute it.\n"
5659"There is NO WARRANTY, to the extent permitted by law.\n"
5660msgstr ""
5661"Licenčná dohoda GPLv3+: GNU GPL verzia 3 alebo novšia <http://gnu.org/"
5662"licenses/gpl.html>\n"
5663"Tento program je slobodný softvér. Môžete ho ďalej upravovať a rozširovať.\n"
5664"NEPOSKYTUJÚ SA ŽIADNE ZÁRUKY vrámci rozsahu, ktorý určuje zákon.\n"
5665
5666#. TRANSLATORS: The placeholder indicates the bug-reporting address for this
5667#. package. Please add another line saying "Report translation bugs to
5668#. ...\n" with the address for translation bugs (typically your translation
5669#. team's web or email address).
5670#: guix/ui.scm:549
5671#, scheme-format
5672msgid ""
5673"\n"
5674"Report bugs to: ~a."
5675msgstr ""
5676"\n"
5677"Chyby hláste na: ~a."
5678
5679#: guix/ui.scm:551
5680#, scheme-format
5681msgid ""
5682"\n"
5683"~a home page: <~a>"
5684msgstr ""
5685"\n"
5686"~a domovská stránka: <~a>"
5687
5688#: guix/ui.scm:553
5689#, scheme-format
5690msgid ""
5691"\n"
5692"General help using Guix and GNU software: <~a>"
5693msgstr ""
5694"\n"
5695"Všeobecný návod na používanie systému Guix a GNU softvéru: <~a>"
5696
5697#. TRANSLATORS: Change the "/en" bit of this URL appropriately if
5698#. the web site is translated in your language.
5699#: guix/ui.scm:557
5700msgid "https://guix.gnu.org/en/help/"
5701msgstr "https://guix.gnu.org/en/help/"
5702
5703#: guix/ui.scm:611
5704#, scheme-format
5705msgid "'~a' is not a valid regular expression: ~a~%"
5706msgstr "„~a“ nie je platným regulárnym výrazom: ~a~%"
5707
5708#: guix/ui.scm:617
5709#, scheme-format
5710msgid "~a: invalid number~%"
5711msgstr "~a: neplatná číselná hodnota~%"
5712
5713#: guix/ui.scm:635
5714#, scheme-format
5715msgid "invalid number: ~a~%"
5716msgstr "neplatná číselná hodnota: ~a~%"
5717
5718#: guix/ui.scm:658
5719#, scheme-format
5720msgid "unknown unit: ~a~%"
5721msgstr "neznáma jednotka: ~a~%"
5722
5723#: guix/ui.scm:673
5724#, scheme-format
5725msgid ""
5726"You cannot have two different versions\n"
5727"or variants of @code{~a} in the same profile."
5728msgstr ""
5729"Nemôžete mať dve rozdielne verzie alebo obmeny\n"
5730"@code{~a} v rovnakom profile."
5731
5732#: guix/ui.scm:676
5733#, scheme-format
5734msgid ""
5735"Try upgrading both @code{~a} and @code{~a},\n"
5736"or remove one of them from the profile."
5737msgstr ""
5738"Skúste aktualizovať @code{~a} a @code{~a},\n"
5739"alebo jeden z nich odstráňte z profilu."
5740
5741#: guix/ui.scm:712
5742#, scheme-format
5743msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%"
5744msgstr "~a:~a:~a: balík „~a“ má neplatný vstup: ~s~%"
5745
5746#: guix/ui.scm:719
5747#, scheme-format
5748msgid "~a: ~a: build system `~a' does not support cross builds~%"
5749msgstr "~a: ~a: zostavovací systém „~a“ nepodporuje krížové zostavovanie~%"
5750
5751#: guix/ui.scm:725
5752#, scheme-format
5753msgid "~s: invalid G-expression input~%"
5754msgstr "~s: neplatný G-výraz na vstupe~%"
5755
5756#: guix/ui.scm:728
5757#, scheme-format
5758msgid "profile '~a' does not exist~%"
5759msgstr "profil „~a“ neexistuje~%"
5760
5761#: guix/ui.scm:731
5762#, scheme-format
5763msgid "generation ~a of profile '~a' does not exist~%"
5764msgstr "pokolenie ~a profilu „~a“ neexistuje~%"
5765
5766#: guix/ui.scm:736
5767#, scheme-format
5768msgid "package '~a~@[@~a~]~@[:~a~]' not found in profile~%"
5769msgstr "balík „~a~@[@~a~]~@[:~a~]“ sa v profile nenašiel~%"
5770
5771#: guix/ui.scm:748
5772#, scheme-format
5773msgid " ... propagated from ~a@~a~%"
5774msgstr " ... rozšírené z ~a@~a~%"
5775
5776#: guix/ui.scm:758
5777#, scheme-format
5778msgid "profile contains conflicting entries for ~a~a~%"
5779msgstr "profil obsahuje nezlučiteľné vstupy pre ~a~a~%"
5780
5781#: guix/ui.scm:761
5782#, scheme-format
5783msgid " first entry: ~a@~a~a ~a~%"
5784msgstr " prvý vstup: ~a@~a~a ~a~%"
5785
5786#: guix/ui.scm:767
5787#, scheme-format
5788msgid " second entry: ~a@~a~a ~a~%"
5789msgstr " druhý vstup: ~a@~a~a ~a~%"
5790
5791#: guix/ui.scm:779
5792#, scheme-format
5793msgid "corrupt input while restoring '~a' from ~s~%"
5794msgstr "poškodený vstup pri obnovovaní „~a“ z ~s~%"
5795
5796#: guix/ui.scm:781
5797#, scheme-format
5798msgid "corrupt input while restoring archive from ~s~%"
5799msgstr "poškodený vstup pri obnovovaní archívu z ~s~%"
5800
5801#: guix/ui.scm:784
5802#, scheme-format
5803msgid "failed to connect to `~a': ~a~%"
5804msgstr "nepodarilo sa pripojiť k „~a“': ~a~%"
5805
5806#: guix/ui.scm:792
5807#, scheme-format
5808msgid "reference to invalid output '~a' of derivation '~a'~%"
5809msgstr "odkaz na neplatný výstup „~a“ odvodeniny „~a“~%"
5810
5811#: guix/ui.scm:796
5812#, scheme-format
5813msgid "file '~a' could not be found in these directories:~{ ~a~}~%"
5814msgstr "súbor „~a“ sa nepodarilo nájsť v týchto priečinkoch:~{ ~a~}~%"
5815
5816#: guix/ui.scm:801
5817#, scheme-format
5818msgid ""
5819"program "
5820"exited~@[ with non-zero exit status ~a~]~@[ terminated by signal ~a~]~@[ stopped by signal ~a~]: "
5821"~s~%"
5822msgstr ""
5823"program "
5824"skončil~@[ s nenulovou návratovou hodnotou ~a~]~@[ ukončený signálom ~a~]~@[ zastavený signálom ~a~]: "
5825"~s~%"
5826
5827#: guix/ui.scm:881
5828#, scheme-format
5829msgid "failed to read expression ~s: ~s~%"
5830msgstr "nepodarilo sa prečítať výraz ~s: ~s~%"
5831
5832#: guix/ui.scm:887
5833#, scheme-format
5834msgid "failed to evaluate expression '~a':~%"
5835msgstr "nepodarilo sa vyhodnotiť výraz „~a“:~%"
5836
5837#: guix/ui.scm:890
5838#, scheme-format
5839msgid "syntax error: ~a~%"
5840msgstr "neplatná skladba: ~a~%"
5841
5842#: guix/ui.scm:914
5843#, scheme-format
5844msgid "expression ~s does not evaluate to a package~%"
5845msgstr "vyhodnotenie výrazu ~s sa nezhoduje so žiadnym balíkom~%"
5846
5847#: guix/ui.scm:941
5848msgid "at least ~,1h MB needed but only ~,1h MB available in ~a~%"
5849msgstr "vyžaduje sa najmenej ~,1h MB ale dostupných je iba ~,1h MB v ~a~%"
5850
5851#: guix/ui.scm:1050
5852#, scheme-format
5853msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]"
5854msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~;~]"
5855msgstr[0] "~:[Zostavila by sa nasledovná odvodenina:~%~{ ~a~%~}~;~]"
5856msgstr[1] "~:[Zostavili by sa nasledovné odvodeniny:~%~{ ~a~%~}~;~]"
5857msgstr[2] "~:[Zostavili by sa nasledovné odvodeniny:~%~{ ~a~%~}~;~]"
5858
5859#. TRANSLATORS: "MB" is for "megabyte"; it should be
5860#. translated to the corresponding abbreviation.
5861#: guix/ui.scm:1059
5862msgid "~:[~,1h MB would be downloaded:~%~{ ~a~%~}~;~]"
5863msgstr "~:[stiahlo by sa ~,1h MB:~%~{ ~a~%~}~;~]"
5864
5865#: guix/ui.scm:1065
5866#, scheme-format
5867msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]"
5868msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;~]"
5869msgstr[0] "~:[Stiahol by sa nasledovný súbor:~%~{ ~a~%~}~;~]"
5870msgstr[1] "~:[Stiahli by sa nasledovné súbory:~%~{ ~a~%~}~;~]"
5871msgstr[2] "~:[Stiahli by sa nasledovné súbory:~%~{ ~a~%~}~;~]"
5872
5873#: guix/ui.scm:1072
5874#, scheme-format
5875msgid "~:[The following graft would be made:~%~{ ~a~%~}~;~]"
5876msgid_plural "~:[The following grafts would be made:~%~{ ~a~%~}~;~]"
5877msgstr[0] "~:[Vykonal by sa nasledovný štep:~%~{ ~a~%~}~;~]"
5878msgstr[1] "~:[Vykonali by sa nasledovné štepy:~%~{ ~a~%~}~;~]"
5879msgstr[2] "~:[Vykonali by sa nasledovné štepy:~%~{ ~a~%~}~;~]"
5880
5881#: guix/ui.scm:1077
5882#, scheme-format
5883msgid "~:[The following profile hook would be built:~%~{ ~a~%~}~;~]"
5884msgid_plural "~:[The following profile hooks would be built:~%~{ ~a~%~}~;~]"
5885msgstr[0] "~:[Zostavil by sa nasledovný háčik profilu:~%~{ ~a~%~}~;~]"
5886msgstr[1] "~:[Zostavili by sa nasledovné háčiky profilu:~%~{ ~a~%~}~;~]"
5887msgstr[2] "~:[Zostavili by sa nasledovné háčiky profilu:~%~{ ~a~%~}~;~]"
5888
5889#. TRANSLATORS: "MB" is for "megabyte"; it should be
5890#. translated to the corresponding abbreviation.
5891#: guix/ui.scm:1089
5892msgid "~:[~,1h MB would be downloaded~%~;~]"
5893msgstr "~:[stiahlo by sa ~,1h MB~%~;~]"
5894
5895#: guix/ui.scm:1093
5896msgid "~:[~h item would be downloaded~%~;~]"
5897msgid_plural "~:[~h items would be downloaded~%~;~]"
5898msgstr[0] "~:[stiahla by sa ~h položka~%~;~]"
5899msgstr[1] "~:[stiahli by sa ~h položky~%~;~]"
5900msgstr[2] "~:[stiahlo by sa ~h položiek~%~;~]"
5901
5902#: guix/ui.scm:1101
5903#, scheme-format
5904msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]"
5905msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;~]"
5906msgstr[0] "~:[Zostaví sa nasledovná odvodenina:~%~{ ~a~%~}~;~]"
5907msgstr[1] "~:[Zostavia sa nasledovné odvodeniny:~%~{ ~a~%~}~;~]"
5908msgstr[2] "~:[Zostavia sa nasledovné odvodeniny:~%~{ ~a~%~}~;~]"
5909
5910#. TRANSLATORS: "MB" is for "megabyte"; it should be
5911#. translated to the corresponding abbreviation.
5912#: guix/ui.scm:1110
5913msgid "~:[~,1h MB will be downloaded:~%~{ ~a~%~}~;~]"
5914msgstr "~:[stiahne sa ~,1h MB:~%~{ ~a~%~}~;~]"
5915
5916#: guix/ui.scm:1116
5917#, scheme-format
5918msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]"
5919msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~]"
5920msgstr[0] "~:[Stiahne sa nasledovný súbor:~%~{ ~a~%~}~;~]"
5921msgstr[1] "~:[Stiahnu sa nasledovné súbory:~%~{ ~a~%~}~;~]"
5922msgstr[2] "~:[Stiahnu sa nasledovné súbory:~%~{ ~a~%~}~;~]"
5923
5924#: guix/ui.scm:1123
5925#, scheme-format
5926msgid "~:[The following graft will be made:~%~{ ~a~%~}~;~]"
5927msgid_plural "~:[The following grafts will be made:~%~{ ~a~%~}~;~]"
5928msgstr[0] "~:[Vykoná sa nasledovný štep:~%~{ ~a~%~}~;~]"
5929msgstr[1] "~:[Vykonajú sa nasledovné štepy:~%~{ ~a~%~}~;~]"
5930msgstr[2] "~:[Vykonajú sa nasledovné štepy:~%~{ ~a~%~}~;~]"
5931
5932#: guix/ui.scm:1128
5933#, scheme-format
5934msgid "~:[The following profile hook will be built:~%~{ ~a~%~}~;~]"
5935msgid_plural "~:[The following profile hooks will be built:~%~{ ~a~%~}~;~]"
5936msgstr[0] "~:[Zostaví sa nasledovný háčik profilu:~%~{ ~a~%~}~;~]"
5937msgstr[1] "~:[Zostavia sa nasledovné háčiky profilu:~%~{ ~a~%~}~;~]"
5938msgstr[2] "~:[Zostavia sa nasledovné háčiky profilu:~%~{ ~a~%~}~;~]"
5939
5940#. TRANSLATORS: "MB" is for "megabyte"; it should be
5941#. translated to the corresponding abbreviation.
5942#: guix/ui.scm:1140
5943msgid "~:[~,1h MB will be downloaded~%~;~]"
5944msgstr "~:[stiahne sa ~,1h MB~%~;~]"
5945
5946#: guix/ui.scm:1144
5947msgid "~:[~h item will be downloaded~%~;~]"
5948msgid_plural "~:[~h items will be downloaded~%~;~]"
5949msgstr[0] "~:[stiahne sa ~h položka~%~;~]"
5950msgstr[1] "~:[stiahnu sa ~h položky~%~;~]"
5951msgstr[2] "~:[stiahne sa ~h položiek~%~;~]"
5952
5953#: guix/ui.scm:1263
5954msgid "(dependencies or package changed)"
5955msgstr "(balík alebo závislosti sa zmenili)"
5956
5957#: guix/ui.scm:1282
5958#, scheme-format
5959msgid "The following package would be removed:~%~{~a~%~}~%"
5960msgid_plural "The following packages would be removed:~%~{~a~%~}~%"
5961msgstr[0] "Odstránil by sa nasledovný balík:~%~{~a~%~}~%"
5962msgstr[1] "Odstránili by sa nasledovné balíky:~%~{~a~%~}~%"
5963msgstr[2] "Odstránili by sa nasledovné balíky:~%~{~a~%~}~%"
5964
5965#: guix/ui.scm:1287
5966#, scheme-format
5967msgid "The following package will be removed:~%~{~a~%~}~%"
5968msgid_plural "The following packages will be removed:~%~{~a~%~}~%"
5969msgstr[0] "Odstráni sa nasledovný balík:~%~{~a~%~}~%"
5970msgstr[1] "Odstránia sa nasledovné balíky:~%~{~a~%~}~%"
5971msgstr[2] "Odstránia sa nasledovné balíky:~%~{~a~%~}~%"
5972
5973#: guix/ui.scm:1300
5974#, scheme-format
5975msgid "The following package would be downgraded:~%~{~a~%~}~%"
5976msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%"
5977msgstr[0] "Nasledovný balík by prešiel na staršiu verziu:~%~{~a~%~}~%"
5978msgstr[1] "Nasledovné balíky by prešli na staršie verzie:~%~{~a~%~}~%"
5979msgstr[2] "Nasledovné balíky by prešli na staršie verzie:~%~{~a~%~}~%"
5980
5981#: guix/ui.scm:1305
5982#, scheme-format
5983msgid "The following package will be downgraded:~%~{~a~%~}~%"
5984msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%"
5985msgstr[0] "Nasledovný balík prejde na staršiu verziu:~%~{~a~%~}~%"
5986msgstr[1] "Nasledovné balíky prejdú na staršie verzie:~%~{~a~%~}~%"
5987msgstr[2] "Nasledovné balíky prejdú na staršie verzie:~%~{~a~%~}~%"
5988
5989#: guix/ui.scm:1318
5990#, scheme-format
5991msgid "The following package would be upgraded:~%~{~a~%~}~%"
5992msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%"
5993msgstr[0] "Aktualizoval by sa nasledovný balík:~%~{~a~%~}~%"
5994msgstr[1] "Aktualizovali by sa nasledovné balíky:~%~{~a~%~}~%"
5995msgstr[2] "Aktualizovali by sa nasledovné balíky:~%~{~a~%~}~%"
5996
5997#: guix/ui.scm:1323
5998#, scheme-format
5999msgid "The following package will be upgraded:~%~{~a~%~}~%"
6000msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%"
6001msgstr[0] "Aktualizuje sa nasledovný balík:~%~{~a~%~}~%"
6002msgstr[1] "Aktualizujú sa nasledovné balíky:~%~{~a~%~}~%"
6003msgstr[2] "Aktualizujú sa nasledovné balíky:~%~{~a~%~}~%"
6004
6005#: guix/ui.scm:1334
6006#, scheme-format
6007msgid "The following package would be installed:~%~{~a~%~}~%"
6008msgid_plural "The following packages would be installed:~%~{~a~%~}~%"
6009msgstr[0] "Nainštaloval by sa nasledovný balík:~%~{~a~%~}~%"
6010msgstr[1] "Nainštalovali by sa nasledovné balíky:~%~{~a~%~}~%"
6011msgstr[2] "Nainštalovali by sa nasledovné balíky:~%~{~a~%~}~%"
6012
6013#: guix/ui.scm:1339
6014#, scheme-format
6015msgid "The following package will be installed:~%~{~a~%~}~%"
6016msgid_plural "The following packages will be installed:~%~{~a~%~}~%"
6017msgstr[0] "Nainštaluje sa nasledovný balík:~%~{~a~%~}~%"
6018msgstr[1] "Nainštalujú sa nasledovné balíky:~%~{~a~%~}~%"
6019msgstr[2] "Nainštalujú sa nasledovné balíky:~%~{~a~%~}~%"
6020
6021#: guix/ui.scm:1875
6022#, scheme-format
6023msgid "invalid syntax: ~a~%"
6024msgstr "neplatná skladba: ~a~%"
6025
6026#: guix/ui.scm:1884
6027#, scheme-format
6028msgid "Generation ~a\t~a"
6029msgstr "Pokolenie ~a\t~a"
6030
6031#. TRANSLATORS: This is a format-string for date->string.
6032#. Please choose a format that corresponds to the
6033#. usual way of presenting dates in your locale.
6034#. See https://www.gnu.org/software/guile/manual/html_node/SRFI_002d19-Date-to-string.html
6035#. for details.
6036#: guix/ui.scm:1894
6037#, scheme-format
6038msgid "~b ~d ~Y ~T"
6039msgstr "~d. ~B ~Y ~T"
6040
6041#. TRANSLATORS: The word "current" here is an adjective for
6042#. "Generation", as in "current generation". Use the appropriate
6043#. gender where applicable.
6044#: guix/ui.scm:1900
6045#, scheme-format
6046msgid "~a\t(current)~%"
6047msgstr "~a\t(súčasné)~%"
6048
6049#: guix/ui.scm:1934
6050#, scheme-format
6051msgid "cannot lock profile ~a: ~a~%"
6052msgstr "nedá sa uzamknúť profil ~a: ~a~%"
6053
6054#: guix/ui.scm:1936
6055#, scheme-format
6056msgid "profile ~a is locked by another process~%"
6057msgstr "profil ~a bol uzamknutý iným procesom~%"
6058
6059#: guix/ui.scm:1963
6060#, scheme-format
6061msgid "switched from generation ~a to ~a~%"
6062msgstr "preplo sa z pokolenia ~a na ~a~%"
6063
6064#: guix/ui.scm:1979
6065#, scheme-format
6066msgid "deleting ~a~%"
6067msgstr "odstraňuje sa ~a~%"
6068
6069#: guix/ui.scm:2010
6070#, scheme-format
6071msgid "Try `guix --help' for more information.~%"
6072msgstr "Skúste „guix --help“ pre viac podrobností.~%"
6073
6074#: guix/ui.scm:2102
6075msgid ""
6076"Usage: guix COMMAND ARGS...\n"
6077"Run COMMAND with ARGS.\n"
6078msgstr ""
6079"Použitie: guix PRÍKAZ PARAMETRE...\n"
6080"Spustiť PRÍKAZ s PARAMETRAMI.\n"
6081
6082#: guix/ui.scm:2105
6083msgid "COMMAND must be one of the sub-commands listed below:\n"
6084msgstr "PRÍKAZ musí byť jeden z nižšie uvedených podpríkazov:\n"
6085
6086#: guix/ui.scm:2147
6087#, scheme-format
6088msgid "guix: ~a: command not found~%"
6089msgstr "guix: ~a: príkaz sa nenašiel~%"
6090
6091#: guix/ui.scm:2149
6092#, scheme-format
6093msgid "Did you mean @code{~a}?"
6094msgstr "Mali ste na mysli @code{~a}?"
6095
6096#: guix/ui.scm:2183
6097#, scheme-format
6098msgid "guix: missing command name~%"
6099msgstr "guix: postráda sa názov príkazu~%"
6100
6101#: guix/ui.scm:2191
6102#, scheme-format
6103msgid "guix: unrecognized option '~a'~%"
6104msgstr "guix: nerozpoznaný prepínač „~a“~%"
6105
6106#. TRANSLATORS: The word "phase" here denotes a "build phase";
6107#. "~a" is a placeholder for the untranslated name of the current
6108#. build phase--e.g., 'configure' or 'build'.
6109#: guix/status.scm:357
6110#, scheme-format
6111msgid "'~a' phase"
6112msgstr "krok „~a“"
6113
6114#: guix/status.scm:377
6115msgid "building directory of Info manuals..."
6116msgstr "zostavuje sa priečinok Info príručiek..."
6117
6118#: guix/status.scm:379
6119msgid "building GHC package cache..."
6120msgstr "zostavuje sa vyrovnávacia pamäť GHC balíkov..."
6121
6122#: guix/status.scm:381
6123msgid "building CA certificate bundle..."
6124msgstr "zostavuje sa zväzok CA certifikátov…"
6125
6126#: guix/status.scm:383
6127msgid "generating GLib schema cache..."
6128msgstr "vytvára sa vyrovnávacia pamäť GLib nákresov…"
6129
6130#: guix/status.scm:385
6131msgid "creating GTK+ icon theme cache..."
6132msgstr "vytvára sa vyrovnávacia pamäť tém ikôn GTK+…"
6133
6134#: guix/status.scm:387
6135msgid "building cache files for GTK+ input methods..."
6136msgstr "zostavujú sa súbory vyrovnávacej pamäte pre spôsoby vstupu GTK+…"
6137
6138#: guix/status.scm:389
6139msgid "building XDG desktop file cache..."
6140msgstr "zostavuje sa vyrovnávacia pamäť súborov pracovnej plochy XDG..."
6141
6142#: guix/status.scm:391
6143msgid "building XDG MIME database..."
6144msgstr "zostavuje sa databáza MIME súborov XDG..."
6145
6146#: guix/status.scm:393
6147msgid "building fonts directory..."
6148msgstr "zostavuje sa priečinok písiem..."
6149
6150#: guix/status.scm:395
6151msgid "building TeX Live configuration..."
6152msgstr "zostavuje sa súbor nastavení TeX Live..."
6153
6154#: guix/status.scm:397
6155msgid "building database for manual pages..."
6156msgstr "zostavuje sa databáza stránok pomocníka..."
6157
6158#: guix/status.scm:399
6159msgid "building package cache..."
6160msgstr "zostavuje sa vyrovnávacia pamäť balíkov..."
6161
6162#: guix/status.scm:479
6163#, scheme-format
6164msgid "applying ~a graft for ~a ..."
6165msgid_plural "applying ~a grafts for ~a ..."
6166msgstr[0] "vykonáva sa ~a štep pre ~a ..."
6167msgstr[1] "vykonávajú sa ~a štepy pre ~a ..."
6168msgstr[2] "vykonáva sa ~a štepov pre ~a ..."
6169
6170#: guix/status.scm:487
6171#, scheme-format
6172msgid "building profile with ~a package..."
6173msgid_plural "building profile with ~a packages..."
6174msgstr[0] "zostavuje sa profil s ~a balíkom..."
6175msgstr[1] "zostavuje sa profil s ~a balíkmi..."
6176msgstr[2] "zostavuje sa profil s ~a balíkmi..."
6177
6178#: guix/status.scm:496
6179#, scheme-format
6180msgid "running profile hook of type '~a'..."
6181msgstr "spúšťa sa háčik profilu typu „~a“..."
6182
6183#: guix/status.scm:499
6184#, scheme-format
6185msgid "building ~a..."
6186msgstr "zostavuje sa ~a..."
6187
6188#: guix/status.scm:504
6189#, scheme-format
6190msgid "successfully built ~a"
6191msgstr "zostavenie ~a prebehlo úspešne"
6192
6193#: guix/status.scm:510
6194#, scheme-format
6195msgid "The following build is still in progress:~%~{ ~a~%~}~%"
6196msgid_plural "The following builds are still in progress:~%~{ ~a~%~}~%"
6197msgstr[0] "Nasledovné zostavovanie stále prebieha:~%~{ ~a~%~}~%"
6198msgstr[1] "Nasledovné zostavovania stále prebiehajú:~%~{ ~a~%~}~%"
6199msgstr[2] "Nasledovné zostavovania stále prebiehajú:~%~{ ~a~%~}~%"
6200
6201#: guix/status.scm:516
6202#, scheme-format
6203msgid "build of ~a failed"
6204msgstr "zostavenie ~a zlyhalo"
6205
6206#: guix/status.scm:520
6207#, scheme-format
6208msgid "Could not find build log for '~a'."
6209msgstr "Nepodarilo sa nájsť záznam zostavovania „~a“."
6210
6211#: guix/status.scm:523
6212#, scheme-format
6213msgid "View build log at '~a'."
6214msgstr "Záznam zostavovania nájdete v „~a“."
6215
6216#: guix/status.scm:528
6217#, scheme-format
6218msgid "substituting ~a..."
6219msgstr "nahrádza sa ~a..."
6220
6221#: guix/status.scm:533
6222#, scheme-format
6223msgid "downloading from ~a ..."
6224msgstr "sťahuje sa z ~a ..."
6225
6226#: guix/status.scm:559
6227#, scheme-format
6228msgid "substitution of ~a complete"
6229msgstr "nahrádzanie ~a dokončené"
6230
6231#: guix/status.scm:562
6232#, scheme-format
6233msgid "substitution of ~a failed"
6234msgstr "nahrádzanie ~a zlyhalo"
6235
6236#. TRANSLATORS: The final string looks like "sha256 hash mismatch for
6237#. /gnu/store/…-sth:", where "sha256" is the hash algorithm.
6238#: guix/status.scm:567
6239#, scheme-format
6240msgid "~a hash mismatch for ~a:"
6241msgstr "odtlačok ~a nesúhlasí pre ~a:"
6242
6243#: guix/status.scm:569
6244#, scheme-format
6245msgid ""
6246" expected hash: ~a\n"
6247" actual hash: ~a~%"
6248msgstr ""
6249" očakávaný odtlačok: ~a\n"
6250" získaný odtlačok: ~a~%"
6251
6252#: guix/status.scm:574
6253#, scheme-format
6254msgid "offloading build of ~a to '~a'"
6255msgstr "prenášam zostavenie ~a na „~a“"
6256
6257#: guix/http-client.scm:134
6258#, scheme-format
6259msgid "following redirection to `~a'...~%"
6260msgstr "presmerovanie na „~a“...~%"
6261
6262#: guix/http-client.scm:146
6263#, scheme-format
6264msgid "~a: HTTP download failed: ~a (~s)"
6265msgstr "~a: HTTP sťahovanie zlyhalo: ~a (~s)"
6266
6267#: guix/nar.scm:173
6268msgid "signature is not a valid s-expression"
6269msgstr "podpis nie je platným s-výrazom"
6270
6271#: guix/nar.scm:182
6272msgid "invalid signature"
6273msgstr "neplatný podpis"
6274
6275#: guix/nar.scm:186
6276msgid "invalid hash"
6277msgstr "neplatný odtlačok"
6278
6279#: guix/nar.scm:194
6280msgid "unauthorized public key"
6281msgstr "nepovolený verejný kľúč"
6282
6283#: guix/nar.scm:199
6284msgid "corrupt signature data"
6285msgstr "poškodený podpis"
6286
6287#: guix/nar.scm:220
6288msgid "corrupt file set archive"
6289msgstr "poškodené súbory v archíve"
6290
6291#: guix/nar.scm:230
6292#, scheme-format
6293msgid "importing file or directory '~a'...~%"
6294msgstr "načítava sa súbor alebo priečinok „~a“...~%"
6295
6296#: guix/nar.scm:241
6297#, scheme-format
6298msgid "found valid signature for '~a'~%"
6299msgstr "našiel sa platný podpis pre „~a“~%"
6300
6301#: guix/nar.scm:248
6302msgid "imported file lacks a signature"
6303msgstr "načítaný súbor postráda podpis"
6304
6305#: guix/nar.scm:287
6306msgid "invalid inter-file archive mark"
6307msgstr "neplatná značka medzi-súborového archívu"
6308
6309#: guix/narinfo.scm:102
6310#, scheme-format
6311msgid "invalid narinfo hash: ~s"
6312msgstr "neplatný odtlačok narinfo:~s"
6313
6314#: guix/narinfo.scm:116
6315#, scheme-format
6316msgid "signature version must be a number: ~s~%"
6317msgstr "verzia podpisu musí byť číslo: ~s~%"
6318
6319#: guix/narinfo.scm:120
6320#, scheme-format
6321msgid "unsupported signature version: ~a~%"
6322msgstr "nepodporovaná verzia podpisu: ~a~%"
6323
6324#: guix/narinfo.scm:128
6325#, scheme-format
6326msgid "signature is not a valid s-expression: ~s~%"
6327msgstr "podpis nie je platným s-výrazom: ~s~%"
6328
6329#: guix/narinfo.scm:132
6330#, scheme-format
6331msgid "invalid format of the signature field: ~a~%"
6332msgstr "neplatný formát poľa podpisu: ~a~%"
6333
6334#: guix/channels.scm:275
6335msgid "unsupported '.guix-channel' version"
6336msgstr "nepodporovaná verzia „.guix-channel“"
6337
6338#: guix/channels.scm:281
6339msgid "invalid '.guix-channel' file"
6340msgstr "neplatný súbor „.guix-channel“"
6341
6342#: guix/channels.scm:340
6343msgid "Authenticating channel '~a', commits ~a to ~a (~h new commits)...~%"
6344msgstr ""
6345"Overujem kanál „~a“, úpravy (commity) od ~a po ~a (nové úpravy: ~h)...~%"
6346
6347#: guix/channels.scm:404
6348#, scheme-format
6349msgid "channel '~a' lacks an introduction and cannot be authenticated~%"
6350msgstr "kanál „~a“ postráda úvod a nemôže byť overený~%"
6351
6352#: guix/channels.scm:409
6353msgid ""
6354"Add the missing introduction to your\n"
6355"channels file to address the issue. Alternatively, you can pass\n"
6356"@option{--disable-authentication}, at the risk of running unauthenticated "
6357"and\n"
6358"thus potentially malicious code."
6359msgstr ""
6360"Pridajte chýbajúci úvod do vášho súboru kanála,\n"
6361"aby ste tejto chybe predišli. Prípadne môžete použiť prepínač\n"
6362"@option{--disable-authentication} s rizikom spustenia neovereného\n"
6363"a potenciálne škodlivého kódu."
6364
6365#: guix/channels.scm:413
6366#, scheme-format
6367msgid "channel authentication disabled~%"
6368msgstr "overenie kanála vypnuté~%"
6369
6370#: guix/channels.scm:438
6371#, scheme-format
6372msgid ""
6373"aborting update of channel '~a' to commit ~a, which is not a descendant of ~a"
6374msgstr ""
6375"ruší sa aktualizácia kanála „~a“ na úpravu (commit) ~a, ktorá nie je "
6376"potomkom ~a"
6377
6378#: guix/channels.scm:449 guix/scripts/system/reconfigure.scm:318
6379msgid ""
6380"Use @option{--allow-downgrades} to force\n"
6381"this downgrade."
6382msgstr ""
6383"Použite @option{--allow-downgrades} pre vynútenie prechodu\n"
6384"na staršiu úpravu."
6385
6386#: guix/channels.scm:453
6387msgid ""
6388"This could indicate that the channel has\n"
6389"been tampered with and is trying to force a roll-back, preventing you from\n"
6390"getting the latest updates. If you think this is not the case, explicitly\n"
6391"allow non-forward updates."
6392msgstr ""
6393"Toto môže znamenať, že kanál sa pokúša o návrat k staršej úprave\n"
6394"zabraňujúc vám tak v získaní najnovších aktualizácií. Ak si myslíte,\n"
6395"že toto nie je ten prípad, ručne povoľte aj tie aktualizácie, ktoré\n"
6396"nesmerujú výhradne vpred."
6397
6398#: guix/channels.scm:506
6399#, scheme-format
6400msgid "Updating channel '~a' from Git repository at '~a'...~%"
6401msgstr "Aktualizuje sa kanál „~a“ z Git repozitára na „~a“...~%"
6402
6403#: guix/channels.scm:527
6404#, scheme-format
6405msgid "pulled channel '~a' from a mirror of ~a, which might be stale~%"
6406msgstr "kanál „~a“ získaný zo zrkadla ~a, ktoré môže byť zastarané~%"
6407
6408#: guix/channels.scm:776
6409msgid "'guix' channel is lacking"
6410msgstr "postráda sa kanál „guix“"
6411
6412#: guix/channels.scm:778
6413msgid ""
6414"Make sure your list of channels\n"
6415"contains one channel named @code{guix} providing the core of Guix."
6416msgstr ""
6417"Uistite sa, že váš zoznam kanálov\n"
6418"obsahuje aj kanál s názvom @code{guix} poskytujúci jadro systému Guix."
6419
6420#: guix/channels.scm:1053
6421msgid "invalid channel news entry"
6422msgstr "neplatná novinka kanála"
6423
6424#: guix/channels.scm:1071
6425msgid "syntactically invalid channel news file"
6426msgstr "neplatná skladba súbora noviniek"
6427
6428#: guix/channels.scm:1074
6429msgid "invalid channel news file"
6430msgstr "neplatný súbor noviniek"
6431
6432#: guix/profiles.scm:585
6433msgid "unsupported manifest format"
6434msgstr "nepodporovaný formát manifestu"
6435
6436#: guix/profiles.scm:2042
6437#, scheme-format
6438msgid "while creating directory `~a': ~a"
6439msgstr "pri vytváraní priečinka „~a“: ~a"
6440
6441#: guix/profiles.scm:2047
6442#, scheme-format
6443msgid "Please create the @file{~a} directory, with you as the owner."
6444msgstr "Vytvorte priečinok @file{~a}, ktorého budete vlastníkom."
6445
6446#: guix/profiles.scm:2056
6447#, scheme-format
6448msgid "directory `~a' is not owned by you"
6449msgstr "nie ste vlastníkom priečinka „~a“"
6450
6451#: guix/profiles.scm:2060
6452#, scheme-format
6453msgid "Please change the owner of @file{~a} to user ~s."
6454msgstr "Zmeňte vlastníka priečinka @file{~a} na používateľa ~s."
6455
6456#: guix/git.scm:140
6457msgid "receiving objects"
6458msgstr "prijímajú sa objekty"
6459
6460#: guix/git.scm:142
6461msgid "indexing objects"
6462msgstr "indexujú sa objekty"
6463
6464#: guix/git.scm:274
6465#, scheme-format
6466msgid "Git error ~a~%"
6467msgstr "Chyba Git ~a~%"
6468
6469#: guix/git.scm:276 guix/git.scm:487
6470#, scheme-format
6471msgid "Git error: ~a~%"
6472msgstr "Chyba Git: ~a~%"
6473
6474#: guix/git.scm:290
6475#, scheme-format
6476msgid "updating submodule '~a'...~%"
6477msgstr "aktualizuje sa podmodul „~a“...~%"
6478
6479#: guix/git.scm:581
6480#, scheme-format
6481msgid "cannot fetch commit ~a from ~a: ~a"
6482msgstr "nedá sa získať úprava (commit) ~a z ~a: ~a"
6483
6484#: guix/git.scm:584
6485#, scheme-format
6486msgid "cannot fetch branch '~a' from ~a: ~a"
6487msgstr "nedá sa získať vetva „~a“ z ~a: ~a"
6488
6489#: guix/git.scm:587
6490#, scheme-format
6491msgid "Git failure while fetching ~a: ~a"
6492msgstr "chyba Git pri získavaní ~a: ~a"
6493
6494#: guix/deprecation.scm:37
6495#, scheme-format
6496msgid "'~a' is deprecated, use '~a' instead~%"
6497msgstr "„~a“ sa už neodporúča, namiesto toho použite „~a“~%"
6498
6499#: guix/deprecation.scm:39
6500#, scheme-format
6501msgid "'~a' is deprecated~%"
6502msgstr "„~a“ sa už neodporúča~%"
6503
6504#. TRANSLATORS: 'derivation' must not be translated; it refers to the
6505#. 'derivation' procedure.
6506#: guix/derivations.scm:775
6507#, scheme-format
6508msgid "in '~a': deprecated 'derivation' calling convention used~%"
6509msgstr "v „~a“: použitá zastaraná skladba volania „derivation“~%"
6510
6511#: guix/scripts/archive.scm:70
6512msgid ""
6513"Usage: guix archive [OPTION]... PACKAGE...\n"
6514"Export/import one or more packages from/to the store.\n"
6515msgstr ""
6516"Použitie: guix archive [PREPÍNAČ]... BALÍK...\n"
6517"Exportovať/načítať jeden alebo viac balíkov z/do úložiska.\n"
6518
6519#: guix/scripts/archive.scm:72
6520msgid ""
6521"\n"
6522" --export export the specified files/packages to stdout"
6523msgstr ""
6524"\n"
6525" --export exportovať zadané súbory/balíky na štandardný výstup"
6526
6527#: guix/scripts/archive.scm:74
6528msgid ""
6529"\n"
6530" -r, --recursive combined with '--export', include dependencies"
6531msgstr ""
6532"\n"
6533" -r, --recursive spolu s „--export“, zohľadniť závislosti"
6534
6535#: guix/scripts/archive.scm:76
6536msgid ""
6537"\n"
6538" --import import from the archive passed on stdin"
6539msgstr ""
6540"\n"
6541" --import načítať z archívu na štandardnom vstupe"
6542
6543#: guix/scripts/archive.scm:78
6544msgid ""
6545"\n"
6546" --missing print the files from stdin that are missing"
6547msgstr ""
6548"\n"
6549" --missing zobraziť chýbajúce súbory zo štandardného vstupu"
6550
6551#: guix/scripts/archive.scm:80
6552msgid ""
6553"\n"
6554" -x, --extract=DIR extract the archive on stdin to DIR"
6555msgstr ""
6556"\n"
6557" -x, --extract=PRIEČINOK rozbaliť archív na štandardnom vstupe do "
6558"PRIEČINKA"
6559
6560#: guix/scripts/archive.scm:82
6561msgid ""
6562"\n"
6563" -t, --list list the files in the archive on stdin"
6564msgstr ""
6565"\n"
6566" -t, --list zobraziť zoznam súborov archívu na štandardnom "
6567"vstupe"
6568
6569#: guix/scripts/archive.scm:85
6570msgid ""
6571"\n"
6572" --generate-key[=PARAMETERS]\n"
6573" generate a key pair with the given parameters"
6574msgstr ""
6575"\n"
6576" --generate-key[=PARAMETRE]\n"
6577" vytvoriť pár kľúčov s danými PARAMETRAMI"
6578
6579#: guix/scripts/archive.scm:88
6580msgid ""
6581"\n"
6582" --authorize authorize imports signed by the public key on stdin"
6583msgstr ""
6584"\n"
6585" --authorize povoliť načítavanie podpísané verejným kľúčom na "
6586"štandardnom vstupe"
6587
6588#: guix/scripts/archive.scm:159
6589#, scheme-format
6590msgid "invalid key generation parameters: ~a: ~a~%"
6591msgstr "neplatné parametre pre vytvorenie kľúča: ~a: ~a~%"
6592
6593#: guix/scripts/archive.scm:203
6594#, scheme-format
6595msgid "package `~a' has no source~%"
6596msgstr "balík „~a“ nemá zdroj~%"
6597
6598#: guix/scripts/archive.scm:266
6599#, scheme-format
6600msgid "unable to export the given packages~%"
6601msgstr "zadané balíky sa nedajú vyexportovať~%"
6602
6603#: guix/scripts/archive.scm:273
6604#, scheme-format
6605msgid "key pair exists under '~a'; remove it first~%"
6606msgstr "nejaký pár kľúčov už v „~a“ existuje; najprv ho odstráňte~%"
6607
6608#: guix/scripts/archive.scm:277
6609#, scheme-format
6610msgid ""
6611"Please wait while gathering entropy to generate the key pair;\n"
6612"this may take time...~%"
6613msgstr ""
6614"Počkajte kým sa zhromaždí entropia na vytvorenie páru kľúčov;\n"
6615"toto môže chvíľu trvať...~%"
6616
6617#: guix/scripts/archive.scm:284
6618#, scheme-format
6619msgid "key generation failed: ~a: ~a~%"
6620msgstr "vytváranie kľúča zlyhalo: ~a: ~a~%"
6621
6622#: guix/scripts/archive.scm:311
6623#, scheme-format
6624msgid "failed to read public key: ~a: ~a~%"
6625msgstr "nepodarilo sa prečítať verejný kľúč: ~a: ~a~%"
6626
6627#: guix/scripts/archive.scm:318
6628#, scheme-format
6629msgid "replacing symbolic link ~a with a regular file~%"
6630msgstr "nahrádza sa symbolický odkaz ~a obyčajným súborom~%"
6631
6632#: guix/scripts/archive.scm:321
6633msgid ""
6634"On Guix System, add all @code{authorized-keys} to the\n"
6635"@code{guix-service-type} service of your @code{operating-system} instead."
6636msgstr ""
6637"V systéme Guix skôr pridajte všetky @code{authorized-keys} do služby\n"
6638"@code{guix-service-type} vášho @code{operating-system}."
6639
6640#: guix/scripts/archive.scm:327
6641#, scheme-format
6642msgid "s-expression does not denote a public key~%"
6643msgstr "s-výraz neznázorňuje verejný kľúč~%"
6644
6645#: guix/scripts/archive.scm:420
6646#, scheme-format
6647msgid "either '--export' or '--import' must be specified~%"
6648msgstr "musíte zadať buď „--export“ alebo „--import“~%"
6649
6650#: guix/scripts/environment.scm:129
6651msgid ""
6652"Usage: guix environment [OPTION]... PACKAGE... [-- COMMAND...]\n"
6653"Build an environment that includes the dependencies of PACKAGE and execute\n"
6654"COMMAND or an interactive shell in that environment.\n"
6655msgstr ""
6656"Použitie: guix environment [PREPÍNAČ]... BALÍK... [-- PRÍKAZ...]\n"
6657"Zostaviť prostredie, ktoré zahŕňa závislosti BALÍKA a spustiť PRÍKAZ alebo\n"
6658"interaktívny shell v tomto prostredí.\n"
6659
6660#: guix/scripts/environment.scm:132
6661msgid ""
6662"\n"
6663" -e, --expression=EXPR create environment for the package that EXPR\n"
6664" evaluates to"
6665msgstr ""
6666"\n"
6667" -e, --expression=VÝRAZ vytvoriť prostredie pre balík, ktorý\n"
6668" je výsledkom vyhodnotenia VÝRAZU"
6669
6670#: guix/scripts/environment.scm:135
6671msgid ""
6672"\n"
6673" -l, --load=FILE create environment for the package that the code "
6674"within\n"
6675" FILE evaluates to"
6676msgstr ""
6677"\n"
6678" -l, --load=SÚBOR vytvoriť prostredie pre balík, ktorý je výsledkom\n"
6679" vyhodnotenia kódu v SÚBORE"
6680
6681#: guix/scripts/environment.scm:138
6682msgid ""
6683"\n"
6684" -m, --manifest=FILE create environment with the manifest from FILE"
6685msgstr ""
6686"\n"
6687" -m, --manifest=SÚBOR vytvoriť prostredie na základe manifestu v SÚBORE"
6688
6689#: guix/scripts/environment.scm:140
6690msgid ""
6691"\n"
6692" -p, --profile=PATH create environment from profile at PATH"
6693msgstr ""
6694"\n"
6695" -p, --profile=CESTA vytvoriť prostredie z profilu v CESTA"
6696
6697#: guix/scripts/environment.scm:142
6698msgid ""
6699"\n"
6700" --ad-hoc include all specified packages in the environment "
6701"instead\n"
6702" of only their inputs"
6703msgstr ""
6704"\n"
6705" --ad-hoc v prostredí sprístupniť všetky zadané balíky\n"
6706" a nie len ich vstupy"
6707
6708#: guix/scripts/environment.scm:145
6709msgid ""
6710"\n"
6711" --pure unset existing environment variables"
6712msgstr ""
6713"\n"
6714" --pure vynechať existujúce premenné prostredia"
6715
6716#: guix/scripts/environment.scm:147
6717msgid ""
6718"\n"
6719" -E, --preserve=REGEXP preserve environment variables that match REGEXP"
6720msgstr ""
6721"\n"
6722" -E, --preserve=REGULÁRNY-VÝRAZ zachovať premenné prostredia zhodujúce sa "
6723"s REGULÁRNYM-VÝRAZOM"
6724
6725#: guix/scripts/environment.scm:149
6726msgid ""
6727"\n"
6728" --search-paths display needed environment variable definitions"
6729msgstr ""
6730"\n"
6731" --search-paths zobraziť potrebné premenné prostredia"
6732
6733#: guix/scripts/environment.scm:156
6734msgid ""
6735"\n"
6736" -C, --container run command within an isolated container"
6737msgstr ""
6738"\n"
6739" -C, --container spustiť príkaz v izolovanom kontajneri"
6740
6741#: guix/scripts/environment.scm:158
6742msgid ""
6743"\n"
6744" -N, --network allow containers to access the network"
6745msgstr ""
6746"\n"
6747" -N, --network povoliť kontajnerom pristupovať do siete"
6748
6749#: guix/scripts/environment.scm:160
6750#, scheme-format
6751msgid ""
6752"\n"
6753" -P, --link-profile link environment profile to ~/.guix-profile within\n"
6754" an isolated container"
6755msgstr ""
6756"\n"
6757" -P, --link-profile prepojiť profil prostredia s ~/.guix-profile "
6758"vrámci\n"
6759" izolovaného kontajnera"
6760
6761#: guix/scripts/environment.scm:163
6762msgid ""
6763"\n"
6764" -u, --user=USER instead of copying the name and home of the "
6765"current\n"
6766" user into an isolated container, use the name USER\n"
6767" with home directory /home/USER"
6768msgstr ""
6769"\n"
6770" -u, --user=POUŽÍVATEĽ namiesto kopírovania mena a domovského "
6771"priečinka súčasného\n"
6772" používateľa do izolovaného kontajnera, použiť meno "
6773"POUŽÍVATEĽ\n"
6774" a domovský priečinok /home/POUŽÍVATEĽ"
6775
6776#: guix/scripts/environment.scm:167
6777msgid ""
6778"\n"
6779" --no-cwd do not share current working directory with an\n"
6780" isolated container"
6781msgstr ""
6782"\n"
6783" --no-cwd nezdieľať súčasný pracovný priečinok\n"
6784" s izolovaným kontajnerom"
6785
6786#: guix/scripts/environment.scm:171
6787msgid ""
6788"\n"
6789" --share=SPEC for containers, share writable host file system\n"
6790" according to SPEC"
6791msgstr ""
6792"\n"
6793" --share=URČENIE pre kontajnery, zdieľať hostiteľský súborový "
6794"systém\n"
6795" na čítanie aj zápis podľa URČENIA"
6796
6797#: guix/scripts/environment.scm:174
6798msgid ""
6799"\n"
6800" --expose=SPEC for containers, expose read-only host file system\n"
6801" according to SPEC"
6802msgstr ""
6803"\n"
6804" --expose=URČENIE pre kontajnery, sprístupniť hostiteľský súborový "
6805"systém\n"
6806" len na čítanie podľa URČENIA"
6807
6808#: guix/scripts/environment.scm:179
6809msgid ""
6810"\n"
6811" --bootstrap use bootstrap binaries to build the environment"
6812msgstr ""
6813"\n"
6814" --bootstrap na zostavenie prostredia použiť binárne súbory "
6815"zavádzania"
6816
6817#: guix/scripts/environment.scm:233
6818#, scheme-format
6819msgid "'--inherit' is deprecated, use '--preserve' instead~%"
6820msgstr ""
6821"prepínač „--inherit“ sa už nepoužíva, namiesto toho použite „--preserve“~%"
6822
6823#: guix/scripts/environment.scm:631
6824#, scheme-format
6825msgid "cannot link profile: '~a' already exists within container~%"
6826msgstr "nedá sa prepojiť profil: „~a“ už existuje vrámci kontajnera~%"
6827
6828#: guix/scripts/environment.scm:669
6829msgid "cannot create container: user namespaces unavailable\n"
6830msgstr ""
6831"kontajner sa nedá vytvoriť: menné priestory (user namespaces) používateľa sú "
6832"nedostupné\n"
6833
6834#: guix/scripts/environment.scm:670
6835msgid "is your kernel version < 3.10?\n"
6836msgstr "je vaše jadro staršie ako 3.10?\n"
6837
6838#: guix/scripts/environment.scm:673
6839msgid ""
6840"cannot create container: unprivileged user cannot create user namespaces\n"
6841msgstr ""
6842"kontajner sa nedá vytvoriť: používateľ bez správcovských práv (unprivileged "
6843"user) nemôže vytvárať menné priestory\n"
6844
6845#: guix/scripts/environment.scm:674
6846msgid "please set /proc/sys/kernel/unprivileged_userns_clone to \"1\"\n"
6847msgstr "nastavte /proc/sys/kernel/unprivileged_userns_clone na „1“\n"
6848
6849#: guix/scripts/environment.scm:677
6850msgid "cannot create container: /proc/self/setgroups does not exist\n"
6851msgstr "kontajner sa nedá vytvoriť: /proc/self/setgroups neexistuje\n"
6852
6853#: guix/scripts/environment.scm:678
6854msgid "is your kernel version < 3.19?\n"
6855msgstr "je vaše jadro staršie ako 3.19?\n"
6856
6857#: guix/scripts/environment.scm:731
6858#, scheme-format
6859msgid "'--link-profile' cannot be used without '--container'~%"
6860msgstr "nedá sa použiť „--link-profile“ bez „--container“~%"
6861
6862#: guix/scripts/environment.scm:733
6863#, scheme-format
6864msgid "'--user' cannot be used without '--container'~%"
6865msgstr "nedá sa použiť „--user“ bez „--container“~%"
6866
6867#: guix/scripts/environment.scm:735
6868#, scheme-format
6869msgid "--no-cwd cannot be used without --container~%"
6870msgstr "nedá sa použiť --no-cwd bez --container~%"
6871
6872#: guix/scripts/environment.scm:756
6873#, scheme-format
6874msgid "'--profile' cannot be used with package options~%"
6875msgstr "nedá sa použiť „--profile“ bez prepínačov balíka~%"
6876
6877#: guix/scripts/time-machine.scm:51
6878msgid ""
6879"Usage: guix time-machine [OPTION] -- COMMAND ARGS...\n"
6880"Execute COMMAND ARGS... in an older version of Guix.\n"
6881msgstr ""
6882"Použitie: guix time-machine [PREPÍNAČ] -- PRÍKAZ PARAMETRE...\n"
6883"Spustiť PRÍKAZ PARAMETRE... v staršej verzii systému Guix.\n"
6884
6885#: guix/scripts/time-machine.scm:55
6886msgid ""
6887"\n"
6888" --url=URL use the Git repository at URL"
6889msgstr ""
6890"\n"
6891" --url=PREPOJENIE použiť Git repozitár dostupný cez PREPOJENIE"
6892
6893#: guix/scripts/time-machine.scm:57
6894msgid ""
6895"\n"
6896" --commit=COMMIT use the specified COMMIT"
6897msgstr ""
6898"\n"
6899" --commit=ÚPRAVA použiť danú ÚPRAVU (commit)"
6900
6901#: guix/scripts/time-machine.scm:59
6902msgid ""
6903"\n"
6904" --branch=BRANCH use the tip of the specified BRANCH"
6905msgstr ""
6906"\n"
6907" --branch=VETVA použiť vrchol danej VETVY"
6908
6909#: guix/scripts/import/cpan.scm:41
6910msgid ""
6911"Usage: guix import cpan PACKAGE-NAME\n"
6912"Import and convert the CPAN package for PACKAGE-NAME.\n"
6913msgstr ""
6914"Použiť: guix import cpan NÁZOV-BALÍKA\n"
6915"Nahrať a previesť CPAN balík s NÁZVOM-BALÍKA.\n"
6916
6917#: guix/scripts/import/cpan.scm:86 guix/scripts/import/crate.scm:101
6918#: guix/scripts/import/gem.scm:100 guix/scripts/import/opam.scm:106
6919#: guix/scripts/import/pypi.scm:101
6920#, scheme-format
6921msgid "failed to download meta-data for package '~a'~%"
6922msgstr "zlyhalo sťahovanie meta-údajov pre balík „~a“~%"
6923
6924#: guix/scripts/import/crate.scm:44
6925msgid ""
6926"Usage: guix import crate PACKAGE-NAME\n"
6927"Import and convert the crates.io package for PACKAGE-NAME.\n"
6928msgstr ""
6929"Použitie: guix import crate NÁZOV-BALÍKA\n"
6930"Nahrať a previesť crates.io balík s NÁZVOM-BALÍKA.\n"
6931
6932#: guix/scripts/import/gem.scm:42
6933msgid ""
6934"Usage: guix import gem PACKAGE-NAME\n"
6935"Import and convert the RubyGems package for PACKAGE-NAME.\n"
6936msgstr ""
6937"Použitie: guix import gem NÁZOV-BALÍKA\n"
6938"Nahrať a previesť RubyGems balík s NÁZVOM-BALÍKA.\n"
6939
6940#: guix/scripts/import/gem.scm:48
6941msgid ""
6942"\n"
6943" -r, --recursive generate package expressions for all Gem packages "
6944"that are not yet in Guix"
6945msgstr ""
6946"\n"
6947" -r, --recursive vytvoriť výrazy balíkov pre všetky Gem balíky, "
6948"ktoré ešte nie sú dostupné v systéme Guix"
6949
6950#: guix/scripts/import/gnu.scm:40
6951msgid ""
6952"Usage: guix import gnu [OPTION...] PACKAGE\n"
6953"Return a package declaration template for PACKAGE, a GNU package.\n"
6954msgstr ""
6955"Použitie: guix import gnu [PREPÍNAČ...] BALÍK\n"
6956"Vytvoriť šablónu zadania pre GNU balík BALÍK.\n"
6957
6958#: guix/scripts/import/gnu.scm:43 guix/scripts/refresh.scm:177
6959msgid ""
6960"\n"
6961" --key-download=POLICY\n"
6962" handle missing OpenPGP keys according to POLICY:\n"
6963" 'always', 'never', and 'interactive', which is "
6964"also\n"
6965" used when 'key-download' is not specified"
6966msgstr ""
6967"\n"
6968" --key-download=POLITIKA\n"
6969" spravovať chýbajúce OpenPGP kľúče podľa POLITIKY:\n"
6970" „always“, „never“, a „interactive“, používa sa aj\n"
6971" bez „key-download“"
6972
6973#: guix/scripts/import/gnu.scm:72 guix/scripts/refresh.scm:118
6974#, scheme-format
6975msgid "unsupported policy: ~a~%"
6976msgstr "nepodporovaná politika: ~a~%"
6977
6978#: guix/scripts/import/go.scm:45
6979msgid ""
6980"Usage: guix import go PACKAGE-PATH[@VERSION]\n"
6981"Import and convert the Go module for PACKAGE-PATH. Optionally, a version\n"
6982"can be specified after the arobas (@) character.\n"
6983msgstr ""
6984"Použitie: guix import go CESTA-BALÍKA[@VERSION]\n"
6985"Nahrať a previesť Go modul z CESTY-BALÍKA. Prípadne je možné určiť\n"
6986"aj verziu balíka pridaním zavináča nasledovaného číslom verzie.\n"
6987
6988#: guix/scripts/import/go.scm:50
6989msgid ""
6990"\n"
6991" -r, --recursive generate package expressions for all Go modules\n"
6992"that are not yet in Guix"
6993msgstr ""
6994"\n"
6995" -r, --recursive vytvoriť zadania balíkov pre všetky moduly "
6996"Go,\n"
6997"ktoré ešte nie sú dostupné v systéme Guix"
6998
6999#: guix/scripts/import/go.scm:53
7000msgid ""
7001"\n"
7002" -p, --goproxy=GOPROXY specify which goproxy server to use"
7003msgstr ""
7004"\n"
7005" -p, --goproxy=GOPROXY určiť, ktorý goproxy server sa má použiť"
7006
7007#: guix/scripts/import/go.scm:55
7008msgid ""
7009"\n"
7010" --pin-versions use the exact versions of a module's dependencies"
7011msgstr ""
7012"\n"
7013" --pin-versions použiť presné verzie závislostí modulu"
7014
7015#: guix/scripts/import/go.scm:121
7016#, scheme-format
7017msgid "failed to download meta-data for module '~a'~%"
7018msgstr "nepodarilo sa stiahnuť meta-údaje modulu „~a“~%"
7019
7020#: guix/scripts/import/hackage.scm:48
7021msgid ""
7022"Usage: guix import hackage PACKAGE-NAME\n"
7023"Import and convert the Hackage package for PACKAGE-NAME. If PACKAGE-NAME\n"
7024"includes a suffix constituted by a at-sign followed by a numerical version "
7025"(as\n"
7026"used with Guix packages), then a definition for the specified version of "
7027"the\n"
7028"package will be generated. If no version suffix is specified, then the\n"
7029"generated package definition will correspond to the latest available\n"
7030"version.\n"
7031msgstr ""
7032"Použitie: guix import hackage NÁZOV-BALÍKA\n"
7033"Nahrať a previesť Hackage balík s NÁZVOM-BALÍKA. Ak NÁZOV-BALÍKA\n"
7034"obsahuje príponu zloženú zo zavináča nasledovaného číslom verzie (ako\n"
7035"v prípade balíkov systému Guix), tak sa vytvorí zadanie pre danú verziu\n"
7036"balíka. Ak NÁZOV-BALÍKA neobsahuje príponu s číslom verzie, tak sa\n"
7037"vytvorí zadanie pre najnovšiu dostupnú\n"
7038"verziu balíka.\n"
7039
7040#: guix/scripts/import/hackage.scm:55
7041msgid ""
7042"\n"
7043" -e ALIST, --cabal-environment=ALIST\n"
7044" specify environment for Cabal evaluation"
7045msgstr ""
7046"\n"
7047" -e ALIST, --cabal-environment=ALIST\n"
7048" určiť prostredie pre vyhodnocovanie Cabalu"
7049
7050#: guix/scripts/import/hackage.scm:58 guix/scripts/import/stackage.scm:49
7051msgid ""
7052"\n"
7053" -h, --help display this help and exit"
7054msgstr ""
7055"\n"
7056" -h, --help zobraziť túto pomôcku a ukončiť"
7057
7058#: guix/scripts/import/hackage.scm:60 guix/scripts/import/stackage.scm:51
7059msgid ""
7060"\n"
7061" -r, --recursive import packages recursively"
7062msgstr ""
7063"\n"
7064" -r, --recursive nahrať balíky rekurzívne"
7065
7066#: guix/scripts/import/hackage.scm:62
7067msgid ""
7068"\n"
7069" -s, --stdin read from standard input"
7070msgstr ""
7071"\n"
7072" -s, --stdin čítať zo štandardného vstupu"
7073
7074#: guix/scripts/import/hackage.scm:64 guix/scripts/import/stackage.scm:53
7075msgid ""
7076"\n"
7077" -t, --no-test-dependencies don't include test-only dependencies"
7078msgstr ""
7079"\n"
7080" -t, --no-test-dependencies nezahŕňať závislosti určené výhradne na "
7081"testovanie"
7082
7083#: guix/scripts/import/hackage.scm:66 guix/scripts/import/stackage.scm:55
7084msgid ""
7085"\n"
7086" -V, --version display version information and exit"
7087msgstr ""
7088"\n"
7089" -V, --version zobraziť podrobnosti o verzii a skončiť"
7090
7091#: guix/scripts/import/hackage.scm:149
7092#, scheme-format
7093msgid "failed to import cabal file from standard input~%"
7094msgstr "nepodarilo sa načítať súbor Cabalu zo štandardného vstupu~%"
7095
7096#: guix/scripts/import/hackage.scm:157 guix/scripts/import/stackage.scm:129
7097#, scheme-format
7098msgid "failed to download cabal file for package '~a'~%"
7099msgstr "nepodarilo sa stiahnuť súbor Cabalu pre balík „~a“~%"
7100
7101#: guix/scripts/import/json.scm:49
7102msgid ""
7103"Usage: guix import json PACKAGE-FILE\n"
7104"Import and convert the JSON package definition in PACKAGE-FILE.\n"
7105msgstr ""
7106"Použitie: guix import json SÚBOR-BALÍKA\n"
7107"Nahrať a previesť JSON zadanie balíka zo SÚBORU-BALÍKA.\n"
7108
7109#: guix/scripts/import/json.scm:95
7110#, scheme-format
7111msgid "invalid JSON in file '~a'~%"
7112msgstr "neplatná JSON skladba v súbore „~a“~%"
7113
7114#: guix/scripts/import/json.scm:97
7115#, scheme-format
7116msgid "failed to access '~a': ~a~%"
7117msgstr "nepodarilo sa spojiť sa s „~a“: ~a~%"
7118
7119#: guix/scripts/import/nix.scm:41
7120msgid ""
7121"Usage: guix import nix NIXPKGS ATTRIBUTE\n"
7122"Import and convert the Nix expression ATTRIBUTE of NIXPKGS.\n"
7123msgstr ""
7124"Použitie: guix import nix NIXPKGS PRÍZNAK\n"
7125"Nahrať a previesť Nix výraz PRÍZNAK balíkov NIXPKGS.\n"
7126
7127#: guix/scripts/import/opam.scm:41
7128msgid ""
7129"Usage: guix import opam PACKAGE-NAME\n"
7130"Import and convert the opam package for PACKAGE-NAME.\n"
7131msgstr ""
7132"Použitie: guix import opam NÁZOV-BALÍKA\n"
7133"Nahrať a previesť opam balík s NÁZVOM-BALÍKA.\n"
7134
7135#: guix/scripts/import/opam.scm:47
7136msgid ""
7137"\n"
7138" --repo import packages from this opam repository"
7139msgstr ""
7140"\n"
7141" --repo nahrať balíky z tohto repozitára opam"
7142
7143#: guix/scripts/import/pypi.scm:42
7144msgid ""
7145"Usage: guix import pypi PACKAGE-NAME\n"
7146"Import and convert the PyPI package for PACKAGE-NAME.\n"
7147msgstr ""
7148"Použitie: guix import pypi NÁZOV-BALÍKA\n"
7149"Nahrať a previesť PyPI balík s NÁZVOM-BALÍKA.\n"
7150
7151#: guix/scripts/import/stackage.scm:44
7152msgid ""
7153"Usage: guix import stackage PACKAGE-NAME\n"
7154"Import and convert the LTS Stackage package for PACKAGE-NAME.\n"
7155msgstr ""
7156"Použitie: guix import stackage NÁZOV-BALÍKA\n"
7157"Nahrať a previesť LTS Stackage balík s NÁZVOM-BALÍKA.\n"
7158
7159#: guix/scripts/import/stackage.scm:46
7160msgid ""
7161"\n"
7162" -l VERSION, --lts-version=VERSION\n"
7163" specify the LTS version to use"
7164msgstr ""
7165"\n"
7166" -l VERZIA, --lts-version=VERZIA\n"
7167" určiť verziu LTS, ktorá sa má použiť"
7168
7169#: guix/scripts/import/texlive.scm:42
7170msgid ""
7171"Usage: guix import texlive PACKAGE-NAME\n"
7172"Import and convert the Texlive package for PACKAGE-NAME.\n"
7173msgstr ""
7174"Použitie: guix import texlive NÁZOV-BALÍKA\n"
7175"Nahrať a previesť Texlive balík s NÁZVOM-BALÍKA.\n"
7176
7177#: guix/scripts/offload.scm:127
7178#, scheme-format
7179msgid "The 'system' field is deprecated, please use 'systems' instead.~%"
7180msgstr "Pole „system“ sa už nepoužíva, namiesto toho použite „systems“.~%"
7181
7182#: guix/scripts/offload.scm:135
7183msgid ""
7184"The build-machine object lacks a value for its 'systems'\n"
7185"field."
7186msgstr ""
7187"Objekt build-machine postráda hodnotu pre\n"
7188"pole „systems“."
7189
7190#: guix/scripts/offload.scm:176
7191#, scheme-format
7192msgid "'~a' did not return a list of build machines; ignoring it~%"
7193msgstr "„~a“ nevrátil zoznam zostavovacích strojov; preskakuje sa~%"
7194
7195#: guix/scripts/offload.scm:187
7196#, scheme-format
7197msgid "failed to open machine file '~a': ~a~%"
7198msgstr "nepodarilo sa otvoriť súbor stroja „~a“: ~a~%"
7199
7200#: guix/scripts/offload.scm:194
7201#, scheme-format
7202msgid "failed to load machine file '~a': ~s~%"
7203msgstr "nepodarilo sa nahrať súbor stroja „~a“: ~s~%"
7204
7205#: guix/scripts/offload.scm:204
7206#, scheme-format
7207msgid "failed to load SSH private key from '~a': ~a"
7208msgstr "nepodarilo sa nahrať súkromný SSH kľúč z „~a“: ~a"
7209
7210#: guix/scripts/offload.scm:245
7211#, scheme-format
7212msgid "SSH public key authentication failed for '~a': ~a~%"
7213msgstr "overenie verejného SSH kľúča pre „~a“ zlyhalo: ~a~%"
7214
7215#: guix/scripts/offload.scm:256
7216#, scheme-format
7217msgid "failed to connect to '~a': ~a~%"
7218msgstr "nepodarilo sa spojiť s „~a“: ~a~%"
7219
7220#: guix/scripts/offload.scm:365
7221#, scheme-format
7222msgid "derivation '~a' offloaded to '~a' failed: ~a~%"
7223msgstr "odvodenina „~a“ prenesená na „~a“ zlyhala: ~a~%"
7224
7225#: guix/scripts/offload.scm:381
7226#, scheme-format
7227msgid "build failure may have been caused by lack of free disk space on '~a'~%"
7228msgstr ""
7229"zlyhanie zostavovania môže byť spôsobené nedostatkom voľného miesta na disku "
7230"„~a“~%"
7231
7232#: guix/scripts/offload.scm:550
7233#, scheme-format
7234msgid "timeout expired while offloading '~a'~%"
7235msgstr "čas vypršal pri prenášaní „~a“~%"
7236
7237#: guix/scripts/offload.scm:623
7238#, scheme-format
7239msgid "'~a' is running GNU Guile ~a~%"
7240msgstr "„~a“ používa GNU Guile ~a~%"
7241
7242#: guix/scripts/offload.scm:630
7243#, scheme-format
7244msgid "failed to run 'guix repl' on '~a'~%"
7245msgstr "spustenie „guix repl“ na „~a“ zlyhalo~%"
7246
7247#: guix/scripts/offload.scm:637
7248#, scheme-format
7249msgid "(guix) module not usable on remote host '~a'"
7250msgstr "(guix) modul nie je možné použiť na vzdialenom hostiteľovi „~a“"
7251
7252#: guix/scripts/offload.scm:647
7253#, scheme-format
7254msgid "Guix is usable on '~a' (test returned ~s)~%"
7255msgstr "Guix je možné použiť na „~a“ (test vrátil ~s)~%"
7256
7257#: guix/scripts/offload.scm:650
7258#, scheme-format
7259msgid "failed to talk to guix-daemon on '~a' (test returned ~s)~%"
7260msgstr "zlyhalo spojenie s démonom systému Guix na „~a“ (test vrátil ~s)~%"
7261
7262#: guix/scripts/offload.scm:670
7263#, scheme-format
7264msgid "'~a' successfully imported '~a'~%"
7265msgstr "„~a“ úspešne nahral „~a“~%"
7266
7267#: guix/scripts/offload.scm:672
7268#, scheme-format
7269msgid "'~a' was not properly imported on '~a'~%"
7270msgstr "„~a“ sa nepodarilo úspešne nahrať na „~a“~%"
7271
7272#: guix/scripts/offload.scm:682
7273#, scheme-format
7274msgid "successfully imported '~a' from '~a'~%"
7275msgstr "nahrávanie „~a“ z „~a“ bolo úspešné~%"
7276
7277#: guix/scripts/offload.scm:684
7278#, scheme-format
7279msgid "failed to import '~a' from '~a'~%"
7280msgstr "nahrávanie „~a“ z „~a“ zlyhalo~%"
7281
7282#: guix/scripts/offload.scm:699
7283#, scheme-format
7284msgid "testing ~a build machines defined in '~a'...~%"
7285msgstr "testuje sa ~a zostavovacích strojov zadaných v „~a“...~%"
7286
7287#: guix/scripts/offload.scm:723
7288#, scheme-format
7289msgid "getting status of ~a build machines defined in '~a'...~%"
7290msgstr "získava sa stav ~a zostavovacích strojov zadaných v „~a“...~%"
7291
7292#: guix/scripts/offload.scm:731
7293#, scheme-format
7294msgid "failed to run 'guix repl' on machine '~a'~%"
7295msgstr "zlyhalo spustenie „guix repl“ na stroji „~a“~%"
7296
7297#: guix/scripts/offload.scm:742
7298#, scheme-format
7299msgid "machine '~a' is ~a seconds behind~%"
7300msgstr "stroj „~a“ mešká ~a sekúnd~%"
7301
7302#: guix/scripts/offload.scm:788
7303msgid "Guile-SSH lacks zlib support"
7304msgstr "Guile-SSH postráda podporu zlib"
7305
7306#: guix/scripts/offload.scm:789
7307msgid "data transfers will *not* be compressed!"
7308msgstr "údajové prenosy *nebudú* komprimované!"
7309
7310#: guix/scripts/offload.scm:814
7311#, scheme-format
7312msgid "invalid request line: ~s~%"
7313msgstr "neplatná požiadavka: ~s~%"
7314
7315#: guix/scripts/offload.scm:843
7316#, scheme-format
7317msgid ""
7318"Usage: guix offload SYSTEM MAX-SILENT-TIME PRINT-BUILD-TRACE? BUILD-TIMEOUT\n"
7319"Process build offload requests written on the standard input, possibly\n"
7320"offloading builds to the machines listed in '~a'.~%"
7321msgstr ""
7322"Použitie: guix offload SYSTÉM NAJV-ČAS-BEZ-ODPOVEDE ZOBRAZIŤ-ZÁZNAM-"
7323"ZOSTAVOVANIA? ČAS-NA-ZOSTAVENIE\n"
7324"Spracovať požiadavky na vzdialené zostavenie zo štandardného vstupu\n"
7325"a prípadne presunúť zostavovania na stroje zadané v „~a“.~%"
7326
7327#: guix/scripts/offload.scm:848
7328msgid ""
7329"\n"
7330"This tool is meant to be used internally by 'guix-daemon'.\n"
7331msgstr ""
7332"\n"
7333"Tento nástroj je určený na vnútorné použitie procesom „guix-daemon“.\n"
7334
7335#: guix/scripts/offload.scm:852
7336#, scheme-format
7337msgid "invalid arguments: ~{~s ~}~%"
7338msgstr "neplatné parametre: ~{~s ~}~%"
7339
7340#: guix/scripts/perform-download.scm:59
7341#, scheme-format
7342msgid "~a: missing URL~%"
7343msgstr "~a: chýbajúce prepojenie~%"
7344
7345#: guix/scripts/perform-download.scm:67
7346#, scheme-format
7347msgid "~a is not a fixed-output derivation~%"
7348msgstr "~a nie je odvodenina s pevne stanoveným výstupom~%"
7349
7350#: guix/scripts/perform-download.scm:92
7351#, scheme-format
7352msgid "refusing to run with elevated privileges (UID ~a)~%"
7353msgstr "nemôže sa spustiť so zvýšenými právami (UID ~a)~%"
7354
7355#: guix/scripts/perform-download.scm:129
7356#, scheme-format
7357msgid "fixed-output derivation and output file name expected~%"
7358msgstr ""
7359"očakávaná bola odvodenina s pevne stanoveným výstupom a názov výstupného "
7360"súboru~%"
7361
7362#: guix/scripts/refresh.scm:75
7363#, scheme-format
7364msgid "~a: invalid selection; expected `core' or `non-core'~%"
7365msgstr "~a: neplatný výber; vyberte „core“ alebo „non-core“~%"
7366
7367#: guix/scripts/refresh.scm:143
7368msgid ""
7369"Usage: guix refresh [OPTION]... [PACKAGE]...\n"
7370"Update package definitions to match the latest upstream version.\n"
7371"\n"
7372"When PACKAGE... is given, update only the specified packages. Otherwise\n"
7373"update all the packages of the distribution, or the subset thereof\n"
7374"specified with `--select'.\n"
7375msgstr ""
7376"Použitie: guix refresh [PREPÍNAČ]... [BALÍK]...\n"
7377"Aktualizovať zadania balíkov tak, aby sa zhodovali s najnovšou dostupnou "
7378"verziou.\n"
7379"\n"
7380"Ak je určený BALÍK…, aktualizovať iba tieto balíky. V opačnom prípade\n"
7381"aktualizovať všetky balíky distribúcie, prípadne len podmnožinu určenú "
7382"pomocou\n"
7383"prepínača „--select“.\n"
7384
7385#: guix/scripts/refresh.scm:151
7386msgid ""
7387"\n"
7388" -u, --update update source files in place"
7389msgstr ""
7390"\n"
7391" -u, --update aktualizovať zdrojové súbory na mieste"
7392
7393#: guix/scripts/refresh.scm:153
7394msgid ""
7395"\n"
7396" -s, --select=SUBSET select all the packages in SUBSET, one of\n"
7397" `core' or `non-core'"
7398msgstr ""
7399"\n"
7400" -s, --select=PODMNOŽINA vybrať všetky balíky PODMNOŽINY,\n"
7401" jedna z „core“ alebo „non-core“"
7402
7403#: guix/scripts/refresh.scm:156
7404msgid ""
7405"\n"
7406" -m, --manifest=FILE select all the packages from the manifest in FILE"
7407msgstr ""
7408"\n"
7409" -m, --manifest=SÚBOR vybrať všetky balíky z manifestu v SÚBORE"
7410
7411#: guix/scripts/refresh.scm:158
7412msgid ""
7413"\n"
7414" -t, --type=UPDATER,... restrict to updates from the specified updaters\n"
7415" (e.g., 'gnu')"
7416msgstr ""
7417"\n"
7418" -t, --type=NÁSTROJ-NA-AKTUALIZÁCIU,... obmedziť na aktualizácie zo "
7419"zadaných NÁSTROJOV-NA-AKTUALIZÁCIU\n"
7420" (napr., „gnu“)"
7421
7422#: guix/scripts/refresh.scm:161
7423msgid ""
7424"\n"
7425" -L, --list-updaters list available updaters and exit"
7426msgstr ""
7427"\n"
7428" -L, --list-updaters zobraziť dostupné nástroje na aktualizáciu a skončiť"
7429
7430#: guix/scripts/refresh.scm:163
7431msgid ""
7432"\n"
7433" -l, --list-dependent list top-level dependent packages that would need "
7434"to\n"
7435" be rebuilt as a result of upgrading PACKAGE..."
7436msgstr ""
7437"\n"
7438" -l, --list-dependent zobraziť zoznam závislostí najvyššej úrovne, ktoré "
7439"by\n"
7440" bolo potrebné opätovne zostaviť ako následok "
7441"aktualizácie BALÍKA..."
7442
7443#: guix/scripts/refresh.scm:166
7444msgid ""
7445"\n"
7446" -r, --recursive check the PACKAGE and its inputs for upgrades"
7447msgstr ""
7448"\n"
7449" -r, --recursive zistiť dostupnosť aktualizácií pre BALÍK a jeho "
7450"závislosti"
7451
7452#: guix/scripts/refresh.scm:168
7453msgid ""
7454"\n"
7455" --list-transitive list all the packages that PACKAGE depends on"
7456msgstr ""
7457"\n"
7458" --list-transitive zobraziť všetky balíky, na ktorých závisí BALÍK"
7459
7460#: guix/scripts/refresh.scm:171
7461msgid ""
7462"\n"
7463" --keyring=FILE use FILE as the keyring of upstream OpenPGP keys"
7464msgstr ""
7465"\n"
7466" --keyring=SÚBOR použiť SÚBOR ako kľúčenku pre najnovšie OpenPGP "
7467"kľúče"
7468
7469#: guix/scripts/refresh.scm:173
7470msgid ""
7471"\n"
7472" --key-server=HOST use HOST as the OpenPGP key server"
7473msgstr ""
7474"\n"
7475" --key-server=HOSTITEĽ použiť HOSTITEĽA ako server OpenPGP kľúčov"
7476
7477#: guix/scripts/refresh.scm:175
7478msgid ""
7479"\n"
7480" --gpg=COMMAND use COMMAND as the GnuPG 2.x command"
7481msgstr ""
7482"\n"
7483" --gpg=PRÍKAZ použiť PRÍKAZ ako GnuPG 2.x príkaz"
7484
7485#: guix/scripts/refresh.scm:183
7486msgid ""
7487"\n"
7488" --load-path=DIR prepend DIR to the package module search path"
7489msgstr ""
7490"\n"
7491" --load-path=PRIEČINOK pridať PRIEČINOK na začiatok prehľadávanej "
7492"cesty modulov balíkov"
7493
7494#: guix/scripts/refresh.scm:276
7495#, scheme-format
7496msgid "~a: no such updater~%"
7497msgstr "~a: nie je nástrojom na aktualizáciu~%"
7498
7499#: guix/scripts/refresh.scm:280
7500#, scheme-format
7501msgid "Available updaters:~%"
7502msgstr "Dostupné nástroje na aktualizáciu:~%"
7503
7504#. TRANSLATORS: The parenthetical expression here is rendered
7505#. like "(42% coverage)" and denotes the fraction of packages
7506#. covered by the given updater.
7507#: guix/scripts/refresh.scm:292
7508#, scheme-format
7509msgid " - ~a: ~a (~2,1f% coverage)~%"
7510msgstr " - ~a: ~a (pokrytie ~2,1f%)~%"
7511
7512#: guix/scripts/refresh.scm:301
7513#, scheme-format
7514msgid "~2,1f% of the packages are covered by these updaters.~%"
7515msgstr "Tieto nástroje na aktualizáciu pokrývajú ~2,1f% balíkov.~%"
7516
7517#: guix/scripts/refresh.scm:307
7518#, scheme-format
7519msgid "no updater for ~a~%"
7520msgstr "žiadny nástroj na aktualizáciu pre ~a~%"
7521
7522#: guix/scripts/refresh.scm:327
7523#, scheme-format
7524msgid "~a: updating from version ~a to version ~a...~%"
7525msgstr "~a: aktualizuje sa z verzie ~a na verziu ~a...~%"
7526
7527#: guix/scripts/refresh.scm:336
7528#, scheme-format
7529msgid "~a: consider adding this input: ~a~%"
7530msgstr "~a: zvážte pridanie tohto vstupu: ~a~%"
7531
7532#: guix/scripts/refresh.scm:338
7533#, scheme-format
7534msgid "~a: consider adding this native input: ~a~%"
7535msgstr "~a: zvážte pridanie tohto pôvodného vstupu: ~a~%"
7536
7537#: guix/scripts/refresh.scm:340
7538#, scheme-format
7539msgid "~a: consider adding this propagated input: ~a~%"
7540msgstr "~a: zvážte pridanie tohto rozšíreného vstupu: ~a~%"
7541
7542#: guix/scripts/refresh.scm:342
7543#, scheme-format
7544msgid "~a: consider removing this input: ~a~%"
7545msgstr "~a: zvážte odobranie tohto vstupu: ~a~%"
7546
7547#: guix/scripts/refresh.scm:344
7548#, scheme-format
7549msgid "~a: consider removing this native input: ~a~%"
7550msgstr "~a: zvážte odobranie tohto pôvodného vstupu: ~a~%"
7551
7552#: guix/scripts/refresh.scm:346
7553#, scheme-format
7554msgid "~a: consider removing this propagated input: ~a~%"
7555msgstr "~a: zvážte odobranie tohto rozšíreného vstupu: ~a~%"
7556
7557#: guix/scripts/refresh.scm:353
7558#, scheme-format
7559msgid ""
7560"~a: version ~a could not be downloaded and authenticated; not updating~%"
7561msgstr ""
7562"~a: verziu ~a sa nepodarilo stiahnuť a overiť; nebude sa aktualizovať~%"
7563
7564#: guix/scripts/refresh.scm:370
7565#, scheme-format
7566msgid "~a would be upgraded from ~a to ~a~%"
7567msgstr "~a by sa aktualizoval z ~a na ~a~%"
7568
7569#: guix/scripts/refresh.scm:376
7570#, scheme-format
7571msgid "~a is already the latest version of ~a~%"
7572msgstr "~a už je najnovšej verzie ~a~%"
7573
7574#: guix/scripts/refresh.scm:382
7575#, scheme-format
7576msgid "~a is greater than the latest known version of ~a (~a)~%"
7577msgstr "~a je vyššia ako najnovšia známa verzia ~a (~a)~%"
7578
7579#: guix/scripts/refresh.scm:393
7580#, scheme-format
7581msgid "'~a' updater failed to determine available releases for ~a~%"
7582msgstr ""
7583"„~a“ nástroju na aktualizáciu sa nepodarilo zistiť dostupné vydania pre ~a~%"
7584
7585#: guix/scripts/refresh.scm:432
7586#, scheme-format
7587msgid "No dependents other than itself: ~{~a~}~%"
7588msgid_plural "No dependents other than themselves: ~{~a~^ ~}~%"
7589msgstr[0] "Žiadne závislé balíky okrem seba samého: ~{~a~}~%"
7590msgstr[1] "Žiadne závislé balíky okrem seba samých: ~{~a~^ ~}~%"
7591msgstr[2] "Žiadne závislé balíky okrem seba samých: ~{~a~^ ~}~%"
7592
7593#: guix/scripts/refresh.scm:439
7594#, scheme-format
7595msgid "A single dependent package: ~a~%"
7596msgstr "Jediný závislý balík: ~a~%"
7597
7598#: guix/scripts/refresh.scm:443
7599#, scheme-format
7600msgid ""
7601"Building the following ~d package would ensure ~d dependent packages are "
7602"rebuilt: ~{~a~^ ~}~%"
7603msgid_plural ""
7604"Building the following ~d packages would ensure ~d dependent packages are "
7605"rebuilt: ~{~a~^ ~}~%"
7606msgstr[0] ""
7607"Zostavenie nasledovného ~d balíka ~d by zaistilo opätovné zostavenie "
7608"závislých balíkov: ~{~a~^ ~}~%"
7609msgstr[1] ""
7610"Zostavenie nasledovných ~d balíkov ~d by zaistilo opätovné zostavenie "
7611"závislých balíkov: ~{~a~^ ~}~%"
7612msgstr[2] ""
7613"Zostavenie nasledovných ~d balíkov ~d by zaistilo opätovné zostavenie "
7614"závislých balíkov: ~{~a~^ ~}~%"
7615
7616#: guix/scripts/refresh.scm:467
7617#, scheme-format
7618msgid "~a depends on the following ~d packages: ~{~a~^ ~}~%."
7619msgstr "~a závisí na nasledovných balíkoch (~d): ~{~a~^ ~}~%."
7620
7621#: guix/scripts/refresh.scm:471
7622#, scheme-format
7623msgid "The following ~d packages all are dependent packages: ~{~a~^ ~}~%"
7624msgstr "Všetky nasledovné balíky (~d) sú závislé: ~{~a~^ ~}~%"
7625
7626#: guix/scripts/repl.scm:70
7627msgid ""
7628"Usage: guix repl [OPTIONS...] [-- FILE ARGS...]\n"
7629"In the Guix execution environment, run FILE as a Guile script with\n"
7630"command-line arguments ARGS. If no FILE is given, start a Guile REPL.\n"
7631msgstr ""
7632"Použitie: guix repl [PREPÍNAČE...] [-- SÚBOR PARAMETRE...]\n"
7633"Spustiť SÚBOR ako Guile skript s PARAMETRAMI v spúšťacom prostredí\n"
7634"systému Guix. Ak nie je daný žiadny SÚBOR, spustiť Guile REPL.\n"
7635
7636#: guix/scripts/repl.scm:73
7637msgid ""
7638"\n"
7639" -t, --type=TYPE start a REPL of the given TYPE"
7640msgstr ""
7641"\n"
7642" -t, --type=TYP spustiť REPL daného TYPU"
7643
7644#: guix/scripts/repl.scm:75
7645msgid ""
7646"\n"
7647" --listen=ENDPOINT listen to ENDPOINT instead of standard input"
7648msgstr ""
7649"\n"
7650" --listen=KONCOVÝ-BOD počúvať na KONCOVOM-BODE namiesto štandardného "
7651"vstupu"
7652
7653#: guix/scripts/repl.scm:77
7654#, scheme-format
7655msgid ""
7656"\n"
7657" -q inhibit loading of ~/.guile"
7658msgstr ""
7659"\n"
7660" -q zabrániť nahratiu ~/.guile"
7661
7662#: guix/scripts/repl.scm:106
7663#, scheme-format
7664msgid "~A: invalid listen specification~%"
7665msgstr "~A: neplatné určenie počúvania~%"
7666
7667#: guix/scripts/repl.scm:117
7668#, scheme-format
7669msgid "~A: unsupported protocol family~%"
7670msgstr "~A: nepodporovaná rodina protokolov~%"
7671
7672#: guix/scripts/repl.scm:125
7673#, scheme-format
7674msgid "accepted connection~%"
7675msgstr "spojenie prijaté~%"
7676
7677#: guix/scripts/repl.scm:126
7678#, scheme-format
7679msgid "accepted connection from ~a~%"
7680msgstr "prijaté spojenie od ~a~%"
7681
7682#: guix/scripts/repl.scm:137
7683#, scheme-format
7684msgid "connection closed~%"
7685msgstr "spojenie ukončené~%"
7686
7687#: guix/scripts/repl.scm:210
7688#, scheme-format
7689msgid "~a: unknown type of REPL~%"
7690msgstr "~a: neznámy typ REPL~%"
7691
7692#: guix/scripts/system/reconfigure.scm:313
7693#, scheme-format
7694msgid ""
7695"aborting reconfiguration because commit ~a of channel '~a' is not a "
7696"descendant of ~a"
7697msgstr ""
7698"ruší sa opätovné nastavenie, pretože úprava (commit) ~a kanála „~a“ nie je "
7699"potomkom ~a"
7700
7701#: guix/scripts/system/reconfigure.scm:372
7702#, scheme-format
7703msgid "cannot determine provenance for current system~%"
7704msgstr "nie je možné zistiť pôvod súčasného systému~%"
7705
7706#: guix/scripts/system/reconfigure.scm:374
7707#, scheme-format
7708msgid "cannot determine provenance of ~a~%"
7709msgstr "nie je možné zistiť pôvod ~a~%"
7710
7711#: nix/nix-daemon/guix-daemon.cc:66
7712msgid "guix-daemon -- perform derivation builds and store accesses"
7713msgstr "guix-daemon -- zostavuje odvodeniny a spravuje prístup k úložisku"
7714
7715#: nix/nix-daemon/guix-daemon.cc:68
7716msgid ""
7717"This program is a daemon meant to run in the background. It serves requests "
7718"sent over a Unix-domain socket. It accesses the store, and builds "
7719"derivations on behalf of its clients."
7720msgstr ""
7721"Tento program je démon, ktorý sa spúšťa v pozadí. Odpovedá na požiadavky "
7722"odoslané prostredníctvom sieťových socketov typu Unix-domain. Pristupuje k "
7723"úložisku a zostavuje odvodeniny v mene svojich používateľov."
7724
7725#: nix/nix-daemon/guix-daemon.cc:96
7726msgid "SYSTEM"
7727msgstr "SYSTÉM"
7728
7729#: nix/nix-daemon/guix-daemon.cc:97
7730msgid "assume SYSTEM as the current system type"
7731msgstr "predpokladať SYSTÉM ako typ súčasného systému"
7732
7733#: nix/nix-daemon/guix-daemon.cc:98 nix/nix-daemon/guix-daemon.cc:101
7734msgid "N"
7735msgstr "N"
7736
7737#: nix/nix-daemon/guix-daemon.cc:99
7738msgid "use N CPU cores to build each derivation; 0 means as many as available"
7739msgstr ""
7740"použiť N jadier procesora na zostavenie každej odvodeniny; 0 znamená, že sa "
7741"použijú všetky dostupné jadrá"
7742
7743#: nix/nix-daemon/guix-daemon.cc:102
7744msgid "allow at most N build jobs"
7745msgstr "povoliť najviac N zostavovacích úloh"
7746
7747#: nix/nix-daemon/guix-daemon.cc:103 nix/nix-daemon/guix-daemon.cc:105
7748msgid "SECONDS"
7749msgstr "SEKÚND"
7750
7751#: nix/nix-daemon/guix-daemon.cc:104
7752msgid "mark builds as failed after SECONDS of activity"
7753msgstr "označiť zostavenia za neúspešné po SEKUNDÁCH nečinnosti"
7754
7755#: nix/nix-daemon/guix-daemon.cc:106
7756msgid "mark builds as failed after SECONDS of silence"
7757msgstr "označiť zostavenia za neúspešné po SEKUNDÁCH bez odpovede"
7758
7759#: nix/nix-daemon/guix-daemon.cc:108
7760msgid "disable chroot builds"
7761msgstr "zakázať zostavenia chroot"
7762
7763#: nix/nix-daemon/guix-daemon.cc:109
7764msgid "DIR"
7765msgstr "PRIEČINOK"
7766
7767#: nix/nix-daemon/guix-daemon.cc:110
7768msgid "add DIR to the build chroot"
7769msgstr "pridať PRIEČINOK do zastavovacieho chrootu"
7770
7771#: nix/nix-daemon/guix-daemon.cc:111
7772msgid "GROUP"
7773msgstr "SKUPINA"
7774
7775#: nix/nix-daemon/guix-daemon.cc:112
7776msgid "perform builds as a user of GROUP"
7777msgstr "zostaviť ako používateľ SKUPINY"
7778
7779#: nix/nix-daemon/guix-daemon.cc:114
7780msgid "do not use substitutes"
7781msgstr "nepoužívať náhrady"
7782
7783#: nix/nix-daemon/guix-daemon.cc:115
7784msgid "URLS"
7785msgstr "PREPOJENIA"
7786
7787#: nix/nix-daemon/guix-daemon.cc:116
7788msgid "use URLS as the default list of substitute providers"
7789msgstr "použiť PREPOJENIA ako predvolený zoznam poskytovateľov náhrad"
7790
7791#: nix/nix-daemon/guix-daemon.cc:118 nix/nix-daemon/guix-daemon.cc:121
7792msgid "do not attempt to offload builds"
7793msgstr "nepokúšať sa o vzdialené zostavenie"
7794
7795#: nix/nix-daemon/guix-daemon.cc:123
7796msgid "cache build failures"
7797msgstr "uložiť neúspešné zostavenia do vyrovnávacej pamäte"
7798
7799#: nix/nix-daemon/guix-daemon.cc:125
7800msgid "build each derivation N times in a row"
7801msgstr "zostaviť každú odvodeninu N krát za sebou"
7802
7803#: nix/nix-daemon/guix-daemon.cc:127
7804msgid "do not keep build logs"
7805msgstr "neukladať záznamy zostavovania"
7806
7807#: nix/nix-daemon/guix-daemon.cc:130
7808msgid "disable compression of the build logs"
7809msgstr "zakázať kompresiu záznamov zostavovania"
7810
7811#: nix/nix-daemon/guix-daemon.cc:132
7812msgid "use the specified compression type for build logs"
7813msgstr "použiť daný typ kompresie pre záznamy zostavovania"
7814
7815#: nix/nix-daemon/guix-daemon.cc:134
7816msgid "use substitute servers discovered on the local network"
7817msgstr "použiť servery náhrad zistené v miestnej sieti"
7818
7819#: nix/nix-daemon/guix-daemon.cc:139
7820msgid "disable automatic file \"deduplication\" in the store"
7821msgstr "zakázať automatické čistenie podvojných súborov v úložisku"
7822
7823#: nix/nix-daemon/guix-daemon.cc:149
7824msgid "impersonate Linux 2.6"
7825msgstr "predstierať Linux 2.6"
7826
7827#: nix/nix-daemon/guix-daemon.cc:153
7828msgid "tell whether the GC must keep outputs of live derivations"
7829msgstr "určiť či má zberač odpadkov ponechávať výstupy živých odvodenín"
7830
7831#: nix/nix-daemon/guix-daemon.cc:156
7832msgid "tell whether the GC must keep derivations corresponding to live outputs"
7833msgstr "určiť či má zberač odpadkov uchovávať odvodeniny živých výstupov"
7834
7835#: nix/nix-daemon/guix-daemon.cc:159
7836msgid "SOCKET"
7837msgstr "SOCKET"
7838
7839#: nix/nix-daemon/guix-daemon.cc:160
7840msgid "listen for connections on SOCKET"
7841msgstr "počúvať spojenia na SOCKETE"
7842
7843#: nix/nix-daemon/guix-daemon.cc:162
7844msgid "produce debugging output"
7845msgstr "vytvárať výstup ladenia"