aboutsummaryrefslogtreecommitdiffstats
path: root/po/cs.po
blob: 6ea23273d80b82c9e8a5e446eadcb6de624b6d47 (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
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# Czech messages for MandrakeUpdate.
# Copyright (C) 2000 Free Software Foundation, Inc.
# Vladimír Marek <vlmarek@volny.cz>, 2000.
#
msgid ""
msgstr ""
"Project-Id-Version: rpmdrake 1.3\n"
"POT-Creation-Date: 2002-08-01 18:38+0200\n"
"PO-Revision-Date: 2002-02-21 14:59GMT+02:00\n"
"Last-Translator: Radek Vybíral <Radek.Vybiral@vsb.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"

#: ../edit-urpm-sources.pl_.c:42
#, fuzzy
msgid "Unable to create medium."
msgstr "Nemohu vytvořit soubor s výsledky, končím.\n"

#: ../edit-urpm-sources.pl_.c:43
msgid "Unable to update medium; it will be automatically disabled."
msgstr ""

#: ../edit-urpm-sources.pl_.c:54 ../edit-urpm-sources.pl_.c:163
#, fuzzy
msgid "Edit a source"
msgstr "Editovat zdroje"

#: ../edit-urpm-sources.pl_.c:55
#, fuzzy
msgid "Local files"
msgstr "Lokální"

#: ../edit-urpm-sources.pl_.c:55
#, fuzzy
msgid "Path:"
msgstr "cesta: "

#: ../edit-urpm-sources.pl_.c:56
msgid "FTP server"
msgstr ""

#: ../edit-urpm-sources.pl_.c:56 ../edit-urpm-sources.pl_.c:57
#: ../edit-urpm-sources.pl_.c:59 ../edit-urpm-sources.pl_.c:169
msgid "URL:"
msgstr "URL:"

#: ../edit-urpm-sources.pl_.c:57
msgid "HTTP server"
msgstr ""

#: ../edit-urpm-sources.pl_.c:58
#, fuzzy
msgid "Path or mount point:"
msgstr "cesta nebo přípojný bod: "

#: ../edit-urpm-sources.pl_.c:58
msgid "Removable device"
msgstr ""

#: ../edit-urpm-sources.pl_.c:59 ../rpmdrake_.c:344
msgid "Security updates"
msgstr "Bezpečnostní aktualizace"

#: ../edit-urpm-sources.pl_.c:70
msgid "Browse..."
msgstr ""

#: ../edit-urpm-sources.pl_.c:72
#, fuzzy
msgid "Choose a mirror..."
msgstr "Vyberte zrcadlo:"

#: ../edit-urpm-sources.pl_.c:92
#, fuzzy
msgid "Login:"
msgstr "login:"

#: ../edit-urpm-sources.pl_.c:92
#, fuzzy
msgid "Password:"
msgstr "heslo:"

#: ../edit-urpm-sources.pl_.c:97
#, fuzzy
msgid "Name:"
msgstr "Jméno"

#: ../edit-urpm-sources.pl_.c:99 ../edit-urpm-sources.pl_.c:170
#, fuzzy
msgid "Relative path to synthesis/hdlist:"
msgstr "relativní cesta pro soubor hdlist nebo sythesis: "

#: ../edit-urpm-sources.pl_.c:107
msgid "You need to fill up all the entries."
msgstr ""

#: ../edit-urpm-sources.pl_.c:111
msgid ""
"There is already a medium by that name, do you\n"
"really want to replace it?"
msgstr ""

#: ../edit-urpm-sources.pl_.c:119
#, fuzzy
msgid "Adding a source:"
msgstr ""
"Prosím počkejte\n"
"Přidávám zdroj"

#: ../edit-urpm-sources.pl_.c:120
msgid "Type of source:"
msgstr "Typ zdroje:"

#: ../edit-urpm-sources.pl_.c:124 ../rpmdrake.pm_.c:71 ../rpmdrake.pm_.c:84
#: ../rpmdrake.pm_.c:272
msgid "Ok"
msgstr ""

#: ../edit-urpm-sources.pl_.c:127 ../edit-urpm-sources.pl_.c:174
#: ../rpmdrake.pm_.c:272
msgid "Cancel"
msgstr "Zrušit"

#: ../edit-urpm-sources.pl_.c:144
#, fuzzy
msgid "Please wait, adding medium..."
msgstr "Hledám závislosti..."

#: ../edit-urpm-sources.pl_.c:152
#, fuzzy
msgid "Please wait, removing medium..."
msgstr "Hledám závislosti..."

#: ../edit-urpm-sources.pl_.c:167
#, fuzzy, c-format
msgid "Editing source \"%s\":"
msgstr "Editovat zdroje"

#: ../edit-urpm-sources.pl_.c:173
#, fuzzy
msgid "Save changes"
msgstr "Balíčky"

#: ../edit-urpm-sources.pl_.c:183
#, fuzzy
msgid "Please wait, updating medium..."
msgstr "Hledám závislosti..."

#: ../edit-urpm-sources.pl_.c:192
#, fuzzy
msgid "Configure sources"
msgstr "Nastavit zdroj?"

#: ../edit-urpm-sources.pl_.c:193
msgid "Enabled?"
msgstr ""

#: ../edit-urpm-sources.pl_.c:193
msgid "Source"
msgstr "Zdroj"

#: ../edit-urpm-sources.pl_.c:221
msgid "Add"
msgstr ""

#: ../edit-urpm-sources.pl_.c:223 ../rpmdrake_.c:431
#, fuzzy
msgid "Remove"
msgstr "Vyjímatelné"

#: ../edit-urpm-sources.pl_.c:225
msgid "Edit"
msgstr "Editovat"

#: ../edit-urpm-sources.pl_.c:229
msgid "Save and quit"
msgstr ""

#: ../edit-urpm-sources.pl_.c:230 ../rpmdrake_.c:434
msgid "Quit"
msgstr "Konec"

#: ../edit-urpm-sources.pl_.c:240 ../rpmdrake_.c:651
#, c-format
msgid ""
"%s\n"
"\n"
"Is it ok to continue?"
msgstr ""

#: ../edit-urpm-sources.pl_.c:243
msgid ""
"Welcome to the packages source editor!\n"
"\n"
"This tool will help you configure the packages sources you wish to use on\n"
"your computer. They will then be available to install new software package\n"
"or to perform updates."
msgstr ""

#: ../rpmdrake.pm_.c:69
msgid "Yes"
msgstr ""

#: ../rpmdrake.pm_.c:70
msgid "No"
msgstr ""

#: ../rpmdrake.pm_.c:142
msgid "Austria"
msgstr ""

#: ../rpmdrake.pm_.c:143
msgid "Belgium"
msgstr ""

#: ../rpmdrake.pm_.c:144
msgid "Brazil"
msgstr ""

#: ../rpmdrake.pm_.c:145
msgid "Canada"
msgstr ""

#: ../rpmdrake.pm_.c:146
msgid "Costa Rica"
msgstr ""

#: ../rpmdrake.pm_.c:147
msgid "Czech Republic"
msgstr ""

#: ../rpmdrake.pm_.c:148
msgid "Germany"
msgstr ""

#: ../rpmdrake.pm_.c:149
msgid "Danmark"
msgstr ""

#: ../rpmdrake.pm_.c:150 ../rpmdrake.pm_.c:154
msgid "Greece"
msgstr ""

#: ../rpmdrake.pm_.c:151
msgid "Spain"
msgstr ""

#: ../rpmdrake.pm_.c:152
#, fuzzy
msgid "Finland"
msgstr "Najít:"

#: ../rpmdrake.pm_.c:153
#, fuzzy
msgid "France"
msgstr "Zrušit"

#: ../rpmdrake.pm_.c:155
#, fuzzy
msgid "Israel"
msgstr "Instalované"

#: ../rpmdrake.pm_.c:156
#, fuzzy
msgid "Italy"
msgstr "Instalované"

#: ../rpmdrake.pm_.c:157
msgid "Japan"
msgstr ""

#: ../rpmdrake.pm_.c:158
msgid "Korea"
msgstr ""

#: ../rpmdrake.pm_.c:159
msgid "Netherlands"
msgstr ""

#: ../rpmdrake.pm_.c:160
msgid "Norway"
msgstr ""

#: ../rpmdrake.pm_.c:161
msgid "Poland"
msgstr ""

#: ../rpmdrake.pm_.c:162
#, fuzzy
msgid "Portugal"
msgstr "Port:"

#: ../rpmdrake.pm_.c:163
msgid "Russia"
msgstr ""

#: ../rpmdrake.pm_.c:164
msgid "Sweden"
msgstr ""

#: ../rpmdrake.pm_.c:165
msgid "Taiwan"
msgstr ""

#: ../rpmdrake.pm_.c:166
msgid "United Kingdom"
msgstr ""

#: ../rpmdrake.pm_.c:167
msgid "China"
msgstr ""

#: ../rpmdrake.pm_.c:168 ../rpmdrake.pm_.c:169 ../rpmdrake.pm_.c:170
#: ../rpmdrake.pm_.c:171 ../rpmdrake.pm_.c:222
msgid "United States"
msgstr ""

#: ../rpmdrake.pm_.c:230
msgid ""
"I need to contact MandrakeSoft website to get the mirrors list.\n"
"Please check that your network is currently running.\n"
"\n"
"Is it ok to continue?"
msgstr ""

#: ../rpmdrake.pm_.c:234
msgid "Please wait, downloading mirrors addresses from MandrakeSoft website."
msgstr ""

#: ../rpmdrake.pm_.c:240
msgid "Error during download"
msgstr ""

#: ../rpmdrake.pm_.c:241
#, c-format
msgid ""
"There was an error downloading the mirrors list:\n"
"\n"
"%s\n"
"The network, or MandrakeSoft website, are maybe unavailable.\n"
"Please try again later."
msgstr ""

#: ../rpmdrake.pm_.c:249
#, fuzzy
msgid "No mirror"
msgstr "Bez chyb"

#: ../rpmdrake.pm_.c:250
msgid ""
"I can't find any suitable mirror.\n"
"\n"
"There can be many reasons for this problem; the most frequent is\n"
"the case when the architecture of your processor is not supported\n"
"by Mandrake Linux Official Updates."
msgstr ""

#: ../rpmdrake.pm_.c:264
#, fuzzy
msgid "Please choose the desired mirror."
msgstr ""
"Prosím počkejte chvilku\n"
"Stahuji seznam zrcadel"

#: ../rpmdrake_.c:31
#, c-format
msgid ""
"Usage: %s [OPTION]...\n"
"  --noconfirmation       don't ask first confirmation question in "
"MandrakeUpdate mode\n"
msgstr ""

#: ../rpmdrake_.c:78
msgid ""
"Could not find /var/lib/urpmi/compssUsers.flat,\n"
"the installer should have generated it for me :-(.\n"
"\n"
"Disabling \"Mandrake choices\" classification."
msgstr ""

#: ../rpmdrake_.c:128
msgid "One of the following packages is needed:"
msgstr ""

#: ../rpmdrake_.c:128
msgid "Please choose"
msgstr ""

#: ../rpmdrake_.c:158
#, fuzzy
msgid "unknown package "
msgstr "Neznámá stránka"

#: ../rpmdrake_.c:168
#, fuzzy
msgid "Please wait, listing packages..."
msgstr "Prosím čekejte, rpm odebírá tyto balíčky:"

#: ../rpmdrake_.c:193
msgid "Addable"
msgstr ""

#: ../rpmdrake_.c:193
msgid "Upgradable"
msgstr ""

#: ../rpmdrake_.c:226
msgid "This would break your system"
msgstr ""

#: ../rpmdrake_.c:227
msgid ""
"Sorry, removing these packages would break your system:\n"
"\n"
msgstr ""

#: ../rpmdrake_.c:231
#, fuzzy
msgid "Some additional packages need to be removed"
msgstr ""
"Aby všechno správně fungovalo, je potřeba nainstalovat následující balíčky:"

#: ../rpmdrake_.c:232
#, fuzzy
msgid ""
"Because of their dependencies, the following package(s) also need to be\n"
"removed:\n"
"\n"
msgstr ""
"Pro zachování závislostí budou odebrány\n"
"následující balíčky:"

#: ../rpmdrake_.c:239
msgid "Some packages can't be removed"
msgstr ""

#: ../rpmdrake_.c:240 ../rpmdrake_.c:273
msgid ""
"Because of their dependencies, the following package(s) must be\n"
"unselected now:\n"
"\n"
msgstr ""

#: ../rpmdrake_.c:254
msgid "Additional packages needed"
msgstr ""

#: ../rpmdrake_.c:255
msgid ""
"To satisfy dependencies, the following package(s) also need\n"
"to be installed:\n"
"\n"
msgstr ""

#: ../rpmdrake_.c:258
#, fuzzy
msgid "Some packages can't be installed"
msgstr "Nainstalované balíčky"

#: ../rpmdrake_.c:259
msgid ""
"Sorry, the following package(s) can't be selected:\n"
"\n"
msgstr ""

#: ../rpmdrake_.c:272 ../rpmdrake_.c:398
msgid "Some packages need to be removed"
msgstr ""

#: ../rpmdrake_.c:287
#, c-format
msgid "Total size: %d / %d MB"
msgstr ""

#: ../rpmdrake_.c:288
#, c-format
msgid "Total size: %d MB"
msgstr ""

#: ../rpmdrake_.c:295
#, c-format
msgid ""
"Name: %s\n"
"Version: %s\n"
"Size: %s KB\n"
"Importance: %s\n"
"\n"
"Summary: %s\n"
"\n"
"%s\n"
msgstr ""

#: ../rpmdrake_.c:299
#, c-format
msgid ""
"Name: %s\n"
"Version: %s\n"
"Size: %s KB\n"
"\n"
"Summary: %s\n"
"\n"
"%s\n"
msgstr ""

#: ../rpmdrake_.c:325
msgid "By selection"
msgstr ""

#: ../rpmdrake_.c:325
#, fuzzy
msgid "By size"
msgstr "Skutečná velikost"

#: ../rpmdrake_.c:326
msgid "By presence"
msgstr ""

#: ../rpmdrake_.c:326
#, fuzzy
msgid "By source"
msgstr "Zdroj"

#: ../rpmdrake_.c:344
#, fuzzy
msgid "Bugfixes updates"
msgstr "Bezpečnostní aktualizace"

#: ../rpmdrake_.c:344
#, fuzzy
msgid "Normal updates"
msgstr "běžná aktualizace"

#: ../rpmdrake_.c:363
#, fuzzy
msgid "Mandrake choices"
msgstr "MandrakeUpdate"

#: ../rpmdrake_.c:364
#, fuzzy
msgid "All packages, by group"
msgstr "0 balíčků, 0 bytů"

#: ../rpmdrake_.c:365
msgid "All packages, alphabetical"
msgstr ""

#: ../rpmdrake_.c:388 ../rpmdrake_.c:390
#, fuzzy
msgid "Search results"
msgstr "Výsledek hledání"

#: ../rpmdrake_.c:399
#, c-format
msgid ""
"The following packages have to be removed for others to be upgraded:\n"
"\n"
"%s\n"
"\n"
"Is it ok to continue?"
msgstr ""

#: ../rpmdrake_.c:416
msgid "Find:"
msgstr "Najít:"

#: ../rpmdrake_.c:420
#, fuzzy
msgid "Search"
msgstr "hledat"

#: ../rpmdrake_.c:432
#, fuzzy
msgid "Install"
msgstr "Instalované"

#: ../rpmdrake_.c:443
msgid "-adobe-times-bold-r-normal--25-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""

#: ../rpmdrake_.c:444
#, fuzzy
msgid "Mandrake Update"
msgstr ""
"Aktualizace\n"
"Mandrake"

#: ../rpmdrake_.c:444
#, fuzzy
msgid "Software Packages Removal"
msgstr " Správce software "

#: ../rpmdrake_.c:445
#, fuzzy
msgid "Software Packages Installation"
msgstr "Instalace balíčků"

#: ../rpmdrake_.c:474
msgid ""
"I need to contact the mirror to get latest update packages.\n"
"Please check that your network is currently running.\n"
"\n"
"Is it ok to continue?"
msgstr ""

#: ../rpmdrake_.c:478
msgid "Please wait, contacting mirror to update packages information."
msgstr ""

#: ../rpmdrake_.c:480
msgid "Error updating medium"
msgstr ""

#: ../rpmdrake_.c:481
msgid "There was an unrecoverable error while updating packages information."
msgstr ""

#: ../rpmdrake_.c:489
msgid "Please wait, contacting mirror to initialize updates packages."
msgstr ""

#: ../rpmdrake_.c:493
msgid "Error adding update medium"
msgstr ""

#: ../rpmdrake_.c:494
#, c-format
msgid ""
"There was an error while adding the update medium via urpmi.\n"
"\n"
"This may be due to a broken or temporary unavailable mirror, or when your\n"
"Mandrake Linux version (%s) is not yet / no more supported by Mandrake "
"Linux\n"
"Official Updates.\n"
"\n"
"Do you want to try another mirror?"
msgstr ""

#: ../rpmdrake_.c:523
#, fuzzy
msgid "Please wait, finding available packages..."
msgstr "obnoví seznam dostupných balíčků"

#: ../rpmdrake_.c:560
#, fuzzy
msgid "Unable to get source packages."
msgstr "Smůla, nečitelný nebo nenalezený balíček"

#: ../rpmdrake_.c:561
msgid "Unable to get source packages, sorry."
msgstr ""

#: ../rpmdrake_.c:568
msgid "Change medium"
msgstr ""

#: ../rpmdrake_.c:569
#, c-format
msgid "Please insert the medium named \"%s\" on device [%s]"
msgstr ""

#: ../rpmdrake_.c:577 ../rpmdrake_.c:585
#, fuzzy
msgid "Installation failed"
msgstr "K instalaci"

#: ../rpmdrake_.c:578
msgid ""
"Installation failed, some files are missing.\n"
"You may want to update your sources database."
msgstr ""

#: ../rpmdrake_.c:581
#, fuzzy
msgid "Please wait, removing packages to allow others to be upgraded..."
msgstr "Vyberte prosím balíčky, které chcete aktualizovat"

#: ../rpmdrake_.c:586
msgid "There was a problem during installation."
msgstr ""

#: ../rpmdrake_.c:590
#, fuzzy
msgid "Everything already installed."
msgstr "Balíček je již nainstalován"

#: ../rpmdrake_.c:591
msgid "Everything already installed (is this supposed to happen at all?)."
msgstr ""

#: ../rpmdrake_.c:607
msgid "Please wait, reading packages database..."
msgstr ""

#: ../rpmdrake_.c:624
#, fuzzy
msgid "Please wait, removing packages..."
msgstr "Prosím čekejte, rpm odebírá tyto balíčky:"

#: ../rpmdrake_.c:655
msgid ""
"Welcome to the software removal tool!\n"
"\n"
"This tool will help you choose which software you want to remove from\n"
"your computer."
msgstr ""

#: ../rpmdrake_.c:660
msgid ""
"Welcome to MandrakeUpdate!\n"
"\n"
"This tool will help you choose the updates you want to install on your\n"
"computer."
msgstr ""

#: ../rpmdrake_.c:665
msgid ""
"Welcome to the software installation tool!\n"
"\n"
"Your Mandrake Linux system comes with several thousands of software\n"
"packages on CDROM or DVD. This tool will help you choose which software\n"
"you want to install on your computer."
msgstr ""

#, fuzzy
#~ msgid "Unable to update medium."
#~ msgstr "Nemohu vytvořit soubor s výsledky, končím.\n"

#, fuzzy
#~ msgid "Please wait, checking dependencies..."
#~ msgstr "Hledám závislosti..."

#, fuzzy
#~ msgid "Please wait, saving changes..."
#~ msgstr "Prosím čekejte, rpm odebírá tyto balíčky:"

#, fuzzy
#~ msgid "rpmdrake.pl"
#~ msgstr "Spustit rpmdrake"

#, fuzzy
#~ msgid "rpmdrake"
#~ msgstr "Spustit rpmdrake"

#~ msgid "New"
#~ msgstr "Nový"

#, fuzzy
#~ msgid "Please wait"
#~ msgstr "Prosím o potvrzení"

#, fuzzy
#~ msgid "Relative path to synthesis or hdlist:"
#~ msgstr "relativní cesta pro soubor hdlist nebo sythesis: "

#~ msgid "(none)"
#~ msgstr "(žádná)"

#~ msgid "%d packages, %Ld bytes"
#~ msgstr "%d balíčků, %Ld bytů"

#~ msgid "Cannot read this source: %s"
#~ msgstr "Nelze číst ze zdroje: %s"

#~ msgid "Cannot open the source: %s"
#~ msgstr "Nelze přistoupit ke zdroji: %s"

#~ msgid " Searching the %s source"
#~ msgstr "Hledám zdroj %s"

#~ msgid "filling lists"
#~ msgstr "vyplňuji seznamy"

#~ msgid "filling trees"
#~ msgstr "vyplňuji strukturu"

#~ msgid ""
#~ "Error!\n"
#~ "Cannot open rpm database"
#~ msgstr ""
#~ "Chyba!\n"
#~ "Nelze otevřít rpm databázi"

#~ msgid "Error!"
#~ msgstr "Chyba!"

#~ msgid ""
#~ "It looks like you don't have\n"
#~ "configured a source for\n"
#~ "security updates.\n"
#~ "Do you want to configure one now?"
#~ msgstr ""
#~ "Zdá se, že nemáte nastaven\n"
#~ "zdroj pro bezpečnostní\n"
#~ "aktualizace.\n"
#~ "Chcete ho nastavit nyní?"

#~ msgid "Do not show this message again"
#~ msgstr "Příště tuto zprávu nezobrazovat"

#~ msgid "Configure a Cooker source?"
#~ msgstr "Nastavit zdroj pro Cooker verzi?"

#~ msgid ""
#~ "Cooker is a development and unstable distribution.\n"
#~ "It is not supported by MandrakeSoft.\n"
#~ "Use it at your own risk.\n"
#~ msgstr ""
#~ "Cooker je vývojová a nestabilní distribuce.\n"
#~ "Firma MandrakeSoft ji nepodporuje.\n"
#~ "Použijte ji pouze na vlastni nebezpečí.\n"

#~ msgid ""
#~ "Can't find the /var/lib/urpmi/compssUsers.flat file\n"
#~ "the tree mode won't be available"
#~ msgstr ""
#~ "Nemohu nalézt soubor /var/lib/urpmi/compssUsers.flat\n"
#~ "režim zobrazení ve stromu nebude fungovat"

#~ msgid "Others"
#~ msgstr "Další"

#~ msgid "Analysing the %s source"
#~ msgstr "Analyzuji zdroj %s"

#~ msgid "looking for installed packages"
#~ msgstr "hledám instalované balíčky"

#~ msgid "Frederic Lepied <flepied@mandrakesoft.com>"
#~ msgstr "Frédéric Lepied <flepied@mandrakesoft.com>"

#~ msgid "Francois Pons <fpons@mandrakesoft.com>"
#~ msgstr "François Pons <fpons@mandrakesoft.com>"

#~ msgid " ~ # ~ "
#~ msgstr "Czech translation: Radek Vybíral <Radek.Vybiral@vsb.cz>"

#~ msgid ""
#~ "Software Manager\n"
#~ "\n"
#~ "%s\n"
#~ "\n"
#~ "(c) MandrakeSoft 2001\n"
#~ "released under the GPL"
#~ msgstr ""
#~ "Správce Software\n"
#~ "\n"
#~ "%s\n"
#~ "\n"
#~ "(c) MandrakeSoft 2001\n"
#~ "šířeno pod licencí GPL"

#~ msgid "building dependencies for packages removing"
#~ msgstr "vytvářím závislosti pro balíčky, které budou odebrány"

#~ msgid "oops %s not found\n"
#~ msgstr "Ojoj, nenašel jsem %s\n"

#~ msgid "Uninstalling packages"
#~ msgstr "Odebírám balíčky"

#~ msgid "Looking for dependencies"
#~ msgstr "Hledám závislosti"

#~ msgid "The selected packages have been removed succesfully"
#~ msgstr "Vybrané balíčky byly s úspěchem odebrány"

#~ msgid "Security warning : The Software Manager won't start browser as root"
#~ msgstr ""
#~ "Bezpečnostní varování: Správce software nespustí prohlížeč jako root"

#~ msgid "Unable to run browser"
#~ msgstr "Nelze spustit prohlížeč"

#~ msgid "verbosity set to %s"
#~ msgstr "úroveň výpisu nastavena na %s"

#~ msgid "TRUE"
#~ msgstr "PRAVDA"

#~ msgid "FALSE"
#~ msgstr "NEPRAVDA"

#~ msgid "be verbose"
#~ msgstr "více informací"

#~ msgid "Close"
#~ msgstr "Zavřít"

#~ msgid "/_File"
#~ msgstr "/_Soubor"

#~ msgid "/File/Display Logs"
#~ msgstr "/Soubor/Zobrazit loga"

#~ msgid "/File/_Install"
#~ msgstr "/Soubor/_Instalovat"

#~ msgid "/File/_Uninstall"
#~ msgstr "/Soubor/_Odinstalovat"

#~ msgid "/File/-"
#~ msgstr "/Soubor/-"

#~ msgid "/File/_Proxies"
#~ msgstr "/Soubor/_Proxy"

#~ msgid "/File/_Quit"
#~ msgstr "/Soubor/_Ukončit"

#~ msgid "/_Help"
#~ msgstr "/_Nápověda"

#~ msgid "/Help/_About..."
#~ msgstr "/Nápověda/_O aplikaci..."

#~ msgid "/Help/-"
#~ msgstr "/Nápověda/-"

#~ msgid "/Help/MandrakeCampus.com"
#~ msgstr "/Nápověda/MandrakeCampus.com"

#~ msgid "/Help/MandrakeExpert.com"
#~ msgstr "/Nápověda/MandrakeExpert.com"

#~ msgid "/Help/Show Console Logs"
#~ msgstr "Nápověda/Zobrazit logy"

#~ msgid "Version"
#~ msgstr "Verze"

#~ msgid "Installed version"
#~ msgstr "Instalovaná verze"

#~ msgid "Size"
#~ msgstr "Velikost"

#~ msgid "Software Manager"
#~ msgstr "Správce Software"

#~ msgid ""
#~ "Install/\n"
#~ "Remove"
#~ msgstr ""
#~ "Instalovat/\n"
#~ "Odebrat"

#~ msgid "Install and remove selected packages"
#~ msgstr "Nainstaluje a odstraní vybrané balíčky"

#~ msgid ""
#~ "Define\n"
#~ "sources"
#~ msgstr ""
#~ "Definovat\n"
#~ "zdroje"

#~ msgid "Define sources of packages available for installation and update"
#~ msgstr "Definuje zdroje dostupných balíčků pro instalaci a aktualizaci"

#~ msgid ""
#~ "Reload\n"
#~ "lists"
#~ msgstr ""
#~ "Obnovit\n"
#~ "seznam"

#~ msgid "Launch the Mandrake Update wizard"
#~ msgstr "Spustí průvodce Mandrake Update"

#~ msgid "Reset"
#~ msgstr "Reset"

#~ msgid "Search by file"
#~ msgstr "Hledat v seznamu souborů"

#~ msgid "Search by description"
#~ msgstr "Hledat v popisu"

#~ msgid "Flat List"
#~ msgstr "Jednoduchý seznam"

#~ msgid "Tree view"
#~ msgstr "Stromový náhled"

#~ msgid "Selected"
#~ msgstr "Vybrané"

#~ msgid "All"
#~ msgstr "Všechny"

#~ msgid "Updates only"
#~ msgstr "Pouze aktualizace"

#~ msgid "Non-installed only"
#~ msgstr "Pouze odebrané"

#~ msgid "Delete"
#~ msgstr "Smazat"

#~ msgid "Error: curl_easy_init()"
#~ msgstr "Chyba: curl_easy_init()"

#~ msgid "You must provide a valid source name!"
#~ msgstr "Musíte zadat správné jméno zdroje!"

#~ msgid "An error occured when adding this source"
#~ msgstr "Při přidávání zdroje se vyskytla chyba"

#~ msgid "New Source"
#~ msgstr "Nový zdroj"

#~ msgid "New source's name:"
#~ msgstr "Nový název zdroje:"

#~ msgid "path or mount point"
#~ msgstr "cesta nebo přípojný bod"

#~ msgid "path"
#~ msgstr "cesta"

#~ msgid "http"
#~ msgstr "http"

#~ msgid "URL: "
#~ msgstr "URL: "

#~ msgid "ftp"
#~ msgstr "ftp"

#~ msgid "Update the list of mirrors"
#~ msgstr "Aktualizovat seznam zrcadel"

#~ msgid "Cooker"
#~ msgstr "Cooker"

#~ msgid "Do you really want to delete the %s source?\n"
#~ msgstr "Opravdu chcete odstranit zdroj %s?\n"

#~ msgid ""
#~ "Please Wait\n"
#~ "Removing the %s source"
#~ msgstr ""
#~ "Čekejte prosím\n"
#~ "Odebírám zdroj %s"

#~ msgid "Editing %s"
#~ msgstr "Edituji %s"

#~ msgid "Please change one or more parameter\n"
#~ msgstr "Změnte prosím jeden nebo více parametrů\n"

#~ msgid ""
#~ "Please Wait\n"
#~ "Updating the parameters for the %s source"
#~ msgstr ""
#~ "Prosím počkejte chvilku\n"
#~ "Aktualizuji parametry pro zdroj %s"

#~ msgid ""
#~ "Please Wait\n"
#~ "Updating the database for the sources"
#~ msgstr ""
#~ "Prosím počkejte chvilku\n"
#~ "Obnovuji databázi pro zdroje"

#~ msgid ""
#~ "Please Wait\n"
#~ "Updating the database for the %s source"
#~ msgstr ""
#~ "Prosím počkejte chvilku\n"
#~ "Obnovuji databázi pro zdroj %s"

#~ msgid "Sources to update"
#~ msgstr "Zdroje pro aktualizaci"

#~ msgid ""
#~ "Please choose the sources\n"
#~ "you want to update:"
#~ msgstr ""
#~ "Vyberte prosím zdroje,\n"
#~ "které chcete aktualizovat:"

#~ msgid ""
#~ "Welcome to the Mandrake Update utility!\n"
#~ "\n"
#~ "Here, you'll be able to upgrade your system\n"
#~ "with the latest Mandrake Linux updates\n"
#~ msgstr ""
#~ "Vítá Vás nástroj Mandrake Update\n"
#~ "S tímto programem lze provést aktualizaci systému\n"
#~ "Linux Mandrake na aktuální verze.\n"

#~ msgid "Please choose which types of update you want to perform:"
#~ msgstr "Vyberte si typ aktualizace, kterou chcete provést:"

#~ msgid "bugfixes"
#~ msgstr "opravy chyb"

#~ msgid "security updates"
#~ msgstr "bezpečnostní aktualizace"

#~ msgid "No changelog found..."
#~ msgstr "Changelog nenalezen..."

#~ msgid "Importance"
#~ msgstr "Důležitost"

#~ msgid "No Changelog found..."
#~ msgstr "Changelog nenalezen..."

#~ msgid "please select at least one type of update\n"
#~ msgstr "vyberte prosím jeden ze způsobů aktualizace\n"

#~ msgid ""
#~ "Cannot grab the list of mirrors.\n"
#~ "The network could be unreachable.\n"
#~ "Please try again later.\n"
#~ msgstr ""
#~ "Nelze stáhnout seznam zrcadel.\n"
#~ "Síť je nedostupná.\n"
#~ "Zkuste to prosím později.\n"

#~ msgid "Http Proxy:"
#~ msgstr "Http Proxy:"

#~ msgid "Ftp Proxy:"
#~ msgstr "Ftp Proxy:"

#~ msgid "Initialisation"
#~ msgstr "Inicializace"

#~ msgid "Welcome"
#~ msgstr "Vítejte"

#~ msgid "Packages informations"
#~ msgstr "Informace o balíčcích"

#~ msgid "Errors found"
#~ msgstr "Nalezeny chyby"

#~ msgid "Packages dependencies informations"
#~ msgstr "Informace o závislostech mezi balíčky"

#~ msgid "Disk usage"
#~ msgstr "Obsazená velikost"

#~ msgid "Good bye"
#~ msgstr "Nashle"

#, fuzzy
#~ msgid "Software Installer"
#~ msgstr "Správce Software"

#~ msgid "Unable to safely create the temporary directory"
#~ msgstr "Nelze bezpečně vytvořit dočasný adresář"

#~ msgid "Unable to safely create the temporary file"
#~ msgstr "Nemohu bezpečně vytvořit dočasný soubor"

#~ msgid "Some errors where encountered while checking your wishes :"
#~ msgstr "Při zjišťování požadavků byly nalezeny nějaké chyby: "

#~ msgid "Files or packages format error"
#~ msgstr "Chyba formátu balíčku"

#~ msgid "Conflicting packages"
#~ msgstr "Kolidující balíčky"

#~ msgid ""
#~ "Despite these errors some package can be installed.\n"
#~ "If you want to go on, click the \"Next\" button below."
#~ msgstr ""
#~ "I přes chyby je možné některé balíčky nainstalovat.\n"
#~ "Pokud chcete pokračovat, klikněte na tlačítko \"Další\"."

#~ msgid ""
#~ "Sorry, but all packages raised an error.\n"
#~ "So I can't proceed with the installation."
#~ msgstr ""
#~ "Je to smůla, ale všechny balíčky vyvolaly chybu.\n"
#~ "Není proto možné pokračovat v instalaci."

#~ msgid ""
#~ "Congratulations!\n"
#~ "You successfully installed your packages, now you can enjoy your new "
#~ "programs. Simply click the \"Quit\" button below.\n"
#~ "See you soon!"
#~ msgstr ""
#~ "Blahopřejeme!\n"
#~ "Instalace balíčků proběhla úspěšně, nyní můžete využít nové programy. "
#~ "Klikněte na tlačítko \"Konec\" pro ukončení.\n"
#~ "Nashle příště!"

#~ msgid "Unfortunately, some packages were not installed due to some errors."
#~ msgstr "Bohužel některé balíčky nebyly nainstalovány kvůli chybám."

#~ msgid "All required additional software is already installed, just go on."
#~ msgstr "Všechen vyžadovaný software je již nainstalován, pokračujte."

#~ msgid ""
#~ "This additional package needs to be installed in order to everything "
#~ "working well:"
#~ msgstr ""
#~ "Aby všechno správně fungovalo, je potřeba nainstalovat následující "
#~ "balíček:"

#~ msgid ""
#~ "Install in progress...\n"
#~ "\n"
#~ "You can see below the installation state."
#~ msgstr ""
#~ "Probíhá instalace....\n"
#~ "\n"
#~ "Průběh instalace můžete sledovat níže."

#~ msgid "Welcome to rpminst"
#~ msgstr "Vítá vás rpminst"

#~ msgid ""
#~ "This program will install the RPM packages you asked for.\n"
#~ "An RPM package is a \"case\" containing a software (or a piece of "
#~ "software) that you can install on your system to use it later."
#~ msgstr ""
#~ "Tento program nainstaluje požadované RPM balíčky.\n"
#~ "RPM balíček je \"kus\" software, který obsahuje software (nebo jeho část) "
#~ "využitelný při další práci se systémem."

#~ msgid ""
#~ "This program will install the RPM packages you asked for.\n"
#~ "Please wait while packages and dependencies are checked."
#~ msgstr ""
#~ "Tento program nainstaluje RPM balíčky, které jste zadali.\n"
#~ "Čekejte prosím, dokud se nezkontrolují závislosti mezi balíčky."

#~ msgid "Now doing:"
#~ msgstr "Provádím:"

#~ msgid "Checking files..."
#~ msgstr "Kontroluji soubory..."

#~ msgid "Checking packages..."
#~ msgstr "Kontroluji balíčky..."

#~ msgid "Building interface..."
#~ msgstr "Vytvářím rozhraní..."

#~ msgid "Install selected with rpminst"
#~ msgstr "Instalovat vybrané pomocí rpminst"

#~ msgid "Select all"
#~ msgstr "Vybrat všechny"

#~ msgid "Unselect all"
#~ msgstr "Zrušit výběr"

#~ msgid "Unknown error code"
#~ msgstr "Neznámý chybový kód"

#~ msgid "RPM file not found"
#~ msgstr "RPM soubor nenalezen"

#~ msgid "Bad RPM file format (header)"
#~ msgstr "Špatný formát RPM souboru (hlavička)"

#~ msgid "Package unknown by urpmq"
#~ msgstr "Neznámý balíček od urpmq"

#~ msgid "Conflicting package"
#~ msgstr "Kolidující balíček"

#~ msgid "Not enough available disk space"
#~ msgstr "Na disku není dostatek místa"

#~ msgid "Unreadable RPM file"
#~ msgstr "Nečitelný RPM soubor"

#~ msgid "Added for dependencies"
#~ msgstr "Přidáno pro splnění závislostí"

#~ msgid "Header format error (from urpmq)"
#~ msgstr "Chyba ve formátu hlavičky (od urpmq)"

#~ msgid "Canceled by user"
#~ msgstr "Zrušeno uživatelem"

#~ msgid "Refused by grpmi"
#~ msgstr "Odmítnuto od grpmi"

#~ msgid "urpmi return value"
#~ msgstr "návratová hodnota urpmi"

#~ msgid "Internal error"
#~ msgstr "Vnitřní chyba"

#~ msgid "Brief"
#~ msgstr "Souhrn"

#~ msgid "Details"
#~ msgstr "Detaily"

#~ msgid "Files"
#~ msgstr "Soubory"

#~ msgid ""
#~ "Sorry, but no suitable web browser seems to be installed on your system."
#~ msgstr ""
#~ "Bohužel vypadá to, že v systému není nainstalován žádný webový prohlížeč."

#~ msgid "OK"
#~ msgstr "OK"

#~ msgid "Changelog"
#~ msgstr "Changelog"

#~ msgid "Group: "
#~ msgstr "Skupina: "

#~ msgid "License: "
#~ msgstr "Licence: "

#~ msgid "Packager: "
#~ msgstr "Vytvořil: "

#~ msgid "Size: "
#~ msgstr "Velikost:"

#~ msgid "Empty changelog"
#~ msgstr "Prázdný changelog"

#~ msgid "(undefined)"
#~ msgstr "(nedefinovaný)"

#~ msgid "Summary"
#~ msgstr "Souhrn"

#~ msgid "Description"
#~ msgstr "Popis"

#~ msgid "%1.2f kB"
#~ msgstr "%1.2f kB"

#~ msgid "%1.2f MB"
#~ msgstr "%1.2f MB"

#~ msgid "%1.2f GB"
#~ msgstr "%1.2f GB"

#~ msgid "Device name:"
#~ msgstr "Jméno zařízení:"

#~ msgid "url: "
#~ msgstr "url:"

#~ msgid "hdlist:"
#~ msgstr "hdlist:"

#~ msgid ""
#~ "Software Manager\n"
#~ "\n"
#~ msgstr ""
#~ "Správce Software\n"
#~ "\n"

#~ msgid ""
#~ "An internal error occured :\n"
#~ "%s"
#~ msgstr ""
#~ "Vyskytla se vnitřní chyba: \n"
#~ "%s"

#~ msgid "Error"
#~ msgstr "Chyba"