summaryrefslogtreecommitdiff
path: root/polish/kadu/pkg-plist
blob: 5cdb00452b1c752dd8750bac4738af563581b49b (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
bin/kadu
bin/kadu-config
bin/kadu-mozilla
include/kadu/about.h
include/kadu/action.h
include/kadu/chat.h
include/kadu/chat_colors.h
include/kadu/chat_manager.h
include/kadu/chat_manager_slots.h
include/kadu/chat_message.h
include/kadu/chat_styles.h
include/kadu/color_selector.h
include/kadu/config_dialog.h
include/kadu/config_file.h
include/kadu/custom_input.h
include/kadu/debug.h
include/kadu/dnshandler.h
include/kadu/dockarea.h
include/kadu/emoticons.h
include/kadu/expimp.h
include/kadu/gadu-private.h
include/kadu/gadu.h
include/kadu/gadu_images_manager.h
include/kadu/gadu_rich_text.h
include/kadu/groups_manager.h
include/kadu/history.h
include/kadu/html_document.h
include/kadu/http_client.h
include/kadu/icons_manager.h
include/kadu/ignore.h
include/kadu/kadu-config.h
include/kadu/kadu.h
include/kadu/kadu_parser.h
include/kadu/kadu_splitter.h
include/kadu/kadu_text_browser.h
include/kadu/message_box.h
include/kadu/misc.h
include/kadu/modules.h
include/kadu/modules/account_management.h
include/kadu/modules/addons.h
include/kadu/modules/autoaway.h
include/kadu/modules/autoresponder.h
include/kadu/modules/change_password.h
include/kadu/modules/dcc.h
include/kadu/modules/default_sms.h
include/kadu/modules/docking.h
include/kadu/modules/dsp_sound.h
include/kadu/modules/encryption.h
include/kadu/modules/file_transfer.h
include/kadu/modules/hint.h
include/kadu/modules/hint_manager.h
include/kadu/modules/hint_manager_slots.h
include/kadu/modules/migration.h
include/kadu/modules/notify.h
include/kadu/modules/notify_slots.h
include/kadu/modules/player_external.h
include/kadu/modules/register.h
include/kadu/modules/remind_password.h
include/kadu/modules/simlite.h
include/kadu/modules/sms.h
include/kadu/modules/sound.h
include/kadu/modules/sound_file.h
include/kadu/modules/sound_slots.h
include/kadu/modules/unregister.h
include/kadu/modules/voice.h
include/kadu/modules/window_notify.h
include/kadu/modules/wizard.h
include/kadu/modules/x11_docking.h
include/kadu/pending_msgs.h
include/kadu/personal_info.h
include/kadu/protocol.h
include/kadu/protocols_manager.h
include/kadu/search.h
include/kadu/status.h
include/kadu/tabbar.h
include/kadu/themes.h
include/kadu/toolbar.h
include/kadu/toolbutton.h
include/kadu/updates.h
include/kadu/userbox.h
include/kadu/usergroup.h
include/kadu/userinfo.h
include/kadu/userlist-private.h
include/kadu/userlist.h
include/kadu/userlistelement.h
lib/kadu/modules/account_management.so
lib/kadu/modules/autoaway.so
lib/kadu/modules/autoresponder.so
lib/kadu/modules/config_wizard.so
lib/kadu/modules/dcc.so
lib/kadu/modules/default_sms.so
lib/kadu/modules/dsp_sound.so
lib/kadu/modules/encryption.so
lib/kadu/modules/ext_sound.so
lib/kadu/modules/hints.so
lib/kadu/modules/migration.so
lib/kadu/modules/sms.so
lib/kadu/modules/voice.so
lib/kadu/modules/window_notify.so
lib/kadu/modules/x11_docking.so
%%DATADIR%%/AUTHORS
%%DATADIR%%/COPYING
%%DATADIR%%/ChangeLog
%%DATADIR%%/HISTORY
%%DATADIR%%/README
%%DATADIR%%/THANKS
%%DATADIR%%/modules/account_management.desc
%%DATADIR%%/modules/autoaway.desc
%%DATADIR%%/modules/autoresponder.desc
%%DATADIR%%/modules/config_wizard.desc
%%DATADIR%%/modules/data/config_wizard/joi/brak.jpg
%%DATADIR%%/modules/data/config_wizard/ronk2/Blocking.png
%%DATADIR%%/modules/data/config_wizard/ronk2/Busy (d.).png
%%DATADIR%%/modules/data/config_wizard/ronk2/Busy.png
%%DATADIR%%/modules/data/config_wizard/ronk2/Invisible (d.).png
%%DATADIR%%/modules/data/config_wizard/ronk2/Invisible.png
%%DATADIR%%/modules/data/config_wizard/ronk2/Offline (d.).png
%%DATADIR%%/modules/data/config_wizard/ronk2/Offline.png
%%DATADIR%%/modules/data/config_wizard/ronk2/Online (d.).png
%%DATADIR%%/modules/data/config_wizard/ronk2/Online.png
%%DATADIR%%/modules/data/config_wizard/ronk2/message.png
%%DATADIR%%/modules/data/config_wizard/ronk2/mobile.png
%%DATADIR%%/modules/data/config_wizard/ronk2/tlo.jpg
%%DATADIR%%/modules/data/config_wizard/ronk2/tux.png
%%DATADIR%%/modules/dcc.desc
%%DATADIR%%/modules/default_sms.desc
%%DATADIR%%/modules/docking.desc
%%DATADIR%%/modules/dsp_sound.desc
%%DATADIR%%/modules/encryption.desc
%%DATADIR%%/modules/ext_sound.desc
%%DATADIR%%/modules/hints.desc
%%DATADIR%%/modules/migration.desc
%%DATADIR%%/modules/notify.desc
%%DATADIR%%/modules/sms.desc
%%DATADIR%%/modules/sound.desc
%%DATADIR%%/modules/translations/account_management_de.qm
%%DATADIR%%/modules/translations/account_management_fr.qm
%%DATADIR%%/modules/translations/account_management_it.qm
%%DATADIR%%/modules/translations/account_management_pl.qm
%%DATADIR%%/modules/translations/autoaway_de.qm
%%DATADIR%%/modules/translations/autoaway_fr.qm
%%DATADIR%%/modules/translations/autoaway_it.qm
%%DATADIR%%/modules/translations/autoaway_pl.qm
%%DATADIR%%/modules/translations/autoresponder_de.qm
%%DATADIR%%/modules/translations/autoresponder_fr.qm
%%DATADIR%%/modules/translations/autoresponder_it.qm
%%DATADIR%%/modules/translations/autoresponder_pl.qm
%%DATADIR%%/modules/translations/config_wizard_de.qm
%%DATADIR%%/modules/translations/config_wizard_fr.qm
%%DATADIR%%/modules/translations/config_wizard_it.qm
%%DATADIR%%/modules/translations/config_wizard_pl.qm
%%DATADIR%%/modules/translations/dcc_de.qm
%%DATADIR%%/modules/translations/dcc_fr.qm
%%DATADIR%%/modules/translations/dcc_it.qm
%%DATADIR%%/modules/translations/dcc_pl.qm
%%DATADIR%%/modules/translations/default_sms_de.qm
%%DATADIR%%/modules/translations/default_sms_fr.qm
%%DATADIR%%/modules/translations/default_sms_it.qm
%%DATADIR%%/modules/translations/default_sms_pl.qm
%%DATADIR%%/modules/translations/docking_de.qm
%%DATADIR%%/modules/translations/docking_fr.qm
%%DATADIR%%/modules/translations/docking_it.qm
%%DATADIR%%/modules/translations/docking_pl.qm
%%DATADIR%%/modules/translations/dsp_sound_de.qm
%%DATADIR%%/modules/translations/dsp_sound_fr.qm
%%DATADIR%%/modules/translations/dsp_sound_it.qm
%%DATADIR%%/modules/translations/dsp_sound_pl.qm
%%DATADIR%%/modules/translations/encryption_de.qm
%%DATADIR%%/modules/translations/encryption_fr.qm
%%DATADIR%%/modules/translations/encryption_it.qm
%%DATADIR%%/modules/translations/encryption_pl.qm
%%DATADIR%%/modules/translations/ext_sound_de.qm
%%DATADIR%%/modules/translations/ext_sound_fr.qm
%%DATADIR%%/modules/translations/ext_sound_it.qm
%%DATADIR%%/modules/translations/ext_sound_pl.qm
%%DATADIR%%/modules/translations/hints_de.qm
%%DATADIR%%/modules/translations/hints_fr.qm
%%DATADIR%%/modules/translations/hints_it.qm
%%DATADIR%%/modules/translations/hints_pl.qm
%%DATADIR%%/modules/translations/migration_de.qm
%%DATADIR%%/modules/translations/migration_fr.qm
%%DATADIR%%/modules/translations/migration_it.qm
%%DATADIR%%/modules/translations/migration_pl.qm
%%DATADIR%%/modules/translations/notify_de.qm
%%DATADIR%%/modules/translations/notify_fr.qm
%%DATADIR%%/modules/translations/notify_it.qm
%%DATADIR%%/modules/translations/notify_pl.qm
%%DATADIR%%/modules/translations/sms_de.qm
%%DATADIR%%/modules/translations/sms_fr.qm
%%DATADIR%%/modules/translations/sms_it.qm
%%DATADIR%%/modules/translations/sms_pl.qm
%%DATADIR%%/modules/translations/sound_de.qm
%%DATADIR%%/modules/translations/sound_fr.qm
%%DATADIR%%/modules/translations/sound_it.qm
%%DATADIR%%/modules/translations/sound_pl.qm
%%DATADIR%%/modules/translations/voice_de.qm
%%DATADIR%%/modules/translations/voice_fr.qm
%%DATADIR%%/modules/translations/voice_it.qm
%%DATADIR%%/modules/translations/voice_pl.qm
%%DATADIR%%/modules/translations/window_notify_de.qm
%%DATADIR%%/modules/translations/window_notify_fr.qm
%%DATADIR%%/modules/translations/window_notify_it.qm
%%DATADIR%%/modules/translations/window_notify_pl.qm
%%DATADIR%%/modules/translations/x11_docking_de.qm
%%DATADIR%%/modules/translations/x11_docking_fr.qm
%%DATADIR%%/modules/translations/x11_docking_it.qm
%%DATADIR%%/modules/translations/x11_docking_pl.qm
%%DATADIR%%/modules/voice.desc
%%DATADIR%%/modules/window_notify.desc
%%DATADIR%%/modules/x11_docking.desc
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bije.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bije_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/brawa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/brawa_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/buja_w_oblokach.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/buja_w_oblokach_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bukiet.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bukiet_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/chatownik.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/chatownik_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/cmok.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/cmok_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dobani.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dostal.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dostal_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dresiarz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dresiarz_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/drink.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/drink_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/emots.txt
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/fuck.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/fuck_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gafa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gafa_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gazeta.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gazeta_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gool.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gool_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gra.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gra_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/heej.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/heej_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/hmmm.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/hmmm_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/jablko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/je_pizze.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/je_pizze_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/kawa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/krecka_dostal.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/krecka_dostal_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/kwiatek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/lol.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/milosc.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mruga.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mruga_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mutny.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/niee.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/niee_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/nonono.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/nonono_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/obiad.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/obiad_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ok.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/okularnik.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/okularnik_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/olaboga.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/olaboga_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/onajego.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/onajego_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/pada.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/pada_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/palacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/palacz_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/papa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/papa_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/piwko2.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/piwko2_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prezent.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prysznic.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prysznic_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/puknijsie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/puknijsie_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/rotfl.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/rotfl_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serce.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serducho.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serducho_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/smutny.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/smutny_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/snieg.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/snieg_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/spioch.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/spioch_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/szampan.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/szampan_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/telefon.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/telefon_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tiaaa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tiaaa_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tort.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tort_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/usta.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wanna.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wanna_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wc.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wc_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wesoly.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wesoly_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/winko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wstydnis.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wstydnis_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/z_jezorem.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/z_jezorem_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zab.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zab_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zakochany.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zakochany_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zdziwko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zdziwko_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zegar.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zegar_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ziew.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ziew_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zly.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zly_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zniesmaczony.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/3m_sie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/3m_sie_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/aniolek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/aniolek_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boje_sie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boje_sie_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boks.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boks_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/calus.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/calus_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cfaniak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cfaniak_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/chytry.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/chytry_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cisza.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cisza_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cmok.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cmok_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_jest.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_jest_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czarodziej.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czas.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czas_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czytaj.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czytaj_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/diabelek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/diabelek_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/dupa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/dupa_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/emots.txt
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/faja.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/faja_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ganja.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ganja_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glaszcze.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glaszcze_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek2.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek2_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/hahaha.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/hahaha_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jem.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jem_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk1.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk1_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk2.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk2_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jupi.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jupi_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/killer.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/killer_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/klotnia.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/klotnia_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/krzywy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/kwasny.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/list.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/list_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/lol.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/lol_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/menu.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nauka.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nauka_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie_powiem.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko2.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko2_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczy_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok2.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok2_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/paker.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/paker_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/papa.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/papa_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/peace.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/peace_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pisze.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pisze_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/piwo.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/piwo_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/placze.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/placze_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pomocy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pomocy_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/przytul.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/przytul_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pytajnik.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pytajnik_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/rotfl.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/rotfl_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/roza.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/roza_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sciana.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sciana_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka2.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka2_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sex.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sex_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/slonko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/slonko_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/smutny.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/smutny_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/soczek.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/soczek_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spie.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spie_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spoko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spoko_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/stop.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/stop_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tancze.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tancze_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/telefon.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/telefon_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tuptup.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tuptup_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uczen.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uczen_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uscisk.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uscisk_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech2.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech2_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wow.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wow_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wsciekly.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wsciekly_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wykrzyknik.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wykrzyknik_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ysz.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ysz_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zawstydzony.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zawstydzony_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zeby.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zeby_na.GIF
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zly.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zly_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zygi.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zygi_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_aparat.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_beczy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_bezradny.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_boisie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_buziak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_buzki.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_cwaniak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_dobani.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_dokuczacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_figielek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_foch.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_glupek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_haha.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_hejka.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_hura.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_jezyk.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_jezyk_oko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_klotnia.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kotek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_krzyk.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kwadr.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kwiatek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_luzik.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_milczek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_mniam.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_muza.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_mysli.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_nerwus.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_nie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_oczko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_oklasky.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_okok.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_ostr.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_paluszkiem.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_papa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_papa2.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_pies.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_plask.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_plotki.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_pocieszacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_prosi.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_rotfl.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_smutny.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_spadaj.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_stres.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_szok.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_tak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_uoeee.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_usmiech.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_w8.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_wnerw.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_wysmiewacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_yyyy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zacieszacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zakupy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zalamka.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zawstydzony.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zlezkawoku.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zly.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zmeczony.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/aparat.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/beczy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/bezradny.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/boisie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/buziak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/buzki.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/cwaniak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/czytaj.txt
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/dobani.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/dokuczacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/emotos.diff
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/emots.txt
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/figielek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/foch.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/glupek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/haha.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/hejka.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/hura.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/jezyk.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/jezyk_oko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/klotnia.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kotek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/krzyk.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kwadr.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kwiatek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/luzik.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/milczek.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/mniam.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/muza.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/mysli.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/nerwus.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/nie.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/oczko.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/oklasky.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/okok.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/ostr.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/paluszkiem.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/papa.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/papa2.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/pies.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/plask.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/plotki.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/pocieszacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/prosi.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/rotfl.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/smutny.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/spadaj.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/stres.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/szok.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/tak.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/uoeee.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/usmiech.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/w8.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/wnerw.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/wysmiewacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/yyyy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zacieszacz.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zakupy.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zalamka.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zawstydzony.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zlezkawoku.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zly.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zmeczony.gif
%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif
%%DATADIR%%/themes/emoticons/penguins/8p.gif
%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif
%%DATADIR%%/themes/emoticons/penguins/_8p.gif
%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif
%%DATADIR%%/themes/emoticons/penguins/_aparat.gif
%%DATADIR%%/themes/emoticons/penguins/_beczy.gif
%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif
%%DATADIR%%/themes/emoticons/penguins/_bije.gif
%%DATADIR%%/themes/emoticons/penguins/_boisie.gif
%%DATADIR%%/themes/emoticons/penguins/_boks.gif
%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif
%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif
%%DATADIR%%/themes/emoticons/penguins/_buziak.gif
%%DATADIR%%/themes/emoticons/penguins/_buzki.gif
%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif
%%DATADIR%%/themes/emoticons/penguins/_chytry.gif
%%DATADIR%%/themes/emoticons/penguins/_cisza.gif
%%DATADIR%%/themes/emoticons/penguins/_cmok.gif
%%DATADIR%%/themes/emoticons/penguins/_co.gif
%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif
%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif
%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif
%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif
%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif
%%DATADIR%%/themes/emoticons/penguins/_dobani.gif
%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif
%%DATADIR%%/themes/emoticons/penguins/_dostal.gif
%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif
%%DATADIR%%/themes/emoticons/penguins/_drink.gif
%%DATADIR%%/themes/emoticons/penguins/_dupa.gif
%%DATADIR%%/themes/emoticons/penguins/_figielek.gif
%%DATADIR%%/themes/emoticons/penguins/_foch.gif
%%DATADIR%%/themes/emoticons/penguins/_gafa.gif
%%DATADIR%%/themes/emoticons/penguins/_ganja.gif
%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif
%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif
%%DATADIR%%/themes/emoticons/penguins/_glupek.gif
%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif
%%DATADIR%%/themes/emoticons/penguins/_gool.gif
%%DATADIR%%/themes/emoticons/penguins/_gra.gif
%%DATADIR%%/themes/emoticons/penguins/_haha.gif
%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif
%%DATADIR%%/themes/emoticons/penguins/_hejka.gif
%%DATADIR%%/themes/emoticons/penguins/_hura.gif
%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif
%%DATADIR%%/themes/emoticons/penguins/_jem.gif
%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif
%%DATADIR%%/themes/emoticons/penguins/_jezyk_oko.gif
%%DATADIR%%/themes/emoticons/penguins/_kawa.gif
%%DATADIR%%/themes/emoticons/penguins/_killer.gif
%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif
%%DATADIR%%/themes/emoticons/penguins/_kotek.gif
%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif
%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif
%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif
%%DATADIR%%/themes/emoticons/penguins/_list.gif
%%DATADIR%%/themes/emoticons/penguins/_lol2.gif
%%DATADIR%%/themes/emoticons/penguins/_luzik.gif
%%DATADIR%%/themes/emoticons/penguins/_milczek.gif
%%DATADIR%%/themes/emoticons/penguins/_milosc.gif
%%DATADIR%%/themes/emoticons/penguins/_mniam.gif
%%DATADIR%%/themes/emoticons/penguins/_muza.gif
%%DATADIR%%/themes/emoticons/penguins/_mysli.gif
%%DATADIR%%/themes/emoticons/penguins/_nauka.gif
%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif
%%DATADIR%%/themes/emoticons/penguins/_nie.gif
%%DATADIR%%/themes/emoticons/penguins/_obiad.gif
%%DATADIR%%/themes/emoticons/penguins/_oczko.gif
%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif
%%DATADIR%%/themes/emoticons/penguins/_okok.gif
%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif
%%DATADIR%%/themes/emoticons/penguins/_olaboga.gif
%%DATADIR%%/themes/emoticons/penguins/_onajego.gif
%%DATADIR%%/themes/emoticons/penguins/_pada.gif
%%DATADIR%%/themes/emoticons/penguins/_paker.gif
%%DATADIR%%/themes/emoticons/penguins/_palacz.gif
%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif
%%DATADIR%%/themes/emoticons/penguins/_papa.gif
%%DATADIR%%/themes/emoticons/penguins/_papa2.gif
%%DATADIR%%/themes/emoticons/penguins/_peace.gif
%%DATADIR%%/themes/emoticons/penguins/_pies.gif
%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif
%%DATADIR%%/themes/emoticons/penguins/_piwo.gif
%%DATADIR%%/themes/emoticons/penguins/_placze.gif
%%DATADIR%%/themes/emoticons/penguins/_plask.gif
%%DATADIR%%/themes/emoticons/penguins/_plotki.gif
%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif
%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif
%%DATADIR%%/themes/emoticons/penguins/_prezent.gif
%%DATADIR%%/themes/emoticons/penguins/_prosi.gif
%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif
%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif
%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif
%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif
%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif
%%DATADIR%%/themes/emoticons/penguins/_sciana.gif
%%DATADIR%%/themes/emoticons/penguins/_serducho.gif
%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif
%%DATADIR%%/themes/emoticons/penguins/_sex.gif
%%DATADIR%%/themes/emoticons/penguins/_slonko.gif
%%DATADIR%%/themes/emoticons/penguins/_smutny.gif
%%DATADIR%%/themes/emoticons/penguins/_snieg.gif
%%DATADIR%%/themes/emoticons/penguins/_soczek.gif
%%DATADIR%%/themes/emoticons/penguins/_spadaj.gif
%%DATADIR%%/themes/emoticons/penguins/_spie.gif
%%DATADIR%%/themes/emoticons/penguins/_spioch.gif
%%DATADIR%%/themes/emoticons/penguins/_stop.gif
%%DATADIR%%/themes/emoticons/penguins/_stres.gif
%%DATADIR%%/themes/emoticons/penguins/_szampan.gif
%%DATADIR%%/themes/emoticons/penguins/_szok.gif
%%DATADIR%%/themes/emoticons/penguins/_tak.gif
%%DATADIR%%/themes/emoticons/penguins/_tancze.gif
%%DATADIR%%/themes/emoticons/penguins/_telefon.gif
%%DATADIR%%/themes/emoticons/penguins/_tort.gif
%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif
%%DATADIR%%/themes/emoticons/penguins/_uczen.gif
%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif
%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif
%%DATADIR%%/themes/emoticons/penguins/_usmiech.gif
%%DATADIR%%/themes/emoticons/penguins/_w8.gif
%%DATADIR%%/themes/emoticons/penguins/_wanna.gif
%%DATADIR%%/themes/emoticons/penguins/_wc.gif
%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif
%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif
%%DATADIR%%/themes/emoticons/penguins/_wykrzyknik.gif
%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif
%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif
%%DATADIR%%/themes/emoticons/penguins/_zab.gif
%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif
%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif
%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif
%%DATADIR%%/themes/emoticons/penguins/_zalamka.gif
%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif
%%DATADIR%%/themes/emoticons/penguins/_zeby.gif
%%DATADIR%%/themes/emoticons/penguins/_zegar.gif
%%DATADIR%%/themes/emoticons/penguins/_ziew.gif
%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif
%%DATADIR%%/themes/emoticons/penguins/_zly.gif
%%DATADIR%%/themes/emoticons/penguins/_zmeczony.gif
%%DATADIR%%/themes/emoticons/penguins/aniolek.gif
%%DATADIR%%/themes/emoticons/penguins/aparat.gif
%%DATADIR%%/themes/emoticons/penguins/beczy.gif
%%DATADIR%%/themes/emoticons/penguins/bezradny.gif
%%DATADIR%%/themes/emoticons/penguins/bije.gif
%%DATADIR%%/themes/emoticons/penguins/boisie.gif
%%DATADIR%%/themes/emoticons/penguins/boks.gif
%%DATADIR%%/themes/emoticons/penguins/buja_w_oblokach.gif
%%DATADIR%%/themes/emoticons/penguins/bukiet.gif
%%DATADIR%%/themes/emoticons/penguins/buziak.gif
%%DATADIR%%/themes/emoticons/penguins/buzki.gif
%%DATADIR%%/themes/emoticons/penguins/chatownik.gif
%%DATADIR%%/themes/emoticons/penguins/chytry.gif
%%DATADIR%%/themes/emoticons/penguins/cisza.gif
%%DATADIR%%/themes/emoticons/penguins/cmok.gif
%%DATADIR%%/themes/emoticons/penguins/co.gif
%%DATADIR%%/themes/emoticons/penguins/co_jest.gif
%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif
%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif
%%DATADIR%%/themes/emoticons/penguins/czytaj.gif
%%DATADIR%%/themes/emoticons/penguins/diabelek.gif
%%DATADIR%%/themes/emoticons/penguins/dobani.gif
%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif
%%DATADIR%%/themes/emoticons/penguins/dostal.gif
%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif
%%DATADIR%%/themes/emoticons/penguins/drink.gif
%%DATADIR%%/themes/emoticons/penguins/dupa.gif
%%DATADIR%%/themes/emoticons/penguins/emots.txt
%%DATADIR%%/themes/emoticons/penguins/figielek.gif
%%DATADIR%%/themes/emoticons/penguins/foch.gif
%%DATADIR%%/themes/emoticons/penguins/gafa.gif
%%DATADIR%%/themes/emoticons/penguins/ganja.gif
%%DATADIR%%/themes/emoticons/penguins/gazeta.gif
%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif
%%DATADIR%%/themes/emoticons/penguins/glupek.gif
%%DATADIR%%/themes/emoticons/penguins/glupek2.gif
%%DATADIR%%/themes/emoticons/penguins/gool.gif
%%DATADIR%%/themes/emoticons/penguins/gra.gif
%%DATADIR%%/themes/emoticons/penguins/haha.gif
%%DATADIR%%/themes/emoticons/penguins/hahaha.gif
%%DATADIR%%/themes/emoticons/penguins/hejka.gif
%%DATADIR%%/themes/emoticons/penguins/hura.gif
%%DATADIR%%/themes/emoticons/penguins/jablko.gif
%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif
%%DATADIR%%/themes/emoticons/penguins/jem.gif
%%DATADIR%%/themes/emoticons/penguins/jezyk.gif
%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif
%%DATADIR%%/themes/emoticons/penguins/kawa.gif
%%DATADIR%%/themes/emoticons/penguins/killer.gif
%%DATADIR%%/themes/emoticons/penguins/klotnia.gif
%%DATADIR%%/themes/emoticons/penguins/kotek.gif
%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif
%%DATADIR%%/themes/emoticons/penguins/krzyk.gif
%%DATADIR%%/themes/emoticons/penguins/krzywy.gif
%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif
%%DATADIR%%/themes/emoticons/penguins/list.gif
%%DATADIR%%/themes/emoticons/penguins/lol2.gif
%%DATADIR%%/themes/emoticons/penguins/luzik.gif
%%DATADIR%%/themes/emoticons/penguins/milczek.gif
%%DATADIR%%/themes/emoticons/penguins/milosc.gif
%%DATADIR%%/themes/emoticons/penguins/mniam.gif
%%DATADIR%%/themes/emoticons/penguins/muza.gif
%%DATADIR%%/themes/emoticons/penguins/mysli.gif
%%DATADIR%%/themes/emoticons/penguins/nauka.gif
%%DATADIR%%/themes/emoticons/penguins/nerwus.gif
%%DATADIR%%/themes/emoticons/penguins/nie.gif
%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif
%%DATADIR%%/themes/emoticons/penguins/obiad.gif
%%DATADIR%%/themes/emoticons/penguins/oczko.gif
%%DATADIR%%/themes/emoticons/penguins/oklasky.gif
%%DATADIR%%/themes/emoticons/penguins/okok.gif
%%DATADIR%%/themes/emoticons/penguins/okularnik.gif
%%DATADIR%%/themes/emoticons/penguins/olaboga.gif
%%DATADIR%%/themes/emoticons/penguins/onajego.gif
%%DATADIR%%/themes/emoticons/penguins/pada.gif
%%DATADIR%%/themes/emoticons/penguins/paker.gif
%%DATADIR%%/themes/emoticons/penguins/palacz.gif
%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif
%%DATADIR%%/themes/emoticons/penguins/papa.gif
%%DATADIR%%/themes/emoticons/penguins/papa2.gif
%%DATADIR%%/themes/emoticons/penguins/peace.gif
%%DATADIR%%/themes/emoticons/penguins/pies.gif
%%DATADIR%%/themes/emoticons/penguins/piwko2.gif
%%DATADIR%%/themes/emoticons/penguins/piwo.gif
%%DATADIR%%/themes/emoticons/penguins/placze.gif
%%DATADIR%%/themes/emoticons/penguins/plask.gif
%%DATADIR%%/themes/emoticons/penguins/plotki.gif
%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif
%%DATADIR%%/themes/emoticons/penguins/pomocy.gif
%%DATADIR%%/themes/emoticons/penguins/prezent.gif
%%DATADIR%%/themes/emoticons/penguins/prosi.gif
%%DATADIR%%/themes/emoticons/penguins/prysznic.gif
%%DATADIR%%/themes/emoticons/penguins/puknijsie.gif
%%DATADIR%%/themes/emoticons/penguins/pytajnik.gif
%%DATADIR%%/themes/emoticons/penguins/readme.txt
%%DATADIR%%/themes/emoticons/penguins/rotfl.gif
%%DATADIR%%/themes/emoticons/penguins/roza.gif
%%DATADIR%%/themes/emoticons/penguins/rzygi.gif
%%DATADIR%%/themes/emoticons/penguins/sciana.gif
%%DATADIR%%/themes/emoticons/penguins/serducho.gif
%%DATADIR%%/themes/emoticons/penguins/serduszka.gif
%%DATADIR%%/themes/emoticons/penguins/sex.gif
%%DATADIR%%/themes/emoticons/penguins/slonko.gif
%%DATADIR%%/themes/emoticons/penguins/smutny.gif
%%DATADIR%%/themes/emoticons/penguins/snieg.gif
%%DATADIR%%/themes/emoticons/penguins/soczek.gif
%%DATADIR%%/themes/emoticons/penguins/spadaj.gif
%%DATADIR%%/themes/emoticons/penguins/spie.gif
%%DATADIR%%/themes/emoticons/penguins/spioch.gif
%%DATADIR%%/themes/emoticons/penguins/stop.gif
%%DATADIR%%/themes/emoticons/penguins/stres.gif
%%DATADIR%%/themes/emoticons/penguins/szampan.gif
%%DATADIR%%/themes/emoticons/penguins/szok.gif
%%DATADIR%%/themes/emoticons/penguins/tak.gif
%%DATADIR%%/themes/emoticons/penguins/tancze.gif
%%DATADIR%%/themes/emoticons/penguins/telefon.gif
%%DATADIR%%/themes/emoticons/penguins/tort.gif
%%DATADIR%%/themes/emoticons/penguins/tuptup.gif
%%DATADIR%%/themes/emoticons/penguins/uczen.gif
%%DATADIR%%/themes/emoticons/penguins/uoeee.gif
%%DATADIR%%/themes/emoticons/penguins/uscisk.gif
%%DATADIR%%/themes/emoticons/penguins/usmiech.gif
%%DATADIR%%/themes/emoticons/penguins/usta.gif
%%DATADIR%%/themes/emoticons/penguins/w8.gif
%%DATADIR%%/themes/emoticons/penguins/wanna.gif
%%DATADIR%%/themes/emoticons/penguins/wc.gif
%%DATADIR%%/themes/emoticons/penguins/wnerw.gif
%%DATADIR%%/themes/emoticons/penguins/wsciekly.gif
%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif
%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif
%%DATADIR%%/themes/emoticons/penguins/yyyy.gif
%%DATADIR%%/themes/emoticons/penguins/zab.gif
%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif
%%DATADIR%%/themes/emoticons/penguins/zakochany.gif
%%DATADIR%%/themes/emoticons/penguins/zakupy.gif
%%DATADIR%%/themes/emoticons/penguins/zalamka.gif
%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif
%%DATADIR%%/themes/emoticons/penguins/zeby.gif
%%DATADIR%%/themes/emoticons/penguins/zegar.gif
%%DATADIR%%/themes/emoticons/penguins/ziew.gif
%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif
%%DATADIR%%/themes/emoticons/penguins/zly.gif
%%DATADIR%%/themes/emoticons/penguins/zmeczony.gif
%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif
%%DATADIR%%/themes/icons/default/abouticon.png
%%DATADIR%%/themes/icons/default/abouticon16.png
%%DATADIR%%/themes/icons/default/add.png
%%DATADIR%%/themes/icons/default/adduser.png
%%DATADIR%%/themes/icons/default/autoresponder.png
%%DATADIR%%/themes/icons/default/back.png
%%DATADIR%%/themes/icons/default/blocking.png
%%DATADIR%%/themes/icons/default/busy.png
%%DATADIR%%/themes/icons/default/busy_d.png
%%DATADIR%%/themes/icons/default/busy_d_m.png
%%DATADIR%%/themes/icons/default/busy_m.png
%%DATADIR%%/themes/icons/default/chat.png
%%DATADIR%%/themes/icons/default/chat16.png
%%DATADIR%%/themes/icons/default/configure.png
%%DATADIR%%/themes/icons/default/connect_creating.png
%%DATADIR%%/themes/icons/default/decrypted.png
%%DATADIR%%/themes/icons/default/deluser.png
%%DATADIR%%/themes/icons/default/deluserlist.png
%%DATADIR%%/themes/icons/default/emoticon.png
%%DATADIR%%/themes/icons/default/encrypted.png
%%DATADIR%%/themes/icons/default/erasechat.png
%%DATADIR%%/themes/icons/default/erasehistory.png
%%DATADIR%%/themes/icons/default/eraser.png
%%DATADIR%%/themes/icons/default/exit.png
%%DATADIR%%/themes/icons/default/exporttofile.png
%%DATADIR%%/themes/icons/default/exportuserlist.png
%%DATADIR%%/themes/icons/default/fileopen.png
%%DATADIR%%/themes/icons/default/filesave.png
%%DATADIR%%/themes/icons/default/forward.png
%%DATADIR%%/themes/icons/default/generals.png
%%DATADIR%%/themes/icons/default/help.png
%%DATADIR%%/themes/icons/default/hide.png
%%DATADIR%%/themes/icons/default/hints.png
%%DATADIR%%/themes/icons/default/history.png
%%DATADIR%%/themes/icons/default/history_1.png
%%DATADIR%%/themes/icons/default/icons.conf
%%DATADIR%%/themes/icons/default/icons.png
%%DATADIR%%/themes/icons/default/identity.png
%%DATADIR%%/themes/icons/default/impexpicon.png
%%DATADIR%%/themes/icons/default/impexpicon16.png
%%DATADIR%%/themes/icons/default/importfromfile.png
%%DATADIR%%/themes/icons/default/importuserlist.png
%%DATADIR%%/themes/icons/default/invisible.png
%%DATADIR%%/themes/icons/default/invisible_d.png
%%DATADIR%%/themes/icons/default/invisible_d_m.png
%%DATADIR%%/themes/icons/default/invisible_m.png
%%DATADIR%%/themes/icons/default/kadu.png
%%DATADIR%%/themes/icons/default/key_enter.png
%%DATADIR%%/themes/icons/default/language.png
%%DATADIR%%/themes/icons/default/loading.png
%%DATADIR%%/themes/icons/default/look.png
%%DATADIR%%/themes/icons/default/mail.png
%%DATADIR%%/themes/icons/default/mail_generic.png
%%DATADIR%%/themes/icons/default/manageignored.png
%%DATADIR%%/themes/icons/default/manageignored16.png
%%DATADIR%%/themes/icons/default/manusricon.png
%%DATADIR%%/themes/icons/default/mergeuserlist.png
%%DATADIR%%/themes/icons/default/message.png
%%DATADIR%%/themes/icons/default/message_anim.gif
%%DATADIR%%/themes/icons/default/mobile.png
%%DATADIR%%/themes/icons/default/modmanager.png
%%DATADIR%%/themes/icons/default/msgbox_warning.png
%%DATADIR%%/themes/icons/default/mute.png
%%DATADIR%%/themes/icons/default/network.png
%%DATADIR%%/themes/icons/default/newuser.png
%%DATADIR%%/themes/icons/default/notify.png
%%DATADIR%%/themes/icons/default/offline.png
%%DATADIR%%/themes/icons/default/offline_d.png
%%DATADIR%%/themes/icons/default/offline_d_m.png
%%DATADIR%%/themes/icons/default/offline_m.png
%%DATADIR%%/themes/icons/default/online.png
%%DATADIR%%/themes/icons/default/online_d.png
%%DATADIR%%/themes/icons/default/online_d_m.png
%%DATADIR%%/themes/icons/default/online_m.png
%%DATADIR%%/themes/icons/default/pass-mail.png
%%DATADIR%%/themes/icons/default/password.png
%%DATADIR%%/themes/icons/default/password16.png
%%DATADIR%%/themes/icons/default/personalinfo.png
%%DATADIR%%/themes/icons/default/registeraccount.png
%%DATADIR%%/themes/icons/default/reload.png
%%DATADIR%%/themes/icons/default/reload2.png
%%DATADIR%%/themes/icons/default/remind-pass.png
%%DATADIR%%/themes/icons/default/saveuserlist.png
%%DATADIR%%/themes/icons/default/scroll_lock.png
%%DATADIR%%/themes/icons/default/selectpath.png
%%DATADIR%%/themes/icons/default/share.png
%%DATADIR%%/themes/icons/default/shortcuts.png
%%DATADIR%%/themes/icons/default/sms.png
%%DATADIR%%/themes/icons/default/sounds.png
%%DATADIR%%/themes/icons/default/speech.png
%%DATADIR%%/themes/icons/default/stop.png
%%DATADIR%%/themes/icons/default/unmute.png
%%DATADIR%%/themes/icons/default/unregisteraccount.png
%%DATADIR%%/themes/icons/default/viewmag.png
%%DATADIR%%/themes/icons/default/voice.png
%%DATADIR%%/themes/icons/default/weather.png
%%DATADIR%%/themes/icons/default/weather16.png
%%DATADIR%%/themes/icons/default/wizard.png
%%DATADIR%%/themes/icons/default/xmms.png
%%DATADIR%%/themes/sounds/default/msg.wav
%%DATADIR%%/themes/sounds/default/sound.conf
%%DATADIR%%/translations/kadu_de.qm
%%DATADIR%%/translations/kadu_en.qm
%%DATADIR%%/translations/kadu_fr.qm
%%DATADIR%%/translations/kadu_it.qm
%%DATADIR%%/translations/kadu_pl.qm
%%DATADIR%%/translations/qt_de.qm
%%DATADIR%%/translations/qt_en.qm
%%DATADIR%%/translations/qt_fr.qm
%%DATADIR%%/translations/qt_it.qm
%%DATADIR%%/translations/qt_pl.qm
share/applications/kadu.desktop
share/icons/hicolor/16x16/apps/kadu.png
share/icons/hicolor/22x22/apps/kadu.png
share/icons/hicolor/24x24/apps/kadu.png
share/icons/hicolor/32x32/apps/kadu.png
share/icons/hicolor/48x48/apps/kadu.png
share/icons/hicolor/64x64/apps/kadu.png
share/icons/hicolor/128x128/apps/kadu.png
%%ARTS_MOD%%include/kadu/modules/player_arts.h
%%ARTS_MOD%%lib/kadu/modules/arts_sound.so
%%ARTS_MOD%%share/kadu/modules/bin/arts_sound/arts_connector
%%ARTS_MOD%%share/kadu/modules/arts_sound.desc
%%ASPELL_MOD%%include/kadu/modules/spellchecker.h
%%ASPELL_MOD%%lib/kadu/modules/spellchecker.so
%%ASPELL_MOD%%share/kadu/modules/translations/spellchecker_pl.qm
%%ASPELL_MOD%%share/kadu/modules/data/spellchecker/config.png
%%ASPELL_MOD%%share/kadu/modules/spellchecker.desc
%%ESOUND_MOD%%include/kadu/modules/esd_sound.h
%%ESOUND_MOD%%lib/kadu/modules/esd_sound.so
%%ESOUND_MOD%%share/kadu/modules/esd_sound.desc
%%TABS_MOD%%include/kadu/modules/tabs.h
%%TABS_MOD%%include/kadu/modules/tabwidget.h
%%TABS_MOD%%lib/kadu/modules/tabs.so
%%TABS_MOD%%share/kadu/modules/translations/tabs_pl.qm
%%TABS_MOD%%share/kadu/modules/data/tabs/attach.png
%%TABS_MOD%%share/kadu/modules/tabs.desc
@dirrmtry share/icons/hicolor/16x16/apps
@dirrmtry share/icons/hicolor/16x16
@dirrmtry share/icons/hicolor/22x22/apps
@dirrmtry share/icons/hicolor/22x22
@dirrmtry share/icons/hicolor/24x24/apps
@dirrmtry share/icons/hicolor/24x24
@dirrmtry share/icons/hicolor/32x32/apps
@dirrmtry share/icons/hicolor/32x32
@dirrmtry share/icons/hicolor/48x48/apps
@dirrmtry share/icons/hicolor/48x48
@dirrmtry share/icons/hicolor/64x64/apps
@dirrmtry share/icons/hicolor/64x64
@dirrmtry share/icons/hicolor/128x128/apps
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications
@dirrm %%DATADIR%%/translations
@dirrm %%DATADIR%%/themes/sounds/default
@dirrm %%DATADIR%%/themes/sounds
@dirrm %%DATADIR%%/themes/icons/default
@dirrm %%DATADIR%%/themes/icons
@dirrm %%DATADIR%%/themes/emoticons/penguins
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/3
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/2
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/1
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible
@dirrm %%DATADIR%%/themes/emoticons
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%/modules/translations
@dirrm %%DATADIR%%/modules/data/config_wizard/ronk2
@dirrm %%DATADIR%%/modules/data/config_wizard/joi
@dirrm %%DATADIR%%/modules/data/config_wizard
%%ASPELL_MOD%%@dirrm %%DATADIR%%/modules/data/spellchecker
%%TABS_MOD%%@dirrm %%DATADIR%%/modules/data/tabs
@dirrm %%DATADIR%%/modules/data
@dirrm %%DATADIR%%/modules
@dirrm %%DATADIR%%
@dirrm lib/kadu/modules/bin
@dirrm lib/kadu/modules
@dirrm lib/kadu
@dirrm include/kadu/modules
@dirrm include/kadu