summaryrefslogtreecommitdiff
path: root/po/cs.po
blob: 39bd32a1e7d4721282a9c78cb026ef3a5e4d50d6 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
# translation of cs.po to Czech
# Czech translation of Yelp
# Copyright (C) 2002 Free Software Foundation
# Copyright (C) 2003, 2004, 2005, 2006 Miloslav Trmac <mitr@volny.cz>
# Copyright (C) 2006 Lukas Novotny <lukasnov@cvs.gnome.org>
# This file is distributed under the same license as the Yelp package.
# Michal Bukovjan <bukm@centrum.cz>, 2002.
# Miloslav Trmac <mitr@volny.cz>, 2003 - 2006.
# Lukas Novotny <lukasnov@cvs.gnome.org>, 2006.
# Jakub Friedl <jfriedl@suse.cz>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-27 10:54+0200\n"
"PO-Revision-Date: 2006-07-27 10:54+0200\n"
"Last-Translator: Jakub Friedl <jfriedl@suse.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
"Plural-Forms:  nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#: ../data/info.xml.in.h:1 ../src/yelp-toc-pager.c:1838
msgid "GNU Info Pages"
msgstr "Stránky GNU info"

#: ../data/info.xml.in.h:2
msgid "Traditional command line help (info)"
msgstr "Tradiční nápověda v příkazové řádce (info)"

#: ../data/man.xml.in.h:1
msgid "Applications"
msgstr "Aplikace"

#: ../data/man.xml.in.h:2
msgid "BLT Functions"
msgstr "Funkce BTL"

#: ../data/man.xml.in.h:3
msgid "Configuration Files"
msgstr "Soubory s nastavením"

#: ../data/man.xml.in.h:4
msgid "Curses Functions"
msgstr "Funkce curses"

#: ../data/man.xml.in.h:5
msgid "Development"
msgstr "Vývoj"

#: ../data/man.xml.in.h:6
msgid "FORTRAN Functions"
msgstr "Funkce FORTRANu"

#: ../data/man.xml.in.h:7 ../data/toc.xml.in.h:15
msgid "Games"
msgstr "Hry"

#: ../data/man.xml.in.h:8
msgid "Hardware Devices"
msgstr "Hardwarová zařízení"

#: ../data/man.xml.in.h:9
msgid "Kernel Routines"
msgstr "Rutiny jádra"

#: ../data/man.xml.in.h:10 ../src/yelp-toc-pager.c:1832
msgid "Manual Pages"
msgstr "Manuálové stránky"

#: ../data/man.xml.in.h:11
msgid "Network Audio Sound Functions"
msgstr "Funkce síťového zvuku"

#: ../data/man.xml.in.h:12
msgid "OpenSSL Applications"
msgstr "Aplikace OpenSSL"

#: ../data/man.xml.in.h:13
msgid "OpenSSL Configuration"
msgstr "Nastavení OpenSSL"

#: ../data/man.xml.in.h:14
msgid "OpenSSL Functions"
msgstr "Funkce OpenSSL"

#: ../data/man.xml.in.h:15
msgid "OpenSSL Overviews"
msgstr "Přehledy OpenSSL"

#: ../data/man.xml.in.h:16
msgid "Overviews"
msgstr "Přehledy"

#: ../data/man.xml.in.h:17
msgid "POSIX Functions"
msgstr "Funkce POSIXu"

#: ../data/man.xml.in.h:18
msgid "POSIX Headers"
msgstr "Hlavičky POSIXu"

#: ../data/man.xml.in.h:19
msgid "Perl Functions"
msgstr "Funkce Perlu"

#: ../data/man.xml.in.h:20
msgid "Qt Functions"
msgstr "Funkce Qt"

#: ../data/man.xml.in.h:21
msgid "Readline Functions"
msgstr "Funkce readline"

#: ../data/man.xml.in.h:22
msgid "Section 0p"
msgstr "Oddíl 0p"

#: ../data/man.xml.in.h:23
msgid "Section 1m"
msgstr "Oddíl 1m"

#: ../data/man.xml.in.h:24
msgid "Section 1ssl"
msgstr "Oddíl 1ssl"

#: ../data/man.xml.in.h:25
msgid "Section 1x"
msgstr "Oddíl 1x"

#: ../data/man.xml.in.h:26
msgid "Section 2"
msgstr "Oddíl 2"

#: ../data/man.xml.in.h:27
msgid "Section 3blt"
msgstr "Oddíl 3blt"

#: ../data/man.xml.in.h:28
msgid "Section 3f"
msgstr "Oddíl 3f"

#: ../data/man.xml.in.h:29
msgid "Section 3nas"
msgstr "Oddíl 3nas"

