diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2021-04-13 14:26:14 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-13 14:28:01 +0200 |
| commit | 9b976cfe1d58200680a097e92af49bf558855994 (patch) | |
| tree | feaff6147b37585a0e7b3c6693a4c9bd78b9f421 /po | |
| parent | 516a101dd4993116c59ed83d8baa546960d0061e (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/LINGUAS | 1 | ||||
| -rw-r--r-- | po/guix/sk.po | 7845 |
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 | |||
| 11 | hu | 11 | hu |
| 12 | pl | 12 | pl |
| 13 | pt_BR | 13 | pt_BR |
| 14 | sk | ||
| 14 | sr | 15 | sr |
| 15 | sv | 16 | sv |
| 16 | ta | 17 | ta |
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. | ||
| 5 | msgid "" | ||
| 6 | msgstr "" | ||
| 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 | ||
| 23 | msgid "module ~a not found" | ||
| 24 | msgstr "modul ~a sa nenašiel" | ||
| 25 | |||
| 26 | #: gnu.scm:99 | ||
| 27 | msgid "" | ||
| 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." | ||
| 32 | msgstr "" | ||
| 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 | ||
| 40 | msgid "Try adding @code{(use-package-modules ~a)}." | ||
| 41 | msgstr "Skúste pridať @code{(use-package-modules ~a)}." | ||
| 42 | |||
| 43 | #: gnu.scm:122 | ||
| 44 | #, scheme-format | ||
| 45 | msgid "" | ||
| 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." | ||
| 50 | msgstr "" | ||
| 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 | ||
| 58 | msgid "Try adding @code{(use-service-modules ~a)}." | ||
| 59 | msgstr "Skúste pridať @code{(use-service-modules ~a)}." | ||
| 60 | |||
| 61 | #: gnu/packages.scm:96 | ||
| 62 | #, scheme-format | ||
| 63 | msgid "~a: patch not found" | ||
| 64 | msgstr "~a: záplata sa nenašla" | ||
| 65 | |||
| 66 | #: gnu/packages.scm:480 gnu/packages.scm:521 | ||
| 67 | #, scheme-format | ||
| 68 | msgid "ambiguous package specification `~a'~%" | ||
| 69 | msgstr "nejednoznačné určenie balíka „~a“~%" | ||
| 70 | |||
| 71 | #: gnu/packages.scm:481 gnu/packages.scm:522 | ||
| 72 | #, scheme-format | ||
| 73 | msgid "choosing ~a@~a from ~a~%" | ||
| 74 | msgstr "vyberá sa ~a@~a z ~a~%" | ||
| 75 | |||
| 76 | #: gnu/packages.scm:486 guix/scripts/package.scm:214 | ||
| 77 | #, scheme-format | ||
| 78 | msgid "package '~a' has been superseded by '~a'~%" | ||
| 79 | msgstr "balík „~a“ bol nahradený balíkom „~a“~%" | ||
| 80 | |||
| 81 | #: gnu/packages.scm:493 gnu/packages.scm:510 | ||
| 82 | #, scheme-format | ||
| 83 | msgid "~A: package not found for version ~a~%" | ||
| 84 | msgstr "~A: balík sa nenašiel vo verzii ~a~%" | ||
| 85 | |||
| 86 | #: gnu/packages.scm:494 gnu/packages.scm:511 | ||
| 87 | #, scheme-format | ||
| 88 | msgid "~A: unknown package~%" | ||
| 89 | msgstr "~A: neznámy balík~%" | ||
| 90 | |||
| 91 | #: gnu/packages.scm:550 | ||
| 92 | #, scheme-format | ||
| 93 | msgid "package `~a' lacks output `~a'~%" | ||
| 94 | msgstr "balík „~a“ postráda výstup „~a“~%" | ||
| 95 | |||
| 96 | #: gnu/services.scm:254 | ||
| 97 | #, scheme-format | ||
| 98 | msgid "~a: no value specified for service of type '~a'" | ||
| 99 | msgstr "~a: nebola určená žiadna hodnota pre službu typu „~a“" | ||
| 100 | |||
| 101 | #: gnu/services.scm:358 | ||
| 102 | msgid "" | ||
| 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." | ||
| 106 | msgstr "" | ||
| 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 | ||
| 112 | msgid "" | ||
| 113 | "Produce the operating system's boot script, which is spawned\n" | ||
| 114 | "by the initrd once the root file system is mounted." | ||
| 115 | msgstr "" | ||
| 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 | ||
| 120 | msgid "" | ||
| 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." | ||
| 124 | msgstr "" | ||
| 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 | ||
| 130 | msgid "" | ||
| 131 | "Delete files from @file{/tmp}, @file{/var/run}, and other\n" | ||
| 132 | "temporary locations at boot time." | ||
| 133 | msgstr "" | ||
| 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 | ||
| 138 | msgid "" | ||
| 139 | "Run @dfn{activation} code at boot time and upon\n" | ||
| 140 | "@command{guix system reconfigure} completion." | ||
| 141 | msgstr "" | ||
| 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 | ||
| 146 | msgid "" | ||
| 147 | "Add special files to the root file system---e.g.,\n" | ||
| 148 | "@file{/usr/bin/env}." | ||
| 149 | msgstr "" | ||
| 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 | ||
| 155 | msgid "duplicate '~a' entry for /etc" | ||
| 156 | msgstr "/etc už obsahuje záznam „~a“" | ||
| 157 | |||
| 158 | #: gnu/services.scm:788 | ||
| 159 | msgid "Populate the @file{/etc} directory." | ||
| 160 | msgstr "Naplniť priečinok @file{/etc}." | ||
| 161 | |||
| 162 | #: gnu/services.scm:805 | ||
| 163 | msgid "" | ||
| 164 | "Populate @file{/run/setuid-programs} with the specified\n" | ||
| 165 | "executables, making them setuid-root." | ||
| 166 | msgstr "" | ||
| 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 | ||
| 171 | msgid "" | ||
| 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." | ||
| 175 | msgstr "" | ||
| 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 | ||
| 181 | msgid "" | ||
| 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." | ||
| 186 | msgstr "" | ||
| 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 | ||
| 192 | msgid "" | ||
| 193 | "Register garbage-collector roots---i.e., store items that\n" | ||
| 194 | "will not be reclaimed by the garbage collector." | ||
| 195 | msgstr "" | ||
| 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 | ||
| 201 | msgid "no target of type '~a' for service '~a'" | ||
| 202 | msgstr "nenašiel sa cieľ typu „~a“ pre službu „~a“" | ||
| 203 | |||
| 204 | #: gnu/services.scm:934 gnu/services.scm:1053 | ||
| 205 | #, scheme-format | ||
| 206 | msgid "more than one target service of type '~a'" | ||
| 207 | msgstr "viac ako jedna cieľová služba typu „~a“" | ||
| 208 | |||
| 209 | #: gnu/services.scm:1043 | ||
| 210 | #, scheme-format | ||
| 211 | msgid "service of type '~a' not found" | ||
| 212 | msgstr "nenašla sa služba typu „~a“" | ||
| 213 | |||
| 214 | #: gnu/system.scm:351 | ||
| 215 | #, scheme-format | ||
| 216 | msgid "unrecognized uuid ~a at '~a'~%" | ||
| 217 | msgstr "nerozpoznané uuid ~a na „~a“~%" | ||
| 218 | |||
| 219 | #: gnu/system.scm:433 | ||
| 220 | #, scheme-format | ||
| 221 | msgid "unrecognized crypto-devices ~S at '~a'~%" | ||
| 222 | msgstr "nerozpoznané šifrované zariadenia ~S na „~a“~%" | ||
| 223 | |||
| 224 | #: gnu/system.scm:450 | ||
| 225 | #, scheme-format | ||
| 226 | msgid "unrecognized boot parameters at '~a'~%" | ||
| 227 | msgstr "nerozpoznané predvoľby zavádzania na „~a“~%" | ||
| 228 | |||
| 229 | #: gnu/system.scm:563 | ||
| 230 | #, scheme-format | ||
| 231 | msgid "mapped-device '~a' may not be mounted by the bootloader.~%" | ||
| 232 | msgstr "zavádzač možno nepripojil mapované zariadenie „~a“.~%" | ||
| 233 | |||
| 234 | #: gnu/system.scm:1023 | ||
| 235 | #, scheme-format | ||
| 236 | msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%" | ||
| 237 | msgstr "" | ||
| 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 | ||
| 243 | msgid "" | ||
| 244 | "using a monadic value for '~a' is deprecated; use 'plain-file' instead~%" | ||
| 245 | msgstr "" | ||
| 246 | "použitie monády pre „~a“ sa už neodporúča; namiesto toho použite „plain-" | ||
| 247 | "file“~%" | ||
| 248 | |||
| 249 | #: gnu/system.scm:1167 | ||
| 250 | msgid "missing root file system" | ||
| 251 | msgstr "chýba koreňový súborový systém" | ||
| 252 | |||
| 253 | #: gnu/system.scm:1243 | ||
| 254 | #, scheme-format | ||
| 255 | msgid "~a: invalid locale name" | ||
| 256 | msgstr "~a: neplatný názov miestneho jazykového nastavenia" | ||
| 257 | |||
| 258 | #: gnu/services/shepherd.scm:143 | ||
| 259 | msgid "" | ||
| 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." | ||
| 263 | msgstr "" | ||
| 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 | ||
| 270 | msgid "service '~a' provided more than once" | ||
| 271 | msgstr "služba „~a“ bola poskytnutá viac ako raz" | ||
| 272 | |||
| 273 | #: gnu/services/shepherd.scm:250 | ||
| 274 | #, scheme-format | ||
| 275 | msgid "service '~a' requires '~a', which is not provided by any service" | ||
| 276 | msgstr "služba „~a“ vyžaduje „~a“, čo však neposkytuje žiadna služba" | ||
| 277 | |||
| 278 | #: gnu/services/shepherd.scm:587 | ||
| 279 | msgid "" | ||
| 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}." | ||
| 287 | msgstr "" | ||
| 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 | ||
| 295 | msgid "Map a device node using Linux's device mapper." | ||
| 296 | msgstr "Mapovať zariadenie pomocou mapovača zariadení Linuxu." | ||
| 297 | |||
| 298 | #: gnu/system/mapped-devices.scm:163 | ||
| 299 | #, scheme-format | ||
| 300 | msgid "you may need these modules in the initrd for ~a:~{ ~a~}" | ||
| 301 | msgstr "mohli by ste tieto moduly potrebovať v initrd kvôli ~a:~{ ~a~}" | ||
| 302 | |||
| 303 | #: gnu/system/mapped-devices.scm:168 | ||
| 304 | #, scheme-format | ||
| 305 | msgid "" | ||
| 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" | ||
| 320 | msgstr "" | ||
| 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 | ||
| 336 | msgid "no LUKS partition with UUID '~a'" | ||
| 337 | msgstr "žiadny oddiel LUKS s UUID „~a“" | ||
| 338 | |||
| 339 | #: gnu/system/shadow.scm:254 | ||
| 340 | #, scheme-format | ||
| 341 | msgid "the following accounts appear more than once:~{ ~a~}~%" | ||
| 342 | msgstr "nasledovné účty sa objavujú viac než raz:~{ ~a~}~%" | ||
| 343 | |||
| 344 | #: gnu/system/shadow.scm:262 | ||
| 345 | #, scheme-format | ||
| 346 | msgid "the following groups appear more than once:~{ ~a~}~%" | ||
| 347 | msgstr "nasledovné skupiny sa objavujú viac než raz:~{ ~a~}~%" | ||
| 348 | |||
| 349 | #: gnu/system/shadow.scm:273 | ||
| 350 | #, scheme-format | ||
| 351 | msgid "supplementary group '~a' of user '~a' is undeclared" | ||
| 352 | msgstr "doplnková skupina „~a“ používateľa „~a“ sa nenašla" | ||
| 353 | |||
| 354 | #: gnu/system/shadow.scm:283 | ||
| 355 | #, scheme-format | ||
| 356 | msgid "primary group '~a' of user '~a' is undeclared" | ||
| 357 | msgstr "hlavná skupina „~a“ používateľa „~a“ sa nenašla" | ||
| 358 | |||
| 359 | #: gnu/system/shadow.scm:425 | ||
| 360 | msgid "" | ||
| 361 | "Ensure the specified user accounts and groups exist, as well\n" | ||
| 362 | "as each account home directory." | ||
| 363 | msgstr "" | ||
| 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 | ||
| 369 | msgid "Package not found in opam repository: ~a~%" | ||
| 370 | msgstr "Balík sa nenašiel v opam repozitári: ~a~%" | ||
| 371 | |||
| 372 | #: guix/import/opam.scm:388 | ||
| 373 | msgid "Updater for OPAM packages" | ||
| 374 | msgstr "Nástroj na aktualizáciu balíkov OPAM" | ||
| 375 | |||
| 376 | #: gnu/installer.scm:214 | ||
| 377 | msgid "Locale" | ||
| 378 | msgstr "Miestne jazykové nastavenie" | ||
| 379 | |||
| 380 | #: gnu/installer.scm:230 gnu/installer/newt/timezone.scm:58 | ||
| 381 | msgid "Timezone" | ||
| 382 | msgstr "Časové pásmo" | ||
| 383 | |||
| 384 | #: gnu/installer.scm:247 | ||
| 385 | msgid "Keyboard mapping selection" | ||
| 386 | msgstr "Výber rozloženia klávesnice" | ||
| 387 | |||
| 388 | #: gnu/installer.scm:256 gnu/installer/newt/hostname.scm:26 | ||
| 389 | msgid "Hostname" | ||
| 390 | msgstr "Názov počítača" | ||
| 391 | |||
| 392 | #: gnu/installer.scm:265 | ||
| 393 | msgid "Network selection" | ||
| 394 | msgstr "Výber sieťového pripojenia" | ||
| 395 | |||
| 396 | #: gnu/installer.scm:272 | ||
| 397 | msgid "Substitute server discovery" | ||
| 398 | msgstr "Zisťovanie servera náhrad" | ||
| 399 | |||
| 400 | #: gnu/installer.scm:279 gnu/installer/newt/user.scm:68 | ||
| 401 | #: gnu/installer/newt/user.scm:205 | ||
| 402 | msgid "User creation" | ||
| 403 | msgstr "Vytváranie používateľov" | ||
| 404 | |||
| 405 | #: gnu/installer.scm:287 | ||
| 406 | msgid "Services" | ||
| 407 | msgstr "Služby" | ||
| 408 | |||
| 409 | #: gnu/installer.scm:298 | ||
| 410 | msgid "Partitioning" | ||
| 411 | msgstr "Rozdelenie disku" | ||
| 412 | |||
| 413 | #: gnu/installer.scm:305 gnu/installer/newt/final.scm:53 | ||
| 414 | msgid "Configuration file" | ||
| 415 | msgstr "Súbor nastavení" | ||
| 416 | |||
| 417 | #: gnu/installer/connman.scm:196 | ||
| 418 | msgid "Could not determine the state of connman." | ||
| 419 | msgstr "Nepodarilo sa zistiť stav connmana." | ||
| 420 | |||
| 421 | #: gnu/installer/connman.scm:322 | ||
| 422 | msgid "Unable to find expected regexp." | ||
| 423 | msgstr "Nepodarilo sa nájsť očakávaný regulárny výraz." | ||
| 424 | |||
| 425 | #: gnu/installer/newt.scm:52 | ||
| 426 | msgid "Press <F1> for installation parameters." | ||
| 427 | msgstr "Stlačením <F1> zobrazíte predvoľby inštalácie." | ||
| 428 | |||
| 429 | #: gnu/installer/newt.scm:65 | ||
| 430 | #, scheme-format | ||
| 431 | msgid "" | ||
| 432 | "The installer has encountered an unexpected problem. The backtrace is " | ||
| 433 | "displayed below. Please report it by email to <~a>." | ||
| 434 | msgstr "" | ||
| 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 | ||
| 439 | msgid "Unexpected problem" | ||
| 440 | msgstr "Neočakávaná chyba" | ||
| 441 | |||
| 442 | #: gnu/installer/newt/ethernet.scm:66 | ||
| 443 | msgid "No ethernet service available, please try again." | ||
| 444 | msgstr "Nie je dostupná žiadna drôtová sieť, skúste to znova." | ||
| 445 | |||
| 446 | #: gnu/installer/newt/ethernet.scm:67 | ||
| 447 | msgid "No service" | ||
| 448 | msgstr "Žiadna služba" | ||
| 449 | |||
| 450 | #: gnu/installer/newt/ethernet.scm:76 | ||
| 451 | msgid "Please select an ethernet network." | ||
| 452 | msgstr "Vyberte drôtové sieťové pripojenie." | ||
| 453 | |||
| 454 | #: gnu/installer/newt/ethernet.scm:77 | ||
| 455 | msgid "Ethernet connection" | ||
| 456 | msgstr "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 | ||
| 469 | msgid "Exit" | ||
| 470 | msgstr "Ukončiť" | ||
| 471 | |||
| 472 | #: gnu/installer/newt/final.scm:46 | ||
| 473 | #, scheme-format | ||
| 474 | msgid "" | ||
| 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." | ||
| 479 | msgstr "" | ||
| 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 | ||
| 486 | msgid "Installation complete" | ||
| 487 | msgstr "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 | ||
| 491 | msgid "Reboot" | ||
| 492 | msgstr "Reštartovať" | ||
| 493 | |||
| 494 | #: gnu/installer/newt/final.scm:72 | ||
| 495 | msgid "" | ||
| 496 | "Congratulations! Installation is now complete. You may remove the device " | ||
| 497 | "containing the installation image and press the button to reboot." | ||
| 498 | msgstr "" | ||
| 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 | ||
| 503 | msgid "Installation failed" | ||
| 504 | msgstr "Inštalácia zlyhala" | ||
| 505 | |||
| 506 | #: gnu/installer/newt/final.scm:87 | ||
| 507 | msgid "Resume" | ||
| 508 | msgstr "Pokračovať" | ||
| 509 | |||
| 510 | #: gnu/installer/newt/final.scm:88 | ||
| 511 | msgid "Restart the installer" | ||
| 512 | msgstr "Reštartovať sprievodcu inštaláciou" | ||
| 513 | |||
| 514 | #: gnu/installer/newt/final.scm:89 | ||
| 515 | msgid "" | ||
| 516 | "The final system installation step failed. You can resume from a specific " | ||
| 517 | "step, or restart the installer." | ||
| 518 | msgstr "" | ||
| 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 | ||
| 523 | msgid "" | ||
| 524 | "Please enter the HTTP proxy URL. If you enter an empty string, proxy usage " | ||
| 525 | "will be disabled." | ||
| 526 | msgstr "" | ||
| 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 | ||
| 531 | msgid "HTTP proxy configuration" | ||
| 532 | msgstr "Nastavenie servera proxy" | ||
| 533 | |||
| 534 | #: gnu/installer/newt/parameters.scm:43 | ||
| 535 | msgid "Change keyboard layout" | ||
| 536 | msgstr "Zmeniť rozloženie klávesnice" | ||
| 537 | |||
| 538 | #: gnu/installer/newt/parameters.scm:44 | ||
| 539 | msgid "Configure HTTP proxy" | ||
| 540 | msgstr "Nastaviť server proxy" | ||
| 541 | |||
| 542 | #: gnu/installer/newt/parameters.scm:48 | ||
| 543 | msgid "" | ||
| 544 | "Please choose one of the following parameters or press ‘Back’ to go back to " | ||
| 545 | "the installation process." | ||
| 546 | msgstr "" | ||
| 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 | ||
| 551 | msgid "Installation parameters" | ||
| 552 | msgstr "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 | ||
| 558 | msgid "Back" | ||
| 559 | msgstr "Naspäť" | ||
| 560 | |||
| 561 | #: gnu/installer/newt/hostname.scm:25 | ||
| 562 | msgid "Please enter the system hostname." | ||
| 563 | msgstr "Zadajte názov počítača." | ||
| 564 | |||
| 565 | #: gnu/installer/newt/keymap.scm:38 | ||
| 566 | msgid "Layout" | ||
| 567 | msgstr "Rozloženie" | ||
| 568 | |||
| 569 | #: gnu/installer/newt/keymap.scm:43 | ||
| 570 | msgid "" | ||
| 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." | ||
| 573 | msgstr "" | ||
| 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 | ||
| 579 | msgid "" | ||
| 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." | ||
| 584 | msgstr "" | ||
| 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 | ||
| 592 | msgid "Continue" | ||
| 593 | msgstr "Pokračovať" | ||
| 594 | |||
| 595 | #: gnu/installer/newt/keymap.scm:67 | ||
| 596 | msgid "Variant" | ||
| 597 | msgstr "Klávesnica" | ||
| 598 | |||
| 599 | #: gnu/installer/newt/keymap.scm:70 | ||
| 600 | msgid "Please choose a variant for your keyboard layout." | ||
| 601 | msgstr "Vyberte klávesnicu, ktorú chcete použiť." | ||
| 602 | |||
| 603 | #: gnu/installer/newt/locale.scm:36 | ||
| 604 | msgid "Locale language" | ||
| 605 | msgstr "Nastavenie jazyka" | ||
| 606 | |||
| 607 | #: gnu/installer/newt/locale.scm:37 | ||
| 608 | msgid "" | ||
| 609 | "Choose the language to use for the installation process and for the " | ||
| 610 | "installed system." | ||
| 611 | msgstr "" | ||
| 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 | ||
| 616 | msgid "Locale location" | ||
| 617 | msgstr "Krajina alebo územie" | ||
| 618 | |||
| 619 | #: gnu/installer/newt/locale.scm:60 | ||
| 620 | msgid "Choose a territory for this language." | ||
| 621 | msgstr "Vyberte vaše súčasné umiestnenie." | ||
| 622 | |||
| 623 | #: gnu/installer/newt/locale.scm:71 | ||
| 624 | msgid "Locale codeset" | ||
| 625 | msgstr "Kódovanie znakov" | ||
| 626 | |||
| 627 | #: gnu/installer/newt/locale.scm:74 | ||
| 628 | msgid "Choose the locale encoding." | ||
| 629 | msgstr "Vyberte kódovanie znakov." | ||
| 630 | |||
| 631 | #: gnu/installer/newt/locale.scm:86 | ||
| 632 | msgid "Locale modifier" | ||
| 633 | msgstr "Symbol meny" | ||
| 634 | |||
| 635 | #: gnu/installer/newt/locale.scm:89 | ||
| 636 | msgid "" | ||
| 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." | ||
| 639 | msgstr "Vyberte symbol meny. Najčastejšie používaným symbolom je Euro." | ||
| 640 | |||
| 641 | #: gnu/installer/newt/locale.scm:190 | ||
| 642 | msgid "No location" | ||
| 643 | msgstr "Žiadne umiestnenie" | ||
| 644 | |||
| 645 | #: gnu/installer/newt/locale.scm:217 | ||
| 646 | msgid "No modifier" | ||
| 647 | msgstr "Žiadny symbol meny" | ||
| 648 | |||
| 649 | #: gnu/installer/newt/menu.scm:35 | ||
| 650 | msgid "" | ||
| 651 | "Choose where you want to resume the install. You can also abort the " | ||
| 652 | "installation by pressing the Abort button." | ||
| 653 | msgstr "" | ||
| 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 | ||
| 658 | msgid "Installation menu" | ||
| 659 | msgstr "Ponuka inštalácie" | ||
| 660 | |||
| 661 | #: gnu/installer/newt/menu.scm:41 | ||
| 662 | msgid "Abort" | ||
| 663 | msgstr "Prerušiť" | ||
| 664 | |||
| 665 | #: gnu/installer/newt/network.scm:61 gnu/installer/newt/network.scm:80 | ||
| 666 | msgid "Internet access" | ||
| 667 | msgstr "Prístup na internet" | ||
| 668 | |||
| 669 | #: gnu/installer/newt/network.scm:64 | ||
| 670 | msgid "" | ||
| 671 | "The install process requires Internet access but no network devices were " | ||
| 672 | "found. Do you want to continue anyway?" | ||
| 673 | msgstr "" | ||
| 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 | ||
| 678 | msgid "" | ||
| 679 | "The install process requires Internet access. Please select a network device." | ||
| 680 | msgstr "" | ||
| 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 | ||
| 685 | msgid "Powering technology" | ||
| 686 | msgstr "Spôsob napájania" | ||
| 687 | |||
| 688 | #: gnu/installer/newt/network.scm:104 | ||
| 689 | #, scheme-format | ||
| 690 | msgid "Waiting for technology ~a to be powered." | ||
| 691 | msgstr "Čaká sa na napájanie prostredníctvom ~a." | ||
| 692 | |||
| 693 | #: gnu/installer/newt/network.scm:128 | ||
| 694 | msgid "Checking connectivity" | ||
| 695 | msgstr "Overuje sa spojenie" | ||
| 696 | |||
| 697 | #: gnu/installer/newt/network.scm:129 | ||
| 698 | msgid "Waiting for Internet access establishment..." | ||
| 699 | msgstr "Čaká sa na zahájenie internetového spojenia…" | ||
| 700 | |||
| 701 | #: gnu/installer/newt/network.scm:139 | ||
| 702 | msgid "" | ||
| 703 | "The selected network does not provide access to the Internet, please try " | ||
| 704 | "again." | ||
| 705 | msgstr "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 | ||
| 708 | msgid "Connection error" | ||
| 709 | msgstr "Chyba pripojenia" | ||
| 710 | |||
| 711 | #: gnu/installer/newt/page.scm:198 | ||
| 712 | #, scheme-format | ||
| 713 | msgid "Connecting to ~a, please wait." | ||
| 714 | msgstr "Pripájanie k ~a. Prosím, čakajte." | ||
| 715 | |||
| 716 | #: gnu/installer/newt/page.scm:199 | ||
| 717 | msgid "Connection in progress" | ||
| 718 | msgstr "Prebieha pripájanie" | ||
| 719 | |||
| 720 | #: gnu/installer/newt/page.scm:218 gnu/installer/newt/user.scm:60 | ||
| 721 | msgid "Show" | ||
| 722 | msgstr "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 | ||
| 729 | msgid "OK" | ||
| 730 | msgstr "Dobre" | ||
| 731 | |||
| 732 | #: gnu/installer/newt/page.scm:251 | ||
| 733 | msgid "Please enter a non empty input." | ||
| 734 | msgstr "Zadajte hodnotu." | ||
| 735 | |||
| 736 | #: gnu/installer/newt/page.scm:252 gnu/installer/newt/user.scm:123 | ||
| 737 | msgid "Empty input" | ||
| 738 | msgstr "Prázdna hodnota" | ||
| 739 | |||
| 740 | #: gnu/installer/newt/page.scm:760 | ||
| 741 | msgid "Edit" | ||
| 742 | msgstr "Upraviť" | ||
| 743 | |||
| 744 | #: gnu/installer/newt/partition.scm:47 | ||
| 745 | msgid "Everything is one partition" | ||
| 746 | msgstr "Všetko na jeden oddiel" | ||
| 747 | |||
| 748 | #: gnu/installer/newt/partition.scm:48 | ||
| 749 | msgid "Separate /home partition" | ||
| 750 | msgstr "Samostatný oddiel /home" | ||
| 751 | |||
| 752 | #: gnu/installer/newt/partition.scm:50 | ||
| 753 | msgid "Please select a partitioning scheme." | ||
| 754 | msgstr "Vyberte spôsob rozdelenia disku." | ||
| 755 | |||
| 756 | #: gnu/installer/newt/partition.scm:51 | ||
| 757 | msgid "Partition scheme" | ||
| 758 | msgstr "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 | ||
| 764 | msgid "" | ||
| 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~%~}" | ||
| 768 | msgstr "" | ||
| 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 | ||
| 774 | msgid "Format disk?" | ||
| 775 | msgstr "Formátovať disk?" | ||
| 776 | |||
| 777 | #: gnu/installer/newt/partition.scm:74 | ||
| 778 | msgid "Partition formatting is in progress, please wait." | ||
| 779 | msgstr "Prebieha formátovanie oddielov. Prosím, čakajte." | ||
| 780 | |||
| 781 | #: gnu/installer/newt/partition.scm:75 | ||
| 782 | msgid "Preparing partitions" | ||
| 783 | msgstr "Pripravujú sa oddiely" | ||
| 784 | |||
| 785 | #: gnu/installer/newt/partition.scm:86 | ||
| 786 | msgid "Please select a disk." | ||
| 787 | msgstr "Vyberte disk." | ||
| 788 | |||
| 789 | #: gnu/installer/newt/partition.scm:87 | ||
| 790 | msgid "Disk" | ||
| 791 | msgstr "Disková jednotka" | ||
| 792 | |||
| 793 | #: gnu/installer/newt/partition.scm:99 | ||
| 794 | msgid "" | ||
| 795 | "Select a new partition table type. Be careful, all data on the disk will be " | ||
| 796 | "lost." | ||
| 797 | msgstr "" | ||
| 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 | ||
| 802 | msgid "Partition table" | ||
| 803 | msgstr "Tabuľka oddielov" | ||
| 804 | |||
| 805 | #: gnu/installer/newt/partition.scm:118 | ||
| 806 | msgid "Please select a partition type." | ||
| 807 | msgstr "Vyberte typ oddielu." | ||
| 808 | |||
| 809 | #: gnu/installer/newt/partition.scm:119 | ||
| 810 | msgid "Partition type" | ||
| 811 | msgstr "Typ oddielu" | ||
| 812 | |||
| 813 | #: gnu/installer/newt/partition.scm:129 | ||
| 814 | msgid "Please select the file-system type for this partition." | ||
| 815 | msgstr "Vyberte typ súborového systému pre tento oddiel." | ||
| 816 | |||
| 817 | #: gnu/installer/newt/partition.scm:130 | ||
| 818 | msgid "File-system type" | ||
| 819 | msgstr "Typ súborového systému" | ||
| 820 | |||
| 821 | #: gnu/installer/newt/partition.scm:143 | ||
| 822 | msgid "Primary partitions count exceeded." | ||
| 823 | msgstr "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 | ||
| 827 | msgid "Creation error" | ||
| 828 | msgstr "Vytváranie zlyhalo" | ||
| 829 | |||
| 830 | #: gnu/installer/newt/partition.scm:148 | ||
| 831 | msgid "Extended partition creation error." | ||
| 832 | msgstr "Vyskytla sa chyba pri vytváraní rozšíreného oddielu." | ||
| 833 | |||
| 834 | #: gnu/installer/newt/partition.scm:153 | ||
| 835 | msgid "Logical partition creation error." | ||
| 836 | msgstr "Vyskytla sa chyba pri vytváraní logického oddielu." | ||
| 837 | |||
| 838 | #: gnu/installer/newt/partition.scm:167 | ||
| 839 | #, scheme-format | ||
| 840 | msgid "" | ||
| 841 | "Please enter the password for the encryption of partition ~a (label: ~a)." | ||
| 842 | msgstr "Zadajte heslo pre šifrovaný oddiel ~a (menovka: ~a)." | ||
| 843 | |||
| 844 | #: gnu/installer/newt/partition.scm:169 gnu/installer/newt/wifi.scm:92 | ||
| 845 | msgid "Password required" | ||
| 846 | msgstr "Vyžaduje sa heslo" | ||
| 847 | |||
| 848 | #: gnu/installer/newt/partition.scm:174 | ||
| 849 | #, scheme-format | ||
| 850 | msgid "" | ||
| 851 | "Please confirm the password for the encryption of partition ~a (label: ~a)." | ||
| 852 | msgstr "Potvrďte heslo pre šifrovaný oddiel ~a (menovka: ~a)." | ||
| 853 | |||
| 854 | #: gnu/installer/newt/partition.scm:176 gnu/installer/newt/user.scm:160 | ||
| 855 | msgid "Password confirmation required" | ||
| 856 | msgstr "Vyžaduje sa potvrdenie hesla" | ||
| 857 | |||
| 858 | #: gnu/installer/newt/partition.scm:188 gnu/installer/newt/user.scm:168 | ||
| 859 | msgid "Password mismatch, please try again." | ||
| 860 | msgstr "Heslá sa nezhodujú. Skúste to znova." | ||
| 861 | |||
| 862 | #: gnu/installer/newt/partition.scm:189 gnu/installer/newt/user.scm:169 | ||
| 863 | msgid "Password error" | ||
| 864 | msgstr "Chyba hesla" | ||
| 865 | |||
| 866 | #: gnu/installer/newt/partition.scm:275 | ||
| 867 | msgid "Please enter the partition gpt name." | ||
| 868 | msgstr "Zadajte gpt názov oddielu." | ||
| 869 | |||
| 870 | #: gnu/installer/newt/partition.scm:276 | ||
| 871 | msgid "Partition name" | ||
| 872 | msgstr "Názov oddielu" | ||
| 873 | |||
| 874 | #: gnu/installer/newt/partition.scm:306 | ||
| 875 | msgid "Please enter the encrypted label" | ||
| 876 | msgstr "Zadajte názov šifrovaného oddielu" | ||
| 877 | |||
| 878 | #: gnu/installer/newt/partition.scm:307 | ||
| 879 | msgid "Encryption label" | ||
| 880 | msgstr "Názov šifrovaného oddielu" | ||
| 881 | |||
| 882 | #: gnu/installer/newt/partition.scm:324 | ||
| 883 | #, scheme-format | ||
| 884 | msgid "Please enter the size of the partition. The maximum size is ~a." | ||
| 885 | msgstr "Zadajte veľkosť oddielu. Najvyššia možná hodnota je ~a." | ||
| 886 | |||
| 887 | #: gnu/installer/newt/partition.scm:326 | ||
| 888 | msgid "Partition size" | ||
| 889 | msgstr "Veľkosť oddielu" | ||
| 890 | |||
| 891 | #: gnu/installer/newt/partition.scm:344 | ||
| 892 | msgid "The percentage can not be superior to 100." | ||
| 893 | msgstr "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 | ||
| 897 | msgid "Size error" | ||
| 898 | msgstr "Chyba veľkosti" | ||
| 899 | |||
| 900 | #: gnu/installer/newt/partition.scm:349 | ||
| 901 | msgid "The requested size is incorrectly formatted, or too large." | ||
| 902 | msgstr "" | ||
| 903 | "Požadovaná veľkosť je nesprávne zapísaná alebo je hodnota príliš vysoká." | ||
| 904 | |||
| 905 | #: gnu/installer/newt/partition.scm:354 | ||
| 906 | msgid "The request size is superior to the maximum size." | ||
| 907 | msgstr "Požadovaná veľkosť je vyššia ako najvyššia možná hodnota." | ||
| 908 | |||
| 909 | #: gnu/installer/newt/partition.scm:374 | ||
| 910 | msgid "" | ||
| 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." | ||
| 913 | msgstr "" | ||
| 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 | ||
| 918 | msgid "Mounting point" | ||
| 919 | msgstr "Prípojný bod" | ||
| 920 | |||
| 921 | #: gnu/installer/newt/partition.scm:440 | ||
| 922 | #, scheme-format | ||
| 923 | msgid "Creating ~a partition starting at ~a of ~a." | ||
| 924 | msgstr "Vytvára sa oddiel ~a začínajúci na ~a z ~a." | ||
| 925 | |||
| 926 | #: gnu/installer/newt/partition.scm:442 | ||
| 927 | #, scheme-format | ||
| 928 | msgid "You are currently editing partition ~a." | ||
| 929 | msgstr "Práve upravujete oddiel ~a." | ||
| 930 | |||
| 931 | #: gnu/installer/newt/partition.scm:445 | ||
| 932 | msgid "Partition creation" | ||
| 933 | msgstr "Vytvorenie oddielu" | ||
| 934 | |||
| 935 | #: gnu/installer/newt/partition.scm:446 | ||
| 936 | msgid "Partition edit" | ||
| 937 | msgstr "Úprava oddielu" | ||
| 938 | |||
| 939 | #: gnu/installer/newt/partition.scm:627 | ||
| 940 | #, scheme-format | ||
| 941 | msgid "Are you sure you want to delete everything on disk ~a?" | ||
| 942 | msgstr "Ste si istí, že chcete odstrániť všetky údaje na disku ~a?" | ||
| 943 | |||
| 944 | #: gnu/installer/newt/partition.scm:629 | ||
| 945 | msgid "Delete disk" | ||
| 946 | msgstr "Odstrániť disk" | ||
| 947 | |||
| 948 | #: gnu/installer/newt/partition.scm:643 | ||
| 949 | msgid "You cannot delete a free space area." | ||
| 950 | msgstr "Nie je možné odstrániť voľné miesto." | ||
| 951 | |||
| 952 | #: gnu/installer/newt/partition.scm:644 gnu/installer/newt/partition.scm:650 | ||
| 953 | msgid "Delete partition" | ||
| 954 | msgstr "Odstrániť oddiel" | ||
| 955 | |||
| 956 | #: gnu/installer/newt/partition.scm:648 | ||
| 957 | #, scheme-format | ||
| 958 | msgid "Are you sure you want to delete partition ~a?" | ||
| 959 | msgstr "Ste si istí, že chcete odstrániť oddiel ~a?" | ||
| 960 | |||
| 961 | #: gnu/installer/newt/partition.scm:665 | ||
| 962 | msgid "" | ||
| 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 '/'." | ||
| 969 | msgstr "" | ||
| 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 | ||
| 979 | msgid "" | ||
| 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.~%~%" | ||
| 982 | msgstr "" | ||
| 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 | ||
| 987 | msgid "Guided partitioning" | ||
| 988 | msgstr "Sprievodca rozdelením disku" | ||
| 989 | |||
| 990 | #: gnu/installer/newt/partition.scm:682 | ||
| 991 | msgid "Manual partitioning" | ||
| 992 | msgstr "Ručné rozdelenie" | ||
| 993 | |||
| 994 | #: gnu/installer/newt/partition.scm:707 | ||
| 995 | msgid "No root mount point found." | ||
| 996 | msgstr "Nenašiel sa koreňový prípojný bod." | ||
| 997 | |||
| 998 | #: gnu/installer/newt/partition.scm:708 | ||
| 999 | msgid "Missing mount point" | ||
| 1000 | msgstr "Postráda sa prípojný bod" | ||
| 1001 | |||
| 1002 | #: gnu/installer/newt/partition.scm:739 | ||
| 1003 | msgid "Guided - using the entire disk" | ||
| 1004 | msgstr "Sprievodca - použiť celý disk" | ||
| 1005 | |||
| 1006 | #: gnu/installer/newt/partition.scm:740 | ||
| 1007 | msgid "Guided - using the entire disk with encryption" | ||
| 1008 | msgstr "Sprievodca - použiť celý disk so šifrovaním" | ||
| 1009 | |||
| 1010 | #: gnu/installer/newt/partition.scm:741 | ||
| 1011 | msgid "Manual" | ||
| 1012 | msgstr "Ručne" | ||
| 1013 | |||
| 1014 | #: gnu/installer/newt/partition.scm:743 | ||
| 1015 | msgid "Please select a partitioning method." | ||
| 1016 | msgstr "Vyberte spôsob rozdelenia disku." | ||
| 1017 | |||
| 1018 | #: gnu/installer/newt/partition.scm:744 | ||
| 1019 | msgid "Partitioning method" | ||
| 1020 | msgstr "Spôsob rozdelenia disku" | ||
| 1021 | |||
| 1022 | #: gnu/installer/newt/services.scm:38 | ||
| 1023 | msgid "" | ||
| 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." | ||
| 1027 | msgstr "" | ||
| 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 | ||
| 1033 | msgid "Desktop environment" | ||
| 1034 | msgstr "Používateľské rozhranie" | ||
| 1035 | |||
| 1036 | #: gnu/installer/newt/services.scm:58 | ||
| 1037 | msgid "You can now select networking services to run on your system." | ||
| 1038 | msgstr "" | ||
| 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 | ||
| 1042 | msgid "Network service" | ||
| 1043 | msgstr "Sieťová služba" | ||
| 1044 | |||
| 1045 | #: gnu/installer/newt/services.scm:73 | ||
| 1046 | msgid "Network management" | ||
| 1047 | msgstr "Správa siete" | ||
| 1048 | |||
| 1049 | #: gnu/installer/newt/services.scm:76 | ||
| 1050 | msgid "" | ||
| 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." | ||
| 1055 | msgstr "" | ||
| 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 | ||
| 1062 | msgid "Substitute server discovery." | ||
| 1063 | msgstr "Zisťovanie servera náhrad." | ||
| 1064 | |||
| 1065 | #: gnu/installer/newt/substitutes.scm:32 | ||
| 1066 | msgid "Enable" | ||
| 1067 | msgstr "Povoliť" | ||
| 1068 | |||
| 1069 | #: gnu/installer/newt/substitutes.scm:32 | ||
| 1070 | msgid "Disable" | ||
| 1071 | msgstr "Nepovoliť" | ||
| 1072 | |||
| 1073 | #: gnu/installer/newt/substitutes.scm:33 | ||
| 1074 | msgid "" | ||
| 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." | ||
| 1083 | msgstr "" | ||
| 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 | ||
| 1094 | msgid "Please select a timezone." | ||
| 1095 | msgstr "Vyberte časové pásmo." | ||
| 1096 | |||
| 1097 | #: gnu/installer/newt/user.scm:45 | ||
| 1098 | msgid "Name" | ||
| 1099 | msgstr "Meno" | ||
| 1100 | |||
| 1101 | #: gnu/installer/newt/user.scm:47 | ||
| 1102 | msgid "Real name" | ||
| 1103 | msgstr "Celé meno" | ||
| 1104 | |||
| 1105 | #: gnu/installer/newt/user.scm:49 | ||
| 1106 | msgid "Home directory" | ||
| 1107 | msgstr "Domovský priečinok" | ||
| 1108 | |||
| 1109 | #: gnu/installer/newt/user.scm:51 | ||
| 1110 | msgid "Password" | ||
| 1111 | msgstr "Heslo" | ||
| 1112 | |||
| 1113 | #: gnu/installer/newt/user.scm:122 | ||
| 1114 | msgid "Empty inputs are not allowed." | ||
| 1115 | msgstr "Prázdne hodnoty nie sú povolené." | ||
| 1116 | |||
| 1117 | #: gnu/installer/newt/user.scm:159 | ||
| 1118 | msgid "Please confirm the password." | ||
| 1119 | msgstr "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 | ||
| 1124 | msgid "Please choose a password for the system administrator (\"root\")." | ||
| 1125 | msgstr "Zvoľte heslo pre účet správcu systému („root“)." | ||
| 1126 | |||
| 1127 | #: gnu/installer/newt/user.scm:178 | ||
| 1128 | msgid "System administrator password" | ||
| 1129 | msgstr "Heslo pre účet správcu systému" | ||
| 1130 | |||
| 1131 | #: gnu/installer/newt/user.scm:191 | ||
| 1132 | msgid "Please add at least one user to system using the 'Add' button." | ||
| 1133 | msgstr "Pridajte aspoň jedného používateľa stlačením tlačidla „Pridať“." | ||
| 1134 | |||
| 1135 | #: gnu/installer/newt/user.scm:194 | ||
| 1136 | msgid "Add" | ||
| 1137 | msgstr "Pridať" | ||
| 1138 | |||
| 1139 | #: gnu/installer/newt/user.scm:195 | ||
| 1140 | msgid "Delete" | ||
| 1141 | msgstr "Odstrániť" | ||
| 1142 | |||
| 1143 | #: gnu/installer/newt/user.scm:255 | ||
| 1144 | msgid "Please create at least one user." | ||
| 1145 | msgstr "Vytvorte aspoň jedného používateľa." | ||
| 1146 | |||
| 1147 | #: gnu/installer/newt/user.scm:256 | ||
| 1148 | msgid "No user" | ||
| 1149 | msgstr "Žiadny používateľ" | ||
| 1150 | |||
| 1151 | #: gnu/installer/newt/welcome.scm:125 | ||
| 1152 | msgid "GNU Guix install" | ||
| 1153 | msgstr "Sprievodca inštaláciou systému GNU Guix" | ||
| 1154 | |||
| 1155 | #: gnu/installer/newt/welcome.scm:126 | ||
| 1156 | msgid "" | ||
| 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." | ||
| 1164 | msgstr "" | ||
| 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 | ||
| 1174 | msgid "Graphical install using a terminal based interface" | ||
| 1175 | msgstr "Použiť sprievodcu inštaláciou" | ||
| 1176 | |||
| 1177 | #: gnu/installer/newt/welcome.scm:138 | ||
| 1178 | msgid "Install using the shell based process" | ||
| 1179 | msgstr "Inštalovať ručne z príkazového riadku" | ||
| 1180 | |||
| 1181 | #: gnu/installer/newt/wifi.scm:82 | ||
| 1182 | msgid "Unable to find a wifi technology" | ||
| 1183 | msgstr "Nepodarilo sa nájsť žiadne zariadenie bezdrôtového pripojenia" | ||
| 1184 | |||
| 1185 | #: gnu/installer/newt/wifi.scm:86 | ||
| 1186 | msgid "Scanning wifi for available networks, please wait." | ||
| 1187 | msgstr "Vyhľadávajú sa dostupné bezdrôtové siete. Prosím, čakajte." | ||
| 1188 | |||
| 1189 | #: gnu/installer/newt/wifi.scm:87 | ||
| 1190 | msgid "Scan in progress" | ||
| 1191 | msgstr "Prebieha vyhľadávanie" | ||
| 1192 | |||
| 1193 | #: gnu/installer/newt/wifi.scm:91 | ||
| 1194 | msgid "Please enter the wifi password." | ||
| 1195 | msgstr "Zdajte heslo bezdrôtovej siete." | ||
| 1196 | |||
| 1197 | #: gnu/installer/newt/wifi.scm:98 | ||
| 1198 | #, scheme-format | ||
| 1199 | msgid "The password you entered for ~a is incorrect." | ||
| 1200 | msgstr "Zadané heslo pre ~a je nesprávne." | ||
| 1201 | |||
| 1202 | #: gnu/installer/newt/wifi.scm:100 | ||
| 1203 | msgid "Wrong password" | ||
| 1204 | msgstr "Nesprávne heslo" | ||
| 1205 | |||
| 1206 | #: gnu/installer/newt/wifi.scm:106 | ||
| 1207 | #, scheme-format | ||
| 1208 | msgid "An error occurred while trying to connect to ~a, please retry." | ||
| 1209 | msgstr "Počas pripájania k ~a sa vyskytla chyba. Skúste to znova." | ||
| 1210 | |||
| 1211 | #: gnu/installer/newt/wifi.scm:201 | ||
| 1212 | msgid "Please select a wifi network." | ||
| 1213 | msgstr "Vyberte bezdrôtovú sieť." | ||
| 1214 | |||
| 1215 | #: gnu/installer/newt/wifi.scm:207 | ||
| 1216 | msgid "Scan" | ||
| 1217 | msgstr "Vyhľadať" | ||
| 1218 | |||
| 1219 | #: gnu/installer/newt/wifi.scm:212 | ||
| 1220 | msgid "No wifi detected" | ||
| 1221 | msgstr "Nezistili sa žiadne bezdrôtové siete" | ||
| 1222 | |||
| 1223 | #: gnu/installer/newt/wifi.scm:227 | ||
| 1224 | msgid "Wifi" | ||
| 1225 | msgstr "Bezdrôtové pripojenie" | ||
| 1226 | |||
| 1227 | #: gnu/installer/parted.scm:402 gnu/installer/parted.scm:439 | ||
| 1228 | msgid "Free space" | ||
| 1229 | msgstr "Voľné miesto" | ||
| 1230 | |||
| 1231 | #: gnu/installer/parted.scm:528 | ||
| 1232 | #, scheme-format | ||
| 1233 | msgid "Name: ~a" | ||
| 1234 | msgstr "Meno: ~a" | ||
| 1235 | |||
| 1236 | #: gnu/installer/parted.scm:529 gnu/installer/parted.scm:575 | ||
| 1237 | msgid "None" | ||
| 1238 | msgstr "Žiadne" | ||
| 1239 | |||
| 1240 | #: gnu/installer/parted.scm:534 | ||
| 1241 | #, scheme-format | ||
| 1242 | msgid "Type: ~a" | ||
| 1243 | msgstr "Typ: ~a" | ||
| 1244 | |||
| 1245 | #: gnu/installer/parted.scm:538 | ||
| 1246 | #, scheme-format | ||
| 1247 | msgid "File system type: ~a" | ||
| 1248 | msgstr "Typ súborového systému: ~a" | ||
| 1249 | |||
| 1250 | #: gnu/installer/parted.scm:544 | ||
| 1251 | #, scheme-format | ||
| 1252 | msgid "Bootable flag: ~:[off~;on~]" | ||
| 1253 | msgstr "Zavádzací (boot) príznak: ~:[vypnutý~;zapnutý~]" | ||
| 1254 | |||
| 1255 | #: gnu/installer/parted.scm:548 | ||
| 1256 | #, scheme-format | ||
| 1257 | msgid "ESP flag: ~:[off~;on~]" | ||
| 1258 | msgstr "ESP príznak: ~:[vypnutý~;zapnutý~]" | ||
| 1259 | |||
| 1260 | #: gnu/installer/parted.scm:554 | ||
| 1261 | #, scheme-format | ||
| 1262 | msgid "Size: ~a" | ||
| 1263 | msgstr "Veľkosť: ~a" | ||
| 1264 | |||
| 1265 | #: gnu/installer/parted.scm:560 | ||
| 1266 | #, scheme-format | ||
| 1267 | msgid "Encryption: ~:[No~a~;Yes (label '~a')~]" | ||
| 1268 | msgstr "Šifrovanie: ~:[Nie~a~;Áno (menovka „~a“)~]" | ||
| 1269 | |||
| 1270 | #: gnu/installer/parted.scm:566 | ||
| 1271 | #, scheme-format | ||
| 1272 | msgid "Format the partition? ~:[No~;Yes~]" | ||
| 1273 | msgstr "Formátovať oddiel? ~:[Nie~;Áno~]" | ||
| 1274 | |||
| 1275 | #: gnu/installer/parted.scm:572 | ||
| 1276 | #, scheme-format | ||
| 1277 | msgid "Mount point: ~a" | ||
| 1278 | msgstr "Prípojný bod: ~a" | ||
| 1279 | |||
| 1280 | #: gnu/installer/parted.scm:1395 | ||
| 1281 | #, scheme-format | ||
| 1282 | msgid "Device ~a is still in use." | ||
| 1283 | msgstr "Zariadenie ~a sa stále používa." | ||
| 1284 | |||
| 1285 | #: gnu/installer/services.scm:94 | ||
| 1286 | msgid "OpenSSH secure shell daemon (sshd)" | ||
| 1287 | msgstr "Démon OpenSSH (sshd)" | ||
| 1288 | |||
| 1289 | #: gnu/installer/services.scm:98 | ||
| 1290 | msgid "Tor anonymous network router" | ||
| 1291 | msgstr "Smerovač anonymnej siete Tor" | ||
| 1292 | |||
| 1293 | #: gnu/installer/services.scm:102 | ||
| 1294 | msgid "Mozilla NSS certificates, for HTTPS access" | ||
| 1295 | msgstr "Certifikáty Mozilla NSS, pre prístup cez HTTPS" | ||
| 1296 | |||
| 1297 | #: gnu/installer/services.scm:109 | ||
| 1298 | msgid "NetworkManager network connection manager" | ||
| 1299 | msgstr "Správca sieťových pripojení NetworkManager" | ||
| 1300 | |||
| 1301 | #: gnu/installer/services.scm:114 | ||
| 1302 | msgid "Connman network connection manager" | ||
| 1303 | msgstr "Správca sieťových pripojení Connman" | ||
| 1304 | |||
| 1305 | #: gnu/installer/services.scm:119 | ||
| 1306 | msgid "DHCP client (dynamic IP address assignment)" | ||
| 1307 | msgstr "Klient DHCP (dynamické prideľovanie IP adries)" | ||
| 1308 | |||
| 1309 | #: gnu/installer/timezone.scm:110 | ||
| 1310 | #, scheme-format | ||
| 1311 | msgid "Unable to locate path: ~a." | ||
| 1312 | msgstr "Nepodarilo sa nájsť cestu: ~a." | ||
| 1313 | |||
| 1314 | #: gnu/installer/utils.scm:83 | ||
| 1315 | #, scheme-format | ||
| 1316 | msgid "Press Enter to continue.~%" | ||
| 1317 | msgstr "Stlačte Enter pre pokračovanie.~%" | ||
| 1318 | |||
| 1319 | #: gnu/installer/utils.scm:108 | ||
| 1320 | #, scheme-format | ||
| 1321 | msgid "Command failed with exit code ~a.~%" | ||
| 1322 | msgstr "Príkaz zlyhal s návratovou hodnotou ~a.~%" | ||
| 1323 | |||
| 1324 | #: gnu/machine/ssh.scm:114 | ||
| 1325 | #, scheme-format | ||
| 1326 | msgid "<machine-ssh-configuration> without a 'host-key' is deprecated~%" | ||
| 1327 | msgstr "použitie <machine-ssh-configuration> bez „host-key“ sa už neodporúča~%" | ||
| 1328 | |||
| 1329 | #: gnu/machine/ssh.scm:189 | ||
| 1330 | #, scheme-format | ||
| 1331 | msgid "device '~a' not found: ~a" | ||
| 1332 | msgstr "zariadenie „~a“ sa nenašlo: ~a" | ||
| 1333 | |||
| 1334 | #: gnu/machine/ssh.scm:204 | ||
| 1335 | #, scheme-format | ||
| 1336 | msgid "no file system with label '~a'" | ||
| 1337 | msgstr "žiadny súborový systém s menovkou „~a“" | ||
| 1338 | |||
| 1339 | #: gnu/machine/ssh.scm:223 | ||
| 1340 | #, scheme-format | ||
| 1341 | msgid "no file system with UUID '~a'" | ||
| 1342 | msgstr "žiadny súborový systém s UUID „~a“" | ||
| 1343 | |||
| 1344 | #: gnu/machine/ssh.scm:273 | ||
| 1345 | #, scheme-format | ||
| 1346 | msgid "missing modules for ~a:~{ ~a~}~%" | ||
| 1347 | msgstr "chýbajúce moduly pre ~a:~{ ~a~}~%" | ||
| 1348 | |||
| 1349 | #: gnu/machine/ssh.scm:308 | ||
| 1350 | #, scheme-format | ||
| 1351 | msgid "" | ||
| 1352 | "incorrect target system ('~a' was given, while the system reports that it is " | ||
| 1353 | "'~a')~%" | ||
| 1354 | msgstr "" | ||
| 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 | ||
| 1360 | msgid "no signing key '~a'. have you run 'guix archive --generate-key?'" | ||
| 1361 | msgstr "" | ||
| 1362 | "žiadny kľúč na podpísanie „~a“. Vykonali ste „guix archive --generate-key?“" | ||
| 1363 | |||
| 1364 | #: gnu/machine/ssh.scm:485 | ||
| 1365 | msgid "could not roll-back machine" | ||
| 1366 | msgstr "nepodarilo sa vrátiť počítač do pôvodného stavu" | ||
| 1367 | |||
| 1368 | #: gnu/machine/ssh.scm:526 | ||
| 1369 | msgid "" | ||
| 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." | ||
| 1374 | msgstr "" | ||
| 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 | ||
| 1381 | msgid "" | ||
| 1382 | "unsupported machine configuration '~a'\n" | ||
| 1383 | "for environment of type '~a'" | ||
| 1384 | msgstr "" | ||
| 1385 | "nepodporované nastavenie počítača „~a“\n" | ||
| 1386 | "pre prostredie typu „~a“" | ||
| 1387 | |||
| 1388 | #: gnu/packages/bootstrap.scm:165 | ||
| 1389 | #, scheme-format | ||
| 1390 | msgid "could not find bootstrap binary '~a' for system '~a'" | ||
| 1391 | msgstr "nepodarilo sa nájsť zavádzací binárny súbor „~a“ pre systém „~a“" | ||
| 1392 | |||
| 1393 | #: gnu/packages/bootstrap.scm:476 | ||
| 1394 | msgid "Raw build system with direct store access" | ||
| 1395 | msgstr "Základný zostavovací systém s priamym prístupom k úložisku" | ||
| 1396 | |||
| 1397 | #: gnu/packages/bootstrap.scm:484 | ||
| 1398 | msgid "Pre-built Guile for bootstrapping purposes." | ||
| 1399 | msgstr "Pred-zostavený Guile pre účely zavádzania." | ||
| 1400 | |||
| 1401 | #: guix/build/utils.scm:715 | ||
| 1402 | #, scheme-format | ||
| 1403 | msgid "'~a~{ ~a~}' exited with status ~a; output follows:~%~%~{ ~a~%~}" | ||
| 1404 | msgstr "" | ||
| 1405 | "„~a~{ ~a~}“ skončil s návratovou hodnotou ~a; nasleduje výstup:~%~%~{ ~a~%~}" | ||
| 1406 | |||
| 1407 | #: guix/scripts.scm:87 | ||
| 1408 | msgid "main commands" | ||
| 1409 | msgstr "hlavné príkazy" | ||
| 1410 | |||
| 1411 | #: guix/scripts.scm:88 | ||
| 1412 | msgid "software development commands" | ||
| 1413 | msgstr "vývojové príkazy" | ||
| 1414 | |||
| 1415 | #: guix/scripts.scm:89 | ||
| 1416 | msgid "packaging commands" | ||
| 1417 | msgstr "príkazy na správu balíkov" | ||
| 1418 | |||
| 1419 | #: guix/scripts.scm:90 | ||
| 1420 | msgid "plumbing commands" | ||
| 1421 | msgstr "príkazy údržby" | ||
| 1422 | |||
| 1423 | #: guix/scripts.scm:91 | ||
| 1424 | msgid "internal commands" | ||
| 1425 | msgstr "vnútorné príkazy" | ||
| 1426 | |||
| 1427 | #: guix/scripts.scm:92 | ||
| 1428 | msgid "extension commands" | ||
| 1429 | msgstr "rozširujúce príkazy" | ||
| 1430 | |||
| 1431 | #: guix/scripts.scm:137 | ||
| 1432 | #, scheme-format | ||
| 1433 | msgid "invalid argument: ~a~%" | ||
| 1434 | msgstr "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 | ||
| 1445 | msgid "~A: unrecognized option~%" | ||
| 1446 | msgstr "~A: nerozpoznaný prepínač~%" | ||
| 1447 | |||
| 1448 | #: guix/scripts.scm:169 | ||
| 1449 | #, scheme-format | ||
| 1450 | msgid "Did you mean @code{~a}?~%" | ||
| 1451 | msgstr "Mali ste na mysli @code{~a}?~%" | ||
| 1452 | |||
| 1453 | #: guix/scripts.scm:253 | ||
| 1454 | #, scheme-format | ||
| 1455 | msgid "Your Guix installation is ~a day old.\n" | ||
| 1456 | msgid_plural "Your Guix installation is ~a days old.\n" | ||
| 1457 | msgstr[0] "Vaše vydanie systému Guix má ~a deň.\n" | ||
| 1458 | msgstr[1] "Vaše vydanie systému Guix má ~a dni.\n" | ||
| 1459 | msgstr[2] "Vaše vydanie systému Guix má ~a dní.\n" | ||
| 1460 | |||
| 1461 | #: guix/scripts.scm:259 | ||
| 1462 | #, scheme-format | ||
| 1463 | msgid "" | ||
| 1464 | "Consider running 'guix pull' followed by\n" | ||
| 1465 | "'~a' to get up-to-date packages and security updates.\n" | ||
| 1466 | msgstr "" | ||
| 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 | ||
| 1472 | msgid "only ~,1f GiB of free space available on ~a~%" | ||
| 1473 | msgstr "zostáva iba ~,1f GiB voľného miesta na ~a~%" | ||
| 1474 | |||
| 1475 | #: guix/scripts.scm:325 | ||
| 1476 | msgid "" | ||
| 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" | ||
| 1483 | msgstr "" | ||
| 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 | ||
| 1493 | msgid "cannot access build log at '~a':~%" | ||
| 1494 | msgstr "nepodarilo sa získať prístup k záznamu o zostavení v „~a“:~%" | ||
| 1495 | |||
| 1496 | #: guix/scripts/build.scm:139 | ||
| 1497 | #, scheme-format | ||
| 1498 | msgid "failed to create GC root `~a': ~a~%" | ||
| 1499 | msgstr "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 | ||
| 1505 | msgid "" | ||
| 1506 | "\n" | ||
| 1507 | " -L, --load-path=DIR prepend DIR to the package module search path" | ||
| 1508 | msgstr "" | ||
| 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 | ||
| 1514 | msgid "" | ||
| 1515 | "\n" | ||
| 1516 | " -K, --keep-failed keep build tree of failed builds" | ||
| 1517 | msgstr "" | ||
| 1518 | "\n" | ||
| 1519 | " -K, --keep-failed\tzachovať strom zostavenia v prípade zlyhania" | ||
| 1520 | |||
| 1521 | #: guix/scripts/build.scm:158 | ||
| 1522 | msgid "" | ||
| 1523 | "\n" | ||
| 1524 | " -k, --keep-going keep going when some of the derivations fail" | ||
| 1525 | msgstr "" | ||
| 1526 | "\n" | ||
| 1527 | " -k, --keep-going\tpokračovať v zostavovaní aj keď niektoré odvodzovanie " | ||
| 1528 | "zlyhá" | ||
| 1529 | |||
| 1530 | #: guix/scripts/build.scm:160 | ||
| 1531 | msgid "" | ||
| 1532 | "\n" | ||
| 1533 | " -n, --dry-run do not build the derivations" | ||
| 1534 | msgstr "" | ||
| 1535 | "\n" | ||
| 1536 | " -n, --dry-run\tnezostavovať odvodeniny" | ||
| 1537 | |||
| 1538 | #: guix/scripts/build.scm:162 | ||
| 1539 | msgid "" | ||
| 1540 | "\n" | ||
| 1541 | " --fallback fall back to building when the substituter fails" | ||
| 1542 | msgstr "" | ||
| 1543 | "\n" | ||
| 1544 | " --fallback\tspoľahnúť sa na miestne zostavenie ak nahrádzanie zlyhá" | ||
| 1545 | |||
| 1546 | #: guix/scripts/build.scm:164 | ||
| 1547 | msgid "" | ||
| 1548 | "\n" | ||
| 1549 | " --no-substitutes build instead of resorting to pre-built substitutes" | ||
| 1550 | msgstr "" | ||
| 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 | ||
| 1556 | msgid "" | ||
| 1557 | "\n" | ||
| 1558 | " --substitute-urls=URLS\n" | ||
| 1559 | " fetch substitute from URLS if they are authorized" | ||
| 1560 | msgstr "" | ||
| 1561 | "\n" | ||
| 1562 | " --substitute-urls=PREPOJENIA\n" | ||
| 1563 | " ak sú povolené, získať náhrady cez PREPOJENIA" | ||
| 1564 | |||
| 1565 | #: guix/scripts/build.scm:169 | ||
| 1566 | msgid "" | ||
| 1567 | "\n" | ||
| 1568 | " --no-grafts do not graft packages" | ||
| 1569 | msgstr "" | ||
| 1570 | "\n" | ||
| 1571 | " --no-grafts neštepiť balíky" | ||
| 1572 | |||
| 1573 | #: guix/scripts/build.scm:171 | ||
| 1574 | msgid "" | ||
| 1575 | "\n" | ||
| 1576 | " --no-offload do not attempt to offload builds" | ||
| 1577 | msgstr "" | ||
| 1578 | "\n" | ||
| 1579 | " --no-offload nepokúšať sa o vzdialené zostavovanie" | ||
| 1580 | |||
| 1581 | #: guix/scripts/build.scm:173 | ||
| 1582 | msgid "" | ||
| 1583 | "\n" | ||
| 1584 | " --max-silent-time=SECONDS\n" | ||
| 1585 | " mark the build as failed after SECONDS of silence" | ||
| 1586 | msgstr "" | ||
| 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 | ||
| 1593 | msgid "" | ||
| 1594 | "\n" | ||
| 1595 | " --timeout=SECONDS mark the build as failed after SECONDS of activity" | ||
| 1596 | msgstr "" | ||
| 1597 | "\n" | ||
| 1598 | " --timeout=SEKUNDY označiť zostavovanie za neúspešné po SEKUNDÁCH " | ||
| 1599 | "činnosti" | ||
| 1600 | |||
| 1601 | #: guix/scripts/build.scm:178 | ||
| 1602 | msgid "" | ||
| 1603 | "\n" | ||
| 1604 | " --rounds=N build N times in a row to detect non-determinism" | ||
| 1605 | msgstr "" | ||
| 1606 | "\n" | ||
| 1607 | " --rounds=N zostaviť N-krát za sebou za účelom zistenia " | ||
| 1608 | "nedeterminizmu" | ||
| 1609 | |||
| 1610 | #: guix/scripts/build.scm:180 | ||
| 1611 | msgid "" | ||
| 1612 | "\n" | ||
| 1613 | " -c, --cores=N allow the use of up to N CPU cores for the build" | ||
| 1614 | msgstr "" | ||
| 1615 | "\n" | ||
| 1616 | " -c, --cores=N počas zostavovania povoliť použitie najviac N " | ||
| 1617 | "jadier procesora" | ||
| 1618 | |||
| 1619 | #: guix/scripts/build.scm:182 | ||
| 1620 | msgid "" | ||
| 1621 | "\n" | ||
| 1622 | " -M, --max-jobs=N allow at most N build jobs" | ||
| 1623 | msgstr "" | ||
| 1624 | "\n" | ||
| 1625 | " -M, --max-jobs=N povoliť najviac N zostavovacích úloh" | ||
| 1626 | |||
| 1627 | #: guix/scripts/build.scm:184 | ||
| 1628 | msgid "" | ||
| 1629 | "\n" | ||
| 1630 | " --debug=LEVEL produce debugging output at LEVEL" | ||
| 1631 | msgstr "" | ||
| 1632 | "\n" | ||
| 1633 | " --debug=ÚROVEŇ zobrazovať výstup ladenia ÚROVNE" | ||
| 1634 | |||
| 1635 | #: guix/scripts/build.scm:201 | ||
| 1636 | msgid "'--keep-failed' ignored since you are talking to a remote daemon\n" | ||
| 1637 | msgstr "" | ||
| 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 | ||
| 1643 | msgid "'--no-build-hook' is deprecated; use '--no-offload' instead~%" | ||
| 1644 | msgstr "" | ||
| 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 | ||
| 1650 | msgid "not a number: '~a' option argument: ~a~%" | ||
| 1651 | msgstr "neplatná číselná hodnota: „~a“ parameter prepínača: ~a~%" | ||
| 1652 | |||
| 1653 | #: guix/scripts/build.scm:340 | ||
| 1654 | msgid "" | ||
| 1655 | "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" | ||
| 1656 | "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" | ||
| 1657 | msgstr "" | ||
| 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 | ||
| 1662 | msgid "" | ||
| 1663 | "\n" | ||
| 1664 | " -e, --expression=EXPR build the package or derivation EXPR evaluates to" | ||
| 1665 | msgstr "" | ||
| 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 | ||
| 1671 | msgid "" | ||
| 1672 | "\n" | ||
| 1673 | " -f, --file=FILE build the package or derivation that the code " | ||
| 1674 | "within\n" | ||
| 1675 | " FILE evaluates to" | ||
| 1676 | msgstr "" | ||
| 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 | ||
| 1683 | msgid "" | ||
| 1684 | "\n" | ||
| 1685 | " -m, --manifest=FILE build the packages that the manifest given in FILE\n" | ||
| 1686 | " evaluates to" | ||
| 1687 | msgstr "" | ||
| 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 | ||
| 1693 | msgid "" | ||
| 1694 | "\n" | ||
| 1695 | " -S, --source build the packages' source derivations" | ||
| 1696 | msgstr "" | ||
| 1697 | "\n" | ||
| 1698 | " -S, --source zostaviť odvodeniny zdrojov balíkov" | ||
| 1699 | |||
| 1700 | #: guix/scripts/build.scm:352 | ||
| 1701 | msgid "" | ||
| 1702 | "\n" | ||
| 1703 | " --sources[=TYPE] build source derivations; TYPE may optionally be " | ||
| 1704 | "one\n" | ||
| 1705 | " of \"package\", \"all\" (default), or \"transitive\"" | ||
| 1706 | msgstr "" | ||
| 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 | ||
| 1714 | msgid "" | ||
| 1715 | "\n" | ||
| 1716 | " -s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\"" | ||
| 1717 | msgstr "" | ||
| 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 | ||
| 1724 | msgid "" | ||
| 1725 | "\n" | ||
| 1726 | " --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\"" | ||
| 1727 | msgstr "" | ||
| 1728 | "\n" | ||
| 1729 | " --target=TROJČLEN krížovo zostaviť pre TROJČLEN, napr. „armel-linux-" | ||
| 1730 | "gnu“" | ||
| 1731 | |||
| 1732 | #: guix/scripts/build.scm:359 | ||
| 1733 | msgid "" | ||
| 1734 | "\n" | ||
| 1735 | " -d, --derivations return the derivation paths of the given packages" | ||
| 1736 | msgstr "" | ||
| 1737 | "\n" | ||
| 1738 | " -d, --derivations vrátiť cesty k odvodeninám daných balíkov" | ||
| 1739 | |||
| 1740 | #: guix/scripts/build.scm:361 | ||
| 1741 | msgid "" | ||
| 1742 | "\n" | ||
| 1743 | " --check rebuild items to check for non-determinism issues" | ||
| 1744 | msgstr "" | ||
| 1745 | "\n" | ||
| 1746 | " --check opätovne zostaviť položky za účelom zistenia " | ||
| 1747 | "nedeterminizmu" | ||
| 1748 | |||
| 1749 | #: guix/scripts/build.scm:363 | ||
| 1750 | msgid "" | ||
| 1751 | "\n" | ||
| 1752 | " --repair repair the specified items" | ||
| 1753 | msgstr "" | ||
| 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 | ||
| 1759 | msgid "" | ||
| 1760 | "\n" | ||
| 1761 | " -r, --root=FILE make FILE a symlink to the result, and register it\n" | ||
| 1762 | " as a garbage collector root" | ||
| 1763 | msgstr "" | ||
| 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 | ||
| 1774 | msgid "" | ||
| 1775 | "\n" | ||
| 1776 | " -v, --verbosity=LEVEL use the given verbosity LEVEL" | ||
| 1777 | msgstr "" | ||
| 1778 | "\n" | ||
| 1779 | " -v, --verbosity=ÚROVEŇ použiť danú ÚROVEŇ presnosti výstupu" | ||
| 1780 | |||
| 1781 | #: guix/scripts/build.scm:370 | ||
| 1782 | msgid "" | ||
| 1783 | "\n" | ||
| 1784 | " -q, --quiet do not show the build log" | ||
| 1785 | msgstr "" | ||
| 1786 | "\n" | ||
| 1787 | " -q, --quiet nezobrazovať záznam zostavovania" | ||
| 1788 | |||
| 1789 | #: guix/scripts/build.scm:372 | ||
| 1790 | msgid "" | ||
| 1791 | "\n" | ||
| 1792 | " --log-file return the log file names for the given derivations" | ||
| 1793 | msgstr "" | ||
| 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 | ||
| 1821 | msgid "" | ||
| 1822 | "\n" | ||
| 1823 | " -h, --help display this help and exit" | ||
| 1824 | msgstr "" | ||
| 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 | ||
| 1850 | msgid "" | ||
| 1851 | "\n" | ||
| 1852 | " -V, --version display version information and exit" | ||
| 1853 | msgstr "" | ||
| 1854 | "\n" | ||
| 1855 | " -V, --version zobraziť podrobnosti o verzii a skončiť" | ||
| 1856 | |||
| 1857 | #: guix/scripts/build.scm:408 | ||
| 1858 | #, scheme-format | ||
| 1859 | msgid "" | ||
| 1860 | "invalid argument: '~a' option argument: ~a, ~\n" | ||
| 1861 | "must be one of 'package', 'all', or 'transitive'~%" | ||
| 1862 | msgstr "" | ||
| 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 | ||
| 1868 | msgid "~s: not something we can build~%" | ||
| 1869 | msgstr "~s: nie je niečo čo sa dá zostaviť~%" | ||
| 1870 | |||
| 1871 | #: guix/scripts/build.scm:475 | ||
| 1872 | msgid "" | ||
| 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" | ||
| 1887 | msgstr "" | ||
| 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 | ||
| 1903 | msgid "" | ||
| 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." | ||
| 1907 | msgstr "" | ||
| 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 | ||
| 1914 | msgid "package '~a' has no source~%" | ||
| 1915 | msgstr "balík „~a“ postráda zdroj~%" | ||
| 1916 | |||
| 1917 | #: guix/scripts/build.scm:622 | ||
| 1918 | #, scheme-format | ||
| 1919 | msgid "no build log for '~a'~%" | ||
| 1920 | msgstr "žiadny záznam o zostavení pre „~a“~%" | ||
| 1921 | |||
| 1922 | #: guix/discovery.scm:96 | ||
| 1923 | #, scheme-format | ||
| 1924 | msgid "cannot access `~a': ~a~%" | ||
| 1925 | msgstr "nie je možné pristupovať k „~a“: ~a~%" | ||
| 1926 | |||
| 1927 | #: guix/lint.scm:181 | ||
| 1928 | msgid "name should be longer than a single character" | ||
| 1929 | msgstr "názov by mal obsahovať viac ako jeden znak" | ||
| 1930 | |||
| 1931 | #: guix/lint.scm:202 | ||
| 1932 | msgid "description should not be empty" | ||
| 1933 | msgstr "popis by nemal zostať prázdny" | ||
| 1934 | |||
| 1935 | #: guix/lint.scm:213 | ||
| 1936 | msgid "Texinfo markup in description is invalid" | ||
| 1937 | msgstr "značkovanie Texinfo v popise je neplatné" | ||
| 1938 | |||
| 1939 | #: guix/lint.scm:223 | ||
| 1940 | #, scheme-format | ||
| 1941 | msgid "" | ||
| 1942 | "description should not contain ~\n" | ||
| 1943 | "trademark sign '~a' at ~d" | ||
| 1944 | msgstr "" | ||
| 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 | ||
| 1951 | msgid "use @code or similar ornament instead of quotes" | ||
| 1952 | msgstr "použite @code alebo podobnú značku namiesto úvodzoviek" | ||
| 1953 | |||
| 1954 | #: guix/lint.scm:248 | ||
| 1955 | msgid "description should start with an upper-case letter or digit" | ||
| 1956 | msgstr "popis by mal začínať veľkým písmenom alebo číslicou" | ||
| 1957 | |||
| 1958 | #: guix/lint.scm:266 | ||
| 1959 | #, scheme-format | ||
| 1960 | msgid "" | ||
| 1961 | "sentences in description should be followed ~\n" | ||
| 1962 | "by two spaces; possible infraction~p at ~{~a~^, ~}" | ||
| 1963 | msgstr "" | ||
| 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 | ||
| 1969 | msgid "invalid description: ~s" | ||
| 1970 | msgstr "neplatný popis: ~s" | ||
| 1971 | |||
| 1972 | #: guix/lint.scm:357 | ||
| 1973 | #, scheme-format | ||
| 1974 | msgid "'~a' should probably be a native input" | ||
| 1975 | msgstr "„~a“ by mal byť pravdepodobne pôvodným vstupom" | ||
| 1976 | |||
| 1977 | #: guix/lint.scm:372 | ||
| 1978 | #, scheme-format | ||
| 1979 | msgid "'~a' should probably not be an input at all" | ||
| 1980 | msgstr "„~a“ by pravdepodobne vôbec nemal byť vstupom" | ||
| 1981 | |||
| 1982 | #: guix/lint.scm:393 | ||
| 1983 | msgid "no period allowed at the end of the synopsis" | ||
| 1984 | msgstr "súhrnný popis nemôže končiť bodkou" | ||
| 1985 | |||
| 1986 | #: guix/lint.scm:407 | ||
| 1987 | msgid "no article allowed at the beginning of the synopsis" | ||
| 1988 | msgstr "súhrnný popis nemôže začínať členom" | ||
| 1989 | |||
| 1990 | #: guix/lint.scm:416 | ||
| 1991 | msgid "synopsis should be less than 80 characters long" | ||
| 1992 | msgstr "súhrnný popis by nemal byť dlhší ako 80 znakov" | ||
| 1993 | |||
| 1994 | #: guix/lint.scm:425 | ||
| 1995 | msgid "synopsis should start with an upper-case letter or digit" | ||
| 1996 | msgstr "súhrnný popis by mal začínať veľkým písmenom alebo číslicou" | ||
| 1997 | |||
| 1998 | #: guix/lint.scm:433 | ||
| 1999 | msgid "synopsis should not start with the package name" | ||
| 2000 | msgstr "súhrnný popis by nemal začínať názvom balíka" | ||
| 2001 | |||
| 2002 | #: guix/lint.scm:447 | ||
| 2003 | msgid "Texinfo markup in synopsis is invalid" | ||
| 2004 | msgstr "značkovanie Texinfo v súhrnnom popise je neplatné" | ||
| 2005 | |||
| 2006 | #: guix/lint.scm:462 | ||
| 2007 | msgid "synopsis should not be empty" | ||
| 2008 | msgstr "súhrnný popis by nemal zostať prázdny" | ||
| 2009 | |||
| 2010 | #: guix/lint.scm:472 | ||
| 2011 | #, scheme-format | ||
| 2012 | msgid "invalid synopsis: ~s" | ||
| 2013 | msgstr "neplatný súhrnný popis: ~s" | ||
| 2014 | |||
| 2015 | #: guix/lint.scm:590 | ||
| 2016 | #, scheme-format | ||
| 2017 | msgid "URI ~a returned suspiciously small file (~a bytes)" | ||
| 2018 | msgstr "prepojenie ~a poskytlo podozrivo malý súbor (~a bajtov)" | ||
| 2019 | |||
| 2020 | #: guix/lint.scm:599 | ||
| 2021 | #, scheme-format | ||
| 2022 | msgid "permanent redirect from ~a to ~a" | ||
| 2023 | msgstr "stále presmerovanie z ~a na ~a" | ||
| 2024 | |||
| 2025 | #: guix/lint.scm:605 | ||
| 2026 | #, scheme-format | ||
| 2027 | msgid "invalid permanent redirect from ~a" | ||
| 2028 | msgstr "neplatné stále presmerovanie z ~a" | ||
| 2029 | |||
| 2030 | #: guix/lint.scm:611 guix/lint.scm:621 | ||
| 2031 | #, scheme-format | ||
| 2032 | msgid "URI ~a not reachable: ~a (~s)" | ||
| 2033 | msgstr "prepojenie ~a je neprístupné: ~a (~s)" | ||
| 2034 | |||
| 2035 | #: guix/lint.scm:627 | ||
| 2036 | #, scheme-format | ||
| 2037 | msgid "URI ~a domain not found: ~a" | ||
| 2038 | msgstr "doména prepojenia ~a sa nenašla: ~a" | ||
| 2039 | |||
| 2040 | #: guix/lint.scm:633 | ||
| 2041 | #, scheme-format | ||
| 2042 | msgid "URI ~a unreachable: ~a" | ||
| 2043 | msgstr "prepojenie ~a nie je prístupné: ~a" | ||
| 2044 | |||
| 2045 | #: guix/lint.scm:641 | ||
| 2046 | #, scheme-format | ||
| 2047 | msgid "TLS certificate error: ~a" | ||
| 2048 | msgstr "chyba certifikátu TLS: ~a" | ||
| 2049 | |||
| 2050 | #: guix/lint.scm:668 | ||
| 2051 | msgid "invalid value for home page" | ||
| 2052 | msgstr "neplatná hodnota pre domovskú stránku" | ||
| 2053 | |||
| 2054 | #: guix/lint.scm:673 | ||
| 2055 | #, scheme-format | ||
| 2056 | msgid "invalid home page URL: ~s" | ||
| 2057 | msgstr "neplatné prepojenie na domovskú stránku: ~s" | ||
| 2058 | |||
| 2059 | #: guix/lint.scm:710 | ||
| 2060 | msgid "file names of patches should start with the package name" | ||
| 2061 | msgstr "názvy súborov záplat by nemali začínať názvom balíka" | ||
| 2062 | |||
| 2063 | #: guix/lint.scm:726 | ||
| 2064 | #, scheme-format | ||
| 2065 | msgid "~a: file name is too long" | ||
| 2066 | msgstr "~a: názov súboru je príliš dlhý" | ||
| 2067 | |||
| 2068 | #: guix/lint.scm:747 | ||
| 2069 | #, scheme-format | ||
| 2070 | msgid "~a: empty patch" | ||
| 2071 | msgstr "~a: prázdna záplata" | ||
| 2072 | |||
| 2073 | #: guix/lint.scm:755 | ||
| 2074 | #, scheme-format | ||
| 2075 | msgid "~a: patch lacks comment and upstream status" | ||
| 2076 | msgstr "~a: záplate chýba komentár a jej stav u poskytovateľa softvéru" | ||
| 2077 | |||
| 2078 | #: guix/lint.scm:816 | ||
| 2079 | #, scheme-format | ||
| 2080 | msgid "proposed synopsis: ~s~%" | ||
| 2081 | msgstr "navrhovaný súhrnný popis: ~s~%" | ||
| 2082 | |||
| 2083 | #: guix/lint.scm:830 | ||
| 2084 | #, scheme-format | ||
| 2085 | msgid "proposed description:~% \"~a\"~%" | ||
| 2086 | msgstr "navrhovaný popis:~% „~a“~%" | ||
| 2087 | |||
| 2088 | #: guix/lint.scm:881 | ||
| 2089 | msgid "all the source URIs are unreachable:" | ||
| 2090 | msgstr "všetky zdrojové prepojenia sú neprístupné:" | ||
| 2091 | |||
| 2092 | #: guix/lint.scm:910 | ||
| 2093 | msgid "the source file name should contain the package name" | ||
| 2094 | msgstr "názov zdrojového súboru by nemal obsahovať názov balíka" | ||
| 2095 | |||
| 2096 | #: guix/lint.scm:922 | ||
| 2097 | msgid "the source URI should not be an autogenerated tarball" | ||
| 2098 | msgstr "" | ||
| 2099 | "zdrojové prepojenie by nemalo odkazovať na automaticky vygenerovaný tar " | ||
| 2100 | "archív" | ||
| 2101 | |||
| 2102 | #: guix/lint.scm:946 | ||
| 2103 | #, scheme-format | ||
| 2104 | msgid "URL should be 'mirror://~a/~a'" | ||
| 2105 | msgstr "prepojenie by malo byť „zrkadlo://~a/~a“" | ||
| 2106 | |||
| 2107 | #: guix/lint.scm:991 | ||
| 2108 | #, scheme-format | ||
| 2109 | msgid "URL should be '~a'" | ||
| 2110 | msgstr "prepojenie by malo byť „~a“" | ||
| 2111 | |||
| 2112 | #: guix/lint.scm:1013 guix/lint.scm:1024 guix/lint.scm:1032 | ||
| 2113 | #, scheme-format | ||
| 2114 | msgid "failed to create ~a derivation: ~a" | ||
| 2115 | msgstr "nepodarilo sa vytvoriť odvodeninu pre ~a: ~a" | ||
| 2116 | |||
| 2117 | #: guix/lint.scm:1018 guix/lint.scm:1046 | ||
| 2118 | #, scheme-format | ||
| 2119 | msgid "failed to create ~a derivation: ~s" | ||
| 2120 | msgstr "nepodarilo sa vytvoriť odvodeninu pre ~a: ~s" | ||
| 2121 | |||
| 2122 | #: guix/lint.scm:1074 | ||
| 2123 | #, scheme-format | ||
| 2124 | msgid "propagated inputs ~a and ~a collide" | ||
| 2125 | msgstr "rozšírený vstup ~a je v rozpore s ~a" | ||
| 2126 | |||
| 2127 | #: guix/lint.scm:1098 | ||
| 2128 | msgid "invalid license field" | ||
| 2129 | msgstr "neplatné pole licencie" | ||
| 2130 | |||
| 2131 | #: guix/lint.scm:1105 | ||
| 2132 | #, scheme-format | ||
| 2133 | msgid "~a: HTTP GET error for ~a: ~a (~s)~%" | ||
| 2134 | msgstr "~a: chyba HTTP GET pre ~a: ~a (~s)~%" | ||
| 2135 | |||
| 2136 | #: guix/lint.scm:1115 | ||
| 2137 | #, scheme-format | ||
| 2138 | msgid "~a: host lookup failure: ~a~%" | ||
| 2139 | msgstr "~a: chyba pri zisťovaní názvu hostiteľa: ~a~%" | ||
| 2140 | |||
| 2141 | #: guix/lint.scm:1120 | ||
| 2142 | #, scheme-format | ||
| 2143 | msgid "~a: TLS certificate error: ~a" | ||
| 2144 | msgstr "~a: chyba TLS certifikátu: ~a" | ||
| 2145 | |||
| 2146 | #: guix/lint.scm:1131 guix/ui.scm:846 guix/scripts/offload.scm:191 | ||
| 2147 | #, scheme-format | ||
| 2148 | msgid "~a: ~a~%" | ||
| 2149 | msgstr "~a: ~a~%" | ||
| 2150 | |||
| 2151 | #: guix/lint.scm:1145 | ||
| 2152 | msgid "while retrieving CVE vulnerabilities" | ||
| 2153 | msgstr "pri získavaní zraniteľností CVE" | ||
| 2154 | |||
| 2155 | #: guix/lint.scm:1188 | ||
| 2156 | #, scheme-format | ||
| 2157 | msgid "probably vulnerable to ~a" | ||
| 2158 | msgstr "pravdepodobne ohrozený ~a" | ||
| 2159 | |||
| 2160 | #: guix/lint.scm:1196 | ||
| 2161 | #, scheme-format | ||
| 2162 | msgid "no updater for ~a" | ||
| 2163 | msgstr "žiadny nástroj na aktualizáciu pre ~a" | ||
| 2164 | |||
| 2165 | #: guix/lint.scm:1201 guix/lint.scm:1319 | ||
| 2166 | #, scheme-format | ||
| 2167 | msgid "while retrieving upstream info for '~a'" | ||
| 2168 | msgstr "pri získavaní informácií od poskytovateľa o „~a“" | ||
| 2169 | |||
| 2170 | #: guix/lint.scm:1210 | ||
| 2171 | #, scheme-format | ||
| 2172 | msgid "can be upgraded to ~a" | ||
| 2173 | msgstr "môže byť aktualizovaný na ~a" | ||
| 2174 | |||
| 2175 | #: guix/lint.scm:1216 | ||
| 2176 | #, scheme-format | ||
| 2177 | msgid "updater '~a' failed to find upstream releases" | ||
| 2178 | msgstr "nástroju na aktualizáciu „~a“ sa nepodarilo nájsť dostupné vydania" | ||
| 2179 | |||
| 2180 | #: guix/lint.scm:1233 | ||
| 2181 | msgid "Software Heritage rate limit reached; try again later" | ||
| 2182 | msgstr "" | ||
| 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 | ||
| 2188 | msgid "'~a' returned ~a" | ||
| 2189 | msgstr "„~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 | ||
| 2195 | msgid "scheduled Software Heritage archival" | ||
| 2196 | msgstr "archivovanie v Software Heritage bolo naplánované" | ||
| 2197 | |||
| 2198 | #: guix/lint.scm:1282 | ||
| 2199 | msgid "archival rate limit exceeded; try again later" | ||
| 2200 | msgstr "počet archivovaní bol prekročený; skúste to znova neskôr" | ||
| 2201 | |||
| 2202 | #: guix/lint.scm:1298 | ||
| 2203 | msgid "source not archived on Software Heritage" | ||
| 2204 | msgstr "zdroje neboli archivované v Software Heritage" | ||
| 2205 | |||
| 2206 | #: guix/lint.scm:1311 | ||
| 2207 | msgid "while connecting to Software Heritage" | ||
| 2208 | msgstr "pri pripájaní do Software Heritage" | ||
| 2209 | |||
| 2210 | #: guix/lint.scm:1328 | ||
| 2211 | #, scheme-format | ||
| 2212 | msgid "ahead of Stackage LTS version ~a" | ||
| 2213 | msgstr "novší ako verzia Stackage LTS ~a" | ||
| 2214 | |||
| 2215 | #: guix/lint.scm:1345 | ||
| 2216 | #, scheme-format | ||
| 2217 | msgid "tabulation on line ~a, column ~a" | ||
| 2218 | msgstr "odsek v riadku ~a, stĺpec ~a" | ||
| 2219 | |||
| 2220 | #: guix/lint.scm:1357 | ||
| 2221 | #, scheme-format | ||
| 2222 | msgid "trailing white space on line ~a" | ||
| 2223 | msgstr "medzera na konci riadku ~a" | ||
| 2224 | |||
| 2225 | #: guix/lint.scm:1371 | ||
| 2226 | #, scheme-format | ||
| 2227 | msgid "line ~a is way too long (~a characters)" | ||
| 2228 | msgstr "riadok ~a je príliš dlhý (~a znakov)" | ||
| 2229 | |||
| 2230 | #: guix/lint.scm:1385 | ||
| 2231 | msgid "parentheses feel lonely, move to the previous or next line" | ||
| 2232 | msgstr "" | ||
| 2233 | "zátvorky sa cítia osamotene, premiestnite ich do predchádzajúceho alebo " | ||
| 2234 | "nasledujúceho riadku" | ||
| 2235 | |||
| 2236 | #: guix/lint.scm:1462 | ||
| 2237 | msgid "source file not found" | ||
| 2238 | msgstr "zdrojový súbor sa nenašiel" | ||
| 2239 | |||
| 2240 | #: guix/lint.scm:1474 | ||
| 2241 | msgid "Validate package names" | ||
| 2242 | msgstr "Overiť názvy balíkov" | ||
| 2243 | |||
| 2244 | #: guix/lint.scm:1478 | ||
| 2245 | msgid "Validate package descriptions" | ||
| 2246 | msgstr "Overiť popisy balíkov" | ||
| 2247 | |||
| 2248 | #: guix/lint.scm:1482 | ||
| 2249 | msgid "Identify inputs that should be native inputs" | ||
| 2250 | msgstr "Označiť vstupy, ktoré by mali byť pôvodné" | ||
| 2251 | |||
| 2252 | #: guix/lint.scm:1486 | ||
| 2253 | msgid "Identify inputs that shouldn't be inputs at all" | ||
| 2254 | msgstr "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 | ||
| 2259 | msgid "Make sure the 'license' field is a <license> or a list thereof" | ||
| 2260 | msgstr "Zaistiť, že pole „licence“ obsahuje <licence> alebo ich zoznam" | ||
| 2261 | |||
| 2262 | #: guix/lint.scm:1497 | ||
| 2263 | msgid "Suggest 'mirror://' URLs" | ||
| 2264 | msgstr "Odporúča zdroje „mirror://“" | ||
| 2265 | |||
| 2266 | #: guix/lint.scm:1501 | ||
| 2267 | msgid "Validate file names of sources" | ||
| 2268 | msgstr "Overiť názvy zdrojových súborov" | ||
| 2269 | |||
| 2270 | #: guix/lint.scm:1505 | ||
| 2271 | msgid "Check for autogenerated tarballs" | ||
| 2272 | msgstr "Overiť, či sú prítomné automaticky vytvorené tar archívy" | ||
| 2273 | |||
| 2274 | #: guix/lint.scm:1509 | ||
| 2275 | msgid "Report failure to compile a package to a derivation" | ||
| 2276 | msgstr "Nahlásiť zlyhanie zostavovania odvodeniny balíka" | ||
| 2277 | |||
| 2278 | #: guix/lint.scm:1514 | ||
| 2279 | msgid "Report collisions that would occur due to propagated inputs" | ||
| 2280 | msgstr "Nahlásiť rozpory, ktoré by mohli nastať kvôli rozšíreným vstupom" | ||
| 2281 | |||
| 2282 | #: guix/lint.scm:1519 | ||
| 2283 | msgid "Validate file names and availability of patches" | ||
| 2284 | msgstr "Overiť názvy súborov a dostupnosť záplat" | ||
| 2285 | |||
| 2286 | #: guix/lint.scm:1523 | ||
| 2287 | msgid "Validate patch headers" | ||
| 2288 | msgstr "Overiť hlavičky záplat" | ||
| 2289 | |||
| 2290 | #: guix/lint.scm:1527 | ||
| 2291 | msgid "Look for formatting issues in the source" | ||
| 2292 | msgstr "Vyhľadať chyby formátovania v zdrojovom súbore" | ||
| 2293 | |||
| 2294 | #: guix/lint.scm:1534 | ||
| 2295 | msgid "Validate package synopses" | ||
| 2296 | msgstr "Overiť súhrnné popisy balíkov" | ||
| 2297 | |||
| 2298 | #: guix/lint.scm:1538 | ||
| 2299 | msgid "Validate synopsis & description of GNU packages" | ||
| 2300 | msgstr "Overiť súhrnné popisy a popisy GNU balíkov" | ||
| 2301 | |||
| 2302 | #: guix/lint.scm:1542 | ||
| 2303 | msgid "Validate home-page URLs" | ||
| 2304 | msgstr "Overiť prepojenia na domovské stránky" | ||
| 2305 | |||
| 2306 | #: guix/lint.scm:1546 | ||
| 2307 | msgid "Validate source URLs" | ||
| 2308 | msgstr "Overiť prepojenia na zdroje" | ||
| 2309 | |||
| 2310 | #: guix/lint.scm:1550 | ||
| 2311 | msgid "Suggest GitHub URLs" | ||
| 2312 | msgstr "Navrhnúť prepojenia na GitHub" | ||
| 2313 | |||
| 2314 | #: guix/lint.scm:1554 | ||
| 2315 | msgid "Check the Common Vulnerabilities and Exposures (CVE) database" | ||
| 2316 | msgstr "Overiť databázu Všeobecne známych zraniteľností a chýb (CVE)" | ||
| 2317 | |||
| 2318 | #: guix/lint.scm:1559 | ||
| 2319 | msgid "Check the package for new upstream releases" | ||
| 2320 | msgstr "Vyhľadať novšie vydania balíka" | ||
| 2321 | |||
| 2322 | #: guix/lint.scm:1563 | ||
| 2323 | msgid "Ensure source code archival on Software Heritage" | ||
| 2324 | msgstr "Zaistiť archivovanie zdrojového kódu v Software Heritage" | ||
| 2325 | |||
| 2326 | #: guix/lint.scm:1567 | ||
| 2327 | msgid "Ensure Haskell packages use Stackage LTS versions" | ||
| 2328 | msgstr "Zaistiť, že balíky Haskellu používajú verzie Stackage LTS" | ||
| 2329 | |||
| 2330 | #: guix/scripts/download.scm:87 | ||
| 2331 | msgid "" | ||
| 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" | ||
| 2335 | msgstr "" | ||
| 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 | ||
| 2342 | msgid "" | ||
| 2343 | "Supported formats: 'base64', 'nix-base32' (default), 'base32',\n" | ||
| 2344 | "and 'base16' ('hex' and 'hexadecimal' can be used as well).\n" | ||
| 2345 | msgstr "" | ||
| 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 | ||
| 2350 | msgid "" | ||
| 2351 | "\n" | ||
| 2352 | " -f, --format=FMT write the hash in the given format" | ||
| 2353 | msgstr "" | ||
| 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 | ||
| 2358 | msgid "" | ||
| 2359 | "\n" | ||
| 2360 | " -H, --hash=ALGORITHM use the given hash ALGORITHM" | ||
| 2361 | msgstr "" | ||
| 2362 | "\n" | ||
| 2363 | " -H, --hash=ALGORITMUS použiť ALGORITMUS na vytvorenie odtlačku" | ||
| 2364 | |||
| 2365 | #: guix/scripts/download.scm:98 | ||
| 2366 | msgid "" | ||
| 2367 | "\n" | ||
| 2368 | " --no-check-certificate\n" | ||
| 2369 | " do not validate the certificate of HTTPS servers " | ||
| 2370 | msgstr "" | ||
| 2371 | "\n" | ||
| 2372 | " --no-check-certificate\n" | ||
| 2373 | " neoverovať certifikáty HTTPS serverov " | ||
| 2374 | |||
| 2375 | #: guix/scripts/download.scm:101 | ||
| 2376 | msgid "" | ||
| 2377 | "\n" | ||
| 2378 | " -o, --output=FILE download to FILE" | ||
| 2379 | msgstr "" | ||
| 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 | ||
| 2385 | msgid "unsupported hash format: ~a~%" | ||
| 2386 | msgstr "nepodporovaný formát odtlačku: ~a~%" | ||
| 2387 | |||
| 2388 | #: guix/scripts/download.scm:134 guix/scripts/hash.scm:81 | ||
| 2389 | #, scheme-format | ||
| 2390 | msgid "~a: unknown hash algorithm~%" | ||
| 2391 | msgstr "~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 | ||
| 2397 | msgid "~A: extraneous argument~%" | ||
| 2398 | msgstr "~A: nadbytočný parameter~%" | ||
| 2399 | |||
| 2400 | #: guix/scripts/download.scm:177 | ||
| 2401 | #, scheme-format | ||
| 2402 | msgid "no download URI was specified~%" | ||
| 2403 | msgstr "nebolo zadané žiadne prepojenie sťahovania~%" | ||
| 2404 | |||
| 2405 | #: guix/scripts/download.scm:182 | ||
| 2406 | #, scheme-format | ||
| 2407 | msgid "~a: failed to parse URI~%" | ||
| 2408 | msgstr "~a: nepodarilo sa spracovať prepojenie~%" | ||
| 2409 | |||
| 2410 | #: guix/scripts/download.scm:192 | ||
| 2411 | #, scheme-format | ||
| 2412 | msgid "~a: download failed~%" | ||
| 2413 | msgstr "~a: sťahovanie zlyhalo~%" | ||
| 2414 | |||
| 2415 | #: guix/scripts/package.scm:128 | ||
| 2416 | #, scheme-format | ||
| 2417 | msgid "not removing generation ~a, which is current~%" | ||
| 2418 | msgstr "aktuálne pokolenie ~a nebude odstránené~%" | ||
| 2419 | |||
| 2420 | #: guix/scripts/package.scm:135 | ||
| 2421 | #, scheme-format | ||
| 2422 | msgid "no matching generation~%" | ||
| 2423 | msgstr "žiadne pokolenie sa nezhoduje~%" | ||
| 2424 | |||
| 2425 | #: guix/scripts/package.scm:157 | ||
| 2426 | #, scheme-format | ||
| 2427 | msgid "nothing to be done~%" | ||
| 2428 | msgstr "nevyžaduje sa žiadna činnosť~%" | ||
| 2429 | |||
| 2430 | #: guix/scripts/package.scm:258 | ||
| 2431 | #, scheme-format | ||
| 2432 | msgid "package '~a' no longer exists~%" | ||
| 2433 | msgstr "balík „~a“ už neexistuje~%" | ||
| 2434 | |||
| 2435 | #: guix/scripts/package.scm:313 | ||
| 2436 | #, scheme-format | ||
| 2437 | msgid "" | ||
| 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}." | ||
| 2447 | msgstr "" | ||
| 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 | ||
| 2459 | msgid "" | ||
| 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" | ||
| 2465 | msgstr "" | ||
| 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 | ||
| 2476 | msgid "no provenance information for this profile~%" | ||
| 2477 | msgstr "žiadne údaje o pôvode pre tento profil~%" | ||
| 2478 | |||
| 2479 | #: guix/scripts/package.scm:389 | ||
| 2480 | msgid "" | ||
| 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" | ||
| 2484 | msgstr "" | ||
| 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 | ||
| 2491 | msgid "" | ||
| 2492 | ";; Note: these other commits were also used to install some of the packages " | ||
| 2493 | "in this profile:~%" | ||
| 2494 | msgstr "" | ||
| 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 | ||
| 2499 | msgid "" | ||
| 2500 | "Usage: guix package [OPTION]...\n" | ||
| 2501 | "Install, remove, or upgrade packages in a single transaction.\n" | ||
| 2502 | msgstr "" | ||
| 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 | ||
| 2508 | msgid "" | ||
| 2509 | "\n" | ||
| 2510 | " -i, --install PACKAGE ...\n" | ||
| 2511 | " install PACKAGEs" | ||
| 2512 | msgstr "" | ||
| 2513 | "\n" | ||
| 2514 | " -i, --install BALÍK ...\n" | ||
| 2515 | " inštalovať BALÍKY" | ||
| 2516 | |||
| 2517 | #: guix/scripts/package.scm:436 | ||
| 2518 | msgid "" | ||
| 2519 | "\n" | ||
| 2520 | " -e, --install-from-expression=EXP\n" | ||
| 2521 | " install the package EXP evaluates to" | ||
| 2522 | msgstr "" | ||
| 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 | ||
| 2529 | msgid "" | ||
| 2530 | "\n" | ||
| 2531 | " -f, --install-from-file=FILE\n" | ||
| 2532 | " install the package that the code within FILE\n" | ||
| 2533 | " evaluates to" | ||
| 2534 | msgstr "" | ||
| 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 | ||
| 2541 | msgid "" | ||
| 2542 | "\n" | ||
| 2543 | " -r, --remove PACKAGE ...\n" | ||
| 2544 | " remove PACKAGEs" | ||
| 2545 | msgstr "" | ||
| 2546 | "\n" | ||
| 2547 | " -r, --remove BALÍK ...\n" | ||
| 2548 | " odstrániť BALÍKY" | ||
| 2549 | |||
| 2550 | #: guix/scripts/package.scm:446 | ||
| 2551 | msgid "" | ||
| 2552 | "\n" | ||
| 2553 | " -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP" | ||
| 2554 | msgstr "" | ||
| 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 | ||
| 2560 | msgid "" | ||
| 2561 | "\n" | ||
| 2562 | " -m, --manifest=FILE create a new profile generation with the manifest\n" | ||
| 2563 | " from FILE" | ||
| 2564 | msgstr "" | ||
| 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 | ||
| 2570 | msgid "" | ||
| 2571 | "\n" | ||
| 2572 | " --do-not-upgrade[=REGEXP] do not upgrade any packages matching REGEXP" | ||
| 2573 | msgstr "" | ||
| 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 | ||
| 2579 | msgid "" | ||
| 2580 | "\n" | ||
| 2581 | " --roll-back roll back to the previous generation" | ||
| 2582 | msgstr "" | ||
| 2583 | "\n" | ||
| 2584 | " --roll-back vrátiť sa k predchádzajúcemu pokoleniu" | ||
| 2585 | |||
| 2586 | #: guix/scripts/package.scm:455 | ||
| 2587 | msgid "" | ||
| 2588 | "\n" | ||
| 2589 | " --search-paths[=KIND]\n" | ||
| 2590 | " display needed environment variable definitions" | ||
| 2591 | msgstr "" | ||
| 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 | ||
| 2597 | msgid "" | ||
| 2598 | "\n" | ||
| 2599 | " -l, --list-generations[=PATTERN]\n" | ||
| 2600 | " list generations matching PATTERN" | ||
| 2601 | msgstr "" | ||
| 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 | ||
| 2607 | msgid "" | ||
| 2608 | "\n" | ||
| 2609 | " -d, --delete-generations[=PATTERN]\n" | ||
| 2610 | " delete generations matching PATTERN" | ||
| 2611 | msgstr "" | ||
| 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 | ||
| 2617 | msgid "" | ||
| 2618 | "\n" | ||
| 2619 | " -S, --switch-generation=PATTERN\n" | ||
| 2620 | " switch to a generation matching PATTERN" | ||
| 2621 | msgstr "" | ||
| 2622 | "\n" | ||
| 2623 | " -S, --switch-generation=VZOR\n" | ||
| 2624 | " prepnúť na pokolenie zhodujúce sa so VZOROM" | ||
| 2625 | |||
| 2626 | #: guix/scripts/package.scm:467 | ||
| 2627 | msgid "" | ||
| 2628 | "\n" | ||
| 2629 | " --export-manifest print a manifest for the chosen profile" | ||
| 2630 | msgstr "" | ||
| 2631 | "\n" | ||
| 2632 | " --export-manifest zobraziť manifest zodpovedajúci zvolenému profilu" | ||
| 2633 | |||
| 2634 | #: guix/scripts/package.scm:469 | ||
| 2635 | msgid "" | ||
| 2636 | "\n" | ||
| 2637 | " --export-channels print channels for the chosen profile" | ||
| 2638 | msgstr "" | ||
| 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 | ||
| 2644 | msgid "" | ||
| 2645 | "\n" | ||
| 2646 | " -p, --profile=PROFILE use PROFILE instead of the user's default profile" | ||
| 2647 | msgstr "" | ||
| 2648 | "\n" | ||
| 2649 | " -p, --profile=PROFIL použiť PROFIL namiesto predvoleného profilu " | ||
| 2650 | "používateľa" | ||
| 2651 | |||
| 2652 | #: guix/scripts/package.scm:473 | ||
| 2653 | msgid "" | ||
| 2654 | "\n" | ||
| 2655 | " --list-profiles list the user's profiles" | ||
| 2656 | msgstr "" | ||
| 2657 | "\n" | ||
| 2658 | " --list-profiles zobraziť profily používateľa" | ||
| 2659 | |||
| 2660 | #: guix/scripts/package.scm:476 | ||
| 2661 | msgid "" | ||
| 2662 | "\n" | ||
| 2663 | " --allow-collisions do not treat collisions in the profile as an error" | ||
| 2664 | msgstr "" | ||
| 2665 | "\n" | ||
| 2666 | " --allow-collisions nepovažovať rozpory v profile za chyby" | ||
| 2667 | |||
| 2668 | #: guix/scripts/package.scm:478 | ||
| 2669 | msgid "" | ||
| 2670 | "\n" | ||
| 2671 | " --bootstrap use the bootstrap Guile to build the profile" | ||
| 2672 | msgstr "" | ||
| 2673 | "\n" | ||
| 2674 | " --bootstrap použiť zavádzací Guile na zostavenie profilu" | ||
| 2675 | |||
| 2676 | #: guix/scripts/package.scm:483 | ||
| 2677 | msgid "" | ||
| 2678 | "\n" | ||
| 2679 | " -s, --search=REGEXP search in synopsis and description using REGEXP" | ||
| 2680 | msgstr "" | ||
| 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 | ||
| 2686 | msgid "" | ||
| 2687 | "\n" | ||
| 2688 | " -I, --list-installed[=REGEXP]\n" | ||
| 2689 | " list installed packages matching REGEXP" | ||
| 2690 | msgstr "" | ||
| 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 | ||
| 2697 | msgid "" | ||
| 2698 | "\n" | ||
| 2699 | " -A, --list-available[=REGEXP]\n" | ||
| 2700 | " list available packages matching REGEXP" | ||
| 2701 | msgstr "" | ||
| 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 | ||
| 2708 | msgid "" | ||
| 2709 | "\n" | ||
| 2710 | " --show=PACKAGE show details about PACKAGE" | ||
| 2711 | msgstr "" | ||
| 2712 | "\n" | ||
| 2713 | " --show=BALÍK zobraziť podrobnosti BALÍKA" | ||
| 2714 | |||
| 2715 | #: guix/scripts/package.scm:546 | ||
| 2716 | #, scheme-format | ||
| 2717 | msgid "upgrade regexp '~a' looks like a command-line option~%" | ||
| 2718 | msgstr "regulárny výraz „~a“ sa podobá na prepínač príkazu~%" | ||
| 2719 | |||
| 2720 | #: guix/scripts/package.scm:549 | ||
| 2721 | #, scheme-format | ||
| 2722 | msgid "is this intended?~%" | ||
| 2723 | msgstr "je to úmyselné?~%" | ||
| 2724 | |||
| 2725 | #: guix/scripts/package.scm:599 | ||
| 2726 | #, scheme-format | ||
| 2727 | msgid "~a: unsupported kind of search path~%" | ||
| 2728 | msgstr "~a: nepodporovaný druh prehľadávanej cesty~%" | ||
| 2729 | |||
| 2730 | #: guix/scripts/package.scm:733 | ||
| 2731 | #, scheme-format | ||
| 2732 | msgid "cannot install non-package object: ~s~%" | ||
| 2733 | msgstr "nedá sa nainštalovať niečo čo nie je balík: ~s~%" | ||
| 2734 | |||
| 2735 | #: guix/scripts/package.scm:914 | ||
| 2736 | #, scheme-format | ||
| 2737 | msgid "~a~@[@~a~]: package not found~%" | ||
| 2738 | msgstr "~a~@[@~a~]: balík sa nenašiel~%" | ||
| 2739 | |||
| 2740 | #: guix/scripts/package.scm:961 guix/scripts/pull.scm:689 | ||
| 2741 | #, scheme-format | ||
| 2742 | msgid "cannot switch to generation '~a'~%" | ||
| 2743 | msgstr "nepodarilo sa prepnúť na pokolenie „~a“~%" | ||
| 2744 | |||
| 2745 | #: guix/scripts/install.scm:31 | ||
| 2746 | msgid "" | ||
| 2747 | "Usage: guix install [OPTION] PACKAGES...\n" | ||
| 2748 | "Install the given PACKAGES.\n" | ||
| 2749 | "This is an alias for 'guix package -i'.\n" | ||
| 2750 | msgstr "" | ||
| 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 | ||
| 2756 | msgid "" | ||
| 2757 | "Usage: guix remove [OPTION] PACKAGES...\n" | ||
| 2758 | "Remove the given PACKAGES.\n" | ||
| 2759 | "This is an alias for 'guix package -r'.\n" | ||
| 2760 | msgstr "" | ||
| 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 | ||
| 2766 | msgid "" | ||
| 2767 | "Usage: guix upgrade [OPTION] [REGEXP]\n" | ||
| 2768 | "Upgrade packages that match REGEXP.\n" | ||
| 2769 | "This is an alias for 'guix package -u'.\n" | ||
| 2770 | msgstr "" | ||
| 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 | ||
| 2776 | msgid "" | ||
| 2777 | "Usage: guix search [OPTION] REGEXPS...\n" | ||
| 2778 | "Search for packages matching REGEXPS." | ||
| 2779 | msgstr "" | ||
| 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 | ||
| 2784 | msgid "" | ||
| 2785 | "\n" | ||
| 2786 | "This is an alias for 'guix package -s'.\n" | ||
| 2787 | msgstr "" | ||
| 2788 | "\n" | ||
| 2789 | "Tento príkaz odkazuje na „guix package -s“.\n" | ||
| 2790 | |||
| 2791 | #: guix/scripts/search.scm:75 | ||
| 2792 | #, scheme-format | ||
| 2793 | msgid "missing arguments: no regular expressions to search for~%" | ||
| 2794 | msgstr "chýbajúce parametre: žiadne regulárne výrazy pre vyhľadávanie~%" | ||
| 2795 | |||
| 2796 | #: guix/scripts/show.scm:31 | ||
| 2797 | msgid "" | ||
| 2798 | "Usage: guix show [OPTION] PACKAGE...\n" | ||
| 2799 | "Show details about PACKAGE." | ||
| 2800 | msgstr "" | ||
| 2801 | "Použitie: guix show [PREPÍNAČ] BALÍK...\n" | ||
| 2802 | "Zobraziť podrobnosti BALÍKA." | ||
| 2803 | |||
| 2804 | #: guix/scripts/show.scm:33 | ||
| 2805 | msgid "" | ||
| 2806 | "\n" | ||
| 2807 | "This is an alias for 'guix package --show='.\n" | ||
| 2808 | msgstr "" | ||
| 2809 | "\n" | ||
| 2810 | "Tento príkaz odkazuje na „guix package --show=“.\n" | ||
| 2811 | |||
| 2812 | #: guix/scripts/show.scm:74 | ||
| 2813 | #, scheme-format | ||
| 2814 | msgid "missing arguments: no package to show~%" | ||
| 2815 | msgstr "chýbajúce parametre: žiadny balík na zobrazenie~%" | ||
| 2816 | |||
| 2817 | #: guix/scripts/gc.scm:47 | ||
| 2818 | msgid "" | ||
| 2819 | "Usage: guix gc [OPTION]... PATHS...\n" | ||
| 2820 | "Invoke the garbage collector.\n" | ||
| 2821 | msgstr "" | ||
| 2822 | "Použitie: guix gc [PREPÍNAČ]... CESTY...\n" | ||
| 2823 | "Spustiť zberač odpadkov (GC).\n" | ||
| 2824 | |||
| 2825 | #: guix/scripts/gc.scm:49 | ||
| 2826 | msgid "" | ||
| 2827 | "\n" | ||
| 2828 | " -C, --collect-garbage[=MIN]\n" | ||
| 2829 | " collect at least MIN bytes of garbage" | ||
| 2830 | msgstr "" | ||
| 2831 | "\n" | ||
| 2832 | " -C, --collect-garbage[=MIN]\n" | ||
| 2833 | " zozbierať najmenej MIN bajtov odpadu" | ||
| 2834 | |||
| 2835 | #: guix/scripts/gc.scm:52 | ||
| 2836 | msgid "" | ||
| 2837 | "\n" | ||
| 2838 | " -F, --free-space=FREE attempt to reach FREE available space in the store" | ||
| 2839 | msgstr "" | ||
| 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 | ||
| 2845 | msgid "" | ||
| 2846 | "\n" | ||
| 2847 | " -d, --delete-generations[=PATTERN]\n" | ||
| 2848 | " delete profile generations matching PATTERN" | ||
| 2849 | msgstr "" | ||
| 2850 | "\n" | ||
| 2851 | " -d, --delete-generations[=VZOR]\n" | ||
| 2852 | " odstrániť pokolenia zhodujúce sa so VZOROM" | ||
| 2853 | |||
| 2854 | #: guix/scripts/gc.scm:57 | ||
| 2855 | msgid "" | ||
| 2856 | "\n" | ||
| 2857 | " -D, --delete attempt to delete PATHS" | ||
| 2858 | msgstr "" | ||
| 2859 | "\n" | ||
| 2860 | " -D, --delete pokúsiť sa odstrániť CESTY" | ||
| 2861 | |||
| 2862 | #: guix/scripts/gc.scm:59 | ||
| 2863 | msgid "" | ||
| 2864 | "\n" | ||
| 2865 | " --list-roots list the user's garbage collector roots" | ||
| 2866 | msgstr "" | ||
| 2867 | "\n" | ||
| 2868 | " --list-roots zobraziť korene zberača odpadkov pre používateľa" | ||
| 2869 | |||
| 2870 | #: guix/scripts/gc.scm:61 | ||
| 2871 | msgid "" | ||
| 2872 | "\n" | ||
| 2873 | " --list-busy list store items used by running processes" | ||
| 2874 | msgstr "" | ||
| 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 | ||
| 2880 | msgid "" | ||
| 2881 | "\n" | ||
| 2882 | " --optimize optimize the store by deduplicating identical files" | ||
| 2883 | msgstr "" | ||
| 2884 | "\n" | ||
| 2885 | " --optimize usporiť miesto v úložisku odstránením podvojných " | ||
| 2886 | "súborov" | ||
| 2887 | |||
| 2888 | #: guix/scripts/gc.scm:65 | ||
| 2889 | msgid "" | ||
| 2890 | "\n" | ||
| 2891 | " --list-dead list dead paths" | ||
| 2892 | msgstr "" | ||
| 2893 | "\n" | ||
| 2894 | " --list-dead zobraziť neplatné cesty" | ||
| 2895 | |||
| 2896 | #: guix/scripts/gc.scm:67 | ||
| 2897 | msgid "" | ||
| 2898 | "\n" | ||
| 2899 | " --list-live list live paths" | ||
| 2900 | msgstr "" | ||
| 2901 | "\n" | ||
| 2902 | " --list-live zobraziť platné cesty" | ||
| 2903 | |||
| 2904 | #: guix/scripts/gc.scm:70 | ||
| 2905 | msgid "" | ||
| 2906 | "\n" | ||
| 2907 | " --references list the references of PATHS" | ||
| 2908 | msgstr "" | ||
| 2909 | "\n" | ||
| 2910 | " --references zobraziť prepojenia na CESTY" | ||
| 2911 | |||
| 2912 | #: guix/scripts/gc.scm:72 | ||
| 2913 | msgid "" | ||
| 2914 | "\n" | ||
| 2915 | " -R, --requisites list the requisites of PATHS" | ||
| 2916 | msgstr "" | ||
| 2917 | "\n" | ||
| 2918 | " -R, --requisites zobraziť požiadavky pre CESTY" | ||
| 2919 | |||
| 2920 | #: guix/scripts/gc.scm:74 | ||
| 2921 | msgid "" | ||
| 2922 | "\n" | ||
| 2923 | " --referrers list the referrers of PATHS" | ||
| 2924 | msgstr "" | ||
| 2925 | "\n" | ||
| 2926 | " --referrers zobraziť odkazy na CESTY" | ||
| 2927 | |||
| 2928 | #: guix/scripts/gc.scm:76 | ||
| 2929 | msgid "" | ||
| 2930 | "\n" | ||
| 2931 | " --derivers list the derivers of PATHS" | ||
| 2932 | msgstr "" | ||
| 2933 | "\n" | ||
| 2934 | " --derivers zobraziť odvodeniny vedúce k CESTÁM" | ||
| 2935 | |||
| 2936 | #: guix/scripts/gc.scm:79 | ||
| 2937 | msgid "" | ||
| 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'" | ||
| 2942 | msgstr "" | ||
| 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 | ||
| 2949 | msgid "" | ||
| 2950 | "\n" | ||
| 2951 | " --list-failures list cached build failures" | ||
| 2952 | msgstr "" | ||
| 2953 | "\n" | ||
| 2954 | " --list-failures zobraziť neúspešné zostavenia vo vyrovnávacej pamäti" | ||
| 2955 | |||
| 2956 | #: guix/scripts/gc.scm:85 | ||
| 2957 | msgid "" | ||
| 2958 | "\n" | ||
| 2959 | " --clear-failures remove PATHS from the set of cached failures" | ||
| 2960 | msgstr "" | ||
| 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 | ||
| 2967 | msgid "~a: invalid '--verify' option~%" | ||
| 2968 | msgstr "~a: neplatný prepínač „--verify“~%" | ||
| 2969 | |||
| 2970 | #: guix/scripts/gc.scm:142 | ||
| 2971 | #, scheme-format | ||
| 2972 | msgid "invalid amount of storage: ~a~%" | ||
| 2973 | msgstr "neplatná veľkosť úložiska: ~a~%" | ||
| 2974 | |||
| 2975 | #: guix/scripts/gc.scm:156 | ||
| 2976 | #, scheme-format | ||
| 2977 | msgid "'-d' as an alias for '--delete' is deprecated; use '-D'~%" | ||
| 2978 | msgstr "" | ||
| 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 | ||
| 2984 | msgid "~s does not denote a duration~%" | ||
| 2985 | msgstr "~s neoznačuje trvanie~%" | ||
| 2986 | |||
| 2987 | #: guix/scripts/gc.scm:251 | ||
| 2988 | msgid "already ~h MiBs available on ~a, nothing to do~%" | ||
| 2989 | msgstr "na ~a už je ~h MiB voľného miesta, žiadna činnosť sa nevyžaduje~%" | ||
| 2990 | |||
| 2991 | #: guix/scripts/gc.scm:254 | ||
| 2992 | msgid "freeing ~h MiBs~%" | ||
| 2993 | msgstr "uvoľňuje sa ~h MiB~%" | ||
| 2994 | |||
| 2995 | #: guix/scripts/gc.scm:293 | ||
| 2996 | #, scheme-format | ||
| 2997 | msgid "extraneous arguments: ~{~a ~}~%" | ||
| 2998 | msgstr "nadbytočné parametre: ~{~a~}~%" | ||
| 2999 | |||
| 3000 | #: guix/scripts/gc.scm:317 guix/scripts/gc.scm:320 | ||
| 3001 | msgid "freed ~h MiBs~%" | ||
| 3002 | msgstr "uvoľnilo sa ~h MiB~%" | ||
| 3003 | |||
| 3004 | #: guix/scripts/git.scm:26 | ||
| 3005 | msgid "" | ||
| 3006 | "Usage: guix git COMMAND ARGS...\n" | ||
| 3007 | "Operate on Git repositories.\n" | ||
| 3008 | msgstr "" | ||
| 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 | ||
| 3014 | msgid "The valid values for ACTION are:\n" | ||
| 3015 | msgstr "Platné hodnoty pre ČINNOSŤ sú:\n" | ||
| 3016 | |||
| 3017 | #: guix/scripts/git.scm:31 | ||
| 3018 | msgid " authenticate verify commit signatures and authorizations\n" | ||
| 3019 | msgstr " authenticate overuje podpisy úprav (commitov) a povolenia\n" | ||
| 3020 | |||
| 3021 | #: guix/scripts/git.scm:57 | ||
| 3022 | #, scheme-format | ||
| 3023 | msgid "guix git: missing sub-command~%" | ||
| 3024 | msgstr "guix git: chýba podpríkaz~%" | ||
| 3025 | |||
| 3026 | #: guix/scripts/git.scm:67 | ||
| 3027 | #, scheme-format | ||
| 3028 | msgid "guix git: invalid sub-command~%" | ||
| 3029 | msgstr "guix git: neplatný podpríkaz~%" | ||
| 3030 | |||
| 3031 | #: guix/scripts/git/authenticate.scm:81 | ||
| 3032 | #, scheme-format | ||
| 3033 | msgid "Signing statistics:~%" | ||
| 3034 | msgstr "Štatistika podpisovania:~%" | ||
| 3035 | |||
| 3036 | #: guix/scripts/git/authenticate.scm:94 | ||
| 3037 | msgid "" | ||
| 3038 | "Usage: guix git authenticate COMMIT SIGNER [OPTIONS...]\n" | ||
| 3039 | "Authenticate the given Git checkout using COMMIT/SIGNER as its " | ||
| 3040 | "introduction.\n" | ||
| 3041 | msgstr "" | ||
| 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 | ||
| 3047 | msgid "" | ||
| 3048 | "\n" | ||
| 3049 | " -r, --repository=DIRECTORY\n" | ||
| 3050 | " open the Git repository at DIRECTORY" | ||
| 3051 | msgstr "" | ||
| 3052 | "\n" | ||
| 3053 | " -r, --repository=PRIEČINOK\n" | ||
| 3054 | " otvoriť Git repozitár v PRIEČINKU" | ||
| 3055 | |||
| 3056 | #: guix/scripts/git/authenticate.scm:99 | ||
| 3057 | msgid "" | ||
| 3058 | "\n" | ||
| 3059 | " -k, --keyring=REFERENCE\n" | ||
| 3060 | " load keyring from REFERENCE, a Git branch" | ||
| 3061 | msgstr "" | ||
| 3062 | "\n" | ||
| 3063 | " -k, --keyring=ODKAZ\n" | ||
| 3064 | " načítať kľúčenku z ODKAZU, Git vetvy" | ||
| 3065 | |||
| 3066 | #: guix/scripts/git/authenticate.scm:102 | ||
| 3067 | msgid "" | ||
| 3068 | "\n" | ||
| 3069 | " --stats display commit signing statistics upon completion" | ||
| 3070 | msgstr "" | ||
| 3071 | "\n" | ||
| 3072 | " --stats po dokončení zobraziť štatistiku podpisovania" | ||
| 3073 | |||
| 3074 | #: guix/scripts/git/authenticate.scm:104 | ||
| 3075 | msgid "" | ||
| 3076 | "\n" | ||
| 3077 | " --cache-key=KEY cache authenticated commits under KEY" | ||
| 3078 | msgstr "" | ||
| 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 | ||
| 3084 | msgid "" | ||
| 3085 | "\n" | ||
| 3086 | " --historical-authorizations=FILE\n" | ||
| 3087 | " read historical authorizations from FILE" | ||
| 3088 | msgstr "" | ||
| 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 | ||
| 3094 | msgid "Authenticating commits ~a to ~a (~h new commits)...~%" | ||
| 3095 | msgstr "Overovanie úprav (commitov) od ~a po ~a (~h nových úprav)...~%" | ||
| 3096 | |||
| 3097 | #: guix/scripts/git/authenticate.scm:178 | ||
| 3098 | #, scheme-format | ||
| 3099 | msgid "wrong number of arguments; expected COMMIT and SIGNER~%" | ||
| 3100 | msgstr "" | ||
| 3101 | "nesprávny počet parametrov; očakávali sa ČÍSLO-ÚPRAVY(COMMIT) a PODPISUJÚCI~%" | ||
| 3102 | |||
| 3103 | #: guix/scripts/hash.scm:50 | ||
| 3104 | msgid "" | ||
| 3105 | "Usage: guix hash [OPTION] FILE\n" | ||
| 3106 | "Return the cryptographic hash of FILE.\n" | ||
| 3107 | msgstr "" | ||
| 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 | ||
| 3112 | msgid "" | ||
| 3113 | "\n" | ||
| 3114 | " -x, --exclude-vcs exclude version control directories" | ||
| 3115 | msgstr "" | ||
| 3116 | "\n" | ||
| 3117 | " -x, --exclude-vcs vylúčiť priečinky zo sledovania verzií" | ||
| 3118 | |||
| 3119 | #: guix/scripts/hash.scm:62 | ||
| 3120 | msgid "" | ||
| 3121 | "\n" | ||
| 3122 | " -r, --recursive compute the hash on FILE recursively" | ||
| 3123 | msgstr "" | ||
| 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 | ||
| 3130 | msgid "~a~%" | ||
| 3131 | msgstr "~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 | ||
| 3139 | msgid "wrong number of arguments~%" | ||
| 3140 | msgstr "nesprávny počet parametrov~%" | ||
| 3141 | |||
| 3142 | #: guix/scripts/import.scm:89 | ||
| 3143 | msgid "" | ||
| 3144 | "Usage: guix import IMPORTER ARGS ...\n" | ||
| 3145 | "Run IMPORTER with ARGS.\n" | ||
| 3146 | msgstr "" | ||
| 3147 | "Použitie: guix import NAHRÁVAČ PARAMETRE...\n" | ||
| 3148 | "Spustiť NAHRÁVAČ s PARAMETRAMI.\n" | ||
| 3149 | |||
| 3150 | #: guix/scripts/import.scm:92 | ||
| 3151 | msgid "IMPORTER must be one of the importers listed below:\n" | ||
| 3152 | msgstr "NAHRÁVAČ musí byť jeden z nahrávačov zobrazených nižšie:\n" | ||
| 3153 | |||
| 3154 | #: guix/scripts/import.scm:109 | ||
| 3155 | #, scheme-format | ||
| 3156 | msgid "guix import: missing importer name~%" | ||
| 3157 | msgstr "guix import: chýba názov nahrávača~%" | ||
| 3158 | |||
| 3159 | #: guix/scripts/import.scm:131 | ||
| 3160 | #, scheme-format | ||
| 3161 | msgid "'~a' import failed~%" | ||
| 3162 | msgstr "nahrávač „~a“ zlyhal~%" | ||
| 3163 | |||
| 3164 | #: guix/scripts/import.scm:132 | ||
| 3165 | #, scheme-format | ||
| 3166 | msgid "~a: invalid importer~%" | ||
| 3167 | msgstr "~a: neplatný nahrávač~%" | ||
| 3168 | |||
| 3169 | #: guix/scripts/import/cran.scm:44 | ||
| 3170 | msgid "" | ||
| 3171 | "Usage: guix import cran PACKAGE-NAME\n" | ||
| 3172 | "Import and convert the CRAN package for PACKAGE-NAME.\n" | ||
| 3173 | msgstr "" | ||
| 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 | ||
| 3178 | msgid "" | ||
| 3179 | "\n" | ||
| 3180 | " -a, --archive=ARCHIVE specify the archive repository" | ||
| 3181 | msgstr "" | ||
| 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 | ||
| 3187 | msgid "" | ||
| 3188 | "\n" | ||
| 3189 | " -r, --recursive import packages recursively" | ||
| 3190 | msgstr "" | ||
| 3191 | "\n" | ||
| 3192 | " -r, --recursive nahrať balíky rekurzívne" | ||
| 3193 | |||
| 3194 | #: guix/scripts/import/cran.scm:52 | ||
| 3195 | msgid "" | ||
| 3196 | "\n" | ||
| 3197 | " -s, --style=STYLE choose output style, either specification or " | ||
| 3198 | "variable" | ||
| 3199 | msgstr "" | ||
| 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 | ||
| 3206 | msgid "failed to download description for package '~a'~%" | ||
| 3207 | msgstr "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 | ||
| 3216 | msgid "too few arguments~%" | ||
| 3217 | msgstr "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 | ||
| 3227 | msgid "too many arguments~%" | ||
| 3228 | msgstr "priveľa parametrov~%" | ||
| 3229 | |||
| 3230 | #: guix/scripts/import/elpa.scm:44 | ||
| 3231 | msgid "" | ||
| 3232 | "Usage: guix import elpa PACKAGE-NAME\n" | ||
| 3233 | "Import the latest package named PACKAGE-NAME from an ELPA repository.\n" | ||
| 3234 | msgstr "" | ||
| 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 | ||
| 3239 | msgid "" | ||
| 3240 | "\n" | ||
| 3241 | " -a, --archive=ARCHIVE specify the archive repository" | ||
| 3242 | msgstr "" | ||
| 3243 | "\n" | ||
| 3244 | " -a, --archive=ARCHÍV určiť repozitár archívov" | ||
| 3245 | |||
| 3246 | #: guix/scripts/import/elpa.scm:48 | ||
| 3247 | msgid "" | ||
| 3248 | "\n" | ||
| 3249 | " -h, --help display this help and exit" | ||
| 3250 | msgstr "" | ||
| 3251 | "\n" | ||
| 3252 | " -h, --help zobraziť túto pomôcku a skončiť" | ||
| 3253 | |||
| 3254 | #: guix/scripts/import/elpa.scm:50 | ||
| 3255 | msgid "" | ||
| 3256 | "\n" | ||
| 3257 | " -r, --recursive generate package expressions for all Emacs " | ||
| 3258 | "packages that are not yet in Guix" | ||
| 3259 | msgstr "" | ||
| 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 | ||
| 3265 | msgid "" | ||
| 3266 | "\n" | ||
| 3267 | " -V, --version display version information and exit" | ||
| 3268 | msgstr "" | ||
| 3269 | "\n" | ||
| 3270 | " -V, --version zobraziť podrobnosti o verzii a skončiť" | ||
| 3271 | |||
| 3272 | #: guix/scripts/import/elpa.scm:110 | ||
| 3273 | #, scheme-format | ||
| 3274 | msgid "failed to download package '~a'~%" | ||
| 3275 | msgstr "chyba pri sťahovaní balíka „~a“~%" | ||
| 3276 | |||
| 3277 | #: guix/scripts/pull.scm:89 | ||
| 3278 | msgid "" | ||
| 3279 | "Usage: guix pull [OPTION]...\n" | ||
| 3280 | "Download and deploy the latest version of Guix.\n" | ||
| 3281 | msgstr "" | ||
| 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 | ||
| 3286 | msgid "" | ||
| 3287 | "\n" | ||
| 3288 | " -C, --channels=FILE deploy the channels defined in FILE" | ||
| 3289 | msgstr "" | ||
| 3290 | "\n" | ||
| 3291 | " -C, --channels=SÚBOR použiť kanály zo SÚBORU" | ||
| 3292 | |||
| 3293 | #: guix/scripts/pull.scm:93 | ||
| 3294 | msgid "" | ||
| 3295 | "\n" | ||
| 3296 | " --url=URL download \"guix\" channel from the Git repository " | ||
| 3297 | "at URL" | ||
| 3298 | msgstr "" | ||
| 3299 | "\n" | ||
| 3300 | " --url=PREPOJENIE stiahnuť Git repozitár kanála „guix“ z " | ||
| 3301 | "PREPOJENIA" | ||
| 3302 | |||
| 3303 | #: guix/scripts/pull.scm:95 | ||
| 3304 | msgid "" | ||
| 3305 | "\n" | ||
| 3306 | " --commit=COMMIT download the specified \"guix\" channel COMMIT" | ||
| 3307 | msgstr "" | ||
| 3308 | "\n" | ||
| 3309 | " --commit=ÚPRAVA stiahnuť danú úpravu (commit) kanála „guix“" | ||
| 3310 | |||
| 3311 | #: guix/scripts/pull.scm:97 | ||
| 3312 | msgid "" | ||
| 3313 | "\n" | ||
| 3314 | " --branch=BRANCH download the tip of the specified \"guix\" channel " | ||
| 3315 | "BRANCH" | ||
| 3316 | msgstr "" | ||
| 3317 | "\n" | ||
| 3318 | " --branch=VETVA stiahnuť koniec danej VETVY kanála „guix“" | ||
| 3319 | |||
| 3320 | #: guix/scripts/pull.scm:99 | ||
| 3321 | msgid "" | ||
| 3322 | "\n" | ||
| 3323 | " --allow-downgrades allow downgrades to earlier channel revisions" | ||
| 3324 | msgstr "" | ||
| 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 | ||
| 3329 | msgid "" | ||
| 3330 | "\n" | ||
| 3331 | " --disable-authentication\n" | ||
| 3332 | " disable channel authentication" | ||
| 3333 | msgstr "" | ||
| 3334 | "\n" | ||
| 3335 | " --disable-authentication\n" | ||
| 3336 | " vypnúť overovanie kanálov" | ||
| 3337 | |||
| 3338 | #: guix/scripts/pull.scm:104 | ||
| 3339 | msgid "" | ||
| 3340 | "\n" | ||
| 3341 | " -N, --news display news compared to the previous generation" | ||
| 3342 | msgstr "" | ||
| 3343 | "\n" | ||
| 3344 | " -N, --news zobraziť novinky v tomto pokolení" | ||
| 3345 | |||
| 3346 | #: guix/scripts/pull.scm:117 | ||
| 3347 | #, scheme-format | ||
| 3348 | msgid "" | ||
| 3349 | "\n" | ||
| 3350 | " -p, --profile=PROFILE use PROFILE instead of ~/.config/guix/current" | ||
| 3351 | msgstr "" | ||
| 3352 | "\n" | ||
| 3353 | " -p, --profile=PROFIL použiť PROFIL namiesto ~/.config/guix/current" | ||
| 3354 | |||
| 3355 | #: guix/scripts/pull.scm:123 | ||
| 3356 | msgid "" | ||
| 3357 | "\n" | ||
| 3358 | " --bootstrap use the bootstrap Guile to build the new Guix" | ||
| 3359 | msgstr "" | ||
| 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 | ||
| 3366 | msgid "rolling back channel '~a' from ~a to ~a~%" | ||
| 3367 | msgstr "vraciam kanál „~a“ z ~a na ~a~%" | ||
| 3368 | |||
| 3369 | #: guix/scripts/pull.scm:215 guix/scripts/system/reconfigure.scm:331 | ||
| 3370 | #, scheme-format | ||
| 3371 | msgid "moving channel '~a' from ~a to unrelated commit ~a~%" | ||
| 3372 | msgstr "" | ||
| 3373 | "presúvanie kanála „~a“ z ~a k nesúvisiacemu číslu úpravy (commitu) ~a~%" | ||
| 3374 | |||
| 3375 | #: guix/scripts/pull.scm:244 | ||
| 3376 | msgid "New in this revision:\n" | ||
| 3377 | msgstr "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 | ||
| 3384 | msgid " ~a at ~a~%" | ||
| 3385 | msgstr " ~a na ~a~%" | ||
| 3386 | |||
| 3387 | #: guix/scripts/pull.scm:291 | ||
| 3388 | #, scheme-format | ||
| 3389 | msgid " commit ~a~%" | ||
| 3390 | msgstr " číslo úpravy (commit) ~a~%" | ||
| 3391 | |||
| 3392 | #: guix/scripts/pull.scm:328 | ||
| 3393 | #, scheme-format | ||
| 3394 | msgid "News for channel '~a'~%" | ||
| 3395 | msgstr "Novinky kanála „~a“~%" | ||
| 3396 | |||
| 3397 | #: guix/scripts/pull.scm:354 | ||
| 3398 | #, scheme-format | ||
| 3399 | msgid " ~a new channel:~%" | ||
| 3400 | msgid_plural " ~a new channels:~%" | ||
| 3401 | msgstr[0] " ~a nový kanál:~%" | ||
| 3402 | msgstr[1] " ~a nové kanály:~%" | ||
| 3403 | msgstr[2] " ~a nových kanálov:~%" | ||
| 3404 | |||
| 3405 | #: guix/scripts/pull.scm:364 | ||
| 3406 | #, scheme-format | ||
| 3407 | msgid " ~a channel removed:~%" | ||
| 3408 | msgid_plural " ~a channels removed:~%" | ||
| 3409 | msgstr[0] " ~a odstránený kanál:~%" | ||
| 3410 | msgstr[1] " ~a odstránené kanály:~%" | ||
| 3411 | msgstr[2] " ~a odstránených kanálov:~%" | ||
| 3412 | |||
| 3413 | #: guix/scripts/pull.scm:440 | ||
| 3414 | msgid "Run @command{guix pull --news} to read all the news." | ||
| 3415 | msgstr "Prečítajte si všetky novinky pomocou @command{guix pull --news}." | ||
| 3416 | |||
| 3417 | #: guix/scripts/pull.scm:448 | ||
| 3418 | #, scheme-format | ||
| 3419 | msgid "" | ||
| 3420 | "After setting @code{PATH}, run\n" | ||
| 3421 | "@command{hash guix} to make sure your shell refers to @file{~a}." | ||
| 3422 | msgstr "" | ||
| 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 | ||
| 3428 | msgid "Migrating profile generations to '~a'...~%" | ||
| 3429 | msgstr "Premiestňujú sa pokolenia profilu do „~a“...~%" | ||
| 3430 | |||
| 3431 | #: guix/scripts/pull.scm:527 | ||
| 3432 | #, scheme-format | ||
| 3433 | msgid "while creating symlink '~a': ~a~%" | ||
| 3434 | msgstr "pri vytváraní symbolického odkazu „~a“: ~a~%" | ||
| 3435 | |||
| 3436 | #: guix/scripts/pull.scm:616 | ||
| 3437 | msgid " ~h new package: ~a~%" | ||
| 3438 | msgid_plural " ~h new packages: ~a~%" | ||
| 3439 | msgstr[0] " ~h nový balík: ~a~%" | ||
| 3440 | msgstr[1] " ~h nové balíky: ~a~%" | ||
| 3441 | msgstr[2] " ~h nových balíkov: ~a~%" | ||
| 3442 | |||
| 3443 | #: guix/scripts/pull.scm:624 | ||
| 3444 | msgid " ~h package upgraded: ~a~%" | ||
| 3445 | msgid_plural " ~h packages upgraded: ~a~%" | ||
| 3446 | msgstr[0] " ~h aktualizovaný balík: ~a~%" | ||
| 3447 | msgstr[1] " ~h aktualizované balíky: ~a~%" | ||
| 3448 | msgstr[2] " ~h aktualizovaných balíkov: ~a~%" | ||
| 3449 | |||
| 3450 | #: guix/scripts/pull.scm:713 | ||
| 3451 | #, scheme-format | ||
| 3452 | msgid "'~a' did not return a list of channels~%" | ||
| 3453 | msgstr "„~a“ nevrátil zoznam kanálov~%" | ||
| 3454 | |||
| 3455 | #: guix/scripts/pull.scm:729 | ||
| 3456 | #, scheme-format | ||
| 3457 | msgid "" | ||
| 3458 | "The 'GUIX_PULL_URL' environment variable is deprecated.\n" | ||
| 3459 | "Use '~/.config/guix/channels.scm' instead." | ||
| 3460 | msgstr "" | ||
| 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 | ||
| 3466 | msgid "Building from this channel:~%" | ||
| 3467 | msgid_plural "Building from these channels:~%" | ||
| 3468 | msgstr[0] "Zostavuje sa z tohto kanála:~%" | ||
| 3469 | msgstr[1] "Zostavuje sa z týchto kanálov:~%" | ||
| 3470 | msgstr[2] "Zostavuje sa z týchto kanálov:~%" | ||
| 3471 | |||
| 3472 | #: guix/scripts/substitute.scm:87 | ||
| 3473 | #, scheme-format | ||
| 3474 | msgid "authentication and authorization of substitutes disabled!~%" | ||
| 3475 | msgstr "overenie a povolenie náhrad vypnuté!~%" | ||
| 3476 | |||
| 3477 | #: guix/scripts/substitute.scm:222 | ||
| 3478 | #, scheme-format | ||
| 3479 | msgid "host name lookup error: ~a~%" | ||
| 3480 | msgstr "zisťovanie názvu hostiteľa zlyhalo: ~a~%" | ||
| 3481 | |||
| 3482 | #: guix/scripts/substitute.scm:227 | ||
| 3483 | #, scheme-format | ||
| 3484 | msgid "TLS error in procedure '~a': ~a~%" | ||
| 3485 | msgstr "Chyba TLS v procedúre „~a“: ~a~%" | ||
| 3486 | |||
| 3487 | #: guix/scripts/substitute.scm:238 | ||
| 3488 | msgid "" | ||
| 3489 | "Usage: guix substitute [OPTION]...\n" | ||
| 3490 | "Internal tool to substitute a pre-built binary to a local build.\n" | ||
| 3491 | msgstr "" | ||
| 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 | ||
| 3497 | msgid "" | ||
| 3498 | "\n" | ||
| 3499 | " --query report on the availability of substitutes for the\n" | ||
| 3500 | " store file names passed on the standard input" | ||
| 3501 | msgstr "" | ||
| 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 | ||
| 3507 | msgid "" | ||
| 3508 | "\n" | ||
| 3509 | " --substitute STORE-FILE DESTINATION\n" | ||
| 3510 | " download STORE-FILE and store it as a Nar in file\n" | ||
| 3511 | " DESTINATION" | ||
| 3512 | msgstr "" | ||
| 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 | ||
| 3520 | msgid "updating substitutes from '~a'... ~5,1f%" | ||
| 3521 | msgstr "aktualizujú sa náhrady z „~a“... ~5,1f%" | ||
| 3522 | |||
| 3523 | #: guix/scripts/substitute.scm:462 | ||
| 3524 | #, scheme-format | ||
| 3525 | msgid "download from '~a' failed: ~a, ~s~%" | ||
| 3526 | msgstr "sťahovanie z „~a“ zlyhalo: ~a, ~s~%" | ||
| 3527 | |||
| 3528 | #: guix/scripts/substitute.scm:472 | ||
| 3529 | #, scheme-format | ||
| 3530 | msgid "while fetching ~a: server is somewhat slow~%" | ||
| 3531 | msgstr "pri získavaní ~a: odozva servera je nízka~%" | ||
| 3532 | |||
| 3533 | #: guix/scripts/substitute.scm:474 | ||
| 3534 | #, scheme-format | ||
| 3535 | msgid "try `--no-substitutes' if the problem persists~%" | ||
| 3536 | msgstr "skúste použiť prepínač „--no-substitutes“ ak ťažkosti pretrvávajú~%" | ||
| 3537 | |||
| 3538 | #: guix/scripts/substitute.scm:481 | ||
| 3539 | #, scheme-format | ||
| 3540 | msgid "unsupported substitute URI scheme: ~a~%" | ||
| 3541 | msgstr "nepodporované pravidlo nahrádzania prepojení: ~a~%" | ||
| 3542 | |||
| 3543 | #: guix/scripts/substitute.scm:485 | ||
| 3544 | #, scheme-format | ||
| 3545 | msgid "no valid substitute for '~a'~%" | ||
| 3546 | msgstr "žiadne platné náhrady za „~a“~%" | ||
| 3547 | |||
| 3548 | #: guix/scripts/substitute.scm:494 | ||
| 3549 | #, scheme-format | ||
| 3550 | msgid "Downloading ~a...~%" | ||
| 3551 | msgstr "Sťahuje sa ~a...~%" | ||
| 3552 | |||
| 3553 | #: guix/scripts/substitute.scm:598 | ||
| 3554 | msgid "" | ||
| 3555 | "ACL for archive imports seems to be uninitialized, substitutes may be " | ||
| 3556 | "unavailable\n" | ||
| 3557 | msgstr "" | ||
| 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 | ||
| 3563 | msgid "~a: invalid URI~%" | ||
| 3564 | msgstr "~a: neplatné prepojenie~%" | ||
| 3565 | |||
| 3566 | #: guix/scripts/substitute.scm:770 | ||
| 3567 | #, scheme-format | ||
| 3568 | msgid "~a: unrecognized options~%" | ||
| 3569 | msgstr "~a: nerozpoznané prepínače~%" | ||
| 3570 | |||
| 3571 | #: guix/scripts/authenticate.scm:64 | ||
| 3572 | #, scheme-format | ||
| 3573 | msgid "failed to load key pair at '~a': ~a~%" | ||
| 3574 | msgstr "získavanie páru kľúčov zlyhalo na „~a“: ~a~%" | ||
| 3575 | |||
| 3576 | #: guix/scripts/authenticate.scm:86 | ||
| 3577 | #, scheme-format | ||
| 3578 | msgid "invalid signature: ~a" | ||
| 3579 | msgstr "neplatný podpis: ~a" | ||
| 3580 | |||
| 3581 | #: guix/scripts/authenticate.scm:89 | ||
| 3582 | #, scheme-format | ||
| 3583 | msgid "unauthorized public key: ~a" | ||
| 3584 | msgstr "nepovolený verejný kľúč: ~a" | ||
| 3585 | |||
| 3586 | #: guix/scripts/authenticate.scm:92 | ||
| 3587 | #, scheme-format | ||
| 3588 | msgid "corrupt signature data: ~a" | ||
| 3589 | msgstr "poškodený podpis: ~a" | ||
| 3590 | |||
| 3591 | #: guix/scripts/authenticate.scm:184 | ||
| 3592 | msgid "" | ||
| 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" | ||
| 3597 | msgstr "" | ||
| 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 | ||
| 3604 | msgid "~s: invalid command; ignoring~%" | ||
| 3605 | msgstr "~s: neplatný príkaz; preskakujem~%" | ||
| 3606 | |||
| 3607 | #: guix/scripts/authenticate.scm:223 | ||
| 3608 | #, scheme-format | ||
| 3609 | msgid "wrong arguments~%" | ||
| 3610 | msgstr "neplatné parametre~%" | ||
| 3611 | |||
| 3612 | #: guix/scripts/system.scm:175 | ||
| 3613 | #, scheme-format | ||
| 3614 | msgid "copying to '~a'..." | ||
| 3615 | msgstr "kopírujem do „~a“..." | ||
| 3616 | |||
| 3617 | #: guix/scripts/system.scm:211 | ||
| 3618 | #, scheme-format | ||
| 3619 | msgid "initializing the current root file system~%" | ||
| 3620 | msgstr "nastavuje sa súčasný koreňový súborový systém~%" | ||
| 3621 | |||
| 3622 | #: guix/scripts/system.scm:225 | ||
| 3623 | #, scheme-format | ||
| 3624 | msgid "not running as 'root', so the ownership of '~a' may be incorrect!~%" | ||
| 3625 | msgstr "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 | ||
| 3630 | msgid "bootloader successfully installed on '~a'~%" | ||
| 3631 | msgstr "zavádzač bol úspešne nainštalovaný na „~a“~%" | ||
| 3632 | |||
| 3633 | #: guix/scripts/system.scm:278 | ||
| 3634 | #, scheme-format | ||
| 3635 | msgid "while talking to shepherd: ~a~%" | ||
| 3636 | msgstr "pri spojení so shepherdom: ~a~%" | ||
| 3637 | |||
| 3638 | #: guix/scripts/system.scm:286 | ||
| 3639 | #, scheme-format | ||
| 3640 | msgid "service '~a' could not be found~%" | ||
| 3641 | msgstr "služba „~a“ sa nenašla~%" | ||
| 3642 | |||
| 3643 | #: guix/scripts/system.scm:289 | ||
| 3644 | #, scheme-format | ||
| 3645 | msgid "service '~a' does not have an action '~a'~%" | ||
| 3646 | msgstr "služba „~a“ postráda činnosť „~a“~%" | ||
| 3647 | |||
| 3648 | #: guix/scripts/system.scm:293 | ||
| 3649 | #, scheme-format | ||
| 3650 | msgid "exception caught while executing '~a' on service '~a':~%" | ||
| 3651 | msgstr "výnimka zachytená pri spúšťaní „~a“ v službe „~a“:~%" | ||
| 3652 | |||
| 3653 | #: guix/scripts/system.scm:301 | ||
| 3654 | #, scheme-format | ||
| 3655 | msgid "something went wrong: ~s~%" | ||
| 3656 | msgstr "niečo sa pokazilo: ~s~%" | ||
| 3657 | |||
| 3658 | #: guix/scripts/system.scm:304 | ||
| 3659 | #, scheme-format | ||
| 3660 | msgid "shepherd error~%" | ||
| 3661 | msgstr "chyba shepherd-a~%" | ||
| 3662 | |||
| 3663 | #: guix/scripts/system.scm:308 | ||
| 3664 | #, scheme-format | ||
| 3665 | msgid "some services could not be upgraded~%" | ||
| 3666 | msgstr "niektoré služby sa nepodarilo aktualizovať~%" | ||
| 3667 | |||
| 3668 | #: guix/scripts/system.scm:309 | ||
| 3669 | msgid "" | ||
| 3670 | "To allow changes to all the system services to take\n" | ||
| 3671 | "effect, you will need to reboot." | ||
| 3672 | msgstr "" | ||
| 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 | ||
| 3678 | msgid "cannot switch to system generation '~a'~%" | ||
| 3679 | msgstr "nepodarilo sa prepnúť na pokolenie systému „~a“~%" | ||
| 3680 | |||
| 3681 | #: guix/scripts/system.scm:451 | ||
| 3682 | msgid "the DAG of services" | ||
| 3683 | msgstr "orientovaný acyklický graf služieb" | ||
| 3684 | |||
| 3685 | #: guix/scripts/system.scm:464 | ||
| 3686 | msgid "the dependency graph of shepherd services" | ||
| 3687 | msgstr "graf závislostí služieb shepherda" | ||
| 3688 | |||
| 3689 | #: guix/scripts/system.scm:479 | ||
| 3690 | #, scheme-format | ||
| 3691 | msgid " repository URL: ~a~%" | ||
| 3692 | msgstr " prepojenie na repozitár: ~a~%" | ||
| 3693 | |||
| 3694 | #: guix/scripts/system.scm:481 | ||
| 3695 | #, scheme-format | ||
| 3696 | msgid " branch: ~a~%" | ||
| 3697 | msgstr " vetva: ~a~%" | ||
| 3698 | |||
| 3699 | #: guix/scripts/system.scm:482 | ||
| 3700 | #, scheme-format | ||
| 3701 | msgid " commit: ~a~%" | ||
| 3702 | msgstr " číslo úpravy (commit): ~a~%" | ||
| 3703 | |||
| 3704 | #: guix/scripts/system.scm:502 | ||
| 3705 | #, scheme-format | ||
| 3706 | msgid " file name: ~a~%" | ||
| 3707 | msgstr " názov súboru: ~a~%" | ||
| 3708 | |||
| 3709 | #: guix/scripts/system.scm:503 | ||
| 3710 | #, scheme-format | ||
| 3711 | msgid " canonical file name: ~a~%" | ||
| 3712 | msgstr " 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 | ||
| 3717 | msgid " label: ~a~%" | ||
| 3718 | msgstr " menovka: ~a~%" | ||
| 3719 | |||
| 3720 | #: guix/scripts/system.scm:506 | ||
| 3721 | #, scheme-format | ||
| 3722 | msgid " bootloader: ~a~%" | ||
| 3723 | msgstr " 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 | ||
| 3735 | msgid " root device: ~[UUID: ~a~;label: ~s~;~a~]~%" | ||
| 3736 | msgstr " koreňové zariadenie: ~[UUID: ~a~;menovka: ~s~;~a~]~%" | ||
| 3737 | |||
| 3738 | #: guix/scripts/system.scm:522 | ||
| 3739 | #, scheme-format | ||
| 3740 | msgid " kernel: ~a~%" | ||
| 3741 | msgstr " jadro: ~a~%" | ||
| 3742 | |||
| 3743 | #: guix/scripts/system.scm:527 | ||
| 3744 | #, scheme-format | ||
| 3745 | msgid " multiboot: ~a~%" | ||
| 3746 | msgstr " 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 | ||
| 3752 | msgid " channels:~%" | ||
| 3753 | msgstr " kanály:~%" | ||
| 3754 | |||
| 3755 | #: guix/scripts/system.scm:536 | ||
| 3756 | #, scheme-format | ||
| 3757 | msgid " configuration file: ~a~%" | ||
| 3758 | msgstr " súbor nastavení: ~a~%" | ||
| 3759 | |||
| 3760 | #: guix/scripts/system.scm:609 | ||
| 3761 | #, scheme-format | ||
| 3762 | msgid "device '~a' not found: ~a~%" | ||
| 3763 | msgstr "zariadenie „~a“ sa nenašlo: ~a~%" | ||
| 3764 | |||
| 3765 | #: guix/scripts/system.scm:612 | ||
| 3766 | #, scheme-format | ||
| 3767 | msgid "" | ||
| 3768 | "If '~a' is a file system\n" | ||
| 3769 | "label, write @code{(file-system-label ~s)} in your @code{device} field." | ||
| 3770 | msgstr "" | ||
| 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 | ||
| 3776 | msgid "file system with label '~a' not found~%" | ||
| 3777 | msgstr "súborový systém s menovkou „~a“ sa nenašiel~%" | ||
| 3778 | |||
| 3779 | #: guix/scripts/system.scm:627 | ||
| 3780 | #, scheme-format | ||
| 3781 | msgid "file system with UUID '~a' not found~%" | ||
| 3782 | msgstr "súborový systém s UUID „~a“ sa nenašiel~%" | ||
| 3783 | |||
| 3784 | #: guix/scripts/system.scm:714 | ||
| 3785 | #, scheme-format | ||
| 3786 | msgid "'disk-image' is deprecated: use 'image' instead~%" | ||
| 3787 | msgstr "" | ||
| 3788 | "použitie „disk-image“ sa už neodporúča: namiesto toho použite „image“~%" | ||
| 3789 | |||
| 3790 | #: guix/scripts/system.scm:716 | ||
| 3791 | #, scheme-format | ||
| 3792 | msgid "'vm-image' is deprecated: use 'image' instead~%" | ||
| 3793 | msgstr "použitie „vm-image“ sa už neodporúča; namiesto toho použite „image“~%" | ||
| 3794 | |||
| 3795 | #: guix/scripts/system.scm:729 | ||
| 3796 | #, scheme-format | ||
| 3797 | msgid "Consider running 'guix pull' before 'reconfigure'.~%" | ||
| 3798 | msgstr "Zvážte spustenie „guix pull“ pred „reconfigure“.~%" | ||
| 3799 | |||
| 3800 | #: guix/scripts/system.scm:730 | ||
| 3801 | #, scheme-format | ||
| 3802 | msgid "Failing to do that may downgrade your system!~%" | ||
| 3803 | msgstr "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 | ||
| 3807 | msgid "activating system...~%" | ||
| 3808 | msgstr "spúšťa sa systém...~%" | ||
| 3809 | |||
| 3810 | #: guix/scripts/system.scm:861 | ||
| 3811 | msgid "" | ||
| 3812 | "To complete the upgrade, run 'herd restart SERVICE' to stop,\n" | ||
| 3813 | "upgrade, and restart each service that was not automatically restarted.\n" | ||
| 3814 | msgstr "" | ||
| 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 | ||
| 3820 | msgid "Run 'herd status' to view the list of services on your system.\n" | ||
| 3821 | msgstr "" | ||
| 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 | ||
| 3826 | msgid "initializing operating system under '~a'...~%" | ||
| 3827 | msgstr "nastavuje sa operačný systém v „~a“...~%" | ||
| 3828 | |||
| 3829 | #: guix/scripts/system.scm:888 guix/scripts/graph.scm:437 | ||
| 3830 | #, scheme-format | ||
| 3831 | msgid "~a: unknown backend~%" | ||
| 3832 | msgstr "~a: neznámy nástroj~%" | ||
| 3833 | |||
| 3834 | #: guix/scripts/system.scm:925 | ||
| 3835 | msgid "The available image types are:\n" | ||
| 3836 | msgstr "Dostupné typy obrazov sú:\n" | ||
| 3837 | |||
| 3838 | #: guix/scripts/system.scm:935 | ||
| 3839 | msgid "" | ||
| 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" | ||
| 3843 | msgstr "" | ||
| 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 | ||
| 3849 | msgid " search search for existing service types\n" | ||
| 3850 | msgstr " search hľadať existujúce typy služieb\n" | ||
| 3851 | |||
| 3852 | #: guix/scripts/system.scm:943 | ||
| 3853 | msgid " reconfigure switch to a new operating system configuration\n" | ||
| 3854 | msgstr " reconfigure prepnúť na nové nastavenie systému\n" | ||
| 3855 | |||
| 3856 | #: guix/scripts/system.scm:945 | ||
| 3857 | msgid "" | ||
| 3858 | " roll-back switch to the previous operating system configuration\n" | ||
| 3859 | msgstr " roll-back prepnúť na predchádzajúce nastavenie systému\n" | ||
| 3860 | |||
| 3861 | #: guix/scripts/system.scm:947 | ||
| 3862 | msgid " describe describe the current system\n" | ||
| 3863 | msgstr " describe popísať súčasný systém\n" | ||
| 3864 | |||
| 3865 | #: guix/scripts/system.scm:949 | ||
| 3866 | msgid " list-generations list the system generations\n" | ||
| 3867 | msgstr " list-generations zobraziť pokolenia systému\n" | ||
| 3868 | |||
| 3869 | #: guix/scripts/system.scm:951 | ||
| 3870 | msgid "" | ||
| 3871 | " switch-generation switch to an existing operating system configuration\n" | ||
| 3872 | msgstr "" | ||
| 3873 | " switch-generation prepnúť na niektoré z existujúcich nastavení systému\n" | ||
| 3874 | |||
| 3875 | #: guix/scripts/system.scm:953 | ||
| 3876 | msgid " delete-generations delete old system generations\n" | ||
| 3877 | msgstr " delete-generations odstrániť predchádzajúce pokolenia systému\n" | ||
| 3878 | |||
| 3879 | #: guix/scripts/system.scm:955 | ||
| 3880 | msgid "" | ||
| 3881 | " build build the operating system without installing anything\n" | ||
| 3882 | msgstr " build zostaviť operačný systém ale nič neinštalovať\n" | ||
| 3883 | |||
| 3884 | #: guix/scripts/system.scm:957 | ||
| 3885 | msgid " container build a container that shares the host's store\n" | ||
| 3886 | msgstr " container zostaviť kontajner zdieľajúci úložisko hostiteľa\n" | ||
| 3887 | |||
| 3888 | #: guix/scripts/system.scm:959 | ||
| 3889 | msgid "" | ||
| 3890 | " vm build a virtual machine image that shares the host's " | ||
| 3891 | "store\n" | ||
| 3892 | msgstr "" | ||
| 3893 | " vm zostaviť virtuálny stroj zdieľajúci úložisko hostiteľa\n" | ||
| 3894 | |||
| 3895 | #: guix/scripts/system.scm:961 | ||
| 3896 | msgid " image build a Guix System image\n" | ||
| 3897 | msgstr " image zostaviť obraz systému Guix\n" | ||
| 3898 | |||
| 3899 | #: guix/scripts/system.scm:963 | ||
| 3900 | msgid " docker-image build a Docker image\n" | ||
| 3901 | msgstr " docker-image zostaviť Docker obraz\n" | ||
| 3902 | |||
| 3903 | #: guix/scripts/system.scm:965 | ||
| 3904 | msgid " init initialize a root file system to run GNU\n" | ||
| 3905 | msgstr "" | ||
| 3906 | " init nastaviť koreňový súborový systém pre spustenie GNU\n" | ||
| 3907 | |||
| 3908 | #: guix/scripts/system.scm:967 | ||
| 3909 | msgid " extension-graph emit the service extension graph in Dot format\n" | ||
| 3910 | msgstr " extension-graph vytvoriť graf rozšírení služieb vo formáte Dot\n" | ||
| 3911 | |||
| 3912 | #: guix/scripts/system.scm:969 | ||
| 3913 | msgid " shepherd-graph emit the graph of shepherd services in Dot format\n" | ||
| 3914 | msgstr " shepherd-graph vytvoriť graf služieb shepherda vo formáte Dot\n" | ||
| 3915 | |||
| 3916 | #: guix/scripts/system.scm:973 | ||
| 3917 | msgid "" | ||
| 3918 | "\n" | ||
| 3919 | " -d, --derivation return the derivation of the given system" | ||
| 3920 | msgstr "" | ||
| 3921 | "\n" | ||
| 3922 | " -d, --derivation vrátiť odvodeninu zadaného systému" | ||
| 3923 | |||
| 3924 | #: guix/scripts/system.scm:975 | ||
| 3925 | msgid "" | ||
| 3926 | "\n" | ||
| 3927 | " -e, --expression=EXPR consider the operating-system EXPR evaluates to\n" | ||
| 3928 | " instead of reading FILE, when applicable" | ||
| 3929 | msgstr "" | ||
| 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 | ||
| 3935 | msgid "" | ||
| 3936 | "\n" | ||
| 3937 | " --allow-downgrades for 'reconfigure', allow downgrades to earlier\n" | ||
| 3938 | " channel revisions" | ||
| 3939 | msgstr "" | ||
| 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 | ||
| 3945 | msgid "" | ||
| 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" | ||
| 3950 | msgstr "" | ||
| 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 | ||
| 3958 | msgid "" | ||
| 3959 | "\n" | ||
| 3960 | " --list-image-types list available image types" | ||
| 3961 | msgstr "" | ||
| 3962 | "\n" | ||
| 3963 | " --list-image-types zobraziť dostupné typy obrazov" | ||
| 3964 | |||
| 3965 | #: guix/scripts/system.scm:987 | ||
| 3966 | msgid "" | ||
| 3967 | "\n" | ||
| 3968 | " -t, --image-type=TYPE for 'image', produce an image of TYPE" | ||
| 3969 | msgstr "" | ||
| 3970 | "\n" | ||
| 3971 | " -t, --image-type=TYP „obrazu“, vytvoriť obraz TYPU" | ||
| 3972 | |||
| 3973 | #: guix/scripts/system.scm:989 | ||
| 3974 | msgid "" | ||
| 3975 | "\n" | ||
| 3976 | " --image-size=SIZE for 'image', produce an image of SIZE" | ||
| 3977 | msgstr "" | ||
| 3978 | "\n" | ||
| 3979 | " --image-size=VEĽKOSŤ „obrazu“, vytvoriť obraz o VEĽKOSTI" | ||
| 3980 | |||
| 3981 | #: guix/scripts/system.scm:991 | ||
| 3982 | msgid "" | ||
| 3983 | "\n" | ||
| 3984 | " --no-bootloader for 'init', do not install a bootloader" | ||
| 3985 | msgstr "" | ||
| 3986 | "\n" | ||
| 3987 | " --no-bootloader pre „init“, neinštalovať zavádzač" | ||
| 3988 | |||
| 3989 | #: guix/scripts/system.scm:993 | ||
| 3990 | msgid "" | ||
| 3991 | "\n" | ||
| 3992 | " --volatile for 'image', make the root file system volatile" | ||
| 3993 | msgstr "" | ||
| 3994 | "\n" | ||
| 3995 | " --volatile „obraz“, nastaviť koreňový súborový systém ako " | ||
| 3996 | "nestály" | ||
| 3997 | |||
| 3998 | #: guix/scripts/system.scm:995 | ||
| 3999 | msgid "" | ||
| 4000 | "\n" | ||
| 4001 | " --label=LABEL for 'image', label disk image with LABEL" | ||
| 4002 | msgstr "" | ||
| 4003 | "\n" | ||
| 4004 | " --label=MENOVKA „obrazu“, označiť obraz disku MENOVKOU" | ||
| 4005 | |||
| 4006 | #: guix/scripts/system.scm:997 guix/scripts/pack.scm:1099 | ||
| 4007 | msgid "" | ||
| 4008 | "\n" | ||
| 4009 | " --save-provenance save provenance information" | ||
| 4010 | msgstr "" | ||
| 4011 | "\n" | ||
| 4012 | " --save-provenance uložiť údaje o pôvode" | ||
| 4013 | |||
| 4014 | #: guix/scripts/system.scm:999 | ||
| 4015 | msgid "" | ||
| 4016 | "\n" | ||
| 4017 | " --share=SPEC for 'vm' and 'container', share host file system " | ||
| 4018 | "with\n" | ||
| 4019 | " read/write access according to SPEC" | ||
| 4020 | msgstr "" | ||
| 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 | ||
| 4027 | msgid "" | ||
| 4028 | "\n" | ||
| 4029 | " --expose=SPEC for 'vm' and 'container', expose host file system\n" | ||
| 4030 | " directory as read-only according to SPEC" | ||
| 4031 | msgstr "" | ||
| 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 | ||
| 4038 | msgid "" | ||
| 4039 | "\n" | ||
| 4040 | " -N, --network for 'container', allow containers to access the " | ||
| 4041 | "network" | ||
| 4042 | msgstr "" | ||
| 4043 | "\n" | ||
| 4044 | " -N, --network pre „container“, umožniť kontajnerom prístup do " | ||
| 4045 | "siete" | ||
| 4046 | |||
| 4047 | #: guix/scripts/system.scm:1007 | ||
| 4048 | msgid "" | ||
| 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" | ||
| 4053 | msgstr "" | ||
| 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 | ||
| 4060 | msgid "" | ||
| 4061 | "\n" | ||
| 4062 | " --full-boot for 'vm', make a full boot sequence" | ||
| 4063 | msgstr "" | ||
| 4064 | "\n" | ||
| 4065 | " --full-boot pre „vm“, vykonať úplné zavedenie" | ||
| 4066 | |||
| 4067 | #: guix/scripts/system.scm:1013 | ||
| 4068 | msgid "" | ||
| 4069 | "\n" | ||
| 4070 | " --skip-checks skip file system and initrd module safety checks" | ||
| 4071 | msgstr "" | ||
| 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 | ||
| 4077 | msgid "" | ||
| 4078 | "\n" | ||
| 4079 | " --graph-backend=BACKEND\n" | ||
| 4080 | " use BACKEND for 'extension-graphs' and 'shepherd-" | ||
| 4081 | "graph'" | ||
| 4082 | msgstr "" | ||
| 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 | ||
| 4090 | msgid "'~a' does not return an operating system or an image~%" | ||
| 4091 | msgstr "„~a“ nevracia operačný systém ani obraz~%" | ||
| 4092 | |||
| 4093 | #: guix/scripts/system.scm:1186 | ||
| 4094 | #, scheme-format | ||
| 4095 | msgid "both file and expression cannot be specified~%" | ||
| 4096 | msgstr "nie je možné zároveň určiť súbor aj výraz~%" | ||
| 4097 | |||
| 4098 | #: guix/scripts/system.scm:1193 | ||
| 4099 | #, scheme-format | ||
| 4100 | msgid "no configuration specified~%" | ||
| 4101 | msgstr "nebolo určené žiadne nastavenie~%" | ||
| 4102 | |||
| 4103 | #: guix/scripts/system.scm:1303 | ||
| 4104 | #, scheme-format | ||
| 4105 | msgid "no system generation, nothing to describe~%" | ||
| 4106 | msgstr "žiadne pokolenie systému, nie je k čomu poskytnúť popis~%" | ||
| 4107 | |||
| 4108 | #: guix/scripts/system.scm:1349 | ||
| 4109 | #, scheme-format | ||
| 4110 | msgid "~a: unknown action~%" | ||
| 4111 | msgstr "~a: neznáma činnosť~%" | ||
| 4112 | |||
| 4113 | #: guix/scripts/system.scm:1365 | ||
| 4114 | #, scheme-format | ||
| 4115 | msgid "wrong number of arguments for action '~a'~%" | ||
| 4116 | msgstr "nesprávny počet parametrov pre činnosť „~a“~%" | ||
| 4117 | |||
| 4118 | #: guix/scripts/system.scm:1370 | ||
| 4119 | #, scheme-format | ||
| 4120 | msgid "guix system: missing command name~%" | ||
| 4121 | msgstr "guix system: chýba názov príkazu~%" | ||
| 4122 | |||
| 4123 | #: guix/scripts/system.scm:1372 | ||
| 4124 | #, scheme-format | ||
| 4125 | msgid "Try 'guix system --help' for more information.~%" | ||
| 4126 | msgstr "Skúste „guix system --help“ pre viac podrobností.~%" | ||
| 4127 | |||
| 4128 | #: guix/scripts/system/search.scm:93 guix/ui.scm:1544 guix/ui.scm:1562 | ||
| 4129 | msgid "unknown" | ||
| 4130 | msgstr "neznáme" | ||
| 4131 | |||
| 4132 | #: guix/scripts/lint.scm:58 | ||
| 4133 | #, scheme-format | ||
| 4134 | msgid "~a@~a: ~a~%" | ||
| 4135 | msgstr "~a@~a: ~a~%" | ||
| 4136 | |||
| 4137 | #: guix/scripts/lint.scm:82 | ||
| 4138 | #, scheme-format | ||
| 4139 | msgid "Available checkers:~%" | ||
| 4140 | msgstr "Dostupné overovače:~%" | ||
| 4141 | |||
| 4142 | #: guix/scripts/lint.scm:100 | ||
| 4143 | msgid "" | ||
| 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" | ||
| 4147 | msgstr "" | ||
| 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 | ||
| 4153 | msgid "" | ||
| 4154 | "\n" | ||
| 4155 | " -c, --checkers=CHECKER1,CHECKER2...\n" | ||
| 4156 | " only run the specified checkers" | ||
| 4157 | msgstr "" | ||
| 4158 | "\n" | ||
| 4159 | " -c, --checkers=OVEROVAČ1,OVEROVAČ2...\n" | ||
| 4160 | " spustiť len zadané overovače" | ||
| 4161 | |||
| 4162 | #: guix/scripts/lint.scm:106 | ||
| 4163 | msgid "" | ||
| 4164 | "\n" | ||
| 4165 | " -x, --exclude=CHECKER1,CHECKER2...\n" | ||
| 4166 | " exclude the specified checkers" | ||
| 4167 | msgstr "" | ||
| 4168 | "\n" | ||
| 4169 | " -x, --exclude=OVEROVAČ1,OVEROVAČ2...\n" | ||
| 4170 | " vylúčiť zadané overovače" | ||
| 4171 | |||
| 4172 | #: guix/scripts/lint.scm:109 | ||
| 4173 | msgid "" | ||
| 4174 | "\n" | ||
| 4175 | " -n, --no-network only run checkers that do not access the network" | ||
| 4176 | msgstr "" | ||
| 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 | ||
| 4182 | msgid "" | ||
| 4183 | "\n" | ||
| 4184 | " -l, --list-checkers display the list of available lint checkers" | ||
| 4185 | msgstr "" | ||
| 4186 | "\n" | ||
| 4187 | " -l, --list-checkers zobraziť zoznam dostupných overovačov" | ||
| 4188 | |||
| 4189 | #: guix/scripts/lint.scm:136 | ||
| 4190 | #, scheme-format | ||
| 4191 | msgid "~a: invalid checker~%" | ||
| 4192 | msgstr "~a: neplatný overovač~%" | ||
| 4193 | |||
| 4194 | #: guix/scripts/publish.scm:82 | ||
| 4195 | #, scheme-format | ||
| 4196 | msgid "" | ||
| 4197 | "Usage: guix publish [OPTION]...\n" | ||
| 4198 | "Publish ~a over HTTP.\n" | ||
| 4199 | msgstr "" | ||
| 4200 | "Použitie: guix publish [PREPÍNAČ]...\n" | ||
| 4201 | "Uverejniť ~a cez HTTP.\n" | ||
| 4202 | |||
| 4203 | #: guix/scripts/publish.scm:84 | ||
| 4204 | msgid "" | ||
| 4205 | "\n" | ||
| 4206 | " -p, --port=PORT listen on PORT" | ||
| 4207 | msgstr "" | ||
| 4208 | "\n" | ||
| 4209 | " -p, --port=PORT počúvať na PORTE" | ||
| 4210 | |||
| 4211 | #: guix/scripts/publish.scm:86 | ||
| 4212 | msgid "" | ||
| 4213 | "\n" | ||
| 4214 | " --listen=HOST listen on the network interface for HOST" | ||
| 4215 | msgstr "" | ||
| 4216 | "\n" | ||
| 4217 | " --listen=HOSTITEĽ počúvať HOSTITEĽA pomocou sieťového rozhrania" | ||
| 4218 | |||
| 4219 | #: guix/scripts/publish.scm:88 | ||
| 4220 | msgid "" | ||
| 4221 | "\n" | ||
| 4222 | " -u, --user=USER change privileges to USER as soon as possible" | ||
| 4223 | msgstr "" | ||
| 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 | ||
| 4229 | msgid "" | ||
| 4230 | "\n" | ||
| 4231 | " -a, --advertise advertise on the local network" | ||
| 4232 | msgstr "" | ||
| 4233 | "\n" | ||
| 4234 | " -a, --advertise ohlasovať v miestnej sieti" | ||
| 4235 | |||
| 4236 | #: guix/scripts/publish.scm:92 | ||
| 4237 | msgid "" | ||
| 4238 | "\n" | ||
| 4239 | " -C, --compression[=METHOD:LEVEL]\n" | ||
| 4240 | " compress archives with METHOD at LEVEL" | ||
| 4241 | msgstr "" | ||
| 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 | ||
| 4247 | msgid "" | ||
| 4248 | "\n" | ||
| 4249 | " -c, --cache=DIRECTORY cache published items to DIRECTORY" | ||
| 4250 | msgstr "" | ||
| 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 | ||
| 4256 | msgid "" | ||
| 4257 | "\n" | ||
| 4258 | " --cache-bypass-threshold=SIZE\n" | ||
| 4259 | " serve store items below SIZE even when not cached" | ||
| 4260 | msgstr "" | ||
| 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 | ||
| 4267 | msgid "" | ||
| 4268 | "\n" | ||
| 4269 | " --workers=N use N workers to bake items" | ||
| 4270 | msgstr "" | ||
| 4271 | "\n" | ||
| 4272 | " --workers=N použiť N vlákien na prípravu položiek" | ||
| 4273 | |||
| 4274 | #: guix/scripts/publish.scm:102 | ||
| 4275 | msgid "" | ||
| 4276 | "\n" | ||
| 4277 | " --ttl=TTL announce narinfos can be cached for TTL seconds" | ||
| 4278 | msgstr "" | ||
| 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 | ||
| 4284 | msgid "" | ||
| 4285 | "\n" | ||
| 4286 | " --nar-path=PATH use PATH as the prefix for nar URLs" | ||
| 4287 | msgstr "" | ||
| 4288 | "\n" | ||
| 4289 | " --nar-path=CESTA použiť CESTU ako predponu prepojení nar" | ||
| 4290 | |||
| 4291 | #: guix/scripts/publish.scm:106 | ||
| 4292 | msgid "" | ||
| 4293 | "\n" | ||
| 4294 | " --public-key=FILE use FILE as the public key for signatures" | ||
| 4295 | msgstr "" | ||
| 4296 | "\n" | ||
| 4297 | " --public-key=SÚBOR použiť SÚBOR ako verejný kľúč na podpisovanie" | ||
| 4298 | |||
| 4299 | #: guix/scripts/publish.scm:108 | ||
| 4300 | msgid "" | ||
| 4301 | "\n" | ||
| 4302 | " --private-key=FILE use FILE as the private key for signatures" | ||
| 4303 | msgstr "" | ||
| 4304 | "\n" | ||
| 4305 | " --private-key=SÚBOR použiť SÚBOR ako súkromný kľúč na podpisovanie" | ||
| 4306 | |||
| 4307 | #: guix/scripts/publish.scm:110 | ||
| 4308 | msgid "" | ||
| 4309 | "\n" | ||
| 4310 | " -r, --repl[=PORT] spawn REPL server on PORT" | ||
| 4311 | msgstr "" | ||
| 4312 | "\n" | ||
| 4313 | " -r, --repl[=PORT] spustiť REPL server na PORTE" | ||
| 4314 | |||
| 4315 | #: guix/scripts/publish.scm:126 | ||
| 4316 | #, scheme-format | ||
| 4317 | msgid "lookup of host '~a' failed: ~a~%" | ||
| 4318 | msgstr "vyhľadávanie hostiteľa „~a“ zlyhalo: ~a~%" | ||
| 4319 | |||
| 4320 | #: guix/scripts/publish.scm:183 | ||
| 4321 | #, scheme-format | ||
| 4322 | msgid "lookup of host '~a' returned nothing" | ||
| 4323 | msgstr "vyhľadávanie hostiteľa „~a“ bolo bezvýsledné" | ||
| 4324 | |||
| 4325 | #: guix/scripts/publish.scm:206 | ||
| 4326 | #, scheme-format | ||
| 4327 | msgid "~a: unsupported compression type~%" | ||
| 4328 | msgstr "~a: nepodporovaný spôsob kompresie~%" | ||
| 4329 | |||
| 4330 | #: guix/scripts/publish.scm:224 | ||
| 4331 | #, scheme-format | ||
| 4332 | msgid "~a: invalid duration~%" | ||
| 4333 | msgstr "~a: neplatné trvanie~%" | ||
| 4334 | |||
| 4335 | #: guix/scripts/publish.scm:1077 | ||
| 4336 | #, scheme-format | ||
| 4337 | msgid "Advertising ~a~%." | ||
| 4338 | msgstr "Ohlasuje sa ~a~%." | ||
| 4339 | |||
| 4340 | #: guix/scripts/publish.scm:1108 | ||
| 4341 | #, scheme-format | ||
| 4342 | msgid "user '~a' not found: ~a~%" | ||
| 4343 | msgstr "používateľ „~a“ sa nenašiel: ~a~%" | ||
| 4344 | |||
| 4345 | #: guix/scripts/publish.scm:1160 | ||
| 4346 | #, scheme-format | ||
| 4347 | msgid "server running as root; consider using the '--user' option!~%" | ||
| 4348 | msgstr "server je spustený ako správca; zvážte použitie prepínača „--user“!~%" | ||
| 4349 | |||
| 4350 | #: guix/scripts/publish.scm:1168 | ||
| 4351 | #, scheme-format | ||
| 4352 | msgid "publishing ~a on ~a, port ~d~%" | ||
| 4353 | msgstr "uverejňuje sa ~a na ~a, port ~d~%" | ||
| 4354 | |||
| 4355 | #: guix/scripts/publish.scm:1174 | ||
| 4356 | #, scheme-format | ||
| 4357 | msgid "using '~a' compression method, level ~a~%" | ||
| 4358 | msgstr "používa sa spôsob kompresie „~a“, úroveň ~a~%" | ||
| 4359 | |||
| 4360 | #: guix/scripts/edit.scm:45 | ||
| 4361 | msgid "" | ||
| 4362 | "Usage: guix edit PACKAGE...\n" | ||
| 4363 | "Start $VISUAL or $EDITOR to edit the definitions of PACKAGE...\n" | ||
| 4364 | msgstr "" | ||
| 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 | ||
| 4370 | msgid "file '~a' not found in search path ~s~%" | ||
| 4371 | msgstr "súbor „~a“ sa v prehľadávanej ceste nenašiel ~s~%" | ||
| 4372 | |||
| 4373 | #: guix/scripts/edit.scm:104 | ||
| 4374 | #, scheme-format | ||
| 4375 | msgid "failed to launch '~a': ~a~%" | ||
| 4376 | msgstr "nepodarilo sa spustiť „~a“: ~a~%" | ||
| 4377 | |||
| 4378 | #: guix/scripts/size.scm:71 | ||
| 4379 | #, scheme-format | ||
| 4380 | msgid "no available substitute information for '~a'~%" | ||
| 4381 | msgstr "žiadne údaje o náhradách pre „~a“~%" | ||
| 4382 | |||
| 4383 | #: guix/scripts/size.scm:93 | ||
| 4384 | msgid "store item" | ||
| 4385 | msgstr "položka úložiska" | ||
| 4386 | |||
| 4387 | #: guix/scripts/size.scm:93 | ||
| 4388 | msgid "total" | ||
| 4389 | msgstr "celkovo" | ||
| 4390 | |||
| 4391 | #: guix/scripts/size.scm:93 | ||
| 4392 | msgid "self" | ||
| 4393 | msgstr "sám" | ||
| 4394 | |||
| 4395 | #: guix/scripts/size.scm:101 | ||
| 4396 | #, scheme-format | ||
| 4397 | msgid "total: ~,1f MiB~%" | ||
| 4398 | msgstr "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 | ||
| 4404 | msgid "store profile" | ||
| 4405 | msgstr "znázornenie úložiska" | ||
| 4406 | |||
| 4407 | #: guix/scripts/size.scm:233 | ||
| 4408 | msgid "" | ||
| 4409 | "Usage: guix size [OPTION]... PACKAGE|STORE-ITEM\n" | ||
| 4410 | "Report the size of the PACKAGE or STORE-ITEM, with its dependencies.\n" | ||
| 4411 | msgstr "" | ||
| 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 | ||
| 4416 | msgid "" | ||
| 4417 | "\n" | ||
| 4418 | " -s, --system=SYSTEM consider packages for SYSTEM--e.g., \"i686-linux\"" | ||
| 4419 | msgstr "" | ||
| 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 | ||
| 4425 | msgid "" | ||
| 4426 | "\n" | ||
| 4427 | " --sort=KEY sort according to KEY--\"closure\" or \"self\"" | ||
| 4428 | msgstr "" | ||
| 4429 | "\n" | ||
| 4430 | " --sort=KĽÚČ triediť podľa KĽÚČA: „closure“ alebo „self“" | ||
| 4431 | |||
| 4432 | #: guix/scripts/size.scm:243 | ||
| 4433 | msgid "" | ||
| 4434 | "\n" | ||
| 4435 | " -m, --map-file=FILE write to FILE a graphical map of disk usage" | ||
| 4436 | msgstr "" | ||
| 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 | ||
| 4443 | msgid "~a: invalid sorting key~%" | ||
| 4444 | msgstr "~a: neplatný triediaci kľúč~%" | ||
| 4445 | |||
| 4446 | #: guix/scripts/size.scm:318 | ||
| 4447 | msgid "missing store item argument\n" | ||
| 4448 | msgstr "chýba parameter položky úložiska\n" | ||
| 4449 | |||
| 4450 | #: guix/scripts/graph.scm:95 | ||
| 4451 | #, scheme-format | ||
| 4452 | msgid "~a: invalid argument (package name expected)" | ||
| 4453 | msgstr "~a: neplatný parameter (očakával sa názov balíka)" | ||
| 4454 | |||
| 4455 | #: guix/scripts/graph.scm:106 | ||
| 4456 | msgid "the DAG of packages, excluding implicit inputs" | ||
| 4457 | msgstr "orientovaný acyklický graf balíkov, okrem nepriamych vstupov" | ||
| 4458 | |||
| 4459 | #: guix/scripts/graph.scm:142 | ||
| 4460 | msgid "the reverse DAG of packages" | ||
| 4461 | msgstr "obrátený orientovaný acyklický graf balíkov" | ||
| 4462 | |||
| 4463 | #: guix/scripts/graph.scm:192 | ||
| 4464 | msgid "the DAG of packages, including implicit inputs" | ||
| 4465 | msgstr "orientovaný acyklický graf balíkov, vrátane nepriamych vstupov" | ||
| 4466 | |||
| 4467 | #: guix/scripts/graph.scm:202 | ||
| 4468 | msgid "the DAG of packages and origins, including implicit inputs" | ||
| 4469 | msgstr "" | ||
| 4470 | "orientovaný acyklický graf balíkov a zdrojov, vrátane nepriamych vstupov" | ||
| 4471 | |||
| 4472 | #: guix/scripts/graph.scm:232 | ||
| 4473 | msgid "same as 'bag', but without the bootstrap nodes" | ||
| 4474 | msgstr "ako „bag“, ale bez zavádzacích uzlov" | ||
| 4475 | |||
| 4476 | #: guix/scripts/graph.scm:249 | ||
| 4477 | msgid "the reverse DAG of packages, including implicit inputs" | ||
| 4478 | msgstr "" | ||
| 4479 | "obrátený orientovaný acyklický graf balíkov, vrátane nepriamych vstupov" | ||
| 4480 | |||
| 4481 | #: guix/scripts/graph.scm:288 | ||
| 4482 | msgid "the DAG of derivations" | ||
| 4483 | msgstr "orientovaný acyklický graf odvodenín" | ||
| 4484 | |||
| 4485 | #: guix/scripts/graph.scm:300 | ||
| 4486 | msgid "unsupported argument for derivation graph" | ||
| 4487 | msgstr "neplatný parameter pre graf odvodenín" | ||
| 4488 | |||
| 4489 | #: guix/scripts/graph.scm:334 | ||
| 4490 | msgid "unsupported argument for this type of graph" | ||
| 4491 | msgstr "neplatný parameter pre tento typ grafu" | ||
| 4492 | |||
| 4493 | #: guix/scripts/graph.scm:348 | ||
| 4494 | #, scheme-format | ||
| 4495 | msgid "references for '~a' are not known~%" | ||
| 4496 | msgstr "odkazy na „~a“ nie sú známe~%" | ||
| 4497 | |||
| 4498 | #: guix/scripts/graph.scm:355 | ||
| 4499 | msgid "the DAG of run-time dependencies (store references)" | ||
| 4500 | msgstr "" | ||
| 4501 | "orientovaný acyklický graf závislostí pri spúšťaní (odkazy na úložisko)" | ||
| 4502 | |||
| 4503 | #: guix/scripts/graph.scm:371 | ||
| 4504 | msgid "the DAG of referrers in the store" | ||
| 4505 | msgstr "orientovaný acyklický graf cieľov odkazov v úložisku" | ||
| 4506 | |||
| 4507 | #: guix/scripts/graph.scm:401 | ||
| 4508 | msgid "the graph of package modules" | ||
| 4509 | msgstr "graf modulov balíkov" | ||
| 4510 | |||
| 4511 | #: guix/scripts/graph.scm:430 | ||
| 4512 | #, scheme-format | ||
| 4513 | msgid "~a: unknown node type~%" | ||
| 4514 | msgstr "~a: neznámy typ uzla~%" | ||
| 4515 | |||
| 4516 | #: guix/scripts/graph.scm:441 | ||
| 4517 | msgid "The available node types are:\n" | ||
| 4518 | msgstr "Dostupné typy uzlov sú:\n" | ||
| 4519 | |||
| 4520 | #: guix/scripts/graph.scm:451 | ||
| 4521 | msgid "The available backend types are:\n" | ||
| 4522 | msgstr "Dostupné typy nástrojov grafov sú:\n" | ||
| 4523 | |||
| 4524 | #: guix/scripts/graph.scm:478 | ||
| 4525 | #, scheme-format | ||
| 4526 | msgid "no path from '~a' to '~a'~%" | ||
| 4527 | msgstr "ž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 | ||
| 4532 | msgid "" | ||
| 4533 | "Usage: guix graph PACKAGE...\n" | ||
| 4534 | "Emit a representation of the dependency graph of PACKAGE...\n" | ||
| 4535 | msgstr "" | ||
| 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 | ||
| 4540 | msgid "" | ||
| 4541 | "\n" | ||
| 4542 | " -b, --backend=TYPE produce a graph with the given backend TYPE" | ||
| 4543 | msgstr "" | ||
| 4544 | "\n" | ||
| 4545 | " -b, --backend=TYP vytvoriť graf pomocou daného TYPU nástroja" | ||
| 4546 | |||
| 4547 | #: guix/scripts/graph.scm:534 | ||
| 4548 | msgid "" | ||
| 4549 | "\n" | ||
| 4550 | " --list-backends list the available graph backends" | ||
| 4551 | msgstr "" | ||
| 4552 | "\n" | ||
| 4553 | " --list-backends zobraziť zoznam dostupných typov nástrojov grafov" | ||
| 4554 | |||
| 4555 | #: guix/scripts/graph.scm:536 | ||
| 4556 | msgid "" | ||
| 4557 | "\n" | ||
| 4558 | " -t, --type=TYPE represent nodes of the given TYPE" | ||
| 4559 | msgstr "" | ||
| 4560 | "\n" | ||
| 4561 | " -t, --type=TYP znázorniť uzly TYPU" | ||
| 4562 | |||
| 4563 | #: guix/scripts/graph.scm:538 | ||
| 4564 | msgid "" | ||
| 4565 | "\n" | ||
| 4566 | " --list-types list the available graph types" | ||
| 4567 | msgstr "" | ||
| 4568 | "\n" | ||
| 4569 | " --list-types zobraziť zoznam dostupných typov grafov" | ||
| 4570 | |||
| 4571 | #: guix/scripts/graph.scm:540 | ||
| 4572 | msgid "" | ||
| 4573 | "\n" | ||
| 4574 | " --path display the shortest path between the given nodes" | ||
| 4575 | msgstr "" | ||
| 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 | ||
| 4581 | msgid "" | ||
| 4582 | "\n" | ||
| 4583 | " -e, --expression=EXPR consider the package EXPR evaluates to" | ||
| 4584 | msgstr "" | ||
| 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 | ||
| 4590 | msgid "" | ||
| 4591 | "\n" | ||
| 4592 | " -s, --system=SYSTEM consider the graph for SYSTEM--e.g., \"i686-linux\"" | ||
| 4593 | msgstr "" | ||
| 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 | ||
| 4599 | msgid "'--path' option requires exactly two nodes (given ~a)~%" | ||
| 4600 | msgstr "prepínač „--path“ vyžaduje presne dva uzly (zadali ste ~a)~%" | ||
| 4601 | |||
| 4602 | #: guix/scripts/challenge.scm:303 | ||
| 4603 | #, scheme-format | ||
| 4604 | msgid " differing file:~%" | ||
| 4605 | msgid_plural " differing files:~%" | ||
| 4606 | msgstr[0] " rozdielny súbor:~%" | ||
| 4607 | msgstr[1] " rozdielne súbory:~%" | ||
| 4608 | msgstr[2] " rozdielnych súborov:~%" | ||
| 4609 | |||
| 4610 | #: guix/scripts/challenge.scm:372 | ||
| 4611 | #, scheme-format | ||
| 4612 | msgid " local hash: ~a~%" | ||
| 4613 | msgstr " miestny odtlačok: ~a~%" | ||
| 4614 | |||
| 4615 | #: guix/scripts/challenge.scm:373 | ||
| 4616 | #, scheme-format | ||
| 4617 | msgid " no local build for '~a'~%" | ||
| 4618 | msgstr " žiadne miestne zostavenie pre „~a“~%" | ||
| 4619 | |||
| 4620 | #: guix/scripts/challenge.scm:375 | ||
| 4621 | #, scheme-format | ||
| 4622 | msgid " ~50a: ~a~%" | ||
| 4623 | msgstr " ~50a: ~a~%" | ||
| 4624 | |||
| 4625 | #: guix/scripts/challenge.scm:383 | ||
| 4626 | #, scheme-format | ||
| 4627 | msgid "~a contents differ:~%" | ||
| 4628 | msgstr "obsah ~a sa nezhoduje:~%" | ||
| 4629 | |||
| 4630 | #: guix/scripts/challenge.scm:387 | ||
| 4631 | #, scheme-format | ||
| 4632 | msgid "could not challenge '~a': no local build~%" | ||
| 4633 | msgstr "nepodarilo sa preskúšať „~a“: žiadne miestne zostavenie~%" | ||
| 4634 | |||
| 4635 | #: guix/scripts/challenge.scm:389 | ||
| 4636 | #, scheme-format | ||
| 4637 | msgid "could not challenge '~a': no substitutes~%" | ||
| 4638 | msgstr "nepodarilo sa preskúšať „~a“: žiadne náhrady~%" | ||
| 4639 | |||
| 4640 | #: guix/scripts/challenge.scm:392 | ||
| 4641 | #, scheme-format | ||
| 4642 | msgid "~a contents match:~%" | ||
| 4643 | msgstr "obsah ~a sa zhoduje:~%" | ||
| 4644 | |||
| 4645 | #: guix/scripts/challenge.scm:401 | ||
| 4646 | msgid "~h store items were analyzed:~%" | ||
| 4647 | msgstr "~h položiek úložiska bolo preskúmaných:~%" | ||
| 4648 | |||
| 4649 | #: guix/scripts/challenge.scm:402 | ||
| 4650 | msgid " - ~h (~,1f%) were identical~%" | ||
| 4651 | msgstr " - ~h (~,1f%) sa zhodovali~%" | ||
| 4652 | |||
| 4653 | #: guix/scripts/challenge.scm:404 | ||
| 4654 | msgid " - ~h (~,1f%) differed~%" | ||
| 4655 | msgstr " - ~h (~,1f%) sa líšili~%" | ||
| 4656 | |||
| 4657 | #: guix/scripts/challenge.scm:406 | ||
| 4658 | msgid " - ~h (~,1f%) were inconclusive~%" | ||
| 4659 | msgstr " - ~h (~,1f%) sa nepodarilo vyhodnotiť~%" | ||
| 4660 | |||
| 4661 | #: guix/scripts/challenge.scm:415 | ||
| 4662 | msgid "" | ||
| 4663 | "Usage: guix challenge [PACKAGE...]\n" | ||
| 4664 | "Challenge the substitutes for PACKAGE... provided by one or more servers.\n" | ||
| 4665 | msgstr "" | ||
| 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 | ||
| 4670 | msgid "" | ||
| 4671 | "\n" | ||
| 4672 | " --substitute-urls=URLS\n" | ||
| 4673 | " compare build results with those at URLS" | ||
| 4674 | msgstr "" | ||
| 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 | ||
| 4681 | msgid "" | ||
| 4682 | "\n" | ||
| 4683 | " -v, --verbose show details about successful comparisons" | ||
| 4684 | msgstr "" | ||
| 4685 | "\n" | ||
| 4686 | " -v, --verbose zobraziť podrobnosti o úspešných porovnaniach" | ||
| 4687 | |||
| 4688 | #: guix/scripts/challenge.scm:422 | ||
| 4689 | msgid "" | ||
| 4690 | "\n" | ||
| 4691 | " --diff=MODE show differences according to MODE" | ||
| 4692 | msgstr "" | ||
| 4693 | "\n" | ||
| 4694 | " --diff=SPÔSOB zobraziť rozdiely SPÔSOBOM" | ||
| 4695 | |||
| 4696 | #: guix/scripts/challenge.scm:451 | ||
| 4697 | #, scheme-format | ||
| 4698 | msgid "~a: unknown diff mode~%" | ||
| 4699 | msgstr "~a: neznámy spôsob zobrazenia rozdielov~%" | ||
| 4700 | |||
| 4701 | #: guix/scripts/copy.scm:61 | ||
| 4702 | #, scheme-format | ||
| 4703 | msgid "~a: invalid TCP port number~%" | ||
| 4704 | msgstr "~a: neplatné číslo TCP portu~%" | ||
| 4705 | |||
| 4706 | #: guix/scripts/copy.scm:63 | ||
| 4707 | #, scheme-format | ||
| 4708 | msgid "~a: invalid SSH specification~%" | ||
| 4709 | msgstr "~a: neplatné predvoľby SSH~%" | ||
| 4710 | |||
| 4711 | #: guix/scripts/copy.scm:109 | ||
| 4712 | msgid "" | ||
| 4713 | "Usage: guix copy [OPTION]... ITEMS...\n" | ||
| 4714 | "Copy ITEMS to or from the specified host over SSH.\n" | ||
| 4715 | msgstr "" | ||
| 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 | ||
| 4720 | msgid "" | ||
| 4721 | "\n" | ||
| 4722 | " --to=HOST send ITEMS to HOST" | ||
| 4723 | msgstr "" | ||
| 4724 | "\n" | ||
| 4725 | " --to=HOSTITEĽ odoslať POLOŽKY HOSTITEĽOVI" | ||
| 4726 | |||
| 4727 | #: guix/scripts/copy.scm:113 | ||
| 4728 | msgid "" | ||
| 4729 | "\n" | ||
| 4730 | " --from=HOST receive ITEMS from HOST" | ||
| 4731 | msgstr "" | ||
| 4732 | "\n" | ||
| 4733 | " --from=HOSTITEĽ prijať POLOŽKY od HOSTITEĽA" | ||
| 4734 | |||
| 4735 | #: guix/scripts/copy.scm:192 | ||
| 4736 | #, scheme-format | ||
| 4737 | msgid "use '--to' or '--from'~%" | ||
| 4738 | msgstr "použite „--to“ alebo „--from“~%" | ||
| 4739 | |||
| 4740 | #: guix/scripts/pack.scm:111 | ||
| 4741 | #, scheme-format | ||
| 4742 | msgid "~a: compressor not found~%" | ||
| 4743 | msgstr "~a: nástroj na kompresiu sa nenašiel~%" | ||
| 4744 | |||
| 4745 | #: guix/scripts/pack.scm:323 | ||
| 4746 | #, scheme-format | ||
| 4747 | msgid "entry point not supported in the '~a' format~%" | ||
| 4748 | msgstr "vstupný bod nepodporovaný vo formáte „~a“~%" | ||
| 4749 | |||
| 4750 | #: guix/scripts/pack.scm:705 | ||
| 4751 | #, scheme-format | ||
| 4752 | msgid "" | ||
| 4753 | "cross-compilation not implemented here;\n" | ||
| 4754 | "please email '~a'~%" | ||
| 4755 | msgstr "" | ||
| 4756 | "krížové zostavovanie tu nie je podporované;\n" | ||
| 4757 | "pošlite správu na „~a“~%" | ||
| 4758 | |||
| 4759 | #: guix/scripts/pack.scm:965 | ||
| 4760 | msgid "The supported formats for 'guix pack' are:" | ||
| 4761 | msgstr "Podporované formáty pre „guix pack“ sú:" | ||
| 4762 | |||
| 4763 | #: guix/scripts/pack.scm:967 | ||
| 4764 | msgid "" | ||
| 4765 | "\n" | ||
| 4766 | " tarball Self-contained tarball, ready to run on another machine" | ||
| 4767 | msgstr "" | ||
| 4768 | "\n" | ||
| 4769 | " tarball Samostatný archív spustiteľný na inom počítači" | ||
| 4770 | |||
| 4771 | #: guix/scripts/pack.scm:969 | ||
| 4772 | msgid "" | ||
| 4773 | "\n" | ||
| 4774 | " squashfs Squashfs image suitable for Singularity" | ||
| 4775 | msgstr "" | ||
| 4776 | "\n" | ||
| 4777 | " squashfs Obraz Squashfs vhodný pre Singularity" | ||
| 4778 | |||
| 4779 | #: guix/scripts/pack.scm:971 | ||
| 4780 | msgid "" | ||
| 4781 | "\n" | ||
| 4782 | " docker Tarball ready for 'docker load'" | ||
| 4783 | msgstr "" | ||
| 4784 | "\n" | ||
| 4785 | " docker Archív pripravený na použitie s „docker load“" | ||
| 4786 | |||
| 4787 | #: guix/scripts/pack.scm:1040 | ||
| 4788 | #, scheme-format | ||
| 4789 | msgid "~a: invalid symlink specification~%" | ||
| 4790 | msgstr "~a: neplatne zadaný symbolický odkaz~%" | ||
| 4791 | |||
| 4792 | #: guix/scripts/pack.scm:1054 | ||
| 4793 | #, scheme-format | ||
| 4794 | msgid "~a: unsupported profile name~%" | ||
| 4795 | msgstr "~a: nepodporovaný názov profilu~%" | ||
| 4796 | |||
| 4797 | #: guix/scripts/pack.scm:1072 | ||
| 4798 | msgid "" | ||
| 4799 | "Usage: guix pack [OPTION]... PACKAGE...\n" | ||
| 4800 | "Create a bundle of PACKAGE.\n" | ||
| 4801 | msgstr "" | ||
| 4802 | "Použitie: guix pack [PREPÍNAČ]... BALÍK...\n" | ||
| 4803 | "Vytvoriť zväzok BALÍKOV.\n" | ||
| 4804 | |||
| 4805 | #: guix/scripts/pack.scm:1078 | ||
| 4806 | msgid "" | ||
| 4807 | "\n" | ||
| 4808 | " -f, --format=FORMAT build a pack in the given FORMAT" | ||
| 4809 | msgstr "" | ||
| 4810 | "\n" | ||
| 4811 | " -f, --format=FORMÁT zostaviť zväzok balíkov vo FORMÁTE" | ||
| 4812 | |||
| 4813 | #: guix/scripts/pack.scm:1080 | ||
| 4814 | msgid "" | ||
| 4815 | "\n" | ||
| 4816 | " --list-formats list the formats available" | ||
| 4817 | msgstr "" | ||
| 4818 | "\n" | ||
| 4819 | " --list-formats zobraziť zoznam dostupných formátov" | ||
| 4820 | |||
| 4821 | #: guix/scripts/pack.scm:1082 | ||
| 4822 | msgid "" | ||
| 4823 | "\n" | ||
| 4824 | " -R, --relocatable produce relocatable executables" | ||
| 4825 | msgstr "" | ||
| 4826 | "\n" | ||
| 4827 | " -R, --relocatable vytvoriť premiestniteľné spustiteľné súbory" | ||
| 4828 | |||
| 4829 | #: guix/scripts/pack.scm:1090 | ||
| 4830 | msgid "" | ||
| 4831 | "\n" | ||
| 4832 | " -C, --compression=TOOL compress using TOOL--e.g., \"lzip\"" | ||
| 4833 | msgstr "" | ||
| 4834 | "\n" | ||
| 4835 | " -C, --compression=NÁSTROJ komprimovať s použitím NÁSTROJA, napr. „lzip“" | ||
| 4836 | |||
| 4837 | #: guix/scripts/pack.scm:1092 | ||
| 4838 | msgid "" | ||
| 4839 | "\n" | ||
| 4840 | " -S, --symlink=SPEC create symlinks to the profile according to SPEC" | ||
| 4841 | msgstr "" | ||
| 4842 | "\n" | ||
| 4843 | " -S, --symlink=ZADANIE vytvoriť symbolické odkazy na profil podľa " | ||
| 4844 | "ZADANIA" | ||
| 4845 | |||
| 4846 | #: guix/scripts/pack.scm:1094 | ||
| 4847 | msgid "" | ||
| 4848 | "\n" | ||
| 4849 | " -m, --manifest=FILE create a pack with the manifest from FILE" | ||
| 4850 | msgstr "" | ||
| 4851 | "\n" | ||
| 4852 | " -m, --manifest=SÚBOR vytvoriť zväzok podľa manifestu zo SÚBORU" | ||
| 4853 | |||
| 4854 | #: guix/scripts/pack.scm:1096 | ||
| 4855 | msgid "" | ||
| 4856 | "\n" | ||
| 4857 | " --entry-point=PROGRAM\n" | ||
| 4858 | " use PROGRAM as the entry point of the pack" | ||
| 4859 | msgstr "" | ||
| 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 | ||
| 4865 | msgid "" | ||
| 4866 | "\n" | ||
| 4867 | " --localstatedir include /var/guix in the resulting pack" | ||
| 4868 | msgstr "" | ||
| 4869 | "\n" | ||
| 4870 | " --localstatedir priložiť /var/guix k výslednému zväzku" | ||
| 4871 | |||
| 4872 | #: guix/scripts/pack.scm:1103 | ||
| 4873 | msgid "" | ||
| 4874 | "\n" | ||
| 4875 | " --profile-name=NAME\n" | ||
| 4876 | " populate /var/guix/profiles/.../NAME" | ||
| 4877 | msgstr "" | ||
| 4878 | "\n" | ||
| 4879 | " --profile-name=NÁZOV\n" | ||
| 4880 | " naplniť /var/guix/profiles/.../NÁZOV" | ||
| 4881 | |||
| 4882 | #: guix/scripts/pack.scm:1109 | ||
| 4883 | msgid "" | ||
| 4884 | "\n" | ||
| 4885 | " -d, --derivation return the derivation of the pack" | ||
| 4886 | msgstr "" | ||
| 4887 | "\n" | ||
| 4888 | " -d, --derivation vrátiť odvodeninu balíka" | ||
| 4889 | |||
| 4890 | #: guix/scripts/pack.scm:1113 | ||
| 4891 | msgid "" | ||
| 4892 | "\n" | ||
| 4893 | " --bootstrap use the bootstrap binaries to build the pack" | ||
| 4894 | msgstr "" | ||
| 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 | ||
| 4901 | msgid "could not determine provenance of package ~a~%" | ||
| 4902 | msgstr "nepodarilo sa zistiť pôvod balíka ~a~%" | ||
| 4903 | |||
| 4904 | #: guix/scripts/pack.scm:1176 | ||
| 4905 | #, scheme-format | ||
| 4906 | msgid "both a manifest and a package list were given~%" | ||
| 4907 | msgstr "naraz ste zadali manifest aj zoznam balíkov~%" | ||
| 4908 | |||
| 4909 | #: guix/scripts/pack.scm:1235 | ||
| 4910 | #, scheme-format | ||
| 4911 | msgid "~a: unknown pack format~%" | ||
| 4912 | msgstr "~a: neznámy formát zväzku~%" | ||
| 4913 | |||
| 4914 | #: guix/scripts/pack.scm:1259 | ||
| 4915 | #, scheme-format | ||
| 4916 | msgid "no packages specified; building an empty pack~%" | ||
| 4917 | msgstr "neboli určené žiadne balíky; zostaví sa prázdny zväzok~%" | ||
| 4918 | |||
| 4919 | #: guix/scripts/pack.scm:1263 | ||
| 4920 | #, scheme-format | ||
| 4921 | msgid "Singularity requires you to provide a shell~%" | ||
| 4922 | msgstr "Singularity vyžaduje shell~%" | ||
| 4923 | |||
| 4924 | #: guix/scripts/pack.scm:1264 | ||
| 4925 | msgid "Add @code{bash} or @code{bash-minimal} to your package list." | ||
| 4926 | msgstr "Pridajte @code{bash} alebo @code{bash-minimal} do zoznamu balíkov." | ||
| 4927 | |||
| 4928 | #: guix/scripts/weather.scm:93 | ||
| 4929 | msgid "computing ~h package derivations for ~a...~%" | ||
| 4930 | msgstr "výpočet odvodenín balíkov v počte ~h pre ~a...~%" | ||
| 4931 | |||
| 4932 | #: guix/scripts/weather.scm:181 | ||
| 4933 | msgid "looking for ~h store items on ~a...~%" | ||
| 4934 | msgstr "vyhľadávanie položiek úložiska v počte ~h na ~a...~%" | ||
| 4935 | |||
| 4936 | #: guix/scripts/weather.scm:201 | ||
| 4937 | msgid " ~,1f% substitutes available (~h out of ~h)~%" | ||
| 4938 | msgstr " ~,1f% dostupných náhrad (~h z ~h)~%" | ||
| 4939 | |||
| 4940 | #: guix/scripts/weather.scm:207 | ||
| 4941 | #, scheme-format | ||
| 4942 | msgid " unknown substitute sizes~%" | ||
| 4943 | msgstr " neznáme veľkosti náhrad~%" | ||
| 4944 | |||
| 4945 | #: guix/scripts/weather.scm:210 | ||
| 4946 | msgid " ~,1h MiB of nars (compressed)~%" | ||
| 4947 | msgstr " ~,1h MiB súborov nar (komprimovaných)~%" | ||
| 4948 | |||
| 4949 | #: guix/scripts/weather.scm:211 | ||
| 4950 | msgid " at least ~,1h MiB of nars (compressed)~%" | ||
| 4951 | msgstr " najmenej ~,1h MiB súborov nar (komprimovaných)~%" | ||
| 4952 | |||
| 4953 | #: guix/scripts/weather.scm:213 | ||
| 4954 | msgid " ~,1h MiB on disk (uncompressed)~%" | ||
| 4955 | msgstr " ~,1h MiB na disku (bez kompresie)~%" | ||
| 4956 | |||
| 4957 | #: guix/scripts/weather.scm:216 | ||
| 4958 | msgid " ~,3h seconds per request (~,1h seconds in total)~%" | ||
| 4959 | msgstr " ~,3h sekúnd na požiadavku (~,1h sekúnd spolu)~%" | ||
| 4960 | |||
| 4961 | #: guix/scripts/weather.scm:218 | ||
| 4962 | msgid " ~,1h requests per second~%" | ||
| 4963 | msgstr " ~,1h požiadaviek za sekundu~%" | ||
| 4964 | |||
| 4965 | #: guix/scripts/weather.scm:224 | ||
| 4966 | #, scheme-format | ||
| 4967 | msgid " (continuous integration information unavailable)~%" | ||
| 4968 | msgstr " (poznatky o priebežnej integrácii nedostupné)~%" | ||
| 4969 | |||
| 4970 | #: guix/scripts/weather.scm:227 | ||
| 4971 | #, scheme-format | ||
| 4972 | msgid " '~a' returned ~a (~s)~%" | ||
| 4973 | msgstr " „~a“ vrátil ~a (~s)~%" | ||
| 4974 | |||
| 4975 | #: guix/scripts/weather.scm:244 | ||
| 4976 | msgid " ~,1f% (~h out of ~h) of the missing items are queued~%" | ||
| 4977 | msgstr " ~,1f% (~h z ~h) chýbajúcich položiek je v rade~%" | ||
| 4978 | |||
| 4979 | #: guix/scripts/weather.scm:250 | ||
| 4980 | msgid " at least ~h queued builds~%" | ||
| 4981 | msgstr " najmenej ~h zostavení v rade~%" | ||
| 4982 | |||
| 4983 | #: guix/scripts/weather.scm:251 | ||
| 4984 | msgid " ~h queued builds~%" | ||
| 4985 | msgstr " ~h zostavení v rade~%" | ||
| 4986 | |||
| 4987 | #: guix/scripts/weather.scm:254 | ||
| 4988 | #, scheme-format | ||
| 4989 | msgid " ~a: ~a (~0,1f%)~%" | ||
| 4990 | msgstr " ~a: ~a (~0,1f%)~%" | ||
| 4991 | |||
| 4992 | #: guix/scripts/weather.scm:260 | ||
| 4993 | #, scheme-format | ||
| 4994 | msgid " build rate: ~1,2f builds per hour~%" | ||
| 4995 | msgstr " rýchlosť zostavovania: ~1,2f zostavení za hodinu~%" | ||
| 4996 | |||
| 4997 | #: guix/scripts/weather.scm:264 | ||
| 4998 | #, scheme-format | ||
| 4999 | msgid " ~a: ~,2f builds per hour~%" | ||
| 5000 | msgstr " ~a: ~,2f zostavení za hodinu~%" | ||
| 5001 | |||
| 5002 | #: guix/scripts/weather.scm:272 | ||
| 5003 | #, scheme-format | ||
| 5004 | msgid "Substitutes are missing for the following items:~%" | ||
| 5005 | msgstr "Chýbajú náhrady za nasledovné položky:~%" | ||
| 5006 | |||
| 5007 | #: guix/scripts/weather.scm:285 | ||
| 5008 | msgid "" | ||
| 5009 | "Usage: guix weather [OPTIONS] [PACKAGES ...]\n" | ||
| 5010 | "Report the availability of substitutes.\n" | ||
| 5011 | msgstr "" | ||
| 5012 | "Použitie: guix weather [PREPÍNAČE] [BALÍKY ...]\n" | ||
| 5013 | "Zistiť dostupnosť náhrad.\n" | ||
| 5014 | |||
| 5015 | #: guix/scripts/weather.scm:287 | ||
| 5016 | msgid "" | ||
| 5017 | "\n" | ||
| 5018 | " --substitute-urls=URLS\n" | ||
| 5019 | " check for available substitutes at URLS" | ||
| 5020 | msgstr "" | ||
| 5021 | "\n" | ||
| 5022 | " --substitute-urls=PREPOJENIA\n" | ||
| 5023 | " vyhľadať dostupné náhrady cez PREPOJENIA" | ||
| 5024 | |||
| 5025 | #: guix/scripts/weather.scm:290 | ||
| 5026 | msgid "" | ||
| 5027 | "\n" | ||
| 5028 | " -m, --manifest=MANIFEST\n" | ||
| 5029 | " look up substitutes for packages specified in " | ||
| 5030 | "MANIFEST" | ||
| 5031 | msgstr "" | ||
| 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 | ||
| 5037 | msgid "" | ||
| 5038 | "\n" | ||
| 5039 | " -c, --coverage[=COUNT]\n" | ||
| 5040 | " show substitute coverage for packages with at " | ||
| 5041 | "least\n" | ||
| 5042 | " COUNT dependents" | ||
| 5043 | msgstr "" | ||
| 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 | ||
| 5050 | msgid "" | ||
| 5051 | "\n" | ||
| 5052 | " --display-missing display the list of missing substitutes" | ||
| 5053 | msgstr "" | ||
| 5054 | "\n" | ||
| 5055 | " --display-missing zobraziť zoznam chýbajúcich náhrad" | ||
| 5056 | |||
| 5057 | #: guix/scripts/weather.scm:299 | ||
| 5058 | msgid "" | ||
| 5059 | "\n" | ||
| 5060 | " -s, --system=SYSTEM consider substitutes for SYSTEM--e.g., \"i686-linux" | ||
| 5061 | "\"" | ||
| 5062 | msgstr "" | ||
| 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 | ||
| 5068 | msgid "~a: invalid URL~%" | ||
| 5069 | msgstr "~a: neplatné prepojenie~%" | ||
| 5070 | |||
| 5071 | #: guix/scripts/weather.scm:456 | ||
| 5072 | #, scheme-format | ||
| 5073 | msgid "The following ~a package is missing from '~a' for '~a':~%" | ||
| 5074 | msgid_plural "The following ~a packages are missing from '~a' for '~a':~%" | ||
| 5075 | msgstr[0] "~a nasledovný balík chýba v „~a“ pre „~a“:~%" | ||
| 5076 | msgstr[1] "~a nasledovné balíky chýbajú v „~a“ pre „~a“:~%" | ||
| 5077 | msgstr[2] "~a nasledovných balíkov chýba v „~a“ pre „~a“:~%" | ||
| 5078 | |||
| 5079 | #: guix/scripts/weather.scm:462 | ||
| 5080 | #, scheme-format | ||
| 5081 | msgid "~a package is missing from '~a' for '~a':~%" | ||
| 5082 | msgid_plural "~a packages are missing from '~a' for '~a', among which:~%" | ||
| 5083 | msgstr[0] "~a balík chýba v „~a“ pre „~a“:~%" | ||
| 5084 | msgstr[1] "~a balíky chýbajú v „~a“ pre „~a“, medzi ktorými:~%" | ||
| 5085 | msgstr[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 | ||
| 5088 | msgid "The available formats are:\n" | ||
| 5089 | msgstr "Dostupné formáty sú:\n" | ||
| 5090 | |||
| 5091 | #: guix/scripts/describe.scm:64 guix/scripts/processes.scm:324 | ||
| 5092 | #, scheme-format | ||
| 5093 | msgid "~a: unsupported output format~%" | ||
| 5094 | msgstr "~a: nepodporovaný výstupný formát~%" | ||
| 5095 | |||
| 5096 | #: guix/scripts/describe.scm:87 | ||
| 5097 | msgid "" | ||
| 5098 | "Usage: guix describe [OPTION]...\n" | ||
| 5099 | "Display information about the channels currently in use.\n" | ||
| 5100 | msgstr "" | ||
| 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 | ||
| 5105 | msgid "" | ||
| 5106 | "\n" | ||
| 5107 | " -f, --format=FORMAT display information in the given FORMAT" | ||
| 5108 | msgstr "" | ||
| 5109 | "\n" | ||
| 5110 | " -f, --format=FORMÁT zobraziť údaje vo FORMÁTE" | ||
| 5111 | |||
| 5112 | #: guix/scripts/describe.scm:91 guix/scripts/processes.scm:308 | ||
| 5113 | msgid "" | ||
| 5114 | "\n" | ||
| 5115 | " --list-formats display available formats" | ||
| 5116 | msgstr "" | ||
| 5117 | "\n" | ||
| 5118 | " --list-formats zobraziť dostupné formáty" | ||
| 5119 | |||
| 5120 | #: guix/scripts/describe.scm:93 | ||
| 5121 | msgid "" | ||
| 5122 | "\n" | ||
| 5123 | " -p, --profile=PROFILE display information about PROFILE" | ||
| 5124 | msgstr "" | ||
| 5125 | "\n" | ||
| 5126 | " -p, --profile=PROFIL zobraziť podrobnosti o PROFILE" | ||
| 5127 | |||
| 5128 | #: guix/scripts/describe.scm:112 | ||
| 5129 | #, scheme-format | ||
| 5130 | msgid "~%;; warning: GUIX_PACKAGE_PATH=\"~a\"~%" | ||
| 5131 | msgstr "~%;; upozornenie: GUIX_PACKAGE_PATH=\"~a\"~%" | ||
| 5132 | |||
| 5133 | #: guix/scripts/describe.scm:115 | ||
| 5134 | #, scheme-format | ||
| 5135 | msgid "'GUIX_PACKAGE_PATH' is set but it is not captured~%" | ||
| 5136 | msgstr "„GUIX_PACKAGE_PATH“ je nastavená ale nepoužíva sa~%" | ||
| 5137 | |||
| 5138 | #: guix/scripts/describe.scm:155 | ||
| 5139 | #, scheme-format | ||
| 5140 | msgid "failed to determine origin~%" | ||
| 5141 | msgstr "zisťovanie pôvodu zlyhalo~%" | ||
| 5142 | |||
| 5143 | #: guix/scripts/describe.scm:156 | ||
| 5144 | #, scheme-format | ||
| 5145 | msgid "" | ||
| 5146 | "Perhaps this\n" | ||
| 5147 | "@command{guix} command was not obtained with @command{guix pull}? Its " | ||
| 5148 | "version\n" | ||
| 5149 | "string is ~a.~%" | ||
| 5150 | msgstr "" | ||
| 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 | ||
| 5158 | msgid "Git checkout:~%" | ||
| 5159 | msgstr "Git repozitár:~%" | ||
| 5160 | |||
| 5161 | #: guix/scripts/describe.scm:167 | ||
| 5162 | #, scheme-format | ||
| 5163 | msgid " repository: ~a~%" | ||
| 5164 | msgstr " repozitár: ~a~%" | ||
| 5165 | |||
| 5166 | #: guix/scripts/describe.scm:168 | ||
| 5167 | #, scheme-format | ||
| 5168 | msgid " branch: ~a~%" | ||
| 5169 | msgstr " vetva: ~a~%" | ||
| 5170 | |||
| 5171 | #: guix/scripts/describe.scm:169 | ||
| 5172 | #, scheme-format | ||
| 5173 | msgid " commit: ~a~%" | ||
| 5174 | msgstr " číslo úpravy (commit): ~a~%" | ||
| 5175 | |||
| 5176 | #: guix/scripts/describe.scm:236 | ||
| 5177 | #, scheme-format | ||
| 5178 | msgid " repository URL: ~a~%" | ||
| 5179 | msgstr " zdroj repozitára: ~a~%" | ||
| 5180 | |||
| 5181 | #: guix/scripts/describe.scm:239 | ||
| 5182 | #, scheme-format | ||
| 5183 | msgid " branch: ~a~%" | ||
| 5184 | msgstr " vetva: ~a~%" | ||
| 5185 | |||
| 5186 | #: guix/scripts/describe.scm:241 | ||
| 5187 | #, scheme-format | ||
| 5188 | msgid " commit: ~a~%" | ||
| 5189 | msgstr " číslo úpravy (commit): ~a~%" | ||
| 5190 | |||
| 5191 | #: guix/scripts/processes.scm:298 | ||
| 5192 | msgid "" | ||
| 5193 | "Usage: guix processes\n" | ||
| 5194 | "List the current Guix sessions and their processes." | ||
| 5195 | msgstr "" | ||
| 5196 | "Použitie: guix processes\n" | ||
| 5197 | "Zobraziť zoznam súčasných sedení Guix a ich procesov." | ||
| 5198 | |||
| 5199 | #: guix/scripts/processes.scm:306 | ||
| 5200 | msgid "" | ||
| 5201 | "\n" | ||
| 5202 | " -f, --format=FORMAT display results as normalized record sets" | ||
| 5203 | msgstr "" | ||
| 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 | ||
| 5209 | msgid "" | ||
| 5210 | "Usage: guix deploy [OPTION] FILE...\n" | ||
| 5211 | "Perform the deployment specified by FILE.\n" | ||
| 5212 | msgstr "" | ||
| 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 | ||
| 5218 | msgid "The following ~d machine will be deployed:~%" | ||
| 5219 | msgid_plural "The following ~d machines will be deployed:~%" | ||
| 5220 | msgstr[0] "Nasadí sa nasledovný ~d stroj:~%" | ||
| 5221 | msgstr[1] "Nasadia sa nasledovné ~d stroje:~%" | ||
| 5222 | msgstr[2] "Nasadí sa nasledovných ~d strojov:~%" | ||
| 5223 | |||
| 5224 | #: guix/scripts/deploy.scm:120 | ||
| 5225 | #, scheme-format | ||
| 5226 | msgid "deploying to ~a...~%" | ||
| 5227 | msgstr "nasadzuje sa na ~a...~%" | ||
| 5228 | |||
| 5229 | #: guix/scripts/deploy.scm:135 | ||
| 5230 | #, scheme-format | ||
| 5231 | msgid "failed to deploy ~a: ~a~%" | ||
| 5232 | msgstr "nepodarilo sa nasadiť ~a: ~a~%" | ||
| 5233 | |||
| 5234 | #: guix/scripts/deploy.scm:140 | ||
| 5235 | #, scheme-format | ||
| 5236 | msgid "rolling back ~a...~%" | ||
| 5237 | msgstr "vraciam ~a do pôvodného stavu...~%" | ||
| 5238 | |||
| 5239 | #: guix/scripts/deploy.scm:146 | ||
| 5240 | #, scheme-format | ||
| 5241 | msgid "successfully deployed ~a~%" | ||
| 5242 | msgstr "nasadzovanie ~a sa podarilo~%" | ||
| 5243 | |||
| 5244 | #: guix/gexp.scm:423 | ||
| 5245 | #, scheme-format | ||
| 5246 | msgid "resolving '~a' relative to current directory~%" | ||
| 5247 | msgstr "zisťuje sa „~a“ vzhľadom k súčasnému priečinku~%" | ||
| 5248 | |||
| 5249 | #: guix/gexp.scm:815 | ||
| 5250 | #, scheme-format | ||
| 5251 | msgid "importing module~{ ~a~} from the host~%" | ||
| 5252 | msgid_plural "importing modules~{ ~a~} from the host~%" | ||
| 5253 | msgstr[0] "načítava sa modul~{ ~a~} z hostiteľa~%" | ||
| 5254 | msgstr[1] "načítavajú sa moduly~{ ~a~} z hostiteľa~%" | ||
| 5255 | msgstr[2] "načítavajú sa moduly~{ ~a~} z hostiteľa~%" | ||
| 5256 | |||
| 5257 | #: guix/gnu-maintenance.scm:809 | ||
| 5258 | msgid "Updater for GNU packages" | ||
| 5259 | msgstr "Nástroj na aktualizáciu balíkov GNU" | ||
| 5260 | |||
| 5261 | #: guix/gnu-maintenance.scm:818 | ||
| 5262 | msgid "Updater for GNU packages only available via FTP" | ||
| 5263 | msgstr "Nástroj na aktualizáciu balíkov GNU je dostupný len cez FTP" | ||
| 5264 | |||
| 5265 | #: guix/gnu-maintenance.scm:827 | ||
| 5266 | msgid "Updater for packages hosted on savannah.gnu.org" | ||
| 5267 | msgstr "Nástroj na aktualizáciu je dostupný na savannah.gnu.org" | ||
| 5268 | |||
| 5269 | #: guix/gnu-maintenance.scm:834 | ||
| 5270 | msgid "Updater for packages hosted on sourceforge.net" | ||
| 5271 | msgstr "Nástroj na aktualizáciu balíkov dostupných cez sourceforge.net" | ||
| 5272 | |||
| 5273 | #: guix/gnu-maintenance.scm:841 | ||
| 5274 | msgid "Updater for X.org packages" | ||
| 5275 | msgstr "Nástroj na aktualizáciu balíkov X.org" | ||
| 5276 | |||
| 5277 | #: guix/gnu-maintenance.scm:848 | ||
| 5278 | msgid "Updater for packages hosted on kernel.org" | ||
| 5279 | msgstr "Nástroj na aktualizáciu balíkov dostupných cez kernel.org" | ||
| 5280 | |||
| 5281 | #: guix/gnu-maintenance.scm:855 | ||
| 5282 | msgid "Updater that crawls HTML pages." | ||
| 5283 | msgstr "Nástroj na aktualizáciu balíkov, ktorý prehľadáva HTML stránky." | ||
| 5284 | |||
| 5285 | #: guix/scripts/container.scm:27 | ||
| 5286 | msgid "" | ||
| 5287 | "Usage: guix container ACTION ARGS...\n" | ||
| 5288 | "Build and manipulate Linux containers.\n" | ||
| 5289 | msgstr "" | ||
| 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 | ||
| 5294 | msgid " exec execute a command inside of an existing container\n" | ||
| 5295 | msgstr " exec spustiť príkaz v existujúcom kontajneri\n" | ||
| 5296 | |||
| 5297 | #: guix/scripts/container.scm:58 | ||
| 5298 | #, scheme-format | ||
| 5299 | msgid "guix container: missing action~%" | ||
| 5300 | msgstr "guix container: postráda sa činnosť~%" | ||
| 5301 | |||
| 5302 | #: guix/scripts/container.scm:68 | ||
| 5303 | #, scheme-format | ||
| 5304 | msgid "guix container: invalid action~%" | ||
| 5305 | msgstr "guix container: neplatná činnosť~%" | ||
| 5306 | |||
| 5307 | #: guix/scripts/container/exec.scm:40 | ||
| 5308 | msgid "" | ||
| 5309 | "Usage: guix container exec PID COMMAND [ARGS...]\n" | ||
| 5310 | "Execute COMMAND within the container process PID.\n" | ||
| 5311 | msgstr "" | ||
| 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 | ||
| 5317 | msgid "~a: extraneous argument~%" | ||
| 5318 | msgstr "~a: nadbytočný parameter~%" | ||
| 5319 | |||
| 5320 | #: guix/scripts/container/exec.scm:87 | ||
| 5321 | #, scheme-format | ||
| 5322 | msgid "no pid specified~%" | ||
| 5323 | msgstr "nebolo zadané žiadne číslo procesu~%" | ||
| 5324 | |||
| 5325 | #: guix/scripts/container/exec.scm:90 | ||
| 5326 | #, scheme-format | ||
| 5327 | msgid "no command specified~%" | ||
| 5328 | msgstr "nebol zadaný žiadny príkaz~%" | ||
| 5329 | |||
| 5330 | #: guix/scripts/container/exec.scm:93 | ||
| 5331 | #, scheme-format | ||
| 5332 | msgid "no such process ~d~%" | ||
| 5333 | msgstr "žiadny proces s číslom ~d~%" | ||
| 5334 | |||
| 5335 | #: guix/scripts/container/exec.scm:105 | ||
| 5336 | #, scheme-format | ||
| 5337 | msgid "exec failed with status ~d~%" | ||
| 5338 | msgstr "činnosť exec zlyhala s návratovou hodnotou ~d~%" | ||
| 5339 | |||
| 5340 | #: guix/transformations.scm:178 guix/transformations.scm:246 | ||
| 5341 | #, scheme-format | ||
| 5342 | msgid "invalid replacement specification: ~s" | ||
| 5343 | msgstr "neplatné určenie nahradenia: ~s" | ||
| 5344 | |||
| 5345 | #: guix/transformations.scm:227 | ||
| 5346 | #, scheme-format | ||
| 5347 | msgid "the source of ~a is not a Git reference" | ||
| 5348 | msgstr "zdroj balíka ~a nie je Git prepojenie" | ||
| 5349 | |||
| 5350 | #: guix/transformations.scm:319 | ||
| 5351 | #, scheme-format | ||
| 5352 | msgid "~a: invalid Git URL replacement specification" | ||
| 5353 | msgstr "~a: neplatné určenie nahradenia Git prepojenia" | ||
| 5354 | |||
| 5355 | #: guix/transformations.scm:397 | ||
| 5356 | #, scheme-format | ||
| 5357 | msgid "~a: invalid toolchain replacement specification" | ||
| 5358 | msgstr "~a: neplatné určenie nahradenia vývojového reťazca" | ||
| 5359 | |||
| 5360 | #: guix/transformations.scm:501 | ||
| 5361 | #, scheme-format | ||
| 5362 | msgid "~a: invalid package patch specification" | ||
| 5363 | msgstr "~a: neplatné určenie záplaty balíka" | ||
| 5364 | |||
| 5365 | #: guix/transformations.scm:524 | ||
| 5366 | #, scheme-format | ||
| 5367 | msgid "could not determine latest upstream release of '~a'~%" | ||
| 5368 | msgstr "nepodarilo sa zistiť najnovšie vydanie balíka „~a“ u poskytovateľa~%" | ||
| 5369 | |||
| 5370 | #: guix/transformations.scm:532 | ||
| 5371 | #, scheme-format | ||
| 5372 | msgid "cannot authenticate source of '~a', version ~a~%" | ||
| 5373 | msgstr "nepodarilo sa overiť zdroj „~a“, verzia ~a~%" | ||
| 5374 | |||
| 5375 | #: guix/transformations.scm:616 | ||
| 5376 | #, scheme-format | ||
| 5377 | msgid "Available package transformation options:~%" | ||
| 5378 | msgstr "Dostupné možnosti premeny balíka:~%" | ||
| 5379 | |||
| 5380 | #: guix/transformations.scm:622 | ||
| 5381 | msgid "" | ||
| 5382 | "\n" | ||
| 5383 | " --with-source=[PACKAGE=]SOURCE\n" | ||
| 5384 | " use SOURCE when building the corresponding package" | ||
| 5385 | msgstr "" | ||
| 5386 | "\n" | ||
| 5387 | " --with-source=[BALÍK=]ZDROJ\n" | ||
| 5388 | " použiť ZDROJ pri zostavení BALÍKA" | ||
| 5389 | |||
| 5390 | #: guix/transformations.scm:625 | ||
| 5391 | msgid "" | ||
| 5392 | "\n" | ||
| 5393 | " --with-input=PACKAGE=REPLACEMENT\n" | ||
| 5394 | " replace dependency PACKAGE by REPLACEMENT" | ||
| 5395 | msgstr "" | ||
| 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 | ||
| 5401 | msgid "" | ||
| 5402 | "\n" | ||
| 5403 | " --with-graft=PACKAGE=REPLACEMENT\n" | ||
| 5404 | " graft REPLACEMENT on packages that refer to PACKAGE" | ||
| 5405 | msgstr "" | ||
| 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 | ||
| 5412 | msgid "" | ||
| 5413 | "\n" | ||
| 5414 | " --with-branch=PACKAGE=BRANCH\n" | ||
| 5415 | " build PACKAGE from the latest commit of BRANCH" | ||
| 5416 | msgstr "" | ||
| 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 | ||
| 5422 | msgid "" | ||
| 5423 | "\n" | ||
| 5424 | " --with-commit=PACKAGE=COMMIT\n" | ||
| 5425 | " build PACKAGE from COMMIT" | ||
| 5426 | msgstr "" | ||
| 5427 | "\n" | ||
| 5428 | " --with-commit=BALÍK=ÚPRAVA\n" | ||
| 5429 | " zostaviť BALÍK z ÚPRAVY (commitu)" | ||
| 5430 | |||
| 5431 | #: guix/transformations.scm:637 | ||
| 5432 | msgid "" | ||
| 5433 | "\n" | ||
| 5434 | " --with-git-url=PACKAGE=URL\n" | ||
| 5435 | " build PACKAGE from the repository at URL" | ||
| 5436 | msgstr "" | ||
| 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 | ||
| 5443 | msgid "" | ||
| 5444 | "\n" | ||
| 5445 | " --with-patch=PACKAGE=FILE\n" | ||
| 5446 | " add FILE to the list of patches of PACKAGE" | ||
| 5447 | msgstr "" | ||
| 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 | ||
| 5453 | msgid "" | ||
| 5454 | "\n" | ||
| 5455 | " --with-latest=PACKAGE\n" | ||
| 5456 | " use the latest upstream release of PACKAGE" | ||
| 5457 | msgstr "" | ||
| 5458 | "\n" | ||
| 5459 | " --with-latest=BALÍK\n" | ||
| 5460 | " použiť najnovšie dostupné vydanie BALÍKA" | ||
| 5461 | |||
| 5462 | #: guix/transformations.scm:646 | ||
| 5463 | msgid "" | ||
| 5464 | "\n" | ||
| 5465 | " --with-c-toolchain=PACKAGE=TOOLCHAIN\n" | ||
| 5466 | " build PACKAGE and its dependents with TOOLCHAIN" | ||
| 5467 | msgstr "" | ||
| 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 | ||
| 5474 | msgid "" | ||
| 5475 | "\n" | ||
| 5476 | " --with-debug-info=PACKAGE\n" | ||
| 5477 | " build PACKAGE and preserve its debug info" | ||
| 5478 | msgstr "" | ||
| 5479 | "\n" | ||
| 5480 | " --with-debug-info=BALÍK\n" | ||
| 5481 | " zostaviť BALÍK zachovajúc symboly ladenia" | ||
| 5482 | |||
| 5483 | #: guix/transformations.scm:652 | ||
| 5484 | msgid "" | ||
| 5485 | "\n" | ||
| 5486 | " --without-tests=PACKAGE\n" | ||
| 5487 | " build PACKAGE without running its tests" | ||
| 5488 | msgstr "" | ||
| 5489 | "\n" | ||
| 5490 | " --without-tests=BALÍK\n" | ||
| 5491 | " zostaviť BALÍK vynechajúc testy" | ||
| 5492 | |||
| 5493 | #: guix/transformations.scm:658 | ||
| 5494 | msgid "" | ||
| 5495 | "\n" | ||
| 5496 | " --help-transform list package transformation options not shown here" | ||
| 5497 | msgstr "" | ||
| 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 | ||
| 5504 | msgid "transformation '~a' had no effect on ~a~%" | ||
| 5505 | msgstr "premena „~a“ nemá dopad na ~a~%" | ||
| 5506 | |||
| 5507 | #: guix/upstream.scm:348 | ||
| 5508 | #, scheme-format | ||
| 5509 | msgid "failed to download detached signature from ~a~%" | ||
| 5510 | msgstr "nepodarilo sa stiahnuť samostatný podpis z ~a~%" | ||
| 5511 | |||
| 5512 | #: guix/upstream.scm:352 | ||
| 5513 | #, scheme-format | ||
| 5514 | msgid "signature verification failed for '~a' (key: ~a)~%" | ||
| 5515 | msgstr "overenie podpisu pre „~a“ zlyhalo (kľúč: ~a)~%" | ||
| 5516 | |||
| 5517 | #: guix/upstream.scm:356 | ||
| 5518 | #, scheme-format | ||
| 5519 | msgid "missing public key ~a for '~a'~%" | ||
| 5520 | msgstr "postráda sa verejný kľúč ~a pre „~a“~%" | ||
| 5521 | |||
| 5522 | #: guix/upstream.scm:370 | ||
| 5523 | #, scheme-format | ||
| 5524 | msgid "failed to fetch source from '~a'" | ||
| 5525 | msgstr "získavanie zdroja pre „~a“ zlyhalo" | ||
| 5526 | |||
| 5527 | #: guix/upstream.scm:454 | ||
| 5528 | #, scheme-format | ||
| 5529 | msgid "cannot download for this method: ~s" | ||
| 5530 | msgstr "nedá sa sťahovať týmto spôsobom: ~s" | ||
| 5531 | |||
| 5532 | #: guix/upstream.scm:519 | ||
| 5533 | #, scheme-format | ||
| 5534 | msgid "~a: could not locate source file" | ||
| 5535 | msgstr "~a: nepodarilo sa nájsť zdrojový súbor" | ||
| 5536 | |||
| 5537 | #: guix/upstream.scm:523 | ||
| 5538 | #, scheme-format | ||
| 5539 | msgid "~a: no `version' field in source; skipping~%" | ||
| 5540 | msgstr "~a: postráda sa pole „version“ v zdrojovom súbore; preskakuje sa~%" | ||
| 5541 | |||
| 5542 | #: guix/ui.scm:162 | ||
| 5543 | #, scheme-format | ||
| 5544 | msgid "error: ~a: unbound variable" | ||
| 5545 | msgstr "chyba: ~a: neznáma premenná" | ||
| 5546 | |||
| 5547 | #: guix/ui.scm:262 | ||
| 5548 | msgid "entering debugger; type ',bt' for a backtrace\n" | ||
| 5549 | msgstr "spúšťa sa ladenie; zadajte „,bt“ pre zobrazenie stromu volaní\n" | ||
| 5550 | |||
| 5551 | #: guix/ui.scm:320 | ||
| 5552 | msgid "hint: " | ||
| 5553 | msgstr "rada: " | ||
| 5554 | |||
| 5555 | #: guix/ui.scm:337 | ||
| 5556 | msgid "Did you forget a @code{use-modules} form?" | ||
| 5557 | msgstr "Zabudli ste na nejaký @code{use-modules}?" | ||
| 5558 | |||
| 5559 | #: guix/ui.scm:339 | ||
| 5560 | #, scheme-format | ||
| 5561 | msgid "Did you forget @code{(use-modules ~a)}?" | ||
| 5562 | msgstr "Zabudli ste na @code{(use-modules ~a)}?" | ||
| 5563 | |||
| 5564 | #: guix/ui.scm:349 | ||
| 5565 | #, scheme-format | ||
| 5566 | msgid "" | ||
| 5567 | "File @file{~a} should probably start with:\n" | ||
| 5568 | "\n" | ||
| 5569 | "@example\n" | ||
| 5570 | "(define-module ~a)\n" | ||
| 5571 | "@end example" | ||
| 5572 | msgstr "" | ||
| 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 | ||
| 5581 | msgid "module name ~a does not match file name '~a'~%" | ||
| 5582 | msgstr "názov modulu ~a sa nezhoduje s názvom súboru „~a“~%" | ||
| 5583 | |||
| 5584 | #: guix/ui.scm:367 | ||
| 5585 | #, scheme-format | ||
| 5586 | msgid "~a: file is empty~%" | ||
| 5587 | msgstr "~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 | ||
| 5591 | msgid "failed to load '~a': ~a~%" | ||
| 5592 | msgstr "nepodarilo sa načítať „~a“: ~a~%" | ||
| 5593 | |||
| 5594 | #: guix/ui.scm:385 | ||
| 5595 | #, scheme-format | ||
| 5596 | msgid "~amissing closing parenthesis~%" | ||
| 5597 | msgstr "~achýbajúce pravé zátvorky~%" | ||
| 5598 | |||
| 5599 | #: guix/ui.scm:390 | ||
| 5600 | #, scheme-format | ||
| 5601 | msgid "~s: ~a~%" | ||
| 5602 | msgstr "~s: ~a~%" | ||
| 5603 | |||
| 5604 | #: guix/ui.scm:406 guix/ui.scm:902 | ||
| 5605 | #, scheme-format | ||
| 5606 | msgid "exception thrown: ~s~%" | ||
| 5607 | msgstr "bola vyhodená výnimka: ~s~%" | ||
| 5608 | |||
| 5609 | #: guix/ui.scm:410 guix/ui.scm:448 | ||
| 5610 | #, scheme-format | ||
| 5611 | msgid "failed to load '~a':~%" | ||
| 5612 | msgstr "nepodarilo sa načítať „~a“:~%" | ||
| 5613 | |||
| 5614 | #: guix/ui.scm:445 | ||
| 5615 | #, scheme-format | ||
| 5616 | msgid "failed to load '~a': exception thrown: ~s~%" | ||
| 5617 | msgstr "nepodarilo sa načítať „~a“: bola vyhodená výnimka: ~s~%" | ||
| 5618 | |||
| 5619 | #: guix/ui.scm:493 | ||
| 5620 | msgid "" | ||
| 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" | ||
| 5631 | msgstr "" | ||
| 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 | ||
| 5647 | msgid "(C)" | ||
| 5648 | msgstr "(C)" | ||
| 5649 | |||
| 5650 | #: guix/ui.scm:536 | ||
| 5651 | msgid "the Guix authors\n" | ||
| 5652 | msgstr "autori Guixu\n" | ||
| 5653 | |||
| 5654 | #: guix/ui.scm:537 | ||
| 5655 | msgid "" | ||
| 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" | ||
| 5660 | msgstr "" | ||
| 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 | ||
| 5672 | msgid "" | ||
| 5673 | "\n" | ||
| 5674 | "Report bugs to: ~a." | ||
| 5675 | msgstr "" | ||
| 5676 | "\n" | ||
| 5677 | "Chyby hláste na: ~a." | ||
| 5678 | |||
| 5679 | #: guix/ui.scm:551 | ||
| 5680 | #, scheme-format | ||
| 5681 | msgid "" | ||
| 5682 | "\n" | ||
| 5683 | "~a home page: <~a>" | ||
| 5684 | msgstr "" | ||
| 5685 | "\n" | ||
| 5686 | "~a domovská stránka: <~a>" | ||
| 5687 | |||
| 5688 | #: guix/ui.scm:553 | ||
| 5689 | #, scheme-format | ||
| 5690 | msgid "" | ||
| 5691 | "\n" | ||
| 5692 | "General help using Guix and GNU software: <~a>" | ||
| 5693 | msgstr "" | ||
| 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 | ||
| 5700 | msgid "https://guix.gnu.org/en/help/" | ||
| 5701 | msgstr "https://guix.gnu.org/en/help/" | ||
| 5702 | |||
| 5703 | #: guix/ui.scm:611 | ||
| 5704 | #, scheme-format | ||
| 5705 | msgid "'~a' is not a valid regular expression: ~a~%" | ||
| 5706 | msgstr "„~a“ nie je platným regulárnym výrazom: ~a~%" | ||
| 5707 | |||
| 5708 | #: guix/ui.scm:617 | ||
| 5709 | #, scheme-format | ||
| 5710 | msgid "~a: invalid number~%" | ||
| 5711 | msgstr "~a: neplatná číselná hodnota~%" | ||
| 5712 | |||
| 5713 | #: guix/ui.scm:635 | ||
| 5714 | #, scheme-format | ||
| 5715 | msgid "invalid number: ~a~%" | ||
| 5716 | msgstr "neplatná číselná hodnota: ~a~%" | ||
| 5717 | |||
| 5718 | #: guix/ui.scm:658 | ||
| 5719 | #, scheme-format | ||
| 5720 | msgid "unknown unit: ~a~%" | ||
| 5721 | msgstr "neznáma jednotka: ~a~%" | ||
| 5722 | |||
| 5723 | #: guix/ui.scm:673 | ||
| 5724 | #, scheme-format | ||
| 5725 | msgid "" | ||
| 5726 | "You cannot have two different versions\n" | ||
| 5727 | "or variants of @code{~a} in the same profile." | ||
| 5728 | msgstr "" | ||
| 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 | ||
| 5734 | msgid "" | ||
| 5735 | "Try upgrading both @code{~a} and @code{~a},\n" | ||
| 5736 | "or remove one of them from the profile." | ||
| 5737 | msgstr "" | ||
| 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 | ||
| 5743 | msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" | ||
| 5744 | msgstr "~a:~a:~a: balík „~a“ má neplatný vstup: ~s~%" | ||
| 5745 | |||
| 5746 | #: guix/ui.scm:719 | ||
| 5747 | #, scheme-format | ||
| 5748 | msgid "~a: ~a: build system `~a' does not support cross builds~%" | ||
| 5749 | msgstr "~a: ~a: zostavovací systém „~a“ nepodporuje krížové zostavovanie~%" | ||
| 5750 | |||
| 5751 | #: guix/ui.scm:725 | ||
| 5752 | #, scheme-format | ||
| 5753 | msgid "~s: invalid G-expression input~%" | ||
| 5754 | msgstr "~s: neplatný G-výraz na vstupe~%" | ||
| 5755 | |||
| 5756 | #: guix/ui.scm:728 | ||
| 5757 | #, scheme-format | ||
| 5758 | msgid "profile '~a' does not exist~%" | ||
| 5759 | msgstr "profil „~a“ neexistuje~%" | ||
| 5760 | |||
| 5761 | #: guix/ui.scm:731 | ||
| 5762 | #, scheme-format | ||
| 5763 | msgid "generation ~a of profile '~a' does not exist~%" | ||
| 5764 | msgstr "pokolenie ~a profilu „~a“ neexistuje~%" | ||
| 5765 | |||
| 5766 | #: guix/ui.scm:736 | ||
| 5767 | #, scheme-format | ||
| 5768 | msgid "package '~a~@[@~a~]~@[:~a~]' not found in profile~%" | ||
| 5769 | msgstr "balík „~a~@[@~a~]~@[:~a~]“ sa v profile nenašiel~%" | ||
| 5770 | |||
| 5771 | #: guix/ui.scm:748 | ||
| 5772 | #, scheme-format | ||
| 5773 | msgid " ... propagated from ~a@~a~%" | ||
| 5774 | msgstr " ... rozšírené z ~a@~a~%" | ||
| 5775 | |||
| 5776 | #: guix/ui.scm:758 | ||
| 5777 | #, scheme-format | ||
| 5778 | msgid "profile contains conflicting entries for ~a~a~%" | ||
| 5779 | msgstr "profil obsahuje nezlučiteľné vstupy pre ~a~a~%" | ||
| 5780 | |||
| 5781 | #: guix/ui.scm:761 | ||
| 5782 | #, scheme-format | ||
| 5783 | msgid " first entry: ~a@~a~a ~a~%" | ||
| 5784 | msgstr " prvý vstup: ~a@~a~a ~a~%" | ||
| 5785 | |||
| 5786 | #: guix/ui.scm:767 | ||
| 5787 | #, scheme-format | ||
| 5788 | msgid " second entry: ~a@~a~a ~a~%" | ||
| 5789 | msgstr " druhý vstup: ~a@~a~a ~a~%" | ||
| 5790 | |||
| 5791 | #: guix/ui.scm:779 | ||
| 5792 | #, scheme-format | ||
| 5793 | msgid "corrupt input while restoring '~a' from ~s~%" | ||
| 5794 | msgstr "poškodený vstup pri obnovovaní „~a“ z ~s~%" | ||
| 5795 | |||
| 5796 | #: guix/ui.scm:781 | ||
| 5797 | #, scheme-format | ||
| 5798 | msgid "corrupt input while restoring archive from ~s~%" | ||
| 5799 | msgstr "poškodený vstup pri obnovovaní archívu z ~s~%" | ||
| 5800 | |||
| 5801 | #: guix/ui.scm:784 | ||
| 5802 | #, scheme-format | ||
| 5803 | msgid "failed to connect to `~a': ~a~%" | ||
| 5804 | msgstr "nepodarilo sa pripojiť k „~a“': ~a~%" | ||
| 5805 | |||
| 5806 | #: guix/ui.scm:792 | ||
| 5807 | #, scheme-format | ||
| 5808 | msgid "reference to invalid output '~a' of derivation '~a'~%" | ||
| 5809 | msgstr "odkaz na neplatný výstup „~a“ odvodeniny „~a“~%" | ||
| 5810 | |||
| 5811 | #: guix/ui.scm:796 | ||
| 5812 | #, scheme-format | ||
| 5813 | msgid "file '~a' could not be found in these directories:~{ ~a~}~%" | ||
| 5814 | msgstr "súbor „~a“ sa nepodarilo nájsť v týchto priečinkoch:~{ ~a~}~%" | ||
| 5815 | |||
| 5816 | #: guix/ui.scm:801 | ||
| 5817 | #, scheme-format | ||
| 5818 | msgid "" | ||
| 5819 | "program " | ||
| 5820 | "exited~@[ with non-zero exit status ~a~]~@[ terminated by signal ~a~]~@[ stopped by signal ~a~]: " | ||
| 5821 | "~s~%" | ||
| 5822 | msgstr "" | ||
| 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 | ||
| 5829 | msgid "failed to read expression ~s: ~s~%" | ||
| 5830 | msgstr "nepodarilo sa prečítať výraz ~s: ~s~%" | ||
| 5831 | |||
| 5832 | #: guix/ui.scm:887 | ||
| 5833 | #, scheme-format | ||
| 5834 | msgid "failed to evaluate expression '~a':~%" | ||
| 5835 | msgstr "nepodarilo sa vyhodnotiť výraz „~a“:~%" | ||
| 5836 | |||
| 5837 | #: guix/ui.scm:890 | ||
| 5838 | #, scheme-format | ||
| 5839 | msgid "syntax error: ~a~%" | ||
| 5840 | msgstr "neplatná skladba: ~a~%" | ||
| 5841 | |||
| 5842 | #: guix/ui.scm:914 | ||
| 5843 | #, scheme-format | ||
| 5844 | msgid "expression ~s does not evaluate to a package~%" | ||
| 5845 | msgstr "vyhodnotenie výrazu ~s sa nezhoduje so žiadnym balíkom~%" | ||
| 5846 | |||
| 5847 | #: guix/ui.scm:941 | ||
| 5848 | msgid "at least ~,1h MB needed but only ~,1h MB available in ~a~%" | ||
| 5849 | msgstr "vyžaduje sa najmenej ~,1h MB ale dostupných je iba ~,1h MB v ~a~%" | ||
| 5850 | |||
| 5851 | #: guix/ui.scm:1050 | ||
| 5852 | #, scheme-format | ||
| 5853 | msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" | ||
| 5854 | msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~;~]" | ||
| 5855 | msgstr[0] "~:[Zostavila by sa nasledovná odvodenina:~%~{ ~a~%~}~;~]" | ||
| 5856 | msgstr[1] "~:[Zostavili by sa nasledovné odvodeniny:~%~{ ~a~%~}~;~]" | ||
| 5857 | msgstr[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 | ||
| 5862 | msgid "~:[~,1h MB would be downloaded:~%~{ ~a~%~}~;~]" | ||
| 5863 | msgstr "~:[stiahlo by sa ~,1h MB:~%~{ ~a~%~}~;~]" | ||
| 5864 | |||
| 5865 | #: guix/ui.scm:1065 | ||
| 5866 | #, scheme-format | ||
| 5867 | msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" | ||
| 5868 | msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;~]" | ||
| 5869 | msgstr[0] "~:[Stiahol by sa nasledovný súbor:~%~{ ~a~%~}~;~]" | ||
| 5870 | msgstr[1] "~:[Stiahli by sa nasledovné súbory:~%~{ ~a~%~}~;~]" | ||
| 5871 | msgstr[2] "~:[Stiahli by sa nasledovné súbory:~%~{ ~a~%~}~;~]" | ||
| 5872 | |||
| 5873 | #: guix/ui.scm:1072 | ||
| 5874 | #, scheme-format | ||
| 5875 | msgid "~:[The following graft would be made:~%~{ ~a~%~}~;~]" | ||
| 5876 | msgid_plural "~:[The following grafts would be made:~%~{ ~a~%~}~;~]" | ||
| 5877 | msgstr[0] "~:[Vykonal by sa nasledovný štep:~%~{ ~a~%~}~;~]" | ||
| 5878 | msgstr[1] "~:[Vykonali by sa nasledovné štepy:~%~{ ~a~%~}~;~]" | ||
| 5879 | msgstr[2] "~:[Vykonali by sa nasledovné štepy:~%~{ ~a~%~}~;~]" | ||
| 5880 | |||
| 5881 | #: guix/ui.scm:1077 | ||
| 5882 | #, scheme-format | ||
| 5883 | msgid "~:[The following profile hook would be built:~%~{ ~a~%~}~;~]" | ||
| 5884 | msgid_plural "~:[The following profile hooks would be built:~%~{ ~a~%~}~;~]" | ||
| 5885 | msgstr[0] "~:[Zostavil by sa nasledovný háčik profilu:~%~{ ~a~%~}~;~]" | ||
| 5886 | msgstr[1] "~:[Zostavili by sa nasledovné háčiky profilu:~%~{ ~a~%~}~;~]" | ||
| 5887 | msgstr[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 | ||
| 5892 | msgid "~:[~,1h MB would be downloaded~%~;~]" | ||
| 5893 | msgstr "~:[stiahlo by sa ~,1h MB~%~;~]" | ||
| 5894 | |||
| 5895 | #: guix/ui.scm:1093 | ||
| 5896 | msgid "~:[~h item would be downloaded~%~;~]" | ||
| 5897 | msgid_plural "~:[~h items would be downloaded~%~;~]" | ||
| 5898 | msgstr[0] "~:[stiahla by sa ~h položka~%~;~]" | ||
| 5899 | msgstr[1] "~:[stiahli by sa ~h položky~%~;~]" | ||
| 5900 | msgstr[2] "~:[stiahlo by sa ~h položiek~%~;~]" | ||
| 5901 | |||
| 5902 | #: guix/ui.scm:1101 | ||
| 5903 | #, scheme-format | ||
| 5904 | msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" | ||
| 5905 | msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;~]" | ||
| 5906 | msgstr[0] "~:[Zostaví sa nasledovná odvodenina:~%~{ ~a~%~}~;~]" | ||
| 5907 | msgstr[1] "~:[Zostavia sa nasledovné odvodeniny:~%~{ ~a~%~}~;~]" | ||
| 5908 | msgstr[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 | ||
| 5913 | msgid "~:[~,1h MB will be downloaded:~%~{ ~a~%~}~;~]" | ||
| 5914 | msgstr "~:[stiahne sa ~,1h MB:~%~{ ~a~%~}~;~]" | ||
| 5915 | |||
| 5916 | #: guix/ui.scm:1116 | ||
| 5917 | #, scheme-format | ||
| 5918 | msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" | ||
| 5919 | msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~]" | ||
| 5920 | msgstr[0] "~:[Stiahne sa nasledovný súbor:~%~{ ~a~%~}~;~]" | ||
| 5921 | msgstr[1] "~:[Stiahnu sa nasledovné súbory:~%~{ ~a~%~}~;~]" | ||
| 5922 | msgstr[2] "~:[Stiahnu sa nasledovné súbory:~%~{ ~a~%~}~;~]" | ||
| 5923 | |||
| 5924 | #: guix/ui.scm:1123 | ||
| 5925 | #, scheme-format | ||
| 5926 | msgid "~:[The following graft will be made:~%~{ ~a~%~}~;~]" | ||
| 5927 | msgid_plural "~:[The following grafts will be made:~%~{ ~a~%~}~;~]" | ||
| 5928 | msgstr[0] "~:[Vykoná sa nasledovný štep:~%~{ ~a~%~}~;~]" | ||
| 5929 | msgstr[1] "~:[Vykonajú sa nasledovné štepy:~%~{ ~a~%~}~;~]" | ||
| 5930 | msgstr[2] "~:[Vykonajú sa nasledovné štepy:~%~{ ~a~%~}~;~]" | ||
| 5931 | |||
| 5932 | #: guix/ui.scm:1128 | ||
| 5933 | #, scheme-format | ||
| 5934 | msgid "~:[The following profile hook will be built:~%~{ ~a~%~}~;~]" | ||
| 5935 | msgid_plural "~:[The following profile hooks will be built:~%~{ ~a~%~}~;~]" | ||
| 5936 | msgstr[0] "~:[Zostaví sa nasledovný háčik profilu:~%~{ ~a~%~}~;~]" | ||
| 5937 | msgstr[1] "~:[Zostavia sa nasledovné háčiky profilu:~%~{ ~a~%~}~;~]" | ||
| 5938 | msgstr[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 | ||
| 5943 | msgid "~:[~,1h MB will be downloaded~%~;~]" | ||
| 5944 | msgstr "~:[stiahne sa ~,1h MB~%~;~]" | ||
| 5945 | |||
| 5946 | #: guix/ui.scm:1144 | ||
| 5947 | msgid "~:[~h item will be downloaded~%~;~]" | ||
| 5948 | msgid_plural "~:[~h items will be downloaded~%~;~]" | ||
| 5949 | msgstr[0] "~:[stiahne sa ~h položka~%~;~]" | ||
| 5950 | msgstr[1] "~:[stiahnu sa ~h položky~%~;~]" | ||
| 5951 | msgstr[2] "~:[stiahne sa ~h položiek~%~;~]" | ||
| 5952 | |||
| 5953 | #: guix/ui.scm:1263 | ||
| 5954 | msgid "(dependencies or package changed)" | ||
| 5955 | msgstr "(balík alebo závislosti sa zmenili)" | ||
| 5956 | |||
| 5957 | #: guix/ui.scm:1282 | ||
| 5958 | #, scheme-format | ||
| 5959 | msgid "The following package would be removed:~%~{~a~%~}~%" | ||
| 5960 | msgid_plural "The following packages would be removed:~%~{~a~%~}~%" | ||
| 5961 | msgstr[0] "Odstránil by sa nasledovný balík:~%~{~a~%~}~%" | ||
| 5962 | msgstr[1] "Odstránili by sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 5963 | msgstr[2] "Odstránili by sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 5964 | |||
| 5965 | #: guix/ui.scm:1287 | ||
| 5966 | #, scheme-format | ||
| 5967 | msgid "The following package will be removed:~%~{~a~%~}~%" | ||
| 5968 | msgid_plural "The following packages will be removed:~%~{~a~%~}~%" | ||
| 5969 | msgstr[0] "Odstráni sa nasledovný balík:~%~{~a~%~}~%" | ||
| 5970 | msgstr[1] "Odstránia sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 5971 | msgstr[2] "Odstránia sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 5972 | |||
| 5973 | #: guix/ui.scm:1300 | ||
| 5974 | #, scheme-format | ||
| 5975 | msgid "The following package would be downgraded:~%~{~a~%~}~%" | ||
| 5976 | msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" | ||
| 5977 | msgstr[0] "Nasledovný balík by prešiel na staršiu verziu:~%~{~a~%~}~%" | ||
| 5978 | msgstr[1] "Nasledovné balíky by prešli na staršie verzie:~%~{~a~%~}~%" | ||
| 5979 | msgstr[2] "Nasledovné balíky by prešli na staršie verzie:~%~{~a~%~}~%" | ||
| 5980 | |||
| 5981 | #: guix/ui.scm:1305 | ||
| 5982 | #, scheme-format | ||
| 5983 | msgid "The following package will be downgraded:~%~{~a~%~}~%" | ||
| 5984 | msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" | ||
| 5985 | msgstr[0] "Nasledovný balík prejde na staršiu verziu:~%~{~a~%~}~%" | ||
| 5986 | msgstr[1] "Nasledovné balíky prejdú na staršie verzie:~%~{~a~%~}~%" | ||
| 5987 | msgstr[2] "Nasledovné balíky prejdú na staršie verzie:~%~{~a~%~}~%" | ||
| 5988 | |||
| 5989 | #: guix/ui.scm:1318 | ||
| 5990 | #, scheme-format | ||
| 5991 | msgid "The following package would be upgraded:~%~{~a~%~}~%" | ||
| 5992 | msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" | ||
| 5993 | msgstr[0] "Aktualizoval by sa nasledovný balík:~%~{~a~%~}~%" | ||
| 5994 | msgstr[1] "Aktualizovali by sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 5995 | msgstr[2] "Aktualizovali by sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 5996 | |||
| 5997 | #: guix/ui.scm:1323 | ||
| 5998 | #, scheme-format | ||
| 5999 | msgid "The following package will be upgraded:~%~{~a~%~}~%" | ||
| 6000 | msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" | ||
| 6001 | msgstr[0] "Aktualizuje sa nasledovný balík:~%~{~a~%~}~%" | ||
| 6002 | msgstr[1] "Aktualizujú sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 6003 | msgstr[2] "Aktualizujú sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 6004 | |||
| 6005 | #: guix/ui.scm:1334 | ||
| 6006 | #, scheme-format | ||
| 6007 | msgid "The following package would be installed:~%~{~a~%~}~%" | ||
| 6008 | msgid_plural "The following packages would be installed:~%~{~a~%~}~%" | ||
| 6009 | msgstr[0] "Nainštaloval by sa nasledovný balík:~%~{~a~%~}~%" | ||
| 6010 | msgstr[1] "Nainštalovali by sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 6011 | msgstr[2] "Nainštalovali by sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 6012 | |||
| 6013 | #: guix/ui.scm:1339 | ||
| 6014 | #, scheme-format | ||
| 6015 | msgid "The following package will be installed:~%~{~a~%~}~%" | ||
| 6016 | msgid_plural "The following packages will be installed:~%~{~a~%~}~%" | ||
| 6017 | msgstr[0] "Nainštaluje sa nasledovný balík:~%~{~a~%~}~%" | ||
| 6018 | msgstr[1] "Nainštalujú sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 6019 | msgstr[2] "Nainštalujú sa nasledovné balíky:~%~{~a~%~}~%" | ||
| 6020 | |||
| 6021 | #: guix/ui.scm:1875 | ||
| 6022 | #, scheme-format | ||
| 6023 | msgid "invalid syntax: ~a~%" | ||
| 6024 | msgstr "neplatná skladba: ~a~%" | ||
| 6025 | |||
| 6026 | #: guix/ui.scm:1884 | ||
| 6027 | #, scheme-format | ||
| 6028 | msgid "Generation ~a\t~a" | ||
| 6029 | msgstr "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 | ||
| 6038 | msgid "~b ~d ~Y ~T" | ||
| 6039 | msgstr "~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 | ||
| 6046 | msgid "~a\t(current)~%" | ||
| 6047 | msgstr "~a\t(súčasné)~%" | ||
| 6048 | |||
| 6049 | #: guix/ui.scm:1934 | ||
| 6050 | #, scheme-format | ||
| 6051 | msgid "cannot lock profile ~a: ~a~%" | ||
| 6052 | msgstr "nedá sa uzamknúť profil ~a: ~a~%" | ||
| 6053 | |||
| 6054 | #: guix/ui.scm:1936 | ||
| 6055 | #, scheme-format | ||
| 6056 | msgid "profile ~a is locked by another process~%" | ||
| 6057 | msgstr "profil ~a bol uzamknutý iným procesom~%" | ||
| 6058 | |||
| 6059 | #: guix/ui.scm:1963 | ||
| 6060 | #, scheme-format | ||
| 6061 | msgid "switched from generation ~a to ~a~%" | ||
| 6062 | msgstr "preplo sa z pokolenia ~a na ~a~%" | ||
| 6063 | |||
| 6064 | #: guix/ui.scm:1979 | ||
| 6065 | #, scheme-format | ||
| 6066 | msgid "deleting ~a~%" | ||
| 6067 | msgstr "odstraňuje sa ~a~%" | ||
| 6068 | |||
| 6069 | #: guix/ui.scm:2010 | ||
| 6070 | #, scheme-format | ||
| 6071 | msgid "Try `guix --help' for more information.~%" | ||
| 6072 | msgstr "Skúste „guix --help“ pre viac podrobností.~%" | ||
| 6073 | |||
| 6074 | #: guix/ui.scm:2102 | ||
| 6075 | msgid "" | ||
| 6076 | "Usage: guix COMMAND ARGS...\n" | ||
| 6077 | "Run COMMAND with ARGS.\n" | ||
| 6078 | msgstr "" | ||
| 6079 | "Použitie: guix PRÍKAZ PARAMETRE...\n" | ||
| 6080 | "Spustiť PRÍKAZ s PARAMETRAMI.\n" | ||
| 6081 | |||
| 6082 | #: guix/ui.scm:2105 | ||
| 6083 | msgid "COMMAND must be one of the sub-commands listed below:\n" | ||
| 6084 | msgstr "PRÍKAZ musí byť jeden z nižšie uvedených podpríkazov:\n" | ||
| 6085 | |||
| 6086 | #: guix/ui.scm:2147 | ||
| 6087 | #, scheme-format | ||
| 6088 | msgid "guix: ~a: command not found~%" | ||
| 6089 | msgstr "guix: ~a: príkaz sa nenašiel~%" | ||
| 6090 | |||
| 6091 | #: guix/ui.scm:2149 | ||
| 6092 | #, scheme-format | ||
| 6093 | msgid "Did you mean @code{~a}?" | ||
| 6094 | msgstr "Mali ste na mysli @code{~a}?" | ||
| 6095 | |||
| 6096 | #: guix/ui.scm:2183 | ||
| 6097 | #, scheme-format | ||
| 6098 | msgid "guix: missing command name~%" | ||
| 6099 | msgstr "guix: postráda sa názov príkazu~%" | ||
| 6100 | |||
| 6101 | #: guix/ui.scm:2191 | ||
| 6102 | #, scheme-format | ||
| 6103 | msgid "guix: unrecognized option '~a'~%" | ||
| 6104 | msgstr "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 | ||
| 6111 | msgid "'~a' phase" | ||
| 6112 | msgstr "krok „~a“" | ||
| 6113 | |||
| 6114 | #: guix/status.scm:377 | ||
| 6115 | msgid "building directory of Info manuals..." | ||
| 6116 | msgstr "zostavuje sa priečinok Info príručiek..." | ||
| 6117 | |||
| 6118 | #: guix/status.scm:379 | ||
| 6119 | msgid "building GHC package cache..." | ||
| 6120 | msgstr "zostavuje sa vyrovnávacia pamäť GHC balíkov..." | ||
| 6121 | |||
| 6122 | #: guix/status.scm:381 | ||
| 6123 | msgid "building CA certificate bundle..." | ||
| 6124 | msgstr "zostavuje sa zväzok CA certifikátov…" | ||
| 6125 | |||
| 6126 | #: guix/status.scm:383 | ||
| 6127 | msgid "generating GLib schema cache..." | ||
| 6128 | msgstr "vytvára sa vyrovnávacia pamäť GLib nákresov…" | ||
| 6129 | |||
| 6130 | #: guix/status.scm:385 | ||
| 6131 | msgid "creating GTK+ icon theme cache..." | ||
| 6132 | msgstr "vytvára sa vyrovnávacia pamäť tém ikôn GTK+…" | ||
| 6133 | |||
| 6134 | #: guix/status.scm:387 | ||
| 6135 | msgid "building cache files for GTK+ input methods..." | ||
| 6136 | msgstr "zostavujú sa súbory vyrovnávacej pamäte pre spôsoby vstupu GTK+…" | ||
| 6137 | |||
| 6138 | #: guix/status.scm:389 | ||
| 6139 | msgid "building XDG desktop file cache..." | ||
| 6140 | msgstr "zostavuje sa vyrovnávacia pamäť súborov pracovnej plochy XDG..." | ||
| 6141 | |||
| 6142 | #: guix/status.scm:391 | ||
| 6143 | msgid "building XDG MIME database..." | ||
| 6144 | msgstr "zostavuje sa databáza MIME súborov XDG..." | ||
| 6145 | |||
| 6146 | #: guix/status.scm:393 | ||
| 6147 | msgid "building fonts directory..." | ||
| 6148 | msgstr "zostavuje sa priečinok písiem..." | ||
| 6149 | |||
| 6150 | #: guix/status.scm:395 | ||
| 6151 | msgid "building TeX Live configuration..." | ||
| 6152 | msgstr "zostavuje sa súbor nastavení TeX Live..." | ||
| 6153 | |||
| 6154 | #: guix/status.scm:397 | ||
| 6155 | msgid "building database for manual pages..." | ||
| 6156 | msgstr "zostavuje sa databáza stránok pomocníka..." | ||
| 6157 | |||
| 6158 | #: guix/status.scm:399 | ||
| 6159 | msgid "building package cache..." | ||
| 6160 | msgstr "zostavuje sa vyrovnávacia pamäť balíkov..." | ||
| 6161 | |||
| 6162 | #: guix/status.scm:479 | ||
| 6163 | #, scheme-format | ||
| 6164 | msgid "applying ~a graft for ~a ..." | ||
| 6165 | msgid_plural "applying ~a grafts for ~a ..." | ||
| 6166 | msgstr[0] "vykonáva sa ~a štep pre ~a ..." | ||
| 6167 | msgstr[1] "vykonávajú sa ~a štepy pre ~a ..." | ||
| 6168 | msgstr[2] "vykonáva sa ~a štepov pre ~a ..." | ||
| 6169 | |||
| 6170 | #: guix/status.scm:487 | ||
| 6171 | #, scheme-format | ||
| 6172 | msgid "building profile with ~a package..." | ||
| 6173 | msgid_plural "building profile with ~a packages..." | ||
| 6174 | msgstr[0] "zostavuje sa profil s ~a balíkom..." | ||
| 6175 | msgstr[1] "zostavuje sa profil s ~a balíkmi..." | ||
| 6176 | msgstr[2] "zostavuje sa profil s ~a balíkmi..." | ||
| 6177 | |||
| 6178 | #: guix/status.scm:496 | ||
| 6179 | #, scheme-format | ||
| 6180 | msgid "running profile hook of type '~a'..." | ||
| 6181 | msgstr "spúšťa sa háčik profilu typu „~a“..." | ||
| 6182 | |||
| 6183 | #: guix/status.scm:499 | ||
| 6184 | #, scheme-format | ||
| 6185 | msgid "building ~a..." | ||
| 6186 | msgstr "zostavuje sa ~a..." | ||
| 6187 | |||
| 6188 | #: guix/status.scm:504 | ||
| 6189 | #, scheme-format | ||
| 6190 | msgid "successfully built ~a" | ||
| 6191 | msgstr "zostavenie ~a prebehlo úspešne" | ||
| 6192 | |||
| 6193 | #: guix/status.scm:510 | ||
| 6194 | #, scheme-format | ||
| 6195 | msgid "The following build is still in progress:~%~{ ~a~%~}~%" | ||
| 6196 | msgid_plural "The following builds are still in progress:~%~{ ~a~%~}~%" | ||
| 6197 | msgstr[0] "Nasledovné zostavovanie stále prebieha:~%~{ ~a~%~}~%" | ||
| 6198 | msgstr[1] "Nasledovné zostavovania stále prebiehajú:~%~{ ~a~%~}~%" | ||
| 6199 | msgstr[2] "Nasledovné zostavovania stále prebiehajú:~%~{ ~a~%~}~%" | ||
| 6200 | |||
| 6201 | #: guix/status.scm:516 | ||
| 6202 | #, scheme-format | ||
| 6203 | msgid "build of ~a failed" | ||
| 6204 | msgstr "zostavenie ~a zlyhalo" | ||
| 6205 | |||
| 6206 | #: guix/status.scm:520 | ||
| 6207 | #, scheme-format | ||
| 6208 | msgid "Could not find build log for '~a'." | ||
| 6209 | msgstr "Nepodarilo sa nájsť záznam zostavovania „~a“." | ||
| 6210 | |||
| 6211 | #: guix/status.scm:523 | ||
| 6212 | #, scheme-format | ||
| 6213 | msgid "View build log at '~a'." | ||
| 6214 | msgstr "Záznam zostavovania nájdete v „~a“." | ||
| 6215 | |||
| 6216 | #: guix/status.scm:528 | ||
| 6217 | #, scheme-format | ||
| 6218 | msgid "substituting ~a..." | ||
| 6219 | msgstr "nahrádza sa ~a..." | ||
| 6220 | |||
| 6221 | #: guix/status.scm:533 | ||
| 6222 | #, scheme-format | ||
| 6223 | msgid "downloading from ~a ..." | ||
| 6224 | msgstr "sťahuje sa z ~a ..." | ||
| 6225 | |||
| 6226 | #: guix/status.scm:559 | ||
| 6227 | #, scheme-format | ||
| 6228 | msgid "substitution of ~a complete" | ||
| 6229 | msgstr "nahrádzanie ~a dokončené" | ||
| 6230 | |||
| 6231 | #: guix/status.scm:562 | ||
| 6232 | #, scheme-format | ||
| 6233 | msgid "substitution of ~a failed" | ||
| 6234 | msgstr "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 | ||
| 6240 | msgid "~a hash mismatch for ~a:" | ||
| 6241 | msgstr "odtlačok ~a nesúhlasí pre ~a:" | ||
| 6242 | |||
| 6243 | #: guix/status.scm:569 | ||
| 6244 | #, scheme-format | ||
| 6245 | msgid "" | ||
| 6246 | " expected hash: ~a\n" | ||
| 6247 | " actual hash: ~a~%" | ||
| 6248 | msgstr "" | ||
| 6249 | " očakávaný odtlačok: ~a\n" | ||
| 6250 | " získaný odtlačok: ~a~%" | ||
| 6251 | |||
| 6252 | #: guix/status.scm:574 | ||
| 6253 | #, scheme-format | ||
| 6254 | msgid "offloading build of ~a to '~a'" | ||
| 6255 | msgstr "prenášam zostavenie ~a na „~a“" | ||
| 6256 | |||
| 6257 | #: guix/http-client.scm:134 | ||
| 6258 | #, scheme-format | ||
| 6259 | msgid "following redirection to `~a'...~%" | ||
| 6260 | msgstr "presmerovanie na „~a“...~%" | ||
| 6261 | |||
| 6262 | #: guix/http-client.scm:146 | ||
| 6263 | #, scheme-format | ||
| 6264 | msgid "~a: HTTP download failed: ~a (~s)" | ||
| 6265 | msgstr "~a: HTTP sťahovanie zlyhalo: ~a (~s)" | ||
| 6266 | |||
| 6267 | #: guix/nar.scm:173 | ||
| 6268 | msgid "signature is not a valid s-expression" | ||
| 6269 | msgstr "podpis nie je platným s-výrazom" | ||
| 6270 | |||
| 6271 | #: guix/nar.scm:182 | ||
| 6272 | msgid "invalid signature" | ||
| 6273 | msgstr "neplatný podpis" | ||
| 6274 | |||
| 6275 | #: guix/nar.scm:186 | ||
| 6276 | msgid "invalid hash" | ||
| 6277 | msgstr "neplatný odtlačok" | ||
| 6278 | |||
| 6279 | #: guix/nar.scm:194 | ||
| 6280 | msgid "unauthorized public key" | ||
| 6281 | msgstr "nepovolený verejný kľúč" | ||
| 6282 | |||
| 6283 | #: guix/nar.scm:199 | ||
| 6284 | msgid "corrupt signature data" | ||
| 6285 | msgstr "poškodený podpis" | ||
| 6286 | |||
| 6287 | #: guix/nar.scm:220 | ||
| 6288 | msgid "corrupt file set archive" | ||
| 6289 | msgstr "poškodené súbory v archíve" | ||
| 6290 | |||
| 6291 | #: guix/nar.scm:230 | ||
| 6292 | #, scheme-format | ||
| 6293 | msgid "importing file or directory '~a'...~%" | ||
| 6294 | msgstr "načítava sa súbor alebo priečinok „~a“...~%" | ||
| 6295 | |||
| 6296 | #: guix/nar.scm:241 | ||
| 6297 | #, scheme-format | ||
| 6298 | msgid "found valid signature for '~a'~%" | ||
| 6299 | msgstr "našiel sa platný podpis pre „~a“~%" | ||
| 6300 | |||
| 6301 | #: guix/nar.scm:248 | ||
| 6302 | msgid "imported file lacks a signature" | ||
| 6303 | msgstr "načítaný súbor postráda podpis" | ||
| 6304 | |||
| 6305 | #: guix/nar.scm:287 | ||
| 6306 | msgid "invalid inter-file archive mark" | ||
| 6307 | msgstr "neplatná značka medzi-súborového archívu" | ||
| 6308 | |||
| 6309 | #: guix/narinfo.scm:102 | ||
| 6310 | #, scheme-format | ||
| 6311 | msgid "invalid narinfo hash: ~s" | ||
| 6312 | msgstr "neplatný odtlačok narinfo:~s" | ||
| 6313 | |||
| 6314 | #: guix/narinfo.scm:116 | ||
| 6315 | #, scheme-format | ||
| 6316 | msgid "signature version must be a number: ~s~%" | ||
| 6317 | msgstr "verzia podpisu musí byť číslo: ~s~%" | ||
| 6318 | |||
| 6319 | #: guix/narinfo.scm:120 | ||
| 6320 | #, scheme-format | ||
| 6321 | msgid "unsupported signature version: ~a~%" | ||
| 6322 | msgstr "nepodporovaná verzia podpisu: ~a~%" | ||
| 6323 | |||
| 6324 | #: guix/narinfo.scm:128 | ||
| 6325 | #, scheme-format | ||
| 6326 | msgid "signature is not a valid s-expression: ~s~%" | ||
| 6327 | msgstr "podpis nie je platným s-výrazom: ~s~%" | ||
| 6328 | |||
| 6329 | #: guix/narinfo.scm:132 | ||
| 6330 | #, scheme-format | ||
| 6331 | msgid "invalid format of the signature field: ~a~%" | ||
| 6332 | msgstr "neplatný formát poľa podpisu: ~a~%" | ||
| 6333 | |||
| 6334 | #: guix/channels.scm:275 | ||
| 6335 | msgid "unsupported '.guix-channel' version" | ||
| 6336 | msgstr "nepodporovaná verzia „.guix-channel“" | ||
| 6337 | |||
| 6338 | #: guix/channels.scm:281 | ||
| 6339 | msgid "invalid '.guix-channel' file" | ||
| 6340 | msgstr "neplatný súbor „.guix-channel“" | ||
| 6341 | |||
| 6342 | #: guix/channels.scm:340 | ||
| 6343 | msgid "Authenticating channel '~a', commits ~a to ~a (~h new commits)...~%" | ||
| 6344 | msgstr "" | ||
| 6345 | "Overujem kanál „~a“, úpravy (commity) od ~a po ~a (nové úpravy: ~h)...~%" | ||
| 6346 | |||
| 6347 | #: guix/channels.scm:404 | ||
| 6348 | #, scheme-format | ||
| 6349 | msgid "channel '~a' lacks an introduction and cannot be authenticated~%" | ||
| 6350 | msgstr "kanál „~a“ postráda úvod a nemôže byť overený~%" | ||
| 6351 | |||
| 6352 | #: guix/channels.scm:409 | ||
| 6353 | msgid "" | ||
| 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." | ||
| 6359 | msgstr "" | ||
| 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 | ||
| 6367 | msgid "channel authentication disabled~%" | ||
| 6368 | msgstr "overenie kanála vypnuté~%" | ||
| 6369 | |||
| 6370 | #: guix/channels.scm:438 | ||
| 6371 | #, scheme-format | ||
| 6372 | msgid "" | ||
| 6373 | "aborting update of channel '~a' to commit ~a, which is not a descendant of ~a" | ||
| 6374 | msgstr "" | ||
| 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 | ||
| 6379 | msgid "" | ||
| 6380 | "Use @option{--allow-downgrades} to force\n" | ||
| 6381 | "this downgrade." | ||
| 6382 | msgstr "" | ||
| 6383 | "Použite @option{--allow-downgrades} pre vynútenie prechodu\n" | ||
| 6384 | "na staršiu úpravu." | ||
| 6385 | |||
| 6386 | #: guix/channels.scm:453 | ||
| 6387 | msgid "" | ||
| 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." | ||
| 6392 | msgstr "" | ||
| 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 | ||
| 6400 | msgid "Updating channel '~a' from Git repository at '~a'...~%" | ||
| 6401 | msgstr "Aktualizuje sa kanál „~a“ z Git repozitára na „~a“...~%" | ||
| 6402 | |||
| 6403 | #: guix/channels.scm:527 | ||
| 6404 | #, scheme-format | ||
| 6405 | msgid "pulled channel '~a' from a mirror of ~a, which might be stale~%" | ||
| 6406 | msgstr "kanál „~a“ získaný zo zrkadla ~a, ktoré môže byť zastarané~%" | ||
| 6407 | |||
| 6408 | #: guix/channels.scm:776 | ||
| 6409 | msgid "'guix' channel is lacking" | ||
| 6410 | msgstr "postráda sa kanál „guix“" | ||
| 6411 | |||
| 6412 | #: guix/channels.scm:778 | ||
| 6413 | msgid "" | ||
| 6414 | "Make sure your list of channels\n" | ||
| 6415 | "contains one channel named @code{guix} providing the core of Guix." | ||
| 6416 | msgstr "" | ||
| 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 | ||
| 6421 | msgid "invalid channel news entry" | ||
| 6422 | msgstr "neplatná novinka kanála" | ||
| 6423 | |||
| 6424 | #: guix/channels.scm:1071 | ||
| 6425 | msgid "syntactically invalid channel news file" | ||
| 6426 | msgstr "neplatná skladba súbora noviniek" | ||
| 6427 | |||
| 6428 | #: guix/channels.scm:1074 | ||
| 6429 | msgid "invalid channel news file" | ||
| 6430 | msgstr "neplatný súbor noviniek" | ||
| 6431 | |||
| 6432 | #: guix/profiles.scm:585 | ||
| 6433 | msgid "unsupported manifest format" | ||
| 6434 | msgstr "nepodporovaný formát manifestu" | ||
| 6435 | |||
| 6436 | #: guix/profiles.scm:2042 | ||
| 6437 | #, scheme-format | ||
| 6438 | msgid "while creating directory `~a': ~a" | ||
| 6439 | msgstr "pri vytváraní priečinka „~a“: ~a" | ||
| 6440 | |||
| 6441 | #: guix/profiles.scm:2047 | ||
| 6442 | #, scheme-format | ||
| 6443 | msgid "Please create the @file{~a} directory, with you as the owner." | ||
| 6444 | msgstr "Vytvorte priečinok @file{~a}, ktorého budete vlastníkom." | ||
| 6445 | |||
| 6446 | #: guix/profiles.scm:2056 | ||
| 6447 | #, scheme-format | ||
| 6448 | msgid "directory `~a' is not owned by you" | ||
| 6449 | msgstr "nie ste vlastníkom priečinka „~a“" | ||
| 6450 | |||
| 6451 | #: guix/profiles.scm:2060 | ||
| 6452 | #, scheme-format | ||
| 6453 | msgid "Please change the owner of @file{~a} to user ~s." | ||
| 6454 | msgstr "Zmeňte vlastníka priečinka @file{~a} na používateľa ~s." | ||
| 6455 | |||
| 6456 | #: guix/git.scm:140 | ||
| 6457 | msgid "receiving objects" | ||
| 6458 | msgstr "prijímajú sa objekty" | ||
| 6459 | |||
| 6460 | #: guix/git.scm:142 | ||
| 6461 | msgid "indexing objects" | ||
| 6462 | msgstr "indexujú sa objekty" | ||
| 6463 | |||
| 6464 | #: guix/git.scm:274 | ||
| 6465 | #, scheme-format | ||
| 6466 | msgid "Git error ~a~%" | ||
| 6467 | msgstr "Chyba Git ~a~%" | ||
| 6468 | |||
| 6469 | #: guix/git.scm:276 guix/git.scm:487 | ||
| 6470 | #, scheme-format | ||
| 6471 | msgid "Git error: ~a~%" | ||
| 6472 | msgstr "Chyba Git: ~a~%" | ||
| 6473 | |||
| 6474 | #: guix/git.scm:290 | ||
| 6475 | #, scheme-format | ||
| 6476 | msgid "updating submodule '~a'...~%" | ||
| 6477 | msgstr "aktualizuje sa podmodul „~a“...~%" | ||
| 6478 | |||
| 6479 | #: guix/git.scm:581 | ||
| 6480 | #, scheme-format | ||
| 6481 | msgid "cannot fetch commit ~a from ~a: ~a" | ||
| 6482 | msgstr "nedá sa získať úprava (commit) ~a z ~a: ~a" | ||
| 6483 | |||
| 6484 | #: guix/git.scm:584 | ||
| 6485 | #, scheme-format | ||
| 6486 | msgid "cannot fetch branch '~a' from ~a: ~a" | ||
| 6487 | msgstr "nedá sa získať vetva „~a“ z ~a: ~a" | ||
| 6488 | |||
| 6489 | #: guix/git.scm:587 | ||
| 6490 | #, scheme-format | ||
| 6491 | msgid "Git failure while fetching ~a: ~a" | ||
| 6492 | msgstr "chyba Git pri získavaní ~a: ~a" | ||
| 6493 | |||
| 6494 | #: guix/deprecation.scm:37 | ||
| 6495 | #, scheme-format | ||
| 6496 | msgid "'~a' is deprecated, use '~a' instead~%" | ||
| 6497 | msgstr "„~a“ sa už neodporúča, namiesto toho použite „~a“~%" | ||
| 6498 | |||
| 6499 | #: guix/deprecation.scm:39 | ||
| 6500 | #, scheme-format | ||
| 6501 | msgid "'~a' is deprecated~%" | ||
| 6502 | msgstr "„~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 | ||
| 6508 | msgid "in '~a': deprecated 'derivation' calling convention used~%" | ||
| 6509 | msgstr "v „~a“: použitá zastaraná skladba volania „derivation“~%" | ||
| 6510 | |||
| 6511 | #: guix/scripts/archive.scm:70 | ||
| 6512 | msgid "" | ||
| 6513 | "Usage: guix archive [OPTION]... PACKAGE...\n" | ||
| 6514 | "Export/import one or more packages from/to the store.\n" | ||
| 6515 | msgstr "" | ||
| 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 | ||
| 6520 | msgid "" | ||
| 6521 | "\n" | ||
| 6522 | " --export export the specified files/packages to stdout" | ||
| 6523 | msgstr "" | ||
| 6524 | "\n" | ||
| 6525 | " --export exportovať zadané súbory/balíky na štandardný výstup" | ||
| 6526 | |||
| 6527 | #: guix/scripts/archive.scm:74 | ||
| 6528 | msgid "" | ||
| 6529 | "\n" | ||
| 6530 | " -r, --recursive combined with '--export', include dependencies" | ||
| 6531 | msgstr "" | ||
| 6532 | "\n" | ||
| 6533 | " -r, --recursive spolu s „--export“, zohľadniť závislosti" | ||
| 6534 | |||
| 6535 | #: guix/scripts/archive.scm:76 | ||
| 6536 | msgid "" | ||
| 6537 | "\n" | ||
| 6538 | " --import import from the archive passed on stdin" | ||
| 6539 | msgstr "" | ||
| 6540 | "\n" | ||
| 6541 | " --import načítať z archívu na štandardnom vstupe" | ||
| 6542 | |||
| 6543 | #: guix/scripts/archive.scm:78 | ||
| 6544 | msgid "" | ||
| 6545 | "\n" | ||
| 6546 | " --missing print the files from stdin that are missing" | ||
| 6547 | msgstr "" | ||
| 6548 | "\n" | ||
| 6549 | " --missing zobraziť chýbajúce súbory zo štandardného vstupu" | ||
| 6550 | |||
| 6551 | #: guix/scripts/archive.scm:80 | ||
| 6552 | msgid "" | ||
| 6553 | "\n" | ||
| 6554 | " -x, --extract=DIR extract the archive on stdin to DIR" | ||
| 6555 | msgstr "" | ||
| 6556 | "\n" | ||
| 6557 | " -x, --extract=PRIEČINOK rozbaliť archív na štandardnom vstupe do " | ||
| 6558 | "PRIEČINKA" | ||
| 6559 | |||
| 6560 | #: guix/scripts/archive.scm:82 | ||
| 6561 | msgid "" | ||
| 6562 | "\n" | ||
| 6563 | " -t, --list list the files in the archive on stdin" | ||
| 6564 | msgstr "" | ||
| 6565 | "\n" | ||
| 6566 | " -t, --list zobraziť zoznam súborov archívu na štandardnom " | ||
| 6567 | "vstupe" | ||
| 6568 | |||
| 6569 | #: guix/scripts/archive.scm:85 | ||
| 6570 | msgid "" | ||
| 6571 | "\n" | ||
| 6572 | " --generate-key[=PARAMETERS]\n" | ||
| 6573 | " generate a key pair with the given parameters" | ||
| 6574 | msgstr "" | ||
| 6575 | "\n" | ||
| 6576 | " --generate-key[=PARAMETRE]\n" | ||
| 6577 | " vytvoriť pár kľúčov s danými PARAMETRAMI" | ||
| 6578 | |||
| 6579 | #: guix/scripts/archive.scm:88 | ||
| 6580 | msgid "" | ||
| 6581 | "\n" | ||
| 6582 | " --authorize authorize imports signed by the public key on stdin" | ||
| 6583 | msgstr "" | ||
| 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 | ||
| 6590 | msgid "invalid key generation parameters: ~a: ~a~%" | ||
| 6591 | msgstr "neplatné parametre pre vytvorenie kľúča: ~a: ~a~%" | ||
| 6592 | |||
| 6593 | #: guix/scripts/archive.scm:203 | ||
| 6594 | #, scheme-format | ||
| 6595 | msgid "package `~a' has no source~%" | ||
| 6596 | msgstr "balík „~a“ nemá zdroj~%" | ||
| 6597 | |||
| 6598 | #: guix/scripts/archive.scm:266 | ||
| 6599 | #, scheme-format | ||
| 6600 | msgid "unable to export the given packages~%" | ||
| 6601 | msgstr "zadané balíky sa nedajú vyexportovať~%" | ||
| 6602 | |||
| 6603 | #: guix/scripts/archive.scm:273 | ||
| 6604 | #, scheme-format | ||
| 6605 | msgid "key pair exists under '~a'; remove it first~%" | ||
| 6606 | msgstr "nejaký pár kľúčov už v „~a“ existuje; najprv ho odstráňte~%" | ||
| 6607 | |||
| 6608 | #: guix/scripts/archive.scm:277 | ||
| 6609 | #, scheme-format | ||
| 6610 | msgid "" | ||
| 6611 | "Please wait while gathering entropy to generate the key pair;\n" | ||
| 6612 | "this may take time...~%" | ||
| 6613 | msgstr "" | ||
| 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 | ||
| 6619 | msgid "key generation failed: ~a: ~a~%" | ||
| 6620 | msgstr "vytváranie kľúča zlyhalo: ~a: ~a~%" | ||
| 6621 | |||
| 6622 | #: guix/scripts/archive.scm:311 | ||
| 6623 | #, scheme-format | ||
| 6624 | msgid "failed to read public key: ~a: ~a~%" | ||
| 6625 | msgstr "nepodarilo sa prečítať verejný kľúč: ~a: ~a~%" | ||
| 6626 | |||
| 6627 | #: guix/scripts/archive.scm:318 | ||
| 6628 | #, scheme-format | ||
| 6629 | msgid "replacing symbolic link ~a with a regular file~%" | ||
| 6630 | msgstr "nahrádza sa symbolický odkaz ~a obyčajným súborom~%" | ||
| 6631 | |||
| 6632 | #: guix/scripts/archive.scm:321 | ||
| 6633 | msgid "" | ||
| 6634 | "On Guix System, add all @code{authorized-keys} to the\n" | ||
| 6635 | "@code{guix-service-type} service of your @code{operating-system} instead." | ||
| 6636 | msgstr "" | ||
| 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 | ||
| 6642 | msgid "s-expression does not denote a public key~%" | ||
| 6643 | msgstr "s-výraz neznázorňuje verejný kľúč~%" | ||
| 6644 | |||
| 6645 | #: guix/scripts/archive.scm:420 | ||
| 6646 | #, scheme-format | ||
| 6647 | msgid "either '--export' or '--import' must be specified~%" | ||
| 6648 | msgstr "musíte zadať buď „--export“ alebo „--import“~%" | ||
| 6649 | |||
| 6650 | #: guix/scripts/environment.scm:129 | ||
| 6651 | msgid "" | ||
| 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" | ||
| 6655 | msgstr "" | ||
| 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 | ||
| 6661 | msgid "" | ||
| 6662 | "\n" | ||
| 6663 | " -e, --expression=EXPR create environment for the package that EXPR\n" | ||
| 6664 | " evaluates to" | ||
| 6665 | msgstr "" | ||
| 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 | ||
| 6671 | msgid "" | ||
| 6672 | "\n" | ||
| 6673 | " -l, --load=FILE create environment for the package that the code " | ||
| 6674 | "within\n" | ||
| 6675 | " FILE evaluates to" | ||
| 6676 | msgstr "" | ||
| 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 | ||
| 6682 | msgid "" | ||
| 6683 | "\n" | ||
| 6684 | " -m, --manifest=FILE create environment with the manifest from FILE" | ||
| 6685 | msgstr "" | ||
| 6686 | "\n" | ||
| 6687 | " -m, --manifest=SÚBOR vytvoriť prostredie na základe manifestu v SÚBORE" | ||
| 6688 | |||
| 6689 | #: guix/scripts/environment.scm:140 | ||
| 6690 | msgid "" | ||
| 6691 | "\n" | ||
| 6692 | " -p, --profile=PATH create environment from profile at PATH" | ||
| 6693 | msgstr "" | ||
| 6694 | "\n" | ||
| 6695 | " -p, --profile=CESTA vytvoriť prostredie z profilu v CESTA" | ||
| 6696 | |||
| 6697 | #: guix/scripts/environment.scm:142 | ||
| 6698 | msgid "" | ||
| 6699 | "\n" | ||
| 6700 | " --ad-hoc include all specified packages in the environment " | ||
| 6701 | "instead\n" | ||
| 6702 | " of only their inputs" | ||
| 6703 | msgstr "" | ||
| 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 | ||
| 6709 | msgid "" | ||
| 6710 | "\n" | ||
| 6711 | " --pure unset existing environment variables" | ||
| 6712 | msgstr "" | ||
| 6713 | "\n" | ||
| 6714 | " --pure vynechať existujúce premenné prostredia" | ||
| 6715 | |||
| 6716 | #: guix/scripts/environment.scm:147 | ||
| 6717 | msgid "" | ||
| 6718 | "\n" | ||
| 6719 | " -E, --preserve=REGEXP preserve environment variables that match REGEXP" | ||
| 6720 | msgstr "" | ||
| 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 | ||
| 6726 | msgid "" | ||
| 6727 | "\n" | ||
| 6728 | " --search-paths display needed environment variable definitions" | ||
| 6729 | msgstr "" | ||
| 6730 | "\n" | ||
| 6731 | " --search-paths zobraziť potrebné premenné prostredia" | ||
| 6732 | |||
| 6733 | #: guix/scripts/environment.scm:156 | ||
| 6734 | msgid "" | ||
| 6735 | "\n" | ||
| 6736 | " -C, --container run command within an isolated container" | ||
| 6737 | msgstr "" | ||
| 6738 | "\n" | ||
| 6739 | " -C, --container spustiť príkaz v izolovanom kontajneri" | ||
| 6740 | |||
| 6741 | #: guix/scripts/environment.scm:158 | ||
| 6742 | msgid "" | ||
| 6743 | "\n" | ||
| 6744 | " -N, --network allow containers to access the network" | ||
| 6745 | msgstr "" | ||
| 6746 | "\n" | ||
| 6747 | " -N, --network povoliť kontajnerom pristupovať do siete" | ||
| 6748 | |||
| 6749 | #: guix/scripts/environment.scm:160 | ||
| 6750 | #, scheme-format | ||
| 6751 | msgid "" | ||
| 6752 | "\n" | ||
| 6753 | " -P, --link-profile link environment profile to ~/.guix-profile within\n" | ||
| 6754 | " an isolated container" | ||
| 6755 | msgstr "" | ||
| 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 | ||
| 6762 | msgid "" | ||
| 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" | ||
| 6768 | msgstr "" | ||
| 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 | ||
| 6777 | msgid "" | ||
| 6778 | "\n" | ||
| 6779 | " --no-cwd do not share current working directory with an\n" | ||
| 6780 | " isolated container" | ||
| 6781 | msgstr "" | ||
| 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 | ||
| 6787 | msgid "" | ||
| 6788 | "\n" | ||
| 6789 | " --share=SPEC for containers, share writable host file system\n" | ||
| 6790 | " according to SPEC" | ||
| 6791 | msgstr "" | ||
| 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 | ||
| 6798 | msgid "" | ||
| 6799 | "\n" | ||
| 6800 | " --expose=SPEC for containers, expose read-only host file system\n" | ||
| 6801 | " according to SPEC" | ||
| 6802 | msgstr "" | ||
| 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 | ||
| 6809 | msgid "" | ||
| 6810 | "\n" | ||
| 6811 | " --bootstrap use bootstrap binaries to build the environment" | ||
| 6812 | msgstr "" | ||
| 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 | ||
| 6819 | msgid "'--inherit' is deprecated, use '--preserve' instead~%" | ||
| 6820 | msgstr "" | ||
| 6821 | "prepínač „--inherit“ sa už nepoužíva, namiesto toho použite „--preserve“~%" | ||
| 6822 | |||
| 6823 | #: guix/scripts/environment.scm:631 | ||
| 6824 | #, scheme-format | ||
| 6825 | msgid "cannot link profile: '~a' already exists within container~%" | ||
| 6826 | msgstr "nedá sa prepojiť profil: „~a“ už existuje vrámci kontajnera~%" | ||
| 6827 | |||
| 6828 | #: guix/scripts/environment.scm:669 | ||
| 6829 | msgid "cannot create container: user namespaces unavailable\n" | ||
| 6830 | msgstr "" | ||
| 6831 | "kontajner sa nedá vytvoriť: menné priestory (user namespaces) používateľa sú " | ||
| 6832 | "nedostupné\n" | ||
| 6833 | |||
| 6834 | #: guix/scripts/environment.scm:670 | ||
| 6835 | msgid "is your kernel version < 3.10?\n" | ||
| 6836 | msgstr "je vaše jadro staršie ako 3.10?\n" | ||
| 6837 | |||
| 6838 | #: guix/scripts/environment.scm:673 | ||
| 6839 | msgid "" | ||
| 6840 | "cannot create container: unprivileged user cannot create user namespaces\n" | ||
| 6841 | msgstr "" | ||
| 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 | ||
| 6846 | msgid "please set /proc/sys/kernel/unprivileged_userns_clone to \"1\"\n" | ||
| 6847 | msgstr "nastavte /proc/sys/kernel/unprivileged_userns_clone na „1“\n" | ||
| 6848 | |||
| 6849 | #: guix/scripts/environment.scm:677 | ||
| 6850 | msgid "cannot create container: /proc/self/setgroups does not exist\n" | ||
| 6851 | msgstr "kontajner sa nedá vytvoriť: /proc/self/setgroups neexistuje\n" | ||
| 6852 | |||
| 6853 | #: guix/scripts/environment.scm:678 | ||
| 6854 | msgid "is your kernel version < 3.19?\n" | ||
| 6855 | msgstr "je vaše jadro staršie ako 3.19?\n" | ||
| 6856 | |||
| 6857 | #: guix/scripts/environment.scm:731 | ||
| 6858 | #, scheme-format | ||
| 6859 | msgid "'--link-profile' cannot be used without '--container'~%" | ||
| 6860 | msgstr "nedá sa použiť „--link-profile“ bez „--container“~%" | ||
| 6861 | |||
| 6862 | #: guix/scripts/environment.scm:733 | ||
| 6863 | #, scheme-format | ||
| 6864 | msgid "'--user' cannot be used without '--container'~%" | ||
| 6865 | msgstr "nedá sa použiť „--user“ bez „--container“~%" | ||
| 6866 | |||
| 6867 | #: guix/scripts/environment.scm:735 | ||
| 6868 | #, scheme-format | ||
| 6869 | msgid "--no-cwd cannot be used without --container~%" | ||
| 6870 | msgstr "nedá sa použiť --no-cwd bez --container~%" | ||
| 6871 | |||
| 6872 | #: guix/scripts/environment.scm:756 | ||
| 6873 | #, scheme-format | ||
| 6874 | msgid "'--profile' cannot be used with package options~%" | ||
| 6875 | msgstr "nedá sa použiť „--profile“ bez prepínačov balíka~%" | ||
| 6876 | |||
| 6877 | #: guix/scripts/time-machine.scm:51 | ||
| 6878 | msgid "" | ||
| 6879 | "Usage: guix time-machine [OPTION] -- COMMAND ARGS...\n" | ||
| 6880 | "Execute COMMAND ARGS... in an older version of Guix.\n" | ||
| 6881 | msgstr "" | ||
| 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 | ||
| 6886 | msgid "" | ||
| 6887 | "\n" | ||
| 6888 | " --url=URL use the Git repository at URL" | ||
| 6889 | msgstr "" | ||
| 6890 | "\n" | ||
| 6891 | " --url=PREPOJENIE použiť Git repozitár dostupný cez PREPOJENIE" | ||
| 6892 | |||
| 6893 | #: guix/scripts/time-machine.scm:57 | ||
| 6894 | msgid "" | ||
| 6895 | "\n" | ||
| 6896 | " --commit=COMMIT use the specified COMMIT" | ||
| 6897 | msgstr "" | ||
| 6898 | "\n" | ||
| 6899 | " --commit=ÚPRAVA použiť danú ÚPRAVU (commit)" | ||
| 6900 | |||
| 6901 | #: guix/scripts/time-machine.scm:59 | ||
| 6902 | msgid "" | ||
| 6903 | "\n" | ||
| 6904 | " --branch=BRANCH use the tip of the specified BRANCH" | ||
| 6905 | msgstr "" | ||
| 6906 | "\n" | ||
| 6907 | " --branch=VETVA použiť vrchol danej VETVY" | ||
| 6908 | |||
| 6909 | #: guix/scripts/import/cpan.scm:41 | ||
| 6910 | msgid "" | ||
| 6911 | "Usage: guix import cpan PACKAGE-NAME\n" | ||
| 6912 | "Import and convert the CPAN package for PACKAGE-NAME.\n" | ||
| 6913 | msgstr "" | ||
| 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 | ||
| 6921 | msgid "failed to download meta-data for package '~a'~%" | ||
| 6922 | msgstr "zlyhalo sťahovanie meta-údajov pre balík „~a“~%" | ||
| 6923 | |||
| 6924 | #: guix/scripts/import/crate.scm:44 | ||
| 6925 | msgid "" | ||
| 6926 | "Usage: guix import crate PACKAGE-NAME\n" | ||
| 6927 | "Import and convert the crates.io package for PACKAGE-NAME.\n" | ||
| 6928 | msgstr "" | ||
| 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 | ||
| 6933 | msgid "" | ||
| 6934 | "Usage: guix import gem PACKAGE-NAME\n" | ||
| 6935 | "Import and convert the RubyGems package for PACKAGE-NAME.\n" | ||
| 6936 | msgstr "" | ||
| 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 | ||
| 6941 | msgid "" | ||
| 6942 | "\n" | ||
| 6943 | " -r, --recursive generate package expressions for all Gem packages " | ||
| 6944 | "that are not yet in Guix" | ||
| 6945 | msgstr "" | ||
| 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 | ||
| 6951 | msgid "" | ||
| 6952 | "Usage: guix import gnu [OPTION...] PACKAGE\n" | ||
| 6953 | "Return a package declaration template for PACKAGE, a GNU package.\n" | ||
| 6954 | msgstr "" | ||
| 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 | ||
| 6959 | msgid "" | ||
| 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" | ||
| 6966 | msgstr "" | ||
| 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 | ||
| 6975 | msgid "unsupported policy: ~a~%" | ||
| 6976 | msgstr "nepodporovaná politika: ~a~%" | ||
| 6977 | |||
| 6978 | #: guix/scripts/import/go.scm:45 | ||
| 6979 | msgid "" | ||
| 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" | ||
| 6983 | msgstr "" | ||
| 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 | ||
| 6989 | msgid "" | ||
| 6990 | "\n" | ||
| 6991 | " -r, --recursive generate package expressions for all Go modules\n" | ||
| 6992 | "that are not yet in Guix" | ||
| 6993 | msgstr "" | ||
| 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 | ||
| 7000 | msgid "" | ||
| 7001 | "\n" | ||
| 7002 | " -p, --goproxy=GOPROXY specify which goproxy server to use" | ||
| 7003 | msgstr "" | ||
| 7004 | "\n" | ||
| 7005 | " -p, --goproxy=GOPROXY určiť, ktorý goproxy server sa má použiť" | ||
| 7006 | |||
| 7007 | #: guix/scripts/import/go.scm:55 | ||
| 7008 | msgid "" | ||
| 7009 | "\n" | ||
| 7010 | " --pin-versions use the exact versions of a module's dependencies" | ||
| 7011 | msgstr "" | ||
| 7012 | "\n" | ||
| 7013 | " --pin-versions použiť presné verzie závislostí modulu" | ||
| 7014 | |||
| 7015 | #: guix/scripts/import/go.scm:121 | ||
| 7016 | #, scheme-format | ||
| 7017 | msgid "failed to download meta-data for module '~a'~%" | ||
| 7018 | msgstr "nepodarilo sa stiahnuť meta-údaje modulu „~a“~%" | ||
| 7019 | |||
| 7020 | #: guix/scripts/import/hackage.scm:48 | ||
| 7021 | msgid "" | ||
| 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" | ||
| 7031 | msgstr "" | ||
| 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 | ||
| 7041 | msgid "" | ||
| 7042 | "\n" | ||
| 7043 | " -e ALIST, --cabal-environment=ALIST\n" | ||
| 7044 | " specify environment for Cabal evaluation" | ||
| 7045 | msgstr "" | ||
| 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 | ||
| 7051 | msgid "" | ||
| 7052 | "\n" | ||
| 7053 | " -h, --help display this help and exit" | ||
| 7054 | msgstr "" | ||
| 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 | ||
| 7059 | msgid "" | ||
| 7060 | "\n" | ||
| 7061 | " -r, --recursive import packages recursively" | ||
| 7062 | msgstr "" | ||
| 7063 | "\n" | ||
| 7064 | " -r, --recursive nahrať balíky rekurzívne" | ||
| 7065 | |||
| 7066 | #: guix/scripts/import/hackage.scm:62 | ||
| 7067 | msgid "" | ||
| 7068 | "\n" | ||
| 7069 | " -s, --stdin read from standard input" | ||
| 7070 | msgstr "" | ||
| 7071 | "\n" | ||
| 7072 | " -s, --stdin čítať zo štandardného vstupu" | ||
| 7073 | |||
| 7074 | #: guix/scripts/import/hackage.scm:64 guix/scripts/import/stackage.scm:53 | ||
| 7075 | msgid "" | ||
| 7076 | "\n" | ||
| 7077 | " -t, --no-test-dependencies don't include test-only dependencies" | ||
| 7078 | msgstr "" | ||
| 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 | ||
| 7084 | msgid "" | ||
| 7085 | "\n" | ||
| 7086 | " -V, --version display version information and exit" | ||
| 7087 | msgstr "" | ||
| 7088 | "\n" | ||
| 7089 | " -V, --version zobraziť podrobnosti o verzii a skončiť" | ||
| 7090 | |||
| 7091 | #: guix/scripts/import/hackage.scm:149 | ||
| 7092 | #, scheme-format | ||
| 7093 | msgid "failed to import cabal file from standard input~%" | ||
| 7094 | msgstr "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 | ||
| 7098 | msgid "failed to download cabal file for package '~a'~%" | ||
| 7099 | msgstr "nepodarilo sa stiahnuť súbor Cabalu pre balík „~a“~%" | ||
| 7100 | |||
| 7101 | #: guix/scripts/import/json.scm:49 | ||
| 7102 | msgid "" | ||
| 7103 | "Usage: guix import json PACKAGE-FILE\n" | ||
| 7104 | "Import and convert the JSON package definition in PACKAGE-FILE.\n" | ||
| 7105 | msgstr "" | ||
| 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 | ||
| 7111 | msgid "invalid JSON in file '~a'~%" | ||
| 7112 | msgstr "neplatná JSON skladba v súbore „~a“~%" | ||
| 7113 | |||
| 7114 | #: guix/scripts/import/json.scm:97 | ||
| 7115 | #, scheme-format | ||
| 7116 | msgid "failed to access '~a': ~a~%" | ||
| 7117 | msgstr "nepodarilo sa spojiť sa s „~a“: ~a~%" | ||
| 7118 | |||
| 7119 | #: guix/scripts/import/nix.scm:41 | ||
| 7120 | msgid "" | ||
| 7121 | "Usage: guix import nix NIXPKGS ATTRIBUTE\n" | ||
| 7122 | "Import and convert the Nix expression ATTRIBUTE of NIXPKGS.\n" | ||
| 7123 | msgstr "" | ||
| 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 | ||
| 7128 | msgid "" | ||
| 7129 | "Usage: guix import opam PACKAGE-NAME\n" | ||
| 7130 | "Import and convert the opam package for PACKAGE-NAME.\n" | ||
| 7131 | msgstr "" | ||
| 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 | ||
| 7136 | msgid "" | ||
| 7137 | "\n" | ||
| 7138 | " --repo import packages from this opam repository" | ||
| 7139 | msgstr "" | ||
| 7140 | "\n" | ||
| 7141 | " --repo nahrať balíky z tohto repozitára opam" | ||
| 7142 | |||
| 7143 | #: guix/scripts/import/pypi.scm:42 | ||
| 7144 | msgid "" | ||
| 7145 | "Usage: guix import pypi PACKAGE-NAME\n" | ||
| 7146 | "Import and convert the PyPI package for PACKAGE-NAME.\n" | ||
| 7147 | msgstr "" | ||
| 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 | ||
| 7152 | msgid "" | ||
| 7153 | "Usage: guix import stackage PACKAGE-NAME\n" | ||
| 7154 | "Import and convert the LTS Stackage package for PACKAGE-NAME.\n" | ||
| 7155 | msgstr "" | ||
| 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 | ||
| 7160 | msgid "" | ||
| 7161 | "\n" | ||
| 7162 | " -l VERSION, --lts-version=VERSION\n" | ||
| 7163 | " specify the LTS version to use" | ||
| 7164 | msgstr "" | ||
| 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 | ||
| 7170 | msgid "" | ||
| 7171 | "Usage: guix import texlive PACKAGE-NAME\n" | ||
| 7172 | "Import and convert the Texlive package for PACKAGE-NAME.\n" | ||
| 7173 | msgstr "" | ||
| 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 | ||
| 7179 | msgid "The 'system' field is deprecated, please use 'systems' instead.~%" | ||
| 7180 | msgstr "Pole „system“ sa už nepoužíva, namiesto toho použite „systems“.~%" | ||
| 7181 | |||
| 7182 | #: guix/scripts/offload.scm:135 | ||
| 7183 | msgid "" | ||
| 7184 | "The build-machine object lacks a value for its 'systems'\n" | ||
| 7185 | "field." | ||
| 7186 | msgstr "" | ||
| 7187 | "Objekt build-machine postráda hodnotu pre\n" | ||
| 7188 | "pole „systems“." | ||
| 7189 | |||
| 7190 | #: guix/scripts/offload.scm:176 | ||
| 7191 | #, scheme-format | ||
| 7192 | msgid "'~a' did not return a list of build machines; ignoring it~%" | ||
| 7193 | msgstr "„~a“ nevrátil zoznam zostavovacích strojov; preskakuje sa~%" | ||
| 7194 | |||
| 7195 | #: guix/scripts/offload.scm:187 | ||
| 7196 | #, scheme-format | ||
| 7197 | msgid "failed to open machine file '~a': ~a~%" | ||
| 7198 | msgstr "nepodarilo sa otvoriť súbor stroja „~a“: ~a~%" | ||
| 7199 | |||
| 7200 | #: guix/scripts/offload.scm:194 | ||
| 7201 | #, scheme-format | ||
| 7202 | msgid "failed to load machine file '~a': ~s~%" | ||
| 7203 | msgstr "nepodarilo sa nahrať súbor stroja „~a“: ~s~%" | ||
| 7204 | |||
| 7205 | #: guix/scripts/offload.scm:204 | ||
| 7206 | #, scheme-format | ||
| 7207 | msgid "failed to load SSH private key from '~a': ~a" | ||
| 7208 | msgstr "nepodarilo sa nahrať súkromný SSH kľúč z „~a“: ~a" | ||
| 7209 | |||
| 7210 | #: guix/scripts/offload.scm:245 | ||
| 7211 | #, scheme-format | ||
| 7212 | msgid "SSH public key authentication failed for '~a': ~a~%" | ||
| 7213 | msgstr "overenie verejného SSH kľúča pre „~a“ zlyhalo: ~a~%" | ||
| 7214 | |||
| 7215 | #: guix/scripts/offload.scm:256 | ||
| 7216 | #, scheme-format | ||
| 7217 | msgid "failed to connect to '~a': ~a~%" | ||
| 7218 | msgstr "nepodarilo sa spojiť s „~a“: ~a~%" | ||
| 7219 | |||
| 7220 | #: guix/scripts/offload.scm:365 | ||
| 7221 | #, scheme-format | ||
| 7222 | msgid "derivation '~a' offloaded to '~a' failed: ~a~%" | ||
| 7223 | msgstr "odvodenina „~a“ prenesená na „~a“ zlyhala: ~a~%" | ||
| 7224 | |||
| 7225 | #: guix/scripts/offload.scm:381 | ||
| 7226 | #, scheme-format | ||
| 7227 | msgid "build failure may have been caused by lack of free disk space on '~a'~%" | ||
| 7228 | msgstr "" | ||
| 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 | ||
| 7234 | msgid "timeout expired while offloading '~a'~%" | ||
| 7235 | msgstr "čas vypršal pri prenášaní „~a“~%" | ||
| 7236 | |||
| 7237 | #: guix/scripts/offload.scm:623 | ||
| 7238 | #, scheme-format | ||
| 7239 | msgid "'~a' is running GNU Guile ~a~%" | ||
| 7240 | msgstr "„~a“ používa GNU Guile ~a~%" | ||
| 7241 | |||
| 7242 | #: guix/scripts/offload.scm:630 | ||
| 7243 | #, scheme-format | ||
| 7244 | msgid "failed to run 'guix repl' on '~a'~%" | ||
| 7245 | msgstr "spustenie „guix repl“ na „~a“ zlyhalo~%" | ||
| 7246 | |||
| 7247 | #: guix/scripts/offload.scm:637 | ||
| 7248 | #, scheme-format | ||
| 7249 | msgid "(guix) module not usable on remote host '~a'" | ||
| 7250 | msgstr "(guix) modul nie je možné použiť na vzdialenom hostiteľovi „~a“" | ||
| 7251 | |||
| 7252 | #: guix/scripts/offload.scm:647 | ||
| 7253 | #, scheme-format | ||
| 7254 | msgid "Guix is usable on '~a' (test returned ~s)~%" | ||
| 7255 | msgstr "Guix je možné použiť na „~a“ (test vrátil ~s)~%" | ||
| 7256 | |||
| 7257 | #: guix/scripts/offload.scm:650 | ||
| 7258 | #, scheme-format | ||
| 7259 | msgid "failed to talk to guix-daemon on '~a' (test returned ~s)~%" | ||
| 7260 | msgstr "zlyhalo spojenie s démonom systému Guix na „~a“ (test vrátil ~s)~%" | ||
| 7261 | |||
| 7262 | #: guix/scripts/offload.scm:670 | ||
| 7263 | #, scheme-format | ||
| 7264 | msgid "'~a' successfully imported '~a'~%" | ||
| 7265 | msgstr "„~a“ úspešne nahral „~a“~%" | ||
| 7266 | |||
| 7267 | #: guix/scripts/offload.scm:672 | ||
| 7268 | #, scheme-format | ||
| 7269 | msgid "'~a' was not properly imported on '~a'~%" | ||
| 7270 | msgstr "„~a“ sa nepodarilo úspešne nahrať na „~a“~%" | ||
| 7271 | |||
| 7272 | #: guix/scripts/offload.scm:682 | ||
| 7273 | #, scheme-format | ||
| 7274 | msgid "successfully imported '~a' from '~a'~%" | ||
| 7275 | msgstr "nahrávanie „~a“ z „~a“ bolo úspešné~%" | ||
| 7276 | |||
| 7277 | #: guix/scripts/offload.scm:684 | ||
| 7278 | #, scheme-format | ||
| 7279 | msgid "failed to import '~a' from '~a'~%" | ||
| 7280 | msgstr "nahrávanie „~a“ z „~a“ zlyhalo~%" | ||
| 7281 | |||
| 7282 | #: guix/scripts/offload.scm:699 | ||
| 7283 | #, scheme-format | ||
| 7284 | msgid "testing ~a build machines defined in '~a'...~%" | ||
| 7285 | msgstr "testuje sa ~a zostavovacích strojov zadaných v „~a“...~%" | ||
| 7286 | |||
| 7287 | #: guix/scripts/offload.scm:723 | ||
| 7288 | #, scheme-format | ||
| 7289 | msgid "getting status of ~a build machines defined in '~a'...~%" | ||
| 7290 | msgstr "získava sa stav ~a zostavovacích strojov zadaných v „~a“...~%" | ||
| 7291 | |||
| 7292 | #: guix/scripts/offload.scm:731 | ||
| 7293 | #, scheme-format | ||
| 7294 | msgid "failed to run 'guix repl' on machine '~a'~%" | ||
| 7295 | msgstr "zlyhalo spustenie „guix repl“ na stroji „~a“~%" | ||
| 7296 | |||
| 7297 | #: guix/scripts/offload.scm:742 | ||
| 7298 | #, scheme-format | ||
| 7299 | msgid "machine '~a' is ~a seconds behind~%" | ||
| 7300 | msgstr "stroj „~a“ mešká ~a sekúnd~%" | ||
| 7301 | |||
| 7302 | #: guix/scripts/offload.scm:788 | ||
| 7303 | msgid "Guile-SSH lacks zlib support" | ||
| 7304 | msgstr "Guile-SSH postráda podporu zlib" | ||
| 7305 | |||
| 7306 | #: guix/scripts/offload.scm:789 | ||
| 7307 | msgid "data transfers will *not* be compressed!" | ||
| 7308 | msgstr "údajové prenosy *nebudú* komprimované!" | ||
| 7309 | |||
| 7310 | #: guix/scripts/offload.scm:814 | ||
| 7311 | #, scheme-format | ||
| 7312 | msgid "invalid request line: ~s~%" | ||
| 7313 | msgstr "neplatná požiadavka: ~s~%" | ||
| 7314 | |||
| 7315 | #: guix/scripts/offload.scm:843 | ||
| 7316 | #, scheme-format | ||
| 7317 | msgid "" | ||
| 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'.~%" | ||
| 7321 | msgstr "" | ||
| 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 | ||
| 7328 | msgid "" | ||
| 7329 | "\n" | ||
| 7330 | "This tool is meant to be used internally by 'guix-daemon'.\n" | ||
| 7331 | msgstr "" | ||
| 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 | ||
| 7337 | msgid "invalid arguments: ~{~s ~}~%" | ||
| 7338 | msgstr "neplatné parametre: ~{~s ~}~%" | ||
| 7339 | |||
| 7340 | #: guix/scripts/perform-download.scm:59 | ||
| 7341 | #, scheme-format | ||
| 7342 | msgid "~a: missing URL~%" | ||
| 7343 | msgstr "~a: chýbajúce prepojenie~%" | ||
| 7344 | |||
| 7345 | #: guix/scripts/perform-download.scm:67 | ||
| 7346 | #, scheme-format | ||
| 7347 | msgid "~a is not a fixed-output derivation~%" | ||
| 7348 | msgstr "~a nie je odvodenina s pevne stanoveným výstupom~%" | ||
| 7349 | |||
| 7350 | #: guix/scripts/perform-download.scm:92 | ||
| 7351 | #, scheme-format | ||
| 7352 | msgid "refusing to run with elevated privileges (UID ~a)~%" | ||
| 7353 | msgstr "nemôže sa spustiť so zvýšenými právami (UID ~a)~%" | ||
| 7354 | |||
| 7355 | #: guix/scripts/perform-download.scm:129 | ||
| 7356 | #, scheme-format | ||
| 7357 | msgid "fixed-output derivation and output file name expected~%" | ||
| 7358 | msgstr "" | ||
| 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 | ||
| 7364 | msgid "~a: invalid selection; expected `core' or `non-core'~%" | ||
| 7365 | msgstr "~a: neplatný výber; vyberte „core“ alebo „non-core“~%" | ||
| 7366 | |||
| 7367 | #: guix/scripts/refresh.scm:143 | ||
| 7368 | msgid "" | ||
| 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" | ||
| 7375 | msgstr "" | ||
| 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 | ||
| 7386 | msgid "" | ||
| 7387 | "\n" | ||
| 7388 | " -u, --update update source files in place" | ||
| 7389 | msgstr "" | ||
| 7390 | "\n" | ||
| 7391 | " -u, --update aktualizovať zdrojové súbory na mieste" | ||
| 7392 | |||
| 7393 | #: guix/scripts/refresh.scm:153 | ||
| 7394 | msgid "" | ||
| 7395 | "\n" | ||
| 7396 | " -s, --select=SUBSET select all the packages in SUBSET, one of\n" | ||
| 7397 | " `core' or `non-core'" | ||
| 7398 | msgstr "" | ||
| 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 | ||
| 7404 | msgid "" | ||
| 7405 | "\n" | ||
| 7406 | " -m, --manifest=FILE select all the packages from the manifest in FILE" | ||
| 7407 | msgstr "" | ||
| 7408 | "\n" | ||
| 7409 | " -m, --manifest=SÚBOR vybrať všetky balíky z manifestu v SÚBORE" | ||
| 7410 | |||
| 7411 | #: guix/scripts/refresh.scm:158 | ||
| 7412 | msgid "" | ||
| 7413 | "\n" | ||
| 7414 | " -t, --type=UPDATER,... restrict to updates from the specified updaters\n" | ||
| 7415 | " (e.g., 'gnu')" | ||
| 7416 | msgstr "" | ||
| 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 | ||
| 7423 | msgid "" | ||
| 7424 | "\n" | ||
| 7425 | " -L, --list-updaters list available updaters and exit" | ||
| 7426 | msgstr "" | ||
| 7427 | "\n" | ||
| 7428 | " -L, --list-updaters zobraziť dostupné nástroje na aktualizáciu a skončiť" | ||
| 7429 | |||
| 7430 | #: guix/scripts/refresh.scm:163 | ||
| 7431 | msgid "" | ||
| 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..." | ||
| 7436 | msgstr "" | ||
| 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 | ||
| 7444 | msgid "" | ||
| 7445 | "\n" | ||
| 7446 | " -r, --recursive check the PACKAGE and its inputs for upgrades" | ||
| 7447 | msgstr "" | ||
| 7448 | "\n" | ||
| 7449 | " -r, --recursive zistiť dostupnosť aktualizácií pre BALÍK a jeho " | ||
| 7450 | "závislosti" | ||
| 7451 | |||
| 7452 | #: guix/scripts/refresh.scm:168 | ||
| 7453 | msgid "" | ||
| 7454 | "\n" | ||
| 7455 | " --list-transitive list all the packages that PACKAGE depends on" | ||
| 7456 | msgstr "" | ||
| 7457 | "\n" | ||
| 7458 | " --list-transitive zobraziť všetky balíky, na ktorých závisí BALÍK" | ||
| 7459 | |||
| 7460 | #: guix/scripts/refresh.scm:171 | ||
| 7461 | msgid "" | ||
| 7462 | "\n" | ||
| 7463 | " --keyring=FILE use FILE as the keyring of upstream OpenPGP keys" | ||
| 7464 | msgstr "" | ||
| 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 | ||
| 7470 | msgid "" | ||
| 7471 | "\n" | ||
| 7472 | " --key-server=HOST use HOST as the OpenPGP key server" | ||
| 7473 | msgstr "" | ||
| 7474 | "\n" | ||
| 7475 | " --key-server=HOSTITEĽ použiť HOSTITEĽA ako server OpenPGP kľúčov" | ||
| 7476 | |||
| 7477 | #: guix/scripts/refresh.scm:175 | ||
| 7478 | msgid "" | ||
| 7479 | "\n" | ||
| 7480 | " --gpg=COMMAND use COMMAND as the GnuPG 2.x command" | ||
| 7481 | msgstr "" | ||
| 7482 | "\n" | ||
| 7483 | " --gpg=PRÍKAZ použiť PRÍKAZ ako GnuPG 2.x príkaz" | ||
| 7484 | |||
| 7485 | #: guix/scripts/refresh.scm:183 | ||
| 7486 | msgid "" | ||
| 7487 | "\n" | ||
| 7488 | " --load-path=DIR prepend DIR to the package module search path" | ||
| 7489 | msgstr "" | ||
| 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 | ||
| 7496 | msgid "~a: no such updater~%" | ||
| 7497 | msgstr "~a: nie je nástrojom na aktualizáciu~%" | ||
| 7498 | |||
| 7499 | #: guix/scripts/refresh.scm:280 | ||
| 7500 | #, scheme-format | ||
| 7501 | msgid "Available updaters:~%" | ||
| 7502 | msgstr "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 | ||
| 7509 | msgid " - ~a: ~a (~2,1f% coverage)~%" | ||
| 7510 | msgstr " - ~a: ~a (pokrytie ~2,1f%)~%" | ||
| 7511 | |||
| 7512 | #: guix/scripts/refresh.scm:301 | ||
| 7513 | #, scheme-format | ||
| 7514 | msgid "~2,1f% of the packages are covered by these updaters.~%" | ||
| 7515 | msgstr "Tieto nástroje na aktualizáciu pokrývajú ~2,1f% balíkov.~%" | ||
| 7516 | |||
| 7517 | #: guix/scripts/refresh.scm:307 | ||
| 7518 | #, scheme-format | ||
| 7519 | msgid "no updater for ~a~%" | ||
| 7520 | msgstr "žiadny nástroj na aktualizáciu pre ~a~%" | ||
| 7521 | |||
| 7522 | #: guix/scripts/refresh.scm:327 | ||
| 7523 | #, scheme-format | ||
| 7524 | msgid "~a: updating from version ~a to version ~a...~%" | ||
| 7525 | msgstr "~a: aktualizuje sa z verzie ~a na verziu ~a...~%" | ||
| 7526 | |||
| 7527 | #: guix/scripts/refresh.scm:336 | ||
| 7528 | #, scheme-format | ||
| 7529 | msgid "~a: consider adding this input: ~a~%" | ||
| 7530 | msgstr "~a: zvážte pridanie tohto vstupu: ~a~%" | ||
| 7531 | |||
| 7532 | #: guix/scripts/refresh.scm:338 | ||
| 7533 | #, scheme-format | ||
| 7534 | msgid "~a: consider adding this native input: ~a~%" | ||
| 7535 | msgstr "~a: zvážte pridanie tohto pôvodného vstupu: ~a~%" | ||
| 7536 | |||
| 7537 | #: guix/scripts/refresh.scm:340 | ||
| 7538 | #, scheme-format | ||
| 7539 | msgid "~a: consider adding this propagated input: ~a~%" | ||
| 7540 | msgstr "~a: zvážte pridanie tohto rozšíreného vstupu: ~a~%" | ||
| 7541 | |||
| 7542 | #: guix/scripts/refresh.scm:342 | ||
| 7543 | #, scheme-format | ||
| 7544 | msgid "~a: consider removing this input: ~a~%" | ||
| 7545 | msgstr "~a: zvážte odobranie tohto vstupu: ~a~%" | ||
| 7546 | |||
| 7547 | #: guix/scripts/refresh.scm:344 | ||
| 7548 | #, scheme-format | ||
| 7549 | msgid "~a: consider removing this native input: ~a~%" | ||
| 7550 | msgstr "~a: zvážte odobranie tohto pôvodného vstupu: ~a~%" | ||
| 7551 | |||
| 7552 | #: guix/scripts/refresh.scm:346 | ||
| 7553 | #, scheme-format | ||
| 7554 | msgid "~a: consider removing this propagated input: ~a~%" | ||
| 7555 | msgstr "~a: zvážte odobranie tohto rozšíreného vstupu: ~a~%" | ||
| 7556 | |||
| 7557 | #: guix/scripts/refresh.scm:353 | ||
| 7558 | #, scheme-format | ||
| 7559 | msgid "" | ||
| 7560 | "~a: version ~a could not be downloaded and authenticated; not updating~%" | ||
| 7561 | msgstr "" | ||
| 7562 | "~a: verziu ~a sa nepodarilo stiahnuť a overiť; nebude sa aktualizovať~%" | ||
| 7563 | |||
| 7564 | #: guix/scripts/refresh.scm:370 | ||
| 7565 | #, scheme-format | ||
| 7566 | msgid "~a would be upgraded from ~a to ~a~%" | ||
| 7567 | msgstr "~a by sa aktualizoval z ~a na ~a~%" | ||
| 7568 | |||
| 7569 | #: guix/scripts/refresh.scm:376 | ||
| 7570 | #, scheme-format | ||
| 7571 | msgid "~a is already the latest version of ~a~%" | ||
| 7572 | msgstr "~a už je najnovšej verzie ~a~%" | ||
| 7573 | |||
| 7574 | #: guix/scripts/refresh.scm:382 | ||
| 7575 | #, scheme-format | ||
| 7576 | msgid "~a is greater than the latest known version of ~a (~a)~%" | ||
| 7577 | msgstr "~a je vyššia ako najnovšia známa verzia ~a (~a)~%" | ||
| 7578 | |||
| 7579 | #: guix/scripts/refresh.scm:393 | ||
| 7580 | #, scheme-format | ||
| 7581 | msgid "'~a' updater failed to determine available releases for ~a~%" | ||
| 7582 | msgstr "" | ||
| 7583 | "„~a“ nástroju na aktualizáciu sa nepodarilo zistiť dostupné vydania pre ~a~%" | ||
| 7584 | |||
| 7585 | #: guix/scripts/refresh.scm:432 | ||
| 7586 | #, scheme-format | ||
| 7587 | msgid "No dependents other than itself: ~{~a~}~%" | ||
| 7588 | msgid_plural "No dependents other than themselves: ~{~a~^ ~}~%" | ||
| 7589 | msgstr[0] "Žiadne závislé balíky okrem seba samého: ~{~a~}~%" | ||
| 7590 | msgstr[1] "Žiadne závislé balíky okrem seba samých: ~{~a~^ ~}~%" | ||
| 7591 | msgstr[2] "Žiadne závislé balíky okrem seba samých: ~{~a~^ ~}~%" | ||
| 7592 | |||
| 7593 | #: guix/scripts/refresh.scm:439 | ||
| 7594 | #, scheme-format | ||
| 7595 | msgid "A single dependent package: ~a~%" | ||
| 7596 | msgstr "Jediný závislý balík: ~a~%" | ||
| 7597 | |||
| 7598 | #: guix/scripts/refresh.scm:443 | ||
| 7599 | #, scheme-format | ||
| 7600 | msgid "" | ||
| 7601 | "Building the following ~d package would ensure ~d dependent packages are " | ||
| 7602 | "rebuilt: ~{~a~^ ~}~%" | ||
| 7603 | msgid_plural "" | ||
| 7604 | "Building the following ~d packages would ensure ~d dependent packages are " | ||
| 7605 | "rebuilt: ~{~a~^ ~}~%" | ||
| 7606 | msgstr[0] "" | ||
| 7607 | "Zostavenie nasledovného ~d balíka ~d by zaistilo opätovné zostavenie " | ||
| 7608 | "závislých balíkov: ~{~a~^ ~}~%" | ||
| 7609 | msgstr[1] "" | ||
| 7610 | "Zostavenie nasledovných ~d balíkov ~d by zaistilo opätovné zostavenie " | ||
| 7611 | "závislých balíkov: ~{~a~^ ~}~%" | ||
| 7612 | msgstr[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 | ||
| 7618 | msgid "~a depends on the following ~d packages: ~{~a~^ ~}~%." | ||
| 7619 | msgstr "~a závisí na nasledovných balíkoch (~d): ~{~a~^ ~}~%." | ||
| 7620 | |||
| 7621 | #: guix/scripts/refresh.scm:471 | ||
| 7622 | #, scheme-format | ||
| 7623 | msgid "The following ~d packages all are dependent packages: ~{~a~^ ~}~%" | ||
| 7624 | msgstr "Všetky nasledovné balíky (~d) sú závislé: ~{~a~^ ~}~%" | ||
| 7625 | |||
| 7626 | #: guix/scripts/repl.scm:70 | ||
| 7627 | msgid "" | ||
| 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" | ||
| 7631 | msgstr "" | ||
| 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 | ||
| 7637 | msgid "" | ||
| 7638 | "\n" | ||
| 7639 | " -t, --type=TYPE start a REPL of the given TYPE" | ||
| 7640 | msgstr "" | ||
| 7641 | "\n" | ||
| 7642 | " -t, --type=TYP spustiť REPL daného TYPU" | ||
| 7643 | |||
| 7644 | #: guix/scripts/repl.scm:75 | ||
| 7645 | msgid "" | ||
| 7646 | "\n" | ||
| 7647 | " --listen=ENDPOINT listen to ENDPOINT instead of standard input" | ||
| 7648 | msgstr "" | ||
| 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 | ||
| 7655 | msgid "" | ||
| 7656 | "\n" | ||
| 7657 | " -q inhibit loading of ~/.guile" | ||
| 7658 | msgstr "" | ||
| 7659 | "\n" | ||
| 7660 | " -q zabrániť nahratiu ~/.guile" | ||
| 7661 | |||
| 7662 | #: guix/scripts/repl.scm:106 | ||
| 7663 | #, scheme-format | ||
| 7664 | msgid "~A: invalid listen specification~%" | ||
| 7665 | msgstr "~A: neplatné určenie počúvania~%" | ||
| 7666 | |||
| 7667 | #: guix/scripts/repl.scm:117 | ||
| 7668 | #, scheme-format | ||
| 7669 | msgid "~A: unsupported protocol family~%" | ||
| 7670 | msgstr "~A: nepodporovaná rodina protokolov~%" | ||
| 7671 | |||
| 7672 | #: guix/scripts/repl.scm:125 | ||
| 7673 | #, scheme-format | ||
| 7674 | msgid "accepted connection~%" | ||
| 7675 | msgstr "spojenie prijaté~%" | ||
| 7676 | |||
| 7677 | #: guix/scripts/repl.scm:126 | ||
| 7678 | #, scheme-format | ||
| 7679 | msgid "accepted connection from ~a~%" | ||
| 7680 | msgstr "prijaté spojenie od ~a~%" | ||
| 7681 | |||
| 7682 | #: guix/scripts/repl.scm:137 | ||
| 7683 | #, scheme-format | ||
| 7684 | msgid "connection closed~%" | ||
| 7685 | msgstr "spojenie ukončené~%" | ||
| 7686 | |||
| 7687 | #: guix/scripts/repl.scm:210 | ||
| 7688 | #, scheme-format | ||
| 7689 | msgid "~a: unknown type of REPL~%" | ||
| 7690 | msgstr "~a: neznámy typ REPL~%" | ||
| 7691 | |||
| 7692 | #: guix/scripts/system/reconfigure.scm:313 | ||
| 7693 | #, scheme-format | ||
| 7694 | msgid "" | ||
| 7695 | "aborting reconfiguration because commit ~a of channel '~a' is not a " | ||
| 7696 | "descendant of ~a" | ||
| 7697 | msgstr "" | ||
| 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 | ||
| 7703 | msgid "cannot determine provenance for current system~%" | ||
| 7704 | msgstr "nie je možné zistiť pôvod súčasného systému~%" | ||
| 7705 | |||
| 7706 | #: guix/scripts/system/reconfigure.scm:374 | ||
| 7707 | #, scheme-format | ||
| 7708 | msgid "cannot determine provenance of ~a~%" | ||
| 7709 | msgstr "nie je možné zistiť pôvod ~a~%" | ||
| 7710 | |||
| 7711 | #: nix/nix-daemon/guix-daemon.cc:66 | ||
| 7712 | msgid "guix-daemon -- perform derivation builds and store accesses" | ||
| 7713 | msgstr "guix-daemon -- zostavuje odvodeniny a spravuje prístup k úložisku" | ||
| 7714 | |||
| 7715 | #: nix/nix-daemon/guix-daemon.cc:68 | ||
| 7716 | msgid "" | ||
| 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." | ||
| 7720 | msgstr "" | ||
| 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 | ||
| 7726 | msgid "SYSTEM" | ||
| 7727 | msgstr "SYSTÉM" | ||
| 7728 | |||
| 7729 | #: nix/nix-daemon/guix-daemon.cc:97 | ||
| 7730 | msgid "assume SYSTEM as the current system type" | ||
| 7731 | msgstr "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 | ||
| 7734 | msgid "N" | ||
| 7735 | msgstr "N" | ||
| 7736 | |||
| 7737 | #: nix/nix-daemon/guix-daemon.cc:99 | ||
| 7738 | msgid "use N CPU cores to build each derivation; 0 means as many as available" | ||
| 7739 | msgstr "" | ||
| 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 | ||
| 7744 | msgid "allow at most N build jobs" | ||
| 7745 | msgstr "povoliť najviac N zostavovacích úloh" | ||
| 7746 | |||
| 7747 | #: nix/nix-daemon/guix-daemon.cc:103 nix/nix-daemon/guix-daemon.cc:105 | ||
| 7748 | msgid "SECONDS" | ||
| 7749 | msgstr "SEKÚND" | ||
| 7750 | |||
| 7751 | #: nix/nix-daemon/guix-daemon.cc:104 | ||
| 7752 | msgid "mark builds as failed after SECONDS of activity" | ||
| 7753 | msgstr "označiť zostavenia za neúspešné po SEKUNDÁCH nečinnosti" | ||
| 7754 | |||
| 7755 | #: nix/nix-daemon/guix-daemon.cc:106 | ||
| 7756 | msgid "mark builds as failed after SECONDS of silence" | ||
| 7757 | msgstr "označiť zostavenia za neúspešné po SEKUNDÁCH bez odpovede" | ||
| 7758 | |||
| 7759 | #: nix/nix-daemon/guix-daemon.cc:108 | ||
| 7760 | msgid "disable chroot builds" | ||
| 7761 | msgstr "zakázať zostavenia chroot" | ||
| 7762 | |||
| 7763 | #: nix/nix-daemon/guix-daemon.cc:109 | ||
| 7764 | msgid "DIR" | ||
| 7765 | msgstr "PRIEČINOK" | ||
| 7766 | |||
| 7767 | #: nix/nix-daemon/guix-daemon.cc:110 | ||
| 7768 | msgid "add DIR to the build chroot" | ||
| 7769 | msgstr "pridať PRIEČINOK do zastavovacieho chrootu" | ||
| 7770 | |||
| 7771 | #: nix/nix-daemon/guix-daemon.cc:111 | ||
| 7772 | msgid "GROUP" | ||
| 7773 | msgstr "SKUPINA" | ||
| 7774 | |||
| 7775 | #: nix/nix-daemon/guix-daemon.cc:112 | ||
| 7776 | msgid "perform builds as a user of GROUP" | ||
| 7777 | msgstr "zostaviť ako používateľ SKUPINY" | ||
| 7778 | |||
| 7779 | #: nix/nix-daemon/guix-daemon.cc:114 | ||
| 7780 | msgid "do not use substitutes" | ||
| 7781 | msgstr "nepoužívať náhrady" | ||
| 7782 | |||
| 7783 | #: nix/nix-daemon/guix-daemon.cc:115 | ||
| 7784 | msgid "URLS" | ||
| 7785 | msgstr "PREPOJENIA" | ||
| 7786 | |||
| 7787 | #: nix/nix-daemon/guix-daemon.cc:116 | ||
| 7788 | msgid "use URLS as the default list of substitute providers" | ||
| 7789 | msgstr "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 | ||
| 7792 | msgid "do not attempt to offload builds" | ||
| 7793 | msgstr "nepokúšať sa o vzdialené zostavenie" | ||
| 7794 | |||
| 7795 | #: nix/nix-daemon/guix-daemon.cc:123 | ||
| 7796 | msgid "cache build failures" | ||
| 7797 | msgstr "uložiť neúspešné zostavenia do vyrovnávacej pamäte" | ||
| 7798 | |||
| 7799 | #: nix/nix-daemon/guix-daemon.cc:125 | ||
| 7800 | msgid "build each derivation N times in a row" | ||
| 7801 | msgstr "zostaviť každú odvodeninu N krát za sebou" | ||
| 7802 | |||
| 7803 | #: nix/nix-daemon/guix-daemon.cc:127 | ||
| 7804 | msgid "do not keep build logs" | ||
| 7805 | msgstr "neukladať záznamy zostavovania" | ||
| 7806 | |||
| 7807 | #: nix/nix-daemon/guix-daemon.cc:130 | ||
| 7808 | msgid "disable compression of the build logs" | ||
| 7809 | msgstr "zakázať kompresiu záznamov zostavovania" | ||
| 7810 | |||
| 7811 | #: nix/nix-daemon/guix-daemon.cc:132 | ||
| 7812 | msgid "use the specified compression type for build logs" | ||
| 7813 | msgstr "použiť daný typ kompresie pre záznamy zostavovania" | ||
| 7814 | |||
| 7815 | #: nix/nix-daemon/guix-daemon.cc:134 | ||
| 7816 | msgid "use substitute servers discovered on the local network" | ||
| 7817 | msgstr "použiť servery náhrad zistené v miestnej sieti" | ||
| 7818 | |||
| 7819 | #: nix/nix-daemon/guix-daemon.cc:139 | ||
| 7820 | msgid "disable automatic file \"deduplication\" in the store" | ||
| 7821 | msgstr "zakázať automatické čistenie podvojných súborov v úložisku" | ||
| 7822 | |||
| 7823 | #: nix/nix-daemon/guix-daemon.cc:149 | ||
| 7824 | msgid "impersonate Linux 2.6" | ||
| 7825 | msgstr "predstierať Linux 2.6" | ||
| 7826 | |||
| 7827 | #: nix/nix-daemon/guix-daemon.cc:153 | ||
| 7828 | msgid "tell whether the GC must keep outputs of live derivations" | ||
| 7829 | msgstr "určiť či má zberač odpadkov ponechávať výstupy živých odvodenín" | ||
| 7830 | |||
| 7831 | #: nix/nix-daemon/guix-daemon.cc:156 | ||
| 7832 | msgid "tell whether the GC must keep derivations corresponding to live outputs" | ||
| 7833 | msgstr "určiť či má zberač odpadkov uchovávať odvodeniny živých výstupov" | ||
| 7834 | |||
| 7835 | #: nix/nix-daemon/guix-daemon.cc:159 | ||
| 7836 | msgid "SOCKET" | ||
| 7837 | msgstr "SOCKET" | ||
| 7838 | |||
| 7839 | #: nix/nix-daemon/guix-daemon.cc:160 | ||
| 7840 | msgid "listen for connections on SOCKET" | ||
| 7841 | msgstr "počúvať spojenia na SOCKETE" | ||
| 7842 | |||
| 7843 | #: nix/nix-daemon/guix-daemon.cc:162 | ||
| 7844 | msgid "produce debugging output" | ||
| 7845 | msgstr "vytvárať výstup ladenia" | ||
