aboutsummaryrefslogtreecommitdiff
path: root/games/lincity-ng/pkg-plist
blob: 0ca8d83a217bb9b199b6a7b1c0d8c2354fe6fbe7 (plain) (blame)
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
bin/lincity-ng
share/applications/lincity-ng.desktop
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/COPYING-data.txt
%%DOCSDIR%%/COPYING-fonts.txt
%%DOCSDIR%%/README
%%DOCSDIR%%/RELNOTES
%%DOCSDIR%%/TODO
%%DOCSDIR%%/lincityconfig.xml
%%DOCSDIR%%/userconfig.xml
%%DATADIR%%/colour.pal
%%DATADIR%%/fonts/fixed.ttf
%%DATADIR%%/fonts/sans.ttf
%%DATADIR%%/gui/allgone.xml
%%DATADIR%%/gui/app.xml
%%DATADIR%%/gui/blacksmithup.xml
%%DATADIR%%/gui/bulldoze_monument_yn.xml
%%DATADIR%%/gui/bulldoze_river_yn.xml
%%DATADIR%%/gui/bulldoze_shanty_yn.xml
%%DATADIR%%/gui/buttonpanel.xml
%%DATADIR%%/gui/coal_survey_yn.xml
%%DATADIR%%/gui/coalmineup.xml
%%DATADIR%%/gui/coalpowerup.xml
%%DATADIR%%/gui/credits.xml
%%DATADIR%%/gui/creditslist.xml
%%DATADIR%%/gui/cricketup.xml
%%DATADIR%%/gui/fire.xml
%%DATADIR%%/gui/firestationup.xml
%%DATADIR%%/gui/gamestats.xml
%%DATADIR%%/gui/healthup.xml
%%DATADIR%%/gui/helpwindow.xml
%%DATADIR%%/gui/hvindustryup.xml
%%DATADIR%%/gui/import-exportup.xml
%%DATADIR%%/gui/launch-evac.xml
%%DATADIR%%/gui/launch-fail.xml
%%DATADIR%%/gui/launch-gone.xml
%%DATADIR%%/gui/launch-good.xml
%%DATADIR%%/gui/launch_rocket_yn.xml
%%DATADIR%%/gui/loadgame.xml
%%DATADIR%%/gui/ltindustryup.xml
%%DATADIR%%/gui/mainmenu.xml
%%DATADIR%%/gui/messagearea.xml
%%DATADIR%%/gui/millup.xml
%%DATADIR%%/gui/minimap.xml
%%DATADIR%%/gui/minimapswitchbuttons.xml
%%DATADIR%%/gui/mod_wind_up.xml
%%DATADIR%%/gui/mps.xml
%%DATADIR%%/gui/newgame.xml
%%DATADIR%%/gui/no-credit-parkland.xml
%%DATADIR%%/gui/no-credit-recycle.xml
%%DATADIR%%/gui/no-credit-rocket.xml
%%DATADIR%%/gui/no-credit-solar-power.xml
%%DATADIR%%/gui/no-credit-university.xml
%%DATADIR%%/gui/nobull-tip.xml
%%DATADIR%%/gui/options.xml
%%DATADIR%%/gui/parkup.xml
%%DATADIR%%/gui/pbar.xml
%%DATADIR%%/gui/piemenu.xml
%%DATADIR%%/gui/portdialog.xml
%%DATADIR%%/gui/potteryup.xml
%%DATADIR%%/gui/railwayup.xml
%%DATADIR%%/gui/recycleup.xml
%%DATADIR%%/gui/riverup.xml
%%DATADIR%%/gui/roadup.xml
%%DATADIR%%/gui/rocketup.xml
%%DATADIR%%/gui/savegame.xml
%%DATADIR%%/gui/schoolup.xml
%%DATADIR%%/gui/shfire-oc.xml
%%DATADIR%%/gui/shfire-uc.xml
%%DATADIR%%/gui/solarpowerup.xml
%%DATADIR%%/gui/speedpanel.xml
%%DATADIR%%/gui/sustain.xml
%%DATADIR%%/gui/tradedialog.xml
%%DATADIR%%/gui/universityup.xml
%%DATADIR%%/gui/windmillup.xml
%%DATADIR%%/help/cs/help.xml
%%DATADIR%%/help/cs/index.xml
%%DATADIR%%/help/cs/keys.xml
%%DATADIR%%/help/de/blacksmith.xml
%%DATADIR%%/help/de/bulldoze.xml
%%DATADIR%%/help/de/button-index.xml
%%DATADIR%%/help/de/coal.xml
%%DATADIR%%/help/de/coalmine.xml
%%DATADIR%%/help/de/commune.xml
%%DATADIR%%/help/de/cricket.xml
%%DATADIR%%/help/de/dialogs.xml
%%DATADIR%%/help/de/economy.xml
%%DATADIR%%/help/de/export.xml
%%DATADIR%%/help/de/farm.xml
%%DATADIR%%/help/de/fast.xml
%%DATADIR%%/help/de/finance.xml
%%DATADIR%%/help/de/firestation.xml
%%DATADIR%%/help/de/food.xml
%%DATADIR%%/help/de/goods.xml
%%DATADIR%%/help/de/health.xml
%%DATADIR%%/help/de/help.xml
%%DATADIR%%/help/de/housing.xml
%%DATADIR%%/help/de/index.xml
%%DATADIR%%/help/de/industryh.xml
%%DATADIR%%/help/de/industryl.xml
%%DATADIR%%/help/de/jobs.xml
%%DATADIR%%/help/de/keys.xml
%%DATADIR%%/help/de/market.xml
%%DATADIR%%/help/de/medium.xml
%%DATADIR%%/help/de/mill.xml
%%DATADIR%%/help/de/mini-screen.xml
%%DATADIR%%/help/de/monument.xml
%%DATADIR%%/help/de/msb-coal.xml
%%DATADIR%%/help/de/msb-cricket.xml
%%DATADIR%%/help/de/msb-fire.xml
%%DATADIR%%/help/de/msb-health.xml
%%DATADIR%%/help/de/msb-normal.xml
%%DATADIR%%/help/de/msb-pol.xml
%%DATADIR%%/help/de/msb-power.xml
%%DATADIR%%/help/de/msb-starve.xml
%%DATADIR%%/help/de/msb-transport.xml
%%DATADIR%%/help/de/msb-ub40.xml
%%DATADIR%%/help/de/ore.xml
%%DATADIR%%/help/de/oremine.xml
%%DATADIR%%/help/de/other-costs.xml
%%DATADIR%%/help/de/park.xml
%%DATADIR%%/help/de/pause.xml
%%DATADIR%%/help/de/pbar.xml
%%DATADIR%%/help/de/pollution.xml
%%DATADIR%%/help/de/port.xml
%%DATADIR%%/help/de/pottery.xml
%%DATADIR%%/help/de/powerline.xml
%%DATADIR%%/help/de/powerscoal.xml
%%DATADIR%%/help/de/powerssolar.xml
%%DATADIR%%/help/de/query.xml
%%DATADIR%%/help/de/rail.xml
%%DATADIR%%/help/de/recycle.xml
%%DATADIR%%/help/de/residential.xml
%%DATADIR%%/help/de/river.xml
%%DATADIR%%/help/de/road.xml
%%DATADIR%%/help/de/rocket.xml
%%DATADIR%%/help/de/school.xml
%%DATADIR%%/help/de/slow.xml
%%DATADIR%%/help/de/steel.xml
%%DATADIR%%/help/de/substation.xml
%%DATADIR%%/help/de/sustain.xml
%%DATADIR%%/help/de/tech-level.xml
%%DATADIR%%/help/de/tip.xml
%%DATADIR%%/help/de/track.xml
%%DATADIR%%/help/de/transport.xml
%%DATADIR%%/help/de/university.xml
%%DATADIR%%/help/de/windmill.xml
%%DATADIR%%/help/en/blacksmith.xml
%%DATADIR%%/help/en/bulldoze.xml
%%DATADIR%%/help/en/button-index.xml
%%DATADIR%%/help/en/coal.xml
%%DATADIR%%/help/en/coalmine.xml
%%DATADIR%%/help/en/commune.xml
%%DATADIR%%/help/en/cricket.xml
%%DATADIR%%/help/en/dialogs.xml
%%DATADIR%%/help/en/economy.xml
%%DATADIR%%/help/en/export.xml
%%DATADIR%%/help/en/farm.xml
%%DATADIR%%/help/en/fast.xml
%%DATADIR%%/help/en/finance.xml
%%DATADIR%%/help/en/firestation.xml
%%DATADIR%%/help/en/food.xml
%%DATADIR%%/help/en/goods.xml
%%DATADIR%%/help/en/health.xml
%%DATADIR%%/help/en/help.xml
%%DATADIR%%/help/en/housing.xml
%%DATADIR%%/help/en/index.xml
%%DATADIR%%/help/en/industryh.xml
%%DATADIR%%/help/en/industryl.xml
%%DATADIR%%/help/en/jobs.xml
%%DATADIR%%/help/en/keys.xml
%%DATADIR%%/help/en/market.xml
%%DATADIR%%/help/en/medium.xml
%%DATADIR%%/help/en/mill.xml
%%DATADIR%%/help/en/mini-screen.xml
%%DATADIR%%/help/en/monument.xml
%%DATADIR%%/help/en/msb-coal.xml
%%DATADIR%%/help/en/msb-cricket.xml
%%DATADIR%%/help/en/msb-fire.xml
%%DATADIR%%/help/en/msb-health.xml
%%DATADIR%%/help/en/msb-normal.xml
%%DATADIR%%/help/en/msb-pol.xml
%%DATADIR%%/help/en/msb-power.xml
%%DATADIR%%/help/en/msb-starve.xml
%%DATADIR%%/help/en/msb-transport.xml
%%DATADIR%%/help/en/msb-ub40.xml
%%DATADIR%%/help/en/ore.xml
%%DATADIR%%/help/en/oremine.xml
%%DATADIR%%/help/en/other-costs.xml
%%DATADIR%%/help/en/park.xml
%%DATADIR%%/help/en/pause.xml
%%DATADIR%%/help/en/pbar.xml
%%DATADIR%%/help/en/pollution.xml
%%DATADIR%%/help/en/port.xml
%%DATADIR%%/help/en/pottery.xml
%%DATADIR%%/help/en/powerline.xml
%%DATADIR%%/help/en/powerscoal.xml
%%DATADIR%%/help/en/powerssolar.xml
%%DATADIR%%/help/en/query.xml
%%DATADIR%%/help/en/rail.xml
%%DATADIR%%/help/en/recycle.xml
%%DATADIR%%/help/en/residential.xml
%%DATADIR%%/help/en/river.xml
%%DATADIR%%/help/en/road.xml
%%DATADIR%%/help/en/rocket.xml
%%DATADIR%%/help/en/school.xml
%%DATADIR%%/help/en/slow.xml
%%DATADIR%%/help/en/steel.xml
%%DATADIR%%/help/en/substation.xml
%%DATADIR%%/help/en/sustain.xml
%%DATADIR%%/help/en/tech-level.xml
%%DATADIR%%/help/en/tip.xml
%%DATADIR%%/help/en/track.xml
%%DATADIR%%/help/en/transport.xml
%%DATADIR%%/help/en/university.xml
%%DATADIR%%/help/en/windmill.xml
%%DATADIR%%/help/es/blacksmith.xml
%%DATADIR%%/help/es/bulldoze.xml
%%DATADIR%%/help/es/button-index.xml
%%DATADIR%%/help/es/coal.xml
%%DATADIR%%/help/es/coalmine.xml
%%DATADIR%%/help/es/commune.xml
%%DATADIR%%/help/es/cricket.xml
%%DATADIR%%/help/es/dialogs.xml
%%DATADIR%%/help/es/economy.xml
%%DATADIR%%/help/es/export.xml
%%DATADIR%%/help/es/farm.xml
%%DATADIR%%/help/es/fast.xml
%%DATADIR%%/help/es/finance.xml
%%DATADIR%%/help/es/firestation.xml
%%DATADIR%%/help/es/food.xml
%%DATADIR%%/help/es/goods.xml
%%DATADIR%%/help/es/health.xml
%%DATADIR%%/help/es/help.xml
%%DATADIR%%/help/es/housing.xml
%%DATADIR%%/help/es/industryh.xml
%%DATADIR%%/help/es/industryl.xml
%%DATADIR%%/help/es/industyh.xml
%%DATADIR%%/help/es/jobs.xml
%%DATADIR%%/help/es/keys.xml
%%DATADIR%%/help/es/market.xml
%%DATADIR%%/help/es/medium.xml
%%DATADIR%%/help/es/mill.xml
%%DATADIR%%/help/es/mini-screen.xml
%%DATADIR%%/help/es/monument.xml
%%DATADIR%%/help/es/msb-coal.xml
%%DATADIR%%/help/es/msb-cricket.xml
%%DATADIR%%/help/es/msb-fire.xml
%%DATADIR%%/help/es/msb-health.xml
%%DATADIR%%/help/es/msb-normal.xml
%%DATADIR%%/help/es/msb-pol.xml
%%DATADIR%%/help/es/msb-power.xml
%%DATADIR%%/help/es/msb-starve.xml
%%DATADIR%%/help/es/msb-ub40.xml
%%DATADIR%%/help/es/ore.xml
%%DATADIR%%/help/es/oremine.xml
%%DATADIR%%/help/es/other-costs.xml
%%DATADIR%%/help/es/park.xml
%%DATADIR%%/help/es/pause.xml
%%DATADIR%%/help/es/pbar.xml
%%DATADIR%%/help/es/pollution.xml
%%DATADIR%%/help/es/port.xml
%%DATADIR%%/help/es/pottery.xml
%%DATADIR%%/help/es/powerline.xml
%%DATADIR%%/help/es/powerscoal.xml
%%DATADIR%%/help/es/powerssolar.xml
%%DATADIR%%/help/es/query.xml
%%DATADIR%%/help/es/rail.xml
%%DATADIR%%/help/es/recycle.xml
%%DATADIR%%/help/es/residential.xml
%%DATADIR%%/help/es/river.xml
%%DATADIR%%/help/es/road.xml
%%DATADIR%%/help/es/rocket.xml
%%DATADIR%%/help/es/school.xml
%%DATADIR%%/help/es/slow.xml
%%DATADIR%%/help/es/steel.xml
%%DATADIR%%/help/es/substation.xml
%%DATADIR%%/help/es/sustain.xml
%%DATADIR%%/help/es/tech-level.xml
%%DATADIR%%/help/es/tip.xml
%%DATADIR%%/help/es/track.xml
%%DATADIR%%/help/es/transport.xml
%%DATADIR%%/help/es/university.xml
%%DATADIR%%/help/es/windmill.xml
%%DATADIR%%/help/fr/blacksmith.xml
%%DATADIR%%/help/fr/bulldoze.xml
%%DATADIR%%/help/fr/button-index.xml
%%DATADIR%%/help/fr/coal.xml
%%DATADIR%%/help/fr/coalmine.xml
%%DATADIR%%/help/fr/commune.xml
%%DATADIR%%/help/fr/cricket.xml
%%DATADIR%%/help/fr/dialogs.xml
%%DATADIR%%/help/fr/economy.xml
%%DATADIR%%/help/fr/export.xml
%%DATADIR%%/help/fr/farm.xml
%%DATADIR%%/help/fr/fast.xml
%%DATADIR%%/help/fr/finance.xml
%%DATADIR%%/help/fr/firestation.xml
%%DATADIR%%/help/fr/food.xml
%%DATADIR%%/help/fr/goods.xml
%%DATADIR%%/help/fr/health.xml
%%DATADIR%%/help/fr/help.xml
%%DATADIR%%/help/fr/housing.xml
%%DATADIR%%/help/fr/index.xml
%%DATADIR%%/help/fr/industryh.xml
%%DATADIR%%/help/fr/industryl.xml
%%DATADIR%%/help/fr/jobs.xml
%%DATADIR%%/help/fr/keys.xml
%%DATADIR%%/help/fr/market.xml
%%DATADIR%%/help/fr/medium.xml
%%DATADIR%%/help/fr/mill.xml
%%DATADIR%%/help/fr/mini-screen.xml
%%DATADIR%%/help/fr/monument.xml
%%DATADIR%%/help/fr/msb-coal.xml
%%DATADIR%%/help/fr/msb-cricket.xml
%%DATADIR%%/help/fr/msb-fire.xml
%%DATADIR%%/help/fr/msb-health.xml
%%DATADIR%%/help/fr/msb-normal.xml
%%DATADIR%%/help/fr/msb-pol.xml
%%DATADIR%%/help/fr/msb-power.xml
%%DATADIR%%/help/fr/msb-starve.xml
%%DATADIR%%/help/fr/msb-transport.xml
%%DATADIR%%/help/fr/msb-ub40.xml
%%DATADIR%%/help/fr/ore.xml
%%DATADIR%%/help/fr/oremine.xml
%%DATADIR%%/help/fr/other-costs.xml
%%DATADIR%%/help/fr/park.xml
%%DATADIR%%/help/fr/pause.xml
%%DATADIR%%/help/fr/pbar.xml
%%DATADIR%%/help/fr/pollution.xml
%%DATADIR%%/help/fr/port.xml
%%DATADIR%%/help/fr/pottery.xml
%%DATADIR%%/help/fr/powerline.xml
%%DATADIR%%/help/fr/powerscoal.xml
%%DATADIR%%/help/fr/powerssolar.xml
%%DATADIR%%/help/fr/query.xml
%%DATADIR%%/help/fr/rail.xml
%%DATADIR%%/help/fr/recycle.xml
%%DATADIR%%/help/fr/residential.xml
%%DATADIR%%/help/fr/river.xml
%%DATADIR%%/help/fr/road.xml
%%DATADIR%%/help/fr/rocket.xml
%%DATADIR%%/help/fr/school.xml
%%DATADIR%%/help/fr/slow.xml
%%DATADIR%%/help/fr/steel.xml
%%DATADIR%%/help/fr/substation.xml
%%DATADIR%%/help/fr/sustain.xml
%%DATADIR%%/help/fr/tech-level.xml
%%DATADIR%%/help/fr/tip.xml
%%DATADIR%%/help/fr/track.xml
%%DATADIR%%/help/fr/transport.xml
%%DATADIR%%/help/fr/university.xml
%%DATADIR%%/help/fr/windmill.xml
%%DATADIR%%/help/nl/blacksmith.xml
%%DATADIR%%/help/nl/bulldoze.xml
%%DATADIR%%/help/nl/button-index.xml
%%DATADIR%%/help/nl/coal.xml
%%DATADIR%%/help/nl/coalmine.xml
%%DATADIR%%/help/nl/commune.xml
%%DATADIR%%/help/nl/cricket.xml
%%DATADIR%%/help/nl/dialogs.xml
%%DATADIR%%/help/nl/economy.xml
%%DATADIR%%/help/nl/export.xml
%%DATADIR%%/help/nl/farm.xml
%%DATADIR%%/help/nl/fast.xml
%%DATADIR%%/help/nl/finance.xml
%%DATADIR%%/help/nl/firestation.xml
%%DATADIR%%/help/nl/food.xml
%%DATADIR%%/help/nl/goods.xml
%%DATADIR%%/help/nl/health.xml
%%DATADIR%%/help/nl/help.xml
%%DATADIR%%/help/nl/housing.xml
%%DATADIR%%/help/nl/index.xml
%%DATADIR%%/help/nl/industryh.xml
%%DATADIR%%/help/nl/industryl.xml
%%DATADIR%%/help/nl/jobs.xml
%%DATADIR%%/help/nl/keys.xml
%%DATADIR%%/help/nl/market.xml
%%DATADIR%%/help/nl/medium.xml
%%DATADIR%%/help/nl/mill.xml
%%DATADIR%%/help/nl/mini-screen.xml
%%DATADIR%%/help/nl/monument.xml
%%DATADIR%%/help/nl/msb-coal.xml
%%DATADIR%%/help/nl/msb-cricket.xml
%%DATADIR%%/help/nl/msb-fire.xml
%%DATADIR%%/help/nl/msb-health.xml
%%DATADIR%%/help/nl/msb-normal.xml
%%DATADIR%%/help/nl/msb-pol.xml
%%DATADIR%%/help/nl/msb-power.xml
%%DATADIR%%/help/nl/msb-starve.xml
%%DATADIR%%/help/nl/msb-ub40.xml
%%DATADIR%%/help/nl/ore.xml
%%DATADIR%%/help/nl/oremine.xml
%%DATADIR%%/help/nl/other-costs.xml
%%DATADIR%%/help/nl/park.xml
%%DATADIR%%/help/nl/pause.xml
%%DATADIR%%/help/nl/pbar.xml
%%DATADIR%%/help/nl/pollution.xml
%%DATADIR%%/help/nl/port.xml
%%DATADIR%%/help/nl/pottery.xml
%%DATADIR%%/help/nl/powerline.xml
%%DATADIR%%/help/nl/powerscoal.xml
%%DATADIR%%/help/nl/powerssolar.xml
%%DATADIR%%/help/nl/query.xml
%%DATADIR%%/help/nl/rail.xml
%%DATADIR%%/help/nl/recycle.xml
%%DATADIR%%/help/nl/residential.xml
%%DATADIR%%/help/nl/river.xml
%%DATADIR%%/help/nl/road.xml
%%DATADIR%%/help/nl/rocket.xml
%%DATADIR%%/help/nl/school.xml
%%DATADIR%%/help/nl/slow.xml
%%DATADIR%%/help/nl/steel.xml
%%DATADIR%%/help/nl/substation.xml
%%DATADIR%%/help/nl/sustain.xml
%%DATADIR%%/help/nl/tech-level.xml
%%DATADIR%%/help/nl/test.xml
%%DATADIR%%/help/nl/tip.xml
%%DATADIR%%/help/nl/track.xml
%%DATADIR%%/help/nl/transport.xml
%%DATADIR%%/help/nl/university.xml
%%DATADIR%%/help/nl/windmill.xml
%%DATADIR%%/help/sv/blacksmith.xml
%%DATADIR%%/help/sv/bulldoze.xml
%%DATADIR%%/help/sv/button-index.xml
%%DATADIR%%/help/sv/coal.xml
%%DATADIR%%/help/sv/coalmine.xml
%%DATADIR%%/help/sv/commune.xml
%%DATADIR%%/help/sv/cricket.xml
%%DATADIR%%/help/sv/dialogs.xml
%%DATADIR%%/help/sv/economy.xml
%%DATADIR%%/help/sv/export.xml
%%DATADIR%%/help/sv/farm.xml
%%DATADIR%%/help/sv/fast.xml
%%DATADIR%%/help/sv/finance.xml
%%DATADIR%%/help/sv/firestation.xml
%%DATADIR%%/help/sv/food.xml
%%DATADIR%%/help/sv/goods.xml
%%DATADIR%%/help/sv/health.xml
%%DATADIR%%/help/sv/help.xml
%%DATADIR%%/help/sv/housing.xml
%%DATADIR%%/help/sv/industryh.xml
%%DATADIR%%/help/sv/industryl.xml
%%DATADIR%%/help/sv/jobs.xml
%%DATADIR%%/help/sv/keys.xml
%%DATADIR%%/help/sv/market.xml
%%DATADIR%%/help/sv/medium.xml
%%DATADIR%%/help/sv/mill.xml
%%DATADIR%%/help/sv/mini-screen.xml
%%DATADIR%%/help/sv/monument.xml
%%DATADIR%%/help/sv/msb-coal.xml
%%DATADIR%%/help/sv/msb-cricket.xml
%%DATADIR%%/help/sv/msb-fire.xml
%%DATADIR%%/help/sv/msb-health.xml
%%DATADIR%%/help/sv/msb-normal.xml
%%DATADIR%%/help/sv/msb-pol.xml
%%DATADIR%%/help/sv/msb-power.xml
%%DATADIR%%/help/sv/msb-starve.xml
%%DATADIR%%/help/sv/msb-ub40.xml
%%DATADIR%%/help/sv/ore.xml
%%DATADIR%%/help/sv/oremine.xml
%%DATADIR%%/help/sv/other-costs.xml
%%DATADIR%%/help/sv/park.xml
%%DATADIR%%/help/sv/pause.xml
%%DATADIR%%/help/sv/pbar.xml
%%DATADIR%%/help/sv/pollution.xml
%%DATADIR%%/help/sv/port.xml
%%DATADIR%%/help/sv/pottery.xml
%%DATADIR%%/help/sv/powerline.xml
%%DATADIR%%/help/sv/powerscoal.xml
%%DATADIR%%/help/sv/powerssolar.xml
%%DATADIR%%/help/sv/query.xml
%%DATADIR%%/help/sv/rail.xml
%%DATADIR%%/help/sv/recycle.xml
%%DATADIR%%/help/sv/residential.xml
%%DATADIR%%/help/sv/river.xml
%%DATADIR%%/help/sv/road.xml
%%DATADIR%%/help/sv/rocket.xml
%%DATADIR%%/help/sv/school.xml
%%DATADIR%%/help/sv/slow.xml
%%DATADIR%%/help/sv/steel.xml
%%DATADIR%%/help/sv/substation.xml
%%DATADIR%%/help/sv/sustain.xml
%%DATADIR%%/help/sv/tech-level.xml
%%DATADIR%%/help/sv/tip.xml
%%DATADIR%%/help/sv/track.xml
%%DATADIR%%/help/sv/transport.xml
%%DATADIR%%/help/sv/university.xml
%%DATADIR%%/help/sv/windmill.xml
%%DATADIR%%/images/gui/buttonpanel/base/bulldozer.png
%%DATADIR%%/images/gui/buttonpanel/base/pointer.png
%%DATADIR%%/images/gui/buttonpanel/bed.png
%%DATADIR%%/images/gui/buttonpanel/bucket.png
%%DATADIR%%/images/gui/buttonpanel/bulldozer1.png
%%DATADIR%%/images/gui/buttonpanel/bulldozer2.png
%%DATADIR%%/images/gui/buttonpanel/coal.png
%%DATADIR%%/images/gui/buttonpanel/coalps.png
%%DATADIR%%/images/gui/buttonpanel/cow.png
%%DATADIR%%/images/gui/buttonpanel/fire_drencher.png
%%DATADIR%%/images/gui/buttonpanel/gui_tree.png
%%DATADIR%%/images/gui/buttonpanel/industry.png
%%DATADIR%%/images/gui/buttonpanel/industry/blacksmith.png
%%DATADIR%%/images/gui/buttonpanel/industry/heavyindustry.png
%%DATADIR%%/images/gui/buttonpanel/industry/heavyindustry2.png
%%DATADIR%%/images/gui/buttonpanel/industry/lightindustry.png
%%DATADIR%%/images/gui/buttonpanel/industry/market.png
%%DATADIR%%/images/gui/buttonpanel/industry/pottery.png
%%DATADIR%%/images/gui/buttonpanel/menu/game_menu.png
%%DATADIR%%/images/gui/buttonpanel/menu/settings_menu.png
%%DATADIR%%/images/gui/buttonpanel/mining/coalmine.png
%%DATADIR%%/images/gui/buttonpanel/mining/commune.png
%%DATADIR%%/images/gui/buttonpanel/mining/oremine.png
%%DATADIR%%/images/gui/buttonpanel/mining/recycling.png
%%DATADIR%%/images/gui/buttonpanel/mining/trash.png
%%DATADIR%%/images/gui/buttonpanel/misc/book.png
%%DATADIR%%/images/gui/buttonpanel/misc/fire.png
%%DATADIR%%/images/gui/buttonpanel/misc/health.png
%%DATADIR%%/images/gui/buttonpanel/misc/sports.png
%%DATADIR%%/images/gui/buttonpanel/misc/university.png
%%DATADIR%%/images/gui/buttonpanel/ore.png
%%DATADIR%%/images/gui/buttonpanel/parks/farm.png
%%DATADIR%%/images/gui/buttonpanel/parks/mills.png
%%DATADIR%%/images/gui/buttonpanel/parks/monument.png
%%DATADIR%%/images/gui/buttonpanel/parks/tree.png
%%DATADIR%%/images/gui/buttonpanel/parks/water.png
%%DATADIR%%/images/gui/buttonpanel/pointer1.png
%%DATADIR%%/images/gui/buttonpanel/pottery.png
%%DATADIR%%/images/gui/buttonpanel/power/coalpower.png
%%DATADIR%%/images/gui/buttonpanel/power/powerlines.png
%%DATADIR%%/images/gui/buttonpanel/power/solarpower.png
%%DATADIR%%/images/gui/buttonpanel/power/substation.png
%%DATADIR%%/images/gui/buttonpanel/power/windmills.png
%%DATADIR%%/images/gui/buttonpanel/recycle.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence-hightec-high.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence-hightec-lo.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence-hightec-med.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence-lotec-high.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence-lotec-lo.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence-lotec-med.png
%%DATADIR%%/images/gui/buttonpanel/residence/residence.png
%%DATADIR%%/images/gui/buttonpanel/resident.png
%%DATADIR%%/images/gui/buttonpanel/ship.png
%%DATADIR%%/images/gui/buttonpanel/shoes.png
%%DATADIR%%/images/gui/buttonpanel/soccer.png
%%DATADIR%%/images/gui/buttonpanel/solar.png
%%DATADIR%%/images/gui/buttonpanel/substation.png
%%DATADIR%%/images/gui/buttonpanel/train.png
%%DATADIR%%/images/gui/buttonpanel/transport/port.png
%%DATADIR%%/images/gui/buttonpanel/transport/rails.png
%%DATADIR%%/images/gui/buttonpanel/transport/rails2.png
%%DATADIR%%/images/gui/buttonpanel/transport/rails3.png
%%DATADIR%%/images/gui/buttonpanel/transport/road.png
%%DATADIR%%/images/gui/buttonpanel/transport/rocket.png
%%DATADIR%%/images/gui/buttonpanel/transport/tracks.png
%%DATADIR%%/images/gui/buttonpanel/windmill.png
%%DATADIR%%/images/gui/buttons/button-border-2.png
%%DATADIR%%/images/gui/buttons/button-border-5.png
%%DATADIR%%/images/gui/buttons/button-border-6.png
%%DATADIR%%/images/gui/buttons/button-checked.png
%%DATADIR%%/images/gui/buttons/button-clicked.png
%%DATADIR%%/images/gui/buttons/button-hover.png
%%DATADIR%%/images/gui/buttons/button.png
%%DATADIR%%/images/gui/buttons/menu-button-checked.png
%%DATADIR%%/images/gui/buttons/menu-button-clicked.png
%%DATADIR%%/images/gui/buttons/menu-button-hover.png
%%DATADIR%%/images/gui/buttons/menu-button.png
%%DATADIR%%/images/gui/buttons/round/button-round-20.png
%%DATADIR%%/images/gui/buttons/round/button-round-30.png
%%DATADIR%%/images/gui/buttons/round/button-round-40.png
%%DATADIR%%/images/gui/buttons/round/button-round-50.png
%%DATADIR%%/images/gui/buttons/round/button-round-checked-20.png
%%DATADIR%%/images/gui/buttons/round/button-round-checked-30.png
%%DATADIR%%/images/gui/buttons/round/button-round-checked-40.png
%%DATADIR%%/images/gui/buttons/round/button-round-checked-50.png
%%DATADIR%%/images/gui/buttons/round/button-round-clicked-20.png
%%DATADIR%%/images/gui/buttons/round/button-round-clicked-30.png
%%DATADIR%%/images/gui/buttons/round/button-round-clicked-40.png
%%DATADIR%%/images/gui/buttons/round/button-round-clicked-50.png
%%DATADIR%%/images/gui/buttons/round/button-round-hover-20.png
%%DATADIR%%/images/gui/buttons/round/button-round-hover-30.png
%%DATADIR%%/images/gui/buttons/round/button-round-hover-40.png
%%DATADIR%%/images/gui/buttons/round/button-round-hover-50.png
%%DATADIR%%/images/gui/buttons/savebutton-checked.png
%%DATADIR%%/images/gui/buttons/savebutton-clicked.png
%%DATADIR%%/images/gui/buttons/savebutton-hover.png
%%DATADIR%%/images/gui/buttons/savebutton.png
%%DATADIR%%/images/gui/buttons/tabbed/tabbed-clicked.png
%%DATADIR%%/images/gui/buttons/tabbed/tabbed-hover.png
%%DATADIR%%/images/gui/buttons/tabbed/tabbed.png
%%DATADIR%%/images/gui/checkbox/checkbox.png
%%DATADIR%%/images/gui/checkbox/checkbox_checked.png
%%DATADIR%%/images/gui/dialogs/info.png
%%DATADIR%%/images/gui/dialogs/invention.png
%%DATADIR%%/images/gui/dialogs/nobutton-clicked.png
%%DATADIR%%/images/gui/dialogs/nobutton-hover.png
%%DATADIR%%/images/gui/dialogs/nobutton.png
%%DATADIR%%/images/gui/dialogs/okaybutton.png
%%DATADIR%%/images/gui/dialogs/question.png
%%DATADIR%%/images/gui/dialogs/warning.png
%%DATADIR%%/images/gui/dialogs/yesbutton-clicked.png
%%DATADIR%%/images/gui/dialogs/yesbutton-hover.png
%%DATADIR%%/images/gui/dialogs/yesbutton.png
%%DATADIR%%/images/gui/import-export.png
%%DATADIR%%/images/gui/info/hidehigh.png
%%DATADIR%%/images/gui/info/info.png
%%DATADIR%%/images/gui/info/mapoverlay.png
%%DATADIR%%/images/gui/info/statistics.png
%%DATADIR%%/images/gui/mapview/minimap_bg.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_coal.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_electrics.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_fire.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_food.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_health.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_pollution.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_pollution2.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_resident.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_resident2.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_resident3.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_road.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_sport.png
%%DATADIR%%/images/gui/mapview/roundbuttons/round_ub40.png
%%DATADIR%%/images/gui/panel.png
%%DATADIR%%/images/gui/pbar_bg.png
%%DATADIR%%/images/gui/scrollbar/arrow_down.png
%%DATADIR%%/images/gui/scrollbar/arrow_up.png
%%DATADIR%%/images/gui/speed/fast.png
%%DATADIR%%/images/gui/speed/faster.png
%%DATADIR%%/images/gui/speed/normal.png
%%DATADIR%%/images/gui/speed/pause.png
%%DATADIR%%/images/gui/speedpanel.png
%%DATADIR%%/images/gui/window/window_close.png
%%DATADIR%%/images/gui/window/window_close_clicked.png
%%DATADIR%%/images/gui/window/window_close_hover.png
%%DATADIR%%/images/gui/window/window_maximize.png
%%DATADIR%%/images/gui/window/window_maximize_clicked.png
%%DATADIR%%/images/gui/window/window_maximize_hover.png
%%DATADIR%%/images/gui/window/window_minimize.png
%%DATADIR%%/images/gui/window/window_minimize_clicked.png
%%DATADIR%%/images/gui/window/window_minimize_hover.png
%%DATADIR%%/images/gui/window/window_title.png
%%DATADIR%%/images/gui/zoom/zoomin.png
%%DATADIR%%/images/gui/zoom/zoomout.png
%%DATADIR%%/images/mainmenu/buttons/back-clicked.png
%%DATADIR%%/images/mainmenu/buttons/back-hover.png
%%DATADIR%%/images/mainmenu/buttons/back.png
%%DATADIR%%/images/mainmenu/buttons/continue-clicked.png
%%DATADIR%%/images/mainmenu/buttons/continue-hover.png
%%DATADIR%%/images/mainmenu/buttons/continue.png
%%DATADIR%%/images/mainmenu/buttons/credits-clicked.png
%%DATADIR%%/images/mainmenu/buttons/credits-hover.png
%%DATADIR%%/images/mainmenu/buttons/credits.png
%%DATADIR%%/images/mainmenu/buttons/load-clicked.png
%%DATADIR%%/images/mainmenu/buttons/load-hover.png
%%DATADIR%%/images/mainmenu/buttons/load.png
%%DATADIR%%/images/mainmenu/buttons/new-clicked.png
%%DATADIR%%/images/mainmenu/buttons/new-hover.png
%%DATADIR%%/images/mainmenu/buttons/new.png
%%DATADIR%%/images/mainmenu/buttons/options-clicked.png
%%DATADIR%%/images/mainmenu/buttons/options-hover.png
%%DATADIR%%/images/mainmenu/buttons/options.png
%%DATADIR%%/images/mainmenu/buttons/quit-clicked.png
%%DATADIR%%/images/mainmenu/buttons/quit-hover.png
%%DATADIR%%/images/mainmenu/buttons/quit.png
%%DATADIR%%/images/mainmenu/buttons/save-clicked.png
%%DATADIR%%/images/mainmenu/buttons/save-hover.png
%%DATADIR%%/images/mainmenu/buttons/save.png
%%DATADIR%%/images/mainmenu/buttons/start-clicked.png
%%DATADIR%%/images/mainmenu/buttons/start-hover.png
%%DATADIR%%/images/mainmenu/buttons/start.png
%%DATADIR%%/images/mainmenu/credits_back.png
%%DATADIR%%/images/mainmenu/menu_back.png
%%DATADIR%%/images/mainmenu/newgame_back.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar-item.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar000.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar010.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar020.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar030.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar040.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar050.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar060.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar070.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar080.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar090.png
%%DATADIR%%/images/mainmenu/progressbar/progressbar100.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-000.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-015.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-030.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-045.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-060.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-075.png
%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-100.png
%%DATADIR%%/images/mainmenu/settings/fullscreen.png
%%DATADIR%%/images/mainmenu/settings/music-off.png
%%DATADIR%%/images/mainmenu/settings/music-on.png
%%DATADIR%%/images/mainmenu/settings/sound-off.png
%%DATADIR%%/images/mainmenu/settings/sound-on.png
%%DATADIR%%/images/mainmenu/settings/windowed.png
%%DATADIR%%/images/mainmenu/settings_back.png
%%DATADIR%%/images/mainmenu/slider/slider-down-highlight.png
%%DATADIR%%/images/mainmenu/slider/slider-down.png
%%DATADIR%%/images/mainmenu/slider/slider-position-hightlight.png
%%DATADIR%%/images/mainmenu/slider/slider-position.png
%%DATADIR%%/images/mainmenu/slider/slider-up-highlight.png
%%DATADIR%%/images/mainmenu/slider/slider-up.png
%%DATADIR%%/images/tiles/blacksmith0.png
%%DATADIR%%/images/tiles/blacksmith1.png
%%DATADIR%%/images/tiles/blacksmith2.png
%%DATADIR%%/images/tiles/blacksmith3.png
%%DATADIR%%/images/tiles/blacksmith4.png
%%DATADIR%%/images/tiles/blacksmith5.png
%%DATADIR%%/images/tiles/blacksmith6.png
%%DATADIR%%/images/tiles/blank.png
%%DATADIR%%/images/tiles/burnt_land.png
%%DATADIR%%/images/tiles/coalmine-empty.png
%%DATADIR%%/images/tiles/coalmine-full.png
%%DATADIR%%/images/tiles/coalmine-low.png
%%DATADIR%%/images/tiles/coalmine-med.png
%%DATADIR%%/images/tiles/commune1.png
%%DATADIR%%/images/tiles/commune10.png
%%DATADIR%%/images/tiles/commune11.png
%%DATADIR%%/images/tiles/commune2.png
%%DATADIR%%/images/tiles/commune3.png
%%DATADIR%%/images/tiles/commune4.png
%%DATADIR%%/images/tiles/commune5.png
%%DATADIR%%/images/tiles/commune6.png
%%DATADIR%%/images/tiles/commune7.png
%%DATADIR%%/images/tiles/commune8.png
%%DATADIR%%/images/tiles/commune9.png
%%DATADIR%%/images/tiles/cricket1.png
%%DATADIR%%/images/tiles/cricket2.png
%%DATADIR%%/images/tiles/cricket3.png
%%DATADIR%%/images/tiles/cricket4.png
%%DATADIR%%/images/tiles/cricket5.png
%%DATADIR%%/images/tiles/cricket6.png
%%DATADIR%%/images/tiles/cricket7.png
%%DATADIR%%/images/tiles/ex_port.png
%%DATADIR%%/images/tiles/farm0.png
%%DATADIR%%/images/tiles/farm11.png
%%DATADIR%%/images/tiles/farm15.png
%%DATADIR%%/images/tiles/farm3.png
%%DATADIR%%/images/tiles/farm7.png
%%DATADIR%%/images/tiles/fire1.png
%%DATADIR%%/images/tiles/fire2.png
%%DATADIR%%/images/tiles/fire3.png
%%DATADIR%%/images/tiles/fire4.png
%%DATADIR%%/images/tiles/fire5.png
%%DATADIR%%/images/tiles/firedone1.png
%%DATADIR%%/images/tiles/firedone2.png
%%DATADIR%%/images/tiles/firedone3.png
%%DATADIR%%/images/tiles/firedone4.png
%%DATADIR%%/images/tiles/firestation1.png
%%DATADIR%%/images/tiles/firestation10.png
%%DATADIR%%/images/tiles/firestation2.png
%%DATADIR%%/images/tiles/firestation3.png
%%DATADIR%%/images/tiles/firestation4.png
%%DATADIR%%/images/tiles/firestation5.png
%%DATADIR%%/images/tiles/firestation6.png
%%DATADIR%%/images/tiles/firestation7.png
%%DATADIR%%/images/tiles/firestation8.png
%%DATADIR%%/images/tiles/firestation9.png
%%DATADIR%%/images/tiles/green.png
%%DATADIR%%/images/tiles/health.png
%%DATADIR%%/images/tiles/images.xml
%%DATADIR%%/images/tiles/industryhc.png
%%DATADIR%%/images/tiles/industryhh1.png
%%DATADIR%%/images/tiles/industryhh2.png
%%DATADIR%%/images/tiles/industryhh3.png
%%DATADIR%%/images/tiles/industryhh4.png
%%DATADIR%%/images/tiles/industryhh5.png
%%DATADIR%%/images/tiles/industryhh6.png
%%DATADIR%%/images/tiles/industryhh7.png
%%DATADIR%%/images/tiles/industryhh8.png
%%DATADIR%%/images/tiles/industryhl1.png
%%DATADIR%%/images/tiles/industryhl2.png
%%DATADIR%%/images/tiles/industryhl3.png
%%DATADIR%%/images/tiles/industryhl4.png
%%DATADIR%%/images/tiles/industryhl5.png
%%DATADIR%%/images/tiles/industryhl6.png
%%DATADIR%%/images/tiles/industryhl7.png
%%DATADIR%%/images/tiles/industryhl8.png
%%DATADIR%%/images/tiles/industryhm1.png
%%DATADIR%%/images/tiles/industryhm2.png
%%DATADIR%%/images/tiles/industryhm3.png
%%DATADIR%%/images/tiles/industryhm4.png
%%DATADIR%%/images/tiles/industryhm5.png
%%DATADIR%%/images/tiles/industryhm6.png
%%DATADIR%%/images/tiles/industryhm7.png
%%DATADIR%%/images/tiles/industryhm8.png
%%DATADIR%%/images/tiles/industrylc.png
%%DATADIR%%/images/tiles/industrylh1.png
%%DATADIR%%/images/tiles/industrylh2.png
%%DATADIR%%/images/tiles/industrylh3.png
%%DATADIR%%/images/tiles/industrylh4.png
%%DATADIR%%/images/tiles/industryll1.png
%%DATADIR%%/images/tiles/industryll2.png
%%DATADIR%%/images/tiles/industryll3.png
%%DATADIR%%/images/tiles/industryll4.png
%%DATADIR%%/images/tiles/industrylm1.png
%%DATADIR%%/images/tiles/industrylm2.png
%%DATADIR%%/images/tiles/industrylm3.png
%%DATADIR%%/images/tiles/industrylm4.png
%%DATADIR%%/images/tiles/industrylq1.png
%%DATADIR%%/images/tiles/industrylq2.png
%%DATADIR%%/images/tiles/industrylq3.png
%%DATADIR%%/images/tiles/industrylq4.png
%%DATADIR%%/images/tiles/market-empty.png
%%DATADIR%%/images/tiles/market-full.png
%%DATADIR%%/images/tiles/market-low.png
%%DATADIR%%/images/tiles/market-med.png
%%DATADIR%%/images/tiles/mill0.png
%%DATADIR%%/images/tiles/mill1.png
%%DATADIR%%/images/tiles/mill2.png
%%DATADIR%%/images/tiles/mill3.png
%%DATADIR%%/images/tiles/mill4.png
%%DATADIR%%/images/tiles/mill5.png
%%DATADIR%%/images/tiles/mill6.png
%%DATADIR%%/images/tiles/monument0.png
%%DATADIR%%/images/tiles/monument1.png
%%DATADIR%%/images/tiles/monument2.png
%%DATADIR%%/images/tiles/monument3.png
%%DATADIR%%/images/tiles/monument4.png
%%DATADIR%%/images/tiles/monument5.png
%%DATADIR%%/images/tiles/oremine1.png
%%DATADIR%%/images/tiles/oremine2.png
%%DATADIR%%/images/tiles/oremine3.png
%%DATADIR%%/images/tiles/oremine4.png
%%DATADIR%%/images/tiles/oremine5.png
%%DATADIR%%/images/tiles/oremine6.png
%%DATADIR%%/images/tiles/oremine7.png
%%DATADIR%%/images/tiles/oremine8.png
%%DATADIR%%/images/tiles/parkland-lake.png
%%DATADIR%%/images/tiles/parkland-plane.png
%%DATADIR%%/images/tiles/pottery0.png
%%DATADIR%%/images/tiles/pottery1.png
%%DATADIR%%/images/tiles/pottery10.png
%%DATADIR%%/images/tiles/pottery2.png
%%DATADIR%%/images/tiles/pottery3.png
%%DATADIR%%/images/tiles/pottery4.png
%%DATADIR%%/images/tiles/pottery5.png
%%DATADIR%%/images/tiles/pottery6.png
%%DATADIR%%/images/tiles/pottery7.png
%%DATADIR%%/images/tiles/pottery8.png
%%DATADIR%%/images/tiles/pottery9.png
%%DATADIR%%/images/tiles/powerlhd.png
%%DATADIR%%/images/tiles/powerlhl.png
%%DATADIR%%/images/tiles/powerlldd.png
%%DATADIR%%/images/tiles/powerlldl.png
%%DATADIR%%/images/tiles/powerlldrd.png
%%DATADIR%%/images/tiles/powerlldrl.png
%%DATADIR%%/images/tiles/powerlldud.png
%%DATADIR%%/images/tiles/powerlldul.png
%%DATADIR%%/images/tiles/powerllud.png
%%DATADIR%%/images/tiles/powerlludrd.png
%%DATADIR%%/images/tiles/powerlludrl.png
%%DATADIR%%/images/tiles/powerllul.png
%%DATADIR%%/images/tiles/powerllurd.png
%%DATADIR%%/images/tiles/powerllurd_.png
%%DATADIR%%/images/tiles/powerllurl.png
%%DATADIR%%/images/tiles/powerllurl_.png
%%DATADIR%%/images/tiles/powerlrdd.png
%%DATADIR%%/images/tiles/powerlrdl.png
%%DATADIR%%/images/tiles/powerlrud.png
%%DATADIR%%/images/tiles/powerlrul.png
%%DATADIR%%/images/tiles/powerludrd.png
%%DATADIR%%/images/tiles/powerludrl.png
%%DATADIR%%/images/tiles/powerlvd.png
%%DATADIR%%/images/tiles/powerlvl.png
%%DATADIR%%/images/tiles/powerscoal-empty.png
%%DATADIR%%/images/tiles/powerscoal-full.png
%%DATADIR%%/images/tiles/powerscoal-low.png
%%DATADIR%%/images/tiles/powerscoal-med.png
%%DATADIR%%/images/tiles/powerssolar.png
%%DATADIR%%/images/tiles/raildr.png
%%DATADIR%%/images/tiles/railld.png
%%DATADIR%%/images/tiles/railldr.png
%%DATADIR%%/images/tiles/raillr.png
%%DATADIR%%/images/tiles/raillu.png
%%DATADIR%%/images/tiles/raillud.png
%%DATADIR%%/images/tiles/railludr.png
%%DATADIR%%/images/tiles/raillur.png
%%DATADIR%%/images/tiles/railud.png
%%DATADIR%%/images/tiles/railudr.png
%%DATADIR%%/images/tiles/railur.png
%%DATADIR%%/images/tiles/recycle-centre.png
%%DATADIR%%/images/tiles/reshihi.png
%%DATADIR%%/images/tiles/reshilow.png
%%DATADIR%%/images/tiles/reslowhi.png
%%DATADIR%%/images/tiles/reslowlow.png
%%DATADIR%%/images/tiles/resmedhi.png
%%DATADIR%%/images/tiles/resmedlow.png
%%DATADIR%%/images/tiles/roaddr.png
%%DATADIR%%/images/tiles/roadld.png
%%DATADIR%%/images/tiles/roadldr.png
%%DATADIR%%/images/tiles/roadlr.png
%%DATADIR%%/images/tiles/roadlu.png
%%DATADIR%%/images/tiles/roadlud.png
%%DATADIR%%/images/tiles/roadludr.png
%%DATADIR%%/images/tiles/roadlur.png
%%DATADIR%%/images/tiles/roadud.png
%%DATADIR%%/images/tiles/roadudr.png
%%DATADIR%%/images/tiles/roadur.png
%%DATADIR%%/images/tiles/rocket1.png
%%DATADIR%%/images/tiles/rocket2.png
%%DATADIR%%/images/tiles/rocket3.png
%%DATADIR%%/images/tiles/rocket4.png
%%DATADIR%%/images/tiles/rocket5.png
%%DATADIR%%/images/tiles/rocket6.png
%%DATADIR%%/images/tiles/rocket7.png
%%DATADIR%%/images/tiles/rocketflown.png
%%DATADIR%%/images/tiles/school0.png
%%DATADIR%%/images/tiles/shanty.png
%%DATADIR%%/images/tiles/substation-G.png
%%DATADIR%%/images/tiles/substation-R.png
%%DATADIR%%/images/tiles/substation-RG.png
%%DATADIR%%/images/tiles/tip0.png
%%DATADIR%%/images/tiles/tip1.png
%%DATADIR%%/images/tiles/tip2.png
%%DATADIR%%/images/tiles/tip3.png
%%DATADIR%%/images/tiles/tip4.png
%%DATADIR%%/images/tiles/tip5.png
%%DATADIR%%/images/tiles/tip6.png
%%DATADIR%%/images/tiles/tip7.png
%%DATADIR%%/images/tiles/tip8.png
%%DATADIR%%/images/tiles/trackdr.png
%%DATADIR%%/images/tiles/trackld.png
%%DATADIR%%/images/tiles/trackldr.png
%%DATADIR%%/images/tiles/tracklr.png
%%DATADIR%%/images/tiles/tracklu.png
%%DATADIR%%/images/tiles/tracklud.png
%%DATADIR%%/images/tiles/trackludr.png
%%DATADIR%%/images/tiles/tracklur.png
%%DATADIR%%/images/tiles/trackud.png
%%DATADIR%%/images/tiles/trackudr.png
%%DATADIR%%/images/tiles/trackur.png
%%DATADIR%%/images/tiles/university.png
%%DATADIR%%/images/tiles/water.png
%%DATADIR%%/images/tiles/waterd.png
%%DATADIR%%/images/tiles/waterl.png
%%DATADIR%%/images/tiles/waterld.png
%%DATADIR%%/images/tiles/waterlr.png
%%DATADIR%%/images/tiles/waterlrd.png
%%DATADIR%%/images/tiles/waterlu.png
%%DATADIR%%/images/tiles/waterlud.png
%%DATADIR%%/images/tiles/waterlur.png
%%DATADIR%%/images/tiles/waterlurd.png
%%DATADIR%%/images/tiles/waterr.png
%%DATADIR%%/images/tiles/waterrd.png
%%DATADIR%%/images/tiles/wateru.png
%%DATADIR%%/images/tiles/waterud.png
%%DATADIR%%/images/tiles/waterur.png
%%DATADIR%%/images/tiles/waterurd.png
%%DATADIR%%/images/tiles/windmill1g.png
%%DATADIR%%/images/tiles/windmill1r.png
%%DATADIR%%/images/tiles/windmill1rg.png
%%DATADIR%%/images/tiles/windmill1w.png
%%DATADIR%%/images/tiles/windmill2g.png
%%DATADIR%%/images/tiles/windmill2r.png
%%DATADIR%%/images/tiles/windmill2rg.png
%%DATADIR%%/images/tiles/windmill2w.png
%%DATADIR%%/images/tiles/windmill3g.png
%%DATADIR%%/images/tiles/windmill3r.png
%%DATADIR%%/images/tiles/windmill3rg.png
%%DATADIR%%/images/tiles/windmill3w.png
%%DATADIR%%/lincityconfig.xml
%%DATADIR%%/locale/ca.po
%%DATADIR%%/locale/cs.po
%%DATADIR%%/locale/de.po
%%DATADIR%%/locale/es.po
%%DATADIR%%/locale/fr.po
%%DATADIR%%/locale/gui/ca.po
%%DATADIR%%/locale/gui/cs.po
%%DATADIR%%/locale/gui/de.po
%%DATADIR%%/locale/gui/es.po
%%DATADIR%%/locale/gui/fr.po
%%DATADIR%%/locale/gui/nl.po
%%DATADIR%%/locale/gui/pl.po
%%DATADIR%%/locale/gui/pt.po
%%DATADIR%%/locale/gui/sv.po
%%DATADIR%%/locale/nl.po
%%DATADIR%%/locale/pl.po
%%DATADIR%%/locale/pt.po
%%DATADIR%%/locale/sv.po
%%DATADIR%%/music/01 - pronobozo - lincity.ogg
%%DATADIR%%/music/02 - Robert van Herk - City Blues.ogg
%%DATADIR%%/music/03 - Robert van Herk - Architectural Contemplations.ogg
%%DATADIR%%/opening/Beach.scn
%%DATADIR%%/opening/bad_times.scn
%%DATADIR%%/opening/good_times.scn
%%DATADIR%%/sounds/Blacksmith1.wav
%%DATADIR%%/sounds/Blacksmith2.wav
%%DATADIR%%/sounds/Blacksmith3.wav
%%DATADIR%%/sounds/Build1.wav
%%DATADIR%%/sounds/Build2.wav
%%DATADIR%%/sounds/Click.wav
%%DATADIR%%/sounds/CoalMine1.wav
%%DATADIR%%/sounds/CoalMine2.wav
%%DATADIR%%/sounds/CoalMine3.wav
%%DATADIR%%/sounds/Commune1.wav
%%DATADIR%%/sounds/Commune2.wav
%%DATADIR%%/sounds/Commune3.wav
%%DATADIR%%/sounds/DirtTrack1.wav
%%DATADIR%%/sounds/DirtTrack2.wav
%%DATADIR%%/sounds/DirtTrack3.wav
%%DATADIR%%/sounds/Farm1.wav
%%DATADIR%%/sounds/Farm2.wav
%%DATADIR%%/sounds/Farm3.wav
%%DATADIR%%/sounds/Fire1.wav
%%DATADIR%%/sounds/Fire2.wav
%%DATADIR%%/sounds/Fire3.wav
%%DATADIR%%/sounds/FireStation1.wav
%%DATADIR%%/sounds/FireStation2.wav
%%DATADIR%%/sounds/FireStation3.wav
%%DATADIR%%/sounds/FireWasteland1.wav
%%DATADIR%%/sounds/Green1.wav
%%DATADIR%%/sounds/Green2.wav
%%DATADIR%%/sounds/Green3.wav
%%DATADIR%%/sounds/Green4.wav
%%DATADIR%%/sounds/Harbor1.wav
%%DATADIR%%/sounds/Harbor2.wav
%%DATADIR%%/sounds/Harbor3.wav
%%DATADIR%%/sounds/Health1.wav
%%DATADIR%%/sounds/Health2.wav
%%DATADIR%%/sounds/Health3.wav
%%DATADIR%%/sounds/Health4.wav
%%DATADIR%%/sounds/Health5.wav
%%DATADIR%%/sounds/IndustryHigh1.wav
%%DATADIR%%/sounds/IndustryHigh2.wav
%%DATADIR%%/sounds/IndustryHigh3.wav
%%DATADIR%%/sounds/IndustryLight1.wav
%%DATADIR%%/sounds/IndustryLight2.wav
%%DATADIR%%/sounds/IndustryLight3.wav
%%DATADIR%%/sounds/MarketEmpty1.wav
%%DATADIR%%/sounds/MarketFull1.wav
%%DATADIR%%/sounds/MarketLow1.wav
%%DATADIR%%/sounds/MarketMed1.wav
%%DATADIR%%/sounds/Mill1.wav
%%DATADIR%%/sounds/Mill2.wav
%%DATADIR%%/sounds/Mill3.wav
%%DATADIR%%/sounds/Monument1.wav
%%DATADIR%%/sounds/Monument2.wav
%%DATADIR%%/sounds/Monument3.wav
%%DATADIR%%/sounds/MonumentConstruction1.wav
%%DATADIR%%/sounds/MonumentConstruction2.wav
%%DATADIR%%/sounds/MonumentConstruction3.wav
%%DATADIR%%/sounds/OreMine1.wav
%%DATADIR%%/sounds/OreMine2.wav
%%DATADIR%%/sounds/OreMine3.wav
%%DATADIR%%/sounds/OrganicFarm1.wav
%%DATADIR%%/sounds/OrganicFarm2.wav
%%DATADIR%%/sounds/OrganicFarm3.wav
%%DATADIR%%/sounds/ParklandLake1.wav
%%DATADIR%%/sounds/ParklandLake2.wav
%%DATADIR%%/sounds/ParklandPlane1.wav
%%DATADIR%%/sounds/ParklandPlane2.wav
%%DATADIR%%/sounds/ParklandPlane3.wav
%%DATADIR%%/sounds/Pottery1.wav
%%DATADIR%%/sounds/Pottery2.wav
%%DATADIR%%/sounds/PowerCoalEmpty.wav
%%DATADIR%%/sounds/PowerCoalFull.wav
%%DATADIR%%/sounds/PowerCoalLow.wav
%%DATADIR%%/sounds/PowerCoalMed.wav
%%DATADIR%%/sounds/PowerLine1.wav
%%DATADIR%%/sounds/PowerSolar1.wav
%%DATADIR%%/sounds/PowerSolar2.wav
%%DATADIR%%/sounds/PowerSolar3.wav
%%DATADIR%%/sounds/RailTrain1.wav
%%DATADIR%%/sounds/RailTrain2.wav
%%DATADIR%%/sounds/RailTrain3.wav
%%DATADIR%%/sounds/Raze1.wav
%%DATADIR%%/sounds/Raze2.wav
%%DATADIR%%/sounds/Raze3.wav
%%DATADIR%%/sounds/Recycle1.wav
%%DATADIR%%/sounds/Recycle2.wav
%%DATADIR%%/sounds/Recycle3.wav
%%DATADIR%%/sounds/ResidentialHigh1.wav
%%DATADIR%%/sounds/ResidentialHigh2.wav
%%DATADIR%%/sounds/ResidentialHigh3.wav
%%DATADIR%%/sounds/ResidentialLow1.wav
%%DATADIR%%/sounds/ResidentialLow2.wav
%%DATADIR%%/sounds/ResidentialLow3.wav
%%DATADIR%%/sounds/ResidentialLowLow1.wav
%%DATADIR%%/sounds/ResidentialMed1.wav
%%DATADIR%%/sounds/ResidentialMed2.wav
%%DATADIR%%/sounds/ResidentialMed3.wav
%%DATADIR%%/sounds/Rocket1.wav
%%DATADIR%%/sounds/Rocket2.wav
%%DATADIR%%/sounds/Rocket3.wav
%%DATADIR%%/sounds/Rocket4.wav
%%DATADIR%%/sounds/RocketExplosion1.wav
%%DATADIR%%/sounds/RocketTakeoff1.wav
%%DATADIR%%/sounds/School1.wav
%%DATADIR%%/sounds/School2.wav
%%DATADIR%%/sounds/School3.wav
%%DATADIR%%/sounds/Shanty1.wav
%%DATADIR%%/sounds/Shanty2.wav
%%DATADIR%%/sounds/Shanty3.wav
%%DATADIR%%/sounds/Shanty4.wav
%%DATADIR%%/sounds/Shanty5.wav
%%DATADIR%%/sounds/SportsCroud1.wav
%%DATADIR%%/sounds/SportsCroud2.wav
%%DATADIR%%/sounds/SportsCroud3.wav
%%DATADIR%%/sounds/Substation3.wav
%%DATADIR%%/sounds/Substation4.wav
%%DATADIR%%/sounds/SubstationOff.wav
%%DATADIR%%/sounds/SubstationOn.wav
%%DATADIR%%/sounds/Tip1.wav
%%DATADIR%%/sounds/Tip2.wav
%%DATADIR%%/sounds/Tip3.wav
%%DATADIR%%/sounds/TraficHigh1.wav
%%DATADIR%%/sounds/TraficHigh2.wav
%%DATADIR%%/sounds/TraficHigh3.wav
%%DATADIR%%/sounds/TraficLow1.wav
%%DATADIR%%/sounds/TraficLow2.wav
%%DATADIR%%/sounds/TraficLow3.wav
%%DATADIR%%/sounds/University1.wav
%%DATADIR%%/sounds/University2.wav
%%DATADIR%%/sounds/University3.wav
%%DATADIR%%/sounds/Water1.wav
%%DATADIR%%/sounds/Water2.wav
%%DATADIR%%/sounds/Water3.wav
%%DATADIR%%/sounds/Water4.wav
%%DATADIR%%/sounds/Water5.wav
%%DATADIR%%/sounds/WindMill1.wav
%%DATADIR%%/sounds/WindMill2.wav
%%DATADIR%%/sounds/WindMill3.wav
%%DATADIR%%/sounds/WindMillHTech2.wav
%%DATADIR%%/sounds/WindmillHTech1.wav
%%DATADIR%%/sounds/WindowClose.wav
%%DATADIR%%/sounds/WindowOpen.wav
share/pixmaps/lincity-ng.png
@dirrmtry share/pixmaps
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%/opening
@dirrm %%DATADIR%%/music
@dirrm %%DATADIR%%/locale/gui
@dirrm %%DATADIR%%/locale
@dirrm %%DATADIR%%/images/tiles
@dirrm %%DATADIR%%/images/mainmenu/slider
@dirrm %%DATADIR%%/images/mainmenu/settings
@dirrm %%DATADIR%%/images/mainmenu/progresswheel
@dirrm %%DATADIR%%/images/mainmenu/progressbar
@dirrm %%DATADIR%%/images/mainmenu/buttons
@dirrm %%DATADIR%%/images/mainmenu
@dirrm %%DATADIR%%/images/gui/zoom
@dirrm %%DATADIR%%/images/gui/window
@dirrm %%DATADIR%%/images/gui/speed
@dirrm %%DATADIR%%/images/gui/scrollbar
@dirrm %%DATADIR%%/images/gui/mapview/roundbuttons
@dirrm %%DATADIR%%/images/gui/mapview
@dirrm %%DATADIR%%/images/gui/info
@dirrm %%DATADIR%%/images/gui/dialogs
@dirrm %%DATADIR%%/images/gui/checkbox
@dirrm %%DATADIR%%/images/gui/buttons/tabbed
@dirrm %%DATADIR%%/images/gui/buttons/round
@dirrm %%DATADIR%%/images/gui/buttons
@dirrm %%DATADIR%%/images/gui/buttonpanel/transport
@dirrm %%DATADIR%%/images/gui/buttonpanel/residence
@dirrm %%DATADIR%%/images/gui/buttonpanel/power
@dirrm %%DATADIR%%/images/gui/buttonpanel/parks
@dirrm %%DATADIR%%/images/gui/buttonpanel/misc
@dirrm %%DATADIR%%/images/gui/buttonpanel/mining
@dirrm %%DATADIR%%/images/gui/buttonpanel/menu
@dirrm %%DATADIR%%/images/gui/buttonpanel/industry
@dirrm %%DATADIR%%/images/gui/buttonpanel/base
@dirrm %%DATADIR%%/images/gui/buttonpanel
@dirrm %%DATADIR%%/images/gui
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/help/sv
@dirrm %%DATADIR%%/help/nl
@dirrm %%DATADIR%%/help/fr
@dirrm %%DATADIR%%/help/es
@dirrm %%DATADIR%%/help/en
@dirrm %%DATADIR%%/help/de
@dirrm %%DATADIR%%/help/cs
@dirrm %%DATADIR%%/help
@dirrm %%DATADIR%%/gui
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%
@dirrm %%DOCSDIR%%
@dirrmtry share/applications