#: ../data/man.xml.in.h:30
msgid "Section 3p"
msgstr "Oddíl 3p"

#: ../data/man.xml.in.h:31
msgid "Section 3qt"
msgstr "Oddíl 3qt"

#: ../data/man.xml.in.h:32
msgid "Section 3readline"
msgstr "Oddíl 3readline"

#: ../data/man.xml.in.h:33
msgid "Section 3ssl"
msgstr "Oddíl 3ssl"

#: ../data/man.xml.in.h:34
msgid "Section 3tiff"
msgstr "Oddíl 3tiff"

#: ../data/man.xml.in.h:35
msgid "Section 4"
msgstr "Oddíl 4"

#: ../data/man.xml.in.h:36
msgid "Section 4x"
msgstr "Oddíl 4x"

#: ../data/man.xml.in.h:37
msgid "Section 5"
msgstr "Oddíl 5"

#: ../data/man.xml.in.h:38
msgid "Section 5ssl"
msgstr "Oddíl 5ssl"

#: ../data/man.xml.in.h:39
msgid "Section 5x"
msgstr "Oddíl 5x"

#: ../data/man.xml.in.h:40
msgid "Section 6"
msgstr "Oddíl 6"

#: ../data/man.xml.in.h:41
msgid "Section 6x"
msgstr "Oddíl 6x"

#: ../data/man.xml.in.h:42
msgid "Section 7ssl"
msgstr "Oddíl 7ssl"

#: ../data/man.xml.in.h:43
msgid "Section 7x"
msgstr "Oddíl 7x"

#: ../data/man.xml.in.h:44
msgid "Section 9"
msgstr "Oddíl 9"

#: ../data/man.xml.in.h:45
msgid "Sections 1, 1p, 1g and 1t"
msgstr "Oddíly 1, 1p, 1g a 1t"

#: ../data/man.xml.in.h:46
msgid "Sections 3, 3o, and 3t"
msgstr "Oddíly 3, 3o a 3t"

#: ../data/man.xml.in.h:47
msgid "Sections 3form and 3menu"
msgstr "Oddíly 3form a 3menu"

#: ../data/man.xml.in.h:48
msgid "Sections 3ncurses and 3curses"
msgstr "Oddíly 3ncurses a 3curses"

#: ../data/man.xml.in.h:49
msgid "Sections 3pm and 3perl"
msgstr "Oddíly 3pm a 3perl"

#: ../data/man.xml.in.h:50
msgid "Sections 3x and 3X11"
msgstr "Oddíly 3x a 3X11"

#: ../data/man.xml.in.h:51
msgid "Sections 7 and 7gcc"
msgstr "Oddíly 7 a 7gcc"

#: ../data/man.xml.in.h:52
msgid "Sections 8 and 8l"
msgstr "Oddíly 8 a 8l"

#: ../data/man.xml.in.h:53
msgid "System Administration"
msgstr "Správa systému"

#: ../data/man.xml.in.h:54
msgid "System Calls"
msgstr "Systémová volání"

#: ../data/man.xml.in.h:55
msgid "System V Form/Menu Functions"
msgstr "Funkce System V Form/Menu"

#: ../data/man.xml.in.h:56
msgid "TIFF Functions"
msgstr "Funkce TIFF"

#: ../data/man.xml.in.h:57
msgid "Termcap Applications"
msgstr "Aplikace Termcap"

#: ../data/man.xml.in.h:58
msgid "Traditional command line help (man)"
msgstr "Tradiční nápověda v příkazové řádce (man)"

#: ../data/man.xml.in.h:59
msgid "X11 Applications"
msgstr "Aplikace X11"

#: ../data/man.xml.in.h:60
msgid "X11 Configuration"
msgstr "Nastavení X11"

#: ../data/man.xml.in.h:61
msgid "X11 Devices"
msgstr "Zařízení X11"

#: ../data/man.xml.in.h:62
msgid "X11 Functions"
msgstr "Funkce X11"

#: ../data/man.xml.in.h:63
msgid "X11 Games"
msgstr "Hry X11"

#: ../data/man.xml.in.h:64
msgid "X11 Overviews"
msgstr "Přehledy X11"

#: ../data/toc.xml.in.h:1
msgid "Accessibility"
msgstr "Zpřístupnění"

#: ../data/toc.xml.in.h:2
msgid "Accessories"
msgstr "Příslušenství"

#: ../data/toc.xml.in.h:3
msgid "Applications for fun"
msgstr "Zábavné aplikace"

#: ../data/toc.xml.in.h:4
msgid "Applications for manipulating or viewing graphics"
msgstr "Aplikace pro prohlížení a úpravy grafiky"

