summaryrefslogtreecommitdiff
path: root/www/gallery2/pkg-plist
blob: b0cb1cad7e8634f242953d5b9dcec530acadcf85 (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
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%GALLERYDIR%%/Version.php
%%GALLERYDIR%%/add_comment.php
%%GALLERYDIR%%/add_photo.php
%%GALLERYDIR%%/add_photos.php
%%GALLERYDIR%%/adv_search.php
%%GALLERYDIR%%/album_permissions.php
%%GALLERYDIR%%/albums.php
%%GALLERYDIR%%/captionator.php
%%GALLERYDIR%%/classes/Album.php
%%GALLERYDIR%%/classes/AlbumDB.php
%%GALLERYDIR%%/classes/AlbumItem.php
%%GALLERYDIR%%/classes/Comment.php
%%GALLERYDIR%%/classes/Database.php
%%GALLERYDIR%%/classes/EverybodyUser.php
%%GALLERYDIR%%/classes/Image.php
%%GALLERYDIR%%/classes/LoggedInUser.php
%%GALLERYDIR%%/classes/NobodyUser.php
%%GALLERYDIR%%/classes/User.php
%%GALLERYDIR%%/classes/UserDB.php
%%GALLERYDIR%%/classes/database/mysql/Database.php
%%GALLERYDIR%%/classes/gallery/User.php
%%GALLERYDIR%%/classes/gallery/UserDB.php
%%GALLERYDIR%%/classes/nuke5/AdminUser.php
%%GALLERYDIR%%/classes/nuke5/User.php
%%GALLERYDIR%%/classes/nuke5/UserDB.php
%%GALLERYDIR%%/classes/phpbb/User.php
%%GALLERYDIR%%/classes/phpbb/UserDB.php
%%GALLERYDIR%%/classes/postnuke/User.php
%%GALLERYDIR%%/classes/postnuke/UserDB.php
%%GALLERYDIR%%/classes/postnuke0.7.1/User.php
%%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php
%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php
%%GALLERYDIR%%/configure.sh
%%GALLERYDIR%%/copy_photo.php
%%GALLERYDIR%%/create_user.php
%%GALLERYDIR%%/css/config.css.default
%%GALLERYDIR%%/css/embedded_style.css.default
%%GALLERYDIR%%/css/standalone_style.css.default
%%GALLERYDIR%%/delete_album.php
%%GALLERYDIR%%/delete_photo.php
%%GALLERYDIR%%/delete_user.php
%%GALLERYDIR%%/do_command.php
%%GALLERYDIR%%/docs/context-help/login.php
%%GALLERYDIR%%/docs/context-help/register.php
%%GALLERYDIR%%/docs/context-help/search.php
%%GALLERYDIR%%/docs/context-help/slideshow.php
%%GALLERYDIR%%/docs/context-help/test.php
%%GALLERYDIR%%/docs/g1package/gallery1-admin.backup.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.basics.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.embedding.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.mirroring.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.offline.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.patching.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.securing.html
%%GALLERYDIR%%/docs/g1package/gallery1-admin.users.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.config-wizard.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.credits.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.a.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.b.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.c.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.d.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.features.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.help.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.language-packs.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.overview.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.required-programs.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.requirements.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.unix-ftp.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.unix-shell.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.upgrade.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.windows-iis.html
%%GALLERYDIR%%/docs/g1package/gallery1-install.windows.html
%%GALLERYDIR%%/docs/g1package/html.css
%%GALLERYDIR%%/docs/g1package/images/basic-auth.gif
%%GALLERYDIR%%/docs/g1package/images/diagnostics.gif
%%GALLERYDIR%%/docs/g1package/images/step2setup.gif
%%GALLERYDIR%%/docs/g1package/images/up-up.gif
%%GALLERYDIR%%/docs/g1package/images/up.gif
%%GALLERYDIR%%/docs/g1package/index.html
%%GALLERYDIR%%/docs/g1package/preface.html
%%GALLERYDIR%%/docs/g1package/pretty-html.css
%%GALLERYDIR%%/docs/gallery1-admin.backup.html
%%GALLERYDIR%%/docs/gallery1-admin.basics.html
%%GALLERYDIR%%/docs/gallery1-admin.embedding.html
%%GALLERYDIR%%/docs/gallery1-admin.html
%%GALLERYDIR%%/docs/gallery1-admin.mirroring.html
%%GALLERYDIR%%/docs/gallery1-admin.offline.html
%%GALLERYDIR%%/docs/gallery1-admin.patching.html
%%GALLERYDIR%%/docs/gallery1-admin.securing.html
%%GALLERYDIR%%/docs/gallery1-admin.users.html
%%GALLERYDIR%%/docs/gallery1-devguide.functions.html
%%GALLERYDIR%%/docs/gallery1-devguide.html
%%GALLERYDIR%%/docs/gallery1-install.config-wizard.html
%%GALLERYDIR%%/docs/gallery1-install.credits.html
%%GALLERYDIR%%/docs/gallery1-install.faq.a.html
%%GALLERYDIR%%/docs/gallery1-install.faq.b.html
%%GALLERYDIR%%/docs/gallery1-install.faq.c.html
%%GALLERYDIR%%/docs/gallery1-install.faq.d.html
%%GALLERYDIR%%/docs/gallery1-install.faq.html
%%GALLERYDIR%%/docs/gallery1-install.features.html
%%GALLERYDIR%%/docs/gallery1-install.help.html
%%GALLERYDIR%%/docs/gallery1-install.html
%%GALLERYDIR%%/docs/gallery1-install.language-packs.html
%%GALLERYDIR%%/docs/gallery1-install.overview.html
%%GALLERYDIR%%/docs/gallery1-install.required-programs.html
%%GALLERYDIR%%/docs/gallery1-install.requirements.html
%%GALLERYDIR%%/docs/gallery1-install.unix-ftp.html
%%GALLERYDIR%%/docs/gallery1-install.unix-shell.html
%%GALLERYDIR%%/docs/gallery1-install.upgrade.html
%%GALLERYDIR%%/docs/gallery1-install.windows-iis.html
%%GALLERYDIR%%/docs/gallery1-install.windows.html
%%GALLERYDIR%%/docs/html.css
%%GALLERYDIR%%/docs/images/basic-auth.gif
%%GALLERYDIR%%/docs/images/diagnostics.gif
%%GALLERYDIR%%/docs/images/step2setup.gif
%%GALLERYDIR%%/docs/images/up-up.gif
%%GALLERYDIR%%/docs/images/up.gif
%%GALLERYDIR%%/docs/index.html
%%GALLERYDIR%%/docs/preface.html
%%GALLERYDIR%%/docs/pretty-html.css
%%GALLERYDIR%%/edit_appearance.php
%%GALLERYDIR%%/edit_caption.php
%%GALLERYDIR%%/edit_field.php
%%GALLERYDIR%%/edit_thumb.php
%%GALLERYDIR%%/errors/configmode.php
%%GALLERYDIR%%/errors/configure_help.php
%%GALLERYDIR%%/errors/configure_instructions.php
%%GALLERYDIR%%/errors/reconfigure.php
%%GALLERYDIR%%/errors/unconfigured.php
%%GALLERYDIR%%/extra_fields.php
%%GALLERYDIR%%/gallery_remote.php
%%GALLERYDIR%%/gallery_remote2.php
%%GALLERYDIR%%/html/errorRow.inc
%%GALLERYDIR%%/html/userData.inc
%%GALLERYDIR%%/html_wrap/album.footer.default
%%GALLERYDIR%%/html_wrap/album.header.default
%%GALLERYDIR%%/html_wrap/frames/README.php
%%GALLERYDIR%%/html_wrap/frames/polaroid/BB.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/BL.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/BR.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/LL.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/RR.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/TL.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/TR.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/TT.gif
%%GALLERYDIR%%/html_wrap/frames/polaroid/frame.def
%%GALLERYDIR%%/html_wrap/frames/polaroid/pixel_trans.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/BB.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/BL.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/BR.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/LL.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/RR.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/TL.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/TR.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/TT.gif
%%GALLERYDIR%%/html_wrap/frames/polaroids/frame.def
%%GALLERYDIR%%/html_wrap/frames/polaroids/pixel_trans.gif
%%GALLERYDIR%%/html_wrap/frames/shadows/BB.png
%%GALLERYDIR%%/html_wrap/frames/shadows/BBL.png
%%GALLERYDIR%%/html_wrap/frames/shadows/BR.png
%%GALLERYDIR%%/html_wrap/frames/shadows/RR.png
%%GALLERYDIR%%/html_wrap/frames/shadows/RRT.png
%%GALLERYDIR%%/html_wrap/frames/shadows/frame.def
%%GALLERYDIR%%/html_wrap/frames/shadows/pixel_trans.png
%%GALLERYDIR%%/html_wrap/frames/simple_book/BB.gif
%%GALLERYDIR%%/html_wrap/frames/simple_book/BL.gif
%%GALLERYDIR%%/html_wrap/frames/simple_book/BR.gif
%%GALLERYDIR%%/html_wrap/frames/simple_book/RR.gif
%%GALLERYDIR%%/html_wrap/frames/simple_book/TR.gif
%%GALLERYDIR%%/html_wrap/frames/simple_book/dot.gif
%%GALLERYDIR%%/html_wrap/frames/simple_book/frame.def
%%GALLERYDIR%%/html_wrap/frames/simple_book/pixel_trans.gif
%%GALLERYDIR%%/html_wrap/gallery.footer.default
%%GALLERYDIR%%/html_wrap/gallery.header.default
%%GALLERYDIR%%/html_wrap/inline_albumthumb.footer.default
%%GALLERYDIR%%/html_wrap/inline_albumthumb.frame.default
%%GALLERYDIR%%/html_wrap/inline_albumthumb.header.default
%%GALLERYDIR%%/html_wrap/inline_gallerythumb.frame.default
%%GALLERYDIR%%/html_wrap/inline_imagewrap.inc
%%GALLERYDIR%%/html_wrap/inline_moviethumb.frame.default
%%GALLERYDIR%%/html_wrap/inline_photo.footer.default
%%GALLERYDIR%%/html_wrap/inline_photo.frame.default
%%GALLERYDIR%%/html_wrap/inline_photo.header.default
%%GALLERYDIR%%/html_wrap/inline_photothumb.frame.default
%%GALLERYDIR%%/html_wrap/photo.footer.default
%%GALLERYDIR%%/html_wrap/photo.header.default
%%GALLERYDIR%%/html_wrap/search.footer.default
%%GALLERYDIR%%/html_wrap/search.header.default
%%GALLERYDIR%%/html_wrap/slideshow.footer.default
%%GALLERYDIR%%/html_wrap/slideshow.header.default
%%GALLERYDIR%%/html_wrap/wrapper.footer.default
%%GALLERYDIR%%/html_wrap/wrapper.header.default
%%GALLERYDIR%%/images/BB1.gif
%%GALLERYDIR%%/images/BL1.gif
%%GALLERYDIR%%/images/BR1.gif
%%GALLERYDIR%%/images/LL1.gif
%%GALLERYDIR%%/images/RR1.gif
%%GALLERYDIR%%/images/TL1.gif
%%GALLERYDIR%%/images/TR1.gif
%%GALLERYDIR%%/images/TT1.gif
%%GALLERYDIR%%/images/admin_delete.gif
%%GALLERYDIR%%/images/admin_hide.gif
%%GALLERYDIR%%/images/admin_highlight.gif
%%GALLERYDIR%%/images/admin_move.gif
%%GALLERYDIR%%/images/admin_rotate.gif
%%GALLERYDIR%%/images/admin_unhide.gif
%%GALLERYDIR%%/images/albumthumb_BB.gif
%%GALLERYDIR%%/images/albumthumb_BL.gif
%%GALLERYDIR%%/images/albumthumb_BR.gif
%%GALLERYDIR%%/images/albumthumb_RR.gif
%%GALLERYDIR%%/images/albumthumb_TR.gif
%%GALLERYDIR%%/images/bar.gif
%%GALLERYDIR%%/images/computer.gif
%%GALLERYDIR%%/images/donate.jpg
%%GALLERYDIR%%/images/gallery-tag.png
%%GALLERYDIR%%/images/movie.thumb.jpg
%%GALLERYDIR%%/images/nav_dot.gif
%%GALLERYDIR%%/images/nav_dot_left.gif
%%GALLERYDIR%%/images/nav_dot_right.gif
%%GALLERYDIR%%/images/nav_first.gif
%%GALLERYDIR%%/images/nav_home.gif
%%GALLERYDIR%%/images/nav_last.gif
%%GALLERYDIR%%/images/nav_next.gif
%%GALLERYDIR%%/images/nav_page.gif
%%GALLERYDIR%%/images/nav_prev.gif
%%GALLERYDIR%%/images/pixel_trans.gif
%%GALLERYDIR%%/images/simplex-bkg.gif
%%GALLERYDIR%%/images/uploading.gif
%%GALLERYDIR%%/index.php
%%GALLERYDIR%%/init.php
%%GALLERYDIR%%/java/ImageTools.jar
%%GALLERYDIR%%/js/client_sniff.js
%%GALLERYDIR%%/layout/adminbox.inc
%%GALLERYDIR%%/layout/breadcrumb.inc
%%GALLERYDIR%%/layout/commentbox.inc
%%GALLERYDIR%%/layout/commentboxbottom.inc
%%GALLERYDIR%%/layout/commentboxtop.inc
%%GALLERYDIR%%/layout/commentdraw.inc
%%GALLERYDIR%%/layout/ml_pulldown.inc
%%GALLERYDIR%%/layout/navigator.inc
%%GALLERYDIR%%/layout/navphoto.inc
%%GALLERYDIR%%/layout/navtablebegin.inc
%%GALLERYDIR%%/layout/navtableend.inc
%%GALLERYDIR%%/layout/navtablemiddle.inc
%%GALLERYDIR%%/layout/searchdraw.inc
%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_config.mo
%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_core.mo
%%GALLERYDIR%%/locale/af_ZA/af_ZA-gallery_config.po
%%GALLERYDIR%%/locale/af_ZA/af_ZA-gallery_core.po
%%GALLERYDIR%%/locale/af_ZA/af_ZA-nls.php
%%GALLERYDIR%%/locale/af_ZA/flagimage/af_ZA.gif
%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_config.mo
%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_core.mo
%%GALLERYDIR%%/locale/bg_BG/bg_BG-gallery_config.po
%%GALLERYDIR%%/locale/bg_BG/bg_BG-gallery_core.po
%%GALLERYDIR%%/locale/bg_BG/bg_BG-nls.php
%%GALLERYDIR%%/locale/bg_BG/flagimage/bg_BG.gif
%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_config.mo
%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_core.mo
%%GALLERYDIR%%/locale/ca_ES/ca_ES-gallery_config.po
%%GALLERYDIR%%/locale/ca_ES/ca_ES-gallery_core.po
%%GALLERYDIR%%/locale/ca_ES/ca_ES-nls.php
%%GALLERYDIR%%/locale/ca_ES/flagimage/ca_ES.gif
%%GALLERYDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES/cs_CZ.cp1250-gallery_config.mo
%%GALLERYDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES/cs_CZ.cp1250-gallery_core.mo
%%GALLERYDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-gallery_config.po
%%GALLERYDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-gallery_core.po
%%GALLERYDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-nls.php
%%GALLERYDIR%%/locale/cs_CZ.cp1250/flagimage/cs_CZ.cp1250.gif
%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_config.mo
%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_core.mo
%%GALLERYDIR%%/locale/da_DK/da_DK-gallery_config.po
%%GALLERYDIR%%/locale/da_DK/da_DK-gallery_core.po
%%GALLERYDIR%%/locale/da_DK/da_DK-nls.php
%%GALLERYDIR%%/locale/da_DK/flagimage/da_DK.gif
%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_config.mo
%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_core.mo
%%GALLERYDIR%%/locale/de_DE/de_DE-gallery_config.po
%%GALLERYDIR%%/locale/de_DE/de_DE-gallery_core.po
%%GALLERYDIR%%/locale/de_DE/de_DE-nls.php
%%GALLERYDIR%%/locale/de_DE/flagimage/de_DE.gif
%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_config.mo
%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_core.mo
%%GALLERYDIR%%/locale/en_GB/en_GB-gallery_config.po
%%GALLERYDIR%%/locale/en_GB/en_GB-gallery_core.po
%%GALLERYDIR%%/locale/en_GB/en_GB-nls.php
%%GALLERYDIR%%/locale/en_GB/flagimage/en_GB.gif
%%GALLERYDIR%%/locale/en_US/flagimage/en_US.gif
%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_config.mo
%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_core.mo
%%GALLERYDIR%%/locale/es_ES/es_ES-gallery_config.po
%%GALLERYDIR%%/locale/es_ES/es_ES-gallery_core.po
%%GALLERYDIR%%/locale/es_ES/es_ES-nls.php
%%GALLERYDIR%%/locale/es_ES/flagimage/es_ES.gif
%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_config.mo
%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_core.mo
%%GALLERYDIR%%/locale/fi_FI/fi_FI-gallery_config.po
%%GALLERYDIR%%/locale/fi_FI/fi_FI-gallery_core.po
%%GALLERYDIR%%/locale/fi_FI/fi_FI-nls.php
%%GALLERYDIR%%/locale/fi_FI/flagimage/fi_FI.gif
%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_config.mo
%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_core.mo
%%GALLERYDIR%%/locale/fr_FR/flagimage/fr_FR.gif
%%GALLERYDIR%%/locale/fr_FR/fr_FR-gallery_config.po
%%GALLERYDIR%%/locale/fr_FR/fr_FR-gallery_core.po
%%GALLERYDIR%%/locale/fr_FR/fr_FR-nls.php
%%GALLERYDIR%%/locale/he_IL/LC_MESSAGES/he_IL-gallery_config.mo
%%GALLERYDIR%%/locale/he_IL/LC_MESSAGES/he_IL-gallery_core.mo
%%GALLERYDIR%%/locale/he_IL/flagimage/he_IL.gif
%%GALLERYDIR%%/locale/he_IL/he_IL-gallery_config.po
%%GALLERYDIR%%/locale/he_IL/he_IL-gallery_core.po
%%GALLERYDIR%%/locale/he_IL/he_IL-nls.php
%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_config.mo
%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_core.mo
%%GALLERYDIR%%/locale/hu_HU/flagimage/hu_HU.gif
%%GALLERYDIR%%/locale/hu_HU/hu_HU-gallery_config.po
%%GALLERYDIR%%/locale/hu_HU/hu_HU-gallery_core.po
%%GALLERYDIR%%/locale/hu_HU/hu_HU-nls.php
%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_config.mo
%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_core.mo
%%GALLERYDIR%%/locale/is_IS/flagimage/is_IS.gif
%%GALLERYDIR%%/locale/is_IS/is_IS-gallery_config.po
%%GALLERYDIR%%/locale/is_IS/is_IS-gallery_core.po
%%GALLERYDIR%%/locale/is_IS/is_IS-nls.php
%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_config.mo
%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_core.mo
%%GALLERYDIR%%/locale/it_IT/flagimage/it_IT.gif
%%GALLERYDIR%%/locale/it_IT/it_IT-gallery_config.po
%%GALLERYDIR%%/locale/it_IT/it_IT-gallery_core.po
%%GALLERYDIR%%/locale/it_IT/it_IT-nls.php
%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_config.mo
%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_core.mo
%%GALLERYDIR%%/locale/ja_JP/flagimage/ja_JP.gif
%%GALLERYDIR%%/locale/ja_JP/ja_JP-gallery_config.po
%%GALLERYDIR%%/locale/ja_JP/ja_JP-gallery_core.po
%%GALLERYDIR%%/locale/ja_JP/ja_JP-nls.php
%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_config.mo
%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_core.mo
%%GALLERYDIR%%/locale/ko_KR/flagimage/ko_KR.gif
%%GALLERYDIR%%/locale/ko_KR/ko_KR-gallery_config.po
%%GALLERYDIR%%/locale/ko_KR/ko_KR-gallery_core.po
%%GALLERYDIR%%/locale/ko_KR/ko_KR-nls.php
%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_config.mo
%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_core.mo
%%GALLERYDIR%%/locale/lt_LT/flagimage/lt_LT.gif
%%GALLERYDIR%%/locale/lt_LT/lt_LT-gallery_config.po
%%GALLERYDIR%%/locale/lt_LT/lt_LT-gallery_core.po
%%GALLERYDIR%%/locale/lt_LT/lt_LT-nls.php
%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_config.mo
%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_core.mo
%%GALLERYDIR%%/locale/nl_NL/flagimage/nl_NL.gif
%%GALLERYDIR%%/locale/nl_NL/nl_NL-gallery_config.po
%%GALLERYDIR%%/locale/nl_NL/nl_NL-gallery_core.po
%%GALLERYDIR%%/locale/nl_NL/nl_NL-nls.php
%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_config.mo
%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_core.mo
%%GALLERYDIR%%/locale/no_NO/flagimage/no_NO.gif
%%GALLERYDIR%%/locale/no_NO/no_NO-gallery_config.po
%%GALLERYDIR%%/locale/no_NO/no_NO-gallery_core.po
%%GALLERYDIR%%/locale/no_NO/no_NO-nls.php
%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_config.mo
%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_core.mo
%%GALLERYDIR%%/locale/pl_PL/flagimage/pl_PL.gif
%%GALLERYDIR%%/locale/pl_PL/pl_PL-gallery_config.po
%%GALLERYDIR%%/locale/pl_PL/pl_PL-gallery_core.po
%%GALLERYDIR%%/locale/pl_PL/pl_PL-nls.php
%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_config.mo
%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_core.mo
%%GALLERYDIR%%/locale/pt_BR/flagimage/pt_BR.gif
%%GALLERYDIR%%/locale/pt_BR/pt_BR-gallery_config.po
%%GALLERYDIR%%/locale/pt_BR/pt_BR-gallery_core.po
%%GALLERYDIR%%/locale/pt_BR/pt_BR-nls.php
%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_config.mo
%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_core.mo
%%GALLERYDIR%%/locale/pt_PT/flagimage/pt_PT.gif
%%GALLERYDIR%%/locale/pt_PT/pt_PT-gallery_config.po
%%GALLERYDIR%%/locale/pt_PT/pt_PT-gallery_core.po
%%GALLERYDIR%%/locale/pt_PT/pt_PT-nls.php
%%GALLERYDIR%%/locale/ru_RU/LC_MESSAGES/ru_RU-gallery_config.mo
%%GALLERYDIR%%/locale/ru_RU/LC_MESSAGES/ru_RU-gallery_core.mo
%%GALLERYDIR%%/locale/ru_RU/flagimage/ru_RU.gif
%%GALLERYDIR%%/locale/ru_RU/ru_RU-gallery_config.po
%%GALLERYDIR%%/locale/ru_RU/ru_RU-gallery_core.po
%%GALLERYDIR%%/locale/ru_RU/ru_RU-nls.php
%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_config.mo
%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_core.mo
%%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage/ru_RU.koi8r.gif
%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_config.po
%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_core.po
%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-nls.php
%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_config.mo
%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_core.mo
%%GALLERYDIR%%/locale/sl_SI/flagimage/sl_SI.gif
%%GALLERYDIR%%/locale/sl_SI/sl_SI-gallery_config.po
%%GALLERYDIR%%/locale/sl_SI/sl_SI-gallery_core.po
%%GALLERYDIR%%/locale/sl_SI/sl_SI-nls.php
%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_config.mo
%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_core.mo
%%GALLERYDIR%%/locale/sv_SE/flagimage/sv_SE.gif
%%GALLERYDIR%%/locale/sv_SE/sv_SE-gallery_config.po
%%GALLERYDIR%%/locale/sv_SE/sv_SE-gallery_core.po
%%GALLERYDIR%%/locale/sv_SE/sv_SE-nls.php
%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_config.mo
%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_core.mo
%%GALLERYDIR%%/locale/tr_TR/flagimage/tr_TR.gif
%%GALLERYDIR%%/locale/tr_TR/tr_TR-gallery_config.po
%%GALLERYDIR%%/locale/tr_TR/tr_TR-gallery_core.po
%%GALLERYDIR%%/locale/tr_TR/tr_TR-nls.php
%%GALLERYDIR%%/locale/uk_UA/LC_MESSAGES/uk_UA-gallery_config.mo
%%GALLERYDIR%%/locale/uk_UA/LC_MESSAGES/uk_UA-gallery_core.mo
%%GALLERYDIR%%/locale/uk_UA/flagimage/uk_UA.gif
%%GALLERYDIR%%/locale/uk_UA/uk_UA-gallery_config.po
%%GALLERYDIR%%/locale/uk_UA/uk_UA-gallery_core.po
%%GALLERYDIR%%/locale/uk_UA/uk_UA-nls.php
%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_config.mo
%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_core.mo
%%GALLERYDIR%%/locale/vi_VN/flagimage/vi_VN.gif
%%GALLERYDIR%%/locale/vi_VN/vi_VN-gallery_config.po
%%GALLERYDIR%%/locale/vi_VN/vi_VN-gallery_core.po
%%GALLERYDIR%%/locale/vi_VN/vi_VN-nls.php
%%GALLERYDIR%%/locale/zh_CN/LC_MESSAGES/zh_CN-gallery_config.mo
%%GALLERYDIR%%/locale/zh_CN/LC_MESSAGES/zh_CN-gallery_core.mo
%%GALLERYDIR%%/locale/zh_CN/flagimage/zh_CN.gif
%%GALLERYDIR%%/locale/zh_CN/zh_CN-gallery_config.po
%%GALLERYDIR%%/locale/zh_CN/zh_CN-gallery_core.po
%%GALLERYDIR%%/locale/zh_CN/zh_CN-nls.php
%%GALLERYDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_config.mo
%%GALLERYDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_core.mo
%%GALLERYDIR%%/locale/zh_TW.utf8/flagimage/zh_TW.utf8.gif
%%GALLERYDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_config.po
%%GALLERYDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_core.po
%%GALLERYDIR%%/locale/zh_TW.utf8/zh_TW.utf8-nls.php
%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_config.mo
%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_core.mo
%%GALLERYDIR%%/locale/zh_TW/flagimage/zh_TW.gif
%%GALLERYDIR%%/locale/zh_TW/zh_TW-gallery_config.po
%%GALLERYDIR%%/locale/zh_TW/zh_TW-gallery_core.po
%%GALLERYDIR%%/locale/zh_TW/zh_TW-nls.php
%%GALLERYDIR%%/login.php
%%GALLERYDIR%%/manage_users.php
%%GALLERYDIR%%/manifest.inc
%%GALLERYDIR%%/modify_user.php
%%GALLERYDIR%%/move_album.php
%%GALLERYDIR%%/move_photo.php
%%GALLERYDIR%%/multi_create_user.php
%%GALLERYDIR%%/new_password.php
%%GALLERYDIR%%/nls.php
%%GALLERYDIR%%/photo_owner.php
%%GALLERYDIR%%/platform/fs_unix.php
%%GALLERYDIR%%/platform/fs_win32.php
%%GALLERYDIR%%/po/CREDITS
%%GALLERYDIR%%/po/change_version.sh
%%GALLERYDIR%%/po/copyright.txt
%%GALLERYDIR%%/po/create_po_template.sh
%%GALLERYDIR%%/po/edit_changelog.sh
%%GALLERYDIR%%/po/filelist-config
%%GALLERYDIR%%/po/filelist-core
%%GALLERYDIR%%/po/gallery-config.pot
%%GALLERYDIR%%/po/gallery-core.pot
%%GALLERYDIR%%/po/make_mo_files.sh
%%GALLERYDIR%%/po/percents.pl
%%GALLERYDIR%%/po/remove_obsolete.pl
%%GALLERYDIR%%/po/transform_fuzzy.pl
%%GALLERYDIR%%/po/update_po_files.sh
%%GALLERYDIR%%/poll_properties.php
%%GALLERYDIR%%/poll_results.php
%%GALLERYDIR%%/progress_uploading.php
%%GALLERYDIR%%/publish_xp.php
%%GALLERYDIR%%/publish_xp_docs.php
%%GALLERYDIR%%/register.php
%%GALLERYDIR%%/rename_album.php
%%GALLERYDIR%%/reset_votes.php
%%GALLERYDIR%%/resize_photo.php
%%GALLERYDIR%%/rotate_photo.php
%%GALLERYDIR%%/save_photos.php
%%GALLERYDIR%%/search.php
%%GALLERYDIR%%/secure.sh
%%GALLERYDIR%%/session.php
%%GALLERYDIR%%/setup/.htaccess
%%GALLERYDIR%%/setup/backup_albums.php
%%GALLERYDIR%%/setup/check.inc
%%GALLERYDIR%%/setup/check_imagemagick.php
%%GALLERYDIR%%/setup/check_mail.php
%%GALLERYDIR%%/setup/check_netpbm.php
%%GALLERYDIR%%/setup/check_versions.php
%%GALLERYDIR%%/setup/config_data.inc
%%GALLERYDIR%%/setup/confirm.inc
%%GALLERYDIR%%/setup/constants.inc
%%GALLERYDIR%%/setup/defaults.inc
%%GALLERYDIR%%/setup/diagnostics.php
%%GALLERYDIR%%/setup/functions.inc
%%GALLERYDIR%%/setup/ghcc.php
%%GALLERYDIR%%/setup/gpl.txt
%%GALLERYDIR%%/setup/index.php
%%GALLERYDIR%%/setup/init.php
%%GALLERYDIR%%/setup/mod_rewrite.template
%%GALLERYDIR%%/setup/php_value.template
%%GALLERYDIR%%/setup/php_value_ok.php
%%GALLERYDIR%%/setup/phpinfo.php
%%GALLERYDIR%%/setup/session_test.php
%%GALLERYDIR%%/setup/write.inc
%%GALLERYDIR%%/skins/bblue/css/embedded_style.css
%%GALLERYDIR%%/skins/bblue/css/standalone_style.css
%%GALLERYDIR%%/skins/bblue/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/bblue/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bblue/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/bblue/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/bblue/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/bblue/images/mod_under_hl.jpg
%%GALLERYDIR%%/skins/bblue/images/screenshot.jpg
%%GALLERYDIR%%/skins/bblue/style.def
%%GALLERYDIR%%/skins/bgreen/css/embedded_style.css
%%GALLERYDIR%%/skins/bgreen/css/standalone_style.css
%%GALLERYDIR%%/skins/bgreen/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/bgreen/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_left.gif
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_right.gif
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/bgreen/images/mod_under_hl.jpg
%%GALLERYDIR%%/skins/bgreen/images/screenshot.jpg
%%GALLERYDIR%%/skins/bgreen/style.def
%%GALLERYDIR%%/skins/bgreen2/css/embedded_style.css
%%GALLERYDIR%%/skins/bgreen2/css/standalone_style.css
%%GALLERYDIR%%/skins/bgreen2/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/bgreen2/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/bgreen2/images/mod_under_hl.jpg
%%GALLERYDIR%%/skins/bgreen2/images/screenshot.jpg
%%GALLERYDIR%%/skins/bgreen2/style.def
%%GALLERYDIR%%/skins/black/css/embedded_style.css
%%GALLERYDIR%%/skins/black/css/standalone_style.css
%%GALLERYDIR%%/skins/black/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/black/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/black/images/screenshot.jpg
%%GALLERYDIR%%/skins/black/style.def
%%GALLERYDIR%%/skins/bluemod/css/embedded_style.css
%%GALLERYDIR%%/skins/bluemod/css/standalone_style.css
%%GALLERYDIR%%/skins/bluemod/images/mod_background.jpg
%%GALLERYDIR%%/skins/bluemod/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bluemod/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/bluemod/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/bluemod/images/screenshot.jpg
%%GALLERYDIR%%/skins/bluemod/style.def
%%GALLERYDIR%%/skins/bpurple/css/embedded_style.css
%%GALLERYDIR%%/skins/bpurple/css/standalone_style.css
%%GALLERYDIR%%/skins/bpurple/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/bpurple/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/bpurple/images/mod_under_hl.jpg
%%GALLERYDIR%%/skins/bpurple/images/screenshot.jpg
%%GALLERYDIR%%/skins/bpurple/style.def
%%GALLERYDIR%%/skins/bred/css/embedded_style.css
%%GALLERYDIR%%/skins/bred/css/standalone_style.css
%%GALLERYDIR%%/skins/bred/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/bred/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bred/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/bred/images/mod_toplight_left.gif
%%GALLERYDIR%%/skins/bred/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/bred/images/mod_toplight_right.gif
%%GALLERYDIR%%/skins/bred/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/bred/images/mod_under_hl.jpg
%%GALLERYDIR%%/skins/bred/images/screenshot.jpg
%%GALLERYDIR%%/skins/bred/style.def
%%GALLERYDIR%%/skins/bubbles/css/embedded_style.css
%%GALLERYDIR%%/skins/bubbles/css/standalone_style.css
%%GALLERYDIR%%/skins/bubbles/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/bubbles/images/screenshot.jpg
%%GALLERYDIR%%/skins/bubbles/style.def
%%GALLERYDIR%%/skins/butterfly_green/css/embedded_style.css
%%GALLERYDIR%%/skins/butterfly_green/css/standalone_style.css
%%GALLERYDIR%%/skins/butterfly_green/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/butterfly_green/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/butterfly_green/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/butterfly_green/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/butterfly_green/images/screenshot.jpg
%%GALLERYDIR%%/skins/butterfly_green/style.def
%%GALLERYDIR%%/skins/greenpurple/css/embedded_style.css
%%GALLERYDIR%%/skins/greenpurple/css/standalone_style.css
%%GALLERYDIR%%/skins/greenpurple/images/mod_descbg.jpg
%%GALLERYDIR%%/skins/greenpurple/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/greenpurple/images/mod_navbox.jpg
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlelft.jpg
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlert.jpg
%%GALLERYDIR%%/skins/greenpurple/images/screenshot.jpg
%%GALLERYDIR%%/skins/greenpurple/style.def
%%GALLERYDIR%%/skins/hotred/css/embedded_style.css
%%GALLERYDIR%%/skins/hotred/css/standalone_style.css
%%GALLERYDIR%%/skins/hotred/images/mod_descbg.jpg
%%GALLERYDIR%%/skins/hotred/images/mod_descbox.jpg
%%GALLERYDIR%%/skins/hotred/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/hotred/images/mod_navbox.jpg
%%GALLERYDIR%%/skins/hotred/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/hotred/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/hotred/images/screenshot.jpg
%%GALLERYDIR%%/skins/hotred/style.def
%%GALLERYDIR%%/skins/lilac/css/embedded_style.css
%%GALLERYDIR%%/skins/lilac/css/standalone_style.css
%%GALLERYDIR%%/skins/lilac/images/mod_descbg.jpg
%%GALLERYDIR%%/skins/lilac/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/lilac/images/mod_navbox.jpg
%%GALLERYDIR%%/skins/lilac/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/lilac/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/lilac/images/screenshot.jpg
%%GALLERYDIR%%/skins/lilac/style.def
%%GALLERYDIR%%/skins/paint/css/embedded_style.css
%%GALLERYDIR%%/skins/paint/css/standalone_style.css
%%GALLERYDIR%%/skins/paint/images/mod_background.jpg
%%GALLERYDIR%%/skins/paint/images/mod_descbg.jpg
%%GALLERYDIR%%/skins/paint/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/paint/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/paint/images/mod_toplight_left.gif
%%GALLERYDIR%%/skins/paint/images/mod_toplight_right.gif
%%GALLERYDIR%%/skins/paint/images/screenshot.jpg
%%GALLERYDIR%%/skins/paint/style.def
%%GALLERYDIR%%/skins/redmarble/css/embedded_style.css
%%GALLERYDIR%%/skins/redmarble/css/standalone_style.css
%%GALLERYDIR%%/skins/redmarble/images/mod_background.jpg
%%GALLERYDIR%%/skins/redmarble/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/redmarble/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/redmarble/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/redmarble/images/screenshot.jpg
%%GALLERYDIR%%/skins/redmarble/style.def
%%GALLERYDIR%%/skins/slick/css/embedded_style.css
%%GALLERYDIR%%/skins/slick/css/standalone_style.css
%%GALLERYDIR%%/skins/slick/images/mod_background.jpg
%%GALLERYDIR%%/skins/slick/images/mod_descbg.jpg
%%GALLERYDIR%%/skins/slick/images/mod_headliner.jpg
%%GALLERYDIR%%/skins/slick/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/slick/images/mod_pixel.gif
%%GALLERYDIR%%/skins/slick/images/mod_title.jpg
%%GALLERYDIR%%/skins/slick/images/mod_title_bg.jpg
%%GALLERYDIR%%/skins/slick/images/mod_title_left.jpg
%%GALLERYDIR%%/skins/slick/images/mod_title_right.jpg
%%GALLERYDIR%%/skins/slick/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/slick/images/mod_toplight_bg.jpg
%%GALLERYDIR%%/skins/slick/images/mod_toplight_left.jpg
%%GALLERYDIR%%/skins/slick/images/mod_toplight_right.jpg
%%GALLERYDIR%%/skins/slick/images/screenshot.jpg
%%GALLERYDIR%%/skins/slick/style.def
%%GALLERYDIR%%/skins/suit/css/embedded_style.css
%%GALLERYDIR%%/skins/suit/css/standalone_style.css
%%GALLERYDIR%%/skins/suit/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/suit/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/suit/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/suit/images/screenshot.jpg
%%GALLERYDIR%%/skins/suit/style.def
%%GALLERYDIR%%/skins/white1/css/embedded_style.css
%%GALLERYDIR%%/skins/white1/css/standalone_style.css
%%GALLERYDIR%%/skins/white1/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/white1/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/white1/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/white1/images/screenshot.jpg
%%GALLERYDIR%%/skins/white1/style.def
%%GALLERYDIR%%/skins/yellow/css/embedded_style.css
%%GALLERYDIR%%/skins/yellow/css/standalone_style.css
%%GALLERYDIR%%/skins/yellow/images/mod_navbar.jpg
%%GALLERYDIR%%/skins/yellow/images/mod_titlebar.jpg
%%GALLERYDIR%%/skins/yellow/images/mod_titlemid.jpg
%%GALLERYDIR%%/skins/yellow/images/screenshot.jpg
%%GALLERYDIR%%/skins/yellow/style.def
%%GALLERYDIR%%/slideshow.php
%%GALLERYDIR%%/slideshow_low.php
%%GALLERYDIR%%/sort_album.php
%%GALLERYDIR%%/test.php
%%GALLERYDIR%%/tools/build_manifest.php
%%GALLERYDIR%%/tools/g1-makereport.php
%%GALLERYDIR%%/tools/g1-report.css
%%GALLERYDIR%%/tools/g1-report.php
%%GALLERYDIR%%/tools/include/main.inc
%%GALLERYDIR%%/tools/include/plugin_rowdata.inc
%%GALLERYDIR%%/tools/include/row_header.inc
%%GALLERYDIR%%/upgrade_album.php
%%GALLERYDIR%%/upgrade_users.php
%%GALLERYDIR%%/user_preferences.php
%%GALLERYDIR%%/util.php
%%GALLERYDIR%%/view_album.php
%%GALLERYDIR%%/view_comments.php
%%GALLERYDIR%%/view_photo.php
%%GALLERYDIR%%/view_photo_properties.php
@dirrm %%GALLERYDIR%%/tools/include
@dirrm %%GALLERYDIR%%/tools
@dirrm %%GALLERYDIR%%/skins/yellow/images
@dirrm %%GALLERYDIR%%/skins/yellow/css
@dirrm %%GALLERYDIR%%/skins/yellow
@dirrm %%GALLERYDIR%%/skins/white1/images
@dirrm %%GALLERYDIR%%/skins/white1/css
@dirrm %%GALLERYDIR%%/skins/white1
@dirrm %%GALLERYDIR%%/skins/suit/images
@dirrm %%GALLERYDIR%%/skins/suit/css
@dirrm %%GALLERYDIR%%/skins/suit
@dirrm %%GALLERYDIR%%/skins/slick/images
@dirrm %%GALLERYDIR%%/skins/slick/css
@dirrm %%GALLERYDIR%%/skins/slick
@dirrm %%GALLERYDIR%%/skins/redmarble/images
@dirrm %%GALLERYDIR%%/skins/redmarble/css
@dirrm %%GALLERYDIR%%/skins/redmarble
@dirrm %%GALLERYDIR%%/skins/paint/images
@dirrm %%GALLERYDIR%%/skins/paint/css
@dirrm %%GALLERYDIR%%/skins/paint
@dirrm %%GALLERYDIR%%/skins/lilac/images
@dirrm %%GALLERYDIR%%/skins/lilac/css
@dirrm %%GALLERYDIR%%/skins/lilac
@dirrm %%GALLERYDIR%%/skins/hotred/images
@dirrm %%GALLERYDIR%%/skins/hotred/css
@dirrm %%GALLERYDIR%%/skins/hotred
@dirrm %%GALLERYDIR%%/skins/greenpurple/images
@dirrm %%GALLERYDIR%%/skins/greenpurple/css
@dirrm %%GALLERYDIR%%/skins/greenpurple
@dirrm %%GALLERYDIR%%/skins/butterfly_green/images
@dirrm %%GALLERYDIR%%/skins/butterfly_green/css
@dirrm %%GALLERYDIR%%/skins/butterfly_green
@dirrm %%GALLERYDIR%%/skins/bubbles/images
@dirrm %%GALLERYDIR%%/skins/bubbles/css
@dirrm %%GALLERYDIR%%/skins/bubbles
@dirrm %%GALLERYDIR%%/skins/bred/images
@dirrm %%GALLERYDIR%%/skins/bred/css
@dirrm %%GALLERYDIR%%/skins/bred
@dirrm %%GALLERYDIR%%/skins/bpurple/images
@dirrm %%GALLERYDIR%%/skins/bpurple/css
@dirrm %%GALLERYDIR%%/skins/bpurple
@dirrm %%GALLERYDIR%%/skins/bluemod/images
@dirrm %%GALLERYDIR%%/skins/bluemod/css
@dirrm %%GALLERYDIR%%/skins/bluemod
@dirrm %%GALLERYDIR%%/skins/black/images
@dirrm %%GALLERYDIR%%/skins/black/css
@dirrm %%GALLERYDIR%%/skins/black
@dirrm %%GALLERYDIR%%/skins/bgreen2/images
@dirrm %%GALLERYDIR%%/skins/bgreen2/css
@dirrm %%GALLERYDIR%%/skins/bgreen2
@dirrm %%GALLERYDIR%%/skins/bgreen/images
@dirrm %%GALLERYDIR%%/skins/bgreen/css
@dirrm %%GALLERYDIR%%/skins/bgreen
@dirrm %%GALLERYDIR%%/skins/bblue/images
@dirrm %%GALLERYDIR%%/skins/bblue/css
@dirrm %%GALLERYDIR%%/skins/bblue
@dirrm %%GALLERYDIR%%/skins
@dirrm %%GALLERYDIR%%/setup
@dirrm %%GALLERYDIR%%/po
@dirrm %%GALLERYDIR%%/platform
@dirrm %%GALLERYDIR%%/locale/zh_TW/flagimage
@dirrm %%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/zh_TW.utf8/flagimage
@dirrm %%GALLERYDIR%%/locale/zh_TW.utf8/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/zh_TW.utf8
@dirrm %%GALLERYDIR%%/locale/zh_TW
@dirrm %%GALLERYDIR%%/locale/zh_CN/flagimage
@dirrm %%GALLERYDIR%%/locale/zh_CN/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/zh_CN
@dirrm %%GALLERYDIR%%/locale/vi_VN/flagimage
@dirrm %%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/vi_VN
@dirrm %%GALLERYDIR%%/locale/uk_UA/flagimage
@dirrm %%GALLERYDIR%%/locale/uk_UA/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/uk_UA
@dirrm %%GALLERYDIR%%/locale/tr_TR/flagimage
@dirrm %%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/tr_TR
@dirrm %%GALLERYDIR%%/locale/sv_SE/flagimage
@dirrm %%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/sv_SE
@dirrm %%GALLERYDIR%%/locale/sl_SI/flagimage
@dirrm %%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/sl_SI
@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage
@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r
@dirrm %%GALLERYDIR%%/locale/ru_RU/flagimage
@dirrm %%GALLERYDIR%%/locale/ru_RU/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/ru_RU
@dirrm %%GALLERYDIR%%/locale/pt_PT/flagimage
@dirrm %%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/pt_PT
@dirrm %%GALLERYDIR%%/locale/pt_BR/flagimage
@dirrm %%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/pt_BR
@dirrm %%GALLERYDIR%%/locale/pl_PL/flagimage
@dirrm %%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/pl_PL
@dirrm %%GALLERYDIR%%/locale/no_NO/flagimage
@dirrm %%GALLERYDIR%%/locale/no_NO/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/no_NO
@dirrm %%GALLERYDIR%%/locale/nl_NL/flagimage
@dirrm %%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/nl_NL
@dirrm %%GALLERYDIR%%/locale/lt_LT/flagimage
@dirrm %%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/lt_LT
@dirrm %%GALLERYDIR%%/locale/ko_KR/flagimage
@dirrm %%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/ko_KR
@dirrm %%GALLERYDIR%%/locale/ja_JP/flagimage
@dirrm %%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/ja_JP
@dirrm %%GALLERYDIR%%/locale/it_IT/flagimage
@dirrm %%GALLERYDIR%%/locale/it_IT/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/it_IT
@dirrm %%GALLERYDIR%%/locale/is_IS/flagimage
@dirrm %%GALLERYDIR%%/locale/is_IS/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/is_IS
@dirrm %%GALLERYDIR%%/locale/hu_HU/flagimage
@dirrm %%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/hu_HU
@dirrm %%GALLERYDIR%%/locale/he_IL/flagimage
@dirrm %%GALLERYDIR%%/locale/he_IL/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/he_IL
@dirrm %%GALLERYDIR%%/locale/fr_FR/flagimage
@dirrm %%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/fr_FR
@dirrm %%GALLERYDIR%%/locale/fi_FI/flagimage
@dirrm %%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/fi_FI
@dirrm %%GALLERYDIR%%/locale/es_ES/flagimage
@dirrm %%GALLERYDIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/es_ES
@dirrm %%GALLERYDIR%%/locale/en_US/flagimage
@dirrm %%GALLERYDIR%%/locale/en_US
@dirrm %%GALLERYDIR%%/locale/en_GB/flagimage
@dirrm %%GALLERYDIR%%/locale/en_GB/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/en_GB
@dirrm %%GALLERYDIR%%/locale/de_DE/flagimage
@dirrm %%GALLERYDIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/de_DE
@dirrm %%GALLERYDIR%%/locale/da_DK/flagimage
@dirrm %%GALLERYDIR%%/locale/da_DK/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/da_DK
@dirrm %%GALLERYDIR%%/locale/cs_CZ.cp1250/flagimage
@dirrm %%GALLERYDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/cs_CZ.cp1250
@dirrm %%GALLERYDIR%%/locale/ca_ES/flagimage
@dirrm %%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/ca_ES
@dirrm %%GALLERYDIR%%/locale/bg_BG/flagimage
@dirrm %%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/bg_BG
@dirrm %%GALLERYDIR%%/locale/af_ZA/flagimage
@dirrm %%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES
@dirrm %%GALLERYDIR%%/locale/af_ZA
@dirrm %%GALLERYDIR%%/locale
@dirrm %%GALLERYDIR%%/layout
@dirrm %%GALLERYDIR%%/js
@dirrm %%GALLERYDIR%%/java
@dirrm %%GALLERYDIR%%/images
@dirrm %%GALLERYDIR%%/html_wrap/frames/simple_book
@dirrm %%GALLERYDIR%%/html_wrap/frames/shadows
@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroids
@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroid
@dirrm %%GALLERYDIR%%/html_wrap/frames
@dirrm %%GALLERYDIR%%/html_wrap
@dirrm %%GALLERYDIR%%/html
@dirrm %%GALLERYDIR%%/errors
@dirrm %%GALLERYDIR%%/docs/images
@dirrm %%GALLERYDIR%%/docs/g1package/images
@dirrm %%GALLERYDIR%%/docs/g1package
@dirrm %%GALLERYDIR%%/docs/context-help
@dirrm %%GALLERYDIR%%/docs
@dirrm %%GALLERYDIR%%/css
@dirrm %%GALLERYDIR%%/classes/remote
@dirrm %%GALLERYDIR%%/classes/postnuke0.7.1
@dirrm %%GALLERYDIR%%/classes/postnuke
@dirrm %%GALLERYDIR%%/classes/phpbb
@dirrm %%GALLERYDIR%%/classes/nuke5
@dirrm %%GALLERYDIR%%/classes/gallery
@dirrm %%GALLERYDIR%%/classes/database/mysql
@dirrm %%GALLERYDIR%%/classes/database
@dirrm %%GALLERYDIR%%/classes
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rmdir %D/%%GALLERYDIR%% 2>/dev/null || true