-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhume-worldmaps.pot
1124 lines (905 loc) · 26.1 KB
/
hume-worldmaps.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-01 01:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/hume-worldmaps/levels/hume/6crystal.stl:3
msgid "Six magic crystals (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/6crystal.stl:436
msgid "#Find two crystals to open this gate."
msgstr ""
#: src/hume-worldmaps/levels/hume/6crystal.stl:441
msgid "#Find three crystals to open this gate."
msgstr ""
#: src/hume-worldmaps/levels/hume/6crystal.stl:446
#: src/hume-worldmaps/levels/hume/6crystal.stl:451
#: src/hume-worldmaps/levels/hume/6crystal.stl:456
msgid "#Find four crystals to open this gate."
msgstr ""
#: src/hume-worldmaps/levels/hume/6crystal.stl:461
msgid "#Find five crystals to complete opening this gate."
msgstr ""
#: src/hume-worldmaps/levels/hume/6crystal.stl:466
msgid "#Find six crystals to open this gate."
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:4
#: src/hume-worldmaps/levels/hume_rainbow_cave/archivements.stl:3
msgid "Unlocked achievements"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:52
msgid ""
"##1\n"
"#play the first level"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:58
msgid ""
"##2\n"
"#get to the free room"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:64
msgid ""
"##3\n"
"#play level named unlocked achievements"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:70
msgid ""
"##4\n"
"#find the secret level in the forest sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:76
msgid ""
"##5\n"
"#get for a help for achievements"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:82
msgid ""
"-Welcome in the achievements preview!\n"
"#Unlock all these achievement to finish this level.\n"
"#You can unlock achievements in this worldmap."
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:89
msgid ""
"##6\n"
"#pass trough the tunnel"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:95
msgid ""
"##7\n"
"#play the bonus level in the icy sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:101
msgid ""
"##8\n"
"#find the secret level in the icy sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:107
msgid ""
"##9\n"
"#build the highest totem"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:113
msgid ""
"##10\n"
"#play a level in the icy sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:119
msgid ""
"##11\n"
"#kill a yeti"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:125
msgid ""
"##12\n"
"#use the detour trough the crystal sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:131
msgid ""
"##13\n"
"#play a level in the crystal sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:137
msgid ""
"##14\n"
"#play the bonus level in the crystal sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:143
msgid ""
"##15\n"
"#find the secret level in the crystal sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:149
msgid ""
"##16\n"
"#complete the detour trough the crystal sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:155
msgid ""
"##17\n"
"#find a secret platform"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:161
msgid ""
"##18\n"
"#60s to double score"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:167
msgid ""
"##19\n"
"#play a level in the dark-forest sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:173
msgid ""
"##20\n"
"#play the bonus level in dark-forest sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:179
msgid ""
"##21\n"
"#find the secret level in dark-forest sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:185
msgid ""
"##22\n"
"#electrifying pass"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:191
msgid ""
"##23\n"
"#finish the impossible-hard level"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:197
msgid ""
"##24\n"
"#pass, but not destoy"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:203
msgid ""
"##25\n"
"#play a level in the water sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:209
msgid ""
"##26\n"
"#play the bonus level in water sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:215
msgid ""
"##27\n"
"#find the secret level in water sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:221
msgid ""
"##28\n"
"#clear all yetis on iceberg"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:227
msgid ""
"##29\n"
"#complete the hanoii game"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:233
msgid ""
"##30\n"
"#where trampolines continue?"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:239
msgid ""
"##31\n"
"#find the secret sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:245
msgid ""
"##32\n"
"#play a level in the secret sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:251
msgid ""
"##33\n"
"#play the non-secret bonus level in secret sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:257
msgid ""
"##34\n"
"#find the secret level in the secret sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:263
msgid ""
"##35\n"
"#best survivor"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:269
msgid ""
"##36\n"
"#I don't want bonus"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:275
msgid "-achievements from secret sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:280
msgid "-achievements from forest sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:285
msgid "-achievements from icy sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:290
msgid "-achievements from crystal sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:295
msgid "-achievements from dark-forest sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:300
msgid "-achievements from water sequence"
msgstr ""
#: src/hume-worldmaps/levels/hume/archivement.stl:305
msgid ""
"!images/objects/bonus_block/full-0.png\n"
" locked\n"
"t|\n"
"tV\n"
"!images/objects/bonus_block/infoblock.png\n"
" unlocked"
msgstr ""
#: src/hume-worldmaps/levels/hume/bonus1.stl:3
msgid "Bonus Level 1 - wheel of fortune"
msgstr ""
#: src/hume-worldmaps/levels/hume/bonus2.stl:3
msgid "Bonus level 2 - Badguys' revenge"
msgstr ""
#: src/hume-worldmaps/levels/hume/bonus3.stl:3
msgid "Bonus level 3 - platforms and spikes"
msgstr ""
#: src/hume-worldmaps/levels/hume/bonus4.stl:3
msgid "Bonus level 4 - The secound kugelblitzs' attack"
msgstr ""
#: src/hume-worldmaps/levels/hume/bonus5.stl:3
msgid "Bonus level 5 - left and right candle"
msgstr ""
#: src/hume-worldmaps/levels/hume/boss1.stl:3
msgid "The yeti is attacking! (boss)"
msgstr ""
#: src/hume-worldmaps/levels/hume/boss2.stl:3
msgid "Survive or not to survive? That's the question. (boss)"
msgstr ""
#: src/hume-worldmaps/levels/hume/boss3.stl:3
msgid "Kugelblitzs are attacking! (boss)"
msgstr ""
#: src/hume-worldmaps/levels/hume/boss5.stl:3
msgid "Kamikazesnowballs rise (boss)"
msgstr ""
#: src/hume-worldmaps/levels/hume/crystallos.stl:3
msgid "Lot of crystallos is too more crystallos (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/czyplatform.stl:3
msgid "Hume's crazy platform (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/df-level1.stl:3
msgid "welcome in the dark forest (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/df-level2.stl:3
msgid "A somewhat hill (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/df-level3.stl:3
msgid "Inside the hill (very-hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/df-level4.stl:3
msgid "Feary spidermites (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/df-level5.stl:3
msgid "Ghosts' garden (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/entercastle.stl:3
msgid "Entering the castle (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/fly.stl:3
msgid "Exit behind hole with spikes (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/forestlevel.stl:3
msgid "tree-jumping (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/gotofly.stl:3
msgid "A long way up (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/hedgehoglaunch.stl:3
msgid "Hedgehog launch (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/land.stl:3
msgid "In the forest again (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/layer.stl:3
msgid "Two layers (very-hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/layer.stl:806
msgid "#Use the hole in crystal cover as a door"
msgstr ""
#: src/hume-worldmaps/levels/hume/platforms.stl:3
msgid "Platforms full of movement (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/secret0.stl:3
msgid "Rat maze (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/secret0.stl:201
msgid ""
"-The rat maze\n"
"#Push twelve buttons. They open the level exit.\n"
"#There is one of buttons."
msgstr ""
#: src/hume-worldmaps/levels/hume/secret1.stl:3
msgid "The square mission (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/secret2.stl:3
msgid "Grassy hills (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/secret3.stl:3
msgid "Badguys' camp (impossible-hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/secret4.stl:3
msgid "step by step (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/secret5.stl:3
msgid "A long way over the ocean (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/snowhill.stl:3
msgid "Snowy hills (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/ss-level1.stl:3
msgid "What is Tux doing in the sky? (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/ss-level2.stl:3
msgid "behind the great iceberg (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/ss-level3.stl:3
msgid "Is there a shorter way than this? (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/ss-level4.stl:3
msgid "A longer way down (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/totem.stl:3
msgid "72-bit totem required (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/totem.stl:25
msgid ""
"!images/creatures/totem/walking3.png\n"
" 1-bit totem\n"
"t+\n"
"!images/creatures/totem/walking3.png\n"
" 1-bit totem\n"
"t|\n"
"t\\/\n"
"!images/creatures/totem/stacked.png\n"
"!images/creatures/totem/walking3.png\n"
" 2-bit totem\n"
"tWhile you can't jump over the hole, try building higher totems."
msgstr ""
#: src/hume-worldmaps/levels/hume/tower.stl:3
msgid "The overunderground tower (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/tower.stl:26
msgid ""
"#Welcome to the base of the tower.\n"
"#You can go down for some bonuses.\n"
"#The main path leads upwards."
msgstr ""
#: src/hume-worldmaps/levels/hume/tower.stl:662
msgid ""
"-Oh no,\n"
"#The lower path is now blocked!\n"
"#You can use this path another time."
msgstr ""
#: src/hume-worldmaps/levels/hume/tree.stl:3
msgid "Over the tree (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/tunel.stl:3
msgid "Trough the tunnel (boss)"
msgstr ""
#: src/hume-worldmaps/levels/hume/tunel.stl:278
msgid "#Boss is behind that door."
msgstr ""
#: src/hume-worldmaps/levels/hume/water1.stl:3
msgid "The hydroponic garden (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/water2.stl:3
msgid "Hanoii (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/water3.stl:3
msgid "Water bicycle (hard)"
msgstr ""
#: src/hume-worldmaps/levels/hume/water4.stl:3
msgid "Above the ocean (medium)"
msgstr ""
#: src/hume-worldmaps/levels/hume/water5.stl:3
msgid "Whoops! (easy)"
msgstr ""
#: src/hume-worldmaps/levels/hume/worldmap.stwm:3
msgid "Hume's islands"
msgstr ""
#: src/hume-worldmaps/levels/hume/worldmap.stwm:111
#: src/hume-worldmaps/levels/hume/worldmap.stwm:118
#: src/hume-worldmaps/levels/hume/worldmap.stwm:125
#: src/hume-worldmaps/levels/hume/worldmap.stwm:132
#: src/hume-worldmaps/levels/hume/worldmap.stwm:139
msgid "go home"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/archivements.stl:20
msgid ""
"-Unlocked achievements\n"
"#This level is finishable only after you unlock all achievements.\n"
"#You can unlock these achievements in each level in this worldmap."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/archivements.stl:27
msgid ""
"-Hint:\n"
"#In this level is one secret area."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue1.stl:3
msgid "Easy blue"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue2.stl:3
msgid "Snowy cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue3.stl:3
msgid "Frozen cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue4.stl:3
msgid "Frozen floors"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue5.stl:3
msgid "Bonus crystal hount"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue6.stl:3
msgid "Kill the yeti until the yeti kills you!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue6.stl:350
msgid ""
"#For\n"
"-Non-epileptic"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue6.stl:356
msgid ""
"#For\n"
"-Epileptic"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/blue7.stl:3
msgid "Crystallos' snowy cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/bonus.stwm:3
msgid "Bonus cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/entercode.stl:3
msgid "Bonus levels gate"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green1.stl:3
msgid "The green cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green2.stl:3
msgid "Forest badguys are expecting you"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green3.stl:3
msgid "Zeekling jumping"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green4.stl:3
msgid "Climbable wall"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green5.stl:3
msgid "Tree in the cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green5.stl:24
msgid ""
"-Warp trees\n"
"#Press the up key to warp to another warp tree."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green5.stl:30
msgid ""
"-Warp trees\n"
"#You can use this tree to warp back."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green5.stl:1734
msgid "#Welcome on the top of tree!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green6.stl:3
msgid "Ride over spikes"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/green7.stl:3
msgid "Mushroom room"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange1.stl:4
msgid "Tux has never seen orange crystals"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange2.stl:3
msgid "Lava lake"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange3.stl:3
msgid "Lava ride"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange4.stl:3
msgid "Rising lava"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange5.stl:3
msgid "Not hard"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange6.stl:3
msgid "Surviving in lava"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/orange7.stl:3
msgid "An orange level with name"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple1.stl:3
msgid "The last possible choice"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple1.stl:18
msgid ""
"-Warp trees\n"
"#Press the up key to warp."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:3
msgid "You can find seven secret areas."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:46
msgid ""
"#Remembre code:\n"
"*310412"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:52
msgid ""
"#Remember code:\n"
"*489641"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:58
msgid ""
"#Remember code:\n"
"*028976"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:64
msgid ""
"#Remember code:\n"
"*360126"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:70
msgid ""
"#Remember code:\n"
"*289221"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:76
msgid ""
"#Remember code:\n"
"*265813"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:82
msgid ""
"#Remember code:\n"
"*598126"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple2.stl:88
msgid ""
"#Remember code:\n"
"*360312"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple3.stl:3
msgid "Entrance into cave fortress"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple4.stl:3
msgid "Fortress maze"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple4.stl:198
msgid ""
"-The fortress maze\n"
"#Push twelve buttons. They open the level exit.\n"
"#There is one of buttons."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple5.stl:3
msgid "Warming ketchup"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple6.stl:3
msgid "Warp out"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple6.stl:18
msgid "#This warp tree warps you out of Hume's rainbow cave."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple6.stl:181
msgid "#Welcome in Hume's islands!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple6.stl:725
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple6.stl:730
msgid "#This door is locked. You can use this door another time."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple6.stl:1444
msgid ""
"#This is a way back home.\n"
"#I hope you unlocked all achievements!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/purple7.stl:3
msgid "Going up upwards."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:3
msgid "Welcome in Hume's rainbow cave!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:78
msgid ""
"-Welcome in Hume's rainbow cave!\n"
"#Go further for more information."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:84
msgid ""
"-Bonus crystals\n"
"#You must unlock all achievements to win this worldmap.\n"
"#You get one achievement if you reach all bonus crystals.\n"
"#There are one bonus crystal in each level group.\n"
"#One of them is above you.\n"
"#If you don't want to go for the bonus cryctal, you can continue in this way."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:94
msgid ""
"-Congratulations!\n"
"#You get one bonus crystal.\n"
"#There are seven bonus crystals in this worldmap."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:101
msgid ""
"-Level groups\n"
"#There are seven level groups in this worldmap.\n"
"#There are six levels in each level goup.\n"
"#These level groups are named:\n"
"*red, orange, yellow, green, blue, purple and white.\n"
"#You get an achievement when you done all levels in each level group."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:111
msgid ""
"-Congratulations!\n"
"#You found one secret area.\n"
"#There are fourty two secret areas in this worldmap."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:118
msgid ""
"-System of level groups\n"
"#You are in the red level group now.\n"
"#Next level group is white.\n"
"#There is orange level group after that.\n"
"#If you want, you can after first level in orange and next level groups go "
"to next level group.\n"
"#Next level groups are yellow, green, blue and purple."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:128
msgid ""
"-Secret areas\n"
"#You can unlock an archivement if you find all secret areas.\n"
"#One secret area is around here."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:135
msgid ""
"-Other bonuses\n"
"#Secret areas is not an only way for get bonuses.\n"
"#There are bonuses out of secret areas.\n"
"#Wait for the platform for continue."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:143
msgid ""
"-Badguys\n"
"#There are also a few badguys.\n"
"#You must avoid it."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:150
msgid ""
"-Platforms\n"
"#There are some platforms in this worldmap.\n"
"#Please, wait for a platform for a ride."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:157
msgid ""
"-Boss levels\n"
"#There are one boss level in each level group.\n"
"#The boss level is the last level in each level group.\n"
"#You must survive a minute in all bosses, when the goal is not obvious.\n"
"#Wait for next platform for get to the other side."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red1.stl:166
msgid ""
"-Level exit\n"
"#There is the last way for get an achievement.\n"
"#You get an archivement when you done all levels.\n"
"#There are fourty two levels in this worldmap.\n"
"#Find a way out of this cave, good luck!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red2.stl:3
msgid "Over the great hole"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red3.stl:3
msgid "Difficlut passages"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red4.stl:3
msgid "Down to the mine"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red4.stl:35
msgid ""
"-Where are bonuses??\n"
"#There are no bonuses, but you must find all secret areas for win this "
"worldmap."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red5.stl:3
msgid "That's bouncy!"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red6.stl:3
msgid "The torture"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/red7.stl:3
msgid "Welcome in bonus levels"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white1.stl:3
msgid "All white crystal are welcome"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white2.stl:3
msgid "A barricaded passage"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white3.stl:3
msgid "The main hall"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white4.stl:3
msgid "More than one room"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white5.stl:3
msgid "Give me a solid poit please. I want to vomit."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white6.stl:3
msgid "Platforms are bringing badguys"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/white7.stl:3
msgid "Cave with icecrushers"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/worldmap.stwm:3
msgid "Hume's rainbow cave"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow1.stl:3
msgid "Yellow from the sun"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow2.stl:3
msgid "Unisolid steps"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow3.stl:3
msgid "Deadly spikes"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow4.stl:3
msgid "Lift"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow5.stl:3
msgid "Octachoral test"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow5.stl:17
msgid ""
"-Octachoral test!\n"
"#You must get from side 1 to side 24.\n"
"#You must answer the question in each sides.\n"
"#If you answer correctly, you can chose your way to continue.\n"
"#Else your way is chosen randomly and you can never undo it in that side.\n"
"#Begin winth pressing this button."
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow6.stl:3
msgid "Deadly darts"
msgstr ""
#: src/hume-worldmaps/levels/hume_rainbow_cave/yellow7.stl:3
msgid "Falling into a great hole"
msgstr ""
#: src/hume-worldmaps/scripts_bonus1.txt:2
msgid ""
"Purple spotlights up!\n"
"+10 coins"
msgstr ""
#: src/hume-worldmaps/scripts_bonus1.txt:4
msgid ""
"Purple bonus!\n"
"+30 coins"
msgstr ""
#: src/hume-worldmaps/scripts_bonus1.txt:6
msgid ""
"Turquoise spotlights up!\n"
"+10 coins"
msgstr ""