#: ../data/toc.xml.in.h:5
msgid "Applications for word processing and other office tasks"
msgstr "Aplikace pro zpracování textu a další kancelářské činnosti"

#: ../data/toc.xml.in.h:6
msgid "Applications related to X Windows"
msgstr "Aplikace související s X Windows"

#: ../data/toc.xml.in.h:7
msgid "Applications related to multimedia"
msgstr "Aplikace související s multimédii"

#: ../data/toc.xml.in.h:8
msgid "Applications related to software development"
msgstr "Aplikace související s vývojem softwaru"

#: ../data/toc.xml.in.h:9
msgid "Applications related to the internet"
msgstr "Aplikace související s internetem"

#: ../data/toc.xml.in.h:10
msgid "Applications specific to the panel"
msgstr "Aplikace specifické pro panel"

#: ../data/toc.xml.in.h:11
msgid "Applications that support assistive technologies"
msgstr "Aplikace podporující technologie usnadnění"

#: ../data/toc.xml.in.h:12
msgid "Desktop"
msgstr "Prostředí pracovní plochy"

#: ../data/toc.xml.in.h:13
msgid "Documents specific to the KDE Desktop Environment"
msgstr "Dokumenty specifické pro prostředí KDE"

#: ../data/toc.xml.in.h:14
msgid "Education"
msgstr "Vzdělávání"

#: ../data/toc.xml.in.h:16
msgid "Graphics"
msgstr "Grafika"

#: ../data/toc.xml.in.h:17
msgid "Internet"
msgstr "Internet"

#: ../data/toc.xml.in.h:18
msgid "KDE"
msgstr "KDE"

#: ../data/toc.xml.in.h:19
msgid "Learning applications"
msgstr "Výukové aplikace"

#: ../data/toc.xml.in.h:20
msgid "Miscellaneous documents"
msgstr "Různé dokumenty"

#: ../data/toc.xml.in.h:21
msgid "Office"
msgstr "Kancelář"

#: ../data/toc.xml.in.h:22
msgid "Other Applications"
msgstr "Ostatní aplikace"

#: ../data/toc.xml.in.h:23
msgid "Other Documentation"
msgstr "Ostatní dokumentace"

#: ../data/toc.xml.in.h:24
msgid "Panel Applets"
msgstr "Aplety na panelu"

#: ../data/toc.xml.in.h:25
msgid "Programming"
msgstr "Programování"

#: ../data/toc.xml.in.h:26
msgid "Scientific"
msgstr "Vědecké"

#: ../data/toc.xml.in.h:27
msgid "Scientific Applications."
msgstr "Vědecké aplikace."

#: ../data/toc.xml.in.h:28
msgid "Sound &amp; Video"
msgstr "Zvuk a obraz"

#: ../data/toc.xml.in.h:29
msgid "System Tools"
msgstr "Systémové nástroje"

#: ../data/toc.xml.in.h:30
msgid "Utilities to manage your computer"
msgstr "Pomůcky pro správu počítače"

#: ../data/toc.xml.in.h:31
msgid "Utility applications"
msgstr "Pomocné aplikace"

#: ../data/toc.xml.in.h:32
msgid "Variety of other applications"
msgstr "Různé další aplikace"

#: ../data/toc.xml.in.h:33
msgid "Welcome to the GNOME Help Browser"
msgstr "Vítá vás prohlížeč nápovědy GNOME"

#: ../data/toc.xml.in.h:34
msgid "X Applications"
msgstr "Aplikace pro X"

#: ../data/ui/yelp.glade.h:1
msgid "<b>Accessibility</b>"
msgstr "<b>Zpřístupnění</b>"

#: ../data/ui/yelp.glade.h:2
msgid "<b>Fonts</b>"
msgstr "<b>Písma</b>"

#: ../data/ui/yelp.glade.h:3
msgid "Add Bookmark"
msgstr "Přidat záložku"

#: ../data/ui/yelp.glade.h:4
msgid "Bookmarks"
msgstr "Záložky"

#: ../data/ui/yelp.glade.h:5
msgid "C_ase sensitive"
msgstr "_Rozlišovat velikost písmen"

#: ../data/ui/yelp.glade.h:6
msgid "Find"
msgstr "Hledat"

#: ../data/ui/yelp.glade.h:7
msgid "Open Location"
msgstr "Otevřít umístění"

#: ../data/ui/yelp.glade.h:8
msgid "Preferences"
msgstr "Nastavení"

#: ../data/ui/yelp.glade.h:9
msgid "Re_name"
msgstr "_Přejmenovat"

#: ../data/ui/yelp.glade.h:10
msgid "_Bookmarks:"
msgstr "_Záložky:"

