View | Details | Raw Unified | Return to bug 111568
Collapse All | Expand All

(-)Makefile (-48 / +48 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	gallery
8
PORTNAME=	gallery
9
PORTVERSION=	1.5.5.1
9
PORTVERSION=	1.5.6
10
CATEGORIES=	www
10
CATEGORIES=	www
11
DISTNAME=	${PORTNAME}-${PORTVERSION:C/.([0-9]*)$/-pl\1/}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS}
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS}
Lines 26-65 Link Here
26
25
27
.if !defined(WITHOUT_NLS)
26
.if !defined(WITHOUT_NLS)
28
USE_PHP+=	gettext
27
USE_PHP+=	gettext
29
LANGVERSION=	1.5.1
30
28
31
LANGPACKS=	af_ZA-${LANGVERSION}${EXTRACT_SUFX} \
29
LANGPACKS=	af_ZA-1.5.2${EXTRACT_SUFX} \
32
		bg_BG-${LANGVERSION}${EXTRACT_SUFX} \
30
		ar_EG-1.5.1-cvs${EXTRACT_SUFX} \
31
		bg_BG-1.5.1${EXTRACT_SUFX} \
33
		ca_ES-1.5${EXTRACT_SUFX} \
32
		ca_ES-1.5${EXTRACT_SUFX} \
34
		cs_CZ.iso-8859-2-${LANGVERSION}${EXTRACT_SUFX} \
33
		cs_CZ.cp1250-1.5.1${EXTRACT_SUFX} \
35
		da_DK-${LANGVERSION}${EXTRACT_SUFX} \
34
		cs_CZ.iso-8859-2-1.5.1${EXTRACT_SUFX} \
36
		de_DE-${LANGVERSION}${EXTRACT_SUFX} \
35
		da_DK-1.5.1${EXTRACT_SUFX} \
36
		de_DE-1.5.6${EXTRACT_SUFX} \
37
		en_GB-1.5-RC2${EXTRACT_SUFX} \
37
		en_GB-1.5-RC2${EXTRACT_SUFX} \
38
		es_ES-${LANGVERSION}${EXTRACT_SUFX} \
38
		es_ES-1.5.2${EXTRACT_SUFX} \
39
		fi_FI-${LANGVERSION}${EXTRACT_SUFX} \
39
		fi_FI-1.5.2${EXTRACT_SUFX} \
40
		fr_FR-${LANGVERSION}${EXTRACT_SUFX} \
40
		fr_FR-1.5.2${EXTRACT_SUFX} \
41
		gl_ES-${LANGVERSION}${EXTRACT_SUFX} \
41
		gl_ES-1.5.1${EXTRACT_SUFX} \
42
		hu_HU-${LANGVERSION}${EXTRACT_SUFX} \
42
		hu_HU-1.5.1${EXTRACT_SUFX} \
43
		is_IS-${LANGVERSION}${EXTRACT_SUFX} \
43
		is_IS-1.5.1${EXTRACT_SUFX} \
44
		it_IT-${LANGVERSION}${EXTRACT_SUFX} \
44
		it_IT-1.5.2${EXTRACT_SUFX} \
45
		ja_JP-${LANGVERSION}${EXTRACT_SUFX} \
45
		ja_JP-1.5.2${EXTRACT_SUFX} \
46
		ko_KR-${LANGVERSION}${EXTRACT_SUFX} \
46
		ja_JP.utf8-1.5.1${EXTRACT_SUFX} \
47
		lt_LT-${LANGVERSION}${EXTRACT_SUFX} \
47
		ko_KR-1.5.1${EXTRACT_SUFX} \
48
		nl_NL-${LANGVERSION}${EXTRACT_SUFX} \
48
		lt_LT-1.5.1${EXTRACT_SUFX} \
49
		no_NO-${LANGVERSION}${EXTRACT_SUFX} \
49
		nl_NL-1.5.2${EXTRACT_SUFX} \
50
		pl_PL-${LANGVERSION}${EXTRACT_SUFX} \
50
		no_NO-1.5.2${EXTRACT_SUFX} \
51
		pt_BR-${LANGVERSION}${EXTRACT_SUFX} \
51
		pl_PL-1.5.2${EXTRACT_SUFX} \
52
		pt_PT-${LANGVERSION}${EXTRACT_SUFX} \
52
		pt_BR-1.5.2${EXTRACT_SUFX} \
53
		ru_RU.cp1251-${LANGVERSION}${EXTRACT_SUFX} \
53
		pt_PT-1.5.1${EXTRACT_SUFX} \
54
		ru_RU.koi8r-${LANGVERSION}${EXTRACT_SUFX} \
54
		ru_RU.cp1251-1.5.2${EXTRACT_SUFX} \
55
		sk_SK-${LANGVERSION}${EXTRACT_SUFX} \
55
		ru_RU.koi8r-1.5.1${EXTRACT_SUFX} \
56
		sl_SI-${LANGVERSION}${EXTRACT_SUFX} \
56
		sk_SK-1.5.1${EXTRACT_SUFX} \
57
		sv_SE-${LANGVERSION}${EXTRACT_SUFX} \
57
		sl_SI-1.5.1${EXTRACT_SUFX} \
58
		tr_TR-${LANGVERSION}${EXTRACT_SUFX} \
58
		sv_SE-1.5.6${EXTRACT_SUFX} \
59
		vi_VN-${LANGVERSION}${EXTRACT_SUFX} \
59
		tr_TR-1.5.1-u1${EXTRACT_SUFX} \
60
		zh_HK-${LANGVERSION}${EXTRACT_SUFX} \
60
		vi_VN-1.5.1${EXTRACT_SUFX} \
61
		zh_HK.utf8-${LANGVERSION}${EXTRACT_SUFX} \
61
		zh_HK-1.5.2${EXTRACT_SUFX} \
62
		zh_TW-${LANGVERSION}${EXTRACT_SUFX}
62
		zh_HK.utf8-1.5.2${EXTRACT_SUFX} \
63
		zh_TW-1.5.2${EXTRACT_SUFX} \
64
		zh_TW.utf8-1.5.2${EXTRACT_SUFX}
63
PLIST_SUB=		NLS=""
65
PLIST_SUB=		NLS=""
64
.else
66
.else
65
PLIST_SUB=		NLS="@comment "
67
PLIST_SUB=		NLS="@comment "
Lines 67-105 Link Here
67
69
68
WRKSRC=		${WRKDIR}/${PORTNAME}
70
WRKSRC=		${WRKDIR}/${PORTNAME}
69
NO_BUILD=	yes
71
NO_BUILD=	yes
70
PKGMESSAGE=	${WRKDIR}/pkg-message
71
PORTDOCS=	AUTHORS ChangeLog README
72
PORTDOCS=	AUTHORS ChangeLog README
72
EXCEPTFILES=	${PORTDOCS} LICENSE.txt
73
EXCEPTFILES=	${PORTDOCS} LICENSE.txt
73
CPIOARGS=	--quiet -pdum -R
74
CPIOARGS=	--quiet -pdum -R
74
PLIST_SUB+=	GALLERYDIR=${GALLERYDIR}
75
75
76
pre-fetch:
76
PKGMESSAGE=	${WRKDIR}/pkg-message
77
.if !defined(GALLERYDIR)
77
SUB_FILES=	pkg-message
78
SUB_LIST+=	WWWDIR_REL=${WWWDIR_REL}
79
80
pre-everything::
81
.if defined(GALLERYDIR)
82
WWWDIR=	${GALLERYDIR}
83
.else
78
	@${ECHO_MSG} ""
84
	@${ECHO_MSG} ""
79
	@${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'."
85
	@${ECHO_MSG} "Define GALLERYDIR to override default of ${WWWDIR}."
80
	@${ECHO_MSG} ""
86
	@${ECHO_MSG} ""
81
.endif
87
.endif
82
88
83
GALLERYDIR?=	www/data/gallery
84
85
post-configure:
86
	@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \
87
	  -e 's#%%GALLERYDIR%%#${GALLERYDIR}#g' pkg-message > ${PKGMESSAGE}
88
89
do-extract:
89
do-extract:
90
	@ ${MKDIR} ${WRKDIR}
90
	@ ${MKDIR} ${WRKDIR}
91
	@ cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}
91
	@ cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}
92
	@ for i in ${LANGPACKS}; do \
92
	@ for i in ${LANGPACKS}; do \
93
		if ! (cd ${WRKDIR}/gallery/locale && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$i ${EXTRACT_AFTER_ARGS});\
93
		if ! (cd ${WRKDIR}/gallery/locale && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/$$i ${EXTRACT_AFTER_ARGS});\
94
		then \
94
		then \
95
			exit 1; \
95
			exit 1; \
96
		fi \
96
		fi \
97
	done
97
	done
98
98
99
do-install:
99
do-install:
100
	@ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR}
100
	@ ${MKDIR} -m 0755 ${WWWDIR}
101
	@ cd ${WRKSRC} && ${FIND} * -name \*.bat -o -name \*.orig -o -name \*Changelog ${EXCEPTFILES:S/^/-o -name /} \
101
	@ cd ${WRKSRC} && ${FIND} * -name \*.bat -o -name \*.orig -o -name \*Changelog ${EXCEPTFILES:S/^/-o -name /} \
102
	  -o -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR}
102
	  -o -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${WWWDIR}
103
103
104
post-install:
104
post-install:
105
.if !defined(NOPORTDOCS)
105
.if !defined(NOPORTDOCS)
(-)distinfo (-54 / +66 lines)
Lines 1-36 Link Here
1
MD5 (gallery/gallery-1.5.5-pl1.tar.gz) = d2f52d92776f47bf353787237607f23c
1
MD5 (gallery/gallery-1.5.6.tar.gz) = 76d10d3596534c616cf6e9ac6c50b93d
2
SHA256 (gallery/gallery-1.5.5-pl1.tar.gz) = 9f17181cd8bf46203a288e3fc1d9bd82d5dc011fe419d33bee2f62bace081f08
2
SHA256 (gallery/gallery-1.5.6.tar.gz) = c6db255ba6fe2a5f7f1785472a92d3810348ea4e8364fb6507f63cf932cc00e2
3
SIZE (gallery/gallery-1.5.5-pl1.tar.gz) = 2374446
3
SIZE (gallery/gallery-1.5.6.tar.gz) = 2356878
4
MD5 (gallery/af_ZA-1.5.1.tar.gz) = 1ed3ffcacca09f9e54ab216ff01935e4
4
MD5 (gallery/af_ZA-1.5.2.tar.gz) = 2f3a7cab65d4e65a5bcad4f9ad3c3bf2
5
SHA256 (gallery/af_ZA-1.5.1.tar.gz) = 64d39bfa1d79895dfc13b9612bc13f316231784b3af900d53e1f232c180d4d40
5
SHA256 (gallery/af_ZA-1.5.2.tar.gz) = 962b741ce5e216d0e526e22b305dbbb5cdd281fd564f821c46f15f1c10733a9a
6
SIZE (gallery/af_ZA-1.5.1.tar.gz) = 136045
6
SIZE (gallery/af_ZA-1.5.2.tar.gz) = 168135
7
MD5 (gallery/ar_EG-1.5.1-cvs.tar.gz) = 089190e0edc3ec3ea2a7bb2f012a4a52
8
SHA256 (gallery/ar_EG-1.5.1-cvs.tar.gz) = 44174cc9064b1a458c658ca31c989bb5568db6145f2642b4df525aa7458d96a6
9
SIZE (gallery/ar_EG-1.5.1-cvs.tar.gz) = 135487
7
MD5 (gallery/bg_BG-1.5.1.tar.gz) = f64cad7574ba826e7b1510872ccb6b75
10
MD5 (gallery/bg_BG-1.5.1.tar.gz) = f64cad7574ba826e7b1510872ccb6b75
8
SHA256 (gallery/bg_BG-1.5.1.tar.gz) = 2340ecb8621d8e9dc6687922b0c1c91d85ba7c37745760fa85b8abf5ab72deaf
11
SHA256 (gallery/bg_BG-1.5.1.tar.gz) = 2340ecb8621d8e9dc6687922b0c1c91d85ba7c37745760fa85b8abf5ab72deaf
9
SIZE (gallery/bg_BG-1.5.1.tar.gz) = 167891
12
SIZE (gallery/bg_BG-1.5.1.tar.gz) = 167891
10
MD5 (gallery/ca_ES-1.5.tar.gz) = 73e6749610281faa724c5b885d4e740c
13
MD5 (gallery/ca_ES-1.5.tar.gz) = 73e6749610281faa724c5b885d4e740c
11
SHA256 (gallery/ca_ES-1.5.tar.gz) = 60349f4c4d0c54fefa5d30e295c1b105d07d997f412587a257ab389b65928b3e
14
SHA256 (gallery/ca_ES-1.5.tar.gz) = 60349f4c4d0c54fefa5d30e295c1b105d07d997f412587a257ab389b65928b3e
12
SIZE (gallery/ca_ES-1.5.tar.gz) = 81227
15
SIZE (gallery/ca_ES-1.5.tar.gz) = 81227
16
MD5 (gallery/cs_CZ.cp1250-1.5.1.tar.gz) = 240df7d9024cd00700051bc38b5a9d8d
17
SHA256 (gallery/cs_CZ.cp1250-1.5.1.tar.gz) = fec46b7aa4d039c0708471b4491903ec099d937f1502a50aed6f1f39f83266d8
18
SIZE (gallery/cs_CZ.cp1250-1.5.1.tar.gz) = 124849
13
MD5 (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 4aac4b150f6f42c03d3c3ef4885d7d64
19
MD5 (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 4aac4b150f6f42c03d3c3ef4885d7d64
14
SHA256 (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 317ddcb953743b99baacd413e4fd6fc9e346f38181bcb6d200f6d339d8d2464f
20
SHA256 (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 317ddcb953743b99baacd413e4fd6fc9e346f38181bcb6d200f6d339d8d2464f
15
SIZE (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 130755
21
SIZE (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 130755
16
MD5 (gallery/da_DK-1.5.1.tar.gz) = 0348f6bafae263e1f5dfa0055da89569
22
MD5 (gallery/da_DK-1.5.1.tar.gz) = 0348f6bafae263e1f5dfa0055da89569
17
SHA256 (gallery/da_DK-1.5.1.tar.gz) = f421de1ea932817c48b7e51fc6cf909c87f0c47ec6154452599a94ef1aef9f49
23
SHA256 (gallery/da_DK-1.5.1.tar.gz) = f421de1ea932817c48b7e51fc6cf909c87f0c47ec6154452599a94ef1aef9f49
18
SIZE (gallery/da_DK-1.5.1.tar.gz) = 135955
24
SIZE (gallery/da_DK-1.5.1.tar.gz) = 135955
19
MD5 (gallery/de_DE-1.5.1.tar.gz) = 7bfaafe64754ec15aa86576bb09306d4
25
MD5 (gallery/de_DE-1.5.6.tar.gz) = 9327c565c5fd47419323149e5bff1528
20
SHA256 (gallery/de_DE-1.5.1.tar.gz) = 1a36e747eee43b28b9a396eddc0f78fd70a5b21da8857d5c7b8f49ad433de17d
26
SHA256 (gallery/de_DE-1.5.6.tar.gz) = 4354603a5059ebed603bf68125c211c6fea574ae2b2115d5119734f6306af42b
21
SIZE (gallery/de_DE-1.5.1.tar.gz) = 175334
27
SIZE (gallery/de_DE-1.5.6.tar.gz) = 202333
22
MD5 (gallery/en_GB-1.5-RC2.tar.gz) = 7a10ab65955d2bb27d11472626be7c93
28
MD5 (gallery/en_GB-1.5-RC2.tar.gz) = 7a10ab65955d2bb27d11472626be7c93
23
SHA256 (gallery/en_GB-1.5-RC2.tar.gz) = f58ced82bae61ade1e722fd8e314a229631c414e749853294179a9ddfc6ec58c
29
SHA256 (gallery/en_GB-1.5-RC2.tar.gz) = f58ced82bae61ade1e722fd8e314a229631c414e749853294179a9ddfc6ec58c
24
SIZE (gallery/en_GB-1.5-RC2.tar.gz) = 46646
30
SIZE (gallery/en_GB-1.5-RC2.tar.gz) = 46646
25
MD5 (gallery/es_ES-1.5.1.tar.gz) = cc5ac56070652f82f5ef25e8f948859f
31
MD5 (gallery/es_ES-1.5.2.tar.gz) = 2d16bb317cc3aff2e297f15bc2a075ea
26
SHA256 (gallery/es_ES-1.5.1.tar.gz) = 05556083b0cba94e92aeb477399670129b2b570c867a4032aeae3109a86c4881
32
SHA256 (gallery/es_ES-1.5.2.tar.gz) = 3755b6803b20193c6475707350f5634d84c2181925b0438fef8c42b7f9559ec2
27
SIZE (gallery/es_ES-1.5.1.tar.gz) = 158098
33
SIZE (gallery/es_ES-1.5.2.tar.gz) = 174826
28
MD5 (gallery/fi_FI-1.5.1.tar.gz) = 939a2921c9667ffc272f77d244383698
34
MD5 (gallery/fi_FI-1.5.2.tar.gz) = 7723b9e914d0f19805ac95c3a5419c43
29
SHA256 (gallery/fi_FI-1.5.1.tar.gz) = e6ab44793049b82f43abf7083f29c5ddaedeab44747991dd80421674ebc003da
35
SHA256 (gallery/fi_FI-1.5.2.tar.gz) = b98ede0ff40855b4a179494edcef1583e15db2791572d40d640cfd78d1b6c7f1
30
SIZE (gallery/fi_FI-1.5.1.tar.gz) = 147624
36
SIZE (gallery/fi_FI-1.5.2.tar.gz) = 161886
31
MD5 (gallery/fr_FR-1.5.1.tar.gz) = 6bf298753c80a31a5e7acb072accdc71
37
MD5 (gallery/fr_FR-1.5.2.tar.gz) = e8cb04ce4688425a192db28ca1295583
32
SHA256 (gallery/fr_FR-1.5.1.tar.gz) = ac4a99d8c3bcbcd0df7a5e4ce341698c8b3eb09165bc71eb200f362abe36739a
38
SHA256 (gallery/fr_FR-1.5.2.tar.gz) = f75acd3c9a4b94f757ebbb05ce6c6bb5d576e08d916fa33073d72a7151ceac0b
33
SIZE (gallery/fr_FR-1.5.1.tar.gz) = 156312
39
SIZE (gallery/fr_FR-1.5.2.tar.gz) = 185426
34
MD5 (gallery/gl_ES-1.5.1.tar.gz) = c04c4a71cc0dd68c48e3c8a12e38b0e2
40
MD5 (gallery/gl_ES-1.5.1.tar.gz) = c04c4a71cc0dd68c48e3c8a12e38b0e2
35
SHA256 (gallery/gl_ES-1.5.1.tar.gz) = 770c619eab399e6ef3cc4e43ea7de6c1ad8aab31fe61c3750d19e589bcade06a
41
SHA256 (gallery/gl_ES-1.5.1.tar.gz) = 770c619eab399e6ef3cc4e43ea7de6c1ad8aab31fe61c3750d19e589bcade06a
36
SIZE (gallery/gl_ES-1.5.1.tar.gz) = 135208
42
SIZE (gallery/gl_ES-1.5.1.tar.gz) = 135208
Lines 40-75 Link Here
40
MD5 (gallery/is_IS-1.5.1.tar.gz) = 810c4cc8237981d9e19300cc9ed85c65
46
MD5 (gallery/is_IS-1.5.1.tar.gz) = 810c4cc8237981d9e19300cc9ed85c65
41
SHA256 (gallery/is_IS-1.5.1.tar.gz) = af2c8a15e7426f88aee3e40194d660054ca17f444def00a82e2dcdb3dd05b1a7
47
SHA256 (gallery/is_IS-1.5.1.tar.gz) = af2c8a15e7426f88aee3e40194d660054ca17f444def00a82e2dcdb3dd05b1a7
42
SIZE (gallery/is_IS-1.5.1.tar.gz) = 164147
48
SIZE (gallery/is_IS-1.5.1.tar.gz) = 164147
43
MD5 (gallery/it_IT-1.5.1.tar.gz) = 58f6ce42fb2773c9b3e7fcdeaf96f492
49
MD5 (gallery/it_IT-1.5.2.tar.gz) = 6e2b06dc718e5c34c0920dbac2de59f0
44
SHA256 (gallery/it_IT-1.5.1.tar.gz) = 04974fd4a6c9631d1f9529496f710797e83419a2cfad2c2f3586800633f9730e
50
SHA256 (gallery/it_IT-1.5.2.tar.gz) = 56361e9ec800c91888ee9493833246f699856e49f00ccf950f530860ff6c7b2b
45
SIZE (gallery/it_IT-1.5.1.tar.gz) = 174665
51
SIZE (gallery/it_IT-1.5.2.tar.gz) = 201308
46
MD5 (gallery/ja_JP-1.5.1.tar.gz) = 04737ad15a72afdc10167a236a96d3ac
52
MD5 (gallery/ja_JP-1.5.2.tar.gz) = fbc4c7ba2eacf208967fcf4d09967748
47
SHA256 (gallery/ja_JP-1.5.1.tar.gz) = 5361bdb565214512dd93347f3787e275aba40f793fb24ca734cad34ca2c54ba7
53
SHA256 (gallery/ja_JP-1.5.2.tar.gz) = 67e9f1dd06aac5da3dc31429c208906cc102240726b6643b37075dc8431a20a3
48
SIZE (gallery/ja_JP-1.5.1.tar.gz) = 155303
54
SIZE (gallery/ja_JP-1.5.2.tar.gz) = 165774
55
MD5 (gallery/ja_JP.utf8-1.5.1.tar.gz) = b7e5d9965cbd8107042cc3238c87a28a
56
SHA256 (gallery/ja_JP.utf8-1.5.1.tar.gz) = 5294202a55d98531f1a5eeec4e1c99cce926bac2a731cf157ef7762f13a395f4
57
SIZE (gallery/ja_JP.utf8-1.5.1.tar.gz) = 159290
49
MD5 (gallery/ko_KR-1.5.1.tar.gz) = 8d5b2e12846fda56051f9858c5a0453c
58
MD5 (gallery/ko_KR-1.5.1.tar.gz) = 8d5b2e12846fda56051f9858c5a0453c
50
SHA256 (gallery/ko_KR-1.5.1.tar.gz) = 76d719c632e4f1e543c6816f20066c35d2a7f2072fcae5df3204892dbe90655f
59
SHA256 (gallery/ko_KR-1.5.1.tar.gz) = 76d719c632e4f1e543c6816f20066c35d2a7f2072fcae5df3204892dbe90655f
51
SIZE (gallery/ko_KR-1.5.1.tar.gz) = 155572
60
SIZE (gallery/ko_KR-1.5.1.tar.gz) = 155572
52
MD5 (gallery/lt_LT-1.5.1.tar.gz) = 2f2c57b0086d736dd420c37ba718b6be
61
MD5 (gallery/lt_LT-1.5.1.tar.gz) = 2f2c57b0086d736dd420c37ba718b6be
53
SHA256 (gallery/lt_LT-1.5.1.tar.gz) = 491dead156bcb77d61fad0d1f2555b9aea3a5e8b021948a2553c2a5cdd53caa4
62
SHA256 (gallery/lt_LT-1.5.1.tar.gz) = 491dead156bcb77d61fad0d1f2555b9aea3a5e8b021948a2553c2a5cdd53caa4
54
SIZE (gallery/lt_LT-1.5.1.tar.gz) = 148186
63
SIZE (gallery/lt_LT-1.5.1.tar.gz) = 148186
55
MD5 (gallery/nl_NL-1.5.1.tar.gz) = 7ea5d32d2414994833cd17b5348af4a9
64
MD5 (gallery/nl_NL-1.5.2.tar.gz) = c2dfcc89998b946c202350ecb04db133
56
SHA256 (gallery/nl_NL-1.5.1.tar.gz) = 1307a4b479c52ce474e3e113d2b72796d1db508549cc15ef8018c5166ae6f776
65
SHA256 (gallery/nl_NL-1.5.2.tar.gz) = 43f9963a6f1274c1990e3a51e4ab3842eec667a44f6c15c771054fb7cc867cd1
57
SIZE (gallery/nl_NL-1.5.1.tar.gz) = 159137
66
SIZE (gallery/nl_NL-1.5.2.tar.gz) = 169432
58
MD5 (gallery/no_NO-1.5.1.tar.gz) = ad6406a078628bba2e75b3cae758bb78
67
MD5 (gallery/no_NO-1.5.2.tar.gz) = 4529e2f5a48184ba9feec1911b476046
59
SHA256 (gallery/no_NO-1.5.1.tar.gz) = 978f663f48e764e28eefdbe9ac89de2fcb101983c9d7c0e947d26226fbaf10ac
68
SHA256 (gallery/no_NO-1.5.2.tar.gz) = 852c5001c9b529fb2c170cd06a8288007d3381863b476c9fcb05c290ac6f3c3d
60
SIZE (gallery/no_NO-1.5.1.tar.gz) = 159475
69
SIZE (gallery/no_NO-1.5.2.tar.gz) = 170426
61
MD5 (gallery/pl_PL-1.5.1.tar.gz) = efe8e359041c2c07463132ad0f7a8bea
70
MD5 (gallery/pl_PL-1.5.2.tar.gz) = 1dd07a63d96299d8f5e4cc03342d318e
62
SHA256 (gallery/pl_PL-1.5.1.tar.gz) = 83542934b513fd015de447440ff24b4fc0bb234bfc2c74737df76c4b32ba8391
71
SHA256 (gallery/pl_PL-1.5.2.tar.gz) = 79d7ad8e5f9687cd8075fabca52c0555cdb4f8bef00ebce53a2fe0d7ec3eb197
63
SIZE (gallery/pl_PL-1.5.1.tar.gz) = 167968
72
SIZE (gallery/pl_PL-1.5.2.tar.gz) = 177541
64
MD5 (gallery/pt_BR-1.5.1.tar.gz) = a99af24a1ecbd3d91150577ba3ba50ad
73
MD5 (gallery/pt_BR-1.5.2.tar.gz) = 12b44986f57245ec16e3460402daf3d7
65
SHA256 (gallery/pt_BR-1.5.1.tar.gz) = 88da434078d974a180b7be26bd1cdf6e9cdf9256dd1af85f8651ddb22cf1d497
74
SHA256 (gallery/pt_BR-1.5.2.tar.gz) = 3f4ce0591fa73ea104c34aa1a2be1211a806119d60088f9212d9560b9cf3ddf3
66
SIZE (gallery/pt_BR-1.5.1.tar.gz) = 162450
75
SIZE (gallery/pt_BR-1.5.2.tar.gz) = 181859
67
MD5 (gallery/pt_PT-1.5.1.tar.gz) = 4d2ea0d79c8a0c6980344b49c743f5c0
76
MD5 (gallery/pt_PT-1.5.1.tar.gz) = 4d2ea0d79c8a0c6980344b49c743f5c0
68
SHA256 (gallery/pt_PT-1.5.1.tar.gz) = 0dae3980d42d773139d45dfcdf898004ef5b3140850356ef62830f878b1d269c
77
SHA256 (gallery/pt_PT-1.5.1.tar.gz) = 0dae3980d42d773139d45dfcdf898004ef5b3140850356ef62830f878b1d269c
69
SIZE (gallery/pt_PT-1.5.1.tar.gz) = 131256
78
SIZE (gallery/pt_PT-1.5.1.tar.gz) = 131256
70
MD5 (gallery/ru_RU.cp1251-1.5.1.tar.gz) = a4c29cc3f1f7bd91bf5ff92eaff489bf
79
MD5 (gallery/ru_RU.cp1251-1.5.2.tar.gz) = 2188901b8d2c15ed9dc7770ac9fb53f1
71
SHA256 (gallery/ru_RU.cp1251-1.5.1.tar.gz) = 18de61542a7b3c6753259b9197cb749a027026e665061523fdce92155ed282f3
80
SHA256 (gallery/ru_RU.cp1251-1.5.2.tar.gz) = 761859950672706ad8feba98dde652e2d436eea3931c7ddd64af94aa4d674cbd
72
SIZE (gallery/ru_RU.cp1251-1.5.1.tar.gz) = 145763
81
SIZE (gallery/ru_RU.cp1251-1.5.2.tar.gz) = 155565
73
MD5 (gallery/ru_RU.koi8r-1.5.1.tar.gz) = f4bbd33218f15f573120672220f0c652
82
MD5 (gallery/ru_RU.koi8r-1.5.1.tar.gz) = f4bbd33218f15f573120672220f0c652
74
SHA256 (gallery/ru_RU.koi8r-1.5.1.tar.gz) = 2a684568157b2ab712b4b5de182980244d350aa421cef89de07e04755602ba2b
83
SHA256 (gallery/ru_RU.koi8r-1.5.1.tar.gz) = 2a684568157b2ab712b4b5de182980244d350aa421cef89de07e04755602ba2b
75
SIZE (gallery/ru_RU.koi8r-1.5.1.tar.gz) = 145383
84
SIZE (gallery/ru_RU.koi8r-1.5.1.tar.gz) = 145383
Lines 79-99 Link Here
79
MD5 (gallery/sl_SI-1.5.1.tar.gz) = a03b0f47d013b4a7509a373229b8c22a
88
MD5 (gallery/sl_SI-1.5.1.tar.gz) = a03b0f47d013b4a7509a373229b8c22a
80
SHA256 (gallery/sl_SI-1.5.1.tar.gz) = 2d6c3e7f2f4503dce87c6e3423c1c93a87baeb01ffde2f3b953103b954af06d0
89
SHA256 (gallery/sl_SI-1.5.1.tar.gz) = 2d6c3e7f2f4503dce87c6e3423c1c93a87baeb01ffde2f3b953103b954af06d0
81
SIZE (gallery/sl_SI-1.5.1.tar.gz) = 92910
90
SIZE (gallery/sl_SI-1.5.1.tar.gz) = 92910
82
MD5 (gallery/sv_SE-1.5.1.tar.gz) = e1e0e828759b07a5000860a43d174fb0
91
MD5 (gallery/sv_SE-1.5.6.tar.gz) = 05af83eb7c295be0ec8de6631fbf74e8
83
SHA256 (gallery/sv_SE-1.5.1.tar.gz) = afb393121c47219735fd0dd82001cd76b369a5578b3d788ebfb24a92a512c518
92
SHA256 (gallery/sv_SE-1.5.6.tar.gz) = 137d3e4cb6eba061a29922b7926dba0c5fc4ae9e31b6216885958e0a2da43890
84
SIZE (gallery/sv_SE-1.5.1.tar.gz) = 172679
93
SIZE (gallery/sv_SE-1.5.6.tar.gz) = 185962
85
MD5 (gallery/tr_TR-1.5.1.tar.gz) = 2548bd03c7c6e8355c5aa5b807a9995c
94
MD5 (gallery/tr_TR-1.5.1-u1.tar.gz) = a4e852ee9129c9543b80d9b3c52c9c78
86
SHA256 (gallery/tr_TR-1.5.1.tar.gz) = 562d69526fe5a2d8abecac5dca4ac1dc00fcc7a3f11c1771f3b309c1e6b61122
95
SHA256 (gallery/tr_TR-1.5.1-u1.tar.gz) = 184d0cb7e6cd31ec358feb7721d6cdd0662d8e16fd2b143afa12da9915fd5cc9
87
SIZE (gallery/tr_TR-1.5.1.tar.gz) = 107366
96
SIZE (gallery/tr_TR-1.5.1-u1.tar.gz) = 117451
88
MD5 (gallery/vi_VN-1.5.1.tar.gz) = a09a4cf8f2816b16af19054fd16d4db7
97
MD5 (gallery/vi_VN-1.5.1.tar.gz) = a09a4cf8f2816b16af19054fd16d4db7
89
SHA256 (gallery/vi_VN-1.5.1.tar.gz) = a80c0a119384971e8070a32a643ab543efd98b3f4403e0742c0d720ce0cb8ebf
98
SHA256 (gallery/vi_VN-1.5.1.tar.gz) = a80c0a119384971e8070a32a643ab543efd98b3f4403e0742c0d720ce0cb8ebf
90
SIZE (gallery/vi_VN-1.5.1.tar.gz) = 160647
99
SIZE (gallery/vi_VN-1.5.1.tar.gz) = 160647
91
MD5 (gallery/zh_HK-1.5.1.tar.gz) = 35e84007e5fd39ff75a0d0722b0fef5f
100
MD5 (gallery/zh_HK-1.5.2.tar.gz) = 7de1be0415eefe2aeff0fb2da17d0b94
92
SHA256 (gallery/zh_HK-1.5.1.tar.gz) = 3ee3bd6fdafb69383664754c7985aa83841a5b41f6c1ab9105d498e8b4fd7034
101
SHA256 (gallery/zh_HK-1.5.2.tar.gz) = 42c0f798589fcd59c81742b7bb250ac1113b9e9b409f6dc3d14854bd52ea5719
93
SIZE (gallery/zh_HK-1.5.1.tar.gz) = 138144
102
SIZE (gallery/zh_HK-1.5.2.tar.gz) = 147106
94
MD5 (gallery/zh_HK.utf8-1.5.1.tar.gz) = 66161a8db375d4f8c9ca0c37fab4a900
103
MD5 (gallery/zh_HK.utf8-1.5.2.tar.gz) = d8f6457c7fe287d31fb28d338b137643
95
SHA256 (gallery/zh_HK.utf8-1.5.1.tar.gz) = d7116cf830cdeaeee47d5d00a7715e8dd6f28dcb92b56fd91a8c6ad7aef8fc33
104
SHA256 (gallery/zh_HK.utf8-1.5.2.tar.gz) = 277c7fac83364fc841a4a6d4ad11b77fc9712e108239992a424744e7d2966678
96
SIZE (gallery/zh_HK.utf8-1.5.1.tar.gz) = 144251
105
SIZE (gallery/zh_HK.utf8-1.5.2.tar.gz) = 153461
97
MD5 (gallery/zh_TW-1.5.1.tar.gz) = e93292569b4c4e464fdbd989289dfd85
106
MD5 (gallery/zh_TW-1.5.2.tar.gz) = 025aaabd6c52abd75586ecd39a213f29
98
SHA256 (gallery/zh_TW-1.5.1.tar.gz) = d71318429d5368ea006af99bf35d6162c42744cc8e797bfd3f8baa2d1de2aeff
107
SHA256 (gallery/zh_TW-1.5.2.tar.gz) = 09901848e18d78848585a87cbcdcf72db02cab7fbac77cf1fe778b734fa4d123
99
SIZE (gallery/zh_TW-1.5.1.tar.gz) = 152113
108
SIZE (gallery/zh_TW-1.5.2.tar.gz) = 169439
109
MD5 (gallery/zh_TW.utf8-1.5.2.tar.gz) = 592b8faac6e181a9df26d2a2353b297c
110
SHA256 (gallery/zh_TW.utf8-1.5.2.tar.gz) = f858a52b739becc870f8f59cb807097b8825d822ddc1d979952b7f9293912dab
111
SIZE (gallery/zh_TW.utf8-1.5.2.tar.gz) = 177410
(-)pkg-message (-16 lines)
Removed Link Here
1
*****************************************************************
2
3
 Please consider adding the following 3 lines to your httpd.conf
4
	
5
	<Directory %%PREFIX%%/%%GALLERYDIR%%>
6
		AllowOverride Options FileInfo
7
	</Directory>
8
9
 Then restart apache: 'apachectl graceful'
10
11
*****************************************************************
12
13
 Please visit 'http://{host.domain}/gallery/' in a
14
 web-browser and follow the configuration instructions.
15
16
*****************************************************************
(-)pkg-plist (-1212 / +1265 lines)
Lines 1-1212 Link Here
1
%%GALLERYDIR%%/ChangeLog.archive.gz
1
%%WWWDIR%%/ChangeLog.archive.gz
2
%%GALLERYDIR%%/Version.php
2
%%WWWDIR%%/Version.php
3
%%GALLERYDIR%%/add_comment.php
3
%%WWWDIR%%/add_comment.php
4
%%GALLERYDIR%%/add_photos.php
4
%%WWWDIR%%/add_photos.php
5
%%GALLERYDIR%%/add_photos_frame.php
5
%%WWWDIR%%/add_photos_frame.php
6
%%GALLERYDIR%%/add_photos_refresh.php
6
%%WWWDIR%%/add_photos_refresh.php
7
%%GALLERYDIR%%/admin-page.php
7
%%WWWDIR%%/admin-page.php
8
%%GALLERYDIR%%/administer_startpage.php
8
%%WWWDIR%%/administer_startpage.php
9
%%GALLERYDIR%%/album_permissions.php
9
%%WWWDIR%%/album_permissions.php
10
%%GALLERYDIR%%/albums.php
10
%%WWWDIR%%/albums.php
11
%%GALLERYDIR%%/block-random.php
11
%%WWWDIR%%/block-random.php
12
%%GALLERYDIR%%/captionator.php
12
%%WWWDIR%%/captionator.php
13
%%GALLERYDIR%%/classes/Album.php
13
%%WWWDIR%%/classes/Album.php
14
%%GALLERYDIR%%/classes/AlbumDB.php
14
%%WWWDIR%%/classes/AlbumDB.php
15
%%GALLERYDIR%%/classes/AlbumItem.php
15
%%WWWDIR%%/classes/AlbumItem.php
16
%%GALLERYDIR%%/classes/Comment.php
16
%%WWWDIR%%/classes/Comment.php
17
%%GALLERYDIR%%/classes/Database.php
17
%%WWWDIR%%/classes/Database.php
18
%%GALLERYDIR%%/classes/EverybodyUser.php
18
%%WWWDIR%%/classes/EverybodyUser.php
19
%%GALLERYDIR%%/classes/HTML/table.php
19
%%WWWDIR%%/classes/HTML/table.php
20
%%GALLERYDIR%%/classes/HTML_Safe/Safe.php
20
%%WWWDIR%%/classes/HTML_Safe/Safe.php
21
%%GALLERYDIR%%/classes/Image.php
21
%%WWWDIR%%/classes/Image.php
22
%%GALLERYDIR%%/classes/LoggedInUser.php
22
%%WWWDIR%%/classes/LoggedInUser.php
23
%%GALLERYDIR%%/classes/Mail/RFC822.php
23
%%WWWDIR%%/classes/Mail/RFC822.php
24
%%GALLERYDIR%%/classes/Mail/htmlMimeMail.php
24
%%WWWDIR%%/classes/Mail/htmlMimeMail.php
25
%%GALLERYDIR%%/classes/Mail/mimePart.php
25
%%WWWDIR%%/classes/Mail/mimePart.php
26
%%GALLERYDIR%%/classes/Mail/smtp.php
26
%%WWWDIR%%/classes/Mail/smtp.php
27
%%GALLERYDIR%%/classes/NobodyUser.php
27
%%WWWDIR%%/classes/NobodyUser.php
28
%%GALLERYDIR%%/classes/User.php
28
%%WWWDIR%%/classes/User.php
29
%%GALLERYDIR%%/classes/UserDB.php
29
%%WWWDIR%%/classes/UserDB.php
30
%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3.php
30
%%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3.php
31
%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/Decorators.php
31
%%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3/Decorators.php
32
%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/States.php
32
%%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3/States.php
33
%%GALLERYDIR%%/classes/database/mysql/Database.php
33
%%WWWDIR%%/classes/database/mysql/Database.php
34
%%GALLERYDIR%%/classes/gallery/User.php
34
%%WWWDIR%%/classes/gallery/User.php
35
%%GALLERYDIR%%/classes/gallery/UserDB.php
35
%%WWWDIR%%/classes/gallery/UserDB.php
36
%%GALLERYDIR%%/classes/geeklog/User.php
36
%%WWWDIR%%/classes/geeklog/User.php
37
%%GALLERYDIR%%/classes/geeklog/UserDB.php
37
%%WWWDIR%%/classes/geeklog/UserDB.php
38
%%GALLERYDIR%%/classes/mambo/User.php
38
%%WWWDIR%%/classes/mambo/User.php
39
%%GALLERYDIR%%/classes/mambo/UserDB.php
39
%%WWWDIR%%/classes/mambo/UserDB.php
40
%%GALLERYDIR%%/classes/nsnnuke/AdminUser.php
40
%%WWWDIR%%/classes/nsnnuke/AdminUser.php
41
%%GALLERYDIR%%/classes/nsnnuke/User.php
41
%%WWWDIR%%/classes/nsnnuke/User.php
42
%%GALLERYDIR%%/classes/nsnnuke/UserDB.php
42
%%WWWDIR%%/classes/nsnnuke/UserDB.php
43
%%GALLERYDIR%%/classes/nuke5/AdminUser.php
43
%%WWWDIR%%/classes/nuke5/AdminUser.php
44
%%GALLERYDIR%%/classes/nuke5/User.php
44
%%WWWDIR%%/classes/nuke5/User.php
45
%%GALLERYDIR%%/classes/nuke5/UserDB.php
45
%%WWWDIR%%/classes/nuke5/UserDB.php
46
%%GALLERYDIR%%/classes/php-gettext/COPYING
46
%%WWWDIR%%/classes/phpbb/User.php
47
%%GALLERYDIR%%/classes/php-gettext/Makefile
47
%%WWWDIR%%/classes/phpbb/UserDB.php
48
%%GALLERYDIR%%/classes/php-gettext/examples/index.php
48
%%WWWDIR%%/classes/postnuke/User.php
49
%%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH/LC_MESSAGES/messages.mo
49
%%WWWDIR%%/classes/postnuke/UserDB.php
50
%%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH/LC_MESSAGES/messages.po
50
%%WWWDIR%%/classes/postnuke0.7.1/User.php
51
%%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS/LC_MESSAGES/messages.mo
51
%%WWWDIR%%/classes/postnuke0.7.1/UserDB.php
52
%%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS/LC_MESSAGES/messages.po
52
%%WWWDIR%%/classes/remote/GalleryRemoteProperties.php
53
%%GALLERYDIR%%/classes/php-gettext/examples/pigs_dropin.php
53
%%WWWDIR%%/configure.sh
54
%%GALLERYDIR%%/classes/php-gettext/examples/pigs_fallback.php
54
%%WWWDIR%%/contrib/GeekLog/CREDITS
55
%%GALLERYDIR%%/classes/php-gettext/examples/update
55
%%WWWDIR%%/contrib/joomla/HowTo.txt
56
%%GALLERYDIR%%/classes/php-gettext/gettext.inc
56
%%WWWDIR%%/contrib/joomla/admin.gallery.html.php
57
%%GALLERYDIR%%/classes/php-gettext/gettext.php
57
%%WWWDIR%%/contrib/joomla/admin.gallery.php
58
%%GALLERYDIR%%/classes/php-gettext/streams.php
58
%%WWWDIR%%/contrib/joomla/classes/mambo.php
59
%%GALLERYDIR%%/classes/phpbb/User.php
59
%%WWWDIR%%/contrib/joomla/gallery.php
60
%%GALLERYDIR%%/classes/phpbb/UserDB.php
60
%%WWWDIR%%/contrib/joomla/gallery.xml
61
%%GALLERYDIR%%/classes/postnuke/User.php
61
%%WWWDIR%%/contrib/joomla/images/logo-228x67.png
62
%%GALLERYDIR%%/classes/postnuke/UserDB.php
62
%%WWWDIR%%/contrib/joomla/includes/frontend.php
63
%%GALLERYDIR%%/classes/postnuke0.7.1/User.php
63
%%WWWDIR%%/contrib/joomla/toolbar.gallery.php
64
%%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php
64
%%WWWDIR%%/contrib/mambo/HowTo.txt
65
%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php
65
%%WWWDIR%%/contrib/mambo/admin.gallery.html.php
66
%%GALLERYDIR%%/configure.sh
66
%%WWWDIR%%/contrib/mambo/admin.gallery.php
67
%%GALLERYDIR%%/contrib/GeekLog/CREDITS
67
%%WWWDIR%%/contrib/mambo/classes/mambo.php
68
%%GALLERYDIR%%/contrib/joomla/HowTo.txt
68
%%WWWDIR%%/contrib/mambo/gallery.php
69
%%GALLERYDIR%%/contrib/joomla/admin.gallery.html.php
69
%%WWWDIR%%/contrib/mambo/gallery.xml
70
%%GALLERYDIR%%/contrib/joomla/admin.gallery.php
70
%%WWWDIR%%/contrib/mambo/images/logo-228x67.png
71
%%GALLERYDIR%%/contrib/joomla/classes/mambo.php
71
%%WWWDIR%%/contrib/mambo/includes/frontend.php
72
%%GALLERYDIR%%/contrib/joomla/gallery.php
72
%%WWWDIR%%/contrib/mambo/toolbar.gallery.php
73
%%GALLERYDIR%%/contrib/joomla/gallery.xml
73
%%WWWDIR%%/contrib/phpBB2/CREDITS
74
%%GALLERYDIR%%/contrib/joomla/images/logo-228x67.png
74
%%WWWDIR%%/contrib/phpBB2/HowTo.txt
75
%%GALLERYDIR%%/contrib/joomla/includes/frontend.php
75
%%WWWDIR%%/contrib/phpBB2/modules.php
76
%%GALLERYDIR%%/contrib/joomla/toolbar.gallery.php
76
%%WWWDIR%%/contrib/phpBB2/phpBB2-manual_changes.txt
77
%%GALLERYDIR%%/contrib/mambo/HowTo.txt
77
%%WWWDIR%%/contrib/phpnuke/block-Random_Image.php.sample
78
%%GALLERYDIR%%/contrib/mambo/admin.gallery.html.php
78
%%WWWDIR%%/contrib/phpnuke/modules.php.MOD
79
%%GALLERYDIR%%/contrib/mambo/admin.gallery.php
79
%%WWWDIR%%/contrib/phpnuke/modules.php.patch
80
%%GALLERYDIR%%/contrib/mambo/classes/mambo.php
80
%%WWWDIR%%/contrib/postnuke/readme.72x
81
%%GALLERYDIR%%/contrib/mambo/gallery.php
81
%%WWWDIR%%/contrib/postnuke/readme.750
82
%%GALLERYDIR%%/contrib/mambo/gallery.xml
82
%%WWWDIR%%/copy_photo.php
83
%%GALLERYDIR%%/contrib/mambo/images/logo-228x67.png
83
%%WWWDIR%%/create_user.php
84
%%GALLERYDIR%%/contrib/mambo/includes/frontend.php
84
%%WWWDIR%%/css/base.css.default
85
%%GALLERYDIR%%/contrib/mambo/toolbar.gallery.php
85
%%WWWDIR%%/css/config.css.default
86
%%GALLERYDIR%%/contrib/phpBB2/CREDITS
86
%%WWWDIR%%/css/embedded_style.css.default
87
%%GALLERYDIR%%/contrib/phpBB2/HowTo.txt
87
%%WWWDIR%%/css/screen.css.default
88
%%GALLERYDIR%%/contrib/phpBB2/modules.php
88
%%WWWDIR%%/delete_album.php
89
%%GALLERYDIR%%/contrib/phpBB2/phpBB2-manual_changes.txt
89
%%WWWDIR%%/delete_photo.php
90
%%GALLERYDIR%%/contrib/phpnuke/block-Random_Image.php.sample
90
%%WWWDIR%%/delete_user.php
91
%%GALLERYDIR%%/contrib/phpnuke/modules.php.MOD
91
%%WWWDIR%%/do_command.php
92
%%GALLERYDIR%%/contrib/phpnuke/modules.php.patch
92
%%WWWDIR%%/docs/context-help/login.php
93
%%GALLERYDIR%%/contrib/postnuke/readme.72x
93
%%WWWDIR%%/docs/context-help/register.php
94
%%GALLERYDIR%%/contrib/postnuke/readme.750
94
%%WWWDIR%%/docs/context-help/search.php
95
%%GALLERYDIR%%/copy_photo.php
95
%%WWWDIR%%/docs/context-help/slideshow.php
96
%%GALLERYDIR%%/create_user.php
96
%%WWWDIR%%/docs/context-help/test.php
97
%%GALLERYDIR%%/css/base.css.default
97
%%WWWDIR%%/docs/g1package/gallery1-admin.backup.html
98
%%GALLERYDIR%%/css/config.css.default
98
%%WWWDIR%%/docs/g1package/gallery1-admin.basics.html
99
%%GALLERYDIR%%/css/embedded_style.css.default
99
%%WWWDIR%%/docs/g1package/gallery1-admin.embedding.html
100
%%GALLERYDIR%%/css/screen.css.default
100
%%WWWDIR%%/docs/g1package/gallery1-admin.html
101
%%GALLERYDIR%%/delete_album.php
101
%%WWWDIR%%/docs/g1package/gallery1-admin.mirroring.html
102
%%GALLERYDIR%%/delete_photo.php
102
%%WWWDIR%%/docs/g1package/gallery1-admin.offline.html
103
%%GALLERYDIR%%/delete_user.php
103
%%WWWDIR%%/docs/g1package/gallery1-admin.patching.html
104
%%GALLERYDIR%%/do_command.php
104
%%WWWDIR%%/docs/g1package/gallery1-admin.performance.html
105
%%GALLERYDIR%%/docs/context-help/login.php
105
%%WWWDIR%%/docs/g1package/gallery1-admin.securing.html
106
%%GALLERYDIR%%/docs/context-help/register.php
106
%%WWWDIR%%/docs/g1package/gallery1-admin.users.html
107
%%GALLERYDIR%%/docs/context-help/search.php
107
%%WWWDIR%%/docs/g1package/gallery1-install.config-wizard.html
108
%%GALLERYDIR%%/docs/context-help/slideshow.php
108
%%WWWDIR%%/docs/g1package/gallery1-install.credits.html
109
%%GALLERYDIR%%/docs/context-help/test.php
109
%%WWWDIR%%/docs/g1package/gallery1-install.faq.a.html
110
%%GALLERYDIR%%/docs/g1package/gallery1-admin.backup.html
110
%%WWWDIR%%/docs/g1package/gallery1-install.faq.b.html
111
%%GALLERYDIR%%/docs/g1package/gallery1-admin.basics.html
111
%%WWWDIR%%/docs/g1package/gallery1-install.faq.c.html
112
%%GALLERYDIR%%/docs/g1package/gallery1-admin.embedding.html
112
%%WWWDIR%%/docs/g1package/gallery1-install.faq.d.html
113
%%GALLERYDIR%%/docs/g1package/gallery1-admin.html
113
%%WWWDIR%%/docs/g1package/gallery1-install.faq.html
114
%%GALLERYDIR%%/docs/g1package/gallery1-admin.mirroring.html
114
%%WWWDIR%%/docs/g1package/gallery1-install.features.html
115
%%GALLERYDIR%%/docs/g1package/gallery1-admin.offline.html
115
%%WWWDIR%%/docs/g1package/gallery1-install.help.html
116
%%GALLERYDIR%%/docs/g1package/gallery1-admin.patching.html
116
%%WWWDIR%%/docs/g1package/gallery1-install.html
117
%%GALLERYDIR%%/docs/g1package/gallery1-admin.performance.html
117
%%WWWDIR%%/docs/g1package/gallery1-install.language-packs.html
118
%%GALLERYDIR%%/docs/g1package/gallery1-admin.securing.html
118
%%WWWDIR%%/docs/g1package/gallery1-install.overview.html
119
%%GALLERYDIR%%/docs/g1package/gallery1-admin.users.html
119
%%WWWDIR%%/docs/g1package/gallery1-install.remote-applets.html
120
%%GALLERYDIR%%/docs/g1package/gallery1-install.config-wizard.html
120
%%WWWDIR%%/docs/g1package/gallery1-install.required-programs.html
121
%%GALLERYDIR%%/docs/g1package/gallery1-install.credits.html
121
%%WWWDIR%%/docs/g1package/gallery1-install.requirements.html
122
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.a.html
122
%%WWWDIR%%/docs/g1package/gallery1-install.unix-ftp.html
123
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.b.html
123
%%WWWDIR%%/docs/g1package/gallery1-install.unix-shell.html
124
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.c.html
124
%%WWWDIR%%/docs/g1package/gallery1-install.upgrade.html
125
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.d.html
125
%%WWWDIR%%/docs/g1package/gallery1-install.windows-iis.html
126
%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.html
126
%%WWWDIR%%/docs/g1package/gallery1-install.windows.html
127
%%GALLERYDIR%%/docs/g1package/gallery1-install.features.html
127
%%WWWDIR%%/docs/g1package/gallery1-user.html
128
%%GALLERYDIR%%/docs/g1package/gallery1-install.help.html
128
%%WWWDIR%%/docs/g1package/gallery1-user.import.html
129
%%GALLERYDIR%%/docs/g1package/gallery1-install.html
129
%%WWWDIR%%/docs/g1package/gallery1-user.watermark.html
130
%%GALLERYDIR%%/docs/g1package/gallery1-install.language-packs.html
130
%%WWWDIR%%/docs/g1package/html.css
131
%%GALLERYDIR%%/docs/g1package/gallery1-install.overview.html
131
%%WWWDIR%%/docs/g1package/images/basic-auth.gif
132
%%GALLERYDIR%%/docs/g1package/gallery1-install.remote-applets.html
132
%%WWWDIR%%/docs/g1package/images/up-up.gif
133
%%GALLERYDIR%%/docs/g1package/gallery1-install.required-programs.html
133
%%WWWDIR%%/docs/g1package/images/up.gif
134
%%GALLERYDIR%%/docs/g1package/gallery1-install.requirements.html
134
%%WWWDIR%%/docs/g1package/index.html
135
%%GALLERYDIR%%/docs/g1package/gallery1-install.unix-ftp.html
135
%%WWWDIR%%/docs/g1package/pretty-html.css
136
%%GALLERYDIR%%/docs/g1package/gallery1-install.unix-shell.html
136
%%WWWDIR%%/docs/gallery1-admin.backup.html
137
%%GALLERYDIR%%/docs/g1package/gallery1-install.upgrade.html
137
%%WWWDIR%%/docs/gallery1-admin.basics.html
138
%%GALLERYDIR%%/docs/g1package/gallery1-install.windows-iis.html
138
%%WWWDIR%%/docs/gallery1-admin.embedding.html
139
%%GALLERYDIR%%/docs/g1package/gallery1-install.windows.html
139
%%WWWDIR%%/docs/gallery1-admin.html
140
%%GALLERYDIR%%/docs/g1package/gallery1-user.html
140
%%WWWDIR%%/docs/gallery1-admin.mirroring.html
141
%%GALLERYDIR%%/docs/g1package/gallery1-user.import.html
141
%%WWWDIR%%/docs/gallery1-admin.offline.html
142
%%GALLERYDIR%%/docs/g1package/gallery1-user.watermark.html
142
%%WWWDIR%%/docs/gallery1-admin.patching.html
143
%%GALLERYDIR%%/docs/g1package/html.css
143
%%WWWDIR%%/docs/gallery1-admin.securing.html
144
%%GALLERYDIR%%/docs/g1package/images/basic-auth.gif
144
%%WWWDIR%%/docs/gallery1-admin.users.html
145
%%GALLERYDIR%%/docs/g1package/images/up-up.gif
145
%%WWWDIR%%/docs/gallery1-devguide.functions.html
146
%%GALLERYDIR%%/docs/g1package/images/up.gif
146
%%WWWDIR%%/docs/gallery1-devguide.html
147
%%GALLERYDIR%%/docs/g1package/index.html
147
%%WWWDIR%%/docs/gallery1-install.config-wizard.html
148
%%GALLERYDIR%%/docs/g1package/pretty-html.css
148
%%WWWDIR%%/docs/gallery1-install.credits.html
149
%%GALLERYDIR%%/docs/gallery1-admin.backup.html
149
%%WWWDIR%%/docs/gallery1-install.faq.a.html
150
%%GALLERYDIR%%/docs/gallery1-admin.basics.html
150
%%WWWDIR%%/docs/gallery1-install.faq.b.html
151
%%GALLERYDIR%%/docs/gallery1-admin.embedding.html
151
%%WWWDIR%%/docs/gallery1-install.faq.c.html
152
%%GALLERYDIR%%/docs/gallery1-admin.html
152
%%WWWDIR%%/docs/gallery1-install.faq.d.html
153
%%GALLERYDIR%%/docs/gallery1-admin.mirroring.html
153
%%WWWDIR%%/docs/gallery1-install.faq.html
154
%%GALLERYDIR%%/docs/gallery1-admin.offline.html
154
%%WWWDIR%%/docs/gallery1-install.features.html
155
%%GALLERYDIR%%/docs/gallery1-admin.patching.html
155
%%WWWDIR%%/docs/gallery1-install.help.html
156
%%GALLERYDIR%%/docs/gallery1-admin.securing.html
156
%%WWWDIR%%/docs/gallery1-install.html
157
%%GALLERYDIR%%/docs/gallery1-admin.users.html
157
%%WWWDIR%%/docs/gallery1-install.language-packs.html
158
%%GALLERYDIR%%/docs/gallery1-devguide.functions.html
158
%%WWWDIR%%/docs/gallery1-install.overview.html
159
%%GALLERYDIR%%/docs/gallery1-devguide.html
159
%%WWWDIR%%/docs/gallery1-install.remote-applets.html
160
%%GALLERYDIR%%/docs/gallery1-install.config-wizard.html
160
%%WWWDIR%%/docs/gallery1-install.required-programs.html
161
%%GALLERYDIR%%/docs/gallery1-install.credits.html
161
%%WWWDIR%%/docs/gallery1-install.requirements.html
162
%%GALLERYDIR%%/docs/gallery1-install.faq.a.html
162
%%WWWDIR%%/docs/gallery1-install.unix-ftp.html
163
%%GALLERYDIR%%/docs/gallery1-install.faq.b.html
163
%%WWWDIR%%/docs/gallery1-install.unix-shell.html
164
%%GALLERYDIR%%/docs/gallery1-install.faq.c.html
164
%%WWWDIR%%/docs/gallery1-install.upgrade.html
165
%%GALLERYDIR%%/docs/gallery1-install.faq.d.html
165
%%WWWDIR%%/docs/gallery1-install.windows-iis.html
166
%%GALLERYDIR%%/docs/gallery1-install.faq.html
166
%%WWWDIR%%/docs/gallery1-install.windows.html
167
%%GALLERYDIR%%/docs/gallery1-install.features.html
167
%%WWWDIR%%/docs/gallery1-user.html
168
%%GALLERYDIR%%/docs/gallery1-install.help.html
168
%%WWWDIR%%/docs/gallery1-user.import.html
169
%%GALLERYDIR%%/docs/gallery1-install.html
169
%%WWWDIR%%/docs/gallery1-user.watermark.html
170
%%GALLERYDIR%%/docs/gallery1-install.language-packs.html
170
%%WWWDIR%%/docs/html.css
171
%%GALLERYDIR%%/docs/gallery1-install.overview.html
171
%%WWWDIR%%/docs/images/basic-auth.gif
172
%%GALLERYDIR%%/docs/gallery1-install.remote-applets.html
172
%%WWWDIR%%/docs/images/diagnostics.gif
173
%%GALLERYDIR%%/docs/gallery1-install.required-programs.html
173
%%WWWDIR%%/docs/images/step2setup.gif
174
%%GALLERYDIR%%/docs/gallery1-install.requirements.html
174
%%WWWDIR%%/docs/images/up-up.gif
175
%%GALLERYDIR%%/docs/gallery1-install.unix-ftp.html
175
%%WWWDIR%%/docs/images/up.gif
176
%%GALLERYDIR%%/docs/gallery1-install.unix-shell.html
176
%%WWWDIR%%/docs/index.html
177
%%GALLERYDIR%%/docs/gallery1-install.upgrade.html
177
%%WWWDIR%%/docs/preface.html
178
%%GALLERYDIR%%/docs/gallery1-install.windows-iis.html
178
%%WWWDIR%%/docs/pretty-html.css
179
%%GALLERYDIR%%/docs/gallery1-install.windows.html
179
%%WWWDIR%%/download.php
180
%%GALLERYDIR%%/docs/gallery1-user.html
180
%%WWWDIR%%/ecard_form.php
181
%%GALLERYDIR%%/docs/gallery1-user.import.html
181
%%WWWDIR%%/ecard_preview.php
182
%%GALLERYDIR%%/docs/gallery1-user.watermark.html
182
%%WWWDIR%%/edit_appearance.php
183
%%GALLERYDIR%%/docs/html.css
183
%%WWWDIR%%/edit_caption.php
184
%%GALLERYDIR%%/docs/images/basic-auth.gif
184
%%WWWDIR%%/edit_field.php
185
%%GALLERYDIR%%/docs/images/diagnostics.gif
185
%%WWWDIR%%/edit_thumb.php
186
%%GALLERYDIR%%/docs/images/step2setup.gif
186
%%WWWDIR%%/edit_watermark.php
187
%%GALLERYDIR%%/docs/images/up-up.gif
187
%%WWWDIR%%/extra_fields.php
188
%%GALLERYDIR%%/docs/images/up.gif
188
%%WWWDIR%%/gallery_remote.php
189
%%GALLERYDIR%%/docs/index.html
189
%%WWWDIR%%/gallery_remote2.php
190
%%GALLERYDIR%%/docs/preface.html
190
%%WWWDIR%%/help/imagemap.php
191
%%GALLERYDIR%%/docs/pretty-html.css
191
%%WWWDIR%%/help/metadataOnUpload.php
192
%%GALLERYDIR%%/download.php
192
%%WWWDIR%%/html/userData.inc
193
%%GALLERYDIR%%/ecard_form.php
193
%%WWWDIR%%/html_wrap/album.footer.default
194
%%GALLERYDIR%%/ecard_preview.php
194
%%WWWDIR%%/html_wrap/album.header.default
195
%%GALLERYDIR%%/edit_appearance.php
195
%%WWWDIR%%/html_wrap/frames/README.php
196
%%GALLERYDIR%%/edit_caption.php
196
%%WWWDIR%%/html_wrap/frames/golden/BB.gif
197
%%GALLERYDIR%%/edit_field.php
197
%%WWWDIR%%/html_wrap/frames/golden/BL.gif
198
%%GALLERYDIR%%/edit_thumb.php
198
%%WWWDIR%%/html_wrap/frames/golden/BR.gif
199
%%GALLERYDIR%%/edit_watermark.php
199
%%WWWDIR%%/html_wrap/frames/golden/LL.gif
200
%%GALLERYDIR%%/extra_fields.php
200
%%WWWDIR%%/html_wrap/frames/golden/RR.gif
201
%%GALLERYDIR%%/gallery_remote.php
201
%%WWWDIR%%/html_wrap/frames/golden/TL.gif
202
%%GALLERYDIR%%/gallery_remote2.php
202
%%WWWDIR%%/html_wrap/frames/golden/TR.gif
203
%%GALLERYDIR%%/help/imagemap.php
203
%%WWWDIR%%/html_wrap/frames/golden/TT.gif
204
%%GALLERYDIR%%/help/metadataOnUpload.php
204
%%WWWDIR%%/html_wrap/frames/golden/frame.def
205
%%GALLERYDIR%%/html/userData.inc
205
%%WWWDIR%%/html_wrap/frames/notebook/BB.gif
206
%%GALLERYDIR%%/html_wrap/album.footer.default
206
%%WWWDIR%%/html_wrap/frames/notebook/BL.gif
207
%%GALLERYDIR%%/html_wrap/album.header.default
207
%%WWWDIR%%/html_wrap/frames/notebook/BR.gif
208
%%GALLERYDIR%%/html_wrap/frames/README.php
208
%%WWWDIR%%/html_wrap/frames/notebook/LL.gif
209
%%GALLERYDIR%%/html_wrap/frames/golden/BB.gif
209
%%WWWDIR%%/html_wrap/frames/notebook/RR.gif
210
%%GALLERYDIR%%/html_wrap/frames/golden/BL.gif
210
%%WWWDIR%%/html_wrap/frames/notebook/TL.gif
211
%%GALLERYDIR%%/html_wrap/frames/golden/BR.gif
211
%%WWWDIR%%/html_wrap/frames/notebook/TR.gif
212
%%GALLERYDIR%%/html_wrap/frames/golden/LL.gif
212
%%WWWDIR%%/html_wrap/frames/notebook/TT.gif
213
%%GALLERYDIR%%/html_wrap/frames/golden/RR.gif
213
%%WWWDIR%%/html_wrap/frames/notebook/frame.def
214
%%GALLERYDIR%%/html_wrap/frames/golden/TL.gif
214
%%WWWDIR%%/html_wrap/frames/polaroid/BB.gif
215
%%GALLERYDIR%%/html_wrap/frames/golden/TR.gif
215
%%WWWDIR%%/html_wrap/frames/polaroid/BL.gif
216
%%GALLERYDIR%%/html_wrap/frames/golden/TT.gif
216
%%WWWDIR%%/html_wrap/frames/polaroid/BR.gif
217
%%GALLERYDIR%%/html_wrap/frames/golden/frame.def
217
%%WWWDIR%%/html_wrap/frames/polaroid/LL.gif
218
%%GALLERYDIR%%/html_wrap/frames/notebook/BB.gif
218
%%WWWDIR%%/html_wrap/frames/polaroid/RR.gif
219
%%GALLERYDIR%%/html_wrap/frames/notebook/BL.gif
219
%%WWWDIR%%/html_wrap/frames/polaroid/TL.gif
220
%%GALLERYDIR%%/html_wrap/frames/notebook/BR.gif
220
%%WWWDIR%%/html_wrap/frames/polaroid/TR.gif
221
%%GALLERYDIR%%/html_wrap/frames/notebook/LL.gif
221
%%WWWDIR%%/html_wrap/frames/polaroid/TT.gif
222
%%GALLERYDIR%%/html_wrap/frames/notebook/RR.gif
222
%%WWWDIR%%/html_wrap/frames/polaroid/frame.def
223
%%GALLERYDIR%%/html_wrap/frames/notebook/TL.gif
223
%%WWWDIR%%/html_wrap/frames/polaroid/pixel_trans.gif
224
%%GALLERYDIR%%/html_wrap/frames/notebook/TR.gif
224
%%WWWDIR%%/html_wrap/frames/polaroids/BB.gif
225
%%GALLERYDIR%%/html_wrap/frames/notebook/TT.gif
225
%%WWWDIR%%/html_wrap/frames/polaroids/BL.gif
226
%%GALLERYDIR%%/html_wrap/frames/notebook/frame.def
226
%%WWWDIR%%/html_wrap/frames/polaroids/BR.gif
227
%%GALLERYDIR%%/html_wrap/frames/polaroid/BB.gif
227
%%WWWDIR%%/html_wrap/frames/polaroids/LL.gif
228
%%GALLERYDIR%%/html_wrap/frames/polaroid/BL.gif
228
%%WWWDIR%%/html_wrap/frames/polaroids/RR.gif
229
%%GALLERYDIR%%/html_wrap/frames/polaroid/BR.gif
229
%%WWWDIR%%/html_wrap/frames/polaroids/TL.gif
230
%%GALLERYDIR%%/html_wrap/frames/polaroid/LL.gif
230
%%WWWDIR%%/html_wrap/frames/polaroids/TR.gif
231
%%GALLERYDIR%%/html_wrap/frames/polaroid/RR.gif
231
%%WWWDIR%%/html_wrap/frames/polaroids/TT.gif
232
%%GALLERYDIR%%/html_wrap/frames/polaroid/TL.gif
232
%%WWWDIR%%/html_wrap/frames/polaroids/frame.def
233
%%GALLERYDIR%%/html_wrap/frames/polaroid/TR.gif
233
%%WWWDIR%%/html_wrap/frames/polaroids/pixel_trans.gif
234
%%GALLERYDIR%%/html_wrap/frames/polaroid/TT.gif
234
%%WWWDIR%%/html_wrap/frames/postage_stamp/BB5.gif
235
%%GALLERYDIR%%/html_wrap/frames/polaroid/frame.def
235
%%WWWDIR%%/html_wrap/frames/postage_stamp/BL5.gif
236
%%GALLERYDIR%%/html_wrap/frames/polaroid/pixel_trans.gif
236
%%WWWDIR%%/html_wrap/frames/postage_stamp/BR5.gif
237
%%GALLERYDIR%%/html_wrap/frames/polaroids/BB.gif
237
%%WWWDIR%%/html_wrap/frames/postage_stamp/LL5.gif
238
%%GALLERYDIR%%/html_wrap/frames/polaroids/BL.gif
238
%%WWWDIR%%/html_wrap/frames/postage_stamp/RR5.gif
239
%%GALLERYDIR%%/html_wrap/frames/polaroids/BR.gif
239
%%WWWDIR%%/html_wrap/frames/postage_stamp/ReadMe.txt
240
%%GALLERYDIR%%/html_wrap/frames/polaroids/LL.gif
240
%%WWWDIR%%/html_wrap/frames/postage_stamp/TL5.gif
241
%%GALLERYDIR%%/html_wrap/frames/polaroids/RR.gif
241
%%WWWDIR%%/html_wrap/frames/postage_stamp/TR5.gif
242
%%GALLERYDIR%%/html_wrap/frames/polaroids/TL.gif
242
%%WWWDIR%%/html_wrap/frames/postage_stamp/TT5.gif
243
%%GALLERYDIR%%/html_wrap/frames/polaroids/TR.gif
243
%%WWWDIR%%/html_wrap/frames/postage_stamp/frame.def
244
%%GALLERYDIR%%/html_wrap/frames/polaroids/TT.gif
244
%%WWWDIR%%/html_wrap/frames/postage_stamp/pixel_trans.gif
245
%%GALLERYDIR%%/html_wrap/frames/polaroids/frame.def
245
%%WWWDIR%%/html_wrap/frames/shadows/BB.png
246
%%GALLERYDIR%%/html_wrap/frames/polaroids/pixel_trans.gif
246
%%WWWDIR%%/html_wrap/frames/shadows/BBL.png
247
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/BB5.gif
247
%%WWWDIR%%/html_wrap/frames/shadows/BR.png
248
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/BL5.gif
248
%%WWWDIR%%/html_wrap/frames/shadows/RR.png
249
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/BR5.gif
249
%%WWWDIR%%/html_wrap/frames/shadows/RRT.png
250
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/LL5.gif
250
%%WWWDIR%%/html_wrap/frames/shadows/frame.def
251
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/RR5.gif
251
%%WWWDIR%%/html_wrap/frames/shadows/pixel_trans.png
252
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/ReadMe.txt
252
%%WWWDIR%%/html_wrap/frames/simple_book/BB.gif
253
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/TL5.gif
253
%%WWWDIR%%/html_wrap/frames/simple_book/BL.gif
254
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/TR5.gif
254
%%WWWDIR%%/html_wrap/frames/simple_book/BR.gif
255
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/TT5.gif
255
%%WWWDIR%%/html_wrap/frames/simple_book/RR.gif
256
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/frame.def
256
%%WWWDIR%%/html_wrap/frames/simple_book/TR.gif
257
%%GALLERYDIR%%/html_wrap/frames/postage_stamp/pixel_trans.gif
257
%%WWWDIR%%/html_wrap/frames/simple_book/dot.gif
258
%%GALLERYDIR%%/html_wrap/frames/shadows/BB.png
258
%%WWWDIR%%/html_wrap/frames/simple_book/frame.def
259
%%GALLERYDIR%%/html_wrap/frames/shadows/BBL.png
259
%%WWWDIR%%/html_wrap/frames/simple_book/pixel_trans.gif
260
%%GALLERYDIR%%/html_wrap/frames/shadows/BR.png
260
%%WWWDIR%%/html_wrap/frames/wooden/BB.gif
261
%%GALLERYDIR%%/html_wrap/frames/shadows/RR.png
261
%%WWWDIR%%/html_wrap/frames/wooden/BL.gif
262
%%GALLERYDIR%%/html_wrap/frames/shadows/RRT.png
262
%%WWWDIR%%/html_wrap/frames/wooden/BR.gif
263
%%GALLERYDIR%%/html_wrap/frames/shadows/frame.def
263
%%WWWDIR%%/html_wrap/frames/wooden/LL.gif
264
%%GALLERYDIR%%/html_wrap/frames/shadows/pixel_trans.png
264
%%WWWDIR%%/html_wrap/frames/wooden/RR.gif
265
%%GALLERYDIR%%/html_wrap/frames/simple_book/BB.gif
265
%%WWWDIR%%/html_wrap/frames/wooden/TL.gif
266
%%GALLERYDIR%%/html_wrap/frames/simple_book/BL.gif
266
%%WWWDIR%%/html_wrap/frames/wooden/TR.gif
267
%%GALLERYDIR%%/html_wrap/frames/simple_book/BR.gif
267
%%WWWDIR%%/html_wrap/frames/wooden/TT.gif
268
%%GALLERYDIR%%/html_wrap/frames/simple_book/RR.gif
268
%%WWWDIR%%/html_wrap/frames/wooden/frame.def
269
%%GALLERYDIR%%/html_wrap/frames/simple_book/TR.gif
269
%%WWWDIR%%/html_wrap/gallery.footer.default
270
%%GALLERYDIR%%/html_wrap/frames/simple_book/dot.gif
270
%%WWWDIR%%/html_wrap/gallery.header.default
271
%%GALLERYDIR%%/html_wrap/frames/simple_book/frame.def
271
%%WWWDIR%%/html_wrap/general.footer.default
272
%%GALLERYDIR%%/html_wrap/frames/simple_book/pixel_trans.gif
272
%%WWWDIR%%/html_wrap/inline_albumthumb.footer.default
273
%%GALLERYDIR%%/html_wrap/frames/wooden/BB.gif
273
%%WWWDIR%%/html_wrap/inline_albumthumb.frame.default
274
%%GALLERYDIR%%/html_wrap/frames/wooden/BL.gif
274
%%WWWDIR%%/html_wrap/inline_albumthumb.header.default
275
%%GALLERYDIR%%/html_wrap/frames/wooden/BR.gif
275
%%WWWDIR%%/html_wrap/inline_gallerythumb.frame.default
276
%%GALLERYDIR%%/html_wrap/frames/wooden/LL.gif
276
%%WWWDIR%%/html_wrap/inline_imagewrap.inc
277
%%GALLERYDIR%%/html_wrap/frames/wooden/RR.gif
277
%%WWWDIR%%/html_wrap/inline_moviethumb.frame.default
278
%%GALLERYDIR%%/html_wrap/frames/wooden/TL.gif
278
%%WWWDIR%%/html_wrap/inline_photo.footer.default
279
%%GALLERYDIR%%/html_wrap/frames/wooden/TR.gif
279
%%WWWDIR%%/html_wrap/inline_photo.frame.default
280
%%GALLERYDIR%%/html_wrap/frames/wooden/TT.gif
280
%%WWWDIR%%/html_wrap/inline_photo.header.default
281
%%GALLERYDIR%%/html_wrap/frames/wooden/frame.def
281
%%WWWDIR%%/html_wrap/inline_photothumb.frame.default
282
%%GALLERYDIR%%/html_wrap/gallery.footer.default
282
%%WWWDIR%%/html_wrap/photo.footer.default
283
%%GALLERYDIR%%/html_wrap/gallery.header.default
283
%%WWWDIR%%/html_wrap/photo.header.default
284
%%GALLERYDIR%%/html_wrap/general.footer.default
284
%%WWWDIR%%/html_wrap/slideshow.footer.default
285
%%GALLERYDIR%%/html_wrap/inline_albumthumb.footer.default
285
%%WWWDIR%%/html_wrap/slideshow.header.default
286
%%GALLERYDIR%%/html_wrap/inline_albumthumb.frame.default
286
%%WWWDIR%%/html_wrap/stats.footer.default
287
%%GALLERYDIR%%/html_wrap/inline_albumthumb.header.default
287
%%WWWDIR%%/html_wrap/stats.header.default
288
%%GALLERYDIR%%/html_wrap/inline_gallerythumb.frame.default
288
%%WWWDIR%%/html_wrap/wrapper.footer.default
289
%%GALLERYDIR%%/html_wrap/inline_imagewrap.inc
289
%%WWWDIR%%/html_wrap/wrapper.header.default
290
%%GALLERYDIR%%/html_wrap/inline_moviethumb.frame.default
290
%%WWWDIR%%/imagemap.php
291
%%GALLERYDIR%%/html_wrap/inline_photo.footer.default
291
%%WWWDIR%%/images/BB1.gif
292
%%GALLERYDIR%%/html_wrap/inline_photo.frame.default
292
%%WWWDIR%%/images/BL1.gif
293
%%GALLERYDIR%%/html_wrap/inline_photo.header.default
293
%%WWWDIR%%/images/BR1.gif
294
%%GALLERYDIR%%/html_wrap/inline_photothumb.frame.default
294
%%WWWDIR%%/images/LL1.gif
295
%%GALLERYDIR%%/html_wrap/photo.footer.default
295
%%WWWDIR%%/images/RR1.gif
296
%%GALLERYDIR%%/html_wrap/photo.header.default
296
%%WWWDIR%%/images/TL1.gif
297
%%GALLERYDIR%%/html_wrap/slideshow.footer.default
297
%%WWWDIR%%/images/TR1.gif
298
%%GALLERYDIR%%/html_wrap/slideshow.header.default
298
%%WWWDIR%%/images/TT1.gif
299
%%GALLERYDIR%%/html_wrap/stats.footer.default
299
%%WWWDIR%%/images/admin_delete.gif
300
%%GALLERYDIR%%/html_wrap/stats.header.default
300
%%WWWDIR%%/images/admin_hide.gif
301
%%GALLERYDIR%%/html_wrap/wrapper.footer.default
301
%%WWWDIR%%/images/admin_highlight.gif
302
%%GALLERYDIR%%/html_wrap/wrapper.header.default
302
%%WWWDIR%%/images/admin_move.gif
303
%%GALLERYDIR%%/imagemap.php
303
%%WWWDIR%%/images/admin_rotate.gif
304
%%GALLERYDIR%%/images/BB1.gif
304
%%WWWDIR%%/images/admin_unhide.gif
305
%%GALLERYDIR%%/images/BL1.gif
305
%%WWWDIR%%/images/albumthumb_BB.gif
306
%%GALLERYDIR%%/images/BR1.gif
306
%%WWWDIR%%/images/albumthumb_BL.gif
307
%%GALLERYDIR%%/images/LL1.gif
307
%%WWWDIR%%/images/albumthumb_BR.gif
308
%%GALLERYDIR%%/images/RR1.gif
308
%%WWWDIR%%/images/albumthumb_RR.gif
309
%%GALLERYDIR%%/images/TL1.gif
309
%%WWWDIR%%/images/albumthumb_TR.gif
310
%%GALLERYDIR%%/images/TR1.gif
310
%%WWWDIR%%/images/bar.gif
311
%%GALLERYDIR%%/images/TT1.gif
311
%%WWWDIR%%/images/collapse.gif
312
%%GALLERYDIR%%/images/admin_delete.gif
312
%%WWWDIR%%/images/colorpicker.png
313
%%GALLERYDIR%%/images/admin_hide.gif
313
%%WWWDIR%%/images/colorscale.png
314
%%GALLERYDIR%%/images/admin_highlight.gif
314
%%WWWDIR%%/images/computer.gif
315
%%GALLERYDIR%%/images/admin_move.gif
315
%%WWWDIR%%/images/donate.jpg
316
%%GALLERYDIR%%/images/admin_rotate.gif
316
%%WWWDIR%%/images/ecard_images/00.gif
317
%%GALLERYDIR%%/images/admin_unhide.gif
317
%%WWWDIR%%/images/ecard_images/01.gif
318
%%GALLERYDIR%%/images/albumthumb_BB.gif
318
%%WWWDIR%%/images/ecard_images/02.gif
319
%%GALLERYDIR%%/images/albumthumb_BL.gif
319
%%WWWDIR%%/images/ecard_images/03.gif
320
%%GALLERYDIR%%/images/albumthumb_BR.gif
320
%%WWWDIR%%/images/ecard_images/04.gif
321
%%GALLERYDIR%%/images/albumthumb_RR.gif
321
%%WWWDIR%%/images/ecard_images/05.gif
322
%%GALLERYDIR%%/images/albumthumb_TR.gif
322
%%WWWDIR%%/images/ecard_images/06.gif
323
%%GALLERYDIR%%/images/bar.gif
323
%%WWWDIR%%/images/ecard_images/07.gif
324
%%GALLERYDIR%%/images/collapse.gif
324
%%WWWDIR%%/images/ecard_images/08.gif
325
%%GALLERYDIR%%/images/colorpicker.png
325
%%WWWDIR%%/images/ecard_images/09.gif
326
%%GALLERYDIR%%/images/colorscale.png
326
%%WWWDIR%%/images/ecard_images/10.gif
327
%%GALLERYDIR%%/images/computer.gif
327
%%WWWDIR%%/images/ecard_images/11.gif
328
%%GALLERYDIR%%/images/donate.jpg
328
%%WWWDIR%%/images/ecard_images/12.gif
329
%%GALLERYDIR%%/images/ecard_images/00.gif
329
%%WWWDIR%%/images/ecard_images/13.gif
330
%%GALLERYDIR%%/images/ecard_images/01.gif
330
%%WWWDIR%%/images/ecard_images/14.gif
331
%%GALLERYDIR%%/images/ecard_images/02.gif
331
%%WWWDIR%%/images/ecard_images/15.gif
332
%%GALLERYDIR%%/images/ecard_images/03.gif
332
%%WWWDIR%%/images/ecard_images/16.gif
333
%%GALLERYDIR%%/images/ecard_images/04.gif
333
%%WWWDIR%%/images/ecard_images/17.gif
334
%%GALLERYDIR%%/images/ecard_images/05.gif
334
%%WWWDIR%%/images/ecard_images/18.gif
335
%%GALLERYDIR%%/images/ecard_images/06.gif
335
%%WWWDIR%%/images/ecard_images/19.gif
336
%%GALLERYDIR%%/images/ecard_images/07.gif
336
%%WWWDIR%%/images/ecard_images/20.gif
337
%%GALLERYDIR%%/images/ecard_images/08.gif
337
%%WWWDIR%%/images/ecard_images/21.gif
338
%%GALLERYDIR%%/images/ecard_images/09.gif
338
%%WWWDIR%%/images/ecard_images/22.gif
339
%%GALLERYDIR%%/images/ecard_images/10.gif
339
%%WWWDIR%%/images/ecard_images/23.gif
340
%%GALLERYDIR%%/images/ecard_images/11.gif
340
%%WWWDIR%%/images/ecard_images/24.gif
341
%%GALLERYDIR%%/images/ecard_images/12.gif
341
%%WWWDIR%%/images/ecard_images/25.gif
342
%%GALLERYDIR%%/images/ecard_images/13.gif
342
%%WWWDIR%%/images/ecard_images/26.gif
343
%%GALLERYDIR%%/images/ecard_images/14.gif
343
%%WWWDIR%%/images/ecard_images/27.gif
344
%%GALLERYDIR%%/images/ecard_images/15.gif
344
%%WWWDIR%%/images/ecard_images/eCards.gif
345
%%GALLERYDIR%%/images/ecard_images/16.gif
345
%%WWWDIR%%/images/ecard_images/ecards_eng.png
346
%%GALLERYDIR%%/images/ecard_images/17.gif
346
%%WWWDIR%%/images/ecard_images/icon_help.gif
347
%%GALLERYDIR%%/images/ecard_images/18.gif
347
%%WWWDIR%%/images/ecard_images/icon_square.gif
348
%%GALLERYDIR%%/images/ecard_images/19.gif
348
%%WWWDIR%%/images/ecard_images/leer.gif
349
%%GALLERYDIR%%/images/ecard_images/20.gif
349
%%WWWDIR%%/images/ecard_images/postcard.gif
350
%%GALLERYDIR%%/images/ecard_images/21.gif
350
%%WWWDIR%%/images/expand.gif
351
%%GALLERYDIR%%/images/ecard_images/22.gif
351
%%WWWDIR%%/images/favicon.ico
352
%%GALLERYDIR%%/images/ecard_images/23.gif
352
%%WWWDIR%%/images/g1-phpBB2-icon.png
353
%%GALLERYDIR%%/images/ecard_images/24.gif
353
%%WWWDIR%%/images/gallery-tag.png
354
%%GALLERYDIR%%/images/ecard_images/25.gif
354
%%WWWDIR%%/images/green_trafficlight.gif
355
%%GALLERYDIR%%/images/ecard_images/26.gif
355
%%WWWDIR%%/images/icons/1leftarrow.gif
356
%%GALLERYDIR%%/images/ecard_images/27.gif
356
%%WWWDIR%%/images/icons/1rightarrow.gif
357
%%GALLERYDIR%%/images/ecard_images/eCards.gif
357
%%WWWDIR%%/images/icons/2downarrow.gif
358
%%GALLERYDIR%%/images/ecard_images/ecards_eng.png
358
%%WWWDIR%%/images/icons/behavior-capplet.gif
359
%%GALLERYDIR%%/images/ecard_images/icon_help.gif
359
%%WWWDIR%%/images/icons/camera.gif
360
%%GALLERYDIR%%/images/ecard_images/icon_square.gif
360
%%WWWDIR%%/images/icons/compressed.png
361
%%GALLERYDIR%%/images/ecard_images/leer.gif
361
%%WWWDIR%%/images/icons/decrypted.gif
362
%%GALLERYDIR%%/images/ecard_images/postcard.gif
362
%%WWWDIR%%/images/icons/delete.gif
363
%%GALLERYDIR%%/images/expand.gif
363
%%WWWDIR%%/images/icons/display.gif
364
%%GALLERYDIR%%/images/favicon.ico
364
%%WWWDIR%%/images/icons/ecard.gif
365
%%GALLERYDIR%%/images/g1-phpBB2-icon.png
365
%%WWWDIR%%/images/icons/editcopy.gif
366
%%GALLERYDIR%%/images/gallery-tag.png
366
%%WWWDIR%%/images/icons/exit.gif
367
%%GALLERYDIR%%/images/green_trafficlight.gif
367
%%WWWDIR%%/images/icons/folder_new.gif
368
%%GALLERYDIR%%/images/icons/1leftarrow.gif
368
%%WWWDIR%%/images/icons/frame_query.gif
369
%%GALLERYDIR%%/images/icons/1rightarrow.gif
369
%%WWWDIR%%/images/icons/help.gif
370
%%GALLERYDIR%%/images/icons/2downarrow.gif
370
%%WWWDIR%%/images/icons/history.gif
371
%%GALLERYDIR%%/images/icons/behavior-capplet.gif
371
%%WWWDIR%%/images/icons/idea.gif
372
%%GALLERYDIR%%/images/icons/camera.gif
372
%%WWWDIR%%/images/icons/identity.gif
373
%%GALLERYDIR%%/images/icons/compressed.png
373
%%WWWDIR%%/images/icons/imageedit/flip.gif
374
%%GALLERYDIR%%/images/icons/decrypted.gif
374
%%WWWDIR%%/images/icons/imageedit/mirror.gif
375
%%GALLERYDIR%%/images/icons/delete.gif
375
%%WWWDIR%%/images/icons/imageedit/rotate-180.gif
376
%%GALLERYDIR%%/images/icons/display.gif
376
%%WWWDIR%%/images/icons/imageedit/rotate-270.gif
377
%%GALLERYDIR%%/images/icons/ecard.gif
377
%%WWWDIR%%/images/icons/imageedit/rotate-90.gif
378
%%GALLERYDIR%%/images/icons/editcopy.gif
378
%%WWWDIR%%/images/icons/info.gif
379
%%GALLERYDIR%%/images/icons/exit.gif
379
%%WWWDIR%%/images/icons/kcmfontinst.gif
380
%%GALLERYDIR%%/images/icons/folder_new.gif
380
%%WWWDIR%%/images/icons/kdf.gif
381
%%GALLERYDIR%%/images/icons/frame_query.gif
381
%%WWWDIR%%/images/icons/nav_first.gif
382
%%GALLERYDIR%%/images/icons/help.gif
382
%%WWWDIR%%/images/icons/nav_last.gif
383
%%GALLERYDIR%%/images/icons/history.gif
383
%%WWWDIR%%/images/icons/nav_next.gif
384
%%GALLERYDIR%%/images/icons/idea.gif
384
%%WWWDIR%%/images/icons/nav_prev.gif
385
%%GALLERYDIR%%/images/icons/identity.gif
385
%%WWWDIR%%/images/icons/no_idea.gif
386
%%GALLERYDIR%%/images/icons/imageedit/flip.gif
386
%%WWWDIR%%/images/icons/reload.gif
387
%%GALLERYDIR%%/images/icons/imageedit/mirror.gif
387
%%WWWDIR%%/images/icons/showcomment.gif
388
%%GALLERYDIR%%/images/icons/imageedit/rotate-180.gif
388
%%WWWDIR%%/images/icons/tab_duplicate.gif
389
%%GALLERYDIR%%/images/icons/imageedit/rotate-270.gif
389
%%WWWDIR%%/images/icons/thumbnail.gif
390
%%GALLERYDIR%%/images/icons/imageedit/rotate-90.gif
390
%%WWWDIR%%/images/icons/tree/join-left.gif
391
%%GALLERYDIR%%/images/icons/info.gif
391
%%WWWDIR%%/images/icons/tree/join-right.gif
392
%%GALLERYDIR%%/images/icons/kcmfontinst.gif
392
%%WWWDIR%%/images/icons/tree/joinbottom-left.gif
393
%%GALLERYDIR%%/images/icons/kdf.gif
393
%%WWWDIR%%/images/icons/tree/joinbottom-right.gif
394
%%GALLERYDIR%%/images/icons/nav_first.gif
394
%%WWWDIR%%/images/icons/unsortedList.gif
395
%%GALLERYDIR%%/images/icons/nav_last.gif
395
%%WWWDIR%%/images/icons/viewmag1.gif
396
%%GALLERYDIR%%/images/icons/nav_next.gif
396
%%WWWDIR%%/images/icons/window_fullscreen.gif
397
%%GALLERYDIR%%/images/icons/nav_prev.gif
397
%%WWWDIR%%/images/icons/window_nofullscreen.gif
398
%%GALLERYDIR%%/images/icons/no_idea.gif
398
%%WWWDIR%%/images/icons/yast_kuser.gif
399
%%GALLERYDIR%%/images/icons/reload.gif
399
%%WWWDIR%%/images/icons/yast_sysadmin.gif
400
%%GALLERYDIR%%/images/icons/showcomment.gif
400
%%WWWDIR%%/images/icons/yast_sysadmin2.gif
401
%%GALLERYDIR%%/images/icons/tab_duplicate.gif
401
%%WWWDIR%%/images/movie.thumb.jpg
402
%%GALLERYDIR%%/images/icons/thumbnail.gif
402
%%WWWDIR%%/images/nav_dot.gif
403
%%GALLERYDIR%%/images/icons/tree/join-left.gif
403
%%WWWDIR%%/images/nav_dot_left.gif
404
%%GALLERYDIR%%/images/icons/tree/join-right.gif
404
%%WWWDIR%%/images/nav_dot_right.gif
405
%%GALLERYDIR%%/images/icons/tree/joinbottom-left.gif
405
%%WWWDIR%%/images/nav_home.gif
406
%%GALLERYDIR%%/images/icons/tree/joinbottom-right.gif
406
%%WWWDIR%%/images/nav_page.gif
407
%%GALLERYDIR%%/images/icons/unsortedList.gif
407
%%WWWDIR%%/images/pixel_trans.gif
408
%%GALLERYDIR%%/images/icons/viewmag1.gif
408
%%WWWDIR%%/images/red_trafficlight.gif
409
%%GALLERYDIR%%/images/icons/window_fullscreen.gif
409
%%WWWDIR%%/images/simplex-bkg.gif
410
%%GALLERYDIR%%/images/icons/window_nofullscreen.gif
410
%%WWWDIR%%/images/tab_bottom.gif
411
%%GALLERYDIR%%/images/icons/yast_kuser.gif
411
%%WWWDIR%%/images/uploading.gif
412
%%GALLERYDIR%%/images/icons/yast_sysadmin.gif
412
%%WWWDIR%%/images/yellow_red_trafficlight.gif
413
%%GALLERYDIR%%/images/icons/yast_sysadmin2.gif
413
%%WWWDIR%%/images/yellow_trafficlight.gif
414
%%GALLERYDIR%%/images/movie.thumb.jpg
414
%%WWWDIR%%/includes/add_photos/add_applet.cfg
415
%%GALLERYDIR%%/images/nav_dot.gif
415
%%WWWDIR%%/includes/add_photos/add_applet.inc
416
%%GALLERYDIR%%/images/nav_dot_left.gif
416
%%WWWDIR%%/includes/add_photos/add_applet_mini.cfg
417
%%GALLERYDIR%%/images/nav_dot_right.gif
417
%%WWWDIR%%/includes/add_photos/add_applet_mini.inc
418
%%GALLERYDIR%%/images/nav_home.gif
418
%%WWWDIR%%/includes/add_photos/add_form.inc
419
%%GALLERYDIR%%/images/nav_page.gif
419
%%WWWDIR%%/includes/add_photos/add_other.inc
420
%%GALLERYDIR%%/images/pixel_trans.gif
420
%%WWWDIR%%/includes/add_photos/add_url.inc
421
%%GALLERYDIR%%/images/red_trafficlight.gif
421
%%WWWDIR%%/includes/add_photos/captionOptions.inc.php
422
%%GALLERYDIR%%/images/simplex-bkg.gif
422
%%WWWDIR%%/includes/definitions/albumProperties.php
423
%%GALLERYDIR%%/images/tab_bottom.gif
423
%%WWWDIR%%/includes/definitions/mime.mapping.php
424
%%GALLERYDIR%%/images/uploading.gif
424
%%WWWDIR%%/includes/definitions/navIcons.php
425
%%GALLERYDIR%%/images/yellow_red_trafficlight.gif
425
%%WWWDIR%%/includes/definitions/services.php
426
%%GALLERYDIR%%/images/yellow_trafficlight.gif
426
%%WWWDIR%%/includes/ecard/templates/ecard_1.tpl
427
%%GALLERYDIR%%/includes/add_photos/add_applet.cfg
427
%%WWWDIR%%/includes/ecard/templates/error.htm
428
%%GALLERYDIR%%/includes/add_photos/add_applet.inc
428
%%WWWDIR%%/includes/ecard/templates/leer.htm
429
%%GALLERYDIR%%/includes/add_photos/add_applet_mini.cfg
429
%%WWWDIR%%/includes/errors/configure_help.php
430
%%GALLERYDIR%%/includes/add_photos/add_applet_mini.inc
430
%%WWWDIR%%/includes/errors/reconfigure.php
431
%%GALLERYDIR%%/includes/add_photos/add_form.inc
431
%%WWWDIR%%/includes/errors/unconfigured.php
432
%%GALLERYDIR%%/includes/add_photos/add_other.inc
432
%%WWWDIR%%/includes/slideshow/applet.cfg
433
%%GALLERYDIR%%/includes/add_photos/add_url.inc
433
%%WWWDIR%%/includes/slideshow/applet.inc
434
%%GALLERYDIR%%/includes/add_photos/captionOptions.inc.php
434
%%WWWDIR%%/includes/slideshow/high.inc
435
%%GALLERYDIR%%/includes/definitions/albumProperties.php
435
%%WWWDIR%%/includes/slideshow/low.inc
436
%%GALLERYDIR%%/includes/definitions/mime.mapping.php
436
%%WWWDIR%%/includes/stats/stats.inc.php
437
%%GALLERYDIR%%/includes/definitions/navIcons.php
437
%%WWWDIR%%/index.php
438
%%GALLERYDIR%%/includes/definitions/services.php
438
%%WWWDIR%%/init.php
439
%%GALLERYDIR%%/includes/ecard/templates/ecard_1.tpl
439
%%WWWDIR%%/java/GalleryRemoteApplet.jar
440
%%GALLERYDIR%%/includes/ecard/templates/error.htm
440
%%WWWDIR%%/java/GalleryRemoteAppletMini.jar
441
%%GALLERYDIR%%/includes/ecard/templates/leer.htm
441
%%WWWDIR%%/java/GalleryRemoteHTTPClient.jar
442
%%GALLERYDIR%%/includes/errors/configure_help.php
442
%%WWWDIR%%/java/ImageTools.jar
443
%%GALLERYDIR%%/includes/errors/reconfigure.php
443
%%WWWDIR%%/java/applet_img.jar
444
%%GALLERYDIR%%/includes/errors/unconfigured.php
444
%%WWWDIR%%/java/metadata-extractor-2.1.jar
445
%%GALLERYDIR%%/includes/slideshow/applet.cfg
445
%%WWWDIR%%/js/client_sniff.js
446
%%GALLERYDIR%%/includes/slideshow/applet.inc
446
%%WWWDIR%%/js/fitToWindow.js.php
447
%%GALLERYDIR%%/includes/slideshow/high.inc
447
%%WWWDIR%%/js/imagemap.js
448
%%GALLERYDIR%%/includes/slideshow/low.inc
448
%%WWWDIR%%/js/multifile.js.php
449
%%GALLERYDIR%%/includes/stats/stats.inc.php
449
%%WWWDIR%%/js/sectionTabs.js.php
450
%%GALLERYDIR%%/index.php
450
%%WWWDIR%%/js/toggle.js
451
%%GALLERYDIR%%/init.php
451
%%WWWDIR%%/js/wz_jsgraphics.js
452
%%GALLERYDIR%%/java/GalleryRemoteApplet.jar
452
%%WWWDIR%%/js/wz_tooltip.js
453
%%GALLERYDIR%%/java/GalleryRemoteAppletMini.jar
453
%%WWWDIR%%/layout/adminAlbumCommands.inc
454
%%GALLERYDIR%%/java/GalleryRemoteHTTPClient.jar
454
%%WWWDIR%%/layout/adminbox.inc
455
%%GALLERYDIR%%/java/ImageTools.jar
455
%%WWWDIR%%/layout/breadcrumb.inc
456
%%GALLERYDIR%%/java/applet_img.jar
456
%%WWWDIR%%/layout/commentbox.inc
457
%%GALLERYDIR%%/java/metadata-extractor-2.1.jar
457
%%WWWDIR%%/layout/commentboxbottom.inc
458
%%GALLERYDIR%%/js/client_sniff.js
458
%%WWWDIR%%/layout/commentboxtop.inc
459
%%GALLERYDIR%%/js/fitToWindow.js.php
459
%%WWWDIR%%/layout/commentdraw.inc
460
%%GALLERYDIR%%/js/imagemap.js
460
%%WWWDIR%%/layout/navigator.inc
461
%%GALLERYDIR%%/js/multifile.js.php
461
%%WWWDIR%%/layout/navmicro.inc
462
%%GALLERYDIR%%/js/sectionTabs.js.php
462
%%WWWDIR%%/layout/navphoto.inc
463
%%GALLERYDIR%%/js/toggle.js
463
%%WWWDIR%%/layout/navtablebegin.inc
464
%%GALLERYDIR%%/js/wz_jsgraphics.js
464
%%WWWDIR%%/layout/navtableend.inc
465
%%GALLERYDIR%%/js/wz_tooltip.js
465
%%WWWDIR%%/layout/navtablemiddle.inc
466
%%GALLERYDIR%%/layout/adminAlbumCommands.inc
466
%%WWWDIR%%/layout/searchdraw.inc
467
%%GALLERYDIR%%/layout/adminbox.inc
467
%%WWWDIR%%/layout/watermarkform.inc
468
%%GALLERYDIR%%/layout/breadcrumb.inc
468
%%WWWDIR%%/lib/Form.php
469
%%GALLERYDIR%%/layout/commentbox.inc
469
%%WWWDIR%%/lib/album.php
470
%%GALLERYDIR%%/layout/commentboxbottom.inc
470
%%WWWDIR%%/lib/albumItem.php
471
%%GALLERYDIR%%/layout/commentboxtop.inc
471
%%WWWDIR%%/lib/colorpicker.php
472
%%GALLERYDIR%%/layout/commentdraw.inc
472
%%WWWDIR%%/lib/content.php
473
%%GALLERYDIR%%/layout/navigator.inc
473
%%WWWDIR%%/lib/imageManipulation.php
474
%%GALLERYDIR%%/layout/navmicro.inc
474
%%WWWDIR%%/lib/lang.php
475
%%GALLERYDIR%%/layout/navphoto.inc
475
%%WWWDIR%%/lib/mail.php
476
%%GALLERYDIR%%/layout/navtablebegin.inc
476
%%WWWDIR%%/lib/messages.php
477
%%GALLERYDIR%%/layout/navtableend.inc
477
%%WWWDIR%%/lib/popup.php
478
%%GALLERYDIR%%/layout/navtablemiddle.inc
478
%%WWWDIR%%/lib/setup.php
479
%%GALLERYDIR%%/layout/searchdraw.inc
479
%%WWWDIR%%/lib/url.php
480
%%GALLERYDIR%%/layout/watermarkform.inc
480
%%WWWDIR%%/lib/valchecks.php
481
%%GALLERYDIR%%/lib/Form.php
481
%%WWWDIR%%/lib/voting.php
482
%%GALLERYDIR%%/lib/album.php
482
%%NLS%%%%WWWDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_common.mo
483
%%GALLERYDIR%%/lib/albumItem.php
483
%%NLS%%%%WWWDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_config.mo
484
%%GALLERYDIR%%/lib/colorpicker.php
484
%%NLS%%%%WWWDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_core.mo
485
%%GALLERYDIR%%/lib/content.php
485
%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-gallery_common.po
486
%%GALLERYDIR%%/lib/imageManipulation.php
486
%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-gallery_config.po
487
%%GALLERYDIR%%/lib/lang.php
487
%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-gallery_core.po
488
%%GALLERYDIR%%/lib/mail.php
488
%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-nls.php
489
%%GALLERYDIR%%/lib/messages.php
489
%%NLS%%%%WWWDIR%%/locale/af_ZA/flagimage/af_ZA.gif
490
%%GALLERYDIR%%/lib/popup.php
490
%%NLS%%%%WWWDIR%%/locale/ar_EG/LC_MESSAGES/ar_EG-gallery_config.mo
491
%%GALLERYDIR%%/lib/setup.php
491
%%NLS%%%%WWWDIR%%/locale/ar_EG/LC_MESSAGES/ar_EG-gallery_core.mo
492
%%GALLERYDIR%%/lib/url.php
492
%%NLS%%%%WWWDIR%%/locale/ar_EG/ar_EG-gallery_config.po
493
%%GALLERYDIR%%/lib/valchecks.php
493
%%NLS%%%%WWWDIR%%/locale/ar_EG/ar_EG-gallery_core.po
494
%%GALLERYDIR%%/lib/voting.php
494
%%NLS%%%%WWWDIR%%/locale/ar_EG/ar_EG-nls.php
495
%%NLS%%%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_config.mo
495
%%NLS%%%%WWWDIR%%/locale/ar_EG/flagimage/ar_EG.gif
496
%%NLS%%%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_core.mo
496
%%NLS%%%%WWWDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_config.mo
497
%%NLS%%%%GALLERYDIR%%/locale/af_ZA/af_ZA-gallery_config.po
497
%%NLS%%%%WWWDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_core.mo
498
%%NLS%%%%GALLERYDIR%%/locale/af_ZA/af_ZA-gallery_core.po
498
%%NLS%%%%WWWDIR%%/locale/bg_BG/bg_BG-gallery_config.po
499
%%NLS%%%%GALLERYDIR%%/locale/af_ZA/af_ZA-nls.php
499
%%NLS%%%%WWWDIR%%/locale/bg_BG/bg_BG-gallery_core.po
500
%%NLS%%%%GALLERYDIR%%/locale/af_ZA/flagimage/af_ZA.gif
500
%%NLS%%%%WWWDIR%%/locale/bg_BG/bg_BG-nls.php
501
%%NLS%%%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_config.mo
501
%%NLS%%%%WWWDIR%%/locale/bg_BG/flagimage/bg_BG.gif
502
%%NLS%%%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_core.mo
502
%%NLS%%%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_config.mo
503
%%NLS%%%%GALLERYDIR%%/locale/bg_BG/bg_BG-gallery_config.po
503
%%NLS%%%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_core.mo
504
%%NLS%%%%GALLERYDIR%%/locale/bg_BG/bg_BG-gallery_core.po
504
%%NLS%%%%WWWDIR%%/locale/ca_ES/ca_ES-gallery_config.po
505
%%NLS%%%%GALLERYDIR%%/locale/bg_BG/bg_BG-nls.php
505
%%NLS%%%%WWWDIR%%/locale/ca_ES/ca_ES-gallery_core.po
506
%%NLS%%%%GALLERYDIR%%/locale/bg_BG/flagimage/bg_BG.gif
506
%%NLS%%%%WWWDIR%%/locale/ca_ES/ca_ES-nls.php
507
%%NLS%%%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_config.mo
507
%%NLS%%%%WWWDIR%%/locale/ca_ES/flagimage/ca_ES.gif
508
%%NLS%%%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_core.mo
508
%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES/cs_CZ.cp1250-gallery_config.mo
509
%%NLS%%%%GALLERYDIR%%/locale/ca_ES/ca_ES-gallery_config.po
509
%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES/cs_CZ.cp1250-gallery_core.mo
510
%%NLS%%%%GALLERYDIR%%/locale/ca_ES/ca_ES-gallery_core.po
510
%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-gallery_config.po
511
%%NLS%%%%GALLERYDIR%%/locale/ca_ES/ca_ES-nls.php
511
%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-gallery_core.po
512
%%NLS%%%%GALLERYDIR%%/locale/ca_ES/flagimage/ca_ES.gif
512
%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-nls.php
513
%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_config.mo
513
%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/flagimage/cs_CZ.cp1250.gif
514
%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_core.mo
514
%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_config.mo
515
%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_config.po
515
%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_core.mo
516
%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_core.po
516
%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_config.po
517
%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-nls.php
517
%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_core.po
518
%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/flagimage/cs_CZ.iso-8859-2.gif
518
%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-nls.php
519
%%NLS%%%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_config.mo
519
%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/flagimage/cs_CZ.iso-8859-2.gif
520
%%NLS%%%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_core.mo
520
%%NLS%%%%WWWDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_config.mo
521
%%NLS%%%%GALLERYDIR%%/locale/da_DK/da_DK-gallery_config.po
521
%%NLS%%%%WWWDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_core.mo
522
%%NLS%%%%GALLERYDIR%%/locale/da_DK/da_DK-gallery_core.po
522
%%NLS%%%%WWWDIR%%/locale/da_DK/da_DK-gallery_config.po
523
%%NLS%%%%GALLERYDIR%%/locale/da_DK/da_DK-nls.php
523
%%NLS%%%%WWWDIR%%/locale/da_DK/da_DK-gallery_core.po
524
%%NLS%%%%GALLERYDIR%%/locale/da_DK/flagimage/da_DK.gif
524
%%NLS%%%%WWWDIR%%/locale/da_DK/da_DK-nls.php
525
%%NLS%%%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_config.mo
525
%%NLS%%%%WWWDIR%%/locale/da_DK/flagimage/da_DK.gif
526
%%NLS%%%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_core.mo
526
%%NLS%%%%WWWDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_common.mo
527
%%NLS%%%%GALLERYDIR%%/locale/de_DE/de_DE-gallery_config.po
527
%%NLS%%%%WWWDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_config.mo
528
%%NLS%%%%GALLERYDIR%%/locale/de_DE/de_DE-gallery_core.po
528
%%NLS%%%%WWWDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_core.mo
529
%%NLS%%%%GALLERYDIR%%/locale/de_DE/de_DE-nls.php
529
%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-gallery_common.po
530
%%NLS%%%%GALLERYDIR%%/locale/de_DE/flagimage/de_DE.gif
530
%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-gallery_config.po
531
%%NLS%%%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_config.mo
531
%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-gallery_core.po
532
%%NLS%%%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_core.mo
532
%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-nls.php
533
%%NLS%%%%GALLERYDIR%%/locale/en_GB/en_GB-gallery_config.po
533
%%NLS%%%%WWWDIR%%/locale/de_DE/flagimage/de_DE.gif
534
%%NLS%%%%GALLERYDIR%%/locale/en_GB/en_GB-gallery_core.po
534
%%NLS%%%%WWWDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_config.mo
535
%%NLS%%%%GALLERYDIR%%/locale/en_GB/en_GB-nls.php
535
%%NLS%%%%WWWDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_core.mo
536
%%NLS%%%%GALLERYDIR%%/locale/en_GB/flagimage/en_GB.gif
536
%%NLS%%%%WWWDIR%%/locale/en_GB/en_GB-gallery_config.po
537
%%GALLERYDIR%%/locale/en_US/flagimage/en_US.gif
537
%%NLS%%%%WWWDIR%%/locale/en_GB/en_GB-gallery_core.po
538
%%NLS%%%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_config.mo
538
%%NLS%%%%WWWDIR%%/locale/en_GB/en_GB-nls.php
539
%%NLS%%%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_core.mo
539
%%NLS%%%%WWWDIR%%/locale/en_GB/flagimage/en_GB.gif
540
%%NLS%%%%GALLERYDIR%%/locale/es_ES/es_ES-gallery_config.po
540
%%WWWDIR%%/locale/en_US/flagimage/en_US.gif
541
%%NLS%%%%GALLERYDIR%%/locale/es_ES/es_ES-gallery_core.po
541
%%NLS%%%%WWWDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_common.mo
542
%%NLS%%%%GALLERYDIR%%/locale/es_ES/es_ES-nls.php
542
%%NLS%%%%WWWDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_config.mo
543
%%NLS%%%%GALLERYDIR%%/locale/es_ES/flagimage/es_ES.gif
543
%%NLS%%%%WWWDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_core.mo
544
%%NLS%%%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_config.mo
544
%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-gallery_common.po
545
%%NLS%%%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_core.mo
545
%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-gallery_config.po
546
%%NLS%%%%GALLERYDIR%%/locale/fi_FI/fi_FI-gallery_config.po
546
%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-gallery_core.po
547
%%NLS%%%%GALLERYDIR%%/locale/fi_FI/fi_FI-gallery_core.po
547
%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-nls.php
548
%%NLS%%%%GALLERYDIR%%/locale/fi_FI/fi_FI-nls.php
548
%%NLS%%%%WWWDIR%%/locale/es_ES/flagimage/es_ES.gif
549
%%NLS%%%%GALLERYDIR%%/locale/fi_FI/flagimage/fi_FI.gif
549
%%NLS%%%%WWWDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_common.mo
550
%%NLS%%%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_config.mo
550
%%NLS%%%%WWWDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_config.mo
551
%%NLS%%%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_core.mo
551
%%NLS%%%%WWWDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_core.mo
552
%%NLS%%%%GALLERYDIR%%/locale/fr_FR/flagimage/fr_FR.gif
552
%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-gallery_common.po
553
%%NLS%%%%GALLERYDIR%%/locale/fr_FR/fr_FR-gallery_config.po
553
%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-gallery_config.po
554
%%NLS%%%%GALLERYDIR%%/locale/fr_FR/fr_FR-gallery_core.po
554
%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-gallery_core.po
555
%%NLS%%%%GALLERYDIR%%/locale/fr_FR/fr_FR-nls.php
555
%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-nls.php
556
%%NLS%%%%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_config.mo
556
%%NLS%%%%WWWDIR%%/locale/fi_FI/flagimage/fi_FI.gif
557
%%NLS%%%%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_core.mo
557
%%NLS%%%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_common.mo
558
%%NLS%%%%GALLERYDIR%%/locale/gl_ES/flagimage/gl_ES.gif
558
%%NLS%%%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_config.mo
559
%%NLS%%%%GALLERYDIR%%/locale/gl_ES/gl_ES-gallery_config.po
559
%%NLS%%%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_core.mo
560
%%NLS%%%%GALLERYDIR%%/locale/gl_ES/gl_ES-gallery_core.po
560
%%NLS%%%%WWWDIR%%/locale/fr_FR/flagimage/fr_FR.gif
561
%%NLS%%%%GALLERYDIR%%/locale/gl_ES/gl_ES-nls.php
561
%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-gallery_common.po
562
%%NLS%%%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_config.mo
562
%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-gallery_config.po
563
%%NLS%%%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_core.mo
563
%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-gallery_core.po
564
%%NLS%%%%GALLERYDIR%%/locale/hu_HU/flagimage/hu_HU.gif
564
%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-nls.php
565
%%NLS%%%%GALLERYDIR%%/locale/hu_HU/hu_HU-gallery_config.po
565
%%NLS%%%%WWWDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_config.mo
566
%%NLS%%%%GALLERYDIR%%/locale/hu_HU/hu_HU-gallery_core.po
566
%%NLS%%%%WWWDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_core.mo
567
%%NLS%%%%GALLERYDIR%%/locale/hu_HU/hu_HU-nls.php
567
%%NLS%%%%WWWDIR%%/locale/gl_ES/flagimage/gl_ES.gif
568
%%NLS%%%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_config.mo
568
%%NLS%%%%WWWDIR%%/locale/gl_ES/gl_ES-gallery_config.po
569
%%NLS%%%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_core.mo
569
%%NLS%%%%WWWDIR%%/locale/gl_ES/gl_ES-gallery_core.po
570
%%NLS%%%%GALLERYDIR%%/locale/is_IS/flagimage/is_IS.gif
570
%%NLS%%%%WWWDIR%%/locale/gl_ES/gl_ES-nls.php
571
%%NLS%%%%GALLERYDIR%%/locale/is_IS/is_IS-gallery_config.po
571
%%NLS%%%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_config.mo
572
%%NLS%%%%GALLERYDIR%%/locale/is_IS/is_IS-gallery_core.po
572
%%NLS%%%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_core.mo
573
%%NLS%%%%GALLERYDIR%%/locale/is_IS/is_IS-nls.php
573
%%NLS%%%%WWWDIR%%/locale/hu_HU/flagimage/hu_HU.gif
574
%%NLS%%%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_config.mo
574
%%NLS%%%%WWWDIR%%/locale/hu_HU/hu_HU-gallery_config.po
575
%%NLS%%%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_core.mo
575
%%NLS%%%%WWWDIR%%/locale/hu_HU/hu_HU-gallery_core.po
576
%%NLS%%%%GALLERYDIR%%/locale/it_IT/flagimage/it_IT.gif
576
%%NLS%%%%WWWDIR%%/locale/hu_HU/hu_HU-nls.php
577
%%NLS%%%%GALLERYDIR%%/locale/it_IT/it_IT-gallery_config.po
577
%%NLS%%%%WWWDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_config.mo
578
%%NLS%%%%GALLERYDIR%%/locale/it_IT/it_IT-gallery_core.po
578
%%NLS%%%%WWWDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_core.mo
579
%%NLS%%%%GALLERYDIR%%/locale/it_IT/it_IT-nls.php
579
%%NLS%%%%WWWDIR%%/locale/is_IS/flagimage/is_IS.gif
580
%%NLS%%%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_config.mo
580
%%NLS%%%%WWWDIR%%/locale/is_IS/is_IS-gallery_config.po
581
%%NLS%%%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_core.mo
581
%%NLS%%%%WWWDIR%%/locale/is_IS/is_IS-gallery_core.po
582
%%NLS%%%%GALLERYDIR%%/locale/ja_JP/flagimage/ja_JP.gif
582
%%NLS%%%%WWWDIR%%/locale/is_IS/is_IS-nls.php
583
%%NLS%%%%GALLERYDIR%%/locale/ja_JP/ja_JP-gallery_config.po
583
%%NLS%%%%WWWDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_common.mo
584
%%NLS%%%%GALLERYDIR%%/locale/ja_JP/ja_JP-gallery_core.po
584
%%NLS%%%%WWWDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_config.mo
585
%%NLS%%%%GALLERYDIR%%/locale/ja_JP/ja_JP-nls.php
585
%%NLS%%%%WWWDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_core.mo
586
%%NLS%%%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_config.mo
586
%%NLS%%%%WWWDIR%%/locale/it_IT/flagimage/it_IT.gif
587
%%NLS%%%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_core.mo
587
%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-gallery_common.po
588
%%NLS%%%%GALLERYDIR%%/locale/ko_KR/flagimage/ko_KR.gif
588
%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-gallery_config.po
589
%%NLS%%%%GALLERYDIR%%/locale/ko_KR/ko_KR-gallery_config.po
589
%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-gallery_core.po
590
%%NLS%%%%GALLERYDIR%%/locale/ko_KR/ko_KR-gallery_core.po
590
%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-nls.php
591
%%NLS%%%%GALLERYDIR%%/locale/ko_KR/ko_KR-nls.php
591
%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES/ja_JP.utf8-gallery_config.mo
592
%%NLS%%%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_config.mo
592
%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES/ja_JP.utf8-gallery_core.mo
593
%%NLS%%%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_core.mo
593
%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/flagimage/ja_JP.utf8.gif
594
%%NLS%%%%GALLERYDIR%%/locale/lt_LT/flagimage/lt_LT.gif
594
%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/ja_JP.utf8-gallery_config.po
595
%%NLS%%%%GALLERYDIR%%/locale/lt_LT/lt_LT-gallery_config.po
595
%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/ja_JP.utf8-gallery_core.po
596
%%NLS%%%%GALLERYDIR%%/locale/lt_LT/lt_LT-gallery_core.po
596
%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/ja_JP.utf8-nls.php
597
%%NLS%%%%GALLERYDIR%%/locale/lt_LT/lt_LT-nls.php
597
%%NLS%%%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_common.mo
598
%%NLS%%%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_config.mo
598
%%NLS%%%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_config.mo
599
%%NLS%%%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_core.mo
599
%%NLS%%%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_core.mo
600
%%NLS%%%%GALLERYDIR%%/locale/nl_NL/flagimage/nl_NL.gif
600
%%NLS%%%%WWWDIR%%/locale/ja_JP/flagimage/ja_JP.gif
601
%%NLS%%%%GALLERYDIR%%/locale/nl_NL/nl_NL-gallery_config.po
601
%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-gallery_common.po
602
%%NLS%%%%GALLERYDIR%%/locale/nl_NL/nl_NL-gallery_core.po
602
%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-gallery_config.po
603
%%NLS%%%%GALLERYDIR%%/locale/nl_NL/nl_NL-nls.php
603
%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-gallery_core.po
604
%%NLS%%%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_config.mo
604
%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-nls.php
605
%%NLS%%%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_core.mo
605
%%NLS%%%%WWWDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_config.mo
606
%%NLS%%%%GALLERYDIR%%/locale/no_NO/flagimage/no_NO.gif
606
%%NLS%%%%WWWDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_core.mo
607
%%NLS%%%%GALLERYDIR%%/locale/no_NO/no_NO-gallery_config.po
607
%%NLS%%%%WWWDIR%%/locale/ko_KR/flagimage/ko_KR.gif
608
%%NLS%%%%GALLERYDIR%%/locale/no_NO/no_NO-gallery_core.po
608
%%NLS%%%%WWWDIR%%/locale/ko_KR/ko_KR-gallery_config.po
609
%%NLS%%%%GALLERYDIR%%/locale/no_NO/no_NO-nls.php
609
%%NLS%%%%WWWDIR%%/locale/ko_KR/ko_KR-gallery_core.po
610
%%NLS%%%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_config.mo
610
%%NLS%%%%WWWDIR%%/locale/ko_KR/ko_KR-nls.php
611
%%NLS%%%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_core.mo
611
%%NLS%%%%WWWDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_config.mo
612
%%NLS%%%%GALLERYDIR%%/locale/pl_PL/flagimage/pl_PL.gif
612
%%NLS%%%%WWWDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_core.mo
613
%%NLS%%%%GALLERYDIR%%/locale/pl_PL/pl_PL-gallery_config.po
613
%%NLS%%%%WWWDIR%%/locale/lt_LT/flagimage/lt_LT.gif
614
%%NLS%%%%GALLERYDIR%%/locale/pl_PL/pl_PL-gallery_core.po
614
%%NLS%%%%WWWDIR%%/locale/lt_LT/lt_LT-gallery_config.po
615
%%NLS%%%%GALLERYDIR%%/locale/pl_PL/pl_PL-nls.php
615
%%NLS%%%%WWWDIR%%/locale/lt_LT/lt_LT-gallery_core.po
616
%%NLS%%%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_config.mo
616
%%NLS%%%%WWWDIR%%/locale/lt_LT/lt_LT-nls.php
617
%%NLS%%%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_core.mo
617
%%NLS%%%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_common.mo
618
%%NLS%%%%GALLERYDIR%%/locale/pt_BR/flagimage/pt_BR.gif
618
%%NLS%%%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_config.mo
619
%%NLS%%%%GALLERYDIR%%/locale/pt_BR/pt_BR-gallery_config.po
619
%%NLS%%%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_core.mo
620
%%NLS%%%%GALLERYDIR%%/locale/pt_BR/pt_BR-gallery_core.po
620
%%NLS%%%%WWWDIR%%/locale/nl_NL/flagimage/nl_NL.gif
621
%%NLS%%%%GALLERYDIR%%/locale/pt_BR/pt_BR-nls.php
621
%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-gallery_common.po
622
%%NLS%%%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_config.mo
622
%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-gallery_config.po
623
%%NLS%%%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_core.mo
623
%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-gallery_core.po
624
%%NLS%%%%GALLERYDIR%%/locale/pt_PT/flagimage/pt_PT.gif
624
%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-nls.php
625
%%NLS%%%%GALLERYDIR%%/locale/pt_PT/pt_PT-gallery_config.po
625
%%NLS%%%%WWWDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_common.mo
626
%%NLS%%%%GALLERYDIR%%/locale/pt_PT/pt_PT-gallery_core.po
626
%%NLS%%%%WWWDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_config.mo
627
%%NLS%%%%GALLERYDIR%%/locale/pt_PT/pt_PT-nls.php
627
%%NLS%%%%WWWDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_core.mo
628
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_config.mo
628
%%NLS%%%%WWWDIR%%/locale/no_NO/flagimage/no_NO.gif
629
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_core.mo
629
%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-gallery_common.po
630
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/flagimage/ru_RU.cp1251.gif
630
%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-gallery_config.po
631
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_config.po
631
%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-gallery_core.po
632
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_core.po
632
%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-nls.php
633
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-nls.php
633
%%NLS%%%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_common.mo
634
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_config.mo
634
%%NLS%%%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_config.mo
635
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_core.mo
635
%%NLS%%%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_core.mo
636
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage/ru_RU.koi8r.gif
636
%%NLS%%%%WWWDIR%%/locale/pl_PL/flagimage/pl_PL.gif
637
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_config.po
637
%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-gallery_common.po
638
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_core.po
638
%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-gallery_config.po
639
%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-nls.php
639
%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-gallery_core.po
640
%%NLS%%%%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_config.mo
640
%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-nls.php
641
%%NLS%%%%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_core.mo
641
%%NLS%%%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_common.mo
642
%%NLS%%%%GALLERYDIR%%/locale/sk_SK/flagimage/sk_SK.gif
642
%%NLS%%%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_config.mo
643
%%NLS%%%%GALLERYDIR%%/locale/sk_SK/sk_SK-gallery_config.po
643
%%NLS%%%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_core.mo
644
%%NLS%%%%GALLERYDIR%%/locale/sk_SK/sk_SK-gallery_core.po
644
%%NLS%%%%WWWDIR%%/locale/pt_BR/flagimage/pt_BR.gif
645
%%NLS%%%%GALLERYDIR%%/locale/sk_SK/sk_SK-nls.php
645
%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-gallery_common.po
646
%%NLS%%%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_config.mo
646
%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-gallery_config.po
647
%%NLS%%%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_core.mo
647
%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-gallery_core.po
648
%%NLS%%%%GALLERYDIR%%/locale/sl_SI/flagimage/sl_SI.gif
648
%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-nls.php
649
%%NLS%%%%GALLERYDIR%%/locale/sl_SI/sl_SI-gallery_config.po
649
%%NLS%%%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_config.mo
650
%%NLS%%%%GALLERYDIR%%/locale/sl_SI/sl_SI-gallery_core.po
650
%%NLS%%%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_core.mo
651
%%NLS%%%%GALLERYDIR%%/locale/sl_SI/sl_SI-nls.php
651
%%NLS%%%%WWWDIR%%/locale/pt_PT/flagimage/pt_PT.gif
652
%%NLS%%%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_config.mo
652
%%NLS%%%%WWWDIR%%/locale/pt_PT/pt_PT-gallery_config.po
653
%%NLS%%%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_core.mo
653
%%NLS%%%%WWWDIR%%/locale/pt_PT/pt_PT-gallery_core.po
654
%%NLS%%%%GALLERYDIR%%/locale/sv_SE/flagimage/sv_SE.gif
654
%%NLS%%%%WWWDIR%%/locale/pt_PT/pt_PT-nls.php
655
%%NLS%%%%GALLERYDIR%%/locale/sv_SE/sv_SE-gallery_config.po
655
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_common.mo
656
%%NLS%%%%GALLERYDIR%%/locale/sv_SE/sv_SE-gallery_core.po
656
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_config.mo
657
%%NLS%%%%GALLERYDIR%%/locale/sv_SE/sv_SE-nls.php
657
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_core.mo
658
%%NLS%%%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_config.mo
658
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/flagimage/ru_RU.cp1251.gif
659
%%NLS%%%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_core.mo
659
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_common.po
660
%%NLS%%%%GALLERYDIR%%/locale/tr_TR/flagimage/tr_TR.gif
660
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_config.po
661
%%NLS%%%%GALLERYDIR%%/locale/tr_TR/tr_TR-gallery_config.po
661
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_core.po
662
%%NLS%%%%GALLERYDIR%%/locale/tr_TR/tr_TR-gallery_core.po
662
%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-nls.php
663
%%NLS%%%%GALLERYDIR%%/locale/tr_TR/tr_TR-nls.php
663
%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_config.mo
664
%%NLS%%%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_config.mo
664
%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_core.mo
665
%%NLS%%%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_core.mo
665
%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/flagimage/ru_RU.koi8r.gif
666
%%NLS%%%%GALLERYDIR%%/locale/vi_VN/flagimage/vi_VN.gif
666
%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_config.po
667
%%NLS%%%%GALLERYDIR%%/locale/vi_VN/vi_VN-gallery_config.po
667
%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_core.po
668
%%NLS%%%%GALLERYDIR%%/locale/vi_VN/vi_VN-gallery_core.po
668
%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-nls.php
669
%%NLS%%%%GALLERYDIR%%/locale/vi_VN/vi_VN-nls.php
669
%%NLS%%%%WWWDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_config.mo
670
%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_config.mo
670
%%NLS%%%%WWWDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_core.mo
671
%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_core.mo
671
%%NLS%%%%WWWDIR%%/locale/sk_SK/flagimage/sk_SK.gif
672
%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/flagimage/zh_HK.gif
672
%%NLS%%%%WWWDIR%%/locale/sk_SK/sk_SK-gallery_config.po
673
%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_config.po
673
%%NLS%%%%WWWDIR%%/locale/sk_SK/sk_SK-gallery_core.po
674
%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_core.po
674
%%NLS%%%%WWWDIR%%/locale/sk_SK/sk_SK-nls.php
675
%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/zh_HK.utf8-nls.php
675
%%NLS%%%%WWWDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_config.mo
676
%%NLS%%%%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_config.mo
676
%%NLS%%%%WWWDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_core.mo
677
%%NLS%%%%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_core.mo
677
%%NLS%%%%WWWDIR%%/locale/sl_SI/flagimage/sl_SI.gif
678
%%NLS%%%%GALLERYDIR%%/locale/zh_HK/flagimage/zh_TW.gif
678
%%NLS%%%%WWWDIR%%/locale/sl_SI/sl_SI-gallery_config.po
679
%%NLS%%%%GALLERYDIR%%/locale/zh_HK/zh_HK-gallery_config.po
679
%%NLS%%%%WWWDIR%%/locale/sl_SI/sl_SI-gallery_core.po
680
%%NLS%%%%GALLERYDIR%%/locale/zh_HK/zh_HK-gallery_core.po
680
%%NLS%%%%WWWDIR%%/locale/sl_SI/sl_SI-nls.php
681
%%NLS%%%%GALLERYDIR%%/locale/zh_HK/zh_HK-nls.php
681
%%NLS%%%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_common.mo
682
%%NLS%%%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_config.mo
682
%%NLS%%%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_config.mo
683
%%NLS%%%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_core.mo
683
%%NLS%%%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_core.mo
684
%%NLS%%%%GALLERYDIR%%/locale/zh_TW/flagimage/zh_TW.gif
684
%%NLS%%%%WWWDIR%%/locale/sv_SE/flagimage/sv_SE.gif
685
%%NLS%%%%GALLERYDIR%%/locale/zh_TW/zh_TW-gallery_config.po
685
%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-gallery_common.po
686
%%NLS%%%%GALLERYDIR%%/locale/zh_TW/zh_TW-gallery_core.po
686
%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-gallery_config.po
687
%%NLS%%%%GALLERYDIR%%/locale/zh_TW/zh_TW-nls.php
687
%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-gallery_core.po
688
%%GALLERYDIR%%/login.php
688
%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-nls.php
689
%%GALLERYDIR%%/manage_users.php
689
%%NLS%%%%WWWDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_config.mo
690
%%GALLERYDIR%%/manifest.inc
690
%%NLS%%%%WWWDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_core.mo
691
%%GALLERYDIR%%/modify_user.php
691
%%NLS%%%%WWWDIR%%/locale/tr_TR/flagimage/tr_TR.gif
692
%%GALLERYDIR%%/move_album.php
692
%%NLS%%%%WWWDIR%%/locale/tr_TR/tr_TR-gallery_config.po
693
%%GALLERYDIR%%/move_photo.php
693
%%NLS%%%%WWWDIR%%/locale/tr_TR/tr_TR-gallery_core.po
694
%%GALLERYDIR%%/multi_create_user.php
694
%%NLS%%%%WWWDIR%%/locale/tr_TR/tr_TR-nls.php
695
%%GALLERYDIR%%/new_password.php
695
%%NLS%%%%WWWDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_config.mo
696
%%GALLERYDIR%%/nls.php
696
%%NLS%%%%WWWDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_core.mo
697
%%GALLERYDIR%%/photo_owner.php
697
%%NLS%%%%WWWDIR%%/locale/vi_VN/flagimage/vi_VN.gif
698
%%GALLERYDIR%%/platform/fs_unix.php
698
%%NLS%%%%WWWDIR%%/locale/vi_VN/vi_VN-gallery_config.po
699
%%GALLERYDIR%%/platform/fs_win32.php
699
%%NLS%%%%WWWDIR%%/locale/vi_VN/vi_VN-gallery_core.po
700
%%GALLERYDIR%%/po/CREDITS
700
%%NLS%%%%WWWDIR%%/locale/vi_VN/vi_VN-nls.php
701
%%GALLERYDIR%%/po/change_version.sh
701
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_common.mo
702
%%GALLERYDIR%%/po/copyright-header.txt
702
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_config.mo
703
%%GALLERYDIR%%/po/create_po_template.sh
703
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_core.mo
704
%%GALLERYDIR%%/po/edit_changelog.sh
704
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/flagimage/zh_HK.gif
705
%%GALLERYDIR%%/po/filelist-common
705
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_common.po
706
%%GALLERYDIR%%/po/filelist-config
706
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_config.po
707
%%GALLERYDIR%%/po/filelist-core
707
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_core.po
708
%%GALLERYDIR%%/po/gallery-common.pot
708
%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-nls.php
709
%%GALLERYDIR%%/po/gallery-config.pot
709
%%NLS%%%%WWWDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_common.mo
710
%%GALLERYDIR%%/po/gallery-core.pot
710
%%NLS%%%%WWWDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_config.mo
711
%%GALLERYDIR%%/po/make_mo_files.sh
711
%%NLS%%%%WWWDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_core.mo
712
%%GALLERYDIR%%/po/remove_obsolete.pl
712
%%NLS%%%%WWWDIR%%/locale/zh_HK/flagimage/zh_TW.gif
713
%%GALLERYDIR%%/po/transform_fuzzy.pl
713
%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-gallery_common.po
714
%%GALLERYDIR%%/po/update_po_files.sh
714
%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-gallery_config.po
715
%%GALLERYDIR%%/poll_properties.php
715
%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-gallery_core.po
716
%%GALLERYDIR%%/poll_results.php
716
%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-nls.php
717
%%GALLERYDIR%%/progress_uploading.php
717
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_common.mo
718
%%GALLERYDIR%%/publish_xp.php
718
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_config.mo
719
%%GALLERYDIR%%/publish_xp_docs.php
719
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_core.mo
720
%%GALLERYDIR%%/rearrange.php
720
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/flagimage/zh_TW.utf8.gif
721
%%GALLERYDIR%%/register.php
721
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_common.po
722
%%GALLERYDIR%%/rename_album.php
722
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_config.po
723
%%GALLERYDIR%%/reset_votes.php
723
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_core.po
724
%%GALLERYDIR%%/resize_photo.php
724
%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-nls.php
725
%%GALLERYDIR%%/rotate_photo.php
725
%%NLS%%%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_common.mo
726
%%GALLERYDIR%%/rss.php
726
%%NLS%%%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_config.mo
727
%%GALLERYDIR%%/save_photos.php
727
%%NLS%%%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_core.mo
728
%%GALLERYDIR%%/search.php
728
%%NLS%%%%WWWDIR%%/locale/zh_TW/flagimage/zh_TW.gif
729
%%GALLERYDIR%%/secure.sh
729
%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-gallery_common.po
730
%%GALLERYDIR%%/session.php
730
%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-gallery_config.po
731
%%GALLERYDIR%%/setup/.htaccess
731
%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-gallery_core.po
732
%%GALLERYDIR%%/setup/backup_albums.php
732
%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-nls.php
733
%%GALLERYDIR%%/setup/check.inc
733
%%WWWDIR%%/login.php
734
%%GALLERYDIR%%/setup/check_imagemagick.php
734
%%WWWDIR%%/manage_users.php
735
%%GALLERYDIR%%/setup/check_mail.php
735
%%WWWDIR%%/manifest.inc
736
%%GALLERYDIR%%/setup/check_netpbm.php
736
%%WWWDIR%%/modify_user.php
737
%%GALLERYDIR%%/setup/check_versions.php
737
%%WWWDIR%%/move_album.php
738
%%GALLERYDIR%%/setup/config_data.inc
738
%%WWWDIR%%/move_photo.php
739
%%GALLERYDIR%%/setup/confirm.inc
739
%%WWWDIR%%/multi_create_user.php
740
%%GALLERYDIR%%/setup/constants.inc
740
%%WWWDIR%%/new_password.php
741
%%GALLERYDIR%%/setup/defaults.inc
741
%%WWWDIR%%/nls.php
742
%%GALLERYDIR%%/setup/diagnostics.php
742
%%WWWDIR%%/photo_owner.php
743
%%GALLERYDIR%%/setup/frame_test.php
743
%%WWWDIR%%/platform/fs_unix.php
744
%%GALLERYDIR%%/setup/ghcc.php
744
%%WWWDIR%%/platform/fs_win32.php
745
%%GALLERYDIR%%/setup/gpl.txt
745
%%WWWDIR%%/po/CREDITS
746
%%GALLERYDIR%%/setup/index.php
746
%%WWWDIR%%/po/change_version.sh
747
%%GALLERYDIR%%/setup/init.php
747
%%WWWDIR%%/po/copyright-header.txt
748
%%GALLERYDIR%%/setup/login.inc
748
%%WWWDIR%%/po/create_po_template.sh
749
%%GALLERYDIR%%/setup/mod_rewrite.template
749
%%WWWDIR%%/po/edit_changelog.sh
750
%%GALLERYDIR%%/setup/php_value.template
750
%%WWWDIR%%/po/filelist-common
751
%%GALLERYDIR%%/setup/php_value_ok.php
751
%%WWWDIR%%/po/filelist-config
752
%%GALLERYDIR%%/setup/phpinfo.php
752
%%WWWDIR%%/po/filelist-core
753
%%GALLERYDIR%%/setup/session_test.php
753
%%WWWDIR%%/po/gallery-common.pot
754
%%GALLERYDIR%%/setup/write.inc
754
%%WWWDIR%%/po/gallery-config.pot
755
%%GALLERYDIR%%/skins/bars002/css/screen.css
755
%%WWWDIR%%/po/gallery-core.pot
756
%%GALLERYDIR%%/skins/bars002/images/navbar.jpg
756
%%WWWDIR%%/po/make_mo_files.sh
757
%%GALLERYDIR%%/skins/bars002/images/screenshot.jpg
757
%%WWWDIR%%/po/remove_obsolete.pl
758
%%GALLERYDIR%%/skins/bars002/images/topbar.jpg
758
%%WWWDIR%%/po/transform_fuzzy.pl
759
%%GALLERYDIR%%/skins/bars002/style.def
759
%%WWWDIR%%/po/update_po_files.sh
760
%%GALLERYDIR%%/skins/bblue/css/screen.css
760
%%WWWDIR%%/poll_properties.php
761
%%GALLERYDIR%%/skins/bblue/images/mod_headliner.jpg
761
%%WWWDIR%%/poll_results.php
762
%%GALLERYDIR%%/skins/bblue/images/mod_navbar.jpg
762
%%WWWDIR%%/progress_uploading.php
763
%%GALLERYDIR%%/skins/bblue/images/mod_toplight_bg.jpg
763
%%WWWDIR%%/publish_xp.php
764
%%GALLERYDIR%%/skins/bblue/images/mod_toplight_left.jpg
764
%%WWWDIR%%/publish_xp_docs.php
765
%%GALLERYDIR%%/skins/bblue/images/mod_toplight_right.jpg
765
%%WWWDIR%%/rearrange.php
766
%%GALLERYDIR%%/skins/bblue/images/mod_under_hl.jpg
766
%%WWWDIR%%/rebuild_capture_dates.php
767
%%GALLERYDIR%%/skins/bblue/images/screenshot.jpg
767
%%WWWDIR%%/register.php
768
%%GALLERYDIR%%/skins/bblue/style.def
768
%%WWWDIR%%/rename_album.php
769
%%GALLERYDIR%%/skins/bgreen/css/screen.css
769
%%WWWDIR%%/reset_votes.php
770
%%GALLERYDIR%%/skins/bgreen/images/mod_headliner.jpg
770
%%WWWDIR%%/resize_photo.php
771
%%GALLERYDIR%%/skins/bgreen/images/mod_navbar.jpg
771
%%WWWDIR%%/rotate_photo.php
772
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_bg.jpg
772
%%WWWDIR%%/rss.php
773
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_left.gif
773
%%WWWDIR%%/save_photos.php
774
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_left.jpg
774
%%WWWDIR%%/search.php
775
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_right.gif
775
%%WWWDIR%%/secure.sh
776
%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_right.jpg
776
%%WWWDIR%%/session.php
777
%%GALLERYDIR%%/skins/bgreen/images/mod_under_hl.jpg
777
%%WWWDIR%%/setup/.htaccess
778
%%GALLERYDIR%%/skins/bgreen/images/screenshot.jpg
778
%%WWWDIR%%/setup/backup_albums.php
779
%%GALLERYDIR%%/skins/bgreen/style.def
779
%%WWWDIR%%/setup/check.inc
780
%%GALLERYDIR%%/skins/bgreen2/css/screen.css
780
%%WWWDIR%%/setup/check_imagemagick.php
781
%%GALLERYDIR%%/skins/bgreen2/images/mod_headliner.jpg
781
%%WWWDIR%%/setup/check_mail.php
782
%%GALLERYDIR%%/skins/bgreen2/images/mod_navbar.jpg
782
%%WWWDIR%%/setup/check_netpbm.php
783
%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_bg.jpg
783
%%WWWDIR%%/setup/check_versions.php
784
%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_left.jpg
784
%%WWWDIR%%/setup/config_data.inc
785
%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_right.jpg
785
%%WWWDIR%%/setup/confirm.inc
786
%%GALLERYDIR%%/skins/bgreen2/images/mod_under_hl.jpg
786
%%WWWDIR%%/setup/constants.inc
787
%%GALLERYDIR%%/skins/bgreen2/images/screenshot.jpg
787
%%WWWDIR%%/setup/defaults.inc
788
%%GALLERYDIR%%/skins/bgreen2/style.def
788
%%WWWDIR%%/setup/diagnostics.php
789
%%GALLERYDIR%%/skins/black/css/screen.css
789
%%WWWDIR%%/setup/frame_test.php
790
%%GALLERYDIR%%/skins/black/images/mod_navbar.jpg
790
%%WWWDIR%%/setup/ghcc.php
791
%%GALLERYDIR%%/skins/black/images/mod_titlebar.jpg
791
%%WWWDIR%%/setup/gpl.txt
792
%%GALLERYDIR%%/skins/black/images/screenshot.jpg
792
%%WWWDIR%%/setup/index.php
793
%%GALLERYDIR%%/skins/black/style.def
793
%%WWWDIR%%/setup/init.php
794
%%GALLERYDIR%%/skins/bluemod/css/screen.css
794
%%WWWDIR%%/setup/login.inc
795
%%GALLERYDIR%%/skins/bluemod/images/mod_background.jpg
795
%%WWWDIR%%/setup/mod_rewrite.template
796
%%GALLERYDIR%%/skins/bluemod/images/mod_navbar.jpg
796
%%WWWDIR%%/setup/php_value.template
797
%%GALLERYDIR%%/skins/bluemod/images/mod_titlebar.jpg
797
%%WWWDIR%%/setup/php_value_ok.php
798
%%GALLERYDIR%%/skins/bluemod/images/mod_titlemid.jpg
798
%%WWWDIR%%/setup/phpinfo.php
799
%%GALLERYDIR%%/skins/bluemod/images/screenshot.jpg
799
%%WWWDIR%%/setup/session_test.php
800
%%GALLERYDIR%%/skins/bluemod/style.def
800
%%WWWDIR%%/setup/write.inc
801
%%GALLERYDIR%%/skins/bpurple/css/screen.css
801
%%WWWDIR%%/skins/bars002/css/screen.css
802
%%GALLERYDIR%%/skins/bpurple/images/mod_headliner.jpg
802
%%WWWDIR%%/skins/bars002/images/navbar.jpg
803
%%GALLERYDIR%%/skins/bpurple/images/mod_navbar.jpg
803
%%WWWDIR%%/skins/bars002/images/screenshot.jpg
804
%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_bg.jpg
804
%%WWWDIR%%/skins/bars002/images/topbar.jpg
805
%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_left.jpg
805
%%WWWDIR%%/skins/bars002/style.def
806
%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_right.jpg
806
%%WWWDIR%%/skins/bblue/css/screen.css
807
%%GALLERYDIR%%/skins/bpurple/images/mod_under_hl.jpg
807
%%WWWDIR%%/skins/bblue/images/mod_headliner.jpg
808
%%GALLERYDIR%%/skins/bpurple/images/screenshot.jpg
808
%%WWWDIR%%/skins/bblue/images/mod_navbar.jpg
809
%%GALLERYDIR%%/skins/bpurple/style.def
809
%%WWWDIR%%/skins/bblue/images/mod_toplight_bg.jpg
810
%%GALLERYDIR%%/skins/bred/css/screen.css
810
%%WWWDIR%%/skins/bblue/images/mod_toplight_left.jpg
811
%%GALLERYDIR%%/skins/bred/images/mod_headliner.jpg
811
%%WWWDIR%%/skins/bblue/images/mod_toplight_right.jpg
812
%%GALLERYDIR%%/skins/bred/images/mod_navbar.jpg
812
%%WWWDIR%%/skins/bblue/images/mod_under_hl.jpg
813
%%GALLERYDIR%%/skins/bred/images/mod_toplight_bg.jpg
813
%%WWWDIR%%/skins/bblue/images/screenshot.jpg
814
%%GALLERYDIR%%/skins/bred/images/mod_toplight_left.gif
814
%%WWWDIR%%/skins/bblue/style.def
815
%%GALLERYDIR%%/skins/bred/images/mod_toplight_left.jpg
815
%%WWWDIR%%/skins/bgreen/css/screen.css
816
%%GALLERYDIR%%/skins/bred/images/mod_toplight_right.gif
816
%%WWWDIR%%/skins/bgreen/images/mod_headliner.jpg
817
%%GALLERYDIR%%/skins/bred/images/mod_toplight_right.jpg
817
%%WWWDIR%%/skins/bgreen/images/mod_navbar.jpg
818
%%GALLERYDIR%%/skins/bred/images/mod_under_hl.jpg
818
%%WWWDIR%%/skins/bgreen/images/mod_toplight_bg.jpg
819
%%GALLERYDIR%%/skins/bred/images/screenshot.jpg
819
%%WWWDIR%%/skins/bgreen/images/mod_toplight_left.gif
820
%%GALLERYDIR%%/skins/bred/style.def
820
%%WWWDIR%%/skins/bgreen/images/mod_toplight_left.jpg
821
%%GALLERYDIR%%/skins/bubbles/css/screen.css
821
%%WWWDIR%%/skins/bgreen/images/mod_toplight_right.gif
822
%%GALLERYDIR%%/skins/bubbles/images/mod_navbar.jpg
822
%%WWWDIR%%/skins/bgreen/images/mod_toplight_right.jpg
823
%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_bg.jpg
823
%%WWWDIR%%/skins/bgreen/images/mod_under_hl.jpg
824
%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_left.jpg
824
%%WWWDIR%%/skins/bgreen/images/screenshot.jpg
825
%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_right.jpg
825
%%WWWDIR%%/skins/bgreen/style.def
826
%%GALLERYDIR%%/skins/bubbles/images/screenshot.jpg
826
%%WWWDIR%%/skins/bgreen2/css/screen.css
827
%%GALLERYDIR%%/skins/bubbles/style.def
827
%%WWWDIR%%/skins/bgreen2/images/mod_headliner.jpg
828
%%GALLERYDIR%%/skins/butterfly_green/css/screen.css
828
%%WWWDIR%%/skins/bgreen2/images/mod_navbar.jpg
829
%%GALLERYDIR%%/skins/butterfly_green/images/mod_box.jpg
829
%%WWWDIR%%/skins/bgreen2/images/mod_toplight_bg.jpg
830
%%GALLERYDIR%%/skins/butterfly_green/images/mod_headliner.jpg
830
%%WWWDIR%%/skins/bgreen2/images/mod_toplight_left.jpg
831
%%GALLERYDIR%%/skins/butterfly_green/images/mod_navbar.jpg
831
%%WWWDIR%%/skins/bgreen2/images/mod_toplight_right.jpg
832
%%GALLERYDIR%%/skins/butterfly_green/images/mod_toplight_bg.jpg
832
%%WWWDIR%%/skins/bgreen2/images/mod_under_hl.jpg
833
%%GALLERYDIR%%/skins/butterfly_green/images/mod_toplight_left.jpg
833
%%WWWDIR%%/skins/bgreen2/images/screenshot.jpg
834
%%GALLERYDIR%%/skins/butterfly_green/images/screenshot.jpg
834
%%WWWDIR%%/skins/bgreen2/style.def
835
%%GALLERYDIR%%/skins/butterfly_green/style.def
835
%%WWWDIR%%/skins/black/css/screen.css
836
%%GALLERYDIR%%/skins/greenpurple/css/screen.css
836
%%WWWDIR%%/skins/black/images/mod_navbar.jpg
837
%%GALLERYDIR%%/skins/greenpurple/images/mod_descbg.jpg
837
%%WWWDIR%%/skins/black/images/mod_titlebar.jpg
838
%%GALLERYDIR%%/skins/greenpurple/images/mod_navbar.jpg
838
%%WWWDIR%%/skins/black/images/screenshot.jpg
839
%%GALLERYDIR%%/skins/greenpurple/images/mod_navbox.jpg
839
%%WWWDIR%%/skins/black/style.def
840
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlebar.jpg
840
%%WWWDIR%%/skins/bluemod/css/screen.css
841
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlelft.jpg
841
%%WWWDIR%%/skins/bluemod/images/mod_background.jpg
842
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlemid.jpg
842
%%WWWDIR%%/skins/bluemod/images/mod_navbar.jpg
843
%%GALLERYDIR%%/skins/greenpurple/images/mod_titlert.jpg
843
%%WWWDIR%%/skins/bluemod/images/mod_titlebar.jpg
844
%%GALLERYDIR%%/skins/greenpurple/images/screenshot.jpg
844
%%WWWDIR%%/skins/bluemod/images/mod_titlemid.jpg
845
%%GALLERYDIR%%/skins/greenpurple/style.def
845
%%WWWDIR%%/skins/bluemod/images/screenshot.jpg
846
%%GALLERYDIR%%/skins/hotred/css/screen.css
846
%%WWWDIR%%/skins/bluemod/style.def
847
%%GALLERYDIR%%/skins/hotred/images/mod_descbg.jpg
847
%%WWWDIR%%/skins/bpurple/css/screen.css
848
%%GALLERYDIR%%/skins/hotred/images/mod_descbox.jpg
848
%%WWWDIR%%/skins/bpurple/images/mod_headliner.jpg
849
%%GALLERYDIR%%/skins/hotred/images/mod_navbar.jpg
849
%%WWWDIR%%/skins/bpurple/images/mod_navbar.jpg
850
%%GALLERYDIR%%/skins/hotred/images/mod_navbox.jpg
850
%%WWWDIR%%/skins/bpurple/images/mod_toplight_bg.jpg
851
%%GALLERYDIR%%/skins/hotred/images/mod_titlebar.jpg
851
%%WWWDIR%%/skins/bpurple/images/mod_toplight_left.jpg
852
%%GALLERYDIR%%/skins/hotred/images/mod_titlemid.jpg
852
%%WWWDIR%%/skins/bpurple/images/mod_toplight_right.jpg
853
%%GALLERYDIR%%/skins/hotred/images/screenshot.jpg
853
%%WWWDIR%%/skins/bpurple/images/mod_under_hl.jpg
854
%%GALLERYDIR%%/skins/hotred/style.def
854
%%WWWDIR%%/skins/bpurple/images/screenshot.jpg
855
%%GALLERYDIR%%/skins/jenskin/css/screen.css
855
%%WWWDIR%%/skins/bpurple/style.def
856
%%GALLERYDIR%%/skins/jenskin/images/screenshot.jpg
856
%%WWWDIR%%/skins/bred/css/screen.css
857
%%GALLERYDIR%%/skins/jenskin/images/simplex-bkg.gif
857
%%WWWDIR%%/skins/bred/images/mod_headliner.jpg
858
%%GALLERYDIR%%/skins/jenskin/style.def
858
%%WWWDIR%%/skins/bred/images/mod_navbar.jpg
859
%%GALLERYDIR%%/skins/lilac/css/screen.css
859
%%WWWDIR%%/skins/bred/images/mod_toplight_bg.jpg
860
%%GALLERYDIR%%/skins/lilac/images/mod_descbg.jpg
860
%%WWWDIR%%/skins/bred/images/mod_toplight_left.gif
861
%%GALLERYDIR%%/skins/lilac/images/mod_navbar.jpg
861
%%WWWDIR%%/skins/bred/images/mod_toplight_left.jpg
862
%%GALLERYDIR%%/skins/lilac/images/mod_navbox.jpg
862
%%WWWDIR%%/skins/bred/images/mod_toplight_right.gif
863
%%GALLERYDIR%%/skins/lilac/images/mod_titlebar.jpg
863
%%WWWDIR%%/skins/bred/images/mod_toplight_right.jpg
864
%%GALLERYDIR%%/skins/lilac/images/mod_titlemid.jpg
864
%%WWWDIR%%/skins/bred/images/mod_under_hl.jpg
865
%%GALLERYDIR%%/skins/lilac/images/screenshot.jpg
865
%%WWWDIR%%/skins/bred/images/screenshot.jpg
866
%%GALLERYDIR%%/skins/lilac/style.def
866
%%WWWDIR%%/skins/bred/style.def
867
%%GALLERYDIR%%/skins/madmod1/css/screen.css
867
%%WWWDIR%%/skins/bubbles/css/screen.css
868
%%GALLERYDIR%%/skins/madmod1/images/background.jpg
868
%%WWWDIR%%/skins/bubbles/images/mod_navbar.jpg
869
%%GALLERYDIR%%/skins/madmod1/images/background9.jpg
869
%%WWWDIR%%/skins/bubbles/images/mod_toplight_bg.jpg
870
%%GALLERYDIR%%/skins/madmod1/images/bar.gif
870
%%WWWDIR%%/skins/bubbles/images/mod_toplight_left.jpg
871
%%GALLERYDIR%%/skins/madmod1/images/button9.jpg
871
%%WWWDIR%%/skins/bubbles/images/mod_toplight_right.jpg
872
%%GALLERYDIR%%/skins/madmod1/images/gallery9.jpg
872
%%WWWDIR%%/skins/bubbles/images/screenshot.jpg
873
%%GALLERYDIR%%/skins/madmod1/images/headbg9.jpg
873
%%WWWDIR%%/skins/bubbles/style.def
874
%%GALLERYDIR%%/skins/madmod1/images/navbg9.jpg
874
%%WWWDIR%%/skins/butterfly_green/css/screen.css
875
%%GALLERYDIR%%/skins/madmod1/images/next9.jpg
875
%%WWWDIR%%/skins/butterfly_green/images/mod_box.jpg
876
%%GALLERYDIR%%/skins/madmod1/images/prev9.jpg
876
%%WWWDIR%%/skins/butterfly_green/images/mod_headliner.jpg
877
%%GALLERYDIR%%/skins/madmod1/images/screenshot.jpg
877
%%WWWDIR%%/skins/butterfly_green/images/mod_navbar.jpg
878
%%GALLERYDIR%%/skins/madmod1/images/titlehead9.jpg
878
%%WWWDIR%%/skins/butterfly_green/images/mod_toplight_bg.jpg
879
%%GALLERYDIR%%/skins/madmod1/style.def
879
%%WWWDIR%%/skins/butterfly_green/images/mod_toplight_left.jpg
880
%%GALLERYDIR%%/skins/madmod1/tpl/album.footer.tpl
880
%%WWWDIR%%/skins/butterfly_green/images/screenshot.jpg
881
%%GALLERYDIR%%/skins/madmod1/tpl/album.header.tpl
881
%%WWWDIR%%/skins/butterfly_green/style.def
882
%%GALLERYDIR%%/skins/madmod1/tpl/breadcrumb.tpl
882
%%WWWDIR%%/skins/greenpurple/css/screen.css
883
%%GALLERYDIR%%/skins/madmod1/tpl/footer.tpl
883
%%WWWDIR%%/skins/greenpurple/images/mod_descbg.jpg
884
%%GALLERYDIR%%/skins/madmod1/tpl/gallery.footer.tpl
884
%%WWWDIR%%/skins/greenpurple/images/mod_navbar.jpg
885
%%GALLERYDIR%%/skins/madmod1/tpl/gallery.header.tpl
885
%%WWWDIR%%/skins/greenpurple/images/mod_navbox.jpg
886
%%GALLERYDIR%%/skins/madmod1/tpl/header.tpl
886
%%WWWDIR%%/skins/greenpurple/images/mod_titlebar.jpg
887
%%GALLERYDIR%%/skins/madmod1/tpl/menu.tpl
887
%%WWWDIR%%/skins/greenpurple/images/mod_titlelft.jpg
888
%%GALLERYDIR%%/skins/madmod1/tpl/navigator.tpl
888
%%WWWDIR%%/skins/greenpurple/images/mod_titlemid.jpg
889
%%GALLERYDIR%%/skins/madmod1/tpl/navphoto.tpl
889
%%WWWDIR%%/skins/greenpurple/images/mod_titlert.jpg
890
%%GALLERYDIR%%/skins/madmod1/tpl/photo.footer.tpl
890
%%WWWDIR%%/skins/greenpurple/images/screenshot.jpg
891
%%GALLERYDIR%%/skins/madmod1/tpl/photo.header.tpl
891
%%WWWDIR%%/skins/greenpurple/style.def
892
%%GALLERYDIR%%/skins/madmod1/tpl/search.footer.tpl
892
%%WWWDIR%%/skins/hotred/css/screen.css
893
%%GALLERYDIR%%/skins/madmod1/tpl/search.header.tpl
893
%%WWWDIR%%/skins/hotred/images/mod_descbg.jpg
894
%%GALLERYDIR%%/skins/madmod1/tpl/slideshow.footer.tpl
894
%%WWWDIR%%/skins/hotred/images/mod_descbox.jpg
895
%%GALLERYDIR%%/skins/madmod1/tpl/slideshow.header.tpl
895
%%WWWDIR%%/skins/hotred/images/mod_navbar.jpg
896
%%GALLERYDIR%%/skins/paint/css/screen.css
896
%%WWWDIR%%/skins/hotred/images/mod_navbox.jpg
897
%%GALLERYDIR%%/skins/paint/images/mod_background.jpg
897
%%WWWDIR%%/skins/hotred/images/mod_titlebar.jpg
898
%%GALLERYDIR%%/skins/paint/images/mod_descbg.jpg
898
%%WWWDIR%%/skins/hotred/images/mod_titlemid.jpg
899
%%GALLERYDIR%%/skins/paint/images/mod_navbar.jpg
899
%%WWWDIR%%/skins/hotred/images/screenshot.jpg
900
%%GALLERYDIR%%/skins/paint/images/mod_toplight_bg.jpg
900
%%WWWDIR%%/skins/hotred/style.def
901
%%GALLERYDIR%%/skins/paint/images/mod_toplight_left.gif
901
%%WWWDIR%%/skins/jenskin/css/screen.css
902
%%GALLERYDIR%%/skins/paint/images/mod_toplight_right.gif
902
%%WWWDIR%%/skins/jenskin/images/screenshot.jpg
903
%%GALLERYDIR%%/skins/paint/images/screenshot.jpg
903
%%WWWDIR%%/skins/jenskin/images/simplex-bkg.gif
904
%%GALLERYDIR%%/skins/paint/style.def
904
%%WWWDIR%%/skins/jenskin/style.def
905
%%GALLERYDIR%%/skins/redmarble/css/screen.css
905
%%WWWDIR%%/skins/lilac/css/screen.css
906
%%GALLERYDIR%%/skins/redmarble/images/mod_background.jpg
906
%%WWWDIR%%/skins/lilac/images/mod_descbg.jpg
907
%%GALLERYDIR%%/skins/redmarble/images/mod_navbar.jpg
907
%%WWWDIR%%/skins/lilac/images/mod_navbar.jpg
908
%%GALLERYDIR%%/skins/redmarble/images/mod_titlebar.jpg
908
%%WWWDIR%%/skins/lilac/images/mod_navbox.jpg
909
%%GALLERYDIR%%/skins/redmarble/images/mod_titlemid.jpg
909
%%WWWDIR%%/skins/lilac/images/mod_titlebar.jpg
910
%%GALLERYDIR%%/skins/redmarble/images/screenshot.jpg
910
%%WWWDIR%%/skins/lilac/images/mod_titlemid.jpg
911
%%GALLERYDIR%%/skins/redmarble/style.def
911
%%WWWDIR%%/skins/lilac/images/screenshot.jpg
912
%%GALLERYDIR%%/skins/slick/css/screen.css
912
%%WWWDIR%%/skins/lilac/style.def
913
%%GALLERYDIR%%/skins/slick/images/mod_background.jpg
913
%%WWWDIR%%/skins/madmod1/css/screen.css
914
%%GALLERYDIR%%/skins/slick/images/mod_descbg.jpg
914
%%WWWDIR%%/skins/madmod1/images/background.jpg
915
%%GALLERYDIR%%/skins/slick/images/mod_headliner.jpg
915
%%WWWDIR%%/skins/madmod1/images/background9.jpg
916
%%GALLERYDIR%%/skins/slick/images/mod_navbar.jpg
916
%%WWWDIR%%/skins/madmod1/images/bar.gif
917
%%GALLERYDIR%%/skins/slick/images/mod_pixel.gif
917
%%WWWDIR%%/skins/madmod1/images/button9.jpg
918
%%GALLERYDIR%%/skins/slick/images/mod_title.jpg
918
%%WWWDIR%%/skins/madmod1/images/gallery9.jpg
919
%%GALLERYDIR%%/skins/slick/images/mod_title_bg.jpg
919
%%WWWDIR%%/skins/madmod1/images/headbg9.jpg
920
%%GALLERYDIR%%/skins/slick/images/mod_title_left.jpg
920
%%WWWDIR%%/skins/madmod1/images/navbg9.jpg
921
%%GALLERYDIR%%/skins/slick/images/mod_title_right.jpg
921
%%WWWDIR%%/skins/madmod1/images/next9.jpg
922
%%GALLERYDIR%%/skins/slick/images/mod_titlemid.jpg
922
%%WWWDIR%%/skins/madmod1/images/prev9.jpg
923
%%GALLERYDIR%%/skins/slick/images/mod_toplight_bg.jpg
923
%%WWWDIR%%/skins/madmod1/images/screenshot.jpg
924
%%GALLERYDIR%%/skins/slick/images/mod_toplight_left.jpg
924
%%WWWDIR%%/skins/madmod1/images/titlehead9.jpg
925
%%GALLERYDIR%%/skins/slick/images/mod_toplight_right.jpg
925
%%WWWDIR%%/skins/madmod1/style.def
926
%%GALLERYDIR%%/skins/slick/images/screenshot.jpg
926
%%WWWDIR%%/skins/madmod1/tpl/album.footer.tpl
927
%%GALLERYDIR%%/skins/slick/style.def
927
%%WWWDIR%%/skins/madmod1/tpl/album.header.tpl
928
%%GALLERYDIR%%/skins/suit/css/screen.css
928
%%WWWDIR%%/skins/madmod1/tpl/breadcrumb.tpl
929
%%GALLERYDIR%%/skins/suit/images/mod_navbar.jpg
929
%%WWWDIR%%/skins/madmod1/tpl/footer.tpl
930
%%GALLERYDIR%%/skins/suit/images/mod_titlebar.jpg
930
%%WWWDIR%%/skins/madmod1/tpl/gallery.footer.tpl
931
%%GALLERYDIR%%/skins/suit/images/mod_titlemid.jpg
931
%%WWWDIR%%/skins/madmod1/tpl/gallery.header.tpl
932
%%GALLERYDIR%%/skins/suit/images/screenshot.jpg
932
%%WWWDIR%%/skins/madmod1/tpl/header.tpl
933
%%GALLERYDIR%%/skins/suit/style.def
933
%%WWWDIR%%/skins/madmod1/tpl/menu.tpl
934
%%GALLERYDIR%%/skins/white1/css/screen.css
934
%%WWWDIR%%/skins/madmod1/tpl/navigator.tpl
935
%%GALLERYDIR%%/skins/white1/images/mod_navbar.jpg
935
%%WWWDIR%%/skins/madmod1/tpl/navphoto.tpl
936
%%GALLERYDIR%%/skins/white1/images/mod_titlebar.jpg
936
%%WWWDIR%%/skins/madmod1/tpl/photo.footer.tpl
937
%%GALLERYDIR%%/skins/white1/images/mod_titlemid.jpg
937
%%WWWDIR%%/skins/madmod1/tpl/photo.header.tpl
938
%%GALLERYDIR%%/skins/white1/images/screenshot.jpg
938
%%WWWDIR%%/skins/madmod1/tpl/search.footer.tpl
939
%%GALLERYDIR%%/skins/white1/style.def
939
%%WWWDIR%%/skins/madmod1/tpl/search.header.tpl
940
%%GALLERYDIR%%/skins/yellow/css/screen.css
940
%%WWWDIR%%/skins/madmod1/tpl/slideshow.footer.tpl
941
%%GALLERYDIR%%/skins/yellow/images/mod_navbar.jpg
941
%%WWWDIR%%/skins/madmod1/tpl/slideshow.header.tpl
942
%%GALLERYDIR%%/skins/yellow/images/mod_titlebar.jpg
942
%%WWWDIR%%/skins/paint/css/screen.css
943
%%GALLERYDIR%%/skins/yellow/images/mod_titlemid.jpg
943
%%WWWDIR%%/skins/paint/images/mod_background.jpg
944
%%GALLERYDIR%%/skins/yellow/images/screenshot.jpg
944
%%WWWDIR%%/skins/paint/images/mod_descbg.jpg
945
%%GALLERYDIR%%/skins/yellow/style.def
945
%%WWWDIR%%/skins/paint/images/mod_navbar.jpg
946
%%GALLERYDIR%%/slideshow.php
946
%%WWWDIR%%/skins/paint/images/mod_toplight_bg.jpg
947
%%GALLERYDIR%%/sort_album.php
947
%%WWWDIR%%/skins/paint/images/mod_toplight_left.gif
948
%%GALLERYDIR%%/stamp_preview.php
948
%%WWWDIR%%/skins/paint/images/mod_toplight_right.gif
949
%%GALLERYDIR%%/stats-wizard.php
949
%%WWWDIR%%/skins/paint/images/screenshot.jpg
950
%%GALLERYDIR%%/stats.php
950
%%WWWDIR%%/skins/paint/style.def
951
%%GALLERYDIR%%/tools/build_manifest.php
951
%%WWWDIR%%/skins/redmarble/css/screen.css
952
%%GALLERYDIR%%/tools/despam-comments.php
952
%%WWWDIR%%/skins/redmarble/images/mod_background.jpg
953
%%GALLERYDIR%%/tools/find_orphans.php
953
%%WWWDIR%%/skins/redmarble/images/mod_navbar.jpg
954
%%GALLERYDIR%%/tools/g1-makereport.php
954
%%WWWDIR%%/skins/redmarble/images/mod_titlebar.jpg
955
%%GALLERYDIR%%/tools/g1-report.css
955
%%WWWDIR%%/skins/redmarble/images/mod_titlemid.jpg
956
%%GALLERYDIR%%/tools/g1-report.php
956
%%WWWDIR%%/skins/redmarble/images/screenshot.jpg
957
%%GALLERYDIR%%/tools/include/main.inc
957
%%WWWDIR%%/skins/redmarble/style.def
958
%%GALLERYDIR%%/tools/include/plugin_rowdata.inc
958
%%WWWDIR%%/skins/slick/css/screen.css
959
%%GALLERYDIR%%/tools/include/row_header.inc
959
%%WWWDIR%%/skins/slick/images/mod_background.jpg
960
%%GALLERYDIR%%/tools/validate_albums.php
960
%%WWWDIR%%/skins/slick/images/mod_descbg.jpg
961
%%GALLERYDIR%%/upgrade_album.php
961
%%WWWDIR%%/skins/slick/images/mod_headliner.jpg
962
%%GALLERYDIR%%/upgrade_users.php
962
%%WWWDIR%%/skins/slick/images/mod_navbar.jpg
963
%%GALLERYDIR%%/user_preferences.php
963
%%WWWDIR%%/skins/slick/images/mod_pixel.gif
964
%%GALLERYDIR%%/util.php
964
%%WWWDIR%%/skins/slick/images/mod_title.jpg
965
%%GALLERYDIR%%/view_album.php
965
%%WWWDIR%%/skins/slick/images/mod_title_bg.jpg
966
%%GALLERYDIR%%/view_comments.php
966
%%WWWDIR%%/skins/slick/images/mod_title_left.jpg
967
%%GALLERYDIR%%/view_photo.php
967
%%WWWDIR%%/skins/slick/images/mod_title_right.jpg
968
%%GALLERYDIR%%/view_photo_properties.php
968
%%WWWDIR%%/skins/slick/images/mod_titlemid.jpg
969
%%GALLERYDIR%%/watermark_album.php
969
%%WWWDIR%%/skins/slick/images/mod_toplight_bg.jpg
970
@dirrm %%GALLERYDIR%%/tools/include
970
%%WWWDIR%%/skins/slick/images/mod_toplight_left.jpg
971
@dirrm %%GALLERYDIR%%/tools
971
%%WWWDIR%%/skins/slick/images/mod_toplight_right.jpg
972
@dirrm %%GALLERYDIR%%/skins/yellow/images
972
%%WWWDIR%%/skins/slick/images/screenshot.jpg
973
@dirrm %%GALLERYDIR%%/skins/yellow/css
973
%%WWWDIR%%/skins/slick/style.def
974
@dirrm %%GALLERYDIR%%/skins/yellow
974
%%WWWDIR%%/skins/suit/css/screen.css
975
@dirrm %%GALLERYDIR%%/skins/white1/images
975
%%WWWDIR%%/skins/suit/images/mod_navbar.jpg
976
@dirrm %%GALLERYDIR%%/skins/white1/css
976
%%WWWDIR%%/skins/suit/images/mod_titlebar.jpg
977
@dirrm %%GALLERYDIR%%/skins/white1
977
%%WWWDIR%%/skins/suit/images/mod_titlemid.jpg
978
@dirrm %%GALLERYDIR%%/skins/suit/images
978
%%WWWDIR%%/skins/suit/images/screenshot.jpg
979
@dirrm %%GALLERYDIR%%/skins/suit/css
979
%%WWWDIR%%/skins/suit/style.def
980
@dirrm %%GALLERYDIR%%/skins/suit
980
%%WWWDIR%%/skins/white1/css/screen.css
981
@dirrm %%GALLERYDIR%%/skins/slick/images
981
%%WWWDIR%%/skins/white1/images/mod_navbar.jpg
982
@dirrm %%GALLERYDIR%%/skins/slick/css
982
%%WWWDIR%%/skins/white1/images/mod_titlebar.jpg
983
@dirrm %%GALLERYDIR%%/skins/slick
983
%%WWWDIR%%/skins/white1/images/mod_titlemid.jpg
984
@dirrm %%GALLERYDIR%%/skins/redmarble/images
984
%%WWWDIR%%/skins/white1/images/screenshot.jpg
985
@dirrm %%GALLERYDIR%%/skins/redmarble/css
985
%%WWWDIR%%/skins/white1/style.def
986
@dirrm %%GALLERYDIR%%/skins/redmarble
986
%%WWWDIR%%/skins/yellow/css/screen.css
987
@dirrm %%GALLERYDIR%%/skins/paint/images
987
%%WWWDIR%%/skins/yellow/images/mod_navbar.jpg
988
@dirrm %%GALLERYDIR%%/skins/paint/css
988
%%WWWDIR%%/skins/yellow/images/mod_titlebar.jpg
989
@dirrm %%GALLERYDIR%%/skins/paint
989
%%WWWDIR%%/skins/yellow/images/mod_titlemid.jpg
990
@dirrm %%GALLERYDIR%%/skins/madmod1/tpl
990
%%WWWDIR%%/skins/yellow/images/screenshot.jpg
991
@dirrm %%GALLERYDIR%%/skins/madmod1/images
991
%%WWWDIR%%/skins/yellow/style.def
992
@dirrm %%GALLERYDIR%%/skins/madmod1/css
992
%%WWWDIR%%/slideshow.php
993
@dirrm %%GALLERYDIR%%/skins/madmod1
993
%%WWWDIR%%/sort_album.php
994
@dirrm %%GALLERYDIR%%/skins/lilac/images
994
%%WWWDIR%%/stamp_preview.php
995
@dirrm %%GALLERYDIR%%/skins/lilac/css
995
%%WWWDIR%%/stats-wizard.php
996
@dirrm %%GALLERYDIR%%/skins/lilac
996
%%WWWDIR%%/stats.php
997
@dirrm %%GALLERYDIR%%/skins/jenskin/images
997
%%WWWDIR%%/tools/build_manifest.php
998
@dirrm %%GALLERYDIR%%/skins/jenskin/css
998
%%WWWDIR%%/tools/build_manifest_1_4.php
999
@dirrm %%GALLERYDIR%%/skins/jenskin
999
%%WWWDIR%%/tools/despam-comments.php
1000
@dirrm %%GALLERYDIR%%/skins/hotred/images
1000
%%WWWDIR%%/tools/find_orphans.php
1001
@dirrm %%GALLERYDIR%%/skins/hotred/css
1001
%%WWWDIR%%/tools/g1-makereport.php
1002
@dirrm %%GALLERYDIR%%/skins/hotred
1002
%%WWWDIR%%/tools/g1-report.css
1003
@dirrm %%GALLERYDIR%%/skins/greenpurple/images
1003
%%WWWDIR%%/tools/g1-report.php
1004
@dirrm %%GALLERYDIR%%/skins/greenpurple/css
1004
%%WWWDIR%%/tools/include/main.inc
1005
@dirrm %%GALLERYDIR%%/skins/greenpurple
1005
%%WWWDIR%%/tools/include/plugin_rowdata.inc
1006
@dirrm %%GALLERYDIR%%/skins/butterfly_green/images
1006
%%WWWDIR%%/tools/include/row_header.inc
1007
@dirrm %%GALLERYDIR%%/skins/butterfly_green/css
1007
%%WWWDIR%%/tools/lib/lib-validate_albums.php
1008
@dirrm %%GALLERYDIR%%/skins/butterfly_green
1008
%%WWWDIR%%/tools/validate_albums.php
1009
@dirrm %%GALLERYDIR%%/skins/bubbles/images
1009
%%WWWDIR%%/upgrade_album.php
1010
@dirrm %%GALLERYDIR%%/skins/bubbles/css
1010
%%WWWDIR%%/upgrade_users.php
1011
@dirrm %%GALLERYDIR%%/skins/bubbles
1011
%%WWWDIR%%/user_preferences.php
1012
@dirrm %%GALLERYDIR%%/skins/bred/images
1012
%%WWWDIR%%/util.php
1013
@dirrm %%GALLERYDIR%%/skins/bred/css
1013
%%WWWDIR%%/view_album.php
1014
@dirrm %%GALLERYDIR%%/skins/bred
1014
%%WWWDIR%%/view_comments.php
1015
@dirrm %%GALLERYDIR%%/skins/bpurple/images
1015
%%WWWDIR%%/view_photo.php
1016
@dirrm %%GALLERYDIR%%/skins/bpurple/css
1016
%%WWWDIR%%/view_photo_properties.php
1017
@dirrm %%GALLERYDIR%%/skins/bpurple
1017
%%WWWDIR%%/watermark_album.php
1018
@dirrm %%GALLERYDIR%%/skins/bluemod/images
1018
@dirrm %%WWWDIR%%/tools/lib
1019
@dirrm %%GALLERYDIR%%/skins/bluemod/css
1019
@dirrm %%WWWDIR%%/tools/include
1020
@dirrm %%GALLERYDIR%%/skins/bluemod
1020
@dirrm %%WWWDIR%%/tools
1021
@dirrm %%GALLERYDIR%%/skins/black/images
1021
@dirrm %%WWWDIR%%/skins/yellow/images
1022
@dirrm %%GALLERYDIR%%/skins/black/css
1022
@dirrm %%WWWDIR%%/skins/yellow/css
1023
@dirrm %%GALLERYDIR%%/skins/black
1023
@dirrm %%WWWDIR%%/skins/yellow
1024
@dirrm %%GALLERYDIR%%/skins/bgreen2/images
1024
@dirrm %%WWWDIR%%/skins/white1/images
1025
@dirrm %%GALLERYDIR%%/skins/bgreen2/css
1025
@dirrm %%WWWDIR%%/skins/white1/css
1026
@dirrm %%GALLERYDIR%%/skins/bgreen2
1026
@dirrm %%WWWDIR%%/skins/white1
1027
@dirrm %%GALLERYDIR%%/skins/bgreen/images
1027
@dirrm %%WWWDIR%%/skins/suit/images
1028
@dirrm %%GALLERYDIR%%/skins/bgreen/css
1028
@dirrm %%WWWDIR%%/skins/suit/css
1029
@dirrm %%GALLERYDIR%%/skins/bgreen
1029
@dirrm %%WWWDIR%%/skins/suit
1030
@dirrm %%GALLERYDIR%%/skins/bblue/images
1030
@dirrm %%WWWDIR%%/skins/slick/images
1031
@dirrm %%GALLERYDIR%%/skins/bblue/css
1031
@dirrm %%WWWDIR%%/skins/slick/css
1032
@dirrm %%GALLERYDIR%%/skins/bblue
1032
@dirrm %%WWWDIR%%/skins/slick
1033
@dirrm %%GALLERYDIR%%/skins/bars002/images
1033
@dirrm %%WWWDIR%%/skins/redmarble/images
1034
@dirrm %%GALLERYDIR%%/skins/bars002/css
1034
@dirrm %%WWWDIR%%/skins/redmarble/css
1035
@dirrm %%GALLERYDIR%%/skins/bars002
1035
@dirrm %%WWWDIR%%/skins/redmarble
1036
@dirrm %%GALLERYDIR%%/skins
1036
@dirrm %%WWWDIR%%/skins/paint/images
1037
@dirrm %%GALLERYDIR%%/setup
1037
@dirrm %%WWWDIR%%/skins/paint/css
1038
@dirrm %%GALLERYDIR%%/po
1038
@dirrm %%WWWDIR%%/skins/paint
1039
@dirrm %%GALLERYDIR%%/platform
1039
@dirrm %%WWWDIR%%/skins/madmod1/tpl
1040
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_TW/flagimage
1040
@dirrm %%WWWDIR%%/skins/madmod1/images
1041
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES
1041
@dirrm %%WWWDIR%%/skins/madmod1/css
1042
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_TW
1042
@dirrm %%WWWDIR%%/skins/madmod1
1043
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK/flagimage
1043
@dirrm %%WWWDIR%%/skins/lilac/images
1044
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES
1044
@dirrm %%WWWDIR%%/skins/lilac/css
1045
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK.utf8/flagimage
1045
@dirrm %%WWWDIR%%/skins/lilac
1046
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES
1046
@dirrm %%WWWDIR%%/skins/jenskin/images
1047
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK.utf8
1047
@dirrm %%WWWDIR%%/skins/jenskin/css
1048
%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK
1048
@dirrm %%WWWDIR%%/skins/jenskin
1049
%%NLS%%@dirrm %%GALLERYDIR%%/locale/vi_VN/flagimage
1049
@dirrm %%WWWDIR%%/skins/hotred/images
1050
%%NLS%%@dirrm %%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES
1050
@dirrm %%WWWDIR%%/skins/hotred/css
1051
%%NLS%%@dirrm %%GALLERYDIR%%/locale/vi_VN
1051
@dirrm %%WWWDIR%%/skins/hotred
1052
%%NLS%%@dirrm %%GALLERYDIR%%/locale/tr_TR/flagimage
1052
@dirrm %%WWWDIR%%/skins/greenpurple/images
1053
%%NLS%%@dirrm %%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES
1053
@dirrm %%WWWDIR%%/skins/greenpurple/css
1054
%%NLS%%@dirrm %%GALLERYDIR%%/locale/tr_TR
1054
@dirrm %%WWWDIR%%/skins/greenpurple
1055
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sv_SE/flagimage
1055
@dirrm %%WWWDIR%%/skins/butterfly_green/images
1056
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES
1056
@dirrm %%WWWDIR%%/skins/butterfly_green/css
1057
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sv_SE
1057
@dirrm %%WWWDIR%%/skins/butterfly_green
1058
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sl_SI/flagimage
1058
@dirrm %%WWWDIR%%/skins/bubbles/images
1059
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES
1059
@dirrm %%WWWDIR%%/skins/bubbles/css
1060
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sl_SI
1060
@dirrm %%WWWDIR%%/skins/bubbles
1061
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sk_SK/flagimage
1061
@dirrm %%WWWDIR%%/skins/bred/images
1062
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES
1062
@dirrm %%WWWDIR%%/skins/bred/css
1063
%%NLS%%@dirrm %%GALLERYDIR%%/locale/sk_SK
1063
@dirrm %%WWWDIR%%/skins/bred
1064
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage
1064
@dirrm %%WWWDIR%%/skins/bpurple/images
1065
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES
1065
@dirrm %%WWWDIR%%/skins/bpurple/css
1066
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r
1066
@dirrm %%WWWDIR%%/skins/bpurple
1067
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.cp1251/flagimage
1067
@dirrm %%WWWDIR%%/skins/bluemod/images
1068
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES
1068
@dirrm %%WWWDIR%%/skins/bluemod/css
1069
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.cp1251
1069
@dirrm %%WWWDIR%%/skins/bluemod
1070
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_PT/flagimage
1070
@dirrm %%WWWDIR%%/skins/black/images
1071
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES
1071
@dirrm %%WWWDIR%%/skins/black/css
1072
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_PT
1072
@dirrm %%WWWDIR%%/skins/black
1073
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_BR/flagimage
1073
@dirrm %%WWWDIR%%/skins/bgreen2/images
1074
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES
1074
@dirrm %%WWWDIR%%/skins/bgreen2/css
1075
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_BR
1075
@dirrm %%WWWDIR%%/skins/bgreen2
1076
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pl_PL/flagimage
1076
@dirrm %%WWWDIR%%/skins/bgreen/images
1077
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES
1077
@dirrm %%WWWDIR%%/skins/bgreen/css
1078
%%NLS%%@dirrm %%GALLERYDIR%%/locale/pl_PL
1078
@dirrm %%WWWDIR%%/skins/bgreen
1079
%%NLS%%@dirrm %%GALLERYDIR%%/locale/no_NO/flagimage
1079
@dirrm %%WWWDIR%%/skins/bblue/images
1080
%%NLS%%@dirrm %%GALLERYDIR%%/locale/no_NO/LC_MESSAGES
1080
@dirrm %%WWWDIR%%/skins/bblue/css
1081
%%NLS%%@dirrm %%GALLERYDIR%%/locale/no_NO
1081
@dirrm %%WWWDIR%%/skins/bblue
1082
%%NLS%%@dirrm %%GALLERYDIR%%/locale/nl_NL/flagimage
1082
@dirrm %%WWWDIR%%/skins/bars002/images
1083
%%NLS%%@dirrm %%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES
1083
@dirrm %%WWWDIR%%/skins/bars002/css
1084
%%NLS%%@dirrm %%GALLERYDIR%%/locale/nl_NL
1084
@dirrm %%WWWDIR%%/skins/bars002
1085
%%NLS%%@dirrm %%GALLERYDIR%%/locale/lt_LT/flagimage
1085
@dirrm %%WWWDIR%%/skins
1086
%%NLS%%@dirrm %%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES
1086
@dirrm %%WWWDIR%%/setup
1087
%%NLS%%@dirrm %%GALLERYDIR%%/locale/lt_LT
1087
@dirrm %%WWWDIR%%/po
1088
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ko_KR/flagimage
1088
@dirrm %%WWWDIR%%/platform
1089
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES
1089
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW.utf8/flagimage
1090
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ko_KR
1090
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES
1091
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ja_JP/flagimage
1091
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW.utf8
1092
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES
1092
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW/flagimage
1093
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ja_JP
1093
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW/LC_MESSAGES
1094
%%NLS%%@dirrm %%GALLERYDIR%%/locale/it_IT/flagimage
1094
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW
1095
%%NLS%%@dirrm %%GALLERYDIR%%/locale/it_IT/LC_MESSAGES
1095
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK/flagimage
1096
%%NLS%%@dirrm %%GALLERYDIR%%/locale/it_IT
1096
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK/LC_MESSAGES
1097
%%NLS%%@dirrm %%GALLERYDIR%%/locale/is_IS/flagimage
1097
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK.utf8/flagimage
1098
%%NLS%%@dirrm %%GALLERYDIR%%/locale/is_IS/LC_MESSAGES
1098
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES
1099
%%NLS%%@dirrm %%GALLERYDIR%%/locale/is_IS
1099
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK.utf8
1100
%%NLS%%@dirrm %%GALLERYDIR%%/locale/hu_HU/flagimage
1100
%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK
1101
%%NLS%%@dirrm %%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES
1101
%%NLS%%@dirrm %%WWWDIR%%/locale/vi_VN/flagimage
1102
%%NLS%%@dirrm %%GALLERYDIR%%/locale/hu_HU
1102
%%NLS%%@dirrm %%WWWDIR%%/locale/vi_VN/LC_MESSAGES
1103
%%NLS%%@dirrm %%GALLERYDIR%%/locale/gl_ES/flagimage
1103
%%NLS%%@dirrm %%WWWDIR%%/locale/vi_VN
1104
%%NLS%%@dirrm %%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES
1104
%%NLS%%@dirrm %%WWWDIR%%/locale/tr_TR/flagimage
1105
%%NLS%%@dirrm %%GALLERYDIR%%/locale/gl_ES
1105
%%NLS%%@dirrm %%WWWDIR%%/locale/tr_TR/LC_MESSAGES
1106
%%NLS%%@dirrm %%GALLERYDIR%%/locale/fr_FR/flagimage
1106
%%NLS%%@dirrm %%WWWDIR%%/locale/tr_TR
1107
%%NLS%%@dirrm %%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES
1107
%%NLS%%@dirrm %%WWWDIR%%/locale/sv_SE/flagimage
1108
%%NLS%%@dirrm %%GALLERYDIR%%/locale/fr_FR
1108
%%NLS%%@dirrm %%WWWDIR%%/locale/sv_SE/LC_MESSAGES
1109
%%NLS%%@dirrm %%GALLERYDIR%%/locale/fi_FI/flagimage
1109
%%NLS%%@dirrm %%WWWDIR%%/locale/sv_SE
1110
%%NLS%%@dirrm %%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES
1110
%%NLS%%@dirrm %%WWWDIR%%/locale/sl_SI/flagimage
1111
%%NLS%%@dirrm %%GALLERYDIR%%/locale/fi_FI
1111
%%NLS%%@dirrm %%WWWDIR%%/locale/sl_SI/LC_MESSAGES
1112
%%NLS%%@dirrm %%GALLERYDIR%%/locale/es_ES/flagimage
1112
%%NLS%%@dirrm %%WWWDIR%%/locale/sl_SI
1113
%%NLS%%@dirrm %%GALLERYDIR%%/locale/es_ES/LC_MESSAGES
1113
%%NLS%%@dirrm %%WWWDIR%%/locale/sk_SK/flagimage
1114
%%NLS%%@dirrm %%GALLERYDIR%%/locale/es_ES
1114
%%NLS%%@dirrm %%WWWDIR%%/locale/sk_SK/LC_MESSAGES
1115
@dirrm %%GALLERYDIR%%/locale/en_US/flagimage
1115
%%NLS%%@dirrm %%WWWDIR%%/locale/sk_SK
1116
@dirrm %%GALLERYDIR%%/locale/en_US
1116
%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.koi8r/flagimage
1117
%%NLS%%@dirrm %%GALLERYDIR%%/locale/en_GB/flagimage
1117
%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.koi8r/LC_MESSAGES
1118
%%NLS%%@dirrm %%GALLERYDIR%%/locale/en_GB/LC_MESSAGES
1118
%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.koi8r
1119
%%NLS%%@dirrm %%GALLERYDIR%%/locale/en_GB
1119
%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.cp1251/flagimage
1120
%%NLS%%@dirrm %%GALLERYDIR%%/locale/de_DE/flagimage
1120
%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES
1121
%%NLS%%@dirrm %%GALLERYDIR%%/locale/de_DE/LC_MESSAGES
1121
%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.cp1251
1122
%%NLS%%@dirrm %%GALLERYDIR%%/locale/de_DE
1122
%%NLS%%@dirrm %%WWWDIR%%/locale/pt_PT/flagimage
1123
%%NLS%%@dirrm %%GALLERYDIR%%/locale/da_DK/flagimage
1123
%%NLS%%@dirrm %%WWWDIR%%/locale/pt_PT/LC_MESSAGES
1124
%%NLS%%@dirrm %%GALLERYDIR%%/locale/da_DK/LC_MESSAGES
1124
%%NLS%%@dirrm %%WWWDIR%%/locale/pt_PT
1125
%%NLS%%@dirrm %%GALLERYDIR%%/locale/da_DK
1125
%%NLS%%@dirrm %%WWWDIR%%/locale/pt_BR/flagimage
1126
%%NLS%%@dirrm %%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/flagimage
1126
%%NLS%%@dirrm %%WWWDIR%%/locale/pt_BR/LC_MESSAGES
1127
%%NLS%%@dirrm %%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES
1127
%%NLS%%@dirrm %%WWWDIR%%/locale/pt_BR
1128
%%NLS%%@dirrm %%GALLERYDIR%%/locale/cs_CZ.iso-8859-2
1128
%%NLS%%@dirrm %%WWWDIR%%/locale/pl_PL/flagimage
1129
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ca_ES/flagimage
1129
%%NLS%%@dirrm %%WWWDIR%%/locale/pl_PL/LC_MESSAGES
1130
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES
1130
%%NLS%%@dirrm %%WWWDIR%%/locale/pl_PL
1131
%%NLS%%@dirrm %%GALLERYDIR%%/locale/ca_ES
1131
%%NLS%%@dirrm %%WWWDIR%%/locale/no_NO/flagimage
1132
%%NLS%%@dirrm %%GALLERYDIR%%/locale/bg_BG/flagimage
1132
%%NLS%%@dirrm %%WWWDIR%%/locale/no_NO/LC_MESSAGES
1133
%%NLS%%@dirrm %%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES
1133
%%NLS%%@dirrm %%WWWDIR%%/locale/no_NO
1134
%%NLS%%@dirrm %%GALLERYDIR%%/locale/bg_BG
1134
%%NLS%%@dirrm %%WWWDIR%%/locale/nl_NL/flagimage
1135
%%NLS%%@dirrm %%GALLERYDIR%%/locale/af_ZA/flagimage
1135
%%NLS%%@dirrm %%WWWDIR%%/locale/nl_NL/LC_MESSAGES
1136
%%NLS%%@dirrm %%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES
1136
%%NLS%%@dirrm %%WWWDIR%%/locale/nl_NL
1137
%%NLS%%@dirrm %%GALLERYDIR%%/locale/af_ZA
1137
%%NLS%%@dirrm %%WWWDIR%%/locale/lt_LT/flagimage
1138
@dirrm %%GALLERYDIR%%/locale
1138
%%NLS%%@dirrm %%WWWDIR%%/locale/lt_LT/LC_MESSAGES
1139
@dirrm %%GALLERYDIR%%/lib
1139
%%NLS%%@dirrm %%WWWDIR%%/locale/lt_LT
1140
@dirrm %%GALLERYDIR%%/layout
1140
%%NLS%%@dirrm %%WWWDIR%%/locale/ko_KR/flagimage
1141
@dirrm %%GALLERYDIR%%/js
1141
%%NLS%%@dirrm %%WWWDIR%%/locale/ko_KR/LC_MESSAGES
1142
@dirrm %%GALLERYDIR%%/java
1142
%%NLS%%@dirrm %%WWWDIR%%/locale/ko_KR
1143
@dirrm %%GALLERYDIR%%/includes/stats
1143
%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP.utf8/flagimage
1144
@dirrm %%GALLERYDIR%%/includes/slideshow
1144
%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES
1145
@dirrm %%GALLERYDIR%%/includes/errors
1145
%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP.utf8
1146
@dirrm %%GALLERYDIR%%/includes/ecard/templates
1146
%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP/flagimage
1147
@dirrm %%GALLERYDIR%%/includes/ecard
1147
%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP/LC_MESSAGES
1148
@dirrm %%GALLERYDIR%%/includes/definitions
1148
%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP
1149
@dirrm %%GALLERYDIR%%/includes/add_photos
1149
%%NLS%%@dirrm %%WWWDIR%%/locale/it_IT/flagimage
1150
@dirrm %%GALLERYDIR%%/includes
1150
%%NLS%%@dirrm %%WWWDIR%%/locale/it_IT/LC_MESSAGES
1151
@dirrm %%GALLERYDIR%%/images/icons/tree
1151
%%NLS%%@dirrm %%WWWDIR%%/locale/it_IT
1152
@dirrm %%GALLERYDIR%%/images/icons/imageedit
1152
%%NLS%%@dirrm %%WWWDIR%%/locale/is_IS/flagimage
1153
@dirrm %%GALLERYDIR%%/images/icons
1153
%%NLS%%@dirrm %%WWWDIR%%/locale/is_IS/LC_MESSAGES
1154
@dirrm %%GALLERYDIR%%/images/ecard_images
1154
%%NLS%%@dirrm %%WWWDIR%%/locale/is_IS
1155
@dirrm %%GALLERYDIR%%/images
1155
%%NLS%%@dirrm %%WWWDIR%%/locale/hu_HU/flagimage
1156
@dirrm %%GALLERYDIR%%/html_wrap/frames/wooden
1156
%%NLS%%@dirrm %%WWWDIR%%/locale/hu_HU/LC_MESSAGES
1157
@dirrm %%GALLERYDIR%%/html_wrap/frames/simple_book
1157
%%NLS%%@dirrm %%WWWDIR%%/locale/hu_HU
1158
@dirrm %%GALLERYDIR%%/html_wrap/frames/shadows
1158
%%NLS%%@dirrm %%WWWDIR%%/locale/gl_ES/flagimage
1159
@dirrm %%GALLERYDIR%%/html_wrap/frames/postage_stamp
1159
%%NLS%%@dirrm %%WWWDIR%%/locale/gl_ES/LC_MESSAGES
1160
@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroids
1160
%%NLS%%@dirrm %%WWWDIR%%/locale/gl_ES
1161
@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroid
1161
%%NLS%%@dirrm %%WWWDIR%%/locale/fr_FR/flagimage
1162
@dirrm %%GALLERYDIR%%/html_wrap/frames/notebook
1162
%%NLS%%@dirrm %%WWWDIR%%/locale/fr_FR/LC_MESSAGES
1163
@dirrm %%GALLERYDIR%%/html_wrap/frames/golden
1163
%%NLS%%@dirrm %%WWWDIR%%/locale/fr_FR
1164
@dirrm %%GALLERYDIR%%/html_wrap/frames
1164
%%NLS%%@dirrm %%WWWDIR%%/locale/fi_FI/flagimage
1165
@dirrm %%GALLERYDIR%%/html_wrap
1165
%%NLS%%@dirrm %%WWWDIR%%/locale/fi_FI/LC_MESSAGES
1166
@dirrm %%GALLERYDIR%%/html
1166
%%NLS%%@dirrm %%WWWDIR%%/locale/fi_FI
1167
@dirrm %%GALLERYDIR%%/help
1167
%%NLS%%@dirrm %%WWWDIR%%/locale/es_ES/flagimage
1168
@dirrm %%GALLERYDIR%%/docs/images
1168
%%NLS%%@dirrm %%WWWDIR%%/locale/es_ES/LC_MESSAGES
1169
@dirrm %%GALLERYDIR%%/docs/g1package/images
1169
%%NLS%%@dirrm %%WWWDIR%%/locale/es_ES
1170
@dirrm %%GALLERYDIR%%/docs/g1package
1170
@dirrm %%WWWDIR%%/locale/en_US/flagimage
1171
@dirrm %%GALLERYDIR%%/docs/context-help
1171
@dirrm %%WWWDIR%%/locale/en_US
1172
@dirrm %%GALLERYDIR%%/docs
1172
%%NLS%%@dirrm %%WWWDIR%%/locale/en_GB/flagimage
1173
@dirrm %%GALLERYDIR%%/css
1173
%%NLS%%@dirrm %%WWWDIR%%/locale/en_GB/LC_MESSAGES
1174
@dirrm %%GALLERYDIR%%/contrib/postnuke
1174
%%NLS%%@dirrm %%WWWDIR%%/locale/en_GB
1175
@dirrm %%GALLERYDIR%%/contrib/phpnuke
1175
%%NLS%%@dirrm %%WWWDIR%%/locale/de_DE/flagimage
1176
@dirrm %%GALLERYDIR%%/contrib/phpBB2
1176
%%NLS%%@dirrm %%WWWDIR%%/locale/de_DE/LC_MESSAGES
1177
@dirrm %%GALLERYDIR%%/contrib/mambo/includes
1177
%%NLS%%@dirrm %%WWWDIR%%/locale/de_DE
1178
@dirrm %%GALLERYDIR%%/contrib/mambo/images
1178
%%NLS%%@dirrm %%WWWDIR%%/locale/da_DK/flagimage
1179
@dirrm %%GALLERYDIR%%/contrib/mambo/classes
1179
%%NLS%%@dirrm %%WWWDIR%%/locale/da_DK/LC_MESSAGES
1180
@dirrm %%GALLERYDIR%%/contrib/mambo
1180
%%NLS%%@dirrm %%WWWDIR%%/locale/da_DK
1181
@dirrm %%GALLERYDIR%%/contrib/joomla/includes
1181
%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.iso-8859-2/flagimage
1182
@dirrm %%GALLERYDIR%%/contrib/joomla/images
1182
%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES
1183
@dirrm %%GALLERYDIR%%/contrib/joomla/classes
1183
%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.iso-8859-2
1184
@dirrm %%GALLERYDIR%%/contrib/joomla
1184
%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.cp1250/flagimage
1185
@dirrm %%GALLERYDIR%%/contrib/GeekLog
1185
%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES
1186
@dirrm %%GALLERYDIR%%/contrib
1186
%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.cp1250
1187
@dirrm %%GALLERYDIR%%/classes/remote
1187
%%NLS%%@dirrm %%WWWDIR%%/locale/ca_ES/flagimage
1188
@dirrm %%GALLERYDIR%%/classes/postnuke0.7.1
1188
%%NLS%%@dirrm %%WWWDIR%%/locale/ca_ES/LC_MESSAGES
1189
@dirrm %%GALLERYDIR%%/classes/postnuke
1189
%%NLS%%@dirrm %%WWWDIR%%/locale/ca_ES
1190
@dirrm %%GALLERYDIR%%/classes/phpbb
1190
%%NLS%%@dirrm %%WWWDIR%%/locale/bg_BG/flagimage
1191
@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS/LC_MESSAGES
1191
%%NLS%%@dirrm %%WWWDIR%%/locale/bg_BG/LC_MESSAGES
1192
@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS
1192
%%NLS%%@dirrm %%WWWDIR%%/locale/bg_BG
1193
@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH/LC_MESSAGES
1193
%%NLS%%@dirrm %%WWWDIR%%/locale/ar_EG/flagimage
1194
@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH
1194
%%NLS%%@dirrm %%WWWDIR%%/locale/ar_EG/LC_MESSAGES
1195
@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale
1195
%%NLS%%@dirrm %%WWWDIR%%/locale/ar_EG
1196
@dirrm %%GALLERYDIR%%/classes/php-gettext/examples
1196
%%NLS%%@dirrm %%WWWDIR%%/locale/af_ZA/flagimage
1197
@dirrm %%GALLERYDIR%%/classes/php-gettext
1197
%%NLS%%@dirrm %%WWWDIR%%/locale/af_ZA/LC_MESSAGES
1198
@dirrm %%GALLERYDIR%%/classes/nuke5
1198
%%NLS%%@dirrm %%WWWDIR%%/locale/af_ZA
1199
@dirrm %%GALLERYDIR%%/classes/nsnnuke
1199
@dirrm %%WWWDIR%%/locale
1200
@dirrm %%GALLERYDIR%%/classes/mambo
1200
@dirrm %%WWWDIR%%/lib
1201
@dirrm %%GALLERYDIR%%/classes/geeklog
1201
@dirrm %%WWWDIR%%/layout
1202
@dirrm %%GALLERYDIR%%/classes/gallery
1202
@dirrm %%WWWDIR%%/js
1203
@dirrm %%GALLERYDIR%%/classes/database/mysql
1203
@dirrm %%WWWDIR%%/java
1204
@dirrm %%GALLERYDIR%%/classes/database
1204
@dirrm %%WWWDIR%%/includes/stats
1205
@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3
1205
@dirrm %%WWWDIR%%/includes/slideshow
1206
@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3
1206
@dirrm %%WWWDIR%%/includes/errors
1207
@dirrm %%GALLERYDIR%%/classes/Mail
1207
@dirrm %%WWWDIR%%/includes/ecard/templates
1208
@dirrm %%GALLERYDIR%%/classes/HTML_Safe
1208
@dirrm %%WWWDIR%%/includes/ecard
1209
@dirrm %%GALLERYDIR%%/classes/HTML
1209
@dirrm %%WWWDIR%%/includes/definitions
1210
@dirrm %%GALLERYDIR%%/classes
1210
@dirrm %%WWWDIR%%/includes/add_photos
1211
@dirrmtry %%GALLERYDIR%%
1211
@dirrm %%WWWDIR%%/includes
1212
@dirrmtry www/data
1212
@dirrm %%WWWDIR%%/images/icons/tree
1213
@dirrm %%WWWDIR%%/images/icons/imageedit
1214
@dirrm %%WWWDIR%%/images/icons
1215
@dirrm %%WWWDIR%%/images/ecard_images
1216
@dirrm %%WWWDIR%%/images
1217
@dirrm %%WWWDIR%%/html_wrap/frames/wooden
1218
@dirrm %%WWWDIR%%/html_wrap/frames/simple_book
1219
@dirrm %%WWWDIR%%/html_wrap/frames/shadows
1220
@dirrm %%WWWDIR%%/html_wrap/frames/postage_stamp
1221
@dirrm %%WWWDIR%%/html_wrap/frames/polaroids
1222
@dirrm %%WWWDIR%%/html_wrap/frames/polaroid
1223
@dirrm %%WWWDIR%%/html_wrap/frames/notebook
1224
@dirrm %%WWWDIR%%/html_wrap/frames/golden
1225
@dirrm %%WWWDIR%%/html_wrap/frames
1226
@dirrm %%WWWDIR%%/html_wrap
1227
@dirrm %%WWWDIR%%/html
1228
@dirrm %%WWWDIR%%/help
1229
@dirrm %%WWWDIR%%/docs/images
1230
@dirrm %%WWWDIR%%/docs/g1package/images
1231
@dirrm %%WWWDIR%%/docs/g1package
1232
@dirrm %%WWWDIR%%/docs/context-help
1233
@dirrm %%WWWDIR%%/docs
1234
@dirrm %%WWWDIR%%/css
1235
@dirrm %%WWWDIR%%/contrib/postnuke
1236
@dirrm %%WWWDIR%%/contrib/phpnuke
1237
@dirrm %%WWWDIR%%/contrib/phpBB2
1238
@dirrm %%WWWDIR%%/contrib/mambo/includes
1239
@dirrm %%WWWDIR%%/contrib/mambo/images
1240
@dirrm %%WWWDIR%%/contrib/mambo/classes
1241
@dirrm %%WWWDIR%%/contrib/mambo
1242
@dirrm %%WWWDIR%%/contrib/joomla/includes
1243
@dirrm %%WWWDIR%%/contrib/joomla/images
1244
@dirrm %%WWWDIR%%/contrib/joomla/classes
1245
@dirrm %%WWWDIR%%/contrib/joomla
1246
@dirrm %%WWWDIR%%/contrib/GeekLog
1247
@dirrm %%WWWDIR%%/contrib
1248
@dirrm %%WWWDIR%%/classes/remote
1249
@dirrm %%WWWDIR%%/classes/postnuke0.7.1
1250
@dirrm %%WWWDIR%%/classes/postnuke
1251
@dirrm %%WWWDIR%%/classes/phpbb
1252
@dirrm %%WWWDIR%%/classes/nuke5
1253
@dirrm %%WWWDIR%%/classes/nsnnuke
1254
@dirrm %%WWWDIR%%/classes/mambo
1255
@dirrm %%WWWDIR%%/classes/geeklog
1256
@dirrm %%WWWDIR%%/classes/gallery
1257
@dirrm %%WWWDIR%%/classes/database/mysql
1258
@dirrm %%WWWDIR%%/classes/database
1259
@dirrm %%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3
1260
@dirrm %%WWWDIR%%/classes/XML_HTMLSax3
1261
@dirrm %%WWWDIR%%/classes/Mail
1262
@dirrm %%WWWDIR%%/classes/HTML_Safe
1263
@dirrm %%WWWDIR%%/classes/HTML
1264
@dirrm %%WWWDIR%%/classes
1265
@dirrmtry %%WWWDIR%%
(-)files/pkg-message.in (+16 lines)
Added Link Here
1
*****************************************************************
2
3
 Please consider adding the following 3 lines to your httpd.conf
4
	
5
	<Directory "%%WWWDIR%%">
6
		AllowOverride Options FileInfo
7
	</Directory>
8
9
 Then restart apache: 'apachectl graceful'
10
11
*****************************************************************
12
13
 Please visit 'http://{host.domain}/%%WWWDIR_REL%%/' in a
14
 web-browser and follow the configuration instructions.
15
16
*****************************************************************

Return to bug 111568