- Update to 1.5.6 - Update various language packs to the latest versions - Change default install directory from www/data/gallery to www/gallery to match porting guidelines. This change warrants an entry in UPDATING, which should look something like this: 20070414: AFFECTS: users of www/gallery AUTHOR: freebsd-ports@varju.ca The default install location has changed from ${PREFIX}/www/data/gallery to ${PREFIX}/www/gallery. This entry is going to appear redundant because of a mistake that was made a while ago. The 20060818 entry should have referred to gallery2. It should probably be edited to look like this: 20060818: AFFECTS: users of www/gallery2 AUTHOR: freebsd-ports@varju.ca The default install location has changed from ${PREFIX}/www/data/gallery2 to ${PREFIX}/www/gallery2. (This event happened so long ago that I think it's good enough to just revise history) Fix: http://www.varju.ca/alex/freebsd/gallery-1.5.6.patch
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
State Changed From-To: open->feedback Ask for maintainer approval.
I'm okay with these changes in principle, except for one small issue. Users can no longer specify an absolute path for GALLERYDIR, which could break things for them. I couldn't find a working example of a port using WWWDIR in a way that allowed a single port to use an absolute path without overriding every other www port. Alex.
On Tue, Apr 17, 2007 at 18:19:00 -0700, freebsd-ports@varju.ca wrote: > I'm okay with these changes in principle, except for one small issue. Users > can no longer specify an absolute path for GALLERYDIR, which could break > things for them. OK, so how about this one? Users can define absolute path in GALLERYDIR in the configure files such like /etc/make.conf (but it is not a good idea though, using ports-mgmt/portconf and define things in ports.conf is cleaner). > I couldn't find a working example of a port using WWWDIR in a way that > allowed a single port to use an absolute path without overriding every other > www port. Users can using ports-mgmt/portconf and put following line in /usr/local/etc/ports.conf: (recommended) www/gallery: WWWDIR=/what/absolute/path/you/like Thus gallery can use an absolute path without affect WWWDIR of other ports. And, in fact, by using this, we even can get rid of GALLERYDIR, but I think keeping it or not is not a big deal. Some users maybe already define GALLERYDIR in /etc/make.conf and keeping GALLERYDIR will made their upgrading with no pain. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/gallery/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 24 Mar 2007 16:43:27 -0000 1.48 +++ Makefile 20 Apr 2007 01:38:04 -0000 @@ -6,9 +6,8 @@ # PORTNAME= gallery -PORTVERSION= 1.5.5.1 +PORTVERSION= 1.5.6 CATEGORIES= www -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]*)$/-pl\1/} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS} @@ -26,40 +25,43 @@ .if !defined(WITHOUT_NLS) USE_PHP+= gettext -LANGVERSION= 1.5.1 -LANGPACKS= af_ZA-${LANGVERSION}${EXTRACT_SUFX} \ - bg_BG-${LANGVERSION}${EXTRACT_SUFX} \ +LANGPACKS= af_ZA-1.5.2${EXTRACT_SUFX} \ + ar_EG-1.5.1-cvs${EXTRACT_SUFX} \ + bg_BG-1.5.1${EXTRACT_SUFX} \ ca_ES-1.5${EXTRACT_SUFX} \ - cs_CZ.iso-8859-2-${LANGVERSION}${EXTRACT_SUFX} \ - da_DK-${LANGVERSION}${EXTRACT_SUFX} \ - de_DE-${LANGVERSION}${EXTRACT_SUFX} \ + cs_CZ.cp1250-1.5.1${EXTRACT_SUFX} \ + cs_CZ.iso-8859-2-1.5.1${EXTRACT_SUFX} \ + da_DK-1.5.1${EXTRACT_SUFX} \ + de_DE-1.5.6${EXTRACT_SUFX} \ en_GB-1.5-RC2${EXTRACT_SUFX} \ - es_ES-${LANGVERSION}${EXTRACT_SUFX} \ - fi_FI-${LANGVERSION}${EXTRACT_SUFX} \ - fr_FR-${LANGVERSION}${EXTRACT_SUFX} \ - gl_ES-${LANGVERSION}${EXTRACT_SUFX} \ - hu_HU-${LANGVERSION}${EXTRACT_SUFX} \ - is_IS-${LANGVERSION}${EXTRACT_SUFX} \ - it_IT-${LANGVERSION}${EXTRACT_SUFX} \ - ja_JP-${LANGVERSION}${EXTRACT_SUFX} \ - ko_KR-${LANGVERSION}${EXTRACT_SUFX} \ - lt_LT-${LANGVERSION}${EXTRACT_SUFX} \ - nl_NL-${LANGVERSION}${EXTRACT_SUFX} \ - no_NO-${LANGVERSION}${EXTRACT_SUFX} \ - pl_PL-${LANGVERSION}${EXTRACT_SUFX} \ - pt_BR-${LANGVERSION}${EXTRACT_SUFX} \ - pt_PT-${LANGVERSION}${EXTRACT_SUFX} \ - ru_RU.cp1251-${LANGVERSION}${EXTRACT_SUFX} \ - ru_RU.koi8r-${LANGVERSION}${EXTRACT_SUFX} \ - sk_SK-${LANGVERSION}${EXTRACT_SUFX} \ - sl_SI-${LANGVERSION}${EXTRACT_SUFX} \ - sv_SE-${LANGVERSION}${EXTRACT_SUFX} \ - tr_TR-${LANGVERSION}${EXTRACT_SUFX} \ - vi_VN-${LANGVERSION}${EXTRACT_SUFX} \ - zh_HK-${LANGVERSION}${EXTRACT_SUFX} \ - zh_HK.utf8-${LANGVERSION}${EXTRACT_SUFX} \ - zh_TW-${LANGVERSION}${EXTRACT_SUFX} + es_ES-1.5.2${EXTRACT_SUFX} \ + fi_FI-1.5.2${EXTRACT_SUFX} \ + fr_FR-1.5.2${EXTRACT_SUFX} \ + gl_ES-1.5.1${EXTRACT_SUFX} \ + hu_HU-1.5.1${EXTRACT_SUFX} \ + is_IS-1.5.1${EXTRACT_SUFX} \ + it_IT-1.5.2${EXTRACT_SUFX} \ + ja_JP-1.5.2${EXTRACT_SUFX} \ + ja_JP.utf8-1.5.1${EXTRACT_SUFX} \ + ko_KR-1.5.1${EXTRACT_SUFX} \ + lt_LT-1.5.1${EXTRACT_SUFX} \ + nl_NL-1.5.2${EXTRACT_SUFX} \ + no_NO-1.5.2${EXTRACT_SUFX} \ + pl_PL-1.5.2${EXTRACT_SUFX} \ + pt_BR-1.5.2${EXTRACT_SUFX} \ + pt_PT-1.5.1${EXTRACT_SUFX} \ + ru_RU.cp1251-1.5.2${EXTRACT_SUFX} \ + ru_RU.koi8r-1.5.1${EXTRACT_SUFX} \ + sk_SK-1.5.1${EXTRACT_SUFX} \ + sl_SI-1.5.1${EXTRACT_SUFX} \ + sv_SE-1.5.6${EXTRACT_SUFX} \ + tr_TR-1.5.1-u1${EXTRACT_SUFX} \ + vi_VN-1.5.1${EXTRACT_SUFX} \ + zh_HK-1.5.2${EXTRACT_SUFX} \ + zh_HK.utf8-1.5.2${EXTRACT_SUFX} \ + zh_TW-1.5.2${EXTRACT_SUFX} \ + zh_TW.utf8-1.5.2${EXTRACT_SUFX} PLIST_SUB= NLS="" .else PLIST_SUB= NLS="@comment " @@ -67,39 +69,36 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= AUTHORS ChangeLog README EXCEPTFILES= ${PORTDOCS} LICENSE.txt CPIOARGS= --quiet -pdum -R -PLIST_SUB+= GALLERYDIR=${GALLERYDIR} -pre-fetch: +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message + +pre-everything:: .if !defined(GALLERYDIR) @${ECHO_MSG} "" - @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'." + @${ECHO_MSG} "Define GALLERYDIR to override default of ${WWWDIR}." @${ECHO_MSG} "" +.else +WWWDIR= ${GALLERYDIR} .endif -GALLERYDIR?= www/data/gallery - -post-configure: - @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%GALLERYDIR%%#${GALLERYDIR}#g' pkg-message > ${PKGMESSAGE} - do-extract: @ ${MKDIR} ${WRKDIR} - @ cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} + @ cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} @ for i in ${LANGPACKS}; do \ - if ! (cd ${WRKDIR}/gallery/locale && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$i ${EXTRACT_AFTER_ARGS});\ + if ! (cd ${WRKDIR}/gallery/locale && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/$$i ${EXTRACT_AFTER_ARGS});\ then \ exit 1; \ fi \ done do-install: - @ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR} + @ ${MKDIR} -m 0755 ${WWWDIR} @ cd ${WRKSRC} && ${FIND} * -name \*.bat -o -name \*.orig -o -name \*Changelog ${EXCEPTFILES:S/^/-o -name /} \ - -o -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR} + -o -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${WWWDIR} post-install: .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/gallery/distinfo,v retrieving revision 1.36 diff -u -r1.36 distinfo --- distinfo 16 Dec 2006 11:34:50 -0000 1.36 +++ distinfo 20 Apr 2007 01:38:04 -0000 @@ -1,36 +1,42 @@ -MD5 (gallery/gallery-1.5.5-pl1.tar.gz) = d2f52d92776f47bf353787237607f23c -SHA256 (gallery/gallery-1.5.5-pl1.tar.gz) = 9f17181cd8bf46203a288e3fc1d9bd82d5dc011fe419d33bee2f62bace081f08 -SIZE (gallery/gallery-1.5.5-pl1.tar.gz) = 2374446 -MD5 (gallery/af_ZA-1.5.1.tar.gz) = 1ed3ffcacca09f9e54ab216ff01935e4 -SHA256 (gallery/af_ZA-1.5.1.tar.gz) = 64d39bfa1d79895dfc13b9612bc13f316231784b3af900d53e1f232c180d4d40 -SIZE (gallery/af_ZA-1.5.1.tar.gz) = 136045 +MD5 (gallery/gallery-1.5.6.tar.gz) = 76d10d3596534c616cf6e9ac6c50b93d +SHA256 (gallery/gallery-1.5.6.tar.gz) = c6db255ba6fe2a5f7f1785472a92d3810348ea4e8364fb6507f63cf932cc00e2 +SIZE (gallery/gallery-1.5.6.tar.gz) = 2356878 +MD5 (gallery/af_ZA-1.5.2.tar.gz) = 2f3a7cab65d4e65a5bcad4f9ad3c3bf2 +SHA256 (gallery/af_ZA-1.5.2.tar.gz) = 962b741ce5e216d0e526e22b305dbbb5cdd281fd564f821c46f15f1c10733a9a +SIZE (gallery/af_ZA-1.5.2.tar.gz) = 168135 +MD5 (gallery/ar_EG-1.5.1-cvs.tar.gz) = 089190e0edc3ec3ea2a7bb2f012a4a52 +SHA256 (gallery/ar_EG-1.5.1-cvs.tar.gz) = 44174cc9064b1a458c658ca31c989bb5568db6145f2642b4df525aa7458d96a6 +SIZE (gallery/ar_EG-1.5.1-cvs.tar.gz) = 135487 MD5 (gallery/bg_BG-1.5.1.tar.gz) = f64cad7574ba826e7b1510872ccb6b75 SHA256 (gallery/bg_BG-1.5.1.tar.gz) = 2340ecb8621d8e9dc6687922b0c1c91d85ba7c37745760fa85b8abf5ab72deaf SIZE (gallery/bg_BG-1.5.1.tar.gz) = 167891 MD5 (gallery/ca_ES-1.5.tar.gz) = 73e6749610281faa724c5b885d4e740c SHA256 (gallery/ca_ES-1.5.tar.gz) = 60349f4c4d0c54fefa5d30e295c1b105d07d997f412587a257ab389b65928b3e SIZE (gallery/ca_ES-1.5.tar.gz) = 81227 +MD5 (gallery/cs_CZ.cp1250-1.5.1.tar.gz) = 240df7d9024cd00700051bc38b5a9d8d +SHA256 (gallery/cs_CZ.cp1250-1.5.1.tar.gz) = fec46b7aa4d039c0708471b4491903ec099d937f1502a50aed6f1f39f83266d8 +SIZE (gallery/cs_CZ.cp1250-1.5.1.tar.gz) = 124849 MD5 (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 4aac4b150f6f42c03d3c3ef4885d7d64 SHA256 (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 317ddcb953743b99baacd413e4fd6fc9e346f38181bcb6d200f6d339d8d2464f SIZE (gallery/cs_CZ.iso-8859-2-1.5.1.tar.gz) = 130755 MD5 (gallery/da_DK-1.5.1.tar.gz) = 0348f6bafae263e1f5dfa0055da89569 SHA256 (gallery/da_DK-1.5.1.tar.gz) = f421de1ea932817c48b7e51fc6cf909c87f0c47ec6154452599a94ef1aef9f49 SIZE (gallery/da_DK-1.5.1.tar.gz) = 135955 -MD5 (gallery/de_DE-1.5.1.tar.gz) = 7bfaafe64754ec15aa86576bb09306d4 -SHA256 (gallery/de_DE-1.5.1.tar.gz) = 1a36e747eee43b28b9a396eddc0f78fd70a5b21da8857d5c7b8f49ad433de17d -SIZE (gallery/de_DE-1.5.1.tar.gz) = 175334 +MD5 (gallery/de_DE-1.5.6.tar.gz) = 9327c565c5fd47419323149e5bff1528 +SHA256 (gallery/de_DE-1.5.6.tar.gz) = 4354603a5059ebed603bf68125c211c6fea574ae2b2115d5119734f6306af42b +SIZE (gallery/de_DE-1.5.6.tar.gz) = 202333 MD5 (gallery/en_GB-1.5-RC2.tar.gz) = 7a10ab65955d2bb27d11472626be7c93 SHA256 (gallery/en_GB-1.5-RC2.tar.gz) = f58ced82bae61ade1e722fd8e314a229631c414e749853294179a9ddfc6ec58c SIZE (gallery/en_GB-1.5-RC2.tar.gz) = 46646 -MD5 (gallery/es_ES-1.5.1.tar.gz) = cc5ac56070652f82f5ef25e8f948859f -SHA256 (gallery/es_ES-1.5.1.tar.gz) = 05556083b0cba94e92aeb477399670129b2b570c867a4032aeae3109a86c4881 -SIZE (gallery/es_ES-1.5.1.tar.gz) = 158098 -MD5 (gallery/fi_FI-1.5.1.tar.gz) = 939a2921c9667ffc272f77d244383698 -SHA256 (gallery/fi_FI-1.5.1.tar.gz) = e6ab44793049b82f43abf7083f29c5ddaedeab44747991dd80421674ebc003da -SIZE (gallery/fi_FI-1.5.1.tar.gz) = 147624 -MD5 (gallery/fr_FR-1.5.1.tar.gz) = 6bf298753c80a31a5e7acb072accdc71 -SHA256 (gallery/fr_FR-1.5.1.tar.gz) = ac4a99d8c3bcbcd0df7a5e4ce341698c8b3eb09165bc71eb200f362abe36739a -SIZE (gallery/fr_FR-1.5.1.tar.gz) = 156312 +MD5 (gallery/es_ES-1.5.2.tar.gz) = 2d16bb317cc3aff2e297f15bc2a075ea +SHA256 (gallery/es_ES-1.5.2.tar.gz) = 3755b6803b20193c6475707350f5634d84c2181925b0438fef8c42b7f9559ec2 +SIZE (gallery/es_ES-1.5.2.tar.gz) = 174826 +MD5 (gallery/fi_FI-1.5.2.tar.gz) = 7723b9e914d0f19805ac95c3a5419c43 +SHA256 (gallery/fi_FI-1.5.2.tar.gz) = b98ede0ff40855b4a179494edcef1583e15db2791572d40d640cfd78d1b6c7f1 +SIZE (gallery/fi_FI-1.5.2.tar.gz) = 161886 +MD5 (gallery/fr_FR-1.5.2.tar.gz) = e8cb04ce4688425a192db28ca1295583 +SHA256 (gallery/fr_FR-1.5.2.tar.gz) = f75acd3c9a4b94f757ebbb05ce6c6bb5d576e08d916fa33073d72a7151ceac0b +SIZE (gallery/fr_FR-1.5.2.tar.gz) = 185426 MD5 (gallery/gl_ES-1.5.1.tar.gz) = c04c4a71cc0dd68c48e3c8a12e38b0e2 SHA256 (gallery/gl_ES-1.5.1.tar.gz) = 770c619eab399e6ef3cc4e43ea7de6c1ad8aab31fe61c3750d19e589bcade06a SIZE (gallery/gl_ES-1.5.1.tar.gz) = 135208 @@ -40,36 +46,39 @@ MD5 (gallery/is_IS-1.5.1.tar.gz) = 810c4cc8237981d9e19300cc9ed85c65 SHA256 (gallery/is_IS-1.5.1.tar.gz) = af2c8a15e7426f88aee3e40194d660054ca17f444def00a82e2dcdb3dd05b1a7 SIZE (gallery/is_IS-1.5.1.tar.gz) = 164147 -MD5 (gallery/it_IT-1.5.1.tar.gz) = 58f6ce42fb2773c9b3e7fcdeaf96f492 -SHA256 (gallery/it_IT-1.5.1.tar.gz) = 04974fd4a6c9631d1f9529496f710797e83419a2cfad2c2f3586800633f9730e -SIZE (gallery/it_IT-1.5.1.tar.gz) = 174665 -MD5 (gallery/ja_JP-1.5.1.tar.gz) = 04737ad15a72afdc10167a236a96d3ac -SHA256 (gallery/ja_JP-1.5.1.tar.gz) = 5361bdb565214512dd93347f3787e275aba40f793fb24ca734cad34ca2c54ba7 -SIZE (gallery/ja_JP-1.5.1.tar.gz) = 155303 +MD5 (gallery/it_IT-1.5.2.tar.gz) = 6e2b06dc718e5c34c0920dbac2de59f0 +SHA256 (gallery/it_IT-1.5.2.tar.gz) = 56361e9ec800c91888ee9493833246f699856e49f00ccf950f530860ff6c7b2b +SIZE (gallery/it_IT-1.5.2.tar.gz) = 201308 +MD5 (gallery/ja_JP-1.5.2.tar.gz) = fbc4c7ba2eacf208967fcf4d09967748 +SHA256 (gallery/ja_JP-1.5.2.tar.gz) = 67e9f1dd06aac5da3dc31429c208906cc102240726b6643b37075dc8431a20a3 +SIZE (gallery/ja_JP-1.5.2.tar.gz) = 165774 +MD5 (gallery/ja_JP.utf8-1.5.1.tar.gz) = b7e5d9965cbd8107042cc3238c87a28a +SHA256 (gallery/ja_JP.utf8-1.5.1.tar.gz) = 5294202a55d98531f1a5eeec4e1c99cce926bac2a731cf157ef7762f13a395f4 +SIZE (gallery/ja_JP.utf8-1.5.1.tar.gz) = 159290 MD5 (gallery/ko_KR-1.5.1.tar.gz) = 8d5b2e12846fda56051f9858c5a0453c SHA256 (gallery/ko_KR-1.5.1.tar.gz) = 76d719c632e4f1e543c6816f20066c35d2a7f2072fcae5df3204892dbe90655f SIZE (gallery/ko_KR-1.5.1.tar.gz) = 155572 MD5 (gallery/lt_LT-1.5.1.tar.gz) = 2f2c57b0086d736dd420c37ba718b6be SHA256 (gallery/lt_LT-1.5.1.tar.gz) = 491dead156bcb77d61fad0d1f2555b9aea3a5e8b021948a2553c2a5cdd53caa4 SIZE (gallery/lt_LT-1.5.1.tar.gz) = 148186 -MD5 (gallery/nl_NL-1.5.1.tar.gz) = 7ea5d32d2414994833cd17b5348af4a9 -SHA256 (gallery/nl_NL-1.5.1.tar.gz) = 1307a4b479c52ce474e3e113d2b72796d1db508549cc15ef8018c5166ae6f776 -SIZE (gallery/nl_NL-1.5.1.tar.gz) = 159137 -MD5 (gallery/no_NO-1.5.1.tar.gz) = ad6406a078628bba2e75b3cae758bb78 -SHA256 (gallery/no_NO-1.5.1.tar.gz) = 978f663f48e764e28eefdbe9ac89de2fcb101983c9d7c0e947d26226fbaf10ac -SIZE (gallery/no_NO-1.5.1.tar.gz) = 159475 -MD5 (gallery/pl_PL-1.5.1.tar.gz) = efe8e359041c2c07463132ad0f7a8bea -SHA256 (gallery/pl_PL-1.5.1.tar.gz) = 83542934b513fd015de447440ff24b4fc0bb234bfc2c74737df76c4b32ba8391 -SIZE (gallery/pl_PL-1.5.1.tar.gz) = 167968 -MD5 (gallery/pt_BR-1.5.1.tar.gz) = a99af24a1ecbd3d91150577ba3ba50ad -SHA256 (gallery/pt_BR-1.5.1.tar.gz) = 88da434078d974a180b7be26bd1cdf6e9cdf9256dd1af85f8651ddb22cf1d497 -SIZE (gallery/pt_BR-1.5.1.tar.gz) = 162450 +MD5 (gallery/nl_NL-1.5.2.tar.gz) = c2dfcc89998b946c202350ecb04db133 +SHA256 (gallery/nl_NL-1.5.2.tar.gz) = 43f9963a6f1274c1990e3a51e4ab3842eec667a44f6c15c771054fb7cc867cd1 +SIZE (gallery/nl_NL-1.5.2.tar.gz) = 169432 +MD5 (gallery/no_NO-1.5.2.tar.gz) = 4529e2f5a48184ba9feec1911b476046 +SHA256 (gallery/no_NO-1.5.2.tar.gz) = 852c5001c9b529fb2c170cd06a8288007d3381863b476c9fcb05c290ac6f3c3d +SIZE (gallery/no_NO-1.5.2.tar.gz) = 170426 +MD5 (gallery/pl_PL-1.5.2.tar.gz) = 1dd07a63d96299d8f5e4cc03342d318e +SHA256 (gallery/pl_PL-1.5.2.tar.gz) = 79d7ad8e5f9687cd8075fabca52c0555cdb4f8bef00ebce53a2fe0d7ec3eb197 +SIZE (gallery/pl_PL-1.5.2.tar.gz) = 177541 +MD5 (gallery/pt_BR-1.5.2.tar.gz) = 12b44986f57245ec16e3460402daf3d7 +SHA256 (gallery/pt_BR-1.5.2.tar.gz) = 3f4ce0591fa73ea104c34aa1a2be1211a806119d60088f9212d9560b9cf3ddf3 +SIZE (gallery/pt_BR-1.5.2.tar.gz) = 181859 MD5 (gallery/pt_PT-1.5.1.tar.gz) = 4d2ea0d79c8a0c6980344b49c743f5c0 SHA256 (gallery/pt_PT-1.5.1.tar.gz) = 0dae3980d42d773139d45dfcdf898004ef5b3140850356ef62830f878b1d269c SIZE (gallery/pt_PT-1.5.1.tar.gz) = 131256 -MD5 (gallery/ru_RU.cp1251-1.5.1.tar.gz) = a4c29cc3f1f7bd91bf5ff92eaff489bf -SHA256 (gallery/ru_RU.cp1251-1.5.1.tar.gz) = 18de61542a7b3c6753259b9197cb749a027026e665061523fdce92155ed282f3 -SIZE (gallery/ru_RU.cp1251-1.5.1.tar.gz) = 145763 +MD5 (gallery/ru_RU.cp1251-1.5.2.tar.gz) = 2188901b8d2c15ed9dc7770ac9fb53f1 +SHA256 (gallery/ru_RU.cp1251-1.5.2.tar.gz) = 761859950672706ad8feba98dde652e2d436eea3931c7ddd64af94aa4d674cbd +SIZE (gallery/ru_RU.cp1251-1.5.2.tar.gz) = 155565 MD5 (gallery/ru_RU.koi8r-1.5.1.tar.gz) = f4bbd33218f15f573120672220f0c652 SHA256 (gallery/ru_RU.koi8r-1.5.1.tar.gz) = 2a684568157b2ab712b4b5de182980244d350aa421cef89de07e04755602ba2b SIZE (gallery/ru_RU.koi8r-1.5.1.tar.gz) = 145383 @@ -79,21 +88,24 @@ MD5 (gallery/sl_SI-1.5.1.tar.gz) = a03b0f47d013b4a7509a373229b8c22a SHA256 (gallery/sl_SI-1.5.1.tar.gz) = 2d6c3e7f2f4503dce87c6e3423c1c93a87baeb01ffde2f3b953103b954af06d0 SIZE (gallery/sl_SI-1.5.1.tar.gz) = 92910 -MD5 (gallery/sv_SE-1.5.1.tar.gz) = e1e0e828759b07a5000860a43d174fb0 -SHA256 (gallery/sv_SE-1.5.1.tar.gz) = afb393121c47219735fd0dd82001cd76b369a5578b3d788ebfb24a92a512c518 -SIZE (gallery/sv_SE-1.5.1.tar.gz) = 172679 -MD5 (gallery/tr_TR-1.5.1.tar.gz) = 2548bd03c7c6e8355c5aa5b807a9995c -SHA256 (gallery/tr_TR-1.5.1.tar.gz) = 562d69526fe5a2d8abecac5dca4ac1dc00fcc7a3f11c1771f3b309c1e6b61122 -SIZE (gallery/tr_TR-1.5.1.tar.gz) = 107366 +MD5 (gallery/sv_SE-1.5.6.tar.gz) = 05af83eb7c295be0ec8de6631fbf74e8 +SHA256 (gallery/sv_SE-1.5.6.tar.gz) = 137d3e4cb6eba061a29922b7926dba0c5fc4ae9e31b6216885958e0a2da43890 +SIZE (gallery/sv_SE-1.5.6.tar.gz) = 185962 +MD5 (gallery/tr_TR-1.5.1-u1.tar.gz) = a4e852ee9129c9543b80d9b3c52c9c78 +SHA256 (gallery/tr_TR-1.5.1-u1.tar.gz) = 184d0cb7e6cd31ec358feb7721d6cdd0662d8e16fd2b143afa12da9915fd5cc9 +SIZE (gallery/tr_TR-1.5.1-u1.tar.gz) = 117451 MD5 (gallery/vi_VN-1.5.1.tar.gz) = a09a4cf8f2816b16af19054fd16d4db7 SHA256 (gallery/vi_VN-1.5.1.tar.gz) = a80c0a119384971e8070a32a643ab543efd98b3f4403e0742c0d720ce0cb8ebf SIZE (gallery/vi_VN-1.5.1.tar.gz) = 160647 -MD5 (gallery/zh_HK-1.5.1.tar.gz) = 35e84007e5fd39ff75a0d0722b0fef5f -SHA256 (gallery/zh_HK-1.5.1.tar.gz) = 3ee3bd6fdafb69383664754c7985aa83841a5b41f6c1ab9105d498e8b4fd7034 -SIZE (gallery/zh_HK-1.5.1.tar.gz) = 138144 -MD5 (gallery/zh_HK.utf8-1.5.1.tar.gz) = 66161a8db375d4f8c9ca0c37fab4a900 -SHA256 (gallery/zh_HK.utf8-1.5.1.tar.gz) = d7116cf830cdeaeee47d5d00a7715e8dd6f28dcb92b56fd91a8c6ad7aef8fc33 -SIZE (gallery/zh_HK.utf8-1.5.1.tar.gz) = 144251 -MD5 (gallery/zh_TW-1.5.1.tar.gz) = e93292569b4c4e464fdbd989289dfd85 -SHA256 (gallery/zh_TW-1.5.1.tar.gz) = d71318429d5368ea006af99bf35d6162c42744cc8e797bfd3f8baa2d1de2aeff -SIZE (gallery/zh_TW-1.5.1.tar.gz) = 152113 +MD5 (gallery/zh_HK-1.5.2.tar.gz) = 7de1be0415eefe2aeff0fb2da17d0b94 +SHA256 (gallery/zh_HK-1.5.2.tar.gz) = 42c0f798589fcd59c81742b7bb250ac1113b9e9b409f6dc3d14854bd52ea5719 +SIZE (gallery/zh_HK-1.5.2.tar.gz) = 147106 +MD5 (gallery/zh_HK.utf8-1.5.2.tar.gz) = d8f6457c7fe287d31fb28d338b137643 +SHA256 (gallery/zh_HK.utf8-1.5.2.tar.gz) = 277c7fac83364fc841a4a6d4ad11b77fc9712e108239992a424744e7d2966678 +SIZE (gallery/zh_HK.utf8-1.5.2.tar.gz) = 153461 +MD5 (gallery/zh_TW-1.5.2.tar.gz) = 025aaabd6c52abd75586ecd39a213f29 +SHA256 (gallery/zh_TW-1.5.2.tar.gz) = 09901848e18d78848585a87cbcdcf72db02cab7fbac77cf1fe778b734fa4d123 +SIZE (gallery/zh_TW-1.5.2.tar.gz) = 169439 +MD5 (gallery/zh_TW.utf8-1.5.2.tar.gz) = 592b8faac6e181a9df26d2a2353b297c +SHA256 (gallery/zh_TW.utf8-1.5.2.tar.gz) = f858a52b739becc870f8f59cb807097b8825d822ddc1d979952b7f9293912dab +SIZE (gallery/zh_TW.utf8-1.5.2.tar.gz) = 177410 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 7 Jun 2002 07:59:53 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -***************************************************************** - - Please consider adding the following 3 lines to your httpd.conf - - <Directory %%PREFIX%%/%%GALLERYDIR%%> - AllowOverride Options FileInfo - </Directory> - - Then restart apache: 'apachectl graceful' - -***************************************************************** - - Please visit 'http://{host.domain}/gallery/' in a - web-browser and follow the configuration instructions. - -***************************************************************** Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/gallery/pkg-plist,v retrieving revision 1.34 diff -u -r1.34 pkg-plist --- pkg-plist 16 Aug 2006 07:27:18 -0000 1.34 +++ pkg-plist 20 Apr 2007 01:38:04 -0000 @@ -1,1212 +1,1266 @@ -%%GALLERYDIR%%/ChangeLog.archive.gz -%%GALLERYDIR%%/Version.php -%%GALLERYDIR%%/add_comment.php -%%GALLERYDIR%%/add_photos.php -%%GALLERYDIR%%/add_photos_frame.php -%%GALLERYDIR%%/add_photos_refresh.php -%%GALLERYDIR%%/admin-page.php -%%GALLERYDIR%%/administer_startpage.php -%%GALLERYDIR%%/album_permissions.php -%%GALLERYDIR%%/albums.php -%%GALLERYDIR%%/block-random.php -%%GALLERYDIR%%/captionator.php -%%GALLERYDIR%%/classes/Album.php -%%GALLERYDIR%%/classes/AlbumDB.php -%%GALLERYDIR%%/classes/AlbumItem.php -%%GALLERYDIR%%/classes/Comment.php -%%GALLERYDIR%%/classes/Database.php -%%GALLERYDIR%%/classes/EverybodyUser.php -%%GALLERYDIR%%/classes/HTML/table.php -%%GALLERYDIR%%/classes/HTML_Safe/Safe.php -%%GALLERYDIR%%/classes/Image.php -%%GALLERYDIR%%/classes/LoggedInUser.php -%%GALLERYDIR%%/classes/Mail/RFC822.php -%%GALLERYDIR%%/classes/Mail/htmlMimeMail.php -%%GALLERYDIR%%/classes/Mail/mimePart.php -%%GALLERYDIR%%/classes/Mail/smtp.php -%%GALLERYDIR%%/classes/NobodyUser.php -%%GALLERYDIR%%/classes/User.php -%%GALLERYDIR%%/classes/UserDB.php -%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3.php -%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/Decorators.php -%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/States.php -%%GALLERYDIR%%/classes/database/mysql/Database.php -%%GALLERYDIR%%/classes/gallery/User.php -%%GALLERYDIR%%/classes/gallery/UserDB.php -%%GALLERYDIR%%/classes/geeklog/User.php -%%GALLERYDIR%%/classes/geeklog/UserDB.php -%%GALLERYDIR%%/classes/mambo/User.php -%%GALLERYDIR%%/classes/mambo/UserDB.php -%%GALLERYDIR%%/classes/nsnnuke/AdminUser.php -%%GALLERYDIR%%/classes/nsnnuke/User.php -%%GALLERYDIR%%/classes/nsnnuke/UserDB.php -%%GALLERYDIR%%/classes/nuke5/AdminUser.php -%%GALLERYDIR%%/classes/nuke5/User.php -%%GALLERYDIR%%/classes/nuke5/UserDB.php -%%GALLERYDIR%%/classes/php-gettext/COPYING -%%GALLERYDIR%%/classes/php-gettext/Makefile -%%GALLERYDIR%%/classes/php-gettext/examples/index.php -%%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH/LC_MESSAGES/messages.mo -%%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH/LC_MESSAGES/messages.po -%%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS/LC_MESSAGES/messages.mo -%%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS/LC_MESSAGES/messages.po -%%GALLERYDIR%%/classes/php-gettext/examples/pigs_dropin.php -%%GALLERYDIR%%/classes/php-gettext/examples/pigs_fallback.php -%%GALLERYDIR%%/classes/php-gettext/examples/update -%%GALLERYDIR%%/classes/php-gettext/gettext.inc -%%GALLERYDIR%%/classes/php-gettext/gettext.php -%%GALLERYDIR%%/classes/php-gettext/streams.php -%%GALLERYDIR%%/classes/phpbb/User.php -%%GALLERYDIR%%/classes/phpbb/UserDB.php -%%GALLERYDIR%%/classes/postnuke/User.php -%%GALLERYDIR%%/classes/postnuke/UserDB.php -%%GALLERYDIR%%/classes/postnuke0.7.1/User.php -%%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php -%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php -%%GALLERYDIR%%/configure.sh -%%GALLERYDIR%%/contrib/GeekLog/CREDITS -%%GALLERYDIR%%/contrib/joomla/HowTo.txt -%%GALLERYDIR%%/contrib/joomla/admin.gallery.html.php -%%GALLERYDIR%%/contrib/joomla/admin.gallery.php -%%GALLERYDIR%%/contrib/joomla/classes/mambo.php -%%GALLERYDIR%%/contrib/joomla/gallery.php -%%GALLERYDIR%%/contrib/joomla/gallery.xml -%%GALLERYDIR%%/contrib/joomla/images/logo-228x67.png -%%GALLERYDIR%%/contrib/joomla/includes/frontend.php -%%GALLERYDIR%%/contrib/joomla/toolbar.gallery.php -%%GALLERYDIR%%/contrib/mambo/HowTo.txt -%%GALLERYDIR%%/contrib/mambo/admin.gallery.html.php -%%GALLERYDIR%%/contrib/mambo/admin.gallery.php -%%GALLERYDIR%%/contrib/mambo/classes/mambo.php -%%GALLERYDIR%%/contrib/mambo/gallery.php -%%GALLERYDIR%%/contrib/mambo/gallery.xml -%%GALLERYDIR%%/contrib/mambo/images/logo-228x67.png -%%GALLERYDIR%%/contrib/mambo/includes/frontend.php -%%GALLERYDIR%%/contrib/mambo/toolbar.gallery.php -%%GALLERYDIR%%/contrib/phpBB2/CREDITS -%%GALLERYDIR%%/contrib/phpBB2/HowTo.txt -%%GALLERYDIR%%/contrib/phpBB2/modules.php -%%GALLERYDIR%%/contrib/phpBB2/phpBB2-manual_changes.txt -%%GALLERYDIR%%/contrib/phpnuke/block-Random_Image.php.sample -%%GALLERYDIR%%/contrib/phpnuke/modules.php.MOD -%%GALLERYDIR%%/contrib/phpnuke/modules.php.patch -%%GALLERYDIR%%/contrib/postnuke/readme.72x -%%GALLERYDIR%%/contrib/postnuke/readme.750 -%%GALLERYDIR%%/copy_photo.php -%%GALLERYDIR%%/create_user.php -%%GALLERYDIR%%/css/base.css.default -%%GALLERYDIR%%/css/config.css.default -%%GALLERYDIR%%/css/embedded_style.css.default -%%GALLERYDIR%%/css/screen.css.default -%%GALLERYDIR%%/delete_album.php -%%GALLERYDIR%%/delete_photo.php -%%GALLERYDIR%%/delete_user.php -%%GALLERYDIR%%/do_command.php -%%GALLERYDIR%%/docs/context-help/login.php -%%GALLERYDIR%%/docs/context-help/register.php -%%GALLERYDIR%%/docs/context-help/search.php -%%GALLERYDIR%%/docs/context-help/slideshow.php -%%GALLERYDIR%%/docs/context-help/test.php -%%GALLERYDIR%%/docs/g1package/gallery1-admin.backup.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.basics.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.embedding.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.mirroring.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.offline.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.patching.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.performance.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.securing.html -%%GALLERYDIR%%/docs/g1package/gallery1-admin.users.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.config-wizard.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.credits.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.a.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.b.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.c.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.d.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.faq.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.features.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.help.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.language-packs.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.overview.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.remote-applets.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.required-programs.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.requirements.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.unix-ftp.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.unix-shell.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.upgrade.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.windows-iis.html -%%GALLERYDIR%%/docs/g1package/gallery1-install.windows.html -%%GALLERYDIR%%/docs/g1package/gallery1-user.html -%%GALLERYDIR%%/docs/g1package/gallery1-user.import.html -%%GALLERYDIR%%/docs/g1package/gallery1-user.watermark.html -%%GALLERYDIR%%/docs/g1package/html.css -%%GALLERYDIR%%/docs/g1package/images/basic-auth.gif -%%GALLERYDIR%%/docs/g1package/images/up-up.gif -%%GALLERYDIR%%/docs/g1package/images/up.gif -%%GALLERYDIR%%/docs/g1package/index.html -%%GALLERYDIR%%/docs/g1package/pretty-html.css -%%GALLERYDIR%%/docs/gallery1-admin.backup.html -%%GALLERYDIR%%/docs/gallery1-admin.basics.html -%%GALLERYDIR%%/docs/gallery1-admin.embedding.html -%%GALLERYDIR%%/docs/gallery1-admin.html -%%GALLERYDIR%%/docs/gallery1-admin.mirroring.html -%%GALLERYDIR%%/docs/gallery1-admin.offline.html -%%GALLERYDIR%%/docs/gallery1-admin.patching.html -%%GALLERYDIR%%/docs/gallery1-admin.securing.html -%%GALLERYDIR%%/docs/gallery1-admin.users.html -%%GALLERYDIR%%/docs/gallery1-devguide.functions.html -%%GALLERYDIR%%/docs/gallery1-devguide.html -%%GALLERYDIR%%/docs/gallery1-install.config-wizard.html -%%GALLERYDIR%%/docs/gallery1-install.credits.html -%%GALLERYDIR%%/docs/gallery1-install.faq.a.html -%%GALLERYDIR%%/docs/gallery1-install.faq.b.html -%%GALLERYDIR%%/docs/gallery1-install.faq.c.html -%%GALLERYDIR%%/docs/gallery1-install.faq.d.html -%%GALLERYDIR%%/docs/gallery1-install.faq.html -%%GALLERYDIR%%/docs/gallery1-install.features.html -%%GALLERYDIR%%/docs/gallery1-install.help.html -%%GALLERYDIR%%/docs/gallery1-install.html -%%GALLERYDIR%%/docs/gallery1-install.language-packs.html -%%GALLERYDIR%%/docs/gallery1-install.overview.html -%%GALLERYDIR%%/docs/gallery1-install.remote-applets.html -%%GALLERYDIR%%/docs/gallery1-install.required-programs.html -%%GALLERYDIR%%/docs/gallery1-install.requirements.html -%%GALLERYDIR%%/docs/gallery1-install.unix-ftp.html -%%GALLERYDIR%%/docs/gallery1-install.unix-shell.html -%%GALLERYDIR%%/docs/gallery1-install.upgrade.html -%%GALLERYDIR%%/docs/gallery1-install.windows-iis.html -%%GALLERYDIR%%/docs/gallery1-install.windows.html -%%GALLERYDIR%%/docs/gallery1-user.html -%%GALLERYDIR%%/docs/gallery1-user.import.html -%%GALLERYDIR%%/docs/gallery1-user.watermark.html -%%GALLERYDIR%%/docs/html.css -%%GALLERYDIR%%/docs/images/basic-auth.gif -%%GALLERYDIR%%/docs/images/diagnostics.gif -%%GALLERYDIR%%/docs/images/step2setup.gif -%%GALLERYDIR%%/docs/images/up-up.gif -%%GALLERYDIR%%/docs/images/up.gif -%%GALLERYDIR%%/docs/index.html -%%GALLERYDIR%%/docs/preface.html -%%GALLERYDIR%%/docs/pretty-html.css -%%GALLERYDIR%%/download.php -%%GALLERYDIR%%/ecard_form.php -%%GALLERYDIR%%/ecard_preview.php -%%GALLERYDIR%%/edit_appearance.php -%%GALLERYDIR%%/edit_caption.php -%%GALLERYDIR%%/edit_field.php -%%GALLERYDIR%%/edit_thumb.php -%%GALLERYDIR%%/edit_watermark.php -%%GALLERYDIR%%/extra_fields.php -%%GALLERYDIR%%/gallery_remote.php -%%GALLERYDIR%%/gallery_remote2.php -%%GALLERYDIR%%/help/imagemap.php -%%GALLERYDIR%%/help/metadataOnUpload.php -%%GALLERYDIR%%/html/userData.inc -%%GALLERYDIR%%/html_wrap/album.footer.default -%%GALLERYDIR%%/html_wrap/album.header.default -%%GALLERYDIR%%/html_wrap/frames/README.php -%%GALLERYDIR%%/html_wrap/frames/golden/BB.gif -%%GALLERYDIR%%/html_wrap/frames/golden/BL.gif -%%GALLERYDIR%%/html_wrap/frames/golden/BR.gif -%%GALLERYDIR%%/html_wrap/frames/golden/LL.gif -%%GALLERYDIR%%/html_wrap/frames/golden/RR.gif -%%GALLERYDIR%%/html_wrap/frames/golden/TL.gif -%%GALLERYDIR%%/html_wrap/frames/golden/TR.gif -%%GALLERYDIR%%/html_wrap/frames/golden/TT.gif -%%GALLERYDIR%%/html_wrap/frames/golden/frame.def -%%GALLERYDIR%%/html_wrap/frames/notebook/BB.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/BL.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/BR.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/LL.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/RR.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/TL.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/TR.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/TT.gif -%%GALLERYDIR%%/html_wrap/frames/notebook/frame.def -%%GALLERYDIR%%/html_wrap/frames/polaroid/BB.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/BL.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/BR.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/LL.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/RR.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/TL.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/TR.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/TT.gif -%%GALLERYDIR%%/html_wrap/frames/polaroid/frame.def -%%GALLERYDIR%%/html_wrap/frames/polaroid/pixel_trans.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/BB.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/BL.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/BR.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/LL.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/RR.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/TL.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/TR.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/TT.gif -%%GALLERYDIR%%/html_wrap/frames/polaroids/frame.def -%%GALLERYDIR%%/html_wrap/frames/polaroids/pixel_trans.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/BB5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/BL5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/BR5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/LL5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/RR5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/ReadMe.txt -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/TL5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/TR5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/TT5.gif -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/frame.def -%%GALLERYDIR%%/html_wrap/frames/postage_stamp/pixel_trans.gif -%%GALLERYDIR%%/html_wrap/frames/shadows/BB.png -%%GALLERYDIR%%/html_wrap/frames/shadows/BBL.png -%%GALLERYDIR%%/html_wrap/frames/shadows/BR.png -%%GALLERYDIR%%/html_wrap/frames/shadows/RR.png -%%GALLERYDIR%%/html_wrap/frames/shadows/RRT.png -%%GALLERYDIR%%/html_wrap/frames/shadows/frame.def -%%GALLERYDIR%%/html_wrap/frames/shadows/pixel_trans.png -%%GALLERYDIR%%/html_wrap/frames/simple_book/BB.gif -%%GALLERYDIR%%/html_wrap/frames/simple_book/BL.gif -%%GALLERYDIR%%/html_wrap/frames/simple_book/BR.gif -%%GALLERYDIR%%/html_wrap/frames/simple_book/RR.gif -%%GALLERYDIR%%/html_wrap/frames/simple_book/TR.gif -%%GALLERYDIR%%/html_wrap/frames/simple_book/dot.gif -%%GALLERYDIR%%/html_wrap/frames/simple_book/frame.def -%%GALLERYDIR%%/html_wrap/frames/simple_book/pixel_trans.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/BB.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/BL.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/BR.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/LL.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/RR.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/TL.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/TR.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/TT.gif -%%GALLERYDIR%%/html_wrap/frames/wooden/frame.def -%%GALLERYDIR%%/html_wrap/gallery.footer.default -%%GALLERYDIR%%/html_wrap/gallery.header.default -%%GALLERYDIR%%/html_wrap/general.footer.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.footer.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_albumthumb.header.default -%%GALLERYDIR%%/html_wrap/inline_gallerythumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_imagewrap.inc -%%GALLERYDIR%%/html_wrap/inline_moviethumb.frame.default -%%GALLERYDIR%%/html_wrap/inline_photo.footer.default -%%GALLERYDIR%%/html_wrap/inline_photo.frame.default -%%GALLERYDIR%%/html_wrap/inline_photo.header.default -%%GALLERYDIR%%/html_wrap/inline_photothumb.frame.default -%%GALLERYDIR%%/html_wrap/photo.footer.default -%%GALLERYDIR%%/html_wrap/photo.header.default -%%GALLERYDIR%%/html_wrap/slideshow.footer.default -%%GALLERYDIR%%/html_wrap/slideshow.header.default -%%GALLERYDIR%%/html_wrap/stats.footer.default -%%GALLERYDIR%%/html_wrap/stats.header.default -%%GALLERYDIR%%/html_wrap/wrapper.footer.default -%%GALLERYDIR%%/html_wrap/wrapper.header.default -%%GALLERYDIR%%/imagemap.php -%%GALLERYDIR%%/images/BB1.gif -%%GALLERYDIR%%/images/BL1.gif -%%GALLERYDIR%%/images/BR1.gif -%%GALLERYDIR%%/images/LL1.gif -%%GALLERYDIR%%/images/RR1.gif -%%GALLERYDIR%%/images/TL1.gif -%%GALLERYDIR%%/images/TR1.gif -%%GALLERYDIR%%/images/TT1.gif -%%GALLERYDIR%%/images/admin_delete.gif -%%GALLERYDIR%%/images/admin_hide.gif -%%GALLERYDIR%%/images/admin_highlight.gif -%%GALLERYDIR%%/images/admin_move.gif -%%GALLERYDIR%%/images/admin_rotate.gif -%%GALLERYDIR%%/images/admin_unhide.gif -%%GALLERYDIR%%/images/albumthumb_BB.gif -%%GALLERYDIR%%/images/albumthumb_BL.gif -%%GALLERYDIR%%/images/albumthumb_BR.gif -%%GALLERYDIR%%/images/albumthumb_RR.gif -%%GALLERYDIR%%/images/albumthumb_TR.gif -%%GALLERYDIR%%/images/bar.gif -%%GALLERYDIR%%/images/collapse.gif -%%GALLERYDIR%%/images/colorpicker.png -%%GALLERYDIR%%/images/colorscale.png -%%GALLERYDIR%%/images/computer.gif -%%GALLERYDIR%%/images/donate.jpg -%%GALLERYDIR%%/images/ecard_images/00.gif -%%GALLERYDIR%%/images/ecard_images/01.gif -%%GALLERYDIR%%/images/ecard_images/02.gif -%%GALLERYDIR%%/images/ecard_images/03.gif -%%GALLERYDIR%%/images/ecard_images/04.gif -%%GALLERYDIR%%/images/ecard_images/05.gif -%%GALLERYDIR%%/images/ecard_images/06.gif -%%GALLERYDIR%%/images/ecard_images/07.gif -%%GALLERYDIR%%/images/ecard_images/08.gif -%%GALLERYDIR%%/images/ecard_images/09.gif -%%GALLERYDIR%%/images/ecard_images/10.gif -%%GALLERYDIR%%/images/ecard_images/11.gif -%%GALLERYDIR%%/images/ecard_images/12.gif -%%GALLERYDIR%%/images/ecard_images/13.gif -%%GALLERYDIR%%/images/ecard_images/14.gif -%%GALLERYDIR%%/images/ecard_images/15.gif -%%GALLERYDIR%%/images/ecard_images/16.gif -%%GALLERYDIR%%/images/ecard_images/17.gif -%%GALLERYDIR%%/images/ecard_images/18.gif -%%GALLERYDIR%%/images/ecard_images/19.gif -%%GALLERYDIR%%/images/ecard_images/20.gif -%%GALLERYDIR%%/images/ecard_images/21.gif -%%GALLERYDIR%%/images/ecard_images/22.gif -%%GALLERYDIR%%/images/ecard_images/23.gif -%%GALLERYDIR%%/images/ecard_images/24.gif -%%GALLERYDIR%%/images/ecard_images/25.gif -%%GALLERYDIR%%/images/ecard_images/26.gif -%%GALLERYDIR%%/images/ecard_images/27.gif -%%GALLERYDIR%%/images/ecard_images/eCards.gif -%%GALLERYDIR%%/images/ecard_images/ecards_eng.png -%%GALLERYDIR%%/images/ecard_images/icon_help.gif -%%GALLERYDIR%%/images/ecard_images/icon_square.gif -%%GALLERYDIR%%/images/ecard_images/leer.gif -%%GALLERYDIR%%/images/ecard_images/postcard.gif -%%GALLERYDIR%%/images/expand.gif -%%GALLERYDIR%%/images/favicon.ico -%%GALLERYDIR%%/images/g1-phpBB2-icon.png -%%GALLERYDIR%%/images/gallery-tag.png -%%GALLERYDIR%%/images/green_trafficlight.gif -%%GALLERYDIR%%/images/icons/1leftarrow.gif -%%GALLERYDIR%%/images/icons/1rightarrow.gif -%%GALLERYDIR%%/images/icons/2downarrow.gif -%%GALLERYDIR%%/images/icons/behavior-capplet.gif -%%GALLERYDIR%%/images/icons/camera.gif -%%GALLERYDIR%%/images/icons/compressed.png -%%GALLERYDIR%%/images/icons/decrypted.gif -%%GALLERYDIR%%/images/icons/delete.gif -%%GALLERYDIR%%/images/icons/display.gif -%%GALLERYDIR%%/images/icons/ecard.gif -%%GALLERYDIR%%/images/icons/editcopy.gif -%%GALLERYDIR%%/images/icons/exit.gif -%%GALLERYDIR%%/images/icons/folder_new.gif -%%GALLERYDIR%%/images/icons/frame_query.gif -%%GALLERYDIR%%/images/icons/help.gif -%%GALLERYDIR%%/images/icons/history.gif -%%GALLERYDIR%%/images/icons/idea.gif -%%GALLERYDIR%%/images/icons/identity.gif -%%GALLERYDIR%%/images/icons/imageedit/flip.gif -%%GALLERYDIR%%/images/icons/imageedit/mirror.gif -%%GALLERYDIR%%/images/icons/imageedit/rotate-180.gif -%%GALLERYDIR%%/images/icons/imageedit/rotate-270.gif -%%GALLERYDIR%%/images/icons/imageedit/rotate-90.gif -%%GALLERYDIR%%/images/icons/info.gif -%%GALLERYDIR%%/images/icons/kcmfontinst.gif -%%GALLERYDIR%%/images/icons/kdf.gif -%%GALLERYDIR%%/images/icons/nav_first.gif -%%GALLERYDIR%%/images/icons/nav_last.gif -%%GALLERYDIR%%/images/icons/nav_next.gif -%%GALLERYDIR%%/images/icons/nav_prev.gif -%%GALLERYDIR%%/images/icons/no_idea.gif -%%GALLERYDIR%%/images/icons/reload.gif -%%GALLERYDIR%%/images/icons/showcomment.gif -%%GALLERYDIR%%/images/icons/tab_duplicate.gif -%%GALLERYDIR%%/images/icons/thumbnail.gif -%%GALLERYDIR%%/images/icons/tree/join-left.gif -%%GALLERYDIR%%/images/icons/tree/join-right.gif -%%GALLERYDIR%%/images/icons/tree/joinbottom-left.gif -%%GALLERYDIR%%/images/icons/tree/joinbottom-right.gif -%%GALLERYDIR%%/images/icons/unsortedList.gif -%%GALLERYDIR%%/images/icons/viewmag1.gif -%%GALLERYDIR%%/images/icons/window_fullscreen.gif -%%GALLERYDIR%%/images/icons/window_nofullscreen.gif -%%GALLERYDIR%%/images/icons/yast_kuser.gif -%%GALLERYDIR%%/images/icons/yast_sysadmin.gif -%%GALLERYDIR%%/images/icons/yast_sysadmin2.gif -%%GALLERYDIR%%/images/movie.thumb.jpg -%%GALLERYDIR%%/images/nav_dot.gif -%%GALLERYDIR%%/images/nav_dot_left.gif -%%GALLERYDIR%%/images/nav_dot_right.gif -%%GALLERYDIR%%/images/nav_home.gif -%%GALLERYDIR%%/images/nav_page.gif -%%GALLERYDIR%%/images/pixel_trans.gif -%%GALLERYDIR%%/images/red_trafficlight.gif -%%GALLERYDIR%%/images/simplex-bkg.gif -%%GALLERYDIR%%/images/tab_bottom.gif -%%GALLERYDIR%%/images/uploading.gif -%%GALLERYDIR%%/images/yellow_red_trafficlight.gif -%%GALLERYDIR%%/images/yellow_trafficlight.gif -%%GALLERYDIR%%/includes/add_photos/add_applet.cfg -%%GALLERYDIR%%/includes/add_photos/add_applet.inc -%%GALLERYDIR%%/includes/add_photos/add_applet_mini.cfg -%%GALLERYDIR%%/includes/add_photos/add_applet_mini.inc -%%GALLERYDIR%%/includes/add_photos/add_form.inc -%%GALLERYDIR%%/includes/add_photos/add_other.inc -%%GALLERYDIR%%/includes/add_photos/add_url.inc -%%GALLERYDIR%%/includes/add_photos/captionOptions.inc.php -%%GALLERYDIR%%/includes/definitions/albumProperties.php -%%GALLERYDIR%%/includes/definitions/mime.mapping.php -%%GALLERYDIR%%/includes/definitions/navIcons.php -%%GALLERYDIR%%/includes/definitions/services.php -%%GALLERYDIR%%/includes/ecard/templates/ecard_1.tpl -%%GALLERYDIR%%/includes/ecard/templates/error.htm -%%GALLERYDIR%%/includes/ecard/templates/leer.htm -%%GALLERYDIR%%/includes/errors/configure_help.php -%%GALLERYDIR%%/includes/errors/reconfigure.php -%%GALLERYDIR%%/includes/errors/unconfigured.php -%%GALLERYDIR%%/includes/slideshow/applet.cfg -%%GALLERYDIR%%/includes/slideshow/applet.inc -%%GALLERYDIR%%/includes/slideshow/high.inc -%%GALLERYDIR%%/includes/slideshow/low.inc -%%GALLERYDIR%%/includes/stats/stats.inc.php -%%GALLERYDIR%%/index.php -%%GALLERYDIR%%/init.php -%%GALLERYDIR%%/java/GalleryRemoteApplet.jar -%%GALLERYDIR%%/java/GalleryRemoteAppletMini.jar -%%GALLERYDIR%%/java/GalleryRemoteHTTPClient.jar -%%GALLERYDIR%%/java/ImageTools.jar -%%GALLERYDIR%%/java/applet_img.jar -%%GALLERYDIR%%/java/metadata-extractor-2.1.jar -%%GALLERYDIR%%/js/client_sniff.js -%%GALLERYDIR%%/js/fitToWindow.js.php -%%GALLERYDIR%%/js/imagemap.js -%%GALLERYDIR%%/js/multifile.js.php -%%GALLERYDIR%%/js/sectionTabs.js.php -%%GALLERYDIR%%/js/toggle.js -%%GALLERYDIR%%/js/wz_jsgraphics.js -%%GALLERYDIR%%/js/wz_tooltip.js -%%GALLERYDIR%%/layout/adminAlbumCommands.inc -%%GALLERYDIR%%/layout/adminbox.inc -%%GALLERYDIR%%/layout/breadcrumb.inc -%%GALLERYDIR%%/layout/commentbox.inc -%%GALLERYDIR%%/layout/commentboxbottom.inc -%%GALLERYDIR%%/layout/commentboxtop.inc -%%GALLERYDIR%%/layout/commentdraw.inc -%%GALLERYDIR%%/layout/navigator.inc -%%GALLERYDIR%%/layout/navmicro.inc -%%GALLERYDIR%%/layout/navphoto.inc -%%GALLERYDIR%%/layout/navtablebegin.inc -%%GALLERYDIR%%/layout/navtableend.inc -%%GALLERYDIR%%/layout/navtablemiddle.inc -%%GALLERYDIR%%/layout/searchdraw.inc -%%GALLERYDIR%%/layout/watermarkform.inc -%%GALLERYDIR%%/lib/Form.php -%%GALLERYDIR%%/lib/album.php -%%GALLERYDIR%%/lib/albumItem.php -%%GALLERYDIR%%/lib/colorpicker.php -%%GALLERYDIR%%/lib/content.php -%%GALLERYDIR%%/lib/imageManipulation.php -%%GALLERYDIR%%/lib/lang.php -%%GALLERYDIR%%/lib/mail.php -%%GALLERYDIR%%/lib/messages.php -%%GALLERYDIR%%/lib/popup.php -%%GALLERYDIR%%/lib/setup.php -%%GALLERYDIR%%/lib/url.php -%%GALLERYDIR%%/lib/valchecks.php -%%GALLERYDIR%%/lib/voting.php -%%NLS%%%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/af_ZA/af_ZA-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/af_ZA/af_ZA-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/af_ZA/af_ZA-nls.php -%%NLS%%%%GALLERYDIR%%/locale/af_ZA/flagimage/af_ZA.gif -%%NLS%%%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/bg_BG/bg_BG-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/bg_BG/bg_BG-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/bg_BG/bg_BG-nls.php -%%NLS%%%%GALLERYDIR%%/locale/bg_BG/flagimage/bg_BG.gif -%%NLS%%%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/ca_ES/ca_ES-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/ca_ES/ca_ES-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/ca_ES/ca_ES-nls.php -%%NLS%%%%GALLERYDIR%%/locale/ca_ES/flagimage/ca_ES.gif -%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-nls.php -%%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/flagimage/cs_CZ.iso-8859-2.gif -%%NLS%%%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/da_DK/da_DK-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/da_DK/da_DK-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/da_DK/da_DK-nls.php -%%NLS%%%%GALLERYDIR%%/locale/da_DK/flagimage/da_DK.gif -%%NLS%%%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/de_DE/de_DE-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/de_DE/de_DE-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/de_DE/de_DE-nls.php -%%NLS%%%%GALLERYDIR%%/locale/de_DE/flagimage/de_DE.gif -%%NLS%%%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/en_GB/en_GB-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/en_GB/en_GB-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/en_GB/en_GB-nls.php -%%NLS%%%%GALLERYDIR%%/locale/en_GB/flagimage/en_GB.gif -%%GALLERYDIR%%/locale/en_US/flagimage/en_US.gif -%%NLS%%%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/es_ES/es_ES-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/es_ES/es_ES-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/es_ES/es_ES-nls.php -%%NLS%%%%GALLERYDIR%%/locale/es_ES/flagimage/es_ES.gif -%%NLS%%%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/fi_FI/fi_FI-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/fi_FI/fi_FI-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/fi_FI/fi_FI-nls.php -%%NLS%%%%GALLERYDIR%%/locale/fi_FI/flagimage/fi_FI.gif -%%NLS%%%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/fr_FR/flagimage/fr_FR.gif -%%NLS%%%%GALLERYDIR%%/locale/fr_FR/fr_FR-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/fr_FR/fr_FR-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/fr_FR/fr_FR-nls.php -%%NLS%%%%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/gl_ES/flagimage/gl_ES.gif -%%NLS%%%%GALLERYDIR%%/locale/gl_ES/gl_ES-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/gl_ES/gl_ES-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/gl_ES/gl_ES-nls.php -%%NLS%%%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/hu_HU/flagimage/hu_HU.gif -%%NLS%%%%GALLERYDIR%%/locale/hu_HU/hu_HU-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/hu_HU/hu_HU-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/hu_HU/hu_HU-nls.php -%%NLS%%%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/is_IS/flagimage/is_IS.gif -%%NLS%%%%GALLERYDIR%%/locale/is_IS/is_IS-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/is_IS/is_IS-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/is_IS/is_IS-nls.php -%%NLS%%%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/it_IT/flagimage/it_IT.gif -%%NLS%%%%GALLERYDIR%%/locale/it_IT/it_IT-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/it_IT/it_IT-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/it_IT/it_IT-nls.php -%%NLS%%%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/ja_JP/flagimage/ja_JP.gif -%%NLS%%%%GALLERYDIR%%/locale/ja_JP/ja_JP-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/ja_JP/ja_JP-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/ja_JP/ja_JP-nls.php -%%NLS%%%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/ko_KR/flagimage/ko_KR.gif -%%NLS%%%%GALLERYDIR%%/locale/ko_KR/ko_KR-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/ko_KR/ko_KR-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/ko_KR/ko_KR-nls.php -%%NLS%%%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/lt_LT/flagimage/lt_LT.gif -%%NLS%%%%GALLERYDIR%%/locale/lt_LT/lt_LT-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/lt_LT/lt_LT-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/lt_LT/lt_LT-nls.php -%%NLS%%%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/nl_NL/flagimage/nl_NL.gif -%%NLS%%%%GALLERYDIR%%/locale/nl_NL/nl_NL-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/nl_NL/nl_NL-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/nl_NL/nl_NL-nls.php -%%NLS%%%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/no_NO/flagimage/no_NO.gif -%%NLS%%%%GALLERYDIR%%/locale/no_NO/no_NO-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/no_NO/no_NO-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/no_NO/no_NO-nls.php -%%NLS%%%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/pl_PL/flagimage/pl_PL.gif -%%NLS%%%%GALLERYDIR%%/locale/pl_PL/pl_PL-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/pl_PL/pl_PL-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/pl_PL/pl_PL-nls.php -%%NLS%%%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/pt_BR/flagimage/pt_BR.gif -%%NLS%%%%GALLERYDIR%%/locale/pt_BR/pt_BR-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/pt_BR/pt_BR-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/pt_BR/pt_BR-nls.php -%%NLS%%%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/pt_PT/flagimage/pt_PT.gif -%%NLS%%%%GALLERYDIR%%/locale/pt_PT/pt_PT-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/pt_PT/pt_PT-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/pt_PT/pt_PT-nls.php -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/flagimage/ru_RU.cp1251.gif -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-nls.php -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage/ru_RU.koi8r.gif -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-nls.php -%%NLS%%%%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/sk_SK/flagimage/sk_SK.gif -%%NLS%%%%GALLERYDIR%%/locale/sk_SK/sk_SK-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/sk_SK/sk_SK-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/sk_SK/sk_SK-nls.php -%%NLS%%%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/sl_SI/flagimage/sl_SI.gif -%%NLS%%%%GALLERYDIR%%/locale/sl_SI/sl_SI-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/sl_SI/sl_SI-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/sl_SI/sl_SI-nls.php -%%NLS%%%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/sv_SE/flagimage/sv_SE.gif -%%NLS%%%%GALLERYDIR%%/locale/sv_SE/sv_SE-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/sv_SE/sv_SE-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/sv_SE/sv_SE-nls.php -%%NLS%%%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/tr_TR/flagimage/tr_TR.gif -%%NLS%%%%GALLERYDIR%%/locale/tr_TR/tr_TR-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/tr_TR/tr_TR-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/tr_TR/tr_TR-nls.php -%%NLS%%%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/vi_VN/flagimage/vi_VN.gif -%%NLS%%%%GALLERYDIR%%/locale/vi_VN/vi_VN-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/vi_VN/vi_VN-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/vi_VN/vi_VN-nls.php -%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/flagimage/zh_HK.gif -%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/zh_HK.utf8-nls.php -%%NLS%%%%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/zh_HK/flagimage/zh_TW.gif -%%NLS%%%%GALLERYDIR%%/locale/zh_HK/zh_HK-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/zh_HK/zh_HK-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/zh_HK/zh_HK-nls.php -%%NLS%%%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_config.mo -%%NLS%%%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_core.mo -%%NLS%%%%GALLERYDIR%%/locale/zh_TW/flagimage/zh_TW.gif -%%NLS%%%%GALLERYDIR%%/locale/zh_TW/zh_TW-gallery_config.po -%%NLS%%%%GALLERYDIR%%/locale/zh_TW/zh_TW-gallery_core.po -%%NLS%%%%GALLERYDIR%%/locale/zh_TW/zh_TW-nls.php -%%GALLERYDIR%%/login.php -%%GALLERYDIR%%/manage_users.php -%%GALLERYDIR%%/manifest.inc -%%GALLERYDIR%%/modify_user.php -%%GALLERYDIR%%/move_album.php -%%GALLERYDIR%%/move_photo.php -%%GALLERYDIR%%/multi_create_user.php -%%GALLERYDIR%%/new_password.php -%%GALLERYDIR%%/nls.php -%%GALLERYDIR%%/photo_owner.php -%%GALLERYDIR%%/platform/fs_unix.php -%%GALLERYDIR%%/platform/fs_win32.php -%%GALLERYDIR%%/po/CREDITS -%%GALLERYDIR%%/po/change_version.sh -%%GALLERYDIR%%/po/copyright-header.txt -%%GALLERYDIR%%/po/create_po_template.sh -%%GALLERYDIR%%/po/edit_changelog.sh -%%GALLERYDIR%%/po/filelist-common -%%GALLERYDIR%%/po/filelist-config -%%GALLERYDIR%%/po/filelist-core -%%GALLERYDIR%%/po/gallery-common.pot -%%GALLERYDIR%%/po/gallery-config.pot -%%GALLERYDIR%%/po/gallery-core.pot -%%GALLERYDIR%%/po/make_mo_files.sh -%%GALLERYDIR%%/po/remove_obsolete.pl -%%GALLERYDIR%%/po/transform_fuzzy.pl -%%GALLERYDIR%%/po/update_po_files.sh -%%GALLERYDIR%%/poll_properties.php -%%GALLERYDIR%%/poll_results.php -%%GALLERYDIR%%/progress_uploading.php -%%GALLERYDIR%%/publish_xp.php -%%GALLERYDIR%%/publish_xp_docs.php -%%GALLERYDIR%%/rearrange.php -%%GALLERYDIR%%/register.php -%%GALLERYDIR%%/rename_album.php -%%GALLERYDIR%%/reset_votes.php -%%GALLERYDIR%%/resize_photo.php -%%GALLERYDIR%%/rotate_photo.php -%%GALLERYDIR%%/rss.php -%%GALLERYDIR%%/save_photos.php -%%GALLERYDIR%%/search.php -%%GALLERYDIR%%/secure.sh -%%GALLERYDIR%%/session.php -%%GALLERYDIR%%/setup/.htaccess -%%GALLERYDIR%%/setup/backup_albums.php -%%GALLERYDIR%%/setup/check.inc -%%GALLERYDIR%%/setup/check_imagemagick.php -%%GALLERYDIR%%/setup/check_mail.php -%%GALLERYDIR%%/setup/check_netpbm.php -%%GALLERYDIR%%/setup/check_versions.php -%%GALLERYDIR%%/setup/config_data.inc -%%GALLERYDIR%%/setup/confirm.inc -%%GALLERYDIR%%/setup/constants.inc -%%GALLERYDIR%%/setup/defaults.inc -%%GALLERYDIR%%/setup/diagnostics.php -%%GALLERYDIR%%/setup/frame_test.php -%%GALLERYDIR%%/setup/ghcc.php -%%GALLERYDIR%%/setup/gpl.txt -%%GALLERYDIR%%/setup/index.php -%%GALLERYDIR%%/setup/init.php -%%GALLERYDIR%%/setup/login.inc -%%GALLERYDIR%%/setup/mod_rewrite.template -%%GALLERYDIR%%/setup/php_value.template -%%GALLERYDIR%%/setup/php_value_ok.php -%%GALLERYDIR%%/setup/phpinfo.php -%%GALLERYDIR%%/setup/session_test.php -%%GALLERYDIR%%/setup/write.inc -%%GALLERYDIR%%/skins/bars002/css/screen.css -%%GALLERYDIR%%/skins/bars002/images/navbar.jpg -%%GALLERYDIR%%/skins/bars002/images/screenshot.jpg -%%GALLERYDIR%%/skins/bars002/images/topbar.jpg -%%GALLERYDIR%%/skins/bars002/style.def -%%GALLERYDIR%%/skins/bblue/css/screen.css -%%GALLERYDIR%%/skins/bblue/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/bblue/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bblue/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/bblue/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/bblue/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/bblue/images/mod_under_hl.jpg -%%GALLERYDIR%%/skins/bblue/images/screenshot.jpg -%%GALLERYDIR%%/skins/bblue/style.def -%%GALLERYDIR%%/skins/bgreen/css/screen.css -%%GALLERYDIR%%/skins/bgreen/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/bgreen/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_left.gif -%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_right.gif -%%GALLERYDIR%%/skins/bgreen/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/bgreen/images/mod_under_hl.jpg -%%GALLERYDIR%%/skins/bgreen/images/screenshot.jpg -%%GALLERYDIR%%/skins/bgreen/style.def -%%GALLERYDIR%%/skins/bgreen2/css/screen.css -%%GALLERYDIR%%/skins/bgreen2/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/bgreen2/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/bgreen2/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/bgreen2/images/mod_under_hl.jpg -%%GALLERYDIR%%/skins/bgreen2/images/screenshot.jpg -%%GALLERYDIR%%/skins/bgreen2/style.def -%%GALLERYDIR%%/skins/black/css/screen.css -%%GALLERYDIR%%/skins/black/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/black/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/black/images/screenshot.jpg -%%GALLERYDIR%%/skins/black/style.def -%%GALLERYDIR%%/skins/bluemod/css/screen.css -%%GALLERYDIR%%/skins/bluemod/images/mod_background.jpg -%%GALLERYDIR%%/skins/bluemod/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bluemod/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/bluemod/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/bluemod/images/screenshot.jpg -%%GALLERYDIR%%/skins/bluemod/style.def -%%GALLERYDIR%%/skins/bpurple/css/screen.css -%%GALLERYDIR%%/skins/bpurple/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/bpurple/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/bpurple/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/bpurple/images/mod_under_hl.jpg -%%GALLERYDIR%%/skins/bpurple/images/screenshot.jpg -%%GALLERYDIR%%/skins/bpurple/style.def -%%GALLERYDIR%%/skins/bred/css/screen.css -%%GALLERYDIR%%/skins/bred/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/bred/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bred/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/bred/images/mod_toplight_left.gif -%%GALLERYDIR%%/skins/bred/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/bred/images/mod_toplight_right.gif -%%GALLERYDIR%%/skins/bred/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/bred/images/mod_under_hl.jpg -%%GALLERYDIR%%/skins/bred/images/screenshot.jpg -%%GALLERYDIR%%/skins/bred/style.def -%%GALLERYDIR%%/skins/bubbles/css/screen.css -%%GALLERYDIR%%/skins/bubbles/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/bubbles/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/bubbles/images/screenshot.jpg -%%GALLERYDIR%%/skins/bubbles/style.def -%%GALLERYDIR%%/skins/butterfly_green/css/screen.css -%%GALLERYDIR%%/skins/butterfly_green/images/mod_box.jpg -%%GALLERYDIR%%/skins/butterfly_green/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/butterfly_green/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/butterfly_green/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/butterfly_green/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/butterfly_green/images/screenshot.jpg -%%GALLERYDIR%%/skins/butterfly_green/style.def -%%GALLERYDIR%%/skins/greenpurple/css/screen.css -%%GALLERYDIR%%/skins/greenpurple/images/mod_descbg.jpg -%%GALLERYDIR%%/skins/greenpurple/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/greenpurple/images/mod_navbox.jpg -%%GALLERYDIR%%/skins/greenpurple/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/greenpurple/images/mod_titlelft.jpg -%%GALLERYDIR%%/skins/greenpurple/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/greenpurple/images/mod_titlert.jpg -%%GALLERYDIR%%/skins/greenpurple/images/screenshot.jpg -%%GALLERYDIR%%/skins/greenpurple/style.def -%%GALLERYDIR%%/skins/hotred/css/screen.css -%%GALLERYDIR%%/skins/hotred/images/mod_descbg.jpg -%%GALLERYDIR%%/skins/hotred/images/mod_descbox.jpg -%%GALLERYDIR%%/skins/hotred/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/hotred/images/mod_navbox.jpg -%%GALLERYDIR%%/skins/hotred/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/hotred/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/hotred/images/screenshot.jpg -%%GALLERYDIR%%/skins/hotred/style.def -%%GALLERYDIR%%/skins/jenskin/css/screen.css -%%GALLERYDIR%%/skins/jenskin/images/screenshot.jpg -%%GALLERYDIR%%/skins/jenskin/images/simplex-bkg.gif -%%GALLERYDIR%%/skins/jenskin/style.def -%%GALLERYDIR%%/skins/lilac/css/screen.css -%%GALLERYDIR%%/skins/lilac/images/mod_descbg.jpg -%%GALLERYDIR%%/skins/lilac/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/lilac/images/mod_navbox.jpg -%%GALLERYDIR%%/skins/lilac/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/lilac/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/lilac/images/screenshot.jpg -%%GALLERYDIR%%/skins/lilac/style.def -%%GALLERYDIR%%/skins/madmod1/css/screen.css -%%GALLERYDIR%%/skins/madmod1/images/background.jpg -%%GALLERYDIR%%/skins/madmod1/images/background9.jpg -%%GALLERYDIR%%/skins/madmod1/images/bar.gif -%%GALLERYDIR%%/skins/madmod1/images/button9.jpg -%%GALLERYDIR%%/skins/madmod1/images/gallery9.jpg -%%GALLERYDIR%%/skins/madmod1/images/headbg9.jpg -%%GALLERYDIR%%/skins/madmod1/images/navbg9.jpg -%%GALLERYDIR%%/skins/madmod1/images/next9.jpg -%%GALLERYDIR%%/skins/madmod1/images/prev9.jpg -%%GALLERYDIR%%/skins/madmod1/images/screenshot.jpg -%%GALLERYDIR%%/skins/madmod1/images/titlehead9.jpg -%%GALLERYDIR%%/skins/madmod1/style.def -%%GALLERYDIR%%/skins/madmod1/tpl/album.footer.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/album.header.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/breadcrumb.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/footer.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/gallery.footer.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/gallery.header.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/header.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/menu.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/navigator.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/navphoto.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/photo.footer.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/photo.header.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/search.footer.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/search.header.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/slideshow.footer.tpl -%%GALLERYDIR%%/skins/madmod1/tpl/slideshow.header.tpl -%%GALLERYDIR%%/skins/paint/css/screen.css -%%GALLERYDIR%%/skins/paint/images/mod_background.jpg -%%GALLERYDIR%%/skins/paint/images/mod_descbg.jpg -%%GALLERYDIR%%/skins/paint/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/paint/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/paint/images/mod_toplight_left.gif -%%GALLERYDIR%%/skins/paint/images/mod_toplight_right.gif -%%GALLERYDIR%%/skins/paint/images/screenshot.jpg -%%GALLERYDIR%%/skins/paint/style.def -%%GALLERYDIR%%/skins/redmarble/css/screen.css -%%GALLERYDIR%%/skins/redmarble/images/mod_background.jpg -%%GALLERYDIR%%/skins/redmarble/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/redmarble/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/redmarble/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/redmarble/images/screenshot.jpg -%%GALLERYDIR%%/skins/redmarble/style.def -%%GALLERYDIR%%/skins/slick/css/screen.css -%%GALLERYDIR%%/skins/slick/images/mod_background.jpg -%%GALLERYDIR%%/skins/slick/images/mod_descbg.jpg -%%GALLERYDIR%%/skins/slick/images/mod_headliner.jpg -%%GALLERYDIR%%/skins/slick/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/slick/images/mod_pixel.gif -%%GALLERYDIR%%/skins/slick/images/mod_title.jpg -%%GALLERYDIR%%/skins/slick/images/mod_title_bg.jpg -%%GALLERYDIR%%/skins/slick/images/mod_title_left.jpg -%%GALLERYDIR%%/skins/slick/images/mod_title_right.jpg -%%GALLERYDIR%%/skins/slick/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/slick/images/mod_toplight_bg.jpg -%%GALLERYDIR%%/skins/slick/images/mod_toplight_left.jpg -%%GALLERYDIR%%/skins/slick/images/mod_toplight_right.jpg -%%GALLERYDIR%%/skins/slick/images/screenshot.jpg -%%GALLERYDIR%%/skins/slick/style.def -%%GALLERYDIR%%/skins/suit/css/screen.css -%%GALLERYDIR%%/skins/suit/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/suit/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/suit/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/suit/images/screenshot.jpg -%%GALLERYDIR%%/skins/suit/style.def -%%GALLERYDIR%%/skins/white1/css/screen.css -%%GALLERYDIR%%/skins/white1/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/white1/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/white1/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/white1/images/screenshot.jpg -%%GALLERYDIR%%/skins/white1/style.def -%%GALLERYDIR%%/skins/yellow/css/screen.css -%%GALLERYDIR%%/skins/yellow/images/mod_navbar.jpg -%%GALLERYDIR%%/skins/yellow/images/mod_titlebar.jpg -%%GALLERYDIR%%/skins/yellow/images/mod_titlemid.jpg -%%GALLERYDIR%%/skins/yellow/images/screenshot.jpg -%%GALLERYDIR%%/skins/yellow/style.def -%%GALLERYDIR%%/slideshow.php -%%GALLERYDIR%%/sort_album.php -%%GALLERYDIR%%/stamp_preview.php -%%GALLERYDIR%%/stats-wizard.php -%%GALLERYDIR%%/stats.php -%%GALLERYDIR%%/tools/build_manifest.php -%%GALLERYDIR%%/tools/despam-comments.php -%%GALLERYDIR%%/tools/find_orphans.php -%%GALLERYDIR%%/tools/g1-makereport.php -%%GALLERYDIR%%/tools/g1-report.css -%%GALLERYDIR%%/tools/g1-report.php -%%GALLERYDIR%%/tools/include/main.inc -%%GALLERYDIR%%/tools/include/plugin_rowdata.inc -%%GALLERYDIR%%/tools/include/row_header.inc -%%GALLERYDIR%%/tools/validate_albums.php -%%GALLERYDIR%%/upgrade_album.php -%%GALLERYDIR%%/upgrade_users.php -%%GALLERYDIR%%/user_preferences.php -%%GALLERYDIR%%/util.php -%%GALLERYDIR%%/view_album.php -%%GALLERYDIR%%/view_comments.php -%%GALLERYDIR%%/view_photo.php -%%GALLERYDIR%%/view_photo_properties.php -%%GALLERYDIR%%/watermark_album.php -@dirrm %%GALLERYDIR%%/tools/include -@dirrm %%GALLERYDIR%%/tools -@dirrm %%GALLERYDIR%%/skins/yellow/images -@dirrm %%GALLERYDIR%%/skins/yellow/css -@dirrm %%GALLERYDIR%%/skins/yellow -@dirrm %%GALLERYDIR%%/skins/white1/images -@dirrm %%GALLERYDIR%%/skins/white1/css -@dirrm %%GALLERYDIR%%/skins/white1 -@dirrm %%GALLERYDIR%%/skins/suit/images -@dirrm %%GALLERYDIR%%/skins/suit/css -@dirrm %%GALLERYDIR%%/skins/suit -@dirrm %%GALLERYDIR%%/skins/slick/images -@dirrm %%GALLERYDIR%%/skins/slick/css -@dirrm %%GALLERYDIR%%/skins/slick -@dirrm %%GALLERYDIR%%/skins/redmarble/images -@dirrm %%GALLERYDIR%%/skins/redmarble/css -@dirrm %%GALLERYDIR%%/skins/redmarble -@dirrm %%GALLERYDIR%%/skins/paint/images -@dirrm %%GALLERYDIR%%/skins/paint/css -@dirrm %%GALLERYDIR%%/skins/paint -@dirrm %%GALLERYDIR%%/skins/madmod1/tpl -@dirrm %%GALLERYDIR%%/skins/madmod1/images -@dirrm %%GALLERYDIR%%/skins/madmod1/css -@dirrm %%GALLERYDIR%%/skins/madmod1 -@dirrm %%GALLERYDIR%%/skins/lilac/images -@dirrm %%GALLERYDIR%%/skins/lilac/css -@dirrm %%GALLERYDIR%%/skins/lilac -@dirrm %%GALLERYDIR%%/skins/jenskin/images -@dirrm %%GALLERYDIR%%/skins/jenskin/css -@dirrm %%GALLERYDIR%%/skins/jenskin -@dirrm %%GALLERYDIR%%/skins/hotred/images -@dirrm %%GALLERYDIR%%/skins/hotred/css -@dirrm %%GALLERYDIR%%/skins/hotred -@dirrm %%GALLERYDIR%%/skins/greenpurple/images -@dirrm %%GALLERYDIR%%/skins/greenpurple/css -@dirrm %%GALLERYDIR%%/skins/greenpurple -@dirrm %%GALLERYDIR%%/skins/butterfly_green/images -@dirrm %%GALLERYDIR%%/skins/butterfly_green/css -@dirrm %%GALLERYDIR%%/skins/butterfly_green -@dirrm %%GALLERYDIR%%/skins/bubbles/images -@dirrm %%GALLERYDIR%%/skins/bubbles/css -@dirrm %%GALLERYDIR%%/skins/bubbles -@dirrm %%GALLERYDIR%%/skins/bred/images -@dirrm %%GALLERYDIR%%/skins/bred/css -@dirrm %%GALLERYDIR%%/skins/bred -@dirrm %%GALLERYDIR%%/skins/bpurple/images -@dirrm %%GALLERYDIR%%/skins/bpurple/css -@dirrm %%GALLERYDIR%%/skins/bpurple -@dirrm %%GALLERYDIR%%/skins/bluemod/images -@dirrm %%GALLERYDIR%%/skins/bluemod/css -@dirrm %%GALLERYDIR%%/skins/bluemod -@dirrm %%GALLERYDIR%%/skins/black/images -@dirrm %%GALLERYDIR%%/skins/black/css -@dirrm %%GALLERYDIR%%/skins/black -@dirrm %%GALLERYDIR%%/skins/bgreen2/images -@dirrm %%GALLERYDIR%%/skins/bgreen2/css -@dirrm %%GALLERYDIR%%/skins/bgreen2 -@dirrm %%GALLERYDIR%%/skins/bgreen/images -@dirrm %%GALLERYDIR%%/skins/bgreen/css -@dirrm %%GALLERYDIR%%/skins/bgreen -@dirrm %%GALLERYDIR%%/skins/bblue/images -@dirrm %%GALLERYDIR%%/skins/bblue/css -@dirrm %%GALLERYDIR%%/skins/bblue -@dirrm %%GALLERYDIR%%/skins/bars002/images -@dirrm %%GALLERYDIR%%/skins/bars002/css -@dirrm %%GALLERYDIR%%/skins/bars002 -@dirrm %%GALLERYDIR%%/skins -@dirrm %%GALLERYDIR%%/setup -@dirrm %%GALLERYDIR%%/po -@dirrm %%GALLERYDIR%%/platform -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_TW/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_TW -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK.utf8/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK.utf8 -%%NLS%%@dirrm %%GALLERYDIR%%/locale/zh_HK -%%NLS%%@dirrm %%GALLERYDIR%%/locale/vi_VN/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/vi_VN -%%NLS%%@dirrm %%GALLERYDIR%%/locale/tr_TR/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/tr_TR -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sv_SE/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sv_SE -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sl_SI/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sl_SI -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sk_SK/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/sk_SK -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.cp1251/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ru_RU.cp1251 -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_PT/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_PT -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_BR/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pt_BR -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pl_PL/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/pl_PL -%%NLS%%@dirrm %%GALLERYDIR%%/locale/no_NO/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/no_NO/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/no_NO -%%NLS%%@dirrm %%GALLERYDIR%%/locale/nl_NL/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/nl_NL -%%NLS%%@dirrm %%GALLERYDIR%%/locale/lt_LT/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/lt_LT -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ko_KR/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ko_KR -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ja_JP/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ja_JP -%%NLS%%@dirrm %%GALLERYDIR%%/locale/it_IT/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/it_IT/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/it_IT -%%NLS%%@dirrm %%GALLERYDIR%%/locale/is_IS/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/is_IS/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/is_IS -%%NLS%%@dirrm %%GALLERYDIR%%/locale/hu_HU/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/hu_HU -%%NLS%%@dirrm %%GALLERYDIR%%/locale/gl_ES/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/gl_ES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/fr_FR/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/fr_FR -%%NLS%%@dirrm %%GALLERYDIR%%/locale/fi_FI/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/fi_FI -%%NLS%%@dirrm %%GALLERYDIR%%/locale/es_ES/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/es_ES/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/es_ES -@dirrm %%GALLERYDIR%%/locale/en_US/flagimage -@dirrm %%GALLERYDIR%%/locale/en_US -%%NLS%%@dirrm %%GALLERYDIR%%/locale/en_GB/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/en_GB/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/en_GB -%%NLS%%@dirrm %%GALLERYDIR%%/locale/de_DE/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/de_DE/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/de_DE -%%NLS%%@dirrm %%GALLERYDIR%%/locale/da_DK/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/da_DK/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/da_DK -%%NLS%%@dirrm %%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/cs_CZ.iso-8859-2 -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ca_ES/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/ca_ES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/bg_BG/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/bg_BG -%%NLS%%@dirrm %%GALLERYDIR%%/locale/af_ZA/flagimage -%%NLS%%@dirrm %%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES -%%NLS%%@dirrm %%GALLERYDIR%%/locale/af_ZA -@dirrm %%GALLERYDIR%%/locale -@dirrm %%GALLERYDIR%%/lib -@dirrm %%GALLERYDIR%%/layout -@dirrm %%GALLERYDIR%%/js -@dirrm %%GALLERYDIR%%/java -@dirrm %%GALLERYDIR%%/includes/stats -@dirrm %%GALLERYDIR%%/includes/slideshow -@dirrm %%GALLERYDIR%%/includes/errors -@dirrm %%GALLERYDIR%%/includes/ecard/templates -@dirrm %%GALLERYDIR%%/includes/ecard -@dirrm %%GALLERYDIR%%/includes/definitions -@dirrm %%GALLERYDIR%%/includes/add_photos -@dirrm %%GALLERYDIR%%/includes -@dirrm %%GALLERYDIR%%/images/icons/tree -@dirrm %%GALLERYDIR%%/images/icons/imageedit -@dirrm %%GALLERYDIR%%/images/icons -@dirrm %%GALLERYDIR%%/images/ecard_images -@dirrm %%GALLERYDIR%%/images -@dirrm %%GALLERYDIR%%/html_wrap/frames/wooden -@dirrm %%GALLERYDIR%%/html_wrap/frames/simple_book -@dirrm %%GALLERYDIR%%/html_wrap/frames/shadows -@dirrm %%GALLERYDIR%%/html_wrap/frames/postage_stamp -@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroids -@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroid -@dirrm %%GALLERYDIR%%/html_wrap/frames/notebook -@dirrm %%GALLERYDIR%%/html_wrap/frames/golden -@dirrm %%GALLERYDIR%%/html_wrap/frames -@dirrm %%GALLERYDIR%%/html_wrap -@dirrm %%GALLERYDIR%%/html -@dirrm %%GALLERYDIR%%/help -@dirrm %%GALLERYDIR%%/docs/images -@dirrm %%GALLERYDIR%%/docs/g1package/images -@dirrm %%GALLERYDIR%%/docs/g1package -@dirrm %%GALLERYDIR%%/docs/context-help -@dirrm %%GALLERYDIR%%/docs -@dirrm %%GALLERYDIR%%/css -@dirrm %%GALLERYDIR%%/contrib/postnuke -@dirrm %%GALLERYDIR%%/contrib/phpnuke -@dirrm %%GALLERYDIR%%/contrib/phpBB2 -@dirrm %%GALLERYDIR%%/contrib/mambo/includes -@dirrm %%GALLERYDIR%%/contrib/mambo/images -@dirrm %%GALLERYDIR%%/contrib/mambo/classes -@dirrm %%GALLERYDIR%%/contrib/mambo -@dirrm %%GALLERYDIR%%/contrib/joomla/includes -@dirrm %%GALLERYDIR%%/contrib/joomla/images -@dirrm %%GALLERYDIR%%/contrib/joomla/classes -@dirrm %%GALLERYDIR%%/contrib/joomla -@dirrm %%GALLERYDIR%%/contrib/GeekLog -@dirrm %%GALLERYDIR%%/contrib -@dirrm %%GALLERYDIR%%/classes/remote -@dirrm %%GALLERYDIR%%/classes/postnuke0.7.1 -@dirrm %%GALLERYDIR%%/classes/postnuke -@dirrm %%GALLERYDIR%%/classes/phpbb -@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS/LC_MESSAGES -@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/sr_CS -@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH/LC_MESSAGES -@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale/de_CH -@dirrm %%GALLERYDIR%%/classes/php-gettext/examples/locale -@dirrm %%GALLERYDIR%%/classes/php-gettext/examples -@dirrm %%GALLERYDIR%%/classes/php-gettext -@dirrm %%GALLERYDIR%%/classes/nuke5 -@dirrm %%GALLERYDIR%%/classes/nsnnuke -@dirrm %%GALLERYDIR%%/classes/mambo -@dirrm %%GALLERYDIR%%/classes/geeklog -@dirrm %%GALLERYDIR%%/classes/gallery -@dirrm %%GALLERYDIR%%/classes/database/mysql -@dirrm %%GALLERYDIR%%/classes/database -@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3 -@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3 -@dirrm %%GALLERYDIR%%/classes/Mail -@dirrm %%GALLERYDIR%%/classes/HTML_Safe -@dirrm %%GALLERYDIR%%/classes/HTML -@dirrm %%GALLERYDIR%%/classes -@dirrmtry %%GALLERYDIR%% +%%WWWDIR%%/ChangeLog.archive.gz +%%WWWDIR%%/Version.php +%%WWWDIR%%/add_comment.php +%%WWWDIR%%/add_photos.php +%%WWWDIR%%/add_photos_frame.php +%%WWWDIR%%/add_photos_refresh.php +%%WWWDIR%%/admin-page.php +%%WWWDIR%%/administer_startpage.php +%%WWWDIR%%/album_permissions.php +%%WWWDIR%%/albums.php +%%WWWDIR%%/block-random.php +%%WWWDIR%%/captionator.php +%%WWWDIR%%/classes/Album.php +%%WWWDIR%%/classes/AlbumDB.php +%%WWWDIR%%/classes/AlbumItem.php +%%WWWDIR%%/classes/Comment.php +%%WWWDIR%%/classes/Database.php +%%WWWDIR%%/classes/EverybodyUser.php +%%WWWDIR%%/classes/HTML/table.php +%%WWWDIR%%/classes/HTML_Safe/Safe.php +%%WWWDIR%%/classes/Image.php +%%WWWDIR%%/classes/LoggedInUser.php +%%WWWDIR%%/classes/Mail/RFC822.php +%%WWWDIR%%/classes/Mail/htmlMimeMail.php +%%WWWDIR%%/classes/Mail/mimePart.php +%%WWWDIR%%/classes/Mail/smtp.php +%%WWWDIR%%/classes/NobodyUser.php +%%WWWDIR%%/classes/User.php +%%WWWDIR%%/classes/UserDB.php +%%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3.php +%%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3/Decorators.php +%%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3/States.php +%%WWWDIR%%/classes/database/mysql/Database.php +%%WWWDIR%%/classes/gallery/User.php +%%WWWDIR%%/classes/gallery/UserDB.php +%%WWWDIR%%/classes/geeklog/User.php +%%WWWDIR%%/classes/geeklog/UserDB.php +%%WWWDIR%%/classes/mambo/User.php +%%WWWDIR%%/classes/mambo/UserDB.php +%%WWWDIR%%/classes/nsnnuke/AdminUser.php +%%WWWDIR%%/classes/nsnnuke/User.php +%%WWWDIR%%/classes/nsnnuke/UserDB.php +%%WWWDIR%%/classes/nuke5/AdminUser.php +%%WWWDIR%%/classes/nuke5/User.php +%%WWWDIR%%/classes/nuke5/UserDB.php +%%WWWDIR%%/classes/phpbb/User.php +%%WWWDIR%%/classes/phpbb/UserDB.php +%%WWWDIR%%/classes/postnuke/User.php +%%WWWDIR%%/classes/postnuke/UserDB.php +%%WWWDIR%%/classes/postnuke0.7.1/User.php +%%WWWDIR%%/classes/postnuke0.7.1/UserDB.php +%%WWWDIR%%/classes/remote/GalleryRemoteProperties.php +%%WWWDIR%%/configure.sh +%%WWWDIR%%/contrib/GeekLog/CREDITS +%%WWWDIR%%/contrib/joomla/HowTo.txt +%%WWWDIR%%/contrib/joomla/admin.gallery.html.php +%%WWWDIR%%/contrib/joomla/admin.gallery.php +%%WWWDIR%%/contrib/joomla/classes/mambo.php +%%WWWDIR%%/contrib/joomla/gallery.php +%%WWWDIR%%/contrib/joomla/gallery.xml +%%WWWDIR%%/contrib/joomla/images/logo-228x67.png +%%WWWDIR%%/contrib/joomla/includes/frontend.php +%%WWWDIR%%/contrib/joomla/toolbar.gallery.php +%%WWWDIR%%/contrib/mambo/HowTo.txt +%%WWWDIR%%/contrib/mambo/admin.gallery.html.php +%%WWWDIR%%/contrib/mambo/admin.gallery.php +%%WWWDIR%%/contrib/mambo/classes/mambo.php +%%WWWDIR%%/contrib/mambo/gallery.php +%%WWWDIR%%/contrib/mambo/gallery.xml +%%WWWDIR%%/contrib/mambo/images/logo-228x67.png +%%WWWDIR%%/contrib/mambo/includes/frontend.php +%%WWWDIR%%/contrib/mambo/toolbar.gallery.php +%%WWWDIR%%/contrib/phpBB2/CREDITS +%%WWWDIR%%/contrib/phpBB2/HowTo.txt +%%WWWDIR%%/contrib/phpBB2/modules.php +%%WWWDIR%%/contrib/phpBB2/phpBB2-manual_changes.txt +%%WWWDIR%%/contrib/phpnuke/block-Random_Image.php.sample +%%WWWDIR%%/contrib/phpnuke/modules.php.MOD +%%WWWDIR%%/contrib/phpnuke/modules.php.patch +%%WWWDIR%%/contrib/postnuke/readme.72x +%%WWWDIR%%/contrib/postnuke/readme.750 +%%WWWDIR%%/copy_photo.php +%%WWWDIR%%/create_user.php +%%WWWDIR%%/css/base.css.default +%%WWWDIR%%/css/config.css.default +%%WWWDIR%%/css/embedded_style.css.default +%%WWWDIR%%/css/screen.css.default +%%WWWDIR%%/delete_album.php +%%WWWDIR%%/delete_photo.php +%%WWWDIR%%/delete_user.php +%%WWWDIR%%/do_command.php +%%WWWDIR%%/docs/context-help/login.php +%%WWWDIR%%/docs/context-help/register.php +%%WWWDIR%%/docs/context-help/search.php +%%WWWDIR%%/docs/context-help/slideshow.php +%%WWWDIR%%/docs/context-help/test.php +%%WWWDIR%%/docs/g1package/gallery1-admin.backup.html +%%WWWDIR%%/docs/g1package/gallery1-admin.basics.html +%%WWWDIR%%/docs/g1package/gallery1-admin.embedding.html +%%WWWDIR%%/docs/g1package/gallery1-admin.html +%%WWWDIR%%/docs/g1package/gallery1-admin.mirroring.html +%%WWWDIR%%/docs/g1package/gallery1-admin.offline.html +%%WWWDIR%%/docs/g1package/gallery1-admin.patching.html +%%WWWDIR%%/docs/g1package/gallery1-admin.performance.html +%%WWWDIR%%/docs/g1package/gallery1-admin.securing.html +%%WWWDIR%%/docs/g1package/gallery1-admin.users.html +%%WWWDIR%%/docs/g1package/gallery1-install.config-wizard.html +%%WWWDIR%%/docs/g1package/gallery1-install.credits.html +%%WWWDIR%%/docs/g1package/gallery1-install.faq.a.html +%%WWWDIR%%/docs/g1package/gallery1-install.faq.b.html +%%WWWDIR%%/docs/g1package/gallery1-install.faq.c.html +%%WWWDIR%%/docs/g1package/gallery1-install.faq.d.html +%%WWWDIR%%/docs/g1package/gallery1-install.faq.html +%%WWWDIR%%/docs/g1package/gallery1-install.features.html +%%WWWDIR%%/docs/g1package/gallery1-install.help.html +%%WWWDIR%%/docs/g1package/gallery1-install.html +%%WWWDIR%%/docs/g1package/gallery1-install.language-packs.html +%%WWWDIR%%/docs/g1package/gallery1-install.overview.html +%%WWWDIR%%/docs/g1package/gallery1-install.remote-applets.html +%%WWWDIR%%/docs/g1package/gallery1-install.required-programs.html +%%WWWDIR%%/docs/g1package/gallery1-install.requirements.html +%%WWWDIR%%/docs/g1package/gallery1-install.unix-ftp.html +%%WWWDIR%%/docs/g1package/gallery1-install.unix-shell.html +%%WWWDIR%%/docs/g1package/gallery1-install.upgrade.html +%%WWWDIR%%/docs/g1package/gallery1-install.windows-iis.html +%%WWWDIR%%/docs/g1package/gallery1-install.windows.html +%%WWWDIR%%/docs/g1package/gallery1-user.html +%%WWWDIR%%/docs/g1package/gallery1-user.import.html +%%WWWDIR%%/docs/g1package/gallery1-user.watermark.html +%%WWWDIR%%/docs/g1package/html.css +%%WWWDIR%%/docs/g1package/images/basic-auth.gif +%%WWWDIR%%/docs/g1package/images/up-up.gif +%%WWWDIR%%/docs/g1package/images/up.gif +%%WWWDIR%%/docs/g1package/index.html +%%WWWDIR%%/docs/g1package/pretty-html.css +%%WWWDIR%%/docs/gallery1-admin.backup.html +%%WWWDIR%%/docs/gallery1-admin.basics.html +%%WWWDIR%%/docs/gallery1-admin.embedding.html +%%WWWDIR%%/docs/gallery1-admin.html +%%WWWDIR%%/docs/gallery1-admin.mirroring.html +%%WWWDIR%%/docs/gallery1-admin.offline.html +%%WWWDIR%%/docs/gallery1-admin.patching.html +%%WWWDIR%%/docs/gallery1-admin.securing.html +%%WWWDIR%%/docs/gallery1-admin.users.html +%%WWWDIR%%/docs/gallery1-devguide.functions.html +%%WWWDIR%%/docs/gallery1-devguide.html +%%WWWDIR%%/docs/gallery1-install.config-wizard.html +%%WWWDIR%%/docs/gallery1-install.credits.html +%%WWWDIR%%/docs/gallery1-install.faq.a.html +%%WWWDIR%%/docs/gallery1-install.faq.b.html +%%WWWDIR%%/docs/gallery1-install.faq.c.html +%%WWWDIR%%/docs/gallery1-install.faq.d.html +%%WWWDIR%%/docs/gallery1-install.faq.html +%%WWWDIR%%/docs/gallery1-install.features.html +%%WWWDIR%%/docs/gallery1-install.help.html +%%WWWDIR%%/docs/gallery1-install.html +%%WWWDIR%%/docs/gallery1-install.language-packs.html +%%WWWDIR%%/docs/gallery1-install.overview.html +%%WWWDIR%%/docs/gallery1-install.remote-applets.html +%%WWWDIR%%/docs/gallery1-install.required-programs.html +%%WWWDIR%%/docs/gallery1-install.requirements.html +%%WWWDIR%%/docs/gallery1-install.unix-ftp.html +%%WWWDIR%%/docs/gallery1-install.unix-shell.html +%%WWWDIR%%/docs/gallery1-install.upgrade.html +%%WWWDIR%%/docs/gallery1-install.windows-iis.html +%%WWWDIR%%/docs/gallery1-install.windows.html +%%WWWDIR%%/docs/gallery1-user.html +%%WWWDIR%%/docs/gallery1-user.import.html +%%WWWDIR%%/docs/gallery1-user.watermark.html +%%WWWDIR%%/docs/html.css +%%WWWDIR%%/docs/images/basic-auth.gif +%%WWWDIR%%/docs/images/diagnostics.gif +%%WWWDIR%%/docs/images/step2setup.gif +%%WWWDIR%%/docs/images/up-up.gif +%%WWWDIR%%/docs/images/up.gif +%%WWWDIR%%/docs/index.html +%%WWWDIR%%/docs/preface.html +%%WWWDIR%%/docs/pretty-html.css +%%WWWDIR%%/download.php +%%WWWDIR%%/ecard_form.php +%%WWWDIR%%/ecard_preview.php +%%WWWDIR%%/edit_appearance.php +%%WWWDIR%%/edit_caption.php +%%WWWDIR%%/edit_field.php +%%WWWDIR%%/edit_thumb.php +%%WWWDIR%%/edit_watermark.php +%%WWWDIR%%/extra_fields.php +%%WWWDIR%%/gallery_remote.php +%%WWWDIR%%/gallery_remote2.php +%%WWWDIR%%/help/imagemap.php +%%WWWDIR%%/help/metadataOnUpload.php +%%WWWDIR%%/html/userData.inc +%%WWWDIR%%/html_wrap/album.footer.default +%%WWWDIR%%/html_wrap/album.header.default +%%WWWDIR%%/html_wrap/frames/README.php +%%WWWDIR%%/html_wrap/frames/golden/BB.gif +%%WWWDIR%%/html_wrap/frames/golden/BL.gif +%%WWWDIR%%/html_wrap/frames/golden/BR.gif +%%WWWDIR%%/html_wrap/frames/golden/LL.gif +%%WWWDIR%%/html_wrap/frames/golden/RR.gif +%%WWWDIR%%/html_wrap/frames/golden/TL.gif +%%WWWDIR%%/html_wrap/frames/golden/TR.gif +%%WWWDIR%%/html_wrap/frames/golden/TT.gif +%%WWWDIR%%/html_wrap/frames/golden/frame.def +%%WWWDIR%%/html_wrap/frames/notebook/BB.gif +%%WWWDIR%%/html_wrap/frames/notebook/BL.gif +%%WWWDIR%%/html_wrap/frames/notebook/BR.gif +%%WWWDIR%%/html_wrap/frames/notebook/LL.gif +%%WWWDIR%%/html_wrap/frames/notebook/RR.gif +%%WWWDIR%%/html_wrap/frames/notebook/TL.gif +%%WWWDIR%%/html_wrap/frames/notebook/TR.gif +%%WWWDIR%%/html_wrap/frames/notebook/TT.gif +%%WWWDIR%%/html_wrap/frames/notebook/frame.def +%%WWWDIR%%/html_wrap/frames/polaroid/BB.gif +%%WWWDIR%%/html_wrap/frames/polaroid/BL.gif +%%WWWDIR%%/html_wrap/frames/polaroid/BR.gif +%%WWWDIR%%/html_wrap/frames/polaroid/LL.gif +%%WWWDIR%%/html_wrap/frames/polaroid/RR.gif +%%WWWDIR%%/html_wrap/frames/polaroid/TL.gif +%%WWWDIR%%/html_wrap/frames/polaroid/TR.gif +%%WWWDIR%%/html_wrap/frames/polaroid/TT.gif +%%WWWDIR%%/html_wrap/frames/polaroid/frame.def +%%WWWDIR%%/html_wrap/frames/polaroid/pixel_trans.gif +%%WWWDIR%%/html_wrap/frames/polaroids/BB.gif +%%WWWDIR%%/html_wrap/frames/polaroids/BL.gif +%%WWWDIR%%/html_wrap/frames/polaroids/BR.gif +%%WWWDIR%%/html_wrap/frames/polaroids/LL.gif +%%WWWDIR%%/html_wrap/frames/polaroids/RR.gif +%%WWWDIR%%/html_wrap/frames/polaroids/TL.gif +%%WWWDIR%%/html_wrap/frames/polaroids/TR.gif +%%WWWDIR%%/html_wrap/frames/polaroids/TT.gif +%%WWWDIR%%/html_wrap/frames/polaroids/frame.def +%%WWWDIR%%/html_wrap/frames/polaroids/pixel_trans.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/BB5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/BL5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/BR5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/LL5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/RR5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/ReadMe.txt +%%WWWDIR%%/html_wrap/frames/postage_stamp/TL5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/TR5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/TT5.gif +%%WWWDIR%%/html_wrap/frames/postage_stamp/frame.def +%%WWWDIR%%/html_wrap/frames/postage_stamp/pixel_trans.gif +%%WWWDIR%%/html_wrap/frames/shadows/BB.png +%%WWWDIR%%/html_wrap/frames/shadows/BBL.png +%%WWWDIR%%/html_wrap/frames/shadows/BR.png +%%WWWDIR%%/html_wrap/frames/shadows/RR.png +%%WWWDIR%%/html_wrap/frames/shadows/RRT.png +%%WWWDIR%%/html_wrap/frames/shadows/frame.def +%%WWWDIR%%/html_wrap/frames/shadows/pixel_trans.png +%%WWWDIR%%/html_wrap/frames/simple_book/BB.gif +%%WWWDIR%%/html_wrap/frames/simple_book/BL.gif +%%WWWDIR%%/html_wrap/frames/simple_book/BR.gif +%%WWWDIR%%/html_wrap/frames/simple_book/RR.gif +%%WWWDIR%%/html_wrap/frames/simple_book/TR.gif +%%WWWDIR%%/html_wrap/frames/simple_book/dot.gif +%%WWWDIR%%/html_wrap/frames/simple_book/frame.def +%%WWWDIR%%/html_wrap/frames/simple_book/pixel_trans.gif +%%WWWDIR%%/html_wrap/frames/wooden/BB.gif +%%WWWDIR%%/html_wrap/frames/wooden/BL.gif +%%WWWDIR%%/html_wrap/frames/wooden/BR.gif +%%WWWDIR%%/html_wrap/frames/wooden/LL.gif +%%WWWDIR%%/html_wrap/frames/wooden/RR.gif +%%WWWDIR%%/html_wrap/frames/wooden/TL.gif +%%WWWDIR%%/html_wrap/frames/wooden/TR.gif +%%WWWDIR%%/html_wrap/frames/wooden/TT.gif +%%WWWDIR%%/html_wrap/frames/wooden/frame.def +%%WWWDIR%%/html_wrap/gallery.footer.default +%%WWWDIR%%/html_wrap/gallery.header.default +%%WWWDIR%%/html_wrap/general.footer.default +%%WWWDIR%%/html_wrap/inline_albumthumb.footer.default +%%WWWDIR%%/html_wrap/inline_albumthumb.frame.default +%%WWWDIR%%/html_wrap/inline_albumthumb.header.default +%%WWWDIR%%/html_wrap/inline_gallerythumb.frame.default +%%WWWDIR%%/html_wrap/inline_imagewrap.inc +%%WWWDIR%%/html_wrap/inline_moviethumb.frame.default +%%WWWDIR%%/html_wrap/inline_photo.footer.default +%%WWWDIR%%/html_wrap/inline_photo.frame.default +%%WWWDIR%%/html_wrap/inline_photo.header.default +%%WWWDIR%%/html_wrap/inline_photothumb.frame.default +%%WWWDIR%%/html_wrap/photo.footer.default +%%WWWDIR%%/html_wrap/photo.header.default +%%WWWDIR%%/html_wrap/slideshow.footer.default +%%WWWDIR%%/html_wrap/slideshow.header.default +%%WWWDIR%%/html_wrap/stats.footer.default +%%WWWDIR%%/html_wrap/stats.header.default +%%WWWDIR%%/html_wrap/wrapper.footer.default +%%WWWDIR%%/html_wrap/wrapper.header.default +%%WWWDIR%%/imagemap.php +%%WWWDIR%%/images/BB1.gif +%%WWWDIR%%/images/BL1.gif +%%WWWDIR%%/images/BR1.gif +%%WWWDIR%%/images/LL1.gif +%%WWWDIR%%/images/RR1.gif +%%WWWDIR%%/images/TL1.gif +%%WWWDIR%%/images/TR1.gif +%%WWWDIR%%/images/TT1.gif +%%WWWDIR%%/images/admin_delete.gif +%%WWWDIR%%/images/admin_hide.gif +%%WWWDIR%%/images/admin_highlight.gif +%%WWWDIR%%/images/admin_move.gif +%%WWWDIR%%/images/admin_rotate.gif +%%WWWDIR%%/images/admin_unhide.gif +%%WWWDIR%%/images/albumthumb_BB.gif +%%WWWDIR%%/images/albumthumb_BL.gif +%%WWWDIR%%/images/albumthumb_BR.gif +%%WWWDIR%%/images/albumthumb_RR.gif +%%WWWDIR%%/images/albumthumb_TR.gif +%%WWWDIR%%/images/bar.gif +%%WWWDIR%%/images/collapse.gif +%%WWWDIR%%/images/colorpicker.png +%%WWWDIR%%/images/colorscale.png +%%WWWDIR%%/images/computer.gif +%%WWWDIR%%/images/donate.jpg +%%WWWDIR%%/images/ecard_images/00.gif +%%WWWDIR%%/images/ecard_images/01.gif +%%WWWDIR%%/images/ecard_images/02.gif +%%WWWDIR%%/images/ecard_images/03.gif +%%WWWDIR%%/images/ecard_images/04.gif +%%WWWDIR%%/images/ecard_images/05.gif +%%WWWDIR%%/images/ecard_images/06.gif +%%WWWDIR%%/images/ecard_images/07.gif +%%WWWDIR%%/images/ecard_images/08.gif +%%WWWDIR%%/images/ecard_images/09.gif +%%WWWDIR%%/images/ecard_images/10.gif +%%WWWDIR%%/images/ecard_images/11.gif +%%WWWDIR%%/images/ecard_images/12.gif +%%WWWDIR%%/images/ecard_images/13.gif +%%WWWDIR%%/images/ecard_images/14.gif +%%WWWDIR%%/images/ecard_images/15.gif +%%WWWDIR%%/images/ecard_images/16.gif +%%WWWDIR%%/images/ecard_images/17.gif +%%WWWDIR%%/images/ecard_images/18.gif +%%WWWDIR%%/images/ecard_images/19.gif +%%WWWDIR%%/images/ecard_images/20.gif +%%WWWDIR%%/images/ecard_images/21.gif +%%WWWDIR%%/images/ecard_images/22.gif +%%WWWDIR%%/images/ecard_images/23.gif +%%WWWDIR%%/images/ecard_images/24.gif +%%WWWDIR%%/images/ecard_images/25.gif +%%WWWDIR%%/images/ecard_images/26.gif +%%WWWDIR%%/images/ecard_images/27.gif +%%WWWDIR%%/images/ecard_images/eCards.gif +%%WWWDIR%%/images/ecard_images/ecards_eng.png +%%WWWDIR%%/images/ecard_images/icon_help.gif +%%WWWDIR%%/images/ecard_images/icon_square.gif +%%WWWDIR%%/images/ecard_images/leer.gif +%%WWWDIR%%/images/ecard_images/postcard.gif +%%WWWDIR%%/images/expand.gif +%%WWWDIR%%/images/favicon.ico +%%WWWDIR%%/images/g1-phpBB2-icon.png +%%WWWDIR%%/images/gallery-tag.png +%%WWWDIR%%/images/green_trafficlight.gif +%%WWWDIR%%/images/icons/1leftarrow.gif +%%WWWDIR%%/images/icons/1rightarrow.gif +%%WWWDIR%%/images/icons/2downarrow.gif +%%WWWDIR%%/images/icons/behavior-capplet.gif +%%WWWDIR%%/images/icons/camera.gif +%%WWWDIR%%/images/icons/compressed.png +%%WWWDIR%%/images/icons/decrypted.gif +%%WWWDIR%%/images/icons/delete.gif +%%WWWDIR%%/images/icons/display.gif +%%WWWDIR%%/images/icons/ecard.gif +%%WWWDIR%%/images/icons/editcopy.gif +%%WWWDIR%%/images/icons/exit.gif +%%WWWDIR%%/images/icons/folder_new.gif +%%WWWDIR%%/images/icons/frame_query.gif +%%WWWDIR%%/images/icons/help.gif +%%WWWDIR%%/images/icons/history.gif +%%WWWDIR%%/images/icons/idea.gif +%%WWWDIR%%/images/icons/identity.gif +%%WWWDIR%%/images/icons/imageedit/flip.gif +%%WWWDIR%%/images/icons/imageedit/mirror.gif +%%WWWDIR%%/images/icons/imageedit/rotate-180.gif +%%WWWDIR%%/images/icons/imageedit/rotate-270.gif +%%WWWDIR%%/images/icons/imageedit/rotate-90.gif +%%WWWDIR%%/images/icons/info.gif +%%WWWDIR%%/images/icons/kcmfontinst.gif +%%WWWDIR%%/images/icons/kdf.gif +%%WWWDIR%%/images/icons/nav_first.gif +%%WWWDIR%%/images/icons/nav_last.gif +%%WWWDIR%%/images/icons/nav_next.gif +%%WWWDIR%%/images/icons/nav_prev.gif +%%WWWDIR%%/images/icons/no_idea.gif +%%WWWDIR%%/images/icons/reload.gif +%%WWWDIR%%/images/icons/showcomment.gif +%%WWWDIR%%/images/icons/tab_duplicate.gif +%%WWWDIR%%/images/icons/thumbnail.gif +%%WWWDIR%%/images/icons/tree/join-left.gif +%%WWWDIR%%/images/icons/tree/join-right.gif +%%WWWDIR%%/images/icons/tree/joinbottom-left.gif +%%WWWDIR%%/images/icons/tree/joinbottom-right.gif +%%WWWDIR%%/images/icons/unsortedList.gif +%%WWWDIR%%/images/icons/viewmag1.gif +%%WWWDIR%%/images/icons/window_fullscreen.gif +%%WWWDIR%%/images/icons/window_nofullscreen.gif +%%WWWDIR%%/images/icons/yast_kuser.gif +%%WWWDIR%%/images/icons/yast_sysadmin.gif +%%WWWDIR%%/images/icons/yast_sysadmin2.gif +%%WWWDIR%%/images/movie.thumb.jpg +%%WWWDIR%%/images/nav_dot.gif +%%WWWDIR%%/images/nav_dot_left.gif +%%WWWDIR%%/images/nav_dot_right.gif +%%WWWDIR%%/images/nav_home.gif +%%WWWDIR%%/images/nav_page.gif +%%WWWDIR%%/images/pixel_trans.gif +%%WWWDIR%%/images/red_trafficlight.gif +%%WWWDIR%%/images/simplex-bkg.gif +%%WWWDIR%%/images/tab_bottom.gif +%%WWWDIR%%/images/uploading.gif +%%WWWDIR%%/images/yellow_red_trafficlight.gif +%%WWWDIR%%/images/yellow_trafficlight.gif +%%WWWDIR%%/includes/add_photos/add_applet.cfg +%%WWWDIR%%/includes/add_photos/add_applet.inc +%%WWWDIR%%/includes/add_photos/add_applet_mini.cfg +%%WWWDIR%%/includes/add_photos/add_applet_mini.inc +%%WWWDIR%%/includes/add_photos/add_form.inc +%%WWWDIR%%/includes/add_photos/add_other.inc +%%WWWDIR%%/includes/add_photos/add_url.inc +%%WWWDIR%%/includes/add_photos/captionOptions.inc.php +%%WWWDIR%%/includes/definitions/albumProperties.php +%%WWWDIR%%/includes/definitions/mime.mapping.php +%%WWWDIR%%/includes/definitions/navIcons.php +%%WWWDIR%%/includes/definitions/services.php +%%WWWDIR%%/includes/ecard/templates/ecard_1.tpl +%%WWWDIR%%/includes/ecard/templates/error.htm +%%WWWDIR%%/includes/ecard/templates/leer.htm +%%WWWDIR%%/includes/errors/configure_help.php +%%WWWDIR%%/includes/errors/reconfigure.php +%%WWWDIR%%/includes/errors/unconfigured.php +%%WWWDIR%%/includes/slideshow/applet.cfg +%%WWWDIR%%/includes/slideshow/applet.inc +%%WWWDIR%%/includes/slideshow/high.inc +%%WWWDIR%%/includes/slideshow/low.inc +%%WWWDIR%%/includes/stats/stats.inc.php +%%WWWDIR%%/index.php +%%WWWDIR%%/init.php +%%WWWDIR%%/java/GalleryRemoteApplet.jar +%%WWWDIR%%/java/GalleryRemoteAppletMini.jar +%%WWWDIR%%/java/GalleryRemoteHTTPClient.jar +%%WWWDIR%%/java/ImageTools.jar +%%WWWDIR%%/java/applet_img.jar +%%WWWDIR%%/java/metadata-extractor-2.1.jar +%%WWWDIR%%/js/client_sniff.js +%%WWWDIR%%/js/fitToWindow.js.php +%%WWWDIR%%/js/imagemap.js +%%WWWDIR%%/js/multifile.js.php +%%WWWDIR%%/js/sectionTabs.js.php +%%WWWDIR%%/js/toggle.js +%%WWWDIR%%/js/wz_jsgraphics.js +%%WWWDIR%%/js/wz_tooltip.js +%%WWWDIR%%/layout/adminAlbumCommands.inc +%%WWWDIR%%/layout/adminbox.inc +%%WWWDIR%%/layout/breadcrumb.inc +%%WWWDIR%%/layout/commentbox.inc +%%WWWDIR%%/layout/commentboxbottom.inc +%%WWWDIR%%/layout/commentboxtop.inc +%%WWWDIR%%/layout/commentdraw.inc +%%WWWDIR%%/layout/navigator.inc +%%WWWDIR%%/layout/navmicro.inc +%%WWWDIR%%/layout/navphoto.inc +%%WWWDIR%%/layout/navtablebegin.inc +%%WWWDIR%%/layout/navtableend.inc +%%WWWDIR%%/layout/navtablemiddle.inc +%%WWWDIR%%/layout/searchdraw.inc +%%WWWDIR%%/layout/watermarkform.inc +%%WWWDIR%%/lib/Form.php +%%WWWDIR%%/lib/album.php +%%WWWDIR%%/lib/albumItem.php +%%WWWDIR%%/lib/colorpicker.php +%%WWWDIR%%/lib/content.php +%%WWWDIR%%/lib/imageManipulation.php +%%WWWDIR%%/lib/lang.php +%%WWWDIR%%/lib/mail.php +%%WWWDIR%%/lib/messages.php +%%WWWDIR%%/lib/popup.php +%%WWWDIR%%/lib/setup.php +%%WWWDIR%%/lib/url.php +%%WWWDIR%%/lib/valchecks.php +%%WWWDIR%%/lib/voting.php +%%NLS%%%%WWWDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/af_ZA/LC_MESSAGES/af_ZA-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/af_ZA/af_ZA-nls.php +%%NLS%%%%WWWDIR%%/locale/af_ZA/flagimage/af_ZA.gif +%%NLS%%%%WWWDIR%%/locale/ar_EG/LC_MESSAGES/ar_EG-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ar_EG/LC_MESSAGES/ar_EG-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ar_EG/ar_EG-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ar_EG/ar_EG-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ar_EG/ar_EG-nls.php +%%NLS%%%%WWWDIR%%/locale/ar_EG/flagimage/ar_EG.gif +%%NLS%%%%WWWDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/bg_BG/LC_MESSAGES/bg_BG-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/bg_BG/bg_BG-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/bg_BG/bg_BG-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/bg_BG/bg_BG-nls.php +%%NLS%%%%WWWDIR%%/locale/bg_BG/flagimage/bg_BG.gif +%%NLS%%%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ca_ES/LC_MESSAGES/ca_ES-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ca_ES/ca_ES-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ca_ES/ca_ES-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ca_ES/ca_ES-nls.php +%%NLS%%%%WWWDIR%%/locale/ca_ES/flagimage/ca_ES.gif +%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES/cs_CZ.cp1250-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES/cs_CZ.cp1250-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/cs_CZ.cp1250-nls.php +%%NLS%%%%WWWDIR%%/locale/cs_CZ.cp1250/flagimage/cs_CZ.cp1250.gif +%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES/cs_CZ.iso-8859-2-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/cs_CZ.iso-8859-2-nls.php +%%NLS%%%%WWWDIR%%/locale/cs_CZ.iso-8859-2/flagimage/cs_CZ.iso-8859-2.gif +%%NLS%%%%WWWDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/da_DK/LC_MESSAGES/da_DK-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/da_DK/da_DK-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/da_DK/da_DK-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/da_DK/da_DK-nls.php +%%NLS%%%%WWWDIR%%/locale/da_DK/flagimage/da_DK.gif +%%NLS%%%%WWWDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/de_DE/LC_MESSAGES/de_DE-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/de_DE/de_DE-nls.php +%%NLS%%%%WWWDIR%%/locale/de_DE/flagimage/de_DE.gif +%%NLS%%%%WWWDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/en_GB/LC_MESSAGES/en_GB-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/en_GB/en_GB-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/en_GB/en_GB-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/en_GB/en_GB-nls.php +%%NLS%%%%WWWDIR%%/locale/en_GB/flagimage/en_GB.gif +%%WWWDIR%%/locale/en_US/flagimage/en_US.gif +%%NLS%%%%WWWDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/es_ES/LC_MESSAGES/es_ES-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/es_ES/es_ES-nls.php +%%NLS%%%%WWWDIR%%/locale/es_ES/flagimage/es_ES.gif +%%NLS%%%%WWWDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/fi_FI/LC_MESSAGES/fi_FI-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/fi_FI/fi_FI-nls.php +%%NLS%%%%WWWDIR%%/locale/fi_FI/flagimage/fi_FI.gif +%%NLS%%%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/fr_FR/LC_MESSAGES/fr_FR-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/fr_FR/flagimage/fr_FR.gif +%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/fr_FR/fr_FR-nls.php +%%NLS%%%%WWWDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/gl_ES/LC_MESSAGES/gl_ES-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/gl_ES/flagimage/gl_ES.gif +%%NLS%%%%WWWDIR%%/locale/gl_ES/gl_ES-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/gl_ES/gl_ES-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/gl_ES/gl_ES-nls.php +%%NLS%%%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/hu_HU/LC_MESSAGES/hu_HU-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/hu_HU/flagimage/hu_HU.gif +%%NLS%%%%WWWDIR%%/locale/hu_HU/hu_HU-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/hu_HU/hu_HU-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/hu_HU/hu_HU-nls.php +%%NLS%%%%WWWDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/is_IS/LC_MESSAGES/is_IS-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/is_IS/flagimage/is_IS.gif +%%NLS%%%%WWWDIR%%/locale/is_IS/is_IS-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/is_IS/is_IS-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/is_IS/is_IS-nls.php +%%NLS%%%%WWWDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/it_IT/LC_MESSAGES/it_IT-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/it_IT/flagimage/it_IT.gif +%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/it_IT/it_IT-nls.php +%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES/ja_JP.utf8-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES/ja_JP.utf8-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/flagimage/ja_JP.utf8.gif +%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/ja_JP.utf8-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/ja_JP.utf8-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ja_JP.utf8/ja_JP.utf8-nls.php +%%NLS%%%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ja_JP/LC_MESSAGES/ja_JP-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ja_JP/flagimage/ja_JP.gif +%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ja_JP/ja_JP-nls.php +%%NLS%%%%WWWDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ko_KR/LC_MESSAGES/ko_KR-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ko_KR/flagimage/ko_KR.gif +%%NLS%%%%WWWDIR%%/locale/ko_KR/ko_KR-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ko_KR/ko_KR-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ko_KR/ko_KR-nls.php +%%NLS%%%%WWWDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/lt_LT/LC_MESSAGES/lt_LT-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/lt_LT/flagimage/lt_LT.gif +%%NLS%%%%WWWDIR%%/locale/lt_LT/lt_LT-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/lt_LT/lt_LT-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/lt_LT/lt_LT-nls.php +%%NLS%%%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/nl_NL/LC_MESSAGES/nl_NL-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/nl_NL/flagimage/nl_NL.gif +%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/nl_NL/nl_NL-nls.php +%%NLS%%%%WWWDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/no_NO/LC_MESSAGES/no_NO-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/no_NO/flagimage/no_NO.gif +%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/no_NO/no_NO-nls.php +%%NLS%%%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/pl_PL/LC_MESSAGES/pl_PL-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/pl_PL/flagimage/pl_PL.gif +%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/pl_PL/pl_PL-nls.php +%%NLS%%%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/pt_BR-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/pt_BR/flagimage/pt_BR.gif +%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/pt_BR/pt_BR-nls.php +%%NLS%%%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/pt_PT-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/pt_PT/flagimage/pt_PT.gif +%%NLS%%%%WWWDIR%%/locale/pt_PT/pt_PT-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/pt_PT/pt_PT-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/pt_PT/pt_PT-nls.php +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES/ru_RU.cp1251-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/flagimage/ru_RU.cp1251.gif +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ru_RU.cp1251/ru_RU.cp1251-nls.php +%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/ru_RU.koi8r-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/flagimage/ru_RU.koi8r.gif +%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/ru_RU.koi8r/ru_RU.koi8r-nls.php +%%NLS%%%%WWWDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/sk_SK/LC_MESSAGES/sk_SK-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/sk_SK/flagimage/sk_SK.gif +%%NLS%%%%WWWDIR%%/locale/sk_SK/sk_SK-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/sk_SK/sk_SK-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/sk_SK/sk_SK-nls.php +%%NLS%%%%WWWDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/sl_SI/LC_MESSAGES/sl_SI-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/sl_SI/flagimage/sl_SI.gif +%%NLS%%%%WWWDIR%%/locale/sl_SI/sl_SI-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/sl_SI/sl_SI-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/sl_SI/sl_SI-nls.php +%%NLS%%%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/sv_SE-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/sv_SE/flagimage/sv_SE.gif +%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/sv_SE/sv_SE-nls.php +%%NLS%%%%WWWDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/tr_TR/LC_MESSAGES/tr_TR-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/tr_TR/flagimage/tr_TR.gif +%%NLS%%%%WWWDIR%%/locale/tr_TR/tr_TR-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/tr_TR/tr_TR-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/tr_TR/tr_TR-nls.php +%%NLS%%%%WWWDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/vi_VN/LC_MESSAGES/vi_VN-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/vi_VN/flagimage/vi_VN.gif +%%NLS%%%%WWWDIR%%/locale/vi_VN/vi_VN-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/vi_VN/vi_VN-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/vi_VN/vi_VN-nls.php +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES/zh_HK.utf8-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/flagimage/zh_HK.gif +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/zh_HK.utf8/zh_HK.utf8-nls.php +%%NLS%%%%WWWDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/zh_HK/LC_MESSAGES/zh_HK-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/zh_HK/flagimage/zh_TW.gif +%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/zh_HK/zh_HK-nls.php +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES/zh_TW.utf8-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/flagimage/zh_TW.utf8.gif +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/zh_TW.utf8/zh_TW.utf8-nls.php +%%NLS%%%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_common.mo +%%NLS%%%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_config.mo +%%NLS%%%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/zh_TW-gallery_core.mo +%%NLS%%%%WWWDIR%%/locale/zh_TW/flagimage/zh_TW.gif +%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-gallery_common.po +%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-gallery_config.po +%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-gallery_core.po +%%NLS%%%%WWWDIR%%/locale/zh_TW/zh_TW-nls.php +%%WWWDIR%%/login.php +%%WWWDIR%%/manage_users.php +%%WWWDIR%%/manifest.inc +%%WWWDIR%%/modify_user.php +%%WWWDIR%%/move_album.php +%%WWWDIR%%/move_photo.php +%%WWWDIR%%/multi_create_user.php +%%WWWDIR%%/new_password.php +%%WWWDIR%%/nls.php +%%WWWDIR%%/photo_owner.php +%%WWWDIR%%/platform/fs_unix.php +%%WWWDIR%%/platform/fs_win32.php +%%WWWDIR%%/po/CREDITS +%%WWWDIR%%/po/change_version.sh +%%WWWDIR%%/po/copyright-header.txt +%%WWWDIR%%/po/create_po_template.sh +%%WWWDIR%%/po/edit_changelog.sh +%%WWWDIR%%/po/filelist-common +%%WWWDIR%%/po/filelist-config +%%WWWDIR%%/po/filelist-core +%%WWWDIR%%/po/gallery-common.pot +%%WWWDIR%%/po/gallery-config.pot +%%WWWDIR%%/po/gallery-core.pot +%%WWWDIR%%/po/make_mo_files.sh +%%WWWDIR%%/po/remove_obsolete.pl +%%WWWDIR%%/po/transform_fuzzy.pl +%%WWWDIR%%/po/update_po_files.sh +%%WWWDIR%%/poll_properties.php +%%WWWDIR%%/poll_results.php +%%WWWDIR%%/progress_uploading.php +%%WWWDIR%%/publish_xp.php +%%WWWDIR%%/publish_xp_docs.php +%%WWWDIR%%/rearrange.php +%%WWWDIR%%/rebuild_capture_dates.php +%%WWWDIR%%/register.php +%%WWWDIR%%/rename_album.php +%%WWWDIR%%/reset_votes.php +%%WWWDIR%%/resize_photo.php +%%WWWDIR%%/rotate_photo.php +%%WWWDIR%%/rss.php +%%WWWDIR%%/save_photos.php +%%WWWDIR%%/search.php +%%WWWDIR%%/secure.sh +%%WWWDIR%%/session.php +%%WWWDIR%%/setup/.htaccess +%%WWWDIR%%/setup/backup_albums.php +%%WWWDIR%%/setup/check.inc +%%WWWDIR%%/setup/check_imagemagick.php +%%WWWDIR%%/setup/check_mail.php +%%WWWDIR%%/setup/check_netpbm.php +%%WWWDIR%%/setup/check_versions.php +%%WWWDIR%%/setup/config_data.inc +%%WWWDIR%%/setup/confirm.inc +%%WWWDIR%%/setup/constants.inc +%%WWWDIR%%/setup/defaults.inc +%%WWWDIR%%/setup/diagnostics.php +%%WWWDIR%%/setup/frame_test.php +%%WWWDIR%%/setup/ghcc.php +%%WWWDIR%%/setup/gpl.txt +%%WWWDIR%%/setup/index.php +%%WWWDIR%%/setup/init.php +%%WWWDIR%%/setup/login.inc +%%WWWDIR%%/setup/mod_rewrite.template +%%WWWDIR%%/setup/php_value.template +%%WWWDIR%%/setup/php_value_ok.php +%%WWWDIR%%/setup/phpinfo.php +%%WWWDIR%%/setup/session_test.php +%%WWWDIR%%/setup/write.inc +%%WWWDIR%%/skins/bars002/css/screen.css +%%WWWDIR%%/skins/bars002/images/navbar.jpg +%%WWWDIR%%/skins/bars002/images/screenshot.jpg +%%WWWDIR%%/skins/bars002/images/topbar.jpg +%%WWWDIR%%/skins/bars002/style.def +%%WWWDIR%%/skins/bblue/css/screen.css +%%WWWDIR%%/skins/bblue/images/mod_headliner.jpg +%%WWWDIR%%/skins/bblue/images/mod_navbar.jpg +%%WWWDIR%%/skins/bblue/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/bblue/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/bblue/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/bblue/images/mod_under_hl.jpg +%%WWWDIR%%/skins/bblue/images/screenshot.jpg +%%WWWDIR%%/skins/bblue/style.def +%%WWWDIR%%/skins/bgreen/css/screen.css +%%WWWDIR%%/skins/bgreen/images/mod_headliner.jpg +%%WWWDIR%%/skins/bgreen/images/mod_navbar.jpg +%%WWWDIR%%/skins/bgreen/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/bgreen/images/mod_toplight_left.gif +%%WWWDIR%%/skins/bgreen/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/bgreen/images/mod_toplight_right.gif +%%WWWDIR%%/skins/bgreen/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/bgreen/images/mod_under_hl.jpg +%%WWWDIR%%/skins/bgreen/images/screenshot.jpg +%%WWWDIR%%/skins/bgreen/style.def +%%WWWDIR%%/skins/bgreen2/css/screen.css +%%WWWDIR%%/skins/bgreen2/images/mod_headliner.jpg +%%WWWDIR%%/skins/bgreen2/images/mod_navbar.jpg +%%WWWDIR%%/skins/bgreen2/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/bgreen2/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/bgreen2/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/bgreen2/images/mod_under_hl.jpg +%%WWWDIR%%/skins/bgreen2/images/screenshot.jpg +%%WWWDIR%%/skins/bgreen2/style.def +%%WWWDIR%%/skins/black/css/screen.css +%%WWWDIR%%/skins/black/images/mod_navbar.jpg +%%WWWDIR%%/skins/black/images/mod_titlebar.jpg +%%WWWDIR%%/skins/black/images/screenshot.jpg +%%WWWDIR%%/skins/black/style.def +%%WWWDIR%%/skins/bluemod/css/screen.css +%%WWWDIR%%/skins/bluemod/images/mod_background.jpg +%%WWWDIR%%/skins/bluemod/images/mod_navbar.jpg +%%WWWDIR%%/skins/bluemod/images/mod_titlebar.jpg +%%WWWDIR%%/skins/bluemod/images/mod_titlemid.jpg +%%WWWDIR%%/skins/bluemod/images/screenshot.jpg +%%WWWDIR%%/skins/bluemod/style.def +%%WWWDIR%%/skins/bpurple/css/screen.css +%%WWWDIR%%/skins/bpurple/images/mod_headliner.jpg +%%WWWDIR%%/skins/bpurple/images/mod_navbar.jpg +%%WWWDIR%%/skins/bpurple/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/bpurple/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/bpurple/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/bpurple/images/mod_under_hl.jpg +%%WWWDIR%%/skins/bpurple/images/screenshot.jpg +%%WWWDIR%%/skins/bpurple/style.def +%%WWWDIR%%/skins/bred/css/screen.css +%%WWWDIR%%/skins/bred/images/mod_headliner.jpg +%%WWWDIR%%/skins/bred/images/mod_navbar.jpg +%%WWWDIR%%/skins/bred/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/bred/images/mod_toplight_left.gif +%%WWWDIR%%/skins/bred/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/bred/images/mod_toplight_right.gif +%%WWWDIR%%/skins/bred/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/bred/images/mod_under_hl.jpg +%%WWWDIR%%/skins/bred/images/screenshot.jpg +%%WWWDIR%%/skins/bred/style.def +%%WWWDIR%%/skins/bubbles/css/screen.css +%%WWWDIR%%/skins/bubbles/images/mod_navbar.jpg +%%WWWDIR%%/skins/bubbles/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/bubbles/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/bubbles/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/bubbles/images/screenshot.jpg +%%WWWDIR%%/skins/bubbles/style.def +%%WWWDIR%%/skins/butterfly_green/css/screen.css +%%WWWDIR%%/skins/butterfly_green/images/mod_box.jpg +%%WWWDIR%%/skins/butterfly_green/images/mod_headliner.jpg +%%WWWDIR%%/skins/butterfly_green/images/mod_navbar.jpg +%%WWWDIR%%/skins/butterfly_green/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/butterfly_green/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/butterfly_green/images/screenshot.jpg +%%WWWDIR%%/skins/butterfly_green/style.def +%%WWWDIR%%/skins/greenpurple/css/screen.css +%%WWWDIR%%/skins/greenpurple/images/mod_descbg.jpg +%%WWWDIR%%/skins/greenpurple/images/mod_navbar.jpg +%%WWWDIR%%/skins/greenpurple/images/mod_navbox.jpg +%%WWWDIR%%/skins/greenpurple/images/mod_titlebar.jpg +%%WWWDIR%%/skins/greenpurple/images/mod_titlelft.jpg +%%WWWDIR%%/skins/greenpurple/images/mod_titlemid.jpg +%%WWWDIR%%/skins/greenpurple/images/mod_titlert.jpg +%%WWWDIR%%/skins/greenpurple/images/screenshot.jpg +%%WWWDIR%%/skins/greenpurple/style.def +%%WWWDIR%%/skins/hotred/css/screen.css +%%WWWDIR%%/skins/hotred/images/mod_descbg.jpg +%%WWWDIR%%/skins/hotred/images/mod_descbox.jpg +%%WWWDIR%%/skins/hotred/images/mod_navbar.jpg +%%WWWDIR%%/skins/hotred/images/mod_navbox.jpg +%%WWWDIR%%/skins/hotred/images/mod_titlebar.jpg +%%WWWDIR%%/skins/hotred/images/mod_titlemid.jpg +%%WWWDIR%%/skins/hotred/images/screenshot.jpg +%%WWWDIR%%/skins/hotred/style.def +%%WWWDIR%%/skins/jenskin/css/screen.css +%%WWWDIR%%/skins/jenskin/images/screenshot.jpg +%%WWWDIR%%/skins/jenskin/images/simplex-bkg.gif +%%WWWDIR%%/skins/jenskin/style.def +%%WWWDIR%%/skins/lilac/css/screen.css +%%WWWDIR%%/skins/lilac/images/mod_descbg.jpg +%%WWWDIR%%/skins/lilac/images/mod_navbar.jpg +%%WWWDIR%%/skins/lilac/images/mod_navbox.jpg +%%WWWDIR%%/skins/lilac/images/mod_titlebar.jpg +%%WWWDIR%%/skins/lilac/images/mod_titlemid.jpg +%%WWWDIR%%/skins/lilac/images/screenshot.jpg +%%WWWDIR%%/skins/lilac/style.def +%%WWWDIR%%/skins/madmod1/css/screen.css +%%WWWDIR%%/skins/madmod1/images/background.jpg +%%WWWDIR%%/skins/madmod1/images/background9.jpg +%%WWWDIR%%/skins/madmod1/images/bar.gif +%%WWWDIR%%/skins/madmod1/images/button9.jpg +%%WWWDIR%%/skins/madmod1/images/gallery9.jpg +%%WWWDIR%%/skins/madmod1/images/headbg9.jpg +%%WWWDIR%%/skins/madmod1/images/navbg9.jpg +%%WWWDIR%%/skins/madmod1/images/next9.jpg +%%WWWDIR%%/skins/madmod1/images/prev9.jpg +%%WWWDIR%%/skins/madmod1/images/screenshot.jpg +%%WWWDIR%%/skins/madmod1/images/titlehead9.jpg +%%WWWDIR%%/skins/madmod1/style.def +%%WWWDIR%%/skins/madmod1/tpl/album.footer.tpl +%%WWWDIR%%/skins/madmod1/tpl/album.header.tpl +%%WWWDIR%%/skins/madmod1/tpl/breadcrumb.tpl +%%WWWDIR%%/skins/madmod1/tpl/footer.tpl +%%WWWDIR%%/skins/madmod1/tpl/gallery.footer.tpl +%%WWWDIR%%/skins/madmod1/tpl/gallery.header.tpl +%%WWWDIR%%/skins/madmod1/tpl/header.tpl +%%WWWDIR%%/skins/madmod1/tpl/menu.tpl +%%WWWDIR%%/skins/madmod1/tpl/navigator.tpl +%%WWWDIR%%/skins/madmod1/tpl/navphoto.tpl +%%WWWDIR%%/skins/madmod1/tpl/photo.footer.tpl +%%WWWDIR%%/skins/madmod1/tpl/photo.header.tpl +%%WWWDIR%%/skins/madmod1/tpl/search.footer.tpl +%%WWWDIR%%/skins/madmod1/tpl/search.header.tpl +%%WWWDIR%%/skins/madmod1/tpl/slideshow.footer.tpl +%%WWWDIR%%/skins/madmod1/tpl/slideshow.header.tpl +%%WWWDIR%%/skins/paint/css/screen.css +%%WWWDIR%%/skins/paint/images/mod_background.jpg +%%WWWDIR%%/skins/paint/images/mod_descbg.jpg +%%WWWDIR%%/skins/paint/images/mod_navbar.jpg +%%WWWDIR%%/skins/paint/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/paint/images/mod_toplight_left.gif +%%WWWDIR%%/skins/paint/images/mod_toplight_right.gif +%%WWWDIR%%/skins/paint/images/screenshot.jpg +%%WWWDIR%%/skins/paint/style.def +%%WWWDIR%%/skins/redmarble/css/screen.css +%%WWWDIR%%/skins/redmarble/images/mod_background.jpg +%%WWWDIR%%/skins/redmarble/images/mod_navbar.jpg +%%WWWDIR%%/skins/redmarble/images/mod_titlebar.jpg +%%WWWDIR%%/skins/redmarble/images/mod_titlemid.jpg +%%WWWDIR%%/skins/redmarble/images/screenshot.jpg +%%WWWDIR%%/skins/redmarble/style.def +%%WWWDIR%%/skins/slick/css/screen.css +%%WWWDIR%%/skins/slick/images/mod_background.jpg +%%WWWDIR%%/skins/slick/images/mod_descbg.jpg +%%WWWDIR%%/skins/slick/images/mod_headliner.jpg +%%WWWDIR%%/skins/slick/images/mod_navbar.jpg +%%WWWDIR%%/skins/slick/images/mod_pixel.gif +%%WWWDIR%%/skins/slick/images/mod_title.jpg +%%WWWDIR%%/skins/slick/images/mod_title_bg.jpg +%%WWWDIR%%/skins/slick/images/mod_title_left.jpg +%%WWWDIR%%/skins/slick/images/mod_title_right.jpg +%%WWWDIR%%/skins/slick/images/mod_titlemid.jpg +%%WWWDIR%%/skins/slick/images/mod_toplight_bg.jpg +%%WWWDIR%%/skins/slick/images/mod_toplight_left.jpg +%%WWWDIR%%/skins/slick/images/mod_toplight_right.jpg +%%WWWDIR%%/skins/slick/images/screenshot.jpg +%%WWWDIR%%/skins/slick/style.def +%%WWWDIR%%/skins/suit/css/screen.css +%%WWWDIR%%/skins/suit/images/mod_navbar.jpg +%%WWWDIR%%/skins/suit/images/mod_titlebar.jpg +%%WWWDIR%%/skins/suit/images/mod_titlemid.jpg +%%WWWDIR%%/skins/suit/images/screenshot.jpg +%%WWWDIR%%/skins/suit/style.def +%%WWWDIR%%/skins/white1/css/screen.css +%%WWWDIR%%/skins/white1/images/mod_navbar.jpg +%%WWWDIR%%/skins/white1/images/mod_titlebar.jpg +%%WWWDIR%%/skins/white1/images/mod_titlemid.jpg +%%WWWDIR%%/skins/white1/images/screenshot.jpg +%%WWWDIR%%/skins/white1/style.def +%%WWWDIR%%/skins/yellow/css/screen.css +%%WWWDIR%%/skins/yellow/images/mod_navbar.jpg +%%WWWDIR%%/skins/yellow/images/mod_titlebar.jpg +%%WWWDIR%%/skins/yellow/images/mod_titlemid.jpg +%%WWWDIR%%/skins/yellow/images/screenshot.jpg +%%WWWDIR%%/skins/yellow/style.def +%%WWWDIR%%/slideshow.php +%%WWWDIR%%/sort_album.php +%%WWWDIR%%/stamp_preview.php +%%WWWDIR%%/stats-wizard.php +%%WWWDIR%%/stats.php +%%WWWDIR%%/tools/build_manifest.php +%%WWWDIR%%/tools/build_manifest_1_4.php +%%WWWDIR%%/tools/despam-comments.php +%%WWWDIR%%/tools/find_orphans.php +%%WWWDIR%%/tools/g1-makereport.php +%%WWWDIR%%/tools/g1-report.css +%%WWWDIR%%/tools/g1-report.php +%%WWWDIR%%/tools/include/main.inc +%%WWWDIR%%/tools/include/plugin_rowdata.inc +%%WWWDIR%%/tools/include/row_header.inc +%%WWWDIR%%/tools/lib/lib-validate_albums.php +%%WWWDIR%%/tools/validate_albums.php +%%WWWDIR%%/upgrade_album.php +%%WWWDIR%%/upgrade_users.php +%%WWWDIR%%/user_preferences.php +%%WWWDIR%%/util.php +%%WWWDIR%%/view_album.php +%%WWWDIR%%/view_comments.php +%%WWWDIR%%/view_photo.php +%%WWWDIR%%/view_photo_properties.php +%%WWWDIR%%/watermark_album.php +@dirrm %%WWWDIR%%/tools/lib +@dirrm %%WWWDIR%%/tools/include +@dirrm %%WWWDIR%%/tools +@dirrm %%WWWDIR%%/skins/yellow/images +@dirrm %%WWWDIR%%/skins/yellow/css +@dirrm %%WWWDIR%%/skins/yellow +@dirrm %%WWWDIR%%/skins/white1/images +@dirrm %%WWWDIR%%/skins/white1/css +@dirrm %%WWWDIR%%/skins/white1 +@dirrm %%WWWDIR%%/skins/suit/images +@dirrm %%WWWDIR%%/skins/suit/css +@dirrm %%WWWDIR%%/skins/suit +@dirrm %%WWWDIR%%/skins/slick/images +@dirrm %%WWWDIR%%/skins/slick/css +@dirrm %%WWWDIR%%/skins/slick +@dirrm %%WWWDIR%%/skins/redmarble/images +@dirrm %%WWWDIR%%/skins/redmarble/css +@dirrm %%WWWDIR%%/skins/redmarble +@dirrm %%WWWDIR%%/skins/paint/images +@dirrm %%WWWDIR%%/skins/paint/css +@dirrm %%WWWDIR%%/skins/paint +@dirrm %%WWWDIR%%/skins/madmod1/tpl +@dirrm %%WWWDIR%%/skins/madmod1/images +@dirrm %%WWWDIR%%/skins/madmod1/css +@dirrm %%WWWDIR%%/skins/madmod1 +@dirrm %%WWWDIR%%/skins/lilac/images +@dirrm %%WWWDIR%%/skins/lilac/css +@dirrm %%WWWDIR%%/skins/lilac +@dirrm %%WWWDIR%%/skins/jenskin/images +@dirrm %%WWWDIR%%/skins/jenskin/css +@dirrm %%WWWDIR%%/skins/jenskin +@dirrm %%WWWDIR%%/skins/hotred/images +@dirrm %%WWWDIR%%/skins/hotred/css +@dirrm %%WWWDIR%%/skins/hotred +@dirrm %%WWWDIR%%/skins/greenpurple/images +@dirrm %%WWWDIR%%/skins/greenpurple/css +@dirrm %%WWWDIR%%/skins/greenpurple +@dirrm %%WWWDIR%%/skins/butterfly_green/images +@dirrm %%WWWDIR%%/skins/butterfly_green/css +@dirrm %%WWWDIR%%/skins/butterfly_green +@dirrm %%WWWDIR%%/skins/bubbles/images +@dirrm %%WWWDIR%%/skins/bubbles/css +@dirrm %%WWWDIR%%/skins/bubbles +@dirrm %%WWWDIR%%/skins/bred/images +@dirrm %%WWWDIR%%/skins/bred/css +@dirrm %%WWWDIR%%/skins/bred +@dirrm %%WWWDIR%%/skins/bpurple/images +@dirrm %%WWWDIR%%/skins/bpurple/css +@dirrm %%WWWDIR%%/skins/bpurple +@dirrm %%WWWDIR%%/skins/bluemod/images +@dirrm %%WWWDIR%%/skins/bluemod/css +@dirrm %%WWWDIR%%/skins/bluemod +@dirrm %%WWWDIR%%/skins/black/images +@dirrm %%WWWDIR%%/skins/black/css +@dirrm %%WWWDIR%%/skins/black +@dirrm %%WWWDIR%%/skins/bgreen2/images +@dirrm %%WWWDIR%%/skins/bgreen2/css +@dirrm %%WWWDIR%%/skins/bgreen2 +@dirrm %%WWWDIR%%/skins/bgreen/images +@dirrm %%WWWDIR%%/skins/bgreen/css +@dirrm %%WWWDIR%%/skins/bgreen +@dirrm %%WWWDIR%%/skins/bblue/images +@dirrm %%WWWDIR%%/skins/bblue/css +@dirrm %%WWWDIR%%/skins/bblue +@dirrm %%WWWDIR%%/skins/bars002/images +@dirrm %%WWWDIR%%/skins/bars002/css +@dirrm %%WWWDIR%%/skins/bars002 +@dirrm %%WWWDIR%%/skins +@dirrm %%WWWDIR%%/setup +@dirrm %%WWWDIR%%/po +@dirrm %%WWWDIR%%/platform +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW.utf8/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW.utf8/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW.utf8 +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_TW +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK.utf8/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK.utf8/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK.utf8 +%%NLS%%@dirrm %%WWWDIR%%/locale/zh_HK +%%NLS%%@dirrm %%WWWDIR%%/locale/vi_VN/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/vi_VN/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/vi_VN +%%NLS%%@dirrm %%WWWDIR%%/locale/tr_TR/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/tr_TR/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/tr_TR +%%NLS%%@dirrm %%WWWDIR%%/locale/sv_SE/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/sv_SE/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/sv_SE +%%NLS%%@dirrm %%WWWDIR%%/locale/sl_SI/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/sl_SI/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/sl_SI +%%NLS%%@dirrm %%WWWDIR%%/locale/sk_SK/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/sk_SK/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/sk_SK +%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.koi8r/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.koi8r/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.koi8r +%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.cp1251/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.cp1251/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ru_RU.cp1251 +%%NLS%%@dirrm %%WWWDIR%%/locale/pt_PT/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/pt_PT/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/pt_PT +%%NLS%%@dirrm %%WWWDIR%%/locale/pt_BR/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/pt_BR +%%NLS%%@dirrm %%WWWDIR%%/locale/pl_PL/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/pl_PL/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/pl_PL +%%NLS%%@dirrm %%WWWDIR%%/locale/no_NO/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/no_NO/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/no_NO +%%NLS%%@dirrm %%WWWDIR%%/locale/nl_NL/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/nl_NL/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/nl_NL +%%NLS%%@dirrm %%WWWDIR%%/locale/lt_LT/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/lt_LT/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/lt_LT +%%NLS%%@dirrm %%WWWDIR%%/locale/ko_KR/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ko_KR/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ko_KR +%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP.utf8/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP.utf8/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP.utf8 +%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ja_JP +%%NLS%%@dirrm %%WWWDIR%%/locale/it_IT/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/it_IT/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/it_IT +%%NLS%%@dirrm %%WWWDIR%%/locale/is_IS/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/is_IS/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/is_IS +%%NLS%%@dirrm %%WWWDIR%%/locale/hu_HU/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/hu_HU/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/hu_HU +%%NLS%%@dirrm %%WWWDIR%%/locale/gl_ES/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/gl_ES/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/gl_ES +%%NLS%%@dirrm %%WWWDIR%%/locale/fr_FR/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/fr_FR/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/fr_FR +%%NLS%%@dirrm %%WWWDIR%%/locale/fi_FI/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/fi_FI/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/fi_FI +%%NLS%%@dirrm %%WWWDIR%%/locale/es_ES/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/es_ES/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/es_ES +@dirrm %%WWWDIR%%/locale/en_US/flagimage +@dirrm %%WWWDIR%%/locale/en_US +%%NLS%%@dirrm %%WWWDIR%%/locale/en_GB/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/en_GB/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/en_GB +%%NLS%%@dirrm %%WWWDIR%%/locale/de_DE/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/de_DE/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/de_DE +%%NLS%%@dirrm %%WWWDIR%%/locale/da_DK/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/da_DK/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/da_DK +%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.iso-8859-2/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.iso-8859-2 +%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.cp1250/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.cp1250/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/cs_CZ.cp1250 +%%NLS%%@dirrm %%WWWDIR%%/locale/ca_ES/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ca_ES/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ca_ES +%%NLS%%@dirrm %%WWWDIR%%/locale/bg_BG/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/bg_BG/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/bg_BG +%%NLS%%@dirrm %%WWWDIR%%/locale/ar_EG/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/ar_EG/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/ar_EG +%%NLS%%@dirrm %%WWWDIR%%/locale/af_ZA/flagimage +%%NLS%%@dirrm %%WWWDIR%%/locale/af_ZA/LC_MESSAGES +%%NLS%%@dirrm %%WWWDIR%%/locale/af_ZA +@dirrm %%WWWDIR%%/locale +@dirrm %%WWWDIR%%/lib +@dirrm %%WWWDIR%%/layout +@dirrm %%WWWDIR%%/js +@dirrm %%WWWDIR%%/java +@dirrm %%WWWDIR%%/includes/stats +@dirrm %%WWWDIR%%/includes/slideshow +@dirrm %%WWWDIR%%/includes/errors +@dirrm %%WWWDIR%%/includes/ecard/templates +@dirrm %%WWWDIR%%/includes/ecard +@dirrm %%WWWDIR%%/includes/definitions +@dirrm %%WWWDIR%%/includes/add_photos +@dirrm %%WWWDIR%%/includes +@dirrm %%WWWDIR%%/images/icons/tree +@dirrm %%WWWDIR%%/images/icons/imageedit +@dirrm %%WWWDIR%%/images/icons +@dirrm %%WWWDIR%%/images/ecard_images +@dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%%/html_wrap/frames/wooden +@dirrm %%WWWDIR%%/html_wrap/frames/simple_book +@dirrm %%WWWDIR%%/html_wrap/frames/shadows +@dirrm %%WWWDIR%%/html_wrap/frames/postage_stamp +@dirrm %%WWWDIR%%/html_wrap/frames/polaroids +@dirrm %%WWWDIR%%/html_wrap/frames/polaroid +@dirrm %%WWWDIR%%/html_wrap/frames/notebook +@dirrm %%WWWDIR%%/html_wrap/frames/golden +@dirrm %%WWWDIR%%/html_wrap/frames +@dirrm %%WWWDIR%%/html_wrap +@dirrm %%WWWDIR%%/html +@dirrm %%WWWDIR%%/help +@dirrm %%WWWDIR%%/docs/images +@dirrm %%WWWDIR%%/docs/g1package/images +@dirrm %%WWWDIR%%/docs/g1package +@dirrm %%WWWDIR%%/docs/context-help +@dirrm %%WWWDIR%%/docs +@dirrm %%WWWDIR%%/css +@dirrm %%WWWDIR%%/contrib/postnuke +@dirrm %%WWWDIR%%/contrib/phpnuke +@dirrm %%WWWDIR%%/contrib/phpBB2 +@dirrm %%WWWDIR%%/contrib/mambo/includes +@dirrm %%WWWDIR%%/contrib/mambo/images +@dirrm %%WWWDIR%%/contrib/mambo/classes +@dirrm %%WWWDIR%%/contrib/mambo +@dirrm %%WWWDIR%%/contrib/joomla/includes +@dirrm %%WWWDIR%%/contrib/joomla/images +@dirrm %%WWWDIR%%/contrib/joomla/classes +@dirrm %%WWWDIR%%/contrib/joomla +@dirrm %%WWWDIR%%/contrib/GeekLog +@dirrm %%WWWDIR%%/contrib +@dirrm %%WWWDIR%%/classes/remote +@dirrm %%WWWDIR%%/classes/postnuke0.7.1 +@dirrm %%WWWDIR%%/classes/postnuke +@dirrm %%WWWDIR%%/classes/phpbb +@dirrm %%WWWDIR%%/classes/nuke5 +@dirrm %%WWWDIR%%/classes/nsnnuke +@dirrm %%WWWDIR%%/classes/mambo +@dirrm %%WWWDIR%%/classes/geeklog +@dirrm %%WWWDIR%%/classes/gallery +@dirrm %%WWWDIR%%/classes/database/mysql +@dirrm %%WWWDIR%%/classes/database +@dirrm %%WWWDIR%%/classes/XML_HTMLSax3/HTMLSax3 +@dirrm %%WWWDIR%%/classes/XML_HTMLSax3 +@dirrm %%WWWDIR%%/classes/Mail +@dirrm %%WWWDIR%%/classes/HTML_Safe +@dirrm %%WWWDIR%%/classes/HTML +@dirrm %%WWWDIR%%/classes +@dirrmtry %%WWWDIR%% @dirrmtry www/data Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 20 Apr 2007 01:38:04 -0000 @@ -0,0 +1,16 @@ +***************************************************************** + + Please consider adding the following 3 lines to your httpd.conf + + <Directory %%WWWDIR%%> + AllowOverride Options FileInfo + </Directory> + + Then restart apache: 'apachectl graceful' + +***************************************************************** + + Please visit 'http://{host.domain}/gallery/' in a + web-browser and follow the configuration instructions. + +***************************************************************** -- Best Regards, Li-Wen Hsu
I approve the proposed patch submitted April 20. It brings the port closer to the new standard of using WWWDIR, while still allowing legacy installations to work if they had overridden GALLERYDIR with an absolute path. UPDATING should still be modified the way I suggested with my original submission. Alex.
I just realized that the April 20 patch deletes the contents of pkg-message. This appears to be a mistake. Instead, it should be updated to use WWWDIR and WWWDIR_REL (with the appropriate post-configure commands to do this substitution at build time.
I've attached an updated patch which cleans up a few very small items from the April 20 version.
State Changed From-To: feedback->open Maintainer has approved.
lwhsu 2007-07-06 05:34:30 UTC FreeBSD ports repository Modified files: . UPDATING www/gallery Makefile distinfo pkg-plist Added files: www/gallery/files pkg-message.in Removed files: www/gallery pkg-message Log: - Update to 1.5.6 - Update various language packs to the latest versions - Change default install directory from www/data/gallery to www/gallery - Use WWWDIR PR: ports/111568 Submitted by: Alex Varju <freebsd-ports AT varju.ca> (maintainer) Revision Changes Path 1.521 +8 -1 ports/UPDATING 1.49 +47 -48 ports/www/gallery/Makefile 1.37 +66 -54 ports/www/gallery/distinfo 1.1 +16 -0 ports/www/gallery/files/pkg-message.in (new) 1.3 +0 -16 ports/www/gallery/pkg-message (dead) 1.35 +1265 -1212 ports/www/gallery/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!