#: ../data/ui/yelp.glade.h:11
msgid "_Browse with caret"
msgstr "_Procházet s kurzorem"

#: ../data/ui/yelp.glade.h:12
msgid "_Find:"
msgstr "_Hledat:"

#: ../data/ui/yelp.glade.h:13
msgid "_Fixed width:"
msgstr "_Pevná šířka:"

#: ../data/ui/yelp.glade.h:14
msgid "_Location:"
msgstr "_Umístění:"

#: ../data/ui/yelp.glade.h:15
msgid "_Next"
msgstr "_Následující"

#: ../data/ui/yelp.glade.h:16
msgid "_Previous"
msgstr "_Předchozí"

#: ../data/ui/yelp.glade.h:17
msgid "_Title:"
msgstr "_Nadpis:"

#: ../data/ui/yelp.glade.h:18
msgid "_Use system fonts"
msgstr "_Používat písma systému"

#: ../data/ui/yelp.glade.h:19
msgid "_Variable width:"
msgstr "_Proměnlivá šířka:"

#: ../data/ui/yelp.glade.h:20
msgid "_Wrap around"
msgstr "_Přecházet přes okraj"

#: ../data/yelp.schemas.in.h:1
msgid "Font for fixed text"
msgstr "Písmo pro neproporcionální text"

#: ../data/yelp.schemas.in.h:2
msgid "Font for text"
msgstr "Písmo pro text"

#: ../data/yelp.schemas.in.h:3
msgid "Font for text with fixed width."
msgstr "Písmo pro text s pevnou šířkou."

#: ../data/yelp.schemas.in.h:4
msgid "Font for text with variable width."
msgstr "Písmo pro text s proměnlivou šířkou."

#: ../data/yelp.schemas.in.h:5
msgid "Use a keyboard-controllable caret when viewing pages."
msgstr "Používat klávesnicí ovladatelný kurzor při zobrazování stránek."

#: ../data/yelp.schemas.in.h:6
msgid "Use caret"
msgstr "Používat kurzor"

#: ../data/yelp.schemas.in.h:7
msgid "Use system fonts"
msgstr "Používat písma systému"

#: ../data/yelp.schemas.in.h:8
msgid "Use the default fonts set for the system."
msgstr "Používat písma nastavená v systému."

#: ../src/yelp-bookmarks.c:150
msgid "Open Bookmark in New Window"
msgstr "Otevřít záložku v novém okně"

#: ../src/yelp-bookmarks.c:154
msgid "Rename Bookmark"
msgstr "Přejmenovat záložku"

#: ../src/yelp-bookmarks.c:158
msgid "Remove Bookmark"
msgstr "Odstranit záložku"

#: ../src/yelp-bookmarks.c:315
#, c-format
msgid "A bookmark titled %s already exists for this page."
msgstr "Na tuto stránku již existuje záložka nazvaná %s."

#: ../src/yelp-bookmarks.c:392
#, c-format
msgid "A bookmark titled <b>%s</b> already exists for this page."
msgstr "Na tuto stránku již existuje záložka nazvaná <b>%s</b>."

#: ../src/yelp-bookmarks.c:405
msgid "Help Topics"
msgstr "Témata nápovědy"

#: ../src/yelp-bookmarks.c:420
msgid "Document Sections"
msgstr "Oddíly dokumentu"

#: ../src/yelp-db-pager.c:239 ../src/yelp-db-print-pager.c:190
#, c-format
msgid ""
"The file ‘%s’ could not be parsed. Either the file does not exist, or it is "
"not well-formed XML."
msgstr ""
"Soubor ‘%s’ nelze zpracovat. Soubor buď neexistuje nebo to není správně "
"utvořené XML."

#: ../src/yelp-error.c:42 ../src/yelp-error.c:58
msgid "An unknown error occured"
msgstr "Došlo k neznámé chybě"

#: ../src/yelp-error.c:46
msgid "Could not load document"
msgstr "Nemohu načíst dokument"

#: ../src/yelp-error.c:48
msgid "Could not load section"
msgstr "Nemohu načíst oddíl"

#: ../src/yelp-error.c:50
msgid "Could not read the table of contents"
msgstr "Nemohu načíst obsah"

#: ../src/yelp-error.c:52
msgid "Unsupported Format"
msgstr "Nepodporovaný formát"

#: ../src/yelp-error.c:54
msgid "Could not read document"
msgstr "Nemohu číst dokument"

#: ../src/yelp-error.c:56
msgid "Could not process document"
msgstr "Nemohu zpracovat dokument"

#: ../src/yelp-error.c:66
msgid "No information is available about the error."
msgstr "O chybě nejsou k dispozici žádné informace."

