-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwesnoth-low.po
5264 lines (4545 loc) · 220 KB
/
wesnoth-low.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
# Vladimír Slávik <slavik.vladimir@seznam.cz>, 2008 - 2011.
# Petr Šlejhar (Septim) <septim@centrum.cz>, 2008 - 2012, 2020 - 2022
# Honza <Honza-mistic@seznam.cz>, 2014.
# Martin Hrubý <hrubymar10@gmail.com>, 2017 - 2020.
# Michal Žejdl <lachim@emer.cz>, 2019 - 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Battle for Wesnoth\n"
"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n"
"POT-Creation-Date: 2024-09-18 02:19 UTC\n"
"PO-Revision-Date: 2024-12-28 23:51+0100\n"
"Last-Translator: Michal Žejdl <lachim@emer.cz>\n"
"Language-Team: Czech https://wiki.wesnoth.org/CzechTranslation\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"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:44
msgid "LoW"
msgstr "WL"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:45
msgid "Legend of Wesmere"
msgstr "Wesmerská legenda"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:47
#: data/campaigns/Legend_of_Wesmere/_main.cfg:51
msgid ""
"The tale of Kalenz, the High Lord who rallied his people after the second "
"orcish invasion of the Great Continent and became the most renowned hero in "
"the recorded history of the elves.\n"
"\n"
msgstr ""
"Příběh nejvyššího elfího lorda Kalenze, který po druhé skřetí invazi na "
"Velký kontinent sjednotil svůj lid a stal se nejproslulejším hrdinou "
"v zaznamenané historii elfů.\n"
"\n"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:49
msgid "(Hard level, 17 scenarios.)"
msgstr "(Úroveň ostřílený hráč, 17 scénářů.)"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:53
msgid "(Hard level, 18 scenarios.)"
msgstr "(Úroveň ostřílený hráč, 18 scénářů.)"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:57
msgid "Normal"
msgstr "Normální"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:57
msgid "Soldier"
msgstr "Voják"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:58
msgid "Challenging"
msgstr "Náročná"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:58
msgid "Lord"
msgstr "Lord"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:59
msgid "Difficult"
msgstr "Obtížná"
#. [campaign]: id=LOW, type=hybrid
#: data/campaigns/Legend_of_Wesmere/_main.cfg:59
msgid "High Lord"
msgstr "Nejvyšší lord"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:62
msgid "Creator and Lead Designer"
msgstr "Autor a hlavní návrh"
#. [entry]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:64
#: data/campaigns/Legend_of_Wesmere/_main.cfg:77
msgid "Spiros, George and Alexander Alexiou (Santi/fnaek)"
msgstr "Spiros, George a Alexander Alexiou (Santi/fnaek)"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:71
msgid "Campaign Maintenance"
msgstr "Údržba tažení"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:81
msgid "Prose-doctoring and adaptation for mainline"
msgstr "Úpravy příběhu a adaptace pro oficializaci"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:91
msgid "WML Assistance"
msgstr "Pomoc s programováním WML"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:106
msgid "Artificial Intelligence"
msgstr "Umělá inteligence"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:113
msgid "Graphics"
msgstr "Grafika"
#. [about]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:129
msgid "Additional thanks to"
msgstr "Další poděkování patří"
#. [entry]
#: data/campaigns/Legend_of_Wesmere/_main.cfg:187
msgid ""
"And the rest of the Wesnoth community for feedback,\n"
"criticism, help with WML code and graphics."
msgstr ""
"A zbytku komunity Wesnothu za zpětnou vazbu,\n"
"kritiku, pomoc s programováním WML a grafiku."
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:15
msgid "Essarn"
msgstr "Essarn"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:24
msgid "Valcathra"
msgstr "Valkatra"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:33
msgid "River Telfar"
msgstr "Řeka Telfar"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:42
msgid "Telfar Green"
msgstr "Telfarská luka"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:51
msgid "Erethean"
msgstr "Erethean"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:60
msgid "Northern Shallows"
msgstr "Severní mělčiny"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:69
msgid "Arthen"
msgstr "Arthen"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:78
msgid "Dancer’s Green"
msgstr "Taneční luka"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:87
msgid "Illissa"
msgstr "Illissa"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:96
msgid "Brightleaf Wood"
msgstr "Bělostný les"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:105
msgid "Viricon"
msgstr "Viricon"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:114
msgid "Ford of Alyas"
msgstr "Pevnost Alyas"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:123
msgid "Elendor"
msgstr "Elendor"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:132
msgid "Telionath"
msgstr "Telionath"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:141
msgid "West Tower"
msgstr "Západní věž"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:150
msgid "North Bridge"
msgstr "Severní most"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:159
msgid "North Tower"
msgstr "Severní věž"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:168
msgid "South Bastion"
msgstr "Jižní bašta"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:177
msgid "Tireas"
msgstr "Tireas"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:186
msgid "East Tower"
msgstr "Východní věž"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:195
msgid "Aelion"
msgstr "Aelion"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:204
msgid "Ford of Tifranur"
msgstr "Brod Tifranur"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:213
msgid "Karmarth Hills"
msgstr "Karmarthské kopce"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:222
msgid "Arryn"
msgstr "Arryn"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:231
msgid "Westwind Wood"
msgstr "Les Západovětrník"
#. [label]
#: data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg:240
msgid "Southwind Wood"
msgstr "Les Jihovětrník"
#. [scenario]: id=01_The_Uprooting
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:3
msgid "The Uprooting"
msgstr "Vykořenění"
#. [scenario]: id=01_The_Uprooting
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:9
msgid "Chapter One: Flight and Fight"
msgstr "Kapitola první: útěk a boj"
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:29
msgid ""
"<i>The Legend of Wesmere</i>\n"
"Chapter One"
msgstr ""
"<i>Wesmerská legenda</i>\n"
"Kapitola 1."
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:33
msgid ""
"Chapter One\n"
"<i>Flight and Fight</i>"
msgstr ""
"Kapitola 1.\n"
"<i>Útěk a boj</i>"
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:37
msgid ""
"The great elven heroes Kalenz and Landar were born in a quiet green wood in "
"Lintanir on the fringes of the Great Northern Forest."
msgstr ""
"Velcí elfí hrdinové Kalenz a Landar se narodili v tichém zeleném "
"Lintanirském lese na okraji Velkého severního hvozdu."
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:42
msgid ""
"Though not of noble birth, Kalenz showed early promise in the arts of his "
"people. His quick intelligence gained him more than usual respect among "
"elders normally inclined to pay little heed to anyone younger than a century "
"old."
msgstr ""
"Ačkoli byl Kalenz prostého původu, brzy se ukázalo, že je slibně nadaný v "
"uměních svého lidu. Jeho bryskní inteligence mu vynesla neobvyklý respekt "
"mezi staršími, kteří běžně příliš nedbali na názor někoho, kdo nebyl stár "
"ani sto let."
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:47
msgid ""
"Landar and Kalenz were friends from childhood. He too attracted the "
"attention of elders, at first because of a knack for mischief and pranks. "
"But there was no real harm in the boy, and his jokes made him popular among "
"the younger elves."
msgstr ""
"Landar kamarádil s Kalenzem od dětství. Často na sebe přitahoval pozornost "
"starších, neboť měl příliš velký talent pro šprýmy a uličnictví. Ale ve "
"skutečnosti v tomto chlapci nebylo nic zlého a jeho žerty mu zajišťovaly "
"popularitu mezi mladými elfy."
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:52
msgid ""
"Perhaps the elders sensed that changing times would require more flexible "
"minds; these were the years when humans from the Green Isle were "
"establishing themselves south of the Great River, and the known world was "
"changing more rapidly than it had for a thousand years before."
msgstr ""
"Možná starší vycítili, že měnící se časy budou vyžadovat pružnější myšlení. "
"Byly to časy, kdy se lidé ze Zeleného ostrova usadili jižně od Velké řeky a "
"kdy známý svět se měnil rychleji než tomu bylo po tisíciletí předtím."
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:55
msgid ""
"Some changes were good. The elves, awakened as from a long dream, began to "
"increase in population. But some were very bad, and the worst of those was "
"the coming of the orcs, the wreckers, the tree-killers. The years of their "
"long childhoods were a golden age, and the last time of untroubled peace."
msgstr ""
"Některé změny byly k dobrému. Elfové se probudili z dlouhé letargie a jejich "
"populace začala růst.\n"
"Ale některé byly velmi špatné. A nejhorší z nich byl příchod skřetů, "
"ničitelů a vrahů stromů. Léta jejich dlouhého dětství představovala zlatý "
"věk a poslední údobí klidu a míru."
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:58
msgid ""
"The elves had never been a martial people, and they were not prepared for "
"the inevitable war with the orcs. The friends came of age in the very year "
"that Erlornas of Wesmere fought the first orcish raiders. Within the next "
"decade orcish raids greatly increased, and their shadow loomed ever greater "
"over the elves.\n"
"\n"
"This is the story of Kalenz, Landar, and of the elves in the first days of "
"the humans in Wesnoth."
msgstr ""
"Elfové nikdy nebyli bojovným národem a nebyli připraveni na nevyhnutelnou "
"válku se skřety. Kamarádi vyrůstali v době, kdy Erlornas z Wesmérie poprvé "
"bojoval proti skřetím nájezdníkům. Během další dekády skřetí nájezdy prudce "
"narůstaly a stíny těchto událostí se tyčily nad elfy stále více.\n"
"\n"
"Toto je příběh Kalenze, Landara a elfů v prvním období lidí ve Wesnothu."
#. [message]: speaker=second_unit
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:123
msgid "You trifled with the wrong elf!"
msgstr "Zahazuješ se se špatným elfem!"
#. [message]: speaker=second_unit
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:133
msgid "Take that, you orcish scum!"
msgstr "Tu máš, odporný skřete!"
#. [side]: id=Velon, type=Elvish Captain
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:165
msgid "Velon"
msgstr "Velon"
#. [side]: id=Tbaran, type=Orcish Warrior
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:191
msgid "T’baran"
msgstr "T’baran"
#. [side]: id=Tbaran, type=Orcish Warrior
#. [side]: id=Wrulf, type=Orcish Warrior
#. [side]: type=Orcish Warrior, id=Qumseh
#. [side]: type=Orcish Warrior, id=Graur-Tan
#. [modify_side]
#. [side]: type=Troll Hero, type=Great Troll, id=Grugl
#. [side]
#. [side]: type=Saurian Ambusher, id=Shurm
#. [side]: type=Saurian Ambusher, id=Trigr
#. [side]: id=Hraurg, type=Saurian Ambusher
#. [side]: type=Saurian Ambusher, id=Spahr
#. [side]: type=Orcish Warlord, id=Urug-Tar
#. [side]: type=Orcish Warlord, id=Graur-Tan
#. [side]: type=Troll Warrior, id=Traur
#. [side]: type=Saurian Flanker, id=Huurgh
#. [side]: type=Saurian Oracle, id=Shhar
#. [side]: type=Troll Warrior, id=Tafrul
#. [side]: type=Arch Mage, id=Aquagar
#. [side]: type=Troll Warrior, id=Trigrul
#. [side]: type=Orcish Warlord, id=Kior-Pur
#. [side]: type=Orcish Warlord, id=Mbiran
#. [side]: type=Orcish Warlord, id=Tan-Durr
#. [side]: type=Saurian Flanker, id=Spahr
#. [side]: type=Saurian Flanker, id=Hgyr
#. [side]: type=Elvish Marshal, id=Crintil
#. [side]: type=Elvish Captain, id=Oblil
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:193
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:229
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:262
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:297
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:144
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:221
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:244
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:429
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:180
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:263
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:298
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg:113
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg:138
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg:158
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg:187
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:135
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:165
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:202
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg:205
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg:139
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg:169
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg:118
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg:119
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg:158
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg:132
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg:105
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg:141
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg:175
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg:129
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg:160
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg:139
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg:280
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg:314
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg:190
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg:224
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg:95
msgid "Enemies"
msgstr "Nepřátelé"
#. [side]: id=Wrulf, type=Orcish Warrior
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:227
msgid "Wrulf"
msgstr "Wrulf"
#. [side]: type=Orcish Warrior, id=Qumseh
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:267
msgid "Qumseh"
msgstr "Qumseh"
#. [side]: type=Orcish Warrior, id=Graur-Tan
#. [side]: type=Orcish Warlord, id=Graur-Tan
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:302
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:160
msgid "Graur-Tan"
msgstr "Graur-Tan"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:332
msgid "Orcs are pressing on us from all directions! To arms!"
msgstr "Skřeti se na nás hrnou ze všech stran! Do zbraně!"
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:336
msgid ""
"Hold, Kalenz. The Ka’lian Council should discuss our response. Maybe we can "
"reach an agreement with them!"
msgstr ""
"Kalenzi, zadrž. Naši reakci by měla prodiskutovat Rada v Kalianu. Třeba se s "
"nimi můžeme dohodnout!"
#. [message]: id=Qumseh
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:340
msgid "Surrender or die, tree-shaggers!"
msgstr "Vzdejte se nebo zemřete, lesní pošuci!"
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:344
msgid "They are too many. We have no choice but to submit!"
msgstr "Je jich moc. Nemáme jinou možnost než se podrobit!"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:348
msgid ""
"Elves must never surrender to these foul beasts! Who will fight them beside "
"me?"
msgstr ""
"Elfové se nikdy nesmí vzdát těmto špinavým bestiím! Kdo se se mnou do nich "
"pustí?"
#. [message]: id=Landar
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:356
msgid "We will follow you, Kalenz — but where can we go?"
msgstr "Budeme tě následovat, Kalenzi – ale kam můžeme jít?"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:360
msgid ""
"We must reach the Elvish Council in Ka’lian and enlist their help to "
"recapture our home."
msgstr ""
"Musíme se dostat k Elfí radě do Kalianu a zajistit jejich pomoc pro "
"znovuzískání našeho domova."
#. [message]: id=Landar
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:364
msgid "We are surrounded!"
msgstr "Jsme obklíčeni!"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:368
msgid ""
"Then we must storm one of the orcs’ outposts to break the encirclement "
"before more enemies arrive!"
msgstr ""
"Pak musíme zničit jedno ze skřetích ležení abychom prolomili obklíčení dřív, "
"než dorazí další nepřátelé!"
#. [message]: id=Anduilas
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:372
msgid "Very well, Kalenz — lead us!"
msgstr "Dobrá, Kalenzi, veď nás!"
#. [objective]: condition=win
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:386
msgid "Kill any of the orc leaders"
msgstr "Zabij některého skřetího vůdce"
#. [objective]: condition=win
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:391
msgid "Keep Velon alive"
msgstr "Velon zůstane naživu"
#. [objective]: condition=lose
#. [objective]: condition=win
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:395
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:516
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:797
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg:172
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg:211
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg:371
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:225
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg:307
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg:305
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg:195
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg:213
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg:257
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg:265
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg:263
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg:220
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg:370
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg:282
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg:305
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg:119
msgid "Death of Kalenz"
msgstr "Kalenz zemře"
#. [objective]: condition=lose
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:399
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:520
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:801
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg:176
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg:215
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg:375
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:229
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg:311
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg:309
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg:199
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg:217
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg:261
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg:269
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg:267
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg:224
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg:309
msgid "Death of Landar"
msgstr "Landar zemře"
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:425
msgid "We surrender!"
msgstr "Vzdáváme se!"
#. [message]: id=Graur-Tan
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:429
msgid "Did I mention that we take no prisoners? Die!"
msgstr "Zmínil jsem, že nebereme zajatce? Zemři!"
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:434
msgid ""
"Kalenz was right and I was wrong. Go; join Kalenz while yet you can. I and "
"the remaining elders will cover your retreat as best we may."
msgstr ""
"Měl jsi pravdu Kalenzi a já se mýlil. Běžte, připojte se k němu dokud ještě "
"můžete. Já se zbývajícími staršími se budeme ze všech sil krýt váš ústup."
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:452
msgid "Flee, Kalenz... find vengeance for us!"
msgstr "Uteč Kalenzi... pomsti se za nás!"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:456
msgid ""
"Velon, I swear on the life of Irdya that I will not let you be forgotten "
"while elves yet draw breath to sing."
msgstr ""
"Velone, přísahám na trvání Irdye, že dokud budou mít elfové dost dechu ke "
"zpěvu, nenechám tvou památku zapadnout."
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:465
msgid "Swords will aid us more than songs, Kalenz; you saw that before I."
msgstr ""
"Meče nám pomůžou víc než písně Kalenzi, jak jsi sám věděl už dřív než já."
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:469
msgid "Swordsmen you shall have, as swiftly as I can find them and return."
msgstr ""
"Bojovníky s meči budeš mít tak rychle, jak jen je budu schopen najít a "
"přivést."
#. [message]: id=Landar
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:479
msgid ""
"Velon has fallen. He counseled weakness, but did not deserve such an ugly "
"death. We shall return with swords to avenge him!"
msgstr ""
"Velon padl. Jeho vedení bylo slabé, ale nezasloužil si tak ošklivou smrt. "
"Vrátíme se s meči a pomstíme ho!"
#. [message]: race=orc
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:497
msgid "You won’t get very far! After them!"
msgstr "Daleko nezdrhnete! Za nima!"
#. [message]: speaker=unit
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:514
msgid "Curse you, tree-shaggers! We will feed your young to our wolves!"
msgstr "Proklínám vás vy lesní pošuci! Budeme krmit své vlky vašimi dětmi!"
#. [message]: speaker=second_unit
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:527
msgid "What is this? The orc held plunder!"
msgstr "Co se to děje? Skřeti nezačali plundrovat!"
#. [message]: id=Velon
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg:570
msgid "Flee, Kalenz... Our hopes ride with you..."
msgstr "Utíkej Kalenzi... Jsi naše naděje..."
#. [scenario]: id=02_Hostile_Mountains
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:11
msgid "Hostile Mountains"
msgstr "Nehostinné hory"
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:28
msgid ""
"Kalenz and his band broke out of the orcish encirclement, only to discover "
"that the country on the direct route to the Ka’lian was already swarming "
"with orcs. The raid on Kalenz’s home, it seemed, had been but one small part "
"of a great migration south. There was no choice but to make a detour through "
"territory the elves would rather have avoided..."
msgstr ""
"Kalenz a jeho skupina prorazili skřetí obklíčení. Zjistili však, že oblast, "
"přes níž vedla přímá cesta do Kalianu je již obsazena skřety. Vypadalo to, "
"že nájezd na Kalenzovu domovinu byl jen pouhou malou částí daleko většího "
"jižního přesunu. Elfové neměli na vybranou a museli zvolit okliku přes "
"teritorium, kterému by se jinak raději vyhnuli..."
#. [side]
#. [modify_side]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:104
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:166
#: data/campaigns/Legend_of_Wesmere/utils/characters.cfg:4
msgid "Player"
msgstr "Hráč"
#. [side]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:107
msgid "Neutrals"
msgstr "Neutrální"
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:128
msgid "Those stinking trolls ha’ stepped on <i>our</i> land!"
msgstr "Ti smradlaví trollové vlezli na <i>naše</i> území!"
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:198
msgid "Those lying elves have stepped on <i>our</i> land!"
msgstr "Ti prolhaní elfové vlezli na <i>naše</i> území!"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:202
msgid ""
"Fight to subdue, and do not kill unless you must. We have foes enough as it "
"is without making blood enemies of these dwarves."
msgstr ""
"Bojujte, jen abyste je zahnali a nezabíjejte, pokud nebudete muset. Máme už "
"tak dost nepřátel a není třeba si dělat zavilé nepřátele i z těchto "
"trpaslíků."
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:349
msgid ""
"It should be rare sport to watch this... Just be sure not to trespass on our "
"land."
msgstr ""
"Tohle se hned tak nevidí... jen si dejte majzla a nevlezte na naše území."
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:360
msgid "Up axes, and death to elves!"
msgstr "Sekery do ruky a smrt elfům!"
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:371
msgid "Up axes, and death to trolls!"
msgstr "Sekery do ruky a smrt trollům!"
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:383
msgid "Up axes, and kill all the interlopers!"
msgstr "Sekery do ruky a smrt všem vetřelcům!"
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:396
msgid "Defend our bounds! Slay all who trespass them!"
msgstr "Braňte naše hranice. Zabte každýho, kdo je překročí!"
#. [side]: type=Troll Hero, type=Great Troll, id=Grugl
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:426
msgid "Grugl"
msgstr "Grugl"
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:470
msgid ""
"I had hoped to avoid these paths... The eastern way is through dwarvish "
"territory and is shorter. I pray the dwarves will grant us safe passage, "
"since the other path is through troll territory..."
msgstr ""
"Doufal jsem, že tudy nebudeme muset jít...\n"
"Východní stezka vede trpasličím územím a je kratší. Poprosím trpaslíky, aby "
"nám umožnili bezpečný průchod, neboť ta druhá stezka vede přes teritorium "
"trollů..."
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:474
msgid ""
"Not even in yer dreams, elf. These are dwarvish lands, and troubles we want "
"no part of nip at yer heels. Get out and stay out!"
msgstr ""
"Ani ve snu, elfe! Tohle je trpasličí zem a my nechcem, abyste na ni "
"vstoupili byť jen špičkou boty. Dejte si odchod a nepřibližujte se!"
#. [message]: id=Landar
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:478
msgid ""
"Our troubles will be yours, too, whether either of us wills it or not. The "
"orcs have come down from the north like a flood; if we squabble among "
"ourselves they will feast on our discord."
msgstr ""
"Problémy, co máme my, budeš mít taky, ať to kdokoli z nás chce nebo ne. "
"Skřeti se valí ze severu jako záplava a pokud se spolu budeme handrkovat, "
"vydělají na tom oni."
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:482
msgid ""
"Bah. More smooth words and trickery, by my beard. We know yer kind... and "
"who needs yer help anyway, weaklings? Leave now, or feel my axe! That same "
"kiss of steel will greet all intruders. Anyone who sets foot on the eastern "
"bank o’ this river will rue the day he was born!"
msgstr ""
"Eh, u mého fousu, co je to za elfí triky? Známe takové jako vy. Vždyť kdo se "
"prosí o vaší pomoc, slabotky? Odejděte nebo okusíte ostří mé sekery! To "
"naservírujem každému, kdo nám vleze na území. Každý, kdo vstoupí na východní "
"břeh řeky bude litovat dne, kdy se narodil!"
#. [message]: id=Landar
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:486
msgid "I cannot see how trolls could be any less friendly."
msgstr "Nevím, jak by vůbec mohli být trollové víc nepřátelští."
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:490
msgid ""
"Hmm... Perhaps the dwarves’ intransigence can serve our purpose. Onwards, "
"and no matter what you do, do <i>not</i> step on the eastern bank of the "
"river!"
msgstr ""
"Hmm... možná nám může být trpasličí neústupnost k užitku. Kupředu a ať se "
"bude dít cokoli, <i>nechoďte</i> na východní břeh řeky!"
#. [objective]: condition=win
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:506
msgid "Kalenz or Landar must reach the signpost"
msgstr "Dostaň Kalenze nebo Landara k ukazateli"
#. [objective]: condition=win
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:512
msgid "Defeat Grugl"
msgstr "Poraz Grugla"
#. [objective]: condition=lose
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:524
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg:233
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg:317
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg:207
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg:221
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg:265
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg:279
msgid "Death of Olurf"
msgstr "Olurf zemře"
#. [message]: speaker={SPEAKER_NAME}
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:540
msgid "We made it. Onwards to Wesmere!"
msgstr "Zvládli jsme to! Kupředu do Wesmérie!"
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:551
msgid "Crazy elves! But at least they felled a few trolls before they left."
msgstr "Blázniví elfové! Ale aspoň než prošli, sejmuli pár trollů."
#. [message]: id=Olurf
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:557
msgid "Crazy elves!"
msgstr "Bláznivý elfové!"
#. [message]: id=Grugl
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:626
msgid "Urgh! Grugl tried to eat dwarves, but choked on their sharp nasty axes."
msgstr ""
"Uurrgghh! Grugl chtít jíst trpasly, ale jejich ostrá ošklivá sekerky "
"zakuckat ho."
#. [message]: id=Grugl
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg:642
msgid ""
"Urgh! Grugl wanted tasty elf-meat, but choked on their nasty pointy spears!"
msgstr ""
"Uurrgghh! Grugl chtít chutná elfí masíčko, ale jejich ošklivá špičatá "
"oštepky zakuckat ho!"
#. [scenario]: id=03_Kalian_under_Attack
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:14
msgid "Ka’lian under Attack"
msgstr "Kalian pod útokem"
#. [part]
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:57
msgid ""
"Events at the Ka’lian took an ominous turn before Kalenz and his band could "
"arrive there..."
msgstr ""
"Než Kalenz a jeho druhové mohli dorazit do Kalianu, zdejší události nabyly "
"hrozivých rozměrů..."
#. [message]: speaker=unit
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:246
msgid "Chief, the cursed tree-shaggers are defeating us!"
msgstr "Šéfe, prokletí lesní pošuci nás poráží!"
#. [message]: speaker=unit
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:332
msgid "We die, but more come after us, orcs will rule all!"
msgstr "Je po nás, ale za námi přijde mnoho dalších. Skřeti všechno ovládnou!"
#. [unit]: type=Orcish Slayer, id=Urudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:423
msgid "Urudin"
msgstr "Urudin"
#. [unit]: type=Orcish Warlord, id=Murudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:434
msgid "Murudin"
msgstr "Murudin"
#. [unit]: type=Orcish Warlord, id=Mutaf-uru
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:443
msgid "Mutaf-uru"
msgstr "Mutaf-uru"
#. [message]: id=Mutaf-uru
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:475
msgid "Good, you are returned. What news is there?"
msgstr "Fajn, už jsi zpátky. Co neseš za novinky?"
#. [message]: id=Urudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:479
msgid ""
"The elvish scum refused to surrender, Warlord. We have begun the attack, as "
"planned."
msgstr ""
"Ta elfí spodina se odmítla vzdát, vojevůdče. Začali jsme útok, jak bylo v "
"plánu."
#. [message]: id=Mutaf-uru
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:483
msgid "Were you able to breach their citadel?"
msgstr "Probili jste se do jejich citadely?"
#. [message]: id=Urudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:491
msgid "Yes. We slaughtered them in great numbers."
msgstr "Jo. Zmasakrovali jsme jich velké množství."
#. [message]: id=Urudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:500
msgid "No, our attack was repulsed."
msgstr "Ne, náš útok byl odražen."
#. [message]: id=Urudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:506
msgid "They resisted us fiercely; the battle is not yet done."
msgstr "Zuřivě se nám bránili, bitva ještě není u konce."
#. [message]: id=Mutaf-uru
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:522
msgid "Go, report this news to the warlord Grubr."
msgstr "Běž a oznam tyhle novinky vojevůdci Grubrovi."
#. [message]: id=Urudin
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:526
msgid "I obey."
msgstr "Jak poroučíš."
#. [message]: id=Mutaf-uru
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:630
msgid "These elves are weak, mere meat for my wolves! Get them!"
msgstr "Ti elfové jsou slabí, jen další maso pro mé vlky! Sejměte je!"
#. [message]: id=Mutaf-uru
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:655
msgid ""
"Cursed tree-shaggers and their filthy bows! We shall await the main army."
msgstr "Prokletí lesní pošuci a jejich špinavý luky! Počkáme na hlavní voj."
#. [objective]: condition=win
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:793
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg:303
msgid "Defeat all enemy leaders."
msgstr "Poraz všechny nepřátelské vůdce."
#. [objective]: condition=lose
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:805
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:877
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg:319
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg:277
msgid "Death of Galtrid"
msgstr "Galtrid zemře"
#. [objective]: condition=lose
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:810
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:882
msgid "Death of Eradion"
msgstr "Eradion zemře"
#. [message]: speaker=narrator
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:832
msgid ""
"For days, Kalenz and his small host of followers traveled, moving nearer and "
"yet nearer to the Ka’lian. Thanks to the dense fog and elvish woodscraft, "
"the band was able to evade the orcish hunters. Then, as they were almost "
"arrived at their destination, the north wind blew, and the fog lifted to "
"reveal a grim sight..."
msgstr ""
"Běžely dny a Kalenz a jeho malá skupina následovníků se přibližovala blíž a "
"blíž ke Kalianu. Díky husté mlze a elfí lesní moudrosti se skupina vyhnula "
"skřetím pronásledovatelům. Pak, když už byli skoro ve svém cíli, zadul "
"severní vítr a mlha se zvedla, aby odkryla chmurný pohled..."
#. [message]: id=Kalenz
#: data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg:836
msgid ""
"Great hosts of orcs converge on the Ka’lian! But if we fall upon them from "
"behind as they are fully engaged with the defenders, we and they together "
"might yet defeat them."