aboutsummaryrefslogtreecommitdiff
path: root/games/tuxtype/pkg-plist
blob: 67c9665f38a9e2668bc5514bd92d95a57b220024 (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
@(,games,2555) bin/tuxtype
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/OFL
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/TuxType_port_Mac.txt
%%PORTDOCS%%%%DOCSDIR%%/howtotheme.html
%%PORTDOCS%%%%DOCSDIR%%/lesson_scripting_reference.html
share/locale/ar/LC_MESSAGES/tuxtype.mo
share/locale/as/LC_MESSAGES/tuxtype.mo
share/locale/ast/LC_MESSAGES/tuxtype.mo
share/locale/be/LC_MESSAGES/tuxtype.mo
share/locale/ca/LC_MESSAGES/tuxtype.mo
share/locale/cs/LC_MESSAGES/tuxtype.mo
share/locale/da/LC_MESSAGES/tuxtype.mo
share/locale/de/LC_MESSAGES/tuxtype.mo
share/locale/el/LC_MESSAGES/tuxtype.mo
share/locale/en@boldquot/LC_MESSAGES/tuxtype.mo
share/locale/en@quot/LC_MESSAGES/tuxtype.mo
share/locale/en_GB/LC_MESSAGES/tuxtype.mo
share/locale/es/LC_MESSAGES/tuxtype.mo
share/locale/eu/LC_MESSAGES/tuxtype.mo
share/locale/fi/LC_MESSAGES/tuxtype.mo
share/locale/fr/LC_MESSAGES/tuxtype.mo
share/locale/gu/LC_MESSAGES/tuxtype.mo
share/locale/he/LC_MESSAGES/tuxtype.mo
share/locale/hi/LC_MESSAGES/tuxtype.mo
share/locale/hu/LC_MESSAGES/tuxtype.mo
share/locale/it/LC_MESSAGES/tuxtype.mo
share/locale/ja/LC_MESSAGES/tuxtype.mo
share/locale/kn/LC_MESSAGES/tuxtype.mo
share/locale/ko/LC_MESSAGES/tuxtype.mo
share/locale/lt/LC_MESSAGES/tuxtype.mo
share/locale/ml/LC_MESSAGES/tuxtype.mo
share/locale/nb/LC_MESSAGES/tuxtype.mo
share/locale/ne/LC_MESSAGES/tuxtype.mo
share/locale/nl/LC_MESSAGES/tuxtype.mo
share/locale/nn/LC_MESSAGES/tuxtype.mo
share/locale/or/LC_MESSAGES/tuxtype.mo
share/locale/pt/LC_MESSAGES/tuxtype.mo
share/locale/ro/LC_MESSAGES/tuxtype.mo
share/locale/ru/LC_MESSAGES/tuxtype.mo
share/locale/sv/LC_MESSAGES/tuxtype.mo
share/locale/sw/LC_MESSAGES/tuxtype.mo
share/locale/ta/LC_MESSAGES/tuxtype.mo
share/locale/te/LC_MESSAGES/tuxtype.mo
share/locale/th_TH/LC_MESSAGES/tuxtype.mo
share/locale/tr/LC_MESSAGES/tuxtype.mo
share/locale/uk/LC_MESSAGES/tuxtype.mo
share/locale/wo/LC_MESSAGES/tuxtype.mo
share/locale/zh_CN/LC_MESSAGES/tuxtype.mo
%%DATADIR%%/fonts/AndikaDesRevG.ttf
%%DATADIR%%/fonts/DoulosSILR.ttf
%%DATADIR%%/fonts/Kedage-n.ttf
%%DATADIR%%/fonts/Loma.ttf
%%DATADIR%%/fonts/Rachana_w01.ttf
%%DATADIR%%/fonts/Vemana.ttf
%%DATADIR%%/fonts/lohit_bn.ttf
%%DATADIR%%/fonts/lohit_gu.ttf
%%DATADIR%%/fonts/lohit_hi.ttf
%%DATADIR%%/fonts/lohit_pa.ttf
%%DATADIR%%/fonts/lohit_ta.ttf
%%DATADIR%%/fonts/utkal.ttf
%%DATADIR%%/im/ja.im
%%DATADIR%%/im/ko.im
%%DATADIR%%/im/th.im
%%DATADIR%%/im/zh_tw.im
%%DATADIR%%/images/README_IMAGES.TXT
%%DATADIR%%/images/backgrounds/0.jpg
%%DATADIR%%/images/backgrounds/1.jpg
%%DATADIR%%/images/backgrounds/2.jpg
%%DATADIR%%/images/backgrounds/3.jpg
%%DATADIR%%/images/backgrounds/4.jpg
%%DATADIR%%/images/cities/cdead-blue.png
%%DATADIR%%/images/cities/cdead-green.png
%%DATADIR%%/images/cities/cdead-orange.png
%%DATADIR%%/images/cities/cdead-red.png
%%DATADIR%%/images/cities/city-blue.png
%%DATADIR%%/images/cities/city-green.png
%%DATADIR%%/images/cities/city-orange.png
%%DATADIR%%/images/cities/city-red.png
%%DATADIR%%/images/cities/csplode-blue-1.png
%%DATADIR%%/images/cities/csplode-blue-2.png
%%DATADIR%%/images/cities/csplode-blue-3.png
%%DATADIR%%/images/cities/csplode-blue-4.png
%%DATADIR%%/images/cities/csplode-blue-5.png
%%DATADIR%%/images/cities/csplode-green-1.png
%%DATADIR%%/images/cities/csplode-green-2.png
%%DATADIR%%/images/cities/csplode-green-3.png
%%DATADIR%%/images/cities/csplode-green-4.png
%%DATADIR%%/images/cities/csplode-green-5.png
%%DATADIR%%/images/cities/csplode-orange-1.png
%%DATADIR%%/images/cities/csplode-orange-2.png
%%DATADIR%%/images/cities/csplode-orange-3.png
%%DATADIR%%/images/cities/csplode-orange-4.png
%%DATADIR%%/images/cities/csplode-orange-5.png
%%DATADIR%%/images/cities/csplode-red-1.png
%%DATADIR%%/images/cities/csplode-red-2.png
%%DATADIR%%/images/cities/csplode-red-3.png
%%DATADIR%%/images/cities/csplode-red-4.png
%%DATADIR%%/images/cities/csplode-red-5.png
%%DATADIR%%/images/cities/shield0.png
%%DATADIR%%/images/cities/shield1.png
%%DATADIR%%/images/cities/shield2.png
%%DATADIR%%/images/cities/shield3.png
%%DATADIR%%/images/cities/shields.png
%%DATADIR%%/images/comets/comet1.png
%%DATADIR%%/images/comets/comet1.svg
%%DATADIR%%/images/comets/comet2.png
%%DATADIR%%/images/comets/comet2.svg
%%DATADIR%%/images/comets/comet3.png
%%DATADIR%%/images/comets/comet3.svg
%%DATADIR%%/images/comets/cometex1.png
%%DATADIR%%/images/comets/cometex2.png
%%DATADIR%%/images/down.png
%%DATADIR%%/images/fishy-.png
%%DATADIR%%/images/fishy0.png
%%DATADIR%%/images/fishy1.png
%%DATADIR%%/images/fishy2.png
%%DATADIR%%/images/fishy3.png
%%DATADIR%%/images/hands/0.png
%%DATADIR%%/images/hands/1.png
%%DATADIR%%/images/hands/2.png
%%DATADIR%%/images/hands/3.png
%%DATADIR%%/images/hands/4.png
%%DATADIR%%/images/hands/5.png
%%DATADIR%%/images/hands/6.png
%%DATADIR%%/images/hands/7.png
%%DATADIR%%/images/hands/8.png
%%DATADIR%%/images/hands/9.png
%%DATADIR%%/images/hands/hands.png
%%DATADIR%%/images/hands/lshift.png
%%DATADIR%%/images/hands/none.png
%%DATADIR%%/images/hands/rshift.png
%%DATADIR%%/images/hidden.jpg
%%DATADIR%%/images/icons/icon.png
%%DATADIR%%/images/icons/tuxtype.icns
%%DATADIR%%/images/icons/tuxtype.ico
%%DATADIR%%/images/icons/tuxtype.svg
%%DATADIR%%/images/insert1.png
%%DATADIR%%/images/kcas0.jpg
%%DATADIR%%/images/kcas1.jpg
%%DATADIR%%/images/kcas10.jpg
%%DATADIR%%/images/kcas11.jpg
%%DATADIR%%/images/kcas2.jpg
%%DATADIR%%/images/kcas3.jpg
%%DATADIR%%/images/kcas4.jpg
%%DATADIR%%/images/kcas5.jpg
%%DATADIR%%/images/kcas6.jpg
%%DATADIR%%/images/kcas7.jpg
%%DATADIR%%/images/kcas8.jpg
%%DATADIR%%/images/kcas9.jpg
%%DATADIR%%/images/keyboard/esc.png
%%DATADIR%%/images/keyboard/keyboard-us.eps
%%DATADIR%%/images/keyboard/keyboard-us.png
%%DATADIR%%/images/keyboard/keyboard.eps
%%DATADIR%%/images/keyboard/keyboard.png
%%DATADIR%%/images/keyboard/keyboardN_A00.png
%%DATADIR%%/images/keyboard/keyboardN_A01.png
%%DATADIR%%/images/keyboard/keyboardN_A02.png
%%DATADIR%%/images/keyboard/keyboardN_A03.png
%%DATADIR%%/images/keyboard/keyboardN_A04.png
%%DATADIR%%/images/keyboard/keyboardN_A05.png
%%DATADIR%%/images/keyboard/keyboardN_A06.png
%%DATADIR%%/images/keyboard/keyboardN_A07.png
%%DATADIR%%/images/keyboard/keyboardN_A08.png
%%DATADIR%%/images/keyboard/keyboardN_A09.png
%%DATADIR%%/images/keyboard/keyboardN_A10.png
%%DATADIR%%/images/keyboard/keyboardN_A11.png
%%DATADIR%%/images/keyboard/keyboardN_A12.png
%%DATADIR%%/images/keyboard/keyboardN_A13.png
%%DATADIR%%/images/keyboard/keyboardN_B00.png
%%DATADIR%%/images/keyboard/keyboardN_B01.png
%%DATADIR%%/images/keyboard/keyboardN_B02.png
%%DATADIR%%/images/keyboard/keyboardN_B03.png
%%DATADIR%%/images/keyboard/keyboardN_B04.png
%%DATADIR%%/images/keyboard/keyboardN_B05.png
%%DATADIR%%/images/keyboard/keyboardN_B06.png
%%DATADIR%%/images/keyboard/keyboardN_B07.png
%%DATADIR%%/images/keyboard/keyboardN_B08.png
%%DATADIR%%/images/keyboard/keyboardN_B09.png
%%DATADIR%%/images/keyboard/keyboardN_B10.png
%%DATADIR%%/images/keyboard/keyboardN_B11.png
%%DATADIR%%/images/keyboard/keyboardN_B12.png
%%DATADIR%%/images/keyboard/keyboardN_B13.png
%%DATADIR%%/images/keyboard/keyboardN_C00.png
%%DATADIR%%/images/keyboard/keyboardN_C01.png
%%DATADIR%%/images/keyboard/keyboardN_C02.png
%%DATADIR%%/images/keyboard/keyboardN_C03.png
%%DATADIR%%/images/keyboard/keyboardN_C04.png
%%DATADIR%%/images/keyboard/keyboardN_C05.png
%%DATADIR%%/images/keyboard/keyboardN_C06.png
%%DATADIR%%/images/keyboard/keyboardN_C07.png
%%DATADIR%%/images/keyboard/keyboardN_C08.png
%%DATADIR%%/images/keyboard/keyboardN_C09.png
%%DATADIR%%/images/keyboard/keyboardN_C10.png
%%DATADIR%%/images/keyboard/keyboardN_C11.png
%%DATADIR%%/images/keyboard/keyboardN_C12.png
%%DATADIR%%/images/keyboard/keyboardN_D00.png
%%DATADIR%%/images/keyboard/keyboardN_D01.png
%%DATADIR%%/images/keyboard/keyboardN_D02.png
%%DATADIR%%/images/keyboard/keyboardN_D03.png
%%DATADIR%%/images/keyboard/keyboardN_D04.png
%%DATADIR%%/images/keyboard/keyboardN_D05.png
%%DATADIR%%/images/keyboard/keyboardN_D06.png
%%DATADIR%%/images/keyboard/keyboardN_D07.png
%%DATADIR%%/images/keyboard/keyboardN_D08.png
%%DATADIR%%/images/keyboard/keyboardN_D09.png
%%DATADIR%%/images/keyboard/keyboardN_D10.png
%%DATADIR%%/images/keyboard/keyboardN_D11.png
%%DATADIR%%/images/keyboard/keyboardN_D12.png
%%DATADIR%%/images/keyboard/keyboardN_E00.png
%%DATADIR%%/images/keyboard/keyboardN_E01.png
%%DATADIR%%/images/keyboard/keyboardN_E02.png
%%DATADIR%%/images/keyboard/keyboardN_E03.png
%%DATADIR%%/images/keyboard/keyboardN_E04.png
%%DATADIR%%/images/keyboard/keyboardN_E05.png
%%DATADIR%%/images/keyboard/keyboardN_E06.png
%%DATADIR%%/images/keyboard/keyboardN_E07.png
%%DATADIR%%/images/keyboard/keyboardN_None.png
%%DATADIR%%/images/keyboard/keyboard_A00.png
%%DATADIR%%/images/keyboard/keyboard_A01.png
%%DATADIR%%/images/keyboard/keyboard_A02.png
%%DATADIR%%/images/keyboard/keyboard_A03.png
%%DATADIR%%/images/keyboard/keyboard_A04.png
%%DATADIR%%/images/keyboard/keyboard_A05.png
%%DATADIR%%/images/keyboard/keyboard_A06.png
%%DATADIR%%/images/keyboard/keyboard_A07.png
%%DATADIR%%/images/keyboard/keyboard_A08.png
%%DATADIR%%/images/keyboard/keyboard_A09.png
%%DATADIR%%/images/keyboard/keyboard_A10.png
%%DATADIR%%/images/keyboard/keyboard_A11.png
%%DATADIR%%/images/keyboard/keyboard_A12.png
%%DATADIR%%/images/keyboard/keyboard_A13.png
%%DATADIR%%/images/keyboard/keyboard_B00.png
%%DATADIR%%/images/keyboard/keyboard_B01.png
%%DATADIR%%/images/keyboard/keyboard_B02.png
%%DATADIR%%/images/keyboard/keyboard_B03.png
%%DATADIR%%/images/keyboard/keyboard_B04.png
%%DATADIR%%/images/keyboard/keyboard_B05.png
%%DATADIR%%/images/keyboard/keyboard_B06.png
%%DATADIR%%/images/keyboard/keyboard_B07.png
%%DATADIR%%/images/keyboard/keyboard_B08.png
%%DATADIR%%/images/keyboard/keyboard_B09.png
%%DATADIR%%/images/keyboard/keyboard_B10.png
%%DATADIR%%/images/keyboard/keyboard_B11.png
%%DATADIR%%/images/keyboard/keyboard_B12.png
%%DATADIR%%/images/keyboard/keyboard_B13.png
%%DATADIR%%/images/keyboard/keyboard_C00.png
%%DATADIR%%/images/keyboard/keyboard_C01.png
%%DATADIR%%/images/keyboard/keyboard_C02.png
%%DATADIR%%/images/keyboard/keyboard_C03.png
%%DATADIR%%/images/keyboard/keyboard_C04.png
%%DATADIR%%/images/keyboard/keyboard_C05.png
%%DATADIR%%/images/keyboard/keyboard_C06.png
%%DATADIR%%/images/keyboard/keyboard_C07.png
%%DATADIR%%/images/keyboard/keyboard_C08.png
%%DATADIR%%/images/keyboard/keyboard_C09.png
%%DATADIR%%/images/keyboard/keyboard_C10.png
%%DATADIR%%/images/keyboard/keyboard_C11.png
%%DATADIR%%/images/keyboard/keyboard_C12.png
%%DATADIR%%/images/keyboard/keyboard_D00.png
%%DATADIR%%/images/keyboard/keyboard_D01.png
%%DATADIR%%/images/keyboard/keyboard_D02.png
%%DATADIR%%/images/keyboard/keyboard_D03.png
%%DATADIR%%/images/keyboard/keyboard_D04.png
%%DATADIR%%/images/keyboard/keyboard_D05.png
%%DATADIR%%/images/keyboard/keyboard_D06.png
%%DATADIR%%/images/keyboard/keyboard_D07.png
%%DATADIR%%/images/keyboard/keyboard_D08.png
%%DATADIR%%/images/keyboard/keyboard_D09.png
%%DATADIR%%/images/keyboard/keyboard_D10.png
%%DATADIR%%/images/keyboard/keyboard_D11.png
%%DATADIR%%/images/keyboard/keyboard_D12.png
%%DATADIR%%/images/keyboard/keyboard_E00.png
%%DATADIR%%/images/keyboard/keyboard_E01.png
%%DATADIR%%/images/keyboard/keyboard_E02.png
%%DATADIR%%/images/keyboard/keyboard_E03.png
%%DATADIR%%/images/keyboard/keyboard_E04.png
%%DATADIR%%/images/keyboard/keyboard_E05.png
%%DATADIR%%/images/keyboard/keyboard_E06.png
%%DATADIR%%/images/keyboard/keyboard_E07.png
%%DATADIR%%/images/keyboard/keyboard_None.png
%%DATADIR%%/images/keyboard/larrow.png
%%DATADIR%%/images/keyboard/rarrow.png
%%DATADIR%%/images/keyboard/space.png
%%DATADIR%%/images/left.png
%%DATADIR%%/images/line2.png
%%DATADIR%%/images/main_bkg.png
%%DATADIR%%/images/menu/cascade0.png
%%DATADIR%%/images/menu/cascade1.png
%%DATADIR%%/images/menu/cascade10.png
%%DATADIR%%/images/menu/cascade2.png
%%DATADIR%%/images/menu/cascade3.png
%%DATADIR%%/images/menu/cascade4.png
%%DATADIR%%/images/menu/cascade5.png
%%DATADIR%%/images/menu/cascade6.png
%%DATADIR%%/images/menu/cascade7.png
%%DATADIR%%/images/menu/cascade8.png
%%DATADIR%%/images/menu/cascade9.png
%%DATADIR%%/images/menu/cascaded.png
%%DATADIR%%/images/menu/comet0.png
%%DATADIR%%/images/menu/comet1.png
%%DATADIR%%/images/menu/comet2.png
%%DATADIR%%/images/menu/comet3.png
%%DATADIR%%/images/menu/comet4.png
%%DATADIR%%/images/menu/comet5.png
%%DATADIR%%/images/menu/cometd.png
%%DATADIR%%/images/menu/keyboard0.png
%%DATADIR%%/images/menu/keyboard1.png
%%DATADIR%%/images/menu/keyboard2.png
%%DATADIR%%/images/menu/keyboardd.png
%%DATADIR%%/images/menu/keycas0.png
%%DATADIR%%/images/menu/keycas1.png
%%DATADIR%%/images/menu/keycas2.png
%%DATADIR%%/images/menu/keycas3.png
%%DATADIR%%/images/menu/keycas4.png
%%DATADIR%%/images/menu/keycas5.png
%%DATADIR%%/images/menu/keycas6.png
%%DATADIR%%/images/menu/keycas7.png
%%DATADIR%%/images/menu/keycas8.png
%%DATADIR%%/images/menu/keycas9.png
%%DATADIR%%/images/menu/keycasd.png
%%DATADIR%%/images/menu/lesson0.png
%%DATADIR%%/images/menu/lesson1.png
%%DATADIR%%/images/menu/lesson2.png
%%DATADIR%%/images/menu/lesson3.png
%%DATADIR%%/images/menu/lessond.png
%%DATADIR%%/images/menu/list0.png
%%DATADIR%%/images/menu/list1.png
%%DATADIR%%/images/menu/list2.png
%%DATADIR%%/images/menu/list3.png
%%DATADIR%%/images/menu/list4.png
%%DATADIR%%/images/menu/list5.png
%%DATADIR%%/images/menu/list6.png
%%DATADIR%%/images/menu/list7.png
%%DATADIR%%/images/menu/listd.png
%%DATADIR%%/images/menu/main0.png
%%DATADIR%%/images/menu/main1.png
%%DATADIR%%/images/menu/main2.png
%%DATADIR%%/images/menu/main3.png
%%DATADIR%%/images/menu/main4.png
%%DATADIR%%/images/menu/main5.png
%%DATADIR%%/images/menu/main6.png
%%DATADIR%%/images/menu/main7.png
%%DATADIR%%/images/menu/maind.png
%%DATADIR%%/images/menu/quit0.png
%%DATADIR%%/images/menu/quit1.png
%%DATADIR%%/images/menu/quit2.png
%%DATADIR%%/images/menu/quit3.png
%%DATADIR%%/images/menu/quit4.png
%%DATADIR%%/images/menu/quit5.png
%%DATADIR%%/images/menu/quit6.png
%%DATADIR%%/images/menu/quit7.png
%%DATADIR%%/images/menu/quit8.png
%%DATADIR%%/images/menu/quitd.png
%%DATADIR%%/images/menu/reg0.png
%%DATADIR%%/images/menu/reg1.png
%%DATADIR%%/images/menu/reg2.png
%%DATADIR%%/images/menu/sel0.png
%%DATADIR%%/images/menu/sel1.png
%%DATADIR%%/images/menu/sel2.png
%%DATADIR%%/images/menu/tux_config0.png
%%DATADIR%%/images/menu/tux_config1.png
%%DATADIR%%/images/menu/tux_configd.png
%%DATADIR%%/images/nosound.png
%%DATADIR%%/images/num_0.png
%%DATADIR%%/images/num_1.png
%%DATADIR%%/images/num_2.png
%%DATADIR%%/images/num_3.png
%%DATADIR%%/images/num_4.png
%%DATADIR%%/images/num_5.png
%%DATADIR%%/images/num_6.png
%%DATADIR%%/images/num_7.png
%%DATADIR%%/images/num_8.png
%%DATADIR%%/images/num_9.png
%%DATADIR%%/images/pract.png
%%DATADIR%%/images/right.png
%%DATADIR%%/images/sound.png
%%DATADIR%%/images/splat0.png
%%DATADIR%%/images/standby.png
%%DATADIR%%/images/status/gameover.png
%%DATADIR%%/images/status/numbers.png
%%DATADIR%%/images/status/score.png
%%DATADIR%%/images/status/tux_helmet1.png
%%DATADIR%%/images/status/tux_helmet2.png
%%DATADIR%%/images/status/tux_helmet3.png
%%DATADIR%%/images/status/wave.png
%%DATADIR%%/images/title1.png
%%DATADIR%%/images/tutor-alpha.png
%%DATADIR%%/images/tutor-alpha2.png
%%DATADIR%%/images/tutor.png
%%DATADIR%%/images/tutor2.png
%%DATADIR%%/images/tutor3.png
%%DATADIR%%/images/tux/console.png
%%DATADIR%%/images/tux/gulp0.png
%%DATADIR%%/images/tux/gulp1.png
%%DATADIR%%/images/tux/gulp2.png
%%DATADIR%%/images/tux/gulp3.png
%%DATADIR%%/images/tux/run0.png
%%DATADIR%%/images/tux/run1.png
%%DATADIR%%/images/tux/stand-.png
%%DATADIR%%/images/tux/stand0.png
%%DATADIR%%/images/tux/stand1.png
%%DATADIR%%/images/tux/tux-console1.png
%%DATADIR%%/images/tux/tux-console2.png
%%DATADIR%%/images/tux/tux-console3.png
%%DATADIR%%/images/tux/tux-console4.png
%%DATADIR%%/images/tux/tux-drat.png
%%DATADIR%%/images/tux/tux-egypt0.png
%%DATADIR%%/images/tux/tux-egypt1.png
%%DATADIR%%/images/tux/tux-fist0.png
%%DATADIR%%/images/tux/tux-fist1.png
%%DATADIR%%/images/tux/tux-kiss1.png
%%DATADIR%%/images/tux/tux-kiss2.png
%%DATADIR%%/images/tux/tux-relax1.png
%%DATADIR%%/images/tux/tux-relax2.png
%%DATADIR%%/images/tux/tux-sit.png
%%DATADIR%%/images/tux/tux-yay1.png
%%DATADIR%%/images/tux/tux-yay2.png
%%DATADIR%%/images/tux/tux-yes1.png
%%DATADIR%%/images/tux/tux-yes2.png
%%DATADIR%%/images/tux/tux-yipe.png
%%DATADIR%%/images/tux/walk0.png
%%DATADIR%%/images/tux/walk1.png
%%DATADIR%%/images/tux/walk2.png
%%DATADIR%%/images/tux/walk3.png
%%DATADIR%%/images/tux/win0.png
%%DATADIR%%/images/tux/win1.png
%%DATADIR%%/images/tux/yipe0.png
%%DATADIR%%/images/tux0.png
%%DATADIR%%/images/tux1.png
%%DATADIR%%/images/tux2.png
%%DATADIR%%/images/tux3.png
%%DATADIR%%/images/up.png
%%DATADIR%%/images/wordlist_button.png
%%DATADIR%%/images/world.png
%%DATADIR%%/keyboard.lst
%%DATADIR%%/phrases.txt
%%DATADIR%%/scripts/basic_lesson_01.xml
%%DATADIR%%/scripts/basic_lesson_02.xml
%%DATADIR%%/scripts/basic_lesson_03.xml
%%DATADIR%%/scripts/basic_lesson_04.xml
%%DATADIR%%/scripts/basic_lesson_05.xml
%%DATADIR%%/scripts/basic_lesson_06.xml
%%DATADIR%%/scripts/basic_lesson_07.xml
%%DATADIR%%/scripts/basic_lesson_08.xml
%%DATADIR%%/scripts/basic_lesson_09.xml
%%DATADIR%%/scripts/basic_lesson_10.xml
%%DATADIR%%/scripts/basic_lesson_11.xml
%%DATADIR%%/scripts/basic_lesson_12.xml
%%DATADIR%%/scripts/basic_lesson_13.xml
%%DATADIR%%/scripts/basic_lesson_14.xml
%%DATADIR%%/scripts/basic_lesson_15.xml
%%DATADIR%%/scripts/basic_lesson_16.xml
%%DATADIR%%/scripts/basic_lesson_17.xml
%%DATADIR%%/scripts/basic_lesson_18.xml
%%DATADIR%%/scripts/basic_lesson_19.xml
%%DATADIR%%/scripts/basic_lesson_20.xml
%%DATADIR%%/scripts/basic_lesson_21.xml
%%DATADIR%%/scripts/basic_lesson_22.xml
%%DATADIR%%/scripts/basic_lesson_23.xml
%%DATADIR%%/scripts/basic_lesson_24.xml
%%DATADIR%%/scripts/basic_lesson_25.xml
%%DATADIR%%/scripts/basic_lesson_26.xml
%%DATADIR%%/scripts/basic_lesson_27.xml
%%DATADIR%%/scripts/basic_lesson_28.xml
%%DATADIR%%/scripts/basic_lesson_29.xml
%%DATADIR%%/scripts/basic_lesson_30.xml
%%DATADIR%%/scripts/basic_lesson_31.xml
%%DATADIR%%/scripts/basic_lesson_32.xml
%%DATADIR%%/scripts/basic_lesson_33.xml
%%DATADIR%%/scripts/basic_lesson_34.xml
%%DATADIR%%/scripts/basic_lesson_35.xml
%%DATADIR%%/scripts/basic_lesson_36.xml
%%DATADIR%%/scripts/basic_lesson_37.xml
%%DATADIR%%/scripts/basic_lesson_38.xml
%%DATADIR%%/scripts/basic_lesson_39.xml
%%DATADIR%%/scripts/basic_lesson_40.xml
%%DATADIR%%/scripts/basic_lesson_41.xml
%%DATADIR%%/scripts/basic_lesson_42.xml
%%DATADIR%%/scripts/basic_lesson_43.xml
%%DATADIR%%/scripts/cascade.xml
%%DATADIR%%/scripts/laser.xml
%%DATADIR%%/scripts/projectInfo.xml
%%DATADIR%%/sounds/README_SOUNDS.TXT
%%DATADIR%%/sounds/alarm.wav
%%DATADIR%%/sounds/amidst_the_raindrops.ogg
%%DATADIR%%/sounds/bite.wav
%%DATADIR%%/sounds/buzz.wav
%%DATADIR%%/sounds/cheer.wav
%%DATADIR%%/sounds/chiptune2.ogg
%%DATADIR%%/sounds/excuseme.wav
%%DATADIR%%/sounds/explosion.wav
%%DATADIR%%/sounds/game.mod
%%DATADIR%%/sounds/game2.mod
%%DATADIR%%/sounds/game3.mod
%%DATADIR%%/sounds/harp.wav
%%DATADIR%%/sounds/laser.wav
%%DATADIR%%/sounds/lose.wav
%%DATADIR%%/sounds/pause.wav
%%DATADIR%%/sounds/pop.wav
%%DATADIR%%/sounds/run.wav
%%DATADIR%%/sounds/shieldsdown.wav
%%DATADIR%%/sounds/splat.wav
%%DATADIR%%/sounds/tock.wav
%%DATADIR%%/sounds/tuxi.ogg
%%DATADIR%%/sounds/win.wav
%%DATADIR%%/sounds/winfinal.wav
%%DATADIR%%/themes/armenian/images/splat0.png
%%DATADIR%%/themes/armenian/images/title1.png
%%DATADIR%%/themes/armenian/keyboard.lst
%%DATADIR%%/themes/armenian/settings.txt
%%DATADIR%%/themes/assamese/alphabet.txt
%%DATADIR%%/themes/assamese/keyboard.lst
%%DATADIR%%/themes/assamese/settings.txt
%%DATADIR%%/themes/assamese/words/words1.txt
%%DATADIR%%/themes/assamese/words/words2.txt
%%DATADIR%%/themes/assamese/words/words3.txt
%%DATADIR%%/themes/asturian/images/map.png
%%DATADIR%%/themes/asturian/images/photo.png
%%DATADIR%%/themes/asturian/keyboard.lst
%%DATADIR%%/themes/asturian/scripts/cascade.xml
%%DATADIR%%/themes/asturian/scripts/laser.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_01.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_02.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_03.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_04.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_05.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_06.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_07.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_08.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_09.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_10.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_11.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_12.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_13.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_14.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_15.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_16.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_17.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_18.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_19.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_20.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_21.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_22.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_23.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_24.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_25.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_26.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_27.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_28.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_29.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_30.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_31.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_32.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_33.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_34.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_35.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_36.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_37.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_38.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_39.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_40.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_41.xml
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_42.xml
%%DATADIR%%/themes/asturian/scripts/projectInfo.xml
%%DATADIR%%/themes/asturian/settings.txt
%%DATADIR%%/themes/asturian/words/alphabet.txt
%%DATADIR%%/themes/asturian/words/animals.txt
%%DATADIR%%/themes/asturian/words/astronomy.txt
%%DATADIR%%/themes/asturian/words/colors.txt
%%DATADIR%%/themes/asturian/words/fingers.txt
%%DATADIR%%/themes/asturian/words/fruit.txt
%%DATADIR%%/themes/asturian/words/geography.txt
%%DATADIR%%/themes/asturian/words/numbers.txt
%%DATADIR%%/themes/asturian/words/plants.txt
%%DATADIR%%/themes/asturian/words/shapes.txt
%%DATADIR%%/themes/asturian/words/trees.txt
%%DATADIR%%/themes/asturian/words/words1.txt
%%DATADIR%%/themes/asturian/words/words2.txt
%%DATADIR%%/themes/asturian/words/words3.txt
%%DATADIR%%/themes/belarussian/keyboard.lst
%%DATADIR%%/themes/belarussian/settings.txt
%%DATADIR%%/themes/belarussian/words/words1.txt
%%DATADIR%%/themes/belarussian/words/words2.txt
%%DATADIR%%/themes/belarussian/words/words3.txt
%%DATADIR%%/themes/bokmal/images/map.png
%%DATADIR%%/themes/bokmal/images/splat0.png
%%DATADIR%%/themes/bokmal/images/status/score.png
%%DATADIR%%/themes/bokmal/images/status/wave.png
%%DATADIR%%/themes/bokmal/keyboard.lst
%%DATADIR%%/themes/bokmal/settings.txt
%%DATADIR%%/themes/bokmal/words/3boks.txt
%%DATADIR%%/themes/bokmal/words/4boks.txt
%%DATADIR%%/themes/bokmal/words/5boks.txt
%%DATADIR%%/themes/bokmal/words/6boks.txt
%%DATADIR%%/themes/bokmal/words/dyrenavn.txt
%%DATADIR%%/themes/bokmal/words/frukt.txt
%%DATADIR%%/themes/bokmal/words/land.txt
%%DATADIR%%/themes/bokmal/words/sprak.txt
%%DATADIR%%/themes/bokmal/words/yrke.txt
%%DATADIR%%/themes/brazilian-portuguese/AUTHOR
%%DATADIR%%/themes/brazilian-portuguese/images/map.png
%%DATADIR%%/themes/brazilian-portuguese/keyboard.lst
%%DATADIR%%/themes/brazilian-portuguese/settings.txt
%%DATADIR%%/themes/brazilian-portuguese/words/fingers.txt
%%DATADIR%%/themes/brazilian-portuguese/words/plants.txt
%%DATADIR%%/themes/brazilian-portuguese/words/words1.txt
%%DATADIR%%/themes/brazilian-portuguese/words/words2.txt
%%DATADIR%%/themes/brazilian-portuguese/words/words3.txt
%%DATADIR%%/themes/bulgarian/keyboard.lst
%%DATADIR%%/themes/bulgarian/scripts/Lesson_1.xml
%%DATADIR%%/themes/bulgarian/settings.txt
%%DATADIR%%/themes/bulgarian/words/alphabet.txt
%%DATADIR%%/themes/bulgarian/words/animals.txt
%%DATADIR%%/themes/bulgarian/words/astronomy.txt
%%DATADIR%%/themes/bulgarian/words/fingers.txt
%%DATADIR%%/themes/bulgarian/words/jobs.txt
%%DATADIR%%/themes/bulgarian/words/names.txt
%%DATADIR%%/themes/bulgarian/words/plants.txt
%%DATADIR%%/themes/bulgarian/words/words1.txt
%%DATADIR%%/themes/bulgarian/words/words2.txt
%%DATADIR%%/themes/bulgarian/words/words3.txt
%%DATADIR%%/themes/catalan/keyboard.lst
%%DATADIR%%/themes/catalan/settings.txt
%%DATADIR%%/themes/catalan/words/words1.txt
%%DATADIR%%/themes/catalan/words/words2.txt
%%DATADIR%%/themes/catalan/words/words3.txt
%%DATADIR%%/themes/catalan/words/words4.txt
%%DATADIR%%/themes/catalan/words/words5.txt
%%DATADIR%%/themes/czech/keyboard.lst
%%DATADIR%%/themes/czech/settings.txt
%%DATADIR%%/themes/czech/words/abeceda.txt
%%DATADIR%%/themes/czech/words/prsty.txt
%%DATADIR%%/themes/czech/words/rostliny.txt
%%DATADIR%%/themes/czech/words/slova2.txt
%%DATADIR%%/themes/czech/words/slova3.txt
%%DATADIR%%/themes/czech/words/slova4.txt
%%DATADIR%%/themes/czech/words/slova5.txt
%%DATADIR%%/themes/dansk/keyboard.lst
%%DATADIR%%/themes/dansk/settings.txt
%%DATADIR%%/themes/dansk/sounds/excuseme.wav
%%DATADIR%%/themes/dansk/words/words1.txt
%%DATADIR%%/themes/dansk/words/words2.txt
%%DATADIR%%/themes/dansk/words/words3.txt
%%DATADIR%%/themes/dansk/words/words4.txt
%%DATADIR%%/themes/deutsch/keyboard.lst
%%DATADIR%%/themes/deutsch/settings.txt
%%DATADIR%%/themes/deutsch/words/kurz2-3-mit.txt
%%DATADIR%%/themes/deutsch/words/kurz2-3.txt
%%DATADIR%%/themes/deutsch/words/lang7-8-mit.txt
%%DATADIR%%/themes/deutsch/words/lang7-8.txt
%%DATADIR%%/themes/deutsch/words/mittel4-6-mit.txt
%%DATADIR%%/themes/deutsch/words/mittel4-6.txt
%%DATADIR%%/themes/espanol/images/map.png
%%DATADIR%%/themes/espanol/keyboard.lst
%%DATADIR%%/themes/espanol/settings.txt
%%DATADIR%%/themes/espanol/words/words1.txt
%%DATADIR%%/themes/espanol/words/words2.txt
%%DATADIR%%/themes/espanol/words/words3.txt
%%DATADIR%%/themes/euskara/AUTHOR
%%DATADIR%%/themes/euskara/images/map.png
%%DATADIR%%/themes/euskara/images/photo.png
%%DATADIR%%/themes/euskara/keyboard.lst
%%DATADIR%%/themes/euskara/settings.txt
%%DATADIR%%/themes/euskara/words/words1.txt
%%DATADIR%%/themes/euskara/words/words2.txt
%%DATADIR%%/themes/euskara/words/words3.txt
%%DATADIR%%/themes/french/keyboard.lst
%%DATADIR%%/themes/french/scripts/les_jours_de_la_semaine.xml
%%DATADIR%%/themes/french/scripts/les_mois_de_l_annee.xml
%%DATADIR%%/themes/french/settings.txt
%%DATADIR%%/themes/french/words/fingers.txt
%%DATADIR%%/themes/french/words/months.txt
%%DATADIR%%/themes/french/words/names.txt
%%DATADIR%%/themes/french/words/weekdays.txt
%%DATADIR%%/themes/french/words/words1.txt
%%DATADIR%%/themes/french/words/words2.txt
%%DATADIR%%/themes/french/words/words3.txt
%%DATADIR%%/themes/french/words/words4.txt
%%DATADIR%%/themes/greek/keyboard.lst
%%DATADIR%%/themes/greek/phrases.txt
%%DATADIR%%/themes/greek/scripts/basic_lesson_01.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_02.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_03.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_04.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_05.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_06.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_07.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_08.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_09.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_10.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_11.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_12.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_13.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_14.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_15.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_16.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_17.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_18.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_19.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_20.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_21.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_22.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_23.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_24.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_25.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_26.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_27.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_28.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_29.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_30.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_31.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_32.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_33.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_34.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_35.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_36.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_37.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_38.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_39.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_40.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_41.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_42.xml
%%DATADIR%%/themes/greek/scripts/basic_lesson_43.xml
%%DATADIR%%/themes/greek/scripts/cascade.xml
%%DATADIR%%/themes/greek/scripts/laser.xml
%%DATADIR%%/themes/greek/scripts/projectInfo.xml
%%DATADIR%%/themes/greek/settings.txt
%%DATADIR%%/themes/greek/words/alphabet.txt
%%DATADIR%%/themes/greek/words/animals.txt
%%DATADIR%%/themes/greek/words/astronomy.txt
%%DATADIR%%/themes/greek/words/colors.txt
%%DATADIR%%/themes/greek/words/fingers.txt
%%DATADIR%%/themes/greek/words/fruit.txt
%%DATADIR%%/themes/greek/words/geography.txt
%%DATADIR%%/themes/greek/words/numbers.txt
%%DATADIR%%/themes/greek/words/plants.txt
%%DATADIR%%/themes/greek/words/shapes.txt
%%DATADIR%%/themes/greek/words/trees.txt
%%DATADIR%%/themes/greek/words/words1.txt
%%DATADIR%%/themes/greek/words/words2.txt
%%DATADIR%%/themes/greek/words/words3.txt
%%DATADIR%%/themes/gujarati/alphabet.txt
%%DATADIR%%/themes/gujarati/keyboard.lst
%%DATADIR%%/themes/gujarati/settings.txt
%%DATADIR%%/themes/gujarati/words/words1.txt
%%DATADIR%%/themes/gujarati/words/words2.txt
%%DATADIR%%/themes/gujarati/words/words3.txt
%%DATADIR%%/themes/hebrew/keyboard.lst
%%DATADIR%%/themes/hebrew/settings.txt
%%DATADIR%%/themes/hebrew/words/family.txt
%%DATADIR%%/themes/hebrew/words/months.txt
%%DATADIR%%/themes/hebrew/words/numbers.txt
%%DATADIR%%/themes/hebrew/words/verbs.txt
%%DATADIR%%/themes/hebrew/words/words1.txt
%%DATADIR%%/themes/hindi/alphabet.txt
%%DATADIR%%/themes/hindi/keyboard.lst
%%DATADIR%%/themes/hindi/settings.txt
%%DATADIR%%/themes/hindi/words/words1.txt
%%DATADIR%%/themes/hindi/words/words2.txt
%%DATADIR%%/themes/hindi/words/words3.txt
%%DATADIR%%/themes/hungarian/images/photo.png
%%DATADIR%%/themes/hungarian/keyboard.lst
%%DATADIR%%/themes/hungarian/phrases.txt
%%DATADIR%%/themes/hungarian/scripts/0.xml
%%DATADIR%%/themes/hungarian/scripts/1.xml
%%DATADIR%%/themes/hungarian/scripts/2.xml
%%DATADIR%%/themes/hungarian/scripts/3.xml
%%DATADIR%%/themes/hungarian/scripts/4.xml
%%DATADIR%%/themes/hungarian/scripts/5.xml
%%DATADIR%%/themes/hungarian/scripts/6.xml
%%DATADIR%%/themes/hungarian/scripts/7.xml
%%DATADIR%%/themes/hungarian/scripts/8.xml
%%DATADIR%%/themes/hungarian/scripts/9.xml
%%DATADIR%%/themes/hungarian/scripts/a.xml
%%DATADIR%%/themes/hungarian/scripts/aposztrof.xml
%%DATADIR%%/themes/hungarian/scripts/b.xml
%%DATADIR%%/themes/hungarian/scripts/c.xml
%%DATADIR%%/themes/hungarian/scripts/cascade.xml
%%DATADIR%%/themes/hungarian/scripts/d.xml
%%DATADIR%%/themes/hungarian/scripts/e.xml
%%DATADIR%%/themes/hungarian/scripts/egyenloseg.xml
%%DATADIR%%/themes/hungarian/scripts/f.xml
%%DATADIR%%/themes/hungarian/scripts/g.xml
%%DATADIR%%/themes/hungarian/scripts/h.xml
%%DATADIR%%/themes/hungarian/scripts/i.xml
%%DATADIR%%/themes/hungarian/scripts/j.xml
%%DATADIR%%/themes/hungarian/scripts/k.xml
%%DATADIR%%/themes/hungarian/scripts/kotojel.xml
%%DATADIR%%/themes/hungarian/scripts/l.xml
%%DATADIR%%/themes/hungarian/scripts/laser.xml
%%DATADIR%%/themes/hungarian/scripts/m.xml
%%DATADIR%%/themes/hungarian/scripts/n.xml
%%DATADIR%%/themes/hungarian/scripts/o.xml
%%DATADIR%%/themes/hungarian/scripts/p.xml
%%DATADIR%%/themes/hungarian/scripts/per.xml
%%DATADIR%%/themes/hungarian/scripts/pont.xml
%%DATADIR%%/themes/hungarian/scripts/pontosvesszo.xml
%%DATADIR%%/themes/hungarian/scripts/projectInfo.xml
%%DATADIR%%/themes/hungarian/scripts/q.xml
%%DATADIR%%/themes/hungarian/scripts/r.xml
%%DATADIR%%/themes/hungarian/scripts/s.xml
%%DATADIR%%/themes/hungarian/scripts/t.xml
%%DATADIR%%/themes/hungarian/scripts/u.xml
%%DATADIR%%/themes/hungarian/scripts/v.xml
%%DATADIR%%/themes/hungarian/scripts/vesszo.xml
%%DATADIR%%/themes/hungarian/scripts/w.xml
%%DATADIR%%/themes/hungarian/scripts/x.xml
%%DATADIR%%/themes/hungarian/scripts/y.xml
%%DATADIR%%/themes/hungarian/scripts/z.xml
%%DATADIR%%/themes/hungarian/settings.txt
%%DATADIR%%/themes/hungarian/words/allatok.txt
%%DATADIR%%/themes/hungarian/words/fogasgyakorlatok.txt
%%DATADIR%%/themes/hungarian/words/freq.txt
%%DATADIR%%/themes/hungarian/words/nemzetek.txt
%%DATADIR%%/themes/hungarian/words/nevek.txt
%%DATADIR%%/themes/hungarian/words/novenyek.txt
%%DATADIR%%/themes/hungarian/words/varosok.txt
%%DATADIR%%/themes/hungarian/words/word1.txt
%%DATADIR%%/themes/hungarian/words/word2.txt
%%DATADIR%%/themes/hungarian/words/word3.txt
%%DATADIR%%/themes/hungarian/words/word4.txt
%%DATADIR%%/themes/italian/images/map.png
%%DATADIR%%/themes/italian/images/photo.png
%%DATADIR%%/themes/italian/keyboard.lst
%%DATADIR%%/themes/italian/settings.txt
%%DATADIR%%/themes/italian/words/animali.txt
%%DATADIR%%/themes/italian/words/citta.txt
%%DATADIR%%/themes/italian/words/diteggiatura.txt
%%DATADIR%%/themes/italian/words/freq.txt
%%DATADIR%%/themes/italian/words/nomi.txt
%%DATADIR%%/themes/italian/words/piantefiorifrutta.txt
%%DATADIR%%/themes/italian/words/stati.txt
%%DATADIR%%/themes/italian/words/word1.txt
%%DATADIR%%/themes/italian/words/word2.txt
%%DATADIR%%/themes/italian/words/word3.txt
%%DATADIR%%/themes/italian/words/word4.txt
%%DATADIR%%/themes/jamaican/images/map.png
%%DATADIR%%/themes/jamaican/images/photo.png
%%DATADIR%%/themes/jamaican/images/tux0.png
%%DATADIR%%/themes/jamaican/images/tux1.png
%%DATADIR%%/themes/jamaican/images/tux2.png
%%DATADIR%%/themes/jamaican/images/tux3.png
%%DATADIR%%/themes/jamaican/keyboard.lst
%%DATADIR%%/themes/jamaican/settings.txt
%%DATADIR%%/themes/jamaican/words/jam-long.txt
%%DATADIR%%/themes/jamaican/words/jam-med.txt
%%DATADIR%%/themes/jamaican/words/jam-short.txt
%%DATADIR%%/themes/kannada/alphabet.txt
%%DATADIR%%/themes/kannada/keyboard.lst
%%DATADIR%%/themes/kannada/settings.txt
%%DATADIR%%/themes/kannada/words/words1.txt
%%DATADIR%%/themes/kannada/words/words2.txt
%%DATADIR%%/themes/kannada/words/words3.txt
%%DATADIR%%/themes/korean/images/map.png
%%DATADIR%%/themes/korean/images/photo.png
%%DATADIR%%/themes/korean/keyboard.lst
%%DATADIR%%/themes/korean/phrases.txt
%%DATADIR%%/themes/korean/settings.txt
%%DATADIR%%/themes/korean/words/alphabet.txt
%%DATADIR%%/themes/korean/words/animals.txt
%%DATADIR%%/themes/korean/words/colors.txt
%%DATADIR%%/themes/korean/words/fruit.txt
%%DATADIR%%/themes/korean/words/geography.txt
%%DATADIR%%/themes/korean/words/numbers.txt
%%DATADIR%%/themes/korean/words/plants.txt
%%DATADIR%%/themes/lithuanian/images/status/gameover.png
%%DATADIR%%/themes/lithuanian/images/status/score.png
%%DATADIR%%/themes/lithuanian/images/status/wave.png
%%DATADIR%%/themes/lithuanian/keyboard.lst
%%DATADIR%%/themes/lithuanian/settings.txt
%%DATADIR%%/themes/lithuanian/sounds/excuseme.wav
%%DATADIR%%/themes/lithuanian/words/1-pamoka.txt
%%DATADIR%%/themes/lithuanian/words/2-pamoka.txt
%%DATADIR%%/themes/lithuanian/words/3-pamoka.txt
%%DATADIR%%/themes/lithuanian/words/4-pamoka.txt
%%DATADIR%%/themes/lithuanian/words/5-pamoka.txt
%%DATADIR%%/themes/lithuanian/words/6-pamoka.txt
%%DATADIR%%/themes/lithuanian/words/7-pamoka.txt
%%DATADIR%%/themes/malayalam/images/keyboard/key.png
%%DATADIR%%/themes/malayalam/images/splat0.png
%%DATADIR%%/themes/malayalam/images/status/score.png
%%DATADIR%%/themes/malayalam/images/status/wave.png
%%DATADIR%%/themes/malayalam/keyboard.lst
%%DATADIR%%/themes/malayalam/phrases.txt
%%DATADIR%%/themes/malayalam/scripts/Lesson_01.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_02.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_03.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_04.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_05.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_06.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_07.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_08.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_09.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_10.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_11.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_12.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_13.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_14.xml
%%DATADIR%%/themes/malayalam/scripts/Lesson_15.xml
%%DATADIR%%/themes/malayalam/scripts/cascade.xml
%%DATADIR%%/themes/malayalam/scripts/laser.xml
%%DATADIR%%/themes/malayalam/scripts/projectInfo.xml
%%DATADIR%%/themes/malayalam/settings.txt
%%DATADIR%%/themes/malayalam/words/words1.txt
%%DATADIR%%/themes/malayalam/words/words2.txt
%%DATADIR%%/themes/malayalam/words/words3.txt
%%DATADIR%%/themes/nederlands/keyboard.lst
%%DATADIR%%/themes/nederlands/nederlands.txt
%%DATADIR%%/themes/nederlands/settings.txt
%%DATADIR%%/themes/nederlands/words/planten.txt
%%DATADIR%%/themes/nederlands/words/vingers.txt
%%DATADIR%%/themes/nederlands/words/woorden1.txt
%%DATADIR%%/themes/nederlands/words/woorden2.txt
%%DATADIR%%/themes/nederlands/words/woorden3.txt
%%DATADIR%%/themes/nepali/authors.txt
%%DATADIR%%/themes/nepali/keyboard.lst
%%DATADIR%%/themes/nepali/settings.txt
%%DATADIR%%/themes/nepali/words/alphabet.txt
%%DATADIR%%/themes/nepali/words/fingers.txt
%%DATADIR%%/themes/nepali/words/plants.txt
%%DATADIR%%/themes/nepali/words/words1.txt
%%DATADIR%%/themes/nepali/words/words2.txt
%%DATADIR%%/themes/nepali/words/words3.txt
%%DATADIR%%/themes/nynorsk/images/map.png
%%DATADIR%%/themes/nynorsk/images/splat0.png
%%DATADIR%%/themes/nynorsk/images/status/score.png
%%DATADIR%%/themes/nynorsk/images/status/wave.png
%%DATADIR%%/themes/nynorsk/keyboard.lst
%%DATADIR%%/themes/nynorsk/settings.txt
%%DATADIR%%/themes/nynorsk/words/3boks.txt
%%DATADIR%%/themes/nynorsk/words/4boks.txt
%%DATADIR%%/themes/nynorsk/words/5boks.txt
%%DATADIR%%/themes/nynorsk/words/6boks.txt
%%DATADIR%%/themes/nynorsk/words/dyrenamn.txt
%%DATADIR%%/themes/nynorsk/words/frukt.txt
%%DATADIR%%/themes/nynorsk/words/land.txt
%%DATADIR%%/themes/nynorsk/words/sprak.txt
%%DATADIR%%/themes/nynorsk/words/yrke.txt
%%DATADIR%%/themes/oriya/alphabet.txt
%%DATADIR%%/themes/oriya/keyboard.lst
%%DATADIR%%/themes/oriya/settings.txt
%%DATADIR%%/themes/oriya/words/words1.txt
%%DATADIR%%/themes/oriya/words/words2.txt
%%DATADIR%%/themes/oriya/words/words3.txt
%%DATADIR%%/themes/punjabi/alphabet.txt
%%DATADIR%%/themes/punjabi/keyboard.lst
%%DATADIR%%/themes/punjabi/settings.txt
%%DATADIR%%/themes/punjabi/words/words1.txt
%%DATADIR%%/themes/punjabi/words/words2.txt
%%DATADIR%%/themes/punjabi/words/words3.txt
%%DATADIR%%/themes/romanian/keyboard.lst
%%DATADIR%%/themes/romanian/settings.txt
%%DATADIR%%/themes/romanian/words/words1.txt
%%DATADIR%%/themes/romanian/words/words2.txt
%%DATADIR%%/themes/romanian/words/words3.txt
%%DATADIR%%/themes/russian/images/splat0.png
%%DATADIR%%/themes/russian/images/status/score.png
%%DATADIR%%/themes/russian/images/status/wave.png
%%DATADIR%%/themes/russian/keyboard.lst
%%DATADIR%%/themes/russian/settings.txt
%%DATADIR%%/themes/russian/words/words1.txt
%%DATADIR%%/themes/russian/words/words2.txt
%%DATADIR%%/themes/russian/words/words3.txt
%%DATADIR%%/themes/suomi/keyboard.lst
%%DATADIR%%/themes/suomi/settings.txt
%%DATADIR%%/themes/suomi/words/alphabet.txt
%%DATADIR%%/themes/suomi/words/kasvit.txt
%%DATADIR%%/themes/suomi/words/sanat1.txt
%%DATADIR%%/themes/suomi/words/sanat2.txt
%%DATADIR%%/themes/suomi/words/sanat3.txt
%%DATADIR%%/themes/suomi/words/sormet.txt
%%DATADIR%%/themes/svenska/keyboard.lst
%%DATADIR%%/themes/svenska/settings.txt
%%DATADIR%%/themes/svenska/words/ord1.txt
%%DATADIR%%/themes/svenska/words/ord2.txt
%%DATADIR%%/themes/svenska/words/ord3.txt
%%DATADIR%%/themes/swahili/AUTHOR
%%DATADIR%%/themes/swahili/keyboard.lst
%%DATADIR%%/themes/swahili/settings.txt
%%DATADIR%%/themes/swahili/words/words1.txt
%%DATADIR%%/themes/tamil/keyboard.lst
%%DATADIR%%/themes/tamil/phrases.txt
%%DATADIR%%/themes/tamil/settings.txt
%%DATADIR%%/themes/tamil/words/words1.txt
%%DATADIR%%/themes/tamil/words/words2.txt
%%DATADIR%%/themes/tamil/words/words3.txt
%%DATADIR%%/themes/telugu/keyboard.lst
%%DATADIR%%/themes/telugu/settings.txt
%%DATADIR%%/themes/telugu/words/words1.txt
%%DATADIR%%/themes/telugu/words/words2.txt
%%DATADIR%%/themes/telugu/words/words3.txt
%%DATADIR%%/themes/thai/authors.txt
%%DATADIR%%/themes/thai/keyboard.lst
%%DATADIR%%/themes/thai/settings.txt
%%DATADIR%%/themes/thai/words/Animals.txt
%%DATADIR%%/themes/thai/words/Colors.txt
%%DATADIR%%/themes/thai/words/Fruit.txt
%%DATADIR%%/themes/thai/words/Thai_Alphabet.txt
%%DATADIR%%/themes/ukrainian/keyboard.lst
%%DATADIR%%/themes/ukrainian/settings.txt
%%DATADIR%%/themes/ukrainian/words/alphabet.txt
%%DATADIR%%/themes/ukrainian/words/animals.txt
%%DATADIR%%/themes/ukrainian/words/astronomy.txt
%%DATADIR%%/themes/ukrainian/words/colors.txt
%%DATADIR%%/themes/ukrainian/words/fingers.txt
%%DATADIR%%/themes/ukrainian/words/fruit.txt
%%DATADIR%%/themes/ukrainian/words/geography.txt
%%DATADIR%%/themes/ukrainian/words/numbers.txt
%%DATADIR%%/themes/ukrainian/words/plants.txt
%%DATADIR%%/themes/ukrainian/words/shapes.txt
%%DATADIR%%/themes/ukrainian/words/trees.txt
%%DATADIR%%/themes/ukrainian/words/words1.txt
%%DATADIR%%/themes/ukrainian/words/words2.txt
%%DATADIR%%/themes/ukrainian/words/words3.txt
%%DATADIR%%/themes/wolof/images/map.png
%%DATADIR%%/themes/wolof/images/photo.png
%%DATADIR%%/themes/wolof/keyboard.lst
%%DATADIR%%/themes/wolof/settings.txt
%%DATADIR%%/themes/wolof/words/names.txt
%%DATADIR%%/themes/wolof/words/plants.txt
%%DATADIR%%/themes/wolof/words/words1.txt
%%DATADIR%%/themes/wolof/words/words2.txt
%%DATADIR%%/themes/wolof/words/words3.txt
%%DATADIR%%/themes/wolof/words/words4.txt
%%DATADIR%%/tuxtype.ico
%%DATADIR%%/words/alphabet.txt
%%DATADIR%%/words/animals.txt
%%DATADIR%%/words/astronomy.txt
%%DATADIR%%/words/colors.txt
%%DATADIR%%/words/elements.txt
%%DATADIR%%/words/fingers.txt
%%DATADIR%%/words/fruit.txt
%%DATADIR%%/words/geography.txt
%%DATADIR%%/words/numbers.txt
%%DATADIR%%/words/plants.txt
%%DATADIR%%/words/shapes.txt
%%DATADIR%%/words/trees.txt
%%DATADIR%%/words/words1.txt
%%DATADIR%%/words/words2.txt
%%DATADIR%%/words/words3.txt
@dir(,games,2775) /var/games/tuxtype/words
@dir(,games,2775) /var/games/tuxtype
@dir %%ETCDIR%%