#: ../src/yelp-info-pager.c:188
#, c-format
msgid ""
"The file  ‘%s’ could not be parsed. Either the file does not exist, or it is "
"not a well-formed info page."
msgstr ""
"Soubor ‘%s’ nelze zpracovat. Soubor buď neexistuje nebo to není správně "
"utvořená stránka info."

#: ../src/yelp-io-channel.c:101
#, c-format
msgid ""
"The file ‘%s’ could not be read and decoded. The file may be compressed in "
"an unsupported format."
msgstr ""
"Soubor ‘%s’ nelze prečíst a dekódovat. Soubor je možná komprimován v "
"nepodporovaném formátu."

#: ../src/yelp-main.c:91
msgid "Use a private session"
msgstr "Použít soukromé sezení"

#: ../src/yelp-main.c:100
msgid "Define which cache directory to use"
msgstr "Definovat, který adresář cache používat"

#. Commandline parsing is done here
#: ../src/yelp-main.c:354
msgid " GNOME Help Browser"
msgstr " Prohlížeč nápovědy GNOME"

#: ../src/yelp-main.c:370 ../yelp.desktop.in.in.h:2
msgid "Help"
msgstr "Nápověda"

#: ../src/yelp-man-pager.c:263
#, c-format
msgid ""
"The file ‘%s’ could not be parsed.  Either the file does not exist, or it is "
"formatted incorrectly."
msgstr "Soubor ‘%s’ nelze zpracovat. Soubor buď neexistuje, nebo nemá správný formát."

#: ../src/yelp-pager.c:116
msgid "Document Information"
msgstr "Informace o dokumentu"

#: ../src/yelp-pager.c:117
msgid "The YelpDocInfo struct of the document"
msgstr "Struktura YelpDocInfo dokumentu"

#: ../src/yelp-print.c:167
msgid "Preparing to print"
msgstr "Připravuji se tisknout"

#: ../src/yelp-print.c:261
msgid "Printing is not supported on this printer"
msgstr "Tisk na této tiskárně není podporován"

#: ../src/yelp-print.c:264
#, c-format
msgid "Printer %s does not support postscript printing."
msgstr "Tiskárna %s nepodporuje postskriptový tisk."

#: ../src/yelp-print.c:337
msgid "Printing"
msgstr "Tisknu"

#: ../src/yelp-print.c:364
msgid "<b>Printing</b>"
msgstr "<b>Tisknu</b>"

#: ../src/yelp-print.c:366
msgid "Waiting to print"
msgstr "Čekám na tisk"

#: ../src/yelp-print.c:578
msgid "An error occurred while printing"
msgstr "Při tisku došlo k chybě"

#: ../src/yelp-print.c:582
#, c-format
msgid "It was not possible to print your document: %s"
msgstr "Nebylo možné vytisknout váš dokument: %s"

#. TRANSLATORS:  If you know of a forum in your own language, please
#. * change this URL to the type required for a search of the site.
#. * The %s argument is the search terms
#.
#: ../src/yelp-search-pager.c:73
#, c-format
msgid "http://gnomesupport.org/forums/search.php?search_keywords=%s&search_cat=1"
msgstr "http://gnomesupport.org/forums/search.php?search_keywords=%s&search_cat=1"

#: ../src/yelp-search-pager.c:75
msgid "the GNOME Support Forums"
msgstr "Fóra pro podporu GNOME"

#: ../src/yelp-search-pager.c:710
#, c-format
msgid ""
"Your search could not be processed. The file ‘%s’ is either missing or is "
"not a valid XSLT stylesheet."
msgstr ""
"Vaše hledání nelze zpracovat. Soubor ‘%s’ buď chybí, nebo to není platný "
"stylesheet XSLT."

#: ../src/yelp-search-pager.c:762
#, c-format
msgid "No results for \"%s\""
msgstr "Žádné výsledky pro \"%s\""

#: ../src/yelp-search-pager.c:763
msgid ""
"Try using different words to describe the problem you're having or the topic "
"you want help with."
msgstr ""
"Pokuste se svůj problém či téma, ke kterému chcete získat nápovědu, popsat "
"jinými slovy."

#: ../src/yelp-search-pager.c:766
#, c-format
msgid "Search results for \"%s\""
msgstr "Výsledky hledání \"%s\""

#. TRANSLATORS: Please don't do anything funny with the
#. * format arguement.  It isn't really going through a printf
#. * The %s is used to indicate where the name of the site (linked)
#. * should be.  This is done in the XSLT
#.
#: ../src/yelp-search-pager.c:783
#, c-format
msgid "Repeat the search online at %s"
msgstr "Zopakovat hledání online na %s"

#: ../src/yelp-search-pager.c:855 ../src/yelp-toc-pager.c:2133
#: ../src/yelp-xslt-pager.c:364
msgid "No href attribute found on yelp:document"
msgstr "V yelp:document nenalezen atribut href"

#: ../src/yelp-search-pager.c:869 ../src/yelp-toc-pager.c:2146
#: ../src/yelp-xslt-pager.c:380 ../src/yelp-xslt-pager.c:531
msgid "Out of memory"
msgstr "Nedostatek paměti"

#: ../src/yelp-search-pager.c:910 ../src/yelp-toc-pager.c:2195
msgid "Help Contents"
msgstr "Obsah nápovědy"

#. Translators: Do not translate this list exactly.  These are
#. * colon-separated words that aren't useful for choosing search
#. * results; they will be different for each language. Include
#. * pronouns, articles, very common verbs and prepositions,
#. * words from question structures like "tell me about" and
#. * "how do I", and words for functional states like "not",
#. * "work", and "broken".
#.
#: ../src/yelp-search-pager.c:1236
msgid ""
"a:about:an:are:as:at:be:broke:broken:by:can:can't:dialog:dialogue:do:doesn't:"
"doesnt:don't:dont:explain:for:from:get:gets:got:make:makes:not:when:has:have:"
"help:how:i:in:is:it:item:me:my:of:on:or:tell:that:the:thing:this:to:what:"
"where:who:will:with:won't:wont:why:work:working:works"
msgstr "a:s:o:u:je:jsou:jak:proč:kde:pomoc:nevím:funguje:nefunguje:rozbitý"

#. Translators: This is a list of common prefixes for words.
#. * Do not translate this directly.  Instead, use a colon
#. * seperated list of word-starts.  In English, an example
#. * is re-.  If there is none, please use the term NULL
#. * If there is only one, please put a colon after.
#. * E.g. if the common prefix is re then the string would be
#. * "re:"
#.
#: ../src/yelp-search-pager.c:1252
msgid "re"
msgstr "vy:"

#. Translators: This is a list of (guess what?) common suffixes
#. * to words.  Things that may be put at ends of words to slightly
#. * alter their meaning (like -ing and -s in English).  This is a
#. * colon seperated list (I like colons).  If there are none,
#. * please use the strig NULL.  If there is only 1, please
#. * add a colon at the end of the list
#.
#: ../src/yelp-search-pager.c:1261
msgid "ers:er:ing:es:s:'s"
msgstr "NULL"

#: ../src/yelp-search-pager.c:1455 ../src/yelp-toc-pager.c:620
#, c-format
msgid "Could not load the OMF file '%s'."
msgstr "Nemohu načíst soubor OMF '%s'."

#. TRANSLATORS:
#. This is an image of the opening quote character used to watermark
#. blockquote elements.  Different languages use different opening
#. quote characters, so the icon name is translatable.  The name of
#. the icon should be "yelp-watermark-blockquote-XXXX", where XXXX
#. is the Unicode code point of the opening quote character.   For
#. example, some languages use the double angle quotation mark, so
#. those would use "yelp-watermark-blockquote-00AB".  However, the
#. image is not automagically created.  Do not translate this to a
#. value if there isn't a corresponding icon in yelp/data/icons.
#. If you need an image created, contact the maintainers.
#.
#. Phew, now some notes on which character to use.  Languages that
#. use guillemets (angle quotations) should use either 00AB or 00BB,
#. depending on whether the opening quotation is the left guillemet
#. or the right guillemet.  Languages that use inverted comma style
#. quotations should use 201C, 201D, or 201E.  Note that single
#. quotation marks don't make very nice watermarks.  So if you use
#. single quotes as your primary (outer) quotation marks, you should
#. just use the corresponding double quote watermark.
#.
#: ../src/yelp-settings.c:151
msgid "yelp-watermark-blockquote-201C"
msgstr "yelp-watermark-blockquote-201E"

#: ../src/yelp-toc-pager.c:265
msgid "YelpTocPager: Pause count is negative."
msgstr "YelpTocPager: Počet stran je záporný."

#: ../src/yelp-toc-pager.c:371 ../src/yelp-toc-pager.c:1946
#, c-format
msgid ""
"The table of contents could not be processed. The file ‘%s’ is either "
"missing or is not a valid XSLT stylesheet."
msgstr ""
"Obsah nelze zpracovat. Soubor ‘%s’ buď chybí, nebo to není platný stylesheet "
"XSLT."

#: ../src/yelp-toc-pager.c:1099
#, c-format
msgid "Read man page for %s"
msgstr "Číst stránku man pro %s"

#: ../src/yelp-toc-pager.c:1692
#, c-format
msgid "Read info page for %s"
msgstr "Číst stránku info pro %s"

#: ../src/yelp-toc-pager.c:1805
#, c-format
msgid ""
"The table of contents could not be loaded. The file ‘%s’ is either missing "
"or is not well-formed XML."
msgstr "Obsah nelze načíst. Soubor ‘%s’ buď chybí, nebo to není správně utvořené XML."

#: ../src/yelp-toc-pager.c:1827
msgid "Command Line Help"
msgstr "Nápověda pro příkazový řádek"

#: ../src/yelp-window.c:318
msgid "_File"
msgstr "_Soubor"

#: ../src/yelp-window.c:319
msgid "_Edit"
msgstr "_Upravit"

#: ../src/yelp-window.c:320
msgid "_Go"
msgstr "Pře_jít"

#: ../src/yelp-window.c:321
msgid "_Bookmarks"
msgstr "_Záložky"

#: ../src/yelp-window.c:322
msgid "_Help"
msgstr "_Nápověda"

#: ../src/yelp-window.c:325
msgid "_New Window"
msgstr "_Nové okno"

#: ../src/yelp-window.c:330
msgid "Print This Document"
msgstr "Vytisknout tento dokument"

#: ../src/yelp-window.c:335
msgid "Print This Page"
msgstr "Vytisknout tuto stranu"

#: ../src/yelp-window.c:340
msgid "About This Document"
msgstr "O tomto dokumentu"

#: ../src/yelp-window.c:345
msgid "Open _Location"
msgstr "Otevřít _umístění"

#: ../src/yelp-window.c:350
msgid "_Close Window"
msgstr "_Zavřít okno"

#: ../src/yelp-window.c:356
msgid "_Copy"
msgstr "_Kopírovat"

#: ../src/yelp-window.c:362
msgid "_Select All"
msgstr "Vybrat vš_e"

#: ../src/yelp-window.c:367
msgid "_Find..."
msgstr "_Hledat..."

#: ../src/yelp-window.c:372
msgid "Find Pre_vious"
msgstr "Hledat _předchozí"

#: ../src/yelp-window.c:374
msgid "Find previous occurrence of the word or phrase"
msgstr "Hledat předchozí výskyt slova nebo fráze"

#: ../src/yelp-window.c:377
msgid "Find Ne_xt"
msgstr "Hledat _následující"

#: ../src/yelp-window.c:379
msgid "Find next occurrence of the word or phrase"
msgstr "Hledat následující výskyt slova nebo fráze"

#: ../src/yelp-window.c:382
msgid "_Preferences"
msgstr "_Nastavení"

#: ../src/yelp-window.c:387
msgid "_Reload"
msgstr "_Obnovit"

#: ../src/yelp-window.c:399
msgid "_Back"
msgstr "_Zpět"

#: ../src/yelp-window.c:401
msgid "Show previous page in history"
msgstr "Zobrazí předchozí stránku v historii"

#: ../src/yelp-window.c:404
msgid "_Forward"
msgstr "_Vpřed"

#: ../src/yelp-window.c:406
msgid "Show next page in history"
msgstr "Zobrazí následující stránku v historii"

#: ../src/yelp-window.c:409
msgid "_Help Topics"
msgstr "_Témata nápovědy"

#: ../src/yelp-window.c:411
msgid "Go to the listing of help topics"
msgstr "Jít na seznam témat nápovědy"

#: ../src/yelp-window.c:414
msgid "_Previous Section"
msgstr "_Předchozí oddíl"

#: ../src/yelp-window.c:419
msgid "_Next Section"
msgstr "_Následující oddíl"

#: ../src/yelp-window.c:424 ../src/yelp-window.c:456
msgid "_Contents"
msgstr "_Obsah"

#: ../src/yelp-window.c:430
msgid "_Add Bookmark"
msgstr "_Přidat záložku"

#: ../src/yelp-window.c:435
msgid "_Edit Bookmarks..."
msgstr "_Upravit záložky..."

#: ../src/yelp-window.c:441
msgid "_Open Link"
msgstr "_Otevřít odkaz"

#: ../src/yelp-window.c:446
msgid "Open Link in _New Window"
msgstr "Otevřít odkaz v _novém okně"

#: ../src/yelp-window.c:451
msgid "_Copy Link Address"
msgstr "_Kopírovat adresu odkazu"

#: ../src/yelp-window.c:458
msgid "Help On this application"
msgstr "Nápověda pro tuto aplikaci"

#: ../src/yelp-window.c:461
msgid "_About"
msgstr "O _aplikaci"

#: ../src/yelp-window.c:466
msgid "Copy _Email Address"
msgstr "Kopírovat _e-mailovou adresu"

#: ../src/yelp-window.c:515
msgid "Help Browser"
msgstr "Prohlížeč nápovědy"

#: ../src/yelp-window.c:926 ../src/yelp-window.c:1082
msgid "The Uniform Resource Identifier for the file is invalid."
msgstr "Uniform Resource Identifier souboru není platný."

#: ../src/yelp-window.c:938 ../src/yelp-window.c:1077
#, c-format
msgid ""
"The Uniform Resource Identifier ‘%s’ is invalid or does not point to an "
"actual file."
msgstr ""
"Uniform Resource Identifier ‘%s’ není platný nebo neukazuje na skutečný "
"soubor."

#: ../src/yelp-window.c:1026 ../src/yelp-window.c:1506
msgid "Man pages are not supported in this version."
msgstr "Stránky man nejsou v této verzi podporovány."

#: ../src/yelp-window.c:1036 ../src/yelp-window.c:1497
msgid "GNU info pages are not supported in this version"
msgstr "Stránky GNU info nejsou v této verzi podporovány."

#: ../src/yelp-window.c:1052 ../src/yelp-window.c:1519
msgid "Search is not supported in this version."
msgstr "Hledání není v této verzi podporováno."

#: ../src/yelp-window.c:1057
msgid ""
"SGML documents are no longer supported. Please ask the author of the "
"document to convert to XML."
msgstr ""
"Dokumenty SGML už nejsou podporovány. Požádejte prosím autora dokumentu, aby "
"jej převedl do XML."

#: ../src/yelp-window.c:1223
msgid "_Search:"
msgstr "_Hledat:"

#: ../src/yelp-window.c:1224
msgid "Search for other documentation"
msgstr "Hledat jinou dokumentaci"

#: ../src/yelp-window.c:1386
msgid "Fin_d:"
msgstr "_Hledat:"

#: ../src/yelp-window.c:1406
msgid "Find _Next"
msgstr "Hledat _následující"

#: ../src/yelp-window.c:1418
msgid "Find _Previous"
msgstr "Hledat _předchozí"

#: ../src/yelp-window.c:1532
#, c-format
msgid ""
"A transformation context could not be created for the file ‘%s’. The format "
"may not be supported."
msgstr ""
"Pro soubor ‘%s’ nelze vytvořit kontext transformace. Formát možná není "
"podporován."

#: ../src/yelp-window.c:1562 ../src/yelp-window.c:1981
#: ../src/yelp-window.c:2064
#, c-format
msgid ""
"The section ‘%s’ does not exist in this document. If you were directed to "
"this section from a Help button in an application, please report this to the "
"maintainers of that application."
msgstr ""
"Oddíl ‘%s’ v tomto dokumentu neexistuje. Pokud vás k tomuto oddílu dovedlo "
"tlačítko Nápověda v aplikaci, ohlaste to prosím správcům této aplikace."

#: ../src/yelp-window.c:1677 ../src/yelp-window.c:2468
#, c-format
msgid ""
"The file ‘%s’ could not be read.  This file might be missing, or you might "
"not have permissions to read it."
msgstr ""
"Soubor ‘%s’ nelze číst. Tento soubor možná chybí, nebo nemáte oprávnění jej "
"číst."

#: ../src/yelp-window.c:1728
msgid "Loading..."
msgstr "Načítám..."

#. Note to translators: put here your name (and address) so it
#. * will show up in the "about" box
#: ../src/yelp-window.c:2911
msgid "translator-credits"
msgstr ""
"Michal Bukovjan\n"
"Miloslav Trmač <mitr@volny.cz>\n"
"Jakub Friedl <jfriedl@suse.cz>"

#: ../src/yelp-window.c:2914
msgid "Yelp"
msgstr "Yelp"

#: ../src/yelp-window.c:2916
msgid "A documentation browser and viewer for the Gnome Desktop."
msgstr "Prohlížeč dokumentace pro prostředí pracovní plochy Gnome."

#: ../src/yelp-xslt-pager.c:189
#, c-format
msgid ""
"The file ‘%s’ could not be parsed. Either the file does not exist, or it is "
"improperly formatted."
msgstr ""
"Soubor ‘%s’ nelze zpracovat. Tento soubor buď neexistuje, nebo nemá správný "
"formát."

#: ../src/yelp-xslt-pager.c:210 ../src/yelp-xslt-pager.c:223
#, c-format
msgid ""
"The document ‘%s’ could not be processed. The file ‘%s’ is either missing, "
"or it is not a valid XSLT stylesheet."
msgstr ""
"Dokument ‘%s’ nelze zpracovat. Soubor ‘%s’ buď chybí, nebo to není platný "
"stylesheet XSLT."

#: ../yelp.desktop.in.in.h:1
msgid "Get help with GNOME"
msgstr "Získat nápovědu o GNOME"