-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcs.po
11000 lines (8234 loc) · 331 KB
/
cs.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# GnuPG Czech translation
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
# Magda Procházková <[email protected]> 2001,
# Roman Pavlik <[email protected]> 2001, 2002, 2003, 2004, 2005.
# Petr Pisar <[email protected]>, 2009, 2010, 2011, 2013, 2014, 2015, 2016.
# Petr Pisar <[email protected]>, 2017, 2018, 2019, 2020, 2021, 2022, 2023.
#
# A "%%0A" is used by Pinentry to insert a line break. The double percent
# sign is actually needed because it is also a printf format string. If you
# need to insert a plain % sign, you need to encode it as "%%25".
#
# „armor“ překládat jako „ASCII“
# (reader's) pinpad → klávesnice čtečky
#
# „keybox“ je jednotné úložiště pro X.509 a PGP certifikáty/klíče
# <http://www.gnupg.org/documentation/manuals/gnupg/kbxutil.html>
# Občas je třeba rozlišovat mezi keybox (překládám jako schránka) a keyring
# (překládám jako klíčenka nebo soubor klíčů).
#
# Některé pojmy ohledně GnuPG jsou vysvětleny na
# <http://www.gnupg.org/documentation/manuals/gnupg/Glossary.html>
#
# Některé pojmy by měly být překládány v souladu se zákonem 227/2000 Sb.,
# zákon o elektronickém podpisu, <http://portal.gov.cz/zakon/227/2000>:
# kvalifikovaný certifikát/podpis
#
# action → způsob užití (klíče)
# additional decryption subkey → dodatečný dešifrovací klíč
# administrator → správce
# cache → keš
# compliance rules → pravidla normy
# distribution point → místo distribuce
# DP (distribution point (of CRL)) → DP
# load → zavést
# OCSP request → OCSP dotaz
# token → bezpečnostní zařízení
# validate → ověřit (platnost)
#
msgid ""
msgstr ""
"Project-Id-Version: gnupg2 2.4.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2023-06-03 15:45+02:00\n"
"Last-Translator: Petr Pisar <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#, c-format
msgid "failed to acquire the pinentry lock: %s\n"
msgstr "získání zámku pinetry se nezdařilo: %s\n"
#. TRANSLATORS: These are labels for buttons etc as used in
#. * Pinentries. In your translation copy the text before the
#. * second vertical bar verbatim; translate only the following
#. * text. An underscore indicates that the next letter should be
#. * used as an accelerator. Double the underscore to have
#. * pinentry display a literal underscore.
msgid "|pinentry-label|_OK"
msgstr "|pinentry-label|_OK"
msgid "|pinentry-label|_Cancel"
msgstr "|pinentry-label|_Zrušit"
msgid "|pinentry-label|_Yes"
msgstr "|pinentry-label|_Ano"
msgid "|pinentry-label|_No"
msgstr "|pinentry-label|_Ne"
msgid "|pinentry-label|PIN:"
msgstr "|pinentry-label|PIN:"
msgid "|pinentry-label|_Save in password manager"
msgstr "|pinentry-label|_Uložit do správce hesel"
msgid "Do you really want to make your passphrase visible on the screen?"
msgstr "Opravdu chcete učinit heslo na obrazovce viditelným?"
msgid "|pinentry-tt|Make passphrase visible"
msgstr "|pinentry-tt|Zviditelnit heslo"
msgid "|pinentry-tt|Hide passphrase"
msgstr "|pinentry-tt|Skrýt heslo"
msgid "Caps Lock is on"
msgstr "Caps Lock je zapnutý"
#. TRANSLATORS: This string is displayed by Pinentry as the label
#. for generating a passphrase.
msgid "Suggest"
msgstr "Navrhnout"
#. TRANSLATORS: This string is a tooltip, shown by pinentry when
#. hovering over the generate button. Please use an appropriate
#. string to describe what this is about. The length of the
#. tooltip is limited to about 900 characters. If you do not
#. translate this entry, a default English text (see source)
#. will be used. The strcmp thingy is there to detect a
#. non-translated string.
msgid "pinentry.genpin.tooltip"
msgstr "Navrhne náhodné heslo."
#. TRANSLATORS: This is a text shown by pinentry if the option
#. for formatted passphrase is enabled. The length is
#. limited to about 900 characters.
msgid "Note: The blanks are not part of the passphrase."
msgstr "Poznámka: Mezery nejsou součástí hesla."
#. TRANSLATORS: This is a text shown by pinentry as title of a dialog
#. telling the user that the entered new passphrase does not satisfy
#. the passphrase constraints. Please keep it short.
msgid "Passphrase Not Allowed"
msgstr "Toto heslo NENÍ dovoleno"
#. TRANSLATORS: This string is displayed by Pinentry as the label
#. for the quality bar.
msgid "Quality:"
msgstr "Kvalita:"
#. TRANSLATORS: This string is a tooltip, shown by pinentry when
#. hovering over the quality bar. Please use an appropriate
#. string to describe what this is about. The length of the
#. tooltip is limited to about 900 characters. If you do not
#. translate this entry, a default english text (see source)
#. will be used.
msgid "pinentry.qualitybar.tooltip"
msgstr ""
"Kvalita textu zde zadaného.\n"
"Na podrobnosti ohledně kritérií se zeptejte svého správce."
msgid ""
"Please enter your PIN, so that the secret key can be unlocked for this "
"session"
msgstr ""
"Prosím, zadejte váš PIN, aby pro tuto relaci mohl být odemknut tajný klíč"
msgid ""
"Please enter your passphrase, so that the secret key can be unlocked for "
"this session"
msgstr ""
"Prosím, zadejte vaše heslo, aby pro tuto relaci mohl být odemknut tajný klíč"
msgid "PIN:"
msgstr "PIN:"
msgid "Passphrase:"
msgstr "Heslo:"
msgid "does not match - try again"
msgstr "neshodují se – zkuste to znovu"
msgid "Passphrases match."
msgstr "Heslo se shoduje."
# TODO: Pluralize
#. TRANSLATORS: The string is appended to an error message in
#. the pinentry. The %s is the actual error message, the
#. two %d give the current and maximum number of tries.
#, c-format
msgid "SETERROR %s (try %d of %d)"
msgstr "SETERROR %s (pokus %d z %d)"
msgid "Repeat:"
msgstr "Znovu:"
msgid "PIN too long"
msgstr "PIN je příliš dlouhý"
msgid "Passphrase too long"
msgstr "Heslo je příliš dlouhé"
msgid "Invalid characters in PIN"
msgstr "Neplatný znak v PINu"
msgid "PIN too short"
msgstr "PIN je příliš krátký"
msgid "Bad PIN"
msgstr "Špatný PIN"
msgid "Bad Passphrase"
msgstr "Špatné heslo"
msgid "Note: Request from the web browser."
msgstr "Poznámka: Požadavek z webového prohlížeče."
msgid "Note: Request from a remote site."
msgstr "Poznámka: Požadavek ze vzdálené strany."
#, c-format
msgid "error getting serial number of card: %s\n"
msgstr "chyba při získání sériového čísla karty: %s\n"
msgid "Please re-enter this passphrase"
msgstr "Prosím, zadejte toto heslo znovu"
#, c-format
msgid ""
"Please enter the passphrase to protect the imported object within the %s "
"system."
msgstr ""
"Prosím, zadejte heslo, abyste ochránili importovaný objekt uvnitř systému %s."
msgid ""
"This key (or subkey) is not protected with a passphrase. Please enter a new "
"passphrase to export it."
msgstr ""
"Tento klíč (nebo podklíč) není chráněn heslem. Prosím, zadejte nové heslo "
"pro exportování klíče."
#, c-format
msgid "ssh keys greater than %d bits are not supported\n"
msgstr "SSH klíče delší než %d bitů nejsou podporovány\n"
#, c-format
msgid "can't create '%s': %s\n"
msgstr "nelze vytvořit „%s“: %s\n"
#, c-format
msgid "can't open '%s': %s\n"
msgstr "nelze otevřít „%s“: %s\n"
#, c-format
msgid "no suitable card key found: %s\n"
msgstr "nenalezen žádný vhodný klíč karty: %s\n"
#, c-format
msgid "error getting list of cards: %s\n"
msgstr "chyba při získávání seznamu karet: %s\n"
#, c-format
msgid ""
"An ssh process requested the use of key%%0A %s%%0A (%s)%%0ADo you want to "
"allow this?"
msgstr ""
"Proces SSH si vyžádal použití klíče%%0A %s%%0A (%s)%%0APřejete si to "
"povolit?"
msgid "Allow"
msgstr "Povolit"
msgid "Deny"
msgstr "Zakázat"
#, c-format
msgid "Please enter the passphrase for the ssh key%%0A %F%%0A (%c)"
msgstr "Prosím, zadejte heslo pro SSH klíč%%0A %F%%0A (%c)"
#, c-format
msgid ""
"Please enter a passphrase to protect the received secret key%%0A %s%%0A "
"%s%%0Awithin gpg-agent's key storage"
msgstr ""
"Prosím, zadejte heslo, abyste ochránil(a) přijatý tajný klíč%%0A %s%%0A "
"%s%%0Auvnitř úložiště klíčů gpg-agenta"
#, c-format
msgid "failed to create stream from socket: %s\n"
msgstr "ze socketu se nepodařilo se vytvořit proud (stream): %s\n"
msgid "Admin PIN"
msgstr "PIN správce"
#. TRANSLATORS: A PUK is the Personal Unblocking Code
#. used to unblock a PIN.
msgid "PUK"
msgstr "PUK"
msgid "Reset Code"
msgstr "Resetační kód"
msgid "Push ACK button on card/token."
msgstr "Potvrďte tlačítkem na kartě nebo bezpečnostním zařízení."
msgid "Use the reader's pinpad for input."
msgstr "Pro vstup použijte klávesnici čtečky."
msgid "Repeat this Reset Code"
msgstr "Zopakujte resetační kód"
msgid "Repeat this PUK"
msgstr "Zopakujte tento PUK"
msgid "Repeat this PIN"
msgstr "Zopakujte tento PIN"
msgid "Reset Code not correctly repeated; try again"
msgstr "Resetační kód nebyl správně zopakován; zkuste to znovu"
msgid "PUK not correctly repeated; try again"
msgstr "PUK nebyl zopakován správně; zkuste to znovu"
msgid "PIN not correctly repeated; try again"
msgstr "PIN nebyl zopakován správně; zkuste to znovu"
#, c-format
msgid "Please enter the PIN%s%s%s to unlock the card"
msgstr "Prosím, zadejte PIN%s%s%s, abyste odemkli kartu"
#, c-format
msgid "error writing to pipe: %s\n"
msgstr "chyba při zápisu do roury: %s\n"
msgid "Enter new passphrase"
msgstr "Vložte nové heslo"
#, c-format
msgid ""
"You have not entered a passphrase!%0AAn empty passphrase is not allowed."
msgstr "Nezadali jste heslo!%0APrázdné heslo není dovoleno."
#, c-format
msgid ""
"You have not entered a passphrase - this is in general a bad idea!%0APlease "
"confirm that you do not want to have any protection on your key."
msgstr ""
"Nezadali jste heslo – toto je obecně špatný nápad!%0AProsím, potvrďte, že si "
"žádnou ochranu svého klíče nepřejete."
msgid "Yes, protection is not needed"
msgstr "Ano, ochrana není třeba"
#, c-format
msgid "A passphrase should be at least %u character long."
msgid_plural "A passphrase should be at least %u characters long."
msgstr[0] "Heslo by mělo být dlouhé alespoň %u znak."
msgstr[1] "Heslo by mělo být dlouhé alespoň %u znaky."
msgstr[2] "Heslo by mělo být dlouhé alespoň %u znaků."
#, c-format
msgid "A passphrase should contain at least %u digit or%%0Aspecial character."
msgid_plural ""
"A passphrase should contain at least %u digits or%%0Aspecial characters."
msgstr[0] "Heslo by mělo obsahovat alespoň %u číslici nebo %%0Azvláštní znak."
msgstr[1] "Heslo by mělo obsahovat alespoň %u číslice nebo %%0Azvláštní znaky."
msgstr[2] ""
"Heslo by mělo obsahovat alespoň %u číslic nebo %%0Azvláštních znaků."
#, c-format
msgid "A passphrase may not be a known term or match%%0Acertain pattern."
msgstr ""
"Heslo by nemělo být známým slovem nebo se shodovat%%0As určitým vzorem."
msgid "Warning: You have entered an insecure passphrase."
msgstr "Varování: Zadali jste nebezpečné heslo."
msgid "Take this one anyway"
msgstr "Použít přesto tento klíč"
#, c-format
msgid "Please enter the passphrase to%0Aprotect your new key"
msgstr "Pro ochranu svého nového klíče,%0Aprosím, zadejte heslo"
msgid "Please enter the new passphrase"
msgstr "Prosím, zadejte nové heslo"
msgid "Options used for startup"
msgstr "Volby ovlivňující spuštění"
msgid "run in daemon mode (background)"
msgstr "poběží v režimu démona (na pozadí)"
msgid "run in server mode (foreground)"
msgstr "poběží v režimu serveru (na popředí)"
msgid "do not detach from the console"
msgstr "neodpojovat se od konzole"
msgid "sh-style command output"
msgstr "vypisovat příkazy ve stylu sh"
msgid "csh-style command output"
msgstr "vypisovat příkazy ve stylu csh"
msgid "|FILE|read options from FILE"
msgstr "|SOUBOR|načíst volby ze SOUBORU"
msgid "Options controlling the diagnostic output"
msgstr "Volby ovlivňující diagnostický výstup"
msgid "verbose"
msgstr "upovídaný režim"
msgid "be somewhat more quiet"
msgstr "být o trochu víc tichý"
msgid "|FILE|write server mode logs to FILE"
msgstr "|SOUBOR|protokol z režimu serveru se zapíše do SOUBORU"
msgid "Options controlling the configuration"
msgstr "Volby ovlivňující nastavení"
msgid "do not use the SCdaemon"
msgstr "nepoužívat SCdémona"
msgid "|PGM|use PGM as the SCdaemon program"
msgstr "|PROGRAM|použít PROGRAM jako program SCdaemon"
msgid "|PGM|use PGM as the tpm2daemon program"
msgstr "|PROGRAM|použít PROGRAM jako program tpm2daemon"
msgid "|NAME|accept some commands via NAME"
msgstr "|NÁZEV|přijímat některé příkazy přes NÁZEV"
msgid "ignore requests to change the TTY"
msgstr "ignorovat požadavky na změnu TTY"
msgid "ignore requests to change the X display"
msgstr "ignorovat požadavky na změnu X displeje"
msgid "enable ssh support"
msgstr "zapnout podporu pro OpenSSH"
msgid "|ALGO|use ALGO to show ssh fingerprints"
msgstr "|ALGORITMUS|ukazovat otisky SSH pomocí ALGORITMU"
msgid "enable putty support"
msgstr "zapnout podporu pro PuTTY"
msgid "enable Win32-OpenSSH support"
msgstr "zapnout podporu Win32-OpenSSH"
msgid "Options controlling the security"
msgstr "Volby ovlivňující bezpečnost"
msgid "|N|expire cached PINs after N seconds"
msgstr "|N|zahodit zapamatované PINy po N sekundách"
msgid "|N|expire SSH keys after N seconds"
msgstr "|N|zahazovat klíče SSH po N sekundách"
msgid "|N|set maximum PIN cache lifetime to N seconds"
msgstr "|N|nastavit maximální životnost dočasné paměti pro PINy na N sekund"
msgid "|N|set maximum SSH key lifetime to N seconds"
msgstr "|N| nastavit maximální životnost klíčů SSH na N sekund"
msgid "do not use the PIN cache when signing"
msgstr "nepoužívat paměť PINů na podepisování"
msgid "disallow the use of an external password cache"
msgstr "nedovolit použít vnější úložiště na hesla"
msgid "disallow clients to mark keys as \"trusted\""
msgstr "nedovolit klientům označovat klíče za „důvěryhodné“"
msgid "allow presetting passphrase"
msgstr "umožnit přednastavení hesla"
msgid "Options enforcing a passphrase policy"
msgstr "Volby vynucující politiku hesel"
msgid "do not allow bypassing the passphrase policy"
msgstr "nedovolit obejití politiky hesel"
msgid "|N|set minimal required length for new passphrases to N"
msgstr "|N|nastavit minimální vyžadovanou délku nových hesel na N"
msgid "|N|require at least N non-alpha characters for a new passphrase"
msgstr "|N|vyžaduje alespoň N nepísmenných znaků v novém hesle"
msgid "|FILE|check new passphrases against pattern in FILE"
msgstr "|SOUBOR|prověřovat nová hesla proti vzorům v SOUBORU"
msgid "|N|expire the passphrase after N days"
msgstr "|N|omezit platnost hesla na N dnů"
msgid "do not allow the reuse of old passphrases"
msgstr "nedovolit opakovat stará hesla"
msgid "Options controlling the PIN-Entry"
msgstr "Volby ovlivňující pinentry"
msgid "never use the PIN-entry"
msgstr "nikdy nepoužít pinentry"
msgid "disallow caller to override the pinentry"
msgstr "znemožnit volajícímu přebít pinentry"
msgid "let PIN-Entry grab keyboard and mouse"
msgstr "dovolit pinetry uzurpovat si klávesnici a myš"
msgid "|PGM|use PGM as the PIN-Entry program"
msgstr "|PROGRAM|použít PROGRAM jako PIN-Entry program"
msgid "|N|set the Pinentry timeout to N seconds"
msgstr "|N|nastavit časový limit pro Pinentry na N sekund"
msgid "allow passphrase to be prompted through Emacs"
msgstr "umožnit zadání hesla skrze Emacs"
#. TRANSLATORS: @EMAIL@ will get replaced by the actual bug
#. reporting address. This is so that we can change the
#. reporting address without breaking the translations.
msgid "Please report bugs to <@EMAIL@>.\n"
msgstr ""
"Chyby v programu, prosím, oznamujte (anglicky) na <@EMAIL@>,\n"
"připomínky k překladu hlaste na <[email protected]>.\n"
msgid "Usage: @GPG_AGENT@ [options] (-h for help)"
msgstr "Použití: @GPG_AGENT@ [volby] (-h pro nápovědu)"
msgid ""
"Syntax: @GPG_AGENT@ [options] [command [args]]\n"
"Secret key management for @GNUPG@\n"
msgstr ""
"Syntaxe: @GPG_AGENT@ [volby] [příkaz [argumenty]]\n"
"Správa tajných klíčů pro @GNUPG@\n"
#, c-format
msgid "invalid debug-level '%s' given\n"
msgstr "zadána neplatná úroveň ladění „%s“\n"
#, c-format
msgid "selected digest algorithm is invalid\n"
msgstr "vybraný hashovací algoritmus je neplatný\n"
#, c-format
msgid "reading options from '%s'\n"
msgstr "čtou se možnosti z „%s“\n"
#, c-format
msgid "Note: '%s' is not considered an option\n"
msgstr "Poznámka: „%s“ není uvažovaná možnost\n"
#, c-format
msgid "WARNING: \"%s\" is a deprecated option\n"
msgstr "POZOR: používání parametru „%s“ se nedoporučuje\n"
#, c-format
msgid "can't create socket: %s\n"
msgstr "socket nelze vytvořit: %s\n"
#, c-format
msgid "socket name '%s' is too long\n"
msgstr "název socketu „%s“ je příliš dlouhý\n"
#, c-format
msgid "trying to steal socket from running %s\n"
msgstr "zkouší se ukrást socket z běžícího programu %s\n"
#, c-format
msgid "a gpg-agent is already running - not starting a new one\n"
msgstr "gpg-agent již běží – nový nebude spuštěn\n"
#, c-format
msgid "error getting nonce for the socket\n"
msgstr "chyba při získávání soli pro socket\n"
#, c-format
msgid "error binding socket to '%s': %s\n"
msgstr "chyba při přilepování socketu na „%s“: %s\n"
#, c-format
msgid "can't set permissions of '%s': %s\n"
msgstr "přístupová práva „%s“ nelze nastavit: %s\n"
#, c-format
msgid "listening on socket '%s'\n"
msgstr "naslouchá se na socketu „%s“\n"
#, c-format
msgid "can't create directory '%s': %s\n"
msgstr "nelze vytvořit adresář „%s“: %s\n"
#, c-format
msgid "directory '%s' created\n"
msgstr "adresář „%s“ vytvořen\n"
#, c-format
msgid "stat() failed for '%s': %s\n"
msgstr "volání stat() na „%s“ selhalo: %s\n"
#, c-format
msgid "can't use '%s' as home directory\n"
msgstr "„%s“ nelze použít jako domovský adresář\n"
#, c-format
msgid "error reading nonce on fd %d: %s\n"
msgstr "chyba při čtení soli z deskriptoru %d: %s\n"
#, c-format
msgid "handler 0x%lx for fd %d started\n"
msgstr "obsluha 0x%lx pro fd %d spuštěna\n"
#, c-format
msgid "handler 0x%lx for fd %d terminated\n"
msgstr "obsluha 0x%lx pro fd %d ukončena\n"
#, c-format
msgid "ssh handler 0x%lx for fd %d started\n"
msgstr "SSH obsluha 0x%lx pro fd %d spuštěna\n"
#, c-format
msgid "ssh handler 0x%lx for fd %d terminated\n"
msgstr "SSH obsluha 0x%lx pro fd %d ukončena\n"
#, c-format
msgid "npth_pselect failed: %s - waiting 1s\n"
msgstr "npth_pselect selhala: %s – čeká se 1 s\n"
#, c-format
msgid "%s %s stopped\n"
msgstr "%s %s pozastaveno\n"
#, c-format
msgid "no gpg-agent running in this session\n"
msgstr "v této relaci neběží žádný gpg-agent\n"
msgid ""
"@Options:\n"
" "
msgstr ""
"@Volby:\n"
" "
msgid "Usage: gpg-preset-passphrase [options] KEYGRIP (-h for help)\n"
msgstr "Použití: gpg-preset-passphrase [volby] KEYGRIP (-h pro nápovědu)\n"
msgid ""
"Syntax: gpg-preset-passphrase [options] KEYGRIP\n"
"Password cache maintenance\n"
msgstr ""
"Syntaxe: gpg-preset-passphrase [volby] KEYGRIP\n"
"Správa dočasné paměti pro hesla\n"
msgid ""
"@Commands:\n"
" "
msgstr ""
"@Příkazy:\n"
" "
msgid ""
"@\n"
"Options:\n"
" "
msgstr ""
"@\n"
"Volby:\n"
" "
msgid "Usage: gpg-protect-tool [options] (-h for help)\n"
msgstr "Použití: gpg-protect-tool [VOLBY] (-h pro nápovědu)\n"
msgid ""
"Syntax: gpg-protect-tool [options] [args]\n"
"Secret key maintenance tool\n"
msgstr ""
"Syntaxe: gpg-protect-tool [volby] [argumenty]\n"
"Nástroj na správu tajných klíčů\n"
msgid "Please enter the passphrase to unprotect the PKCS#12 object."
msgstr "Prosím, zadejte heslo, abyste zpřístupnili objekt PKCS#12."
msgid "Please enter the passphrase to protect the new PKCS#12 object."
msgstr "Prosím, zadejte heslo, abyste ochránili nový objekt PKCS#12."
msgid ""
"Please enter the passphrase to protect the imported object within the GnuPG "
"system."
msgstr ""
"Prosím, zadejte heslo, abyste ochránili importovaný objekt uvnitř systému "
"GnuPG."
msgid ""
"Please enter the passphrase or the PIN\n"
"needed to complete this operation."
msgstr ""
"Prosím, zadejte heslo nebo PIN\n"
"potřebný pro dokončení této operace."
#, c-format
msgid "cancelled\n"
msgstr "zrušeno\n"
#, c-format
msgid "error while asking for the passphrase: %s\n"
msgstr "chyba při ptaní se na heslo: %s\n"
#, c-format
msgid "error opening '%s': %s\n"
msgstr "chyba při otevírání „%s“: %s\n"
#, c-format
msgid "file '%s', line %d: %s\n"
msgstr "soubor „%s“, řádek %d: %s\n"
#, c-format
msgid "statement \"%s\" ignored in '%s', line %d\n"
msgstr "ignorováno sdělení „%s“ z „%s“, řádku %d\n"
#, c-format
msgid "system trustlist '%s' not available\n"
msgstr "systémový důvěryhodný seznam „%s“ není dostupný\n"
#, c-format
msgid "bad fingerprint in '%s', line %d\n"
msgstr "chybný otisk v „%s“, řádek %d\n"
#, c-format
msgid "invalid keyflag in '%s', line %d\n"
msgstr "neplatný příznak klíče v „%s“, řádek %d\n"
#, c-format
msgid "error reading '%s', line %d: %s\n"
msgstr "chyba při čtení „%s“, řádek %d: %s\n"
#, c-format
msgid "error reading list of trusted root certificates\n"
msgstr "chyba při čtení seznamu důvěryhodných kořenových certifikátů\n"
#. TRANSLATORS: This prompt is shown by the Pinentry
#. and has one special property: A "%%0A" is used by
#. Pinentry to insert a line break. The double
#. percent sign is actually needed because it is also
#. a printf format string. If you need to insert a
#. plain % sign, you need to encode it as "%%25". The
#. "%s" gets replaced by the name as stored in the
#. certificate.
#, c-format
msgid ""
"Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user "
"certificates?"
msgstr ""
"Věříte bezmezně, že%%0A „%s“%%0Ařádně ověřuje identitu uživatele při "
"vydávání certifikátu?"
msgid "Yes"
msgstr "Ano"
msgid "No"
msgstr "Ne"
#. TRANSLATORS: This prompt is shown by the Pinentry and has
#. one special property: A "%%0A" is used by Pinentry to
#. insert a line break. The double percent sign is actually
#. needed because it is also a printf format string. If you
#. need to insert a plain % sign, you need to encode it as
#. "%%25". The second "%s" gets replaced by a hexdecimal
#. fingerprint string whereas the first one receives the name
#. as stored in the certificate.
#, c-format
msgid ""
"Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the "
"fingerprint:%%0A %s"
msgstr ""
"Prosím ověřte, že certifikát rozpoznaný jako:%%0A „%s“%%0Amá otisk:%%0A %s"
#. TRANSLATORS: "Correct" is the label of a button and intended
#. to be hit if the fingerprint matches the one of the CA. The
#. other button is "the default "Cancel" of the Pinentry.
msgid "Correct"
msgstr "V pořádku"
msgid "Wrong"
msgstr "Špatně"
#, c-format
msgid "Note: This passphrase has never been changed.%0APlease change it now."
msgstr "Poznámka: Toto heslo nikdy nebylo změněno.%0AProsím, nyní jej změňte."
#, c-format
msgid ""
"This passphrase has not been changed%%0Asince %.4s-%.2s-%.2s. Please change "
"it now."
msgstr "Toto heslo se nezměnilo%%0Aod %.4s-%.2s-%.2s. Prosím, nyní jej změňte."
msgid "Change passphrase"
msgstr "Změnit heslo"
msgid "I'll change it later"
msgstr "Změním jej později"
msgid "Please insert the card with serial number"
msgstr "Prosím, vložte kartu se sériovým číslem"
#, c-format
msgid "Requested the use of key%%0A %s%%0A %s%%0ADo you want to allow this?"
msgstr "Vyžádáno použití klíče%%0A %s%%0A %s%%0APřejete si to povolit?"
#, c-format
msgid ""
"Do you really want to delete the key identified by keygrip%%0A %s%%0A %%C"
"%%0A?"
msgstr ""
"Opravdu chcete smazat klíč určený pomocí keygripu%%0A %s%%0A %%C%%0A?"
msgid "Delete key"
msgstr "Smazat klíč"
msgid ""
"Warning: This key is also listed for use with SSH!\n"
"Deleting the key might remove your ability to access remote machines."
msgstr ""
"Pozor: Tento klíč je též veden jako klíč pro SSH!\n"
"Smazání tohoto klíče může odebrat schopnost přistupovat ke vzdáleným strojům."
#, c-format
msgid "DSA requires the hash length to be a multiple of 8 bits\n"
msgstr "DSA vyžaduje, aby délka hashe byla násobkem 8 bitů\n"
#, c-format
msgid "%s key uses an unsafe (%u bit) hash\n"
msgstr "%s klíč používá nebezpečný (%ubitový) hash\n"
#, c-format
msgid "a %zu bit hash is not valid for a %u bit %s key\n"
msgstr "%zubitový hash není platný pro %ubitový %s klíč\n"
#, c-format
msgid "checking created signature failed: %s\n"
msgstr "kontrola vytvořeného podpisu se nepodařila: %s\n"
#, c-format
msgid "secret key parts are not available\n"
msgstr "tajné části klíče nejsou dostupné\n"
#, c-format
msgid "public key algorithm %d (%s) is not supported\n"
msgstr "algoritmus %d (%s) veřejného klíče není podporován\n"
#, c-format
msgid "protection algorithm %d (%s) is not supported\n"
msgstr "ochranný algoritmus %d (%s) není podporován\n"
#, c-format
msgid "protection hash algorithm %d (%s) is not supported\n"
msgstr "ochranný algoritmus %d (%s) není podporován\n"
#, c-format
msgid "error creating a pipe: %s\n"
msgstr "chyba při vytváření roury: %s\n"
#, c-format
msgid "error creating a stream for a pipe: %s\n"
msgstr "chyba při vytváření proudu pro rouru: %s\n"
#, c-format
msgid "error forking process: %s\n"
msgstr "chyba při rozdvojování procesu: %s\n"
#, c-format
msgid "waiting for process %d to terminate failed: %s\n"
msgstr "čekání na konec procesu %d se nezdařilo: %s\n"
#, c-format
msgid "error running '%s': probably not installed\n"
msgstr "chyba při spouštění „%s“: pravděpodobně není nainstalován\n"
#, c-format
msgid "error running '%s': exit status %d\n"
msgstr "chyba v běhu „%s“: návratový kód %d\n"
#, c-format
msgid "error running '%s': terminated\n"
msgstr "chyba v běhu „%s“: násilně ukončeno\n"
#, c-format
msgid "waiting for processes to terminate failed: %s\n"
msgstr "čekání na ukončení procesu se nezdařilo: %s\n"
#, c-format
msgid "error getting exit code of process %d: %s\n"
msgstr "chyba při získání návratového kódu procesu %d: %s\n"
#, c-format
msgid "can't connect to '%s': %s\n"
msgstr "nelze se připojit k „%s“: %s\n"
#, c-format
msgid "problem setting the gpg-agent options\n"
msgstr "problém v nastavování voleb gpg-agenta\n"
#, c-format
msgid "can't disable core dumps: %s\n"
msgstr "nemohu vypnout vytváření core souborů: %s\n"
# TODO: i18n of first %s
#, c-format
msgid "Warning: unsafe ownership on %s \"%s\"\n"
msgstr "Varování: vlastnictví %s „%s“ není nastaveno bezpečně\n"
# TODO: i18n of first %s
#, c-format
msgid "Warning: unsafe permissions on %s \"%s\"\n"
msgstr "Varování: přístupová práva %s „%s“ nejsou bezpečná\n"
#, c-format
msgid "waiting for file '%s' to become accessible ...\n"
msgstr "čekání, až se soubor „%s“ stane přístupným…\n"
#, c-format
msgid "renaming '%s' to '%s' failed: %s\n"
msgstr "přejmenování „%s“ na „%s“ se nezdařilo: %s\n"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "yes"
msgstr "ano"
msgid "yY"
msgstr "aAyY"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "no"
msgstr "ne"
msgid "nN"
msgstr "nN"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "quit"
msgstr "ukončit"
msgid "qQ"
msgstr "uUqQ"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "okay|okay"
msgstr "okey|okey"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "cancel|cancel"
msgstr "zrušit|zrušit"
msgid "oO"
msgstr "oO"
msgid "cC"
msgstr "zZ"
#, c-format
msgid "out of core in secure memory while allocating %lu bytes"
msgstr "při pokusu alokovat %lu bajtů došla bezpečná paměť"
#, c-format
msgid "out of core while allocating %lu bytes"
msgstr "při pokusu alokovat %lu bajtů došla paměť"
#, c-format
msgid "error allocating enough memory: %s\n"
msgstr "chyba při alokování dostatečného množství paměti: %s\n"
#, c-format
msgid "%s:%u: obsolete option \"%s\" - it has no effect\n"
msgstr "%s:%u: zastaralý parametr „%s“ – neúčinkuje\n"
#, c-format
msgid "WARNING: \"%s%s\" is an obsolete option - it has no effect\n"
msgstr "POZOR: „%s%s“ je zastaralý parametr – neúčinkuje\n"
#, c-format
msgid "unknown debug flag '%s' ignored\n"
msgstr "neznámý ladicí příznak „%s“ se ignoruje\n"
#, c-format
msgid "waiting for the dirmngr to come up ... (%ds)\n"
msgstr "čeká se na dirmngr… (%d s)\n"
#, c-format
msgid "waiting for the keyboxd to come up ... (%ds)\n"
msgstr "čeká se, až naběhne keyboxd… (%d s)\n"
#, c-format
msgid "waiting for the agent to come up ... (%ds)\n"
msgstr "čeká se, až naběhne agent… (%d s)\n"
#, c-format
msgid "connection to the dirmngr established\n"
msgstr "spojení s dirmngr ustanoveno\n"
#, c-format
msgid "connection to the keyboxd established\n"
msgstr "spojení s keyboxd ustanoveno\n"
#, c-format
msgid "connection to the agent established\n"
msgstr "spojení s agentem ustanoveno\n"
#, c-format
msgid "no running %s - starting '%s'\n"
msgstr "žádný %s neběží – spouští se „%s“\n"
#, c-format
msgid "connection to the agent is in restricted mode\n"
msgstr "spojení s agentem je v omezeném režimu\n"
#, c-format
msgid "error getting version from '%s': %s\n"
msgstr "chyba při získávání verze z „%s“: %s\n"
#, c-format
msgid "server '%s' is older than us (%s < %s)"
msgstr "server „%s“ je starší než my (%s < %s)"