-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcs.po
4568 lines (3687 loc) · 140 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
# Czech translation of glib.
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 the author(s) of glib.
# Copyright (C) 2004, 2005 Miloslav Trmac <[email protected]>.
# Copyright (C) 2006 Lukas Novotny <[email protected]>.
# This file is distributed under the same license as the glib package.
# Petr Pytelka <[email protected]>, 2002.
# Miloslav Trmac <[email protected]>, 2002, 2004, 2005.
# Lukas Novotny <[email protected]>, 2006.
# Jakub Friedl <[email protected]>, 2006, 2007.
# Petr Kovar <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
# Marek Černocký <[email protected]>, 2012, 2013, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=glib&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2014-08-22 05:54+0000\n"
"PO-Revision-Date: 2014-08-22 08:07+0200\n"
"Last-Translator: Marek Černocký <[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"
"X-Generator: Gtranslator 2.91.6\n"
"X-Project-Style: gnome\n"
#: ../gio/gapplication.c:514
msgid "Enter GApplication service mode (use from D-Bus service files)"
msgstr ""
"Vstoupit do režimu služby GApplication (použít ze souborů služby D-Bus)"
#: ../gio/gapplication.c:519
msgid "GApplication options"
msgstr "Volby GApplication"
#: ../gio/gapplication.c:519
msgid "Show GApplication options"
msgstr "Ukázat volby GApplication"
#: ../gio/gapplication-tool.c:45 ../gio/gapplication-tool.c:46
#: ../gio/gresource-tool.c:481 ../gio/gsettings-tool.c:508
msgid "Print help"
msgstr "Vypsat nápovědu"
#: ../gio/gapplication-tool.c:47 ../gio/gresource-tool.c:482
#: ../gio/gresource-tool.c:550
msgid "[COMMAND]"
msgstr "[PŘÍKAZ]"
#: ../gio/gapplication-tool.c:49
msgid "Print version"
msgstr "Vypsat verzi"
#: ../gio/gapplication-tool.c:50 ../gio/gsettings-tool.c:514
msgid "Print version information and exit"
msgstr "Vypsat informace o verzi a skončit"
#: ../gio/gapplication-tool.c:52
msgid "List applications"
msgstr "Vypsat aplikace"
#: ../gio/gapplication-tool.c:53
msgid "List the installed D-Bus activatable applications (by .desktop files)"
msgstr ""
"Vypsat nainstalované aktivovatelné aplikace D-Bus (podle souborů .desktop)"
#: ../gio/gapplication-tool.c:55
msgid "Launch an application"
msgstr "Spustit aplikaci"
#: ../gio/gapplication-tool.c:56
msgid "Launch the application (with optional files to open)"
msgstr "Spustit aplikaci (a otevřít v ní volitelné soubory)"
#: ../gio/gapplication-tool.c:57
msgid "APPID [FILE...]"
msgstr "IDAPLIKACE [SOUBOR...]"
#: ../gio/gapplication-tool.c:59
msgid "Activate an action"
msgstr "Aktivovat akci"
#: ../gio/gapplication-tool.c:60
msgid "Invoke an action on the application"
msgstr "Vyvolat akci na aplikaci"
#: ../gio/gapplication-tool.c:61
msgid "APPID ACTION [PARAMETER]"
msgstr "IDAPLIKACE AKCE [PARAMETR]"
#: ../gio/gapplication-tool.c:63
msgid "List available actions"
msgstr "Vypsat dostupné akce"
#: ../gio/gapplication-tool.c:64
msgid "List static actions for an application (from .desktop file)"
msgstr "Vypsat statické akce svázané s aplikací (ze souboru .desktop)"
#: ../gio/gapplication-tool.c:65 ../gio/gapplication-tool.c:71
msgid "APPID"
msgstr "IDAPLIKACE"
#: ../gio/gapplication-tool.c:70 ../gio/gapplication-tool.c:133
#: ../gio/gdbus-tool.c:90
msgid "COMMAND"
msgstr "PŘÍKAZ"
#: ../gio/gapplication-tool.c:70
msgid "The command to print detailed help for"
msgstr "Příkaz, ke kterému vypsat podrobnou nápovědu"
#: ../gio/gapplication-tool.c:71
msgid "Application identifier in D-Bus format (eg: org.example.viewer)"
msgstr "Identifikátor aplikace ve formátu D-Bus (např. org.example.viewer)"
#: ../gio/gapplication-tool.c:72 ../gio/glib-compile-resources.c:589
#: ../gio/glib-compile-resources.c:620 ../gio/gresource-tool.c:488
#: ../gio/gresource-tool.c:554
msgid "FILE"
msgstr "SOUBOR"
#: ../gio/gapplication-tool.c:72
msgid "Optional relative or relative filenames, or URIs to open"
msgstr "Volitelné relativní názvy souborů nebo URI, které chcete otevřít"
#: ../gio/gapplication-tool.c:73
msgid "ACTION"
msgstr "AKCE"
#: ../gio/gapplication-tool.c:73
msgid "The action name to invoke"
msgstr "Název akce, kterou chcete vyvolat"
#: ../gio/gapplication-tool.c:74
msgid "PARAMETER"
msgstr "PARAMETR"
#: ../gio/gapplication-tool.c:74
msgid "Optional parameter to the action invocation, in GVariant format"
msgstr "Volitelný parametr k akci vyvolání ve formátu GVariant"
#: ../gio/gapplication-tool.c:96 ../gio/gresource-tool.c:519
#: ../gio/gsettings-tool.c:594
#, c-format
msgid ""
"Unknown command %s\n"
"\n"
msgstr ""
"Neznámý příkaz „%s“\n"
"\n"
#: ../gio/gapplication-tool.c:101
msgid "Usage:\n"
msgstr "Použití:\n"
#: ../gio/gapplication-tool.c:114 ../gio/gresource-tool.c:544
#: ../gio/gsettings-tool.c:628
msgid "Arguments:\n"
msgstr "Argumenty:\n"
#: ../gio/gapplication-tool.c:133
msgid "[ARGS...]"
msgstr "[ARGUMENTY...]"
#: ../gio/gapplication-tool.c:134
#, c-format
msgid "Commands:\n"
msgstr "Příkazy:\n"
#. Translators: do not translate 'help', but please translate 'COMMAND'.
#: ../gio/gapplication-tool.c:146
#, c-format
msgid ""
"Use '%s help COMMAND' to get detailed help.\n"
"\n"
msgstr ""
"Podrobnou nápovědu získáte spuštěním „%s help PŘÍKAZ“.\n"
"\n"
#: ../gio/gapplication-tool.c:165
#, c-format
msgid ""
"%s command requires an application id to directly follow\n"
"\n"
msgstr ""
"Příkaz %s vyžaduje, aby bezprostředně po něm následovalo ID aplikace\n"
"\n"
#: ../gio/gapplication-tool.c:171
#, c-format
msgid "invalid application id: '%s'\n"
msgstr "neplatné ID aplikace: „%s“\n"
#. Translators: %s is replaced with a command name like 'list-actions'
#: ../gio/gapplication-tool.c:182
#, c-format
msgid ""
"'%s' takes no arguments\n"
"\n"
msgstr ""
"„%s“ nelze použít s argumenty\n"
"\n"
#: ../gio/gapplication-tool.c:266
#, c-format
msgid "unable to connect to D-Bus: %s\n"
msgstr "nelze se připojit k D-Bus: %s\n"
#: ../gio/gapplication-tool.c:286
#, c-format
msgid "error sending %s message to application: %s\n"
msgstr "chyba při odesílání zprávy %s aplikaci: %s\n"
#: ../gio/gapplication-tool.c:317
#, c-format
msgid "action name must be given after application id\n"
msgstr "název aplikace musí následovat po ID aplikace\n"
#: ../gio/gapplication-tool.c:325
#, c-format
msgid ""
"invalid action name: '%s'\n"
"action names must consist of only alphanumerics, '-' and '.'\n"
msgstr ""
"neplatný název akce: „%s“\n"
"názvy akcí mohou obsahovat pouze alfanumerické znaky, „-“ a „.“\n"
#: ../gio/gapplication-tool.c:344
#, c-format
msgid "error parsing action parameter: %s\n"
msgstr "chyba při analyzování parametru akce: %s\n"
#: ../gio/gapplication-tool.c:356
#, c-format
msgid "actions accept a maximum of one parameter\n"
msgstr "akce podporují nanejvýš jeden parametr\n"
#: ../gio/gapplication-tool.c:411
#, c-format
msgid "list-actions command takes only the application id"
msgstr "S příkazem list-actions lze použít pouze ID aplikace"
#: ../gio/gapplication-tool.c:421
#, c-format
msgid "unable to find desktop file for application %s\n"
msgstr "nelze nalézt soubor desktop pro aplikaci %s\n"
#: ../gio/gapplication-tool.c:466
#, c-format
msgid ""
"unrecognised command: %s\n"
"\n"
msgstr ""
"neznámý příkaz: %s\n"
"\n"
#: ../gio/gbufferedinputstream.c:420 ../gio/gbufferedinputstream.c:498
#: ../gio/ginputstream.c:176 ../gio/ginputstream.c:370
#: ../gio/ginputstream.c:608 ../gio/ginputstream.c:828
#: ../gio/goutputstream.c:200 ../gio/goutputstream.c:823
#: ../gio/gpollableinputstream.c:205 ../gio/gpollableoutputstream.c:206
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s poskytnut příliš vysoký počet"
#: ../gio/gbufferedinputstream.c:891 ../gio/gbufferedoutputstream.c:575
#: ../gio/gdataoutputstream.c:562
msgid "Seek not supported on base stream"
msgstr "Posouvání není v proudu podporováno"
#: ../gio/gbufferedinputstream.c:937
msgid "Cannot truncate GBufferedInputStream"
msgstr "Nelze zkrátit GBufferedInputStream"
#: ../gio/gbufferedinputstream.c:982 ../gio/ginputstream.c:1017
#: ../gio/giostream.c:277 ../gio/goutputstream.c:1464
msgid "Stream is already closed"
msgstr "Proud je již uzavřen"
#: ../gio/gbufferedoutputstream.c:612 ../gio/gdataoutputstream.c:592
msgid "Truncate not supported on base stream"
msgstr "Zkrácování není v proudu podporováno"
#: ../gio/gcancellable.c:310 ../gio/gdbusconnection.c:1896
#: ../gio/gdbusconnection.c:1989 ../gio/gdbusprivate.c:1417
#: ../gio/glocalfile.c:2181 ../gio/gsimpleasyncresult.c:830
#: ../gio/gsimpleasyncresult.c:856
#, c-format
msgid "Operation was cancelled"
msgstr "Operace byla zrušena"
#: ../gio/gcharsetconverter.c:260
msgid "Invalid object, not initialized"
msgstr "Neplatný objekt, nebyl spuštěn"
#: ../gio/gcharsetconverter.c:281 ../gio/gcharsetconverter.c:309
msgid "Incomplete multibyte sequence in input"
msgstr "Neúplná vícebajtová posloupnost na vstupu"
#: ../gio/gcharsetconverter.c:315 ../gio/gcharsetconverter.c:324
msgid "Not enough space in destination"
msgstr "Cíl nemá dostatek místa"
#: ../gio/gcharsetconverter.c:342 ../gio/gdatainputstream.c:848
#: ../gio/gdatainputstream.c:1256 ../glib/gconvert.c:438
#: ../glib/gconvert.c:845 ../glib/giochannel.c:1557 ../glib/giochannel.c:1599
#: ../glib/giochannel.c:2443 ../glib/gutf8.c:837 ../glib/gutf8.c:1289
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná posloupnost bajtů na vstupu převodu"
#: ../gio/gcharsetconverter.c:347 ../glib/gconvert.c:446
#: ../glib/gconvert.c:770 ../glib/giochannel.c:1564 ../glib/giochannel.c:2455
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba při převodu: %s"
#: ../gio/gcharsetconverter.c:444 ../gio/gsocket.c:985
msgid "Cancellable initialization not supported"
msgstr "Zrušitelné spuštění není podporováno"
#: ../gio/gcharsetconverter.c:454 ../glib/gconvert.c:321
#: ../glib/giochannel.c:1385
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Převod ze znakové sady „%s“ do „%s“ není podporován"
#: ../gio/gcharsetconverter.c:458 ../glib/gconvert.c:325
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nelze otevřít převaděč z „%s“ do „%s“"
#: ../gio/gcontenttype.c:335
#, c-format
msgid "%s type"
msgstr "typ %s"
#: ../gio/gcontenttype-win32.c:160
msgid "Unknown type"
msgstr "Neznámý typ"
#: ../gio/gcontenttype-win32.c:161
#, c-format
msgid "%s filetype"
msgstr "typ souboru %s"
#: ../gio/gcredentials.c:312 ../gio/gcredentials.c:571
msgid "GCredentials is not implemented on this OS"
msgstr "GCredentials na tomto OS není implementováno"
#: ../gio/gcredentials.c:467
msgid "There is no GCredentials support for your platform"
msgstr "Danou platformu GCredentials nepodporuje"
#: ../gio/gcredentials.c:513
msgid "GCredentials does not contain a process ID on this OS"
msgstr "GCredentials na tomto OS neobsahuje ID procesu"
#: ../gio/gcredentials.c:565
msgid "Credentials spoofing is not possible on this OS"
msgstr "Změna přihlašovacích údajů na tomto OS není implementován"
#: ../gio/gdatainputstream.c:304
msgid "Unexpected early end-of-stream"
msgstr "Neočekávaný časný konec proudu"
#: ../gio/gdbusaddress.c:148 ../gio/gdbusaddress.c:236
#: ../gio/gdbusaddress.c:317
#, c-format
msgid "Unsupported key '%s' in address entry '%s'"
msgstr "Nepodporovaný klíč „%s“ v záznamu adresy „%s“"
#: ../gio/gdbusaddress.c:175
#, c-format
msgid ""
"Address '%s' is invalid (need exactly one of path, tmpdir or abstract keys)"
msgstr ""
"Adresa „%s“ je neplatná (je zapotřebí právě jeden z klíčů path, tmpdir nebo "
"abstract)"
#: ../gio/gdbusaddress.c:188
#, c-format
msgid "Meaningless key/value pair combination in address entry '%s'"
msgstr "Nesmyslná párová kombinace klíč/hodnota v záznamu adresy „%s“"
#: ../gio/gdbusaddress.c:251 ../gio/gdbusaddress.c:332
#, c-format
msgid "Error in address '%s' - the port attribute is malformed"
msgstr "Chyba v adrese „%s“ – atribut portu má chybný formát"
#: ../gio/gdbusaddress.c:262 ../gio/gdbusaddress.c:343
#, c-format
msgid "Error in address '%s' - the family attribute is malformed"
msgstr "Chyba v adrese „%s“ – atribut rodiny má chybný formát"
#: ../gio/gdbusaddress.c:452
#, c-format
msgid "Address element '%s' does not contain a colon (:)"
msgstr "Prvek adresy „%s“ neobsahuje dvojtečku (:)"
#: ../gio/gdbusaddress.c:473
#, c-format
msgid ""
"Key/Value pair %d, '%s', in address element '%s' does not contain an equal "
"sign"
msgstr ""
"Pár klíč/hodnota %d, „%s“, v prvku adresy „%s“ neobsahuje znak rovná se"
#: ../gio/gdbusaddress.c:487
#, c-format
msgid ""
"Error unescaping key or value in Key/Value pair %d, '%s', in address element "
"'%s'"
msgstr ""
"Chyba v neuvozeném klíči nebo hodnotě v páru klíč/hodnota %d, „%s“, v prvku "
"adresy „%s“"
#: ../gio/gdbusaddress.c:565
#, c-format
msgid ""
"Error in address '%s' - the unix transport requires exactly one of the keys "
"'path' or 'abstract' to be set"
msgstr ""
"Chyba v adrese „%s“ – unix transport vyžaduje jako nastavený právě jeden z "
"klíčů „path“ nebo „abstract“"
#: ../gio/gdbusaddress.c:601
#, c-format
msgid "Error in address '%s' - the host attribute is missing or malformed"
msgstr "Chyba v adrese „%s“ – atribut počítače schází nebo má chybný formát"
#: ../gio/gdbusaddress.c:615
#, c-format
msgid "Error in address '%s' - the port attribute is missing or malformed"
msgstr "Chyba v adrese „%s“ – atribut portu schází nebo má chybný formát"
#: ../gio/gdbusaddress.c:629
#, c-format
msgid "Error in address '%s' - the noncefile attribute is missing or malformed"
msgstr "Chyba v adrese „%s“ – atribut noncefile schází nebo má chybný formát"
#: ../gio/gdbusaddress.c:650
msgid "Error auto-launching: "
msgstr "Chyba při automatickém spouštění: "
#: ../gio/gdbusaddress.c:658
#, c-format
msgid "Unknown or unsupported transport '%s' for address '%s'"
msgstr "Neznámý nebo nepodporovaný transport „%s“ adresy „%s“"
#: ../gio/gdbusaddress.c:694
#, c-format
msgid "Error opening nonce file '%s': %s"
msgstr "Chyba při otevírání souboru nonce „%s“: %s"
#: ../gio/gdbusaddress.c:712
#, c-format
msgid "Error reading from nonce file '%s': %s"
msgstr "Chyba při čtení ze souboru nonce „%s“: %s"
#: ../gio/gdbusaddress.c:721
#, c-format
msgid "Error reading from nonce file '%s', expected 16 bytes, got %d"
msgstr "Chyba při čtení ze souboru nonce „%s“, očekáváno 16 bajtů, obdrženo %d"
#: ../gio/gdbusaddress.c:739
#, c-format
msgid "Error writing contents of nonce file '%s' to stream:"
msgstr "Chyba při zápisu obsahu souboru nonce „%s“ do proudu:"
#: ../gio/gdbusaddress.c:958
msgid "The given address is empty"
msgstr "Daná adresa je prázdná"
#: ../gio/gdbusaddress.c:1028
#, c-format
msgid "Cannot spawn a message bus when setuid"
msgstr "Nelze spustit sběrnici zpráv bez setuid"
#: ../gio/gdbusaddress.c:1035
msgid "Cannot spawn a message bus without a machine-id: "
msgstr "Nelze spustit sběrnici zpráv bez machine-id: "
#: ../gio/gdbusaddress.c:1077
#, c-format
msgid "Error spawning command line '%s': "
msgstr "Chyba při spouštění příkazového řádku „%s“: "
#: ../gio/gdbusaddress.c:1294
#, c-format
msgid "(Type any character to close this window)\n"
msgstr "(Zmáčknutím libovolného znaku okno zavřete)\n"
#: ../gio/gdbusaddress.c:1425
#, c-format
msgid "Session dbus not running, and autolaunch failed"
msgstr "Služba dbus sezení neběží a automatické spuštění selhalo"
#: ../gio/gdbusaddress.c:1446
#, c-format
msgid "Cannot determine session bus address (not implemented for this OS)"
msgstr "Nelze určit adresu sběrnice sezení (v tomto OS neimplementováno)"
#: ../gio/gdbusaddress.c:1546 ../gio/gdbusconnection.c:6931
#, c-format
msgid ""
"Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable "
"- unknown value '%s'"
msgstr ""
"Nelze určit adresu sběrnice z proměnné prostředí DBUS_STARTER_BUS_TYPE – "
"neznámá hodnota „%s“"
#: ../gio/gdbusaddress.c:1555 ../gio/gdbusconnection.c:6940
msgid ""
"Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment "
"variable is not set"
msgstr ""
"Nelze určit adresu sběrnice, jelikož proměnná prostředí "
"DBUS_STARTER_BUS_TYPE není nastavena"
#: ../gio/gdbusaddress.c:1565
#, c-format
msgid "Unknown bus type %d"
msgstr "Neznámý typ sběrnice %d"
#: ../gio/gdbusauth.c:293
msgid "Unexpected lack of content trying to read a line"
msgstr "Neočekávaně scházející obsah při pokusu o přečtení řádku"
#: ../gio/gdbusauth.c:337
msgid "Unexpected lack of content trying to (safely) read a line"
msgstr "Neočekávaně scházející obsah při pokusu o (bezpečné) přečtení řádku"
#: ../gio/gdbusauth.c:508
#, c-format
msgid ""
"Exhausted all available authentication mechanisms (tried: %s) (available: %s)"
msgstr ""
"Vyčerpány všechny dostupné ověřovací mechanismy (pokusů: %s) (dostupných: %s)"
#: ../gio/gdbusauth.c:1170
msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer"
msgstr "Zrušeno přes GDBusAuthObserver::authorize-authenticated-peer"
#: ../gio/gdbusauthmechanismsha1.c:261
#, c-format
msgid "Error when getting information for directory '%s': %s"
msgstr "Chyba při získávání informací pro složku „%s“: %s"
#: ../gio/gdbusauthmechanismsha1.c:273
#, c-format
msgid ""
"Permissions on directory '%s' are malformed. Expected mode 0700, got 0%o"
msgstr ""
"Oprávnění adresáře „%s“ mají chybný formát. Očekáván režim 0700, obdržen 0%o"
#: ../gio/gdbusauthmechanismsha1.c:294
#, c-format
msgid "Error creating directory '%s': %s"
msgstr "Chyba při vytváření adresáře „%s“: %s"
#: ../gio/gdbusauthmechanismsha1.c:377
#, c-format
msgid "Error opening keyring '%s' for reading: "
msgstr "Chyba při otevírání klíčenky „%s“ ke čtení: "
#: ../gio/gdbusauthmechanismsha1.c:401 ../gio/gdbusauthmechanismsha1.c:714
#, c-format
msgid "Line %d of the keyring at '%s' with content '%s' is malformed"
msgstr "Řádek %d klíčenky na „%s“ s obsahem „%s“ má chybný formát"
#: ../gio/gdbusauthmechanismsha1.c:415 ../gio/gdbusauthmechanismsha1.c:728
#, c-format
msgid ""
"First token of line %d of the keyring at '%s' with content '%s' is malformed"
msgstr "První token řádku %d klíčenky na „%s“ s obsahem „%s“ má chybný formát"
#: ../gio/gdbusauthmechanismsha1.c:430 ../gio/gdbusauthmechanismsha1.c:742
#, c-format
msgid ""
"Second token of line %d of the keyring at '%s' with content '%s' is malformed"
msgstr "Druhý token řádku %d klíčenky na „%s“ s obsahem „%s“ má chybný formát"
#: ../gio/gdbusauthmechanismsha1.c:454
#, c-format
msgid "Didn't find cookie with id %d in the keyring at '%s'"
msgstr "Nenalezeno cookie s id %d v klíčence na „%s“"
#: ../gio/gdbusauthmechanismsha1.c:532
#, c-format
msgid "Error deleting stale lock file '%s': %s"
msgstr "Chyba při mazání zastaralého souboru uzamčení „%s“: %s"
#: ../gio/gdbusauthmechanismsha1.c:564
#, c-format
msgid "Error creating lock file '%s': %s"
msgstr "Chyba při vytváření souboru uzamčení „%s“: %s"
#: ../gio/gdbusauthmechanismsha1.c:594
#, c-format
msgid "Error closing (unlinked) lock file '%s': %s"
msgstr "Chyba při zavírání (neodkazovaného) souboru uzamčení „%s“: %s"
#: ../gio/gdbusauthmechanismsha1.c:604
#, c-format
msgid "Error unlinking lock file '%s': %s"
msgstr "Chyba při rušení odkazu souboru uzamčení „%s“: %s"
#: ../gio/gdbusauthmechanismsha1.c:681
#, c-format
msgid "Error opening keyring '%s' for writing: "
msgstr "Chyba při otevírání klíčenky „%s“ k zápisu: "
#: ../gio/gdbusauthmechanismsha1.c:878
#, c-format
msgid "(Additionally, releasing the lock for '%s' also failed: %s) "
msgstr "(Navíc selhalo také zrušení uzamčení „%s“: %s) "
#: ../gio/gdbusconnection.c:612 ../gio/gdbusconnection.c:2455
msgid "The connection is closed"
msgstr "Spojení bylo ukončeno"
#: ../gio/gdbusconnection.c:1942
msgid "Timeout was reached"
msgstr "Časový limit vypršel"
#: ../gio/gdbusconnection.c:2577
msgid ""
"Unsupported flags encountered when constructing a client-side connection"
msgstr ""
"Nalezeny nepodporované příznaky při vytváření spojení na straně klienta"
#: ../gio/gdbusconnection.c:4157 ../gio/gdbusconnection.c:4504
#, c-format
msgid ""
"No such interface 'org.freedesktop.DBus.Properties' on object at path %s"
msgstr ""
"Žádné prostředí „org.freedesktop.DBus.Properties“ neexistuje na objektu na "
"cestě %s"
#: ../gio/gdbusconnection.c:4299
#, c-format
msgid "No such property '%s'"
msgstr "Žádná vlastnost „%s“ neexistuje"
#: ../gio/gdbusconnection.c:4311
#, c-format
msgid "Property '%s' is not readable"
msgstr "Vlastnost „%s“ není čitelná"
#: ../gio/gdbusconnection.c:4322
#, c-format
msgid "Property '%s' is not writable"
msgstr "Vlastnost „%s“ není zapisovatelná"
#: ../gio/gdbusconnection.c:4342
#, c-format
msgid "Error setting property '%s': Expected type '%s' but got '%s'"
msgstr ""
"Chyba při nastavování vlastnosti „%s“: Očekáván typ „%s“, ale obdržen „%s“"
#: ../gio/gdbusconnection.c:4447 ../gio/gdbusconnection.c:6371
#, c-format
msgid "No such interface '%s'"
msgstr "Žádné rozhraní „%s“ neexistuje"
#: ../gio/gdbusconnection.c:4655
msgid "No such interface"
msgstr "Žádné takové rozhraní neexistuje"
#: ../gio/gdbusconnection.c:4873 ../gio/gdbusconnection.c:6880
#, c-format
msgid "No such interface '%s' on object at path %s"
msgstr "Žádné rozhraní „%s“ neexistuje na objektu na cestě %s"
#: ../gio/gdbusconnection.c:4971
#, c-format
msgid "No such method '%s'"
msgstr "Žádná taková metoda „%s“ neexistuje"
#: ../gio/gdbusconnection.c:5002
#, c-format
msgid "Type of message, '%s', does not match expected type '%s'"
msgstr "Typ zprávy, „%s“, se neshoduje s očekávaným typem „%s“"
#: ../gio/gdbusconnection.c:5200
#, c-format
msgid "An object is already exported for the interface %s at %s"
msgstr "Objekt je již exportován pro prostředí %s na %s"
#: ../gio/gdbusconnection.c:5399
#, c-format
msgid "Method '%s' returned type '%s', but expected '%s'"
msgstr "Metoda „%s“ navrátila typ „%s“, ale očekáván byl „%s“"
#: ../gio/gdbusconnection.c:6482
#, c-format
msgid "Method '%s' on interface '%s' with signature '%s' does not exist"
msgstr "Metoda „%s“ na rozhraní „%s“ s podpisem „%s“ neexistuje"
#: ../gio/gdbusconnection.c:6603
#, c-format
msgid "A subtree is already exported for %s"
msgstr "Podstrom je již exportován pro %s"
#: ../gio/gdbusmessage.c:1246
msgid "type is INVALID"
msgstr "typ je INVALID"
#: ../gio/gdbusmessage.c:1257
msgid "METHOD_CALL message: PATH or MEMBER header field is missing"
msgstr "Zpráva METHOD_CALL: pole se záhlavím PATH nebo MEMBER schází"
#: ../gio/gdbusmessage.c:1268
msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing"
msgstr "Zpráva METHOD_RETURN: pole se záhlavím REPLY_SERIAL schází"
#: ../gio/gdbusmessage.c:1280
msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing"
msgstr "Zpráva ERROR: pole se záhlavím REPLY_SERIAL nebo ERROR_NAME schází"
#: ../gio/gdbusmessage.c:1293
msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing"
msgstr "Zpráva SIGNAL: pole se záhlavím PATH, INTERFACE nebo MEMBER schází"
#: ../gio/gdbusmessage.c:1301
msgid ""
"SIGNAL message: The PATH header field is using the reserved value /org/"
"freedesktop/DBus/Local"
msgstr ""
"Zpráva SIGNAL: pole se záhlavím PATH používá rezervovanou hodnotu /org/"
"freedesktop/DBus/Local"
#: ../gio/gdbusmessage.c:1309
msgid ""
"SIGNAL message: The INTERFACE header field is using the reserved value org."
"freedesktop.DBus.Local"
msgstr ""
"Zpráva SIGNAL: pole se záhlavím INTERFACE používá rezervovanou hodnotu org."
"freedesktop.DBus.Local"
#: ../gio/gdbusmessage.c:1357 ../gio/gdbusmessage.c:1417
#, c-format
msgid "Wanted to read %lu byte but only got %lu"
msgid_plural "Wanted to read %lu bytes but only got %lu"
msgstr[0] "Zamýšlel se přečíst %lu bajt, ale obdrženo %lu"
msgstr[1] "Zamýšlely se přečíst %lu bajty, ale obdrženo %lu"
msgstr[2] "Zamýšlelo se přečíst %lu bajtů, ale obdrženo %lu"
#: ../gio/gdbusmessage.c:1371
#, c-format
msgid "Expected NUL byte after the string '%s' but found byte %d"
msgstr "Očekáván bajt NULL za řetězcem „%s“, ale byl nalezen bajt %d"
#: ../gio/gdbusmessage.c:1390
#, c-format
msgid ""
"Expected valid UTF-8 string but found invalid bytes at byte offset %d "
"(length of string is %d). The valid UTF-8 string up until that point was '%s'"
msgstr ""
"Očekáván platný řetězec UTF-8, ale byly nalezeny neplatné bajty na offsetu "
"bajtu %d (délka řetězce je %d). Platný řetězec UTF-8 až do příslušného bodu "
"byl „%s“"
#: ../gio/gdbusmessage.c:1589
#, c-format
msgid "Parsed value '%s' is not a valid D-Bus object path"
msgstr "Analyzovaná hodnota „%s“ není platná cesta objektu D-Bus"
#: ../gio/gdbusmessage.c:1611
#, c-format
msgid "Parsed value '%s' is not a valid D-Bus signature"
msgstr "Analyzovaná hodnota „%s“ není platný podpis D-Bus"
#: ../gio/gdbusmessage.c:1658
#, c-format
msgid ""
"Encountered array of length %u byte. Maximum length is 2<<26 bytes (64 MiB)."
msgid_plural ""
"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)."
msgstr[0] ""
"Zjištěno pole o délce %u bajt. Maximální délka je 2<<26 bajtů (64 MiB)."
msgstr[1] ""
"Zjištěno pole o délce %u bajty. Maximální délka je 2<<26 bajtů (64 MiB)."
msgstr[2] ""
"Zjištěno pole o délce %u bajtů. Maximální délka je 2<<26 bajtů (64 MiB)."
#: ../gio/gdbusmessage.c:1678
#, c-format
msgid ""
"Encountered array of type 'a%c', expected to have a length a multiple of %u "
"bytes, but found to be %u bytes in length"
msgstr ""
"Vyskytlo se pole typu „a%c“, které by mělo mít délku v násobku %u bajtů, ale "
"skutečná délka je %u bajtů"
#: ../gio/gdbusmessage.c:1845
#, c-format
msgid "Parsed value '%s' for variant is not a valid D-Bus signature"
msgstr "Analyzovaná hodnota „%s“ varianty není platným podpisem D-Bus"
#: ../gio/gdbusmessage.c:1869
#, c-format
msgid ""
"Error deserializing GVariant with type string '%s' from the D-Bus wire format"
msgstr ""
"Chyba při rušení serializace GVariant s řetězcem typu „%s“ od přenosového "
"formátu D-Bus"
#: ../gio/gdbusmessage.c:2053
#, c-format
msgid ""
"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value "
"0x%02x"
msgstr ""
"Neplatná hodnota endianity. Očekávána 0x6c („l“) nebo 0x42 („B“), ale "
"nalezena hodnota 0x%02x"
#: ../gio/gdbusmessage.c:2066
#, c-format
msgid "Invalid major protocol version. Expected 1 but found %d"
msgstr "Neplatná verze hlavního protokolu. Očekávána 1, ale nalezena %d"
#: ../gio/gdbusmessage.c:2122
#, c-format
msgid "Signature header with signature '%s' found but message body is empty"
msgstr "Nalezeno záhlaví podpisu s podpisem „%s“, ale tělo zprávy je prázdné"
#: ../gio/gdbusmessage.c:2136
#, c-format
msgid "Parsed value '%s' is not a valid D-Bus signature (for body)"
msgstr "Analyzovaná hodnota „%s“ není platným podpisem D-Bus (pro tělo)"
#: ../gio/gdbusmessage.c:2166
#, c-format
msgid "No signature header in message but the message body is %u byte"
msgid_plural "No signature header in message but the message body is %u bytes"
msgstr[0] "Ve zprávě není záhlaví s podpisem, ale tělo zprávy má %u bajt"
msgstr[1] "Ve zprávě není záhlaví s podpisem, ale tělo zprávy má %u bajty"
msgstr[2] "Ve zprávě není záhlaví s podpisem, ale tělo zprávy má %u bajtů"
#: ../gio/gdbusmessage.c:2176
msgid "Cannot deserialize message: "
msgstr "Nelze zrušit serializaci zprávy: "
#: ../gio/gdbusmessage.c:2517
#, c-format
msgid ""
"Error serializing GVariant with type string '%s' to the D-Bus wire format"
msgstr ""
"Chyba při serializaci GVariant s řetězcem typu „%s“ do přenosového formátu D-"
"Bus"
#: ../gio/gdbusmessage.c:2654
#, c-format
msgid ""
"Message has %d file descriptors but the header field indicates %d file "
"descriptors"
msgstr ""
"Zpráva má %d popisovačů souboru, ale pole se záhlavím uvádí %d popisovačů"
#: ../gio/gdbusmessage.c:2662
msgid "Cannot serialize message: "
msgstr "Nelze serializovat zprávu: "
#: ../gio/gdbusmessage.c:2706
#, c-format
msgid "Message body has signature '%s' but there is no signature header"
msgstr "Tělo zprávy má podpis „%s“, ale záhlaví s podpisem neexistuje"
#: ../gio/gdbusmessage.c:2716
#, c-format
msgid ""
"Message body has type signature '%s' but signature in the header field is "
"'%s'"
msgstr "Tělo zprávy má podpis typu „%s“, ale podpis v poli se záhlavím je „%s“"
#: ../gio/gdbusmessage.c:2732
#, c-format
msgid "Message body is empty but signature in the header field is '(%s)'"
msgstr "Tělo zprávy je prázdné, ale podpis v poli se záhlavím je „(%s)“"
#: ../gio/gdbusmessage.c:3282
#, c-format
msgid "Error return with body of type '%s'"
msgstr "Navrácena chyba s tělem typu „%s“"
#: ../gio/gdbusmessage.c:3290
msgid "Error return with empty body"
msgstr "Navrácena chyba s prázdným tělem"
#: ../gio/gdbusprivate.c:2067
#, c-format
msgid "Unable to get Hardware profile: %s"
msgstr "Nelze získat profil hardwaru: %s"
#: ../gio/gdbusprivate.c:2112
msgid "Unable to load /var/lib/dbus/machine-id or /etc/machine-id: "
msgstr "Nelze načíst /var/lib/dbus/machine-id nebo /etc/machine-id: "
#: ../gio/gdbusproxy.c:1630
#, c-format
msgid "Error calling StartServiceByName for %s: "
msgstr "Chyba při volání StartServiceByName pro %s: "
#: ../gio/gdbusproxy.c:1653
#, c-format
msgid "Unexpected reply %d from StartServiceByName(\"%s\") method"
msgstr "Neočekávaná odpověď %d od metody StartServiceByName(„%s“)"
#: ../gio/gdbusproxy.c:2754 ../gio/gdbusproxy.c:2891
msgid ""
"Cannot invoke method; proxy is for a well-known name without an owner and "
"proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag"
msgstr ""
"Metodu nelze vyvolat; proxy je na dobře známý název bez vlastníka a proxy "
"byla vytvořena s příznakem G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START"
#: ../gio/gdbusserver.c:708
msgid "Abstract name space not supported"
msgstr "Abstraktní jmenný prostor není podporován"
#: ../gio/gdbusserver.c:795
msgid "Cannot specify nonce file when creating a server"
msgstr "Při vytváření serveru nelze určit soubor nonce"
#: ../gio/gdbusserver.c:873
#, c-format
msgid "Error writing nonce file at '%s': %s"
msgstr "Chyba při zápisu souboru nonce na „%s“: %s"
#: ../gio/gdbusserver.c:1044
#, c-format
msgid "The string '%s' is not a valid D-Bus GUID"
msgstr "Řetězec „%s“ není platné D-Bus GUID"
#: ../gio/gdbusserver.c:1084
#, c-format
msgid "Cannot listen on unsupported transport '%s'"
msgstr "Nelze naslouchat na nepodporovaném transportu „%s“"
#: ../gio/gdbus-tool.c:95
#, c-format
msgid ""
"Commands:\n"
" help Shows this information\n"
" introspect Introspect a remote object\n"
" monitor Monitor a remote object\n"
" call Invoke a method on a remote object\n"
" emit Emit a signal\n"
"\n"
"Use \"%s COMMAND --help\" to get help on each command.\n"
msgstr ""
"Příkazy:\n"
" help Zobrazit tyto informace\n"
" introspect Provést introspection vzdáleného objektu\n"
" monitor Sledovat vzdálený objekt\n"
" call Spustit metodu na vzdáleném objektu\n"
" emit Vyslat signál\n"
"\n"
"Nápovědu k jednotlivým příkazům získáte použitím „%s PŘÍKAZ --help“.\n"
#: ../gio/gdbus-tool.c:164 ../gio/gdbus-tool.c:220 ../gio/gdbus-tool.c:292
#: ../gio/gdbus-tool.c:316 ../gio/gdbus-tool.c:705 ../gio/gdbus-tool.c:1031
#: ../gio/gdbus-tool.c:1465
#, c-format
msgid "Error: %s\n"
msgstr "Chyba: %s\n"
#: ../gio/gdbus-tool.c:175 ../gio/gdbus-tool.c:233 ../gio/gdbus-tool.c:1481
#, c-format
msgid "Error parsing introspection XML: %s\n"
msgstr "Chyba při analýze introspection XML: %s\n"
#: ../gio/gdbus-tool.c:350
msgid "Connect to the system bus"
msgstr "Připojit k systémové sběrnici"
#: ../gio/gdbus-tool.c:351
msgid "Connect to the session bus"
msgstr "Připojit ke sběrnici sezení"
#: ../gio/gdbus-tool.c:352
msgid "Connect to given D-Bus address"
msgstr "Připojit k dané adrese D-Bus"
#: ../gio/gdbus-tool.c:362
msgid "Connection Endpoint Options:"
msgstr "Volby koncového bodu spojení:"
#: ../gio/gdbus-tool.c:363
msgid "Options specifying the connection endpoint"
msgstr "Volby určující koncový bod spojení"
#: ../gio/gdbus-tool.c:385
#, c-format
msgid "No connection endpoint specified"
msgstr "Neurčen žádný koncový bod spojení"