From 0301cfd2549ac3606bd7a88ad862e76219e97063 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 17 Sep 2005 11:26:55 +0000 Subject: After repocopy to www/gallery2: - Update to 2.0 PR: ports/86101 Submitted by: Alex Varju (maintainer) --- www/gallery3/Makefile | 99 +- www/gallery3/distinfo | 68 +- www/gallery3/pkg-descr | 17 +- www/gallery3/pkg-message | 29 +- www/gallery3/pkg-plist | 6687 ++++++++++++++++++++++++++++++++++++++-------- 5 files changed, 5683 insertions(+), 1217 deletions(-) (limited to 'www/gallery3') diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 4f6b0c9d4bdb..28822bad6e53 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -1,113 +1,56 @@ -# New ports collection makefile for: gallery -# Date created: 09 Sep 2001 -# Whom: Jamie Hermans +# New ports collection makefile for: gallery2 +# Date created: 29 Aug 2005 +# Whom: Alex Varju # # $FreeBSD$ # -PORTNAME= gallery -PORTVERSION= 1.5.0.1 +PORTNAME= gallery2 +PORTVERSION= 2.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.0.1$/-pl1/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS} -DIST_SUBDIR= gallery +MASTER_SITE_SUBDIR= gallery +DISTNAME= gallery-2.0-full +DIST_SUBDIR= gallery2 MAINTAINER= freebsd-ports@varju.ca -COMMENT= A slick web based photo album written using PHP +COMMENT= Gallery is a web based photo album written using PHP RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ jhead:${PORTSDIR}/graphics/jhead \ - unzip:${PORTSDIR}/archivers/unzip + unzip:${PORTSDIR}/archivers/unzip \ + convert:${PORTSDIR}/graphics/ImageMagick -USE_PHP= pcre session +USE_PHP= pcre session mysql WANT_PHP_WEB= yes -.if !defined(WITHOUT_NLS) -USE_PHP+= gettext -LANGVERSION= 1.5-RC2 - -LANGPACKS= af_ZA-${LANGVERSION}${EXTRACT_SUFX} \ - bg_BG-${LANGVERSION}${EXTRACT_SUFX} \ - ca_ES-${LANGVERSION}${EXTRACT_SUFX} \ - cs_CZ.iso-8859-2-${LANGVERSION}${EXTRACT_SUFX} \ - da_DK-${LANGVERSION}${EXTRACT_SUFX} \ - de_DE-${LANGVERSION}${EXTRACT_SUFX} \ - en_GB-${LANGVERSION}${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} -PLIST_SUB= NLS="" -.else -PLIST_SUB= NLS="@comment " -.endif - -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${DIST_SUBDIR} NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message -PORTDOCS= AUTHORS ChangeLog README -EXCEPTFILES= ${PORTDOCS} LICENSE.txt CPIOARGS= --quiet -pdum -R -PLIST_SUB+= GALLERYDIR=${GALLERYDIR} +PLIST_SUB+= GALLERY2DIR=${GALLERY2DIR} pre-fetch: -.if !defined(GALLERYDIR) +.if !defined(GALLERY2DIR) @${ECHO_MSG} "" - @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'." + @${ECHO_MSG} "Define GALLERY2DIR to override default of '${GALLERY2DIR}'." @${ECHO_MSG} "" .endif -GALLERYDIR?= www/data/gallery +GALLERY2DIR?= www/data/gallery2 WWWOWN?= www WWWGRP?= www 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} - @ for i in ${LANGPACKS}; do \ - if ! (cd ${WRKDIR}/gallery/locale && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$i ${EXTRACT_AFTER_ARGS});\ - then \ - exit 1; \ - fi \ - done + -e 's#%%GALLERY2DIR%%#${GALLERY2DIR}#g' pkg-message > ${PKGMESSAGE} do-install: - @ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR} - @ cd ${WRKSRC} && ${FIND} * -name \*.bat -o -name \*.orig -o -name \*Changelog ${EXCEPTFILES:S/^/-o -name /} \ - -o -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR} + @ ${MKDIR} -m 0755 ${PREFIX}/${GALLERY2DIR} + @ cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERY2DIR} + @ ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERY2DIR} post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif .if !defined(BATCH) @ ${CAT} ${PKGMESSAGE} .endif diff --git a/www/gallery3/distinfo b/www/gallery3/distinfo index 6f7a79d8ab23..db342b2fcad2 100644 --- a/www/gallery3/distinfo +++ b/www/gallery3/distinfo @@ -1,66 +1,2 @@ -MD5 (gallery/gallery-1.5-pl1.tar.gz) = e75965f6bd747efbbf61f3a0340c49b1 -SIZE (gallery/gallery-1.5-pl1.tar.gz) = 2342000 -MD5 (gallery/af_ZA-1.5-RC2.tar.gz) = fc90da68b36458589a1c53ccf0e756a5 -SIZE (gallery/af_ZA-1.5-RC2.tar.gz) = 125911 -MD5 (gallery/bg_BG-1.5-RC2.tar.gz) = c9b06ef8ccd8ddff7756d06b4f8399ac -SIZE (gallery/bg_BG-1.5-RC2.tar.gz) = 133337 -MD5 (gallery/ca_ES-1.5-RC2.tar.gz) = b0ef39f663bcc83626d5cc72cd22a11f -SIZE (gallery/ca_ES-1.5-RC2.tar.gz) = 81149 -MD5 (gallery/cs_CZ.iso-8859-2-1.5-RC2.tar.gz) = 4b662fb76e4daa630674707001fd0946 -SIZE (gallery/cs_CZ.iso-8859-2-1.5-RC2.tar.gz) = 126707 -MD5 (gallery/da_DK-1.5-RC2.tar.gz) = f4a0a91fc5261c0e06dcaef82466537b -SIZE (gallery/da_DK-1.5-RC2.tar.gz) = 107777 -MD5 (gallery/de_DE-1.5-RC2.tar.gz) = f268a44ff46ab1823050303c30820556 -SIZE (gallery/de_DE-1.5-RC2.tar.gz) = 161417 -MD5 (gallery/en_GB-1.5-RC2.tar.gz) = 7a10ab65955d2bb27d11472626be7c93 -SIZE (gallery/en_GB-1.5-RC2.tar.gz) = 46646 -MD5 (gallery/es_ES-1.5-RC2.tar.gz) = 79c5129b83758a5dc476eb3f9719cbe5 -SIZE (gallery/es_ES-1.5-RC2.tar.gz) = 144973 -MD5 (gallery/fi_FI-1.5-RC2.tar.gz) = 63e2b805c88bd0fe24435b4920377bd3 -SIZE (gallery/fi_FI-1.5-RC2.tar.gz) = 134089 -MD5 (gallery/fr_FR-1.5-RC2.tar.gz) = 399487c7a747306bec7005af8d0d9283 -SIZE (gallery/fr_FR-1.5-RC2.tar.gz) = 142126 -MD5 (gallery/gl_ES-1.5-RC2.tar.gz) = 1fc53048f71d699735937da696f987ec -SIZE (gallery/gl_ES-1.5-RC2.tar.gz) = 131172 -MD5 (gallery/hu_HU-1.5-RC2.tar.gz) = b15d0948df299e9485297255bd4d5eea -SIZE (gallery/hu_HU-1.5-RC2.tar.gz) = 93145 -MD5 (gallery/is_IS-1.5-RC2.tar.gz) = 3e0b548dc93c4f65fec84b593f85bae6 -SIZE (gallery/is_IS-1.5-RC2.tar.gz) = 144215 -MD5 (gallery/it_IT-1.5-RC2.tar.gz) = e33aa76a105a30764a1b8e85babea44a -SIZE (gallery/it_IT-1.5-RC2.tar.gz) = 155927 -MD5 (gallery/ja_JP-1.5-RC2.tar.gz) = fcc9fed5a685e3037cc826cd2fc81fe3 -SIZE (gallery/ja_JP-1.5-RC2.tar.gz) = 144142 -MD5 (gallery/ko_KR-1.5-RC2.tar.gz) = b42b469a8673b81ba355fc0c51debc47 -SIZE (gallery/ko_KR-1.5-RC2.tar.gz) = 144989 -MD5 (gallery/lt_LT-1.5-RC2.tar.gz) = 725fc2eed067e4bef59ae6c9a3916801 -SIZE (gallery/lt_LT-1.5-RC2.tar.gz) = 144585 -MD5 (gallery/nl_NL-1.5-RC2.tar.gz) = 4f29bb19ed888716cccde04a360fe490 -SIZE (gallery/nl_NL-1.5-RC2.tar.gz) = 119945 -MD5 (gallery/no_NO-1.5-RC2.tar.gz) = d621434d0d91e619a4b9fc077340e471 -SIZE (gallery/no_NO-1.5-RC2.tar.gz) = 150738 -MD5 (gallery/pl_PL-1.5-RC2.tar.gz) = 6110218ca482ece43d01c407b6442e3e -SIZE (gallery/pl_PL-1.5-RC2.tar.gz) = 131523 -MD5 (gallery/pt_BR-1.5-RC2.tar.gz) = ee0b5b892dae2f0914ecc3d3f7bce4f9 -SIZE (gallery/pt_BR-1.5-RC2.tar.gz) = 139541 -MD5 (gallery/pt_PT-1.5-RC2.tar.gz) = 68acf721ec71ba9fa6a52c948a05c0ca -SIZE (gallery/pt_PT-1.5-RC2.tar.gz) = 127244 -MD5 (gallery/ru_RU.cp1251-1.5-RC2.tar.gz) = 8ad5647431f43b8cefcac08fa154efeb -SIZE (gallery/ru_RU.cp1251-1.5-RC2.tar.gz) = 142110 -MD5 (gallery/ru_RU.koi8r-1.5-RC2.tar.gz) = d7b5002235083796bf919c244152f380 -SIZE (gallery/ru_RU.koi8r-1.5-RC2.tar.gz) = 141462 -MD5 (gallery/sk_SK-1.5-RC2.tar.gz) = 31abfc242faab69d2dec74900bc674a0 -SIZE (gallery/sk_SK-1.5-RC2.tar.gz) = 90250 -MD5 (gallery/sl_SI-1.5-RC2.tar.gz) = 584c459d97e553b0a7b45d336c6b5b20 -SIZE (gallery/sl_SI-1.5-RC2.tar.gz) = 89788 -MD5 (gallery/sv_SE-1.5-RC2.tar.gz) = c477700e997cb00dca3d3faf5f29b1db -SIZE (gallery/sv_SE-1.5-RC2.tar.gz) = 144866 -MD5 (gallery/tr_TR-1.5-RC2.tar.gz) = cd03a96f86203f22abe57937e112d134 -SIZE (gallery/tr_TR-1.5-RC2.tar.gz) = 92485 -MD5 (gallery/vi_VN-1.5-RC2.tar.gz) = 20103bd21e2caa86533dbd616d4d7817 -SIZE (gallery/vi_VN-1.5-RC2.tar.gz) = 147463 -MD5 (gallery/zh_HK-1.5-RC2.tar.gz) = f13ebca41b53681ab481fe7a40dc5fb7 -SIZE (gallery/zh_HK-1.5-RC2.tar.gz) = 133739 -MD5 (gallery/zh_HK.utf8-1.5-RC2.tar.gz) = cf03fb5977fa0e4ff42dd380bfe919f3 -SIZE (gallery/zh_HK.utf8-1.5-RC2.tar.gz) = 139761 -MD5 (gallery/zh_TW-1.5-RC2.tar.gz) = 852f7e5564671077711f13f0fd452c84 -SIZE (gallery/zh_TW-1.5-RC2.tar.gz) = 130764 +MD5 (gallery2/gallery-2.0-full.tar.gz) = 2b0f11a494b7c18e17f333509cbb7ee8 +SIZE (gallery2/gallery-2.0-full.tar.gz) = 5431819 diff --git a/www/gallery3/pkg-descr b/www/gallery3/pkg-descr index aa86f0dc04c1..f809791ed6f8 100644 --- a/www/gallery3/pkg-descr +++ b/www/gallery3/pkg-descr @@ -1,9 +1,12 @@ -Gallery is a slick web based photo album written using PHP. Easy to install -(it includes a config wizard), it provides users with the ability to create -and maintain their own albums in the album collection via an intuitive web -interface. Photo management includes automatic thumbnail creation, image -resizing, rotation, ordering, captioning, searching and more. Albums can -have read, write and caption permissions per individual authenticated user -for an additional level of privacy. +Gallery is a web based software product that lets you manage your +photos on your own website. You must have your own website with PHP +support in order to install and use it. With Gallery you can easily +create and maintain albums of photos via an intuitive interface. Photo +management includes automatic thumbnail creation, image resizing, +rotation, ordering, captioning, searching and more. Albums can have +read, write and caption permissions per individual authenticated user +for an additional level of privacy. Give accounts to your friends and +family and let them upload and manage their own photos on your +website! WWW: http://gallery.sourceforge.net/ diff --git a/www/gallery3/pkg-message b/www/gallery3/pkg-message index 7b0efc8225b7..4cbd916dd98f 100644 --- a/www/gallery3/pkg-message +++ b/www/gallery3/pkg-message @@ -1,16 +1,27 @@ ***************************************************************** +Before using Gallery 2, you will need to configure your database. +Full instructions are available here: - Please consider adding the following 3 lines to your httpd.conf - - - AllowOverride Options FileInfo - + http://cvs.sourceforge.net/viewcvs.py/*checkout*/gallery/gallery2/README.html - Then restart apache: 'apachectl graceful' +If you are using MySQL, here's the short version of the instructions: -***************************************************************** + 1. Create a new database: + $ mysqladmin -uroot create gallery2 + + 2. Grant access to the database: + $ mysql -uroot -e"GRANT ALL ON gallery2.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" gallery2 + (choose your own values for USERNAME and PASSWORD) + +You will also need to configure Apache. Consider adding the following +to your httpd.conf: + + + AllowOverride Options FileInfo + - Please visit 'http://{host.domain}/gallery/' in a - web-browser and follow the configuration instructions. +Then restart Apache: 'apachectl graceful' +Please visit 'http://{host.domain}/%%GALLERYDIR%%/' in a +web-browser and follow the configuration instructions. ***************************************************************** diff --git a/www/gallery3/pkg-plist b/www/gallery3/pkg-plist index be6da821b88f..09ff528a137f 100644 --- a/www/gallery3/pkg-plist +++ b/www/gallery3/pkg-plist @@ -1,1058 +1,5631 @@ -%%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%%/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/Image.php -%%GALLERYDIR%%/classes/LoggedInUser.php -%%GALLERYDIR%%/classes/NobodyUser.php -%%GALLERYDIR%%/classes/User.php -%%GALLERYDIR%%/classes/UserDB.php -%%GALLERYDIR%%/classes/database/mysql/Database.php -%%GALLERYDIR%%/classes/gallery/User.php -%%GALLERYDIR%%/classes/gallery/UserDB.php -%%GALLERYDIR%%/classes/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/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/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/phpBB2/phpBB2.patch -%%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/gallery1-admin/component_menu.png -%%GALLERYDIR%%/docs/g1package/images/gallery1-admin/gallery_setup.png -%%GALLERYDIR%%/docs/g1package/images/gallery1-admin/install_from_directory.png -%%GALLERYDIR%%/docs/g1package/images/gallery1-admin/install_success.png -%%GALLERYDIR%%/docs/g1package/images/gallery1-admin/main_menu.png -%%GALLERYDIR%%/docs/g1package/images/up-up.gif -%%GALLERYDIR%%/docs/g1package/images/up.gif -%%GALLERYDIR%%/docs/g1package/index.html -%%GALLERYDIR%%/docs/g1package/preface.html -%%GALLERYDIR%%/docs/g1package/pretty-html.css -%%GALLERYDIR%%/docs/gallery1-admin.backup.html -%%GALLERYDIR%%/docs/gallery1-admin.basics.html -%%GALLERYDIR%%/docs/gallery1-admin.embedding.html -%%GALLERYDIR%%/docs/gallery1-admin.html -%%GALLERYDIR%%/docs/gallery1-admin.mirroring.html -%%GALLERYDIR%%/docs/gallery1-admin.offline.html -%%GALLERYDIR%%/docs/gallery1-admin.patching.html -%%GALLERYDIR%%/docs/gallery1-admin.securing.html -%%GALLERYDIR%%/docs/gallery1-admin.users.html -%%GALLERYDIR%%/docs/gallery1-devguide.functions.html -%%GALLERYDIR%%/docs/gallery1-devguide.html -%%GALLERYDIR%%/docs/gallery1-install.config-wizard.html -%%GALLERYDIR%%/docs/gallery1-install.credits.html -%%GALLERYDIR%%/docs/gallery1-install.faq.a.html -%%GALLERYDIR%%/docs/gallery1-install.faq.b.html -%%GALLERYDIR%%/docs/gallery1-install.faq.c.html -%%GALLERYDIR%%/docs/gallery1-install.faq.d.html -%%GALLERYDIR%%/docs/gallery1-install.faq.html -%%GALLERYDIR%%/docs/gallery1-install.features.html -%%GALLERYDIR%%/docs/gallery1-install.help.html -%%GALLERYDIR%%/docs/gallery1-install.html -%%GALLERYDIR%%/docs/gallery1-install.language-packs.html -%%GALLERYDIR%%/docs/gallery1-install.overview.html -%%GALLERYDIR%%/docs/gallery1-install.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%%/edit_appearance.php -%%GALLERYDIR%%/edit_caption.php -%%GALLERYDIR%%/edit_field.php -%%GALLERYDIR%%/edit_thumb.php -%%GALLERYDIR%%/edit_watermark.php -%%GALLERYDIR%%/errors/configure_help.php -%%GALLERYDIR%%/errors/reconfigure.php -%%GALLERYDIR%%/errors/unconfigured.php -%%GALLERYDIR%%/extra_fields.php -%%GALLERYDIR%%/gallery_remote.php -%%GALLERYDIR%%/gallery_remote2.php -%%GALLERYDIR%%/html/errorRow.inc -%%GALLERYDIR%%/html/userData.inc -%%GALLERYDIR%%/html_wrap/album.footer.default -%%GALLERYDIR%%/html_wrap/album.header.default -%%GALLERYDIR%%/html_wrap/frames/README.php -%%GALLERYDIR%%/html_wrap/frames/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/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/search.footer.default -%%GALLERYDIR%%/html_wrap/search.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%%/images/BB1.gif -%%GALLERYDIR%%/images/BL1.gif -%%GALLERYDIR%%/images/BR1.gif -%%GALLERYDIR%%/images/LL1.gif -%%GALLERYDIR%%/images/RR1.gif -%%GALLERYDIR%%/images/TL1.gif -%%GALLERYDIR%%/images/TR1.gif -%%GALLERYDIR%%/images/TT1.gif -%%GALLERYDIR%%/images/admin_delete.gif -%%GALLERYDIR%%/images/admin_hide.gif -%%GALLERYDIR%%/images/admin_highlight.gif -%%GALLERYDIR%%/images/admin_move.gif -%%GALLERYDIR%%/images/admin_rotate.gif -%%GALLERYDIR%%/images/admin_unhide.gif -%%GALLERYDIR%%/images/albumthumb_BB.gif -%%GALLERYDIR%%/images/albumthumb_BL.gif -%%GALLERYDIR%%/images/albumthumb_BR.gif -%%GALLERYDIR%%/images/albumthumb_RR.gif -%%GALLERYDIR%%/images/albumthumb_TR.gif -%%GALLERYDIR%%/images/bar.gif -%%GALLERYDIR%%/images/computer.gif -%%GALLERYDIR%%/images/donate.jpg -%%GALLERYDIR%%/images/favicon.ico -%%GALLERYDIR%%/images/g1-phpBB2-icon.png -%%GALLERYDIR%%/images/gallery-tag.png -%%GALLERYDIR%%/images/icons/1leftarrow.gif -%%GALLERYDIR%%/images/icons/1rightarrow.gif -%%GALLERYDIR%%/images/icons/2downarrow.gif -%%GALLERYDIR%%/images/icons/delete.gif -%%GALLERYDIR%%/images/icons/display.gif -%%GALLERYDIR%%/images/icons/exit.gif -%%GALLERYDIR%%/images/icons/folder_new.gif -%%GALLERYDIR%%/images/icons/frame_query.gif -%%GALLERYDIR%%/images/icons/history.gif -%%GALLERYDIR%%/images/icons/identity.gif -%%GALLERYDIR%%/images/icons/info.gif -%%GALLERYDIR%%/images/icons/kdf.gif -%%GALLERYDIR%%/images/icons/reload.gif -%%GALLERYDIR%%/images/icons/showcomment.gif -%%GALLERYDIR%%/images/icons/window_fullscreen.gif -%%GALLERYDIR%%/images/icons/window_nofullscreen.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_first.gif -%%GALLERYDIR%%/images/nav_home.gif -%%GALLERYDIR%%/images/nav_last.gif -%%GALLERYDIR%%/images/nav_next.gif -%%GALLERYDIR%%/images/nav_page.gif -%%GALLERYDIR%%/images/nav_prev.gif -%%GALLERYDIR%%/images/pixel_trans.gif -%%GALLERYDIR%%/images/simplex-bkg.gif -%%GALLERYDIR%%/images/tab_bottom.gif -%%GALLERYDIR%%/images/uploading.gif -%%GALLERYDIR%%/includes/add_photos/add_admin.inc -%%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/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/sectionTabs.js.php -%%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/ml_pulldown.inc -%%GALLERYDIR%%/layout/navigator.inc -%%GALLERYDIR%%/layout/navphoto.inc -%%GALLERYDIR%%/layout/navtablebegin.inc -%%GALLERYDIR%%/layout/navtableend.inc -%%GALLERYDIR%%/layout/navtablemiddle.inc -%%GALLERYDIR%%/layout/searchdraw.inc -%%GALLERYDIR%%/layout/watermarkform.inc -%%GALLERYDIR%%/lib/Form.php -%%GALLERYDIR%%/lib/lang.php -%%GALLERYDIR%%/lib/popup.php -%%GALLERYDIR%%/lib/url.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/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/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.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_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.txt -%%GALLERYDIR%%/po/create_po_template.sh -%%GALLERYDIR%%/po/edit_changelog.sh -%%GALLERYDIR%%/po/filelist-config -%%GALLERYDIR%%/po/filelist-core -%%GALLERYDIR%%/po/gallery-config.pot -%%GALLERYDIR%%/po/gallery-core.pot -%%GALLERYDIR%%/po/make_mo_files.sh -%%GALLERYDIR%%/po/percents.pl -%%GALLERYDIR%%/po/remove_obsolete.pl -%%GALLERYDIR%%/po/transform_fuzzy.pl -%%GALLERYDIR%%/po/update_po_files.sh -%%GALLERYDIR%%/poll_properties.php -%%GALLERYDIR%%/poll_results.php -%%GALLERYDIR%%/progress_uploading.php -%%GALLERYDIR%%/publish_xp.php -%%GALLERYDIR%%/publish_xp_docs.php -%%GALLERYDIR%%/register.php -%%GALLERYDIR%%/rename_album.php -%%GALLERYDIR%%/reset_votes.php -%%GALLERYDIR%%/resize_photo.php -%%GALLERYDIR%%/rotate_photo.php -%%GALLERYDIR%%/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/functions.inc -%%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%%/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%%/classes/database/mysql -@dirrm %%GALLERYDIR%%/classes/database -@dirrm %%GALLERYDIR%%/classes/gallery -@dirrm %%GALLERYDIR%%/classes/geeklog -@dirrm %%GALLERYDIR%%/classes/mambo -@dirrm %%GALLERYDIR%%/classes/nsnnuke -@dirrm %%GALLERYDIR%%/classes/nuke5 -@dirrm %%GALLERYDIR%%/classes/phpbb -@dirrm %%GALLERYDIR%%/classes/postnuke -@dirrm %%GALLERYDIR%%/classes/postnuke0.7.1 -@dirrm %%GALLERYDIR%%/classes/remote -@dirrm %%GALLERYDIR%%/classes -@dirrm %%GALLERYDIR%%/contrib/GeekLog -@dirrm %%GALLERYDIR%%/contrib/mambo/classes -@dirrm %%GALLERYDIR%%/contrib/mambo/images -@dirrm %%GALLERYDIR%%/contrib/mambo/includes -@dirrm %%GALLERYDIR%%/contrib/mambo -@dirrm %%GALLERYDIR%%/contrib/phpBB2 -@dirrm %%GALLERYDIR%%/contrib/phpnuke -@dirrm %%GALLERYDIR%%/contrib/postnuke -@dirrm %%GALLERYDIR%%/contrib -@dirrm %%GALLERYDIR%%/css -@dirrm %%GALLERYDIR%%/docs/context-help -@dirrm %%GALLERYDIR%%/docs/g1package/images/gallery1-admin -@dirrm %%GALLERYDIR%%/docs/g1package/images -@dirrm %%GALLERYDIR%%/docs/g1package -@dirrm %%GALLERYDIR%%/docs/images -@dirrm %%GALLERYDIR%%/docs -@dirrm %%GALLERYDIR%%/errors -@dirrm %%GALLERYDIR%%/html -@dirrm %%GALLERYDIR%%/html_wrap/frames/golden -@dirrm %%GALLERYDIR%%/html_wrap/frames/notebook -@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroid -@dirrm %%GALLERYDIR%%/html_wrap/frames/polaroids -@dirrm %%GALLERYDIR%%/html_wrap/frames/shadows -@dirrm %%GALLERYDIR%%/html_wrap/frames/simple_book -@dirrm %%GALLERYDIR%%/html_wrap/frames/wooden -@dirrm %%GALLERYDIR%%/html_wrap/frames -@dirrm %%GALLERYDIR%%/html_wrap -@dirrm %%GALLERYDIR%%/images/icons -@dirrm %%GALLERYDIR%%/images -@dirrm %%GALLERYDIR%%/includes/add_photos -@dirrm %%GALLERYDIR%%/includes/slideshow -@dirrm %%GALLERYDIR%%/includes/stats -@dirrm %%GALLERYDIR%%/includes -@dirrm %%GALLERYDIR%%/java -@dirrm %%GALLERYDIR%%/js -@dirrm %%GALLERYDIR%%/layout -@dirrm %%GALLERYDIR%%/lib -@dirrm %%NLS%%%%GALLERYDIR%%/locale/af_ZA/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/af_ZA/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/af_ZA -@dirrm %%NLS%%%%GALLERYDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/bg_BG/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/bg_BG -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ca_ES/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ca_ES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/cs_CZ.iso-8859-2 -@dirrm %%NLS%%%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/da_DK/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/da_DK -@dirrm %%NLS%%%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/de_DE/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/de_DE -@dirrm %%NLS%%%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/en_GB/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/en_GB -@dirrm %%GALLERYDIR%%/locale/en_US/flagimage -@dirrm %%GALLERYDIR%%/locale/en_US -@dirrm %%NLS%%%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/es_ES/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/es_ES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/fi_FI/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/fi_FI -@dirrm %%NLS%%%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/fr_FR/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/fr_FR -@dirrm %%NLS%%%%GALLERYDIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/gl_ES/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/gl_ES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/hu_HU/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/hu_HU -@dirrm %%NLS%%%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/is_IS/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/is_IS -@dirrm %%NLS%%%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/it_IT/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/it_IT -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ja_JP/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ja_JP -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ko_KR/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ko_KR -@dirrm %%NLS%%%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/lt_LT/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/lt_LT -@dirrm %%NLS%%%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/nl_NL/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/nl_NL -@dirrm %%NLS%%%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/no_NO/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/no_NO -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pl_PL/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pl_PL -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pt_BR/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pt_BR -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pt_PT/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/pt_PT -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ru_RU.cp1251 -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/ru_RU.koi8r -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sk_SK/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sk_SK -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sl_SI/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sl_SI -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sv_SE/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/sv_SE -@dirrm %%NLS%%%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/tr_TR/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/tr_TR -@dirrm %%NLS%%%%GALLERYDIR%%/locale/vi_VN/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/vi_VN/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/vi_VN -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_HK/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_HK/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_HK -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_HK.utf8 -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_TW/flagimage -@dirrm %%NLS%%%%GALLERYDIR%%/locale/zh_TW -@dirrm %%NLS%%%%GALLERYDIR%%/locale -@dirrm %%GALLERYDIR%%/platform -@dirrm %%GALLERYDIR%%/po -@dirrm %%GALLERYDIR%%/setup -@dirrm %%GALLERYDIR%%/skins/bars002/css -@dirrm %%GALLERYDIR%%/skins/bars002/images -@dirrm %%GALLERYDIR%%/skins/bars002 -@dirrm %%GALLERYDIR%%/skins/bblue/css -@dirrm %%GALLERYDIR%%/skins/bblue/images -@dirrm %%GALLERYDIR%%/skins/bblue -@dirrm %%GALLERYDIR%%/skins/bgreen/css -@dirrm %%GALLERYDIR%%/skins/bgreen/images -@dirrm %%GALLERYDIR%%/skins/bgreen -@dirrm %%GALLERYDIR%%/skins/bgreen2/css -@dirrm %%GALLERYDIR%%/skins/bgreen2/images -@dirrm %%GALLERYDIR%%/skins/bgreen2 -@dirrm %%GALLERYDIR%%/skins/black/css -@dirrm %%GALLERYDIR%%/skins/black/images -@dirrm %%GALLERYDIR%%/skins/black -@dirrm %%GALLERYDIR%%/skins/bluemod/css -@dirrm %%GALLERYDIR%%/skins/bluemod/images -@dirrm %%GALLERYDIR%%/skins/bluemod -@dirrm %%GALLERYDIR%%/skins/bpurple/css -@dirrm %%GALLERYDIR%%/skins/bpurple/images -@dirrm %%GALLERYDIR%%/skins/bpurple -@dirrm %%GALLERYDIR%%/skins/bred/css -@dirrm %%GALLERYDIR%%/skins/bred/images -@dirrm %%GALLERYDIR%%/skins/bred -@dirrm %%GALLERYDIR%%/skins/bubbles/css -@dirrm %%GALLERYDIR%%/skins/bubbles/images -@dirrm %%GALLERYDIR%%/skins/bubbles -@dirrm %%GALLERYDIR%%/skins/butterfly_green/css -@dirrm %%GALLERYDIR%%/skins/butterfly_green/images -@dirrm %%GALLERYDIR%%/skins/butterfly_green -@dirrm %%GALLERYDIR%%/skins/greenpurple/css -@dirrm %%GALLERYDIR%%/skins/greenpurple/images -@dirrm %%GALLERYDIR%%/skins/greenpurple -@dirrm %%GALLERYDIR%%/skins/hotred/css -@dirrm %%GALLERYDIR%%/skins/hotred/images -@dirrm %%GALLERYDIR%%/skins/hotred -@dirrm %%GALLERYDIR%%/skins/jenskin/css -@dirrm %%GALLERYDIR%%/skins/jenskin/images -@dirrm %%GALLERYDIR%%/skins/jenskin -@dirrm %%GALLERYDIR%%/skins/lilac/css -@dirrm %%GALLERYDIR%%/skins/lilac/images -@dirrm %%GALLERYDIR%%/skins/lilac -@dirrm %%GALLERYDIR%%/skins/madmod1/css -@dirrm %%GALLERYDIR%%/skins/madmod1/images -@dirrm %%GALLERYDIR%%/skins/madmod1/tpl -@dirrm %%GALLERYDIR%%/skins/madmod1 -@dirrm %%GALLERYDIR%%/skins/paint/css -@dirrm %%GALLERYDIR%%/skins/paint/images -@dirrm %%GALLERYDIR%%/skins/paint -@dirrm %%GALLERYDIR%%/skins/redmarble/css -@dirrm %%GALLERYDIR%%/skins/redmarble/images -@dirrm %%GALLERYDIR%%/skins/redmarble -@dirrm %%GALLERYDIR%%/skins/slick/css -@dirrm %%GALLERYDIR%%/skins/slick/images -@dirrm %%GALLERYDIR%%/skins/slick -@dirrm %%GALLERYDIR%%/skins/suit/css -@dirrm %%GALLERYDIR%%/skins/suit/images -@dirrm %%GALLERYDIR%%/skins/suit -@dirrm %%GALLERYDIR%%/skins/white1/css -@dirrm %%GALLERYDIR%%/skins/white1/images -@dirrm %%GALLERYDIR%%/skins/white1 -@dirrm %%GALLERYDIR%%/skins/yellow/css -@dirrm %%GALLERYDIR%%/skins/yellow/images -@dirrm %%GALLERYDIR%%/skins/yellow -@dirrm %%GALLERYDIR%%/skins -@dirrm %%GALLERYDIR%%/tools/include -@dirrm %%GALLERYDIR%%/tools +%%GALLERY2DIR%%/LICENSE +%%GALLERY2DIR%%/MANIFEST +%%GALLERY2DIR%%/README.html +%%GALLERY2DIR%%/bootstrap.inc +%%GALLERY2DIR%%/docs/DEVELOPER_GUIDELINES +%%GALLERY2DIR%%/docs/EMBEDDING +%%GALLERY2DIR%%/docs/LOCALIZING +%%GALLERY2DIR%%/embed.php +%%GALLERY2DIR%%/images/g2Logo.gif +%%GALLERY2DIR%%/images/gallery.gif +%%GALLERY2DIR%%/images/galleryLogo_sm.gif +%%GALLERY2DIR%%/images/galleryLogo_sm.png +%%GALLERY2DIR%%/images/xhtml10.png +%%GALLERY2DIR%%/index.php +%%GALLERY2DIR%%/init.inc +%%GALLERY2DIR%%/install/images/background.png +%%GALLERY2DIR%%/install/images/g2Logo_install_head.png +%%GALLERY2DIR%%/install/GalleryStub.class +%%GALLERY2DIR%%/install/InstallStep.class +%%GALLERY2DIR%%/install/config.php-template +%%GALLERY2DIR%%/install/index.php +%%GALLERY2DIR%%/install/locale/bg_BG/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/cs_CZ/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/de_DE/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/fr_FR/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/it_IT/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/ja_JP/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/nl_NL/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/sr_YU/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/tr_TR/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/vi_VN/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/locale/zh_TW/LC_MESSAGES/gallery2_install.mo +%%GALLERY2DIR%%/install/po/GNUmakefile +%%GALLERY2DIR%%/install/po/bg_BG.po +%%GALLERY2DIR%%/install/po/cs_CZ.po +%%GALLERY2DIR%%/install/po/de_DE.po +%%GALLERY2DIR%%/install/po/fr_FR.po +%%GALLERY2DIR%%/install/po/it_IT.po +%%GALLERY2DIR%%/install/po/ja_JP.po +%%GALLERY2DIR%%/install/po/nl_NL.po +%%GALLERY2DIR%%/install/po/sr_YU.po +%%GALLERY2DIR%%/install/po/strings.raw +%%GALLERY2DIR%%/install/po/tr_TR.po +%%GALLERY2DIR%%/install/po/vi_VN.po +%%GALLERY2DIR%%/install/po/zh_TW.po +%%GALLERY2DIR%%/install/steps/AdminUserSetupStep.class +%%GALLERY2DIR%%/install/steps/AuthenticateStep.class +%%GALLERY2DIR%%/install/steps/CreateConfigFileStep.class +%%GALLERY2DIR%%/install/steps/DatabaseSetupStep.class +%%GALLERY2DIR%%/install/steps/FinishedStep.class +%%GALLERY2DIR%%/install/steps/InstallCoreModuleStep.class +%%GALLERY2DIR%%/install/steps/InstallOtherModulesStep.class +%%GALLERY2DIR%%/install/steps/MultisiteStep.class +%%GALLERY2DIR%%/install/steps/SecureStep.class +%%GALLERY2DIR%%/install/steps/StorageSetupStep.class +%%GALLERY2DIR%%/install/steps/SystemChecksStep.class +%%GALLERY2DIR%%/install/steps/WelcomeStep.class +%%GALLERY2DIR%%/install/styles/style.css +%%GALLERY2DIR%%/install/templates/AdminUserSetupRequest.html +%%GALLERY2DIR%%/install/templates/AdminUserSetupSuccess.html +%%GALLERY2DIR%%/install/templates/AuthenticateRequest.html +%%GALLERY2DIR%%/install/templates/AuthenticateSuccessful.html +%%GALLERY2DIR%%/install/templates/CleanInstallRequest.html +%%GALLERY2DIR%%/install/templates/CreateConfigFileFailed.html +%%GALLERY2DIR%%/install/templates/CreateConfigFileInstructions.html +%%GALLERY2DIR%%/install/templates/CreateConfigFileSuccess.html +%%GALLERY2DIR%%/install/templates/DatabaseSetupRequest.html +%%GALLERY2DIR%%/install/templates/DatabaseSetupSuccess.html +%%GALLERY2DIR%%/install/templates/Finished.html +%%GALLERY2DIR%%/install/templates/InstallCoreModule.html +%%GALLERY2DIR%%/install/templates/InstallCoreModuleError.html +%%GALLERY2DIR%%/install/templates/MainPage.html +%%GALLERY2DIR%%/install/templates/InstallCoreModuleSuccess.html +%%GALLERY2DIR%%/install/templates/InstallOtherModulesRequest.html +%%GALLERY2DIR%%/install/templates/InstallOtherModulesSuccess.html +%%GALLERY2DIR%%/install/templates/ManifestSystemCheck.html +%%GALLERY2DIR%%/install/templates/Multisite.html +%%GALLERY2DIR%%/install/templates/MultisiteSuccess.html +%%GALLERY2DIR%%/install/templates/Secure.html +%%GALLERY2DIR%%/install/templates/StorageSetupRequest.html +%%GALLERY2DIR%%/install/templates/StorageSetupSuccess.html +%%GALLERY2DIR%%/install/templates/SystemChecks.html +%%GALLERY2DIR%%/install/templates/VersionCheckFailed.html +%%GALLERY2DIR%%/install/templates/Welcome.html +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-mysql.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-mysqli.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-mysqlt.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-oci8.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-oci805.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-oci8po.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-oracle.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-postgres.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-postgres64.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-postgres7.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-sqlite.inc.php +%%GALLERY2DIR%%/lib/adodb/drivers/adodb-sqlitepo.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb-error.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb-iterator.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb-lib.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb-perf.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb-php4.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb-time.inc.php +%%GALLERY2DIR%%/lib/adodb/adodb.inc.php +%%GALLERY2DIR%%/lib/adodb/license.txt +%%GALLERY2DIR%%/lib/adodb/readme.txt +%%GALLERY2DIR%%/lib/adodb/tohtml.inc.php +%%GALLERY2DIR%%/lib/adodb/perf/perf-mysql.inc.php +%%GALLERY2DIR%%/lib/adodb/perf/perf-oci8.inc.php +%%GALLERY2DIR%%/lib/adodb/perf/perf-postgres.inc.php +%%GALLERY2DIR%%/lib/bbcode/bbcode.class +%%GALLERY2DIR%%/lib/bbcode/README +%%GALLERY2DIR%%/lib/javascript/AutoComplete.js +%%GALLERY2DIR%%/lib/javascript/BlockSelectWidget.js +%%GALLERY2DIR%%/lib/javascript/BlockToggle.js +%%GALLERY2DIR%%/lib/javascript/XmlHttp.js +%%GALLERY2DIR%%/lib/smarty/COPYING.lib +%%GALLERY2DIR%%/lib/smarty/Config_File.class.php +%%GALLERY2DIR%%/lib/smarty/README +%%GALLERY2DIR%%/lib/smarty/Smarty.class.php +%%GALLERY2DIR%%/lib/smarty/Smarty_Compiler.class.php +%%GALLERY2DIR%%/lib/smarty/debug.tpl +%%GALLERY2DIR%%/lib/smarty/internals/core.assemble_plugin_filepath.php +%%GALLERY2DIR%%/lib/smarty/internals/core.assign_smarty_interface.php +%%GALLERY2DIR%%/lib/smarty/internals/core.create_dir_structure.php +%%GALLERY2DIR%%/lib/smarty/internals/core.display_debug_console.php +%%GALLERY2DIR%%/lib/smarty/internals/core.get_include_path.php +%%GALLERY2DIR%%/lib/smarty/internals/core.get_microtime.php +%%GALLERY2DIR%%/lib/smarty/internals/core.get_php_resource.php +%%GALLERY2DIR%%/lib/smarty/internals/core.is_secure.php +%%GALLERY2DIR%%/lib/smarty/internals/core.is_trusted.php +%%GALLERY2DIR%%/lib/smarty/internals/core.load_plugins.php +%%GALLERY2DIR%%/lib/smarty/internals/core.load_resource_plugin.php +%%GALLERY2DIR%%/lib/smarty/internals/core.process_cached_inserts.php +%%GALLERY2DIR%%/lib/smarty/internals/core.process_compiled_include.php +%%GALLERY2DIR%%/lib/smarty/internals/core.read_cache_file.php +%%GALLERY2DIR%%/lib/smarty/internals/core.rm_auto.php +%%GALLERY2DIR%%/lib/smarty/internals/core.rmdir.php +%%GALLERY2DIR%%/lib/smarty/internals/core.run_insert_handler.php +%%GALLERY2DIR%%/lib/smarty/internals/core.smarty_include_php.php +%%GALLERY2DIR%%/lib/smarty/internals/core.write_cache_file.php +%%GALLERY2DIR%%/lib/smarty/internals/core.write_compiled_include.php +%%GALLERY2DIR%%/lib/smarty/internals/core.write_compiled_resource.php +%%GALLERY2DIR%%/lib/smarty/internals/core.write_file.php +%%GALLERY2DIR%%/lib/smarty/plugins/block.textformat.php +%%GALLERY2DIR%%/lib/smarty/plugins/compiler.assign.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.assign_debug_info.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.config_load.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.counter.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.cycle.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.debug.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.eval.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.fetch.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_checkboxes.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_image.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_options.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_radios.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_select_date.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_select_time.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.html_table.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.mailto.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.math.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.popup.php +%%GALLERY2DIR%%/lib/smarty/plugins/function.popup_init.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.capitalize.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.cat.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.count_characters.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.count_paragraphs.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.count_sentences.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.count_words.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.date_format.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.debug_print_var.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.default.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.escape.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.indent.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.lower.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.nl2br.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.regex_replace.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.replace.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.spacify.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.string_format.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.strip.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.strip_tags.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.truncate.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.upper.php +%%GALLERY2DIR%%/lib/smarty/plugins/modifier.wordwrap.php +%%GALLERY2DIR%%/lib/smarty/plugins/outputfilter.trimwhitespace.php +%%GALLERY2DIR%%/lib/smarty/plugins/shared.escape_special_chars.php +%%GALLERY2DIR%%/lib/smarty/plugins/shared.make_timestamp.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.entitytruncate.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.ireplace.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.markup.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.print_r.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.repeat.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.split.php +%%GALLERY2DIR%%/lib/smarty_plugins/modifier.utf8.php +%%GALLERY2DIR%%/lib/smtp/smtp.php +%%GALLERY2DIR%%/lib/support/cache.php +%%GALLERY2DIR%%/lib/support/gd.php +%%GALLERY2DIR%%/lib/support/index.php +%%GALLERY2DIR%%/lib/support/phpinfo.php +%%GALLERY2DIR%%/lib/support/security.inc +%%GALLERY2DIR%%/lib/support/support.css +%%GALLERY2DIR%%/lib/wz_dragdrop/transparentpixel.gif +%%GALLERY2DIR%%/lib/wz_dragdrop/wz_dragdrop.js +%%GALLERY2DIR%%/main.php +%%GALLERY2DIR%%/modules/albumselect/images/base.gif +%%GALLERY2DIR%%/modules/albumselect/images/empty.gif +%%GALLERY2DIR%%/modules/albumselect/images/folder.gif +%%GALLERY2DIR%%/modules/albumselect/images/folderopen.gif +%%GALLERY2DIR%%/modules/albumselect/images/imgfolder.gif +%%GALLERY2DIR%%/modules/albumselect/images/join.gif +%%GALLERY2DIR%%/modules/albumselect/images/joinbottom.gif +%%GALLERY2DIR%%/modules/albumselect/images/line.gif +%%GALLERY2DIR%%/modules/albumselect/images/minus.gif +%%GALLERY2DIR%%/modules/albumselect/images/minusbottom.gif +%%GALLERY2DIR%%/modules/albumselect/images/nolines_minus.gif +%%GALLERY2DIR%%/modules/albumselect/images/nolines_plus.gif +%%GALLERY2DIR%%/modules/albumselect/images/plus.gif +%%GALLERY2DIR%%/modules/albumselect/images/plusbottom.gif +%%GALLERY2DIR%%/modules/albumselect/AlbumSelectSiteAdmin.inc +%%GALLERY2DIR%%/modules/albumselect/Callbacks.inc +%%GALLERY2DIR%%/modules/albumselect/MANIFEST +%%GALLERY2DIR%%/modules/albumselect/Preloads.inc +%%GALLERY2DIR%%/modules/albumselect/dtree.css +%%GALLERY2DIR%%/modules/albumselect/dtree.js +%%GALLERY2DIR%%/modules/albumselect/module.inc +%%GALLERY2DIR%%/modules/albumselect/locale/bg_BG/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/cs_CZ/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/da_DK/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/de_DE/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/fr_FR/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/hu_HU/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/is_IS/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/it_IT/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/nl_NL/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/no_NO/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/ru_RU/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/sr_YU/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/sv_SE/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/tr_TR/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/vi_VN/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/zh_CN/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/locale/zh_TW/LC_MESSAGES/modules_albumselect.mo +%%GALLERY2DIR%%/modules/albumselect/po/GNUmakefile +%%GALLERY2DIR%%/modules/albumselect/po/bg_BG.po +%%GALLERY2DIR%%/modules/albumselect/po/cs_CZ.po +%%GALLERY2DIR%%/modules/albumselect/po/da_DK.po +%%GALLERY2DIR%%/modules/albumselect/po/de_DE.po +%%GALLERY2DIR%%/modules/albumselect/po/fr_FR.po +%%GALLERY2DIR%%/modules/albumselect/po/hu_HU.po +%%GALLERY2DIR%%/modules/albumselect/po/is_IS.po +%%GALLERY2DIR%%/modules/albumselect/po/it_IT.po +%%GALLERY2DIR%%/modules/albumselect/po/nl_NL.po +%%GALLERY2DIR%%/modules/albumselect/po/no_NO.po +%%GALLERY2DIR%%/modules/albumselect/po/ru_RU.po +%%GALLERY2DIR%%/modules/albumselect/po/sr_YU.po +%%GALLERY2DIR%%/modules/albumselect/po/strings.raw +%%GALLERY2DIR%%/modules/albumselect/po/sv_SE.po +%%GALLERY2DIR%%/modules/albumselect/po/tr_TR.po +%%GALLERY2DIR%%/modules/albumselect/po/vi_VN.po +%%GALLERY2DIR%%/modules/albumselect/po/zh_CN.po +%%GALLERY2DIR%%/modules/albumselect/po/zh_TW.po +%%GALLERY2DIR%%/modules/albumselect/templates/blocks/AlbumSelect.tpl +%%GALLERY2DIR%%/modules/albumselect/templates/blocks/AlbumTree.tpl +%%GALLERY2DIR%%/modules/albumselect/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/albumselect/templates/AlbumSelectSiteAdmin.tpl +%%GALLERY2DIR%%/modules/archiveupload/classes/ArchiveExtractToolkit.class +%%GALLERY2DIR%%/modules/archiveupload/classes/ArchiveUploadHelper.class +%%GALLERY2DIR%%/modules/archiveupload/ArchiveUploadSiteAdmin.inc +%%GALLERY2DIR%%/modules/archiveupload/MANIFEST +%%GALLERY2DIR%%/modules/archiveupload/module.inc +%%GALLERY2DIR%%/modules/archiveupload/data/test.zip +%%GALLERY2DIR%%/modules/archiveupload/locale/bg_BG/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/cs_CZ/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/da_DK/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/de_DE/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/fr_FR/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/hu_HU/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/is_IS/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/it_IT/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/nl_NL/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/no_NO/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/ru_RU/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/sr_YU/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/sv_SE/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/tr_TR/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/vi_VN/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/zh_CN/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/locale/zh_TW/LC_MESSAGES/modules_archiveupload.mo +%%GALLERY2DIR%%/modules/archiveupload/po/GNUmakefile +%%GALLERY2DIR%%/modules/archiveupload/po/bg_BG.po +%%GALLERY2DIR%%/modules/archiveupload/po/cs_CZ.po +%%GALLERY2DIR%%/modules/archiveupload/po/da_DK.po +%%GALLERY2DIR%%/modules/archiveupload/po/de_DE.po +%%GALLERY2DIR%%/modules/archiveupload/po/fr_FR.po +%%GALLERY2DIR%%/modules/archiveupload/po/hu_HU.po +%%GALLERY2DIR%%/modules/archiveupload/po/is_IS.po +%%GALLERY2DIR%%/modules/archiveupload/po/it_IT.po +%%GALLERY2DIR%%/modules/archiveupload/po/nl_NL.po +%%GALLERY2DIR%%/modules/archiveupload/po/no_NO.po +%%GALLERY2DIR%%/modules/archiveupload/po/ru_RU.po +%%GALLERY2DIR%%/modules/archiveupload/po/sr_YU.po +%%GALLERY2DIR%%/modules/archiveupload/po/strings.raw +%%GALLERY2DIR%%/modules/archiveupload/po/sv_SE.po +%%GALLERY2DIR%%/modules/archiveupload/po/tr_TR.po +%%GALLERY2DIR%%/modules/archiveupload/po/vi_VN.po +%%GALLERY2DIR%%/modules/archiveupload/po/zh_CN.po +%%GALLERY2DIR%%/modules/archiveupload/po/zh_TW.po +%%GALLERY2DIR%%/modules/archiveupload/templates/ArchiveUploadSiteAdmin.tpl +%%GALLERY2DIR%%/modules/captcha/classes/CaptchaHelper.class +%%GALLERY2DIR%%/modules/captcha/CaptchaConfigAdmin.inc +%%GALLERY2DIR%%/modules/captcha/CaptchaImage.inc +%%GALLERY2DIR%%/modules/captcha/CaptchaSiteAdmin.inc +%%GALLERY2DIR%%/modules/captcha/CaptchaValidationPlugin.inc +%%GALLERY2DIR%%/modules/captcha/MANIFEST +%%GALLERY2DIR%%/modules/captcha/module.inc +%%GALLERY2DIR%%/modules/captcha/data/code_bg.jpg +%%GALLERY2DIR%%/modules/captcha/locale/bg_BG/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/cs_CZ/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/da_DK/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/de_DE/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/fr_FR/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/it_IT/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/nl_NL/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/ru_RU/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/sr_YU/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/tr_TR/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/vi_VN/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/locale/zh_TW/LC_MESSAGES/modules_captcha.mo +%%GALLERY2DIR%%/modules/captcha/po/GNUmakefile +%%GALLERY2DIR%%/modules/captcha/po/bg_BG.po +%%GALLERY2DIR%%/modules/captcha/po/cs_CZ.po +%%GALLERY2DIR%%/modules/captcha/po/da_DK.po +%%GALLERY2DIR%%/modules/captcha/po/de_DE.po +%%GALLERY2DIR%%/modules/captcha/po/fr_FR.po +%%GALLERY2DIR%%/modules/captcha/po/it_IT.po +%%GALLERY2DIR%%/modules/captcha/po/nl_NL.po +%%GALLERY2DIR%%/modules/captcha/po/ru_RU.po +%%GALLERY2DIR%%/modules/captcha/po/sr_YU.po +%%GALLERY2DIR%%/modules/captcha/po/strings.raw +%%GALLERY2DIR%%/modules/captcha/po/tr_TR.po +%%GALLERY2DIR%%/modules/captcha/po/vi_VN.po +%%GALLERY2DIR%%/modules/captcha/po/zh_TW.po +%%GALLERY2DIR%%/modules/captcha/templates/CaptchaConfigAdmin.tpl +%%GALLERY2DIR%%/modules/captcha/templates/CaptchaSiteAdmin.tpl +%%GALLERY2DIR%%/modules/captcha/templates/CaptchaValidationPlugin.tpl +%%GALLERY2DIR%%/modules/cart/classes/CartHelper.class +%%GALLERY2DIR%%/modules/cart/classes/CartPluginInterface_1_0.class +%%GALLERY2DIR%%/modules/cart/AddToCart.inc +%%GALLERY2DIR%%/modules/cart/Callbacks.inc +%%GALLERY2DIR%%/modules/cart/MANIFEST +%%GALLERY2DIR%%/modules/cart/ModifyCart.inc +%%GALLERY2DIR%%/modules/cart/ViewCart.inc +%%GALLERY2DIR%%/modules/cart/module.inc +%%GALLERY2DIR%%/modules/cart/locale/bg_BG/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/cs_CZ/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/da_DK/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/de_DE/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/fr_FR/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/ga_IE/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/hu_HU/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/is_IS/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/it_IT/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/nl_NL/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/no_NO/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/pt_BR/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/ru_RU/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/sr_YU/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/sv_SE/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/tr_TR/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/vi_VN/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/zh_CN/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/locale/zh_TW/LC_MESSAGES/modules_cart.mo +%%GALLERY2DIR%%/modules/cart/po/GNUmakefile +%%GALLERY2DIR%%/modules/cart/po/bg_BG.po +%%GALLERY2DIR%%/modules/cart/po/cs_CZ.po +%%GALLERY2DIR%%/modules/cart/po/da_DK.po +%%GALLERY2DIR%%/modules/cart/po/de_DE.po +%%GALLERY2DIR%%/modules/cart/po/fr_FR.po +%%GALLERY2DIR%%/modules/cart/po/ga_IE.po +%%GALLERY2DIR%%/modules/cart/po/hu_HU.po +%%GALLERY2DIR%%/modules/cart/po/is_IS.po +%%GALLERY2DIR%%/modules/cart/po/it_IT.po +%%GALLERY2DIR%%/modules/cart/po/nl_NL.po +%%GALLERY2DIR%%/modules/cart/po/no_NO.po +%%GALLERY2DIR%%/modules/cart/po/pt_BR.po +%%GALLERY2DIR%%/modules/cart/po/ru_RU.po +%%GALLERY2DIR%%/modules/cart/po/sr_YU.po +%%GALLERY2DIR%%/modules/cart/po/strings.raw +%%GALLERY2DIR%%/modules/cart/po/sv_SE.po +%%GALLERY2DIR%%/modules/cart/po/tr_TR.po +%%GALLERY2DIR%%/modules/cart/po/vi_VN.po +%%GALLERY2DIR%%/modules/cart/po/zh_CN.po +%%GALLERY2DIR%%/modules/cart/po/zh_TW.po +%%GALLERY2DIR%%/modules/cart/templates/blocks/ShowCart.tpl +%%GALLERY2DIR%%/modules/cart/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/cart/templates/ViewCart.tpl +%%GALLERY2DIR%%/modules/colorpack/classes/ColorPackImpl.class +%%GALLERY2DIR%%/modules/colorpack/classes/ColorPackInterface_1_0.class +%%GALLERY2DIR%%/modules/colorpack/MANIFEST +%%GALLERY2DIR%%/modules/colorpack/module.inc +%%GALLERY2DIR%%/modules/colorpack/locale/bg_BG/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/cs_CZ/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/da_DK/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/de_DE/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/fr_FR/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/it_IT/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/nl_NL/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/ru_RU/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/sr_YU/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/tr_TR/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/locale/zh_TW/LC_MESSAGES/modules_colorpack.mo +%%GALLERY2DIR%%/modules/colorpack/packs/black/color.css +%%GALLERY2DIR%%/modules/colorpack/packs/blue/color.css +%%GALLERY2DIR%%/modules/colorpack/packs/bluebottle/color.css +%%GALLERY2DIR%%/modules/colorpack/packs/deepsea/color.css +%%GALLERY2DIR%%/modules/colorpack/packs/goldleaf/color.css +%%GALLERY2DIR%%/modules/colorpack/po/GNUmakefile +%%GALLERY2DIR%%/modules/colorpack/po/bg_BG.po +%%GALLERY2DIR%%/modules/colorpack/po/cs_CZ.po +%%GALLERY2DIR%%/modules/colorpack/po/da_DK.po +%%GALLERY2DIR%%/modules/colorpack/po/de_DE.po +%%GALLERY2DIR%%/modules/colorpack/po/fr_FR.po +%%GALLERY2DIR%%/modules/colorpack/po/it_IT.po +%%GALLERY2DIR%%/modules/colorpack/po/nl_NL.po +%%GALLERY2DIR%%/modules/colorpack/po/ru_RU.po +%%GALLERY2DIR%%/modules/colorpack/po/sr_YU.po +%%GALLERY2DIR%%/modules/colorpack/po/strings.raw +%%GALLERY2DIR%%/modules/colorpack/po/tr_TR.po +%%GALLERY2DIR%%/modules/colorpack/po/zh_TW.po +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryComment.sql +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryComment.sql +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryComment.sql +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/GalleryComment.class +%%GALLERY2DIR%%/modules/comment/classes/GalleryCommentHelper.class +%%GALLERY2DIR%%/modules/comment/classes/GalleryCommentSearch.class +%%GALLERY2DIR%%/modules/comment/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/comment/classes/interfaces/GalleryComment.inc +%%GALLERY2DIR%%/modules/comment/AddComment.inc +%%GALLERY2DIR%%/modules/comment/Callbacks.inc +%%GALLERY2DIR%%/modules/comment/CommentChangeConfirmation.inc +%%GALLERY2DIR%%/modules/comment/DeleteComment.inc +%%GALLERY2DIR%%/modules/comment/EditComment.inc +%%GALLERY2DIR%%/modules/comment/MANIFEST +%%GALLERY2DIR%%/modules/comment/ShowComments.inc +%%GALLERY2DIR%%/modules/comment/module.inc +%%GALLERY2DIR%%/modules/comment/locale/ar_SA/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/bg_BG/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/cs_CZ/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/da_DK/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/de_DE/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/el_GR/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/en_GB/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/es_AR/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/es_MX/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/fi_FI/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/fr_FR/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/ga_IE/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/he_IL/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/hu_HU/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/is_IS/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/it_IT/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/ja_JP/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/nl_NL/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/no_NO/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/pl_PL/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/pt_BR/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/pt_PT/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/ru_RU/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/sr_YU/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/sv_SE/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/tr_TR/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/vi_VN/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/zh_CN/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/locale/zh_TW/LC_MESSAGES/modules_comment.mo +%%GALLERY2DIR%%/modules/comment/po/GNUmakefile +%%GALLERY2DIR%%/modules/comment/po/ar_SA.po +%%GALLERY2DIR%%/modules/comment/po/bg_BG.po +%%GALLERY2DIR%%/modules/comment/po/cs_CZ.po +%%GALLERY2DIR%%/modules/comment/po/da_DK.po +%%GALLERY2DIR%%/modules/comment/po/de_DE.po +%%GALLERY2DIR%%/modules/comment/po/el_GR.po +%%GALLERY2DIR%%/modules/comment/po/en_GB.po +%%GALLERY2DIR%%/modules/comment/po/es_AR.po +%%GALLERY2DIR%%/modules/comment/po/es_MX.po +%%GALLERY2DIR%%/modules/comment/po/fi_FI.po +%%GALLERY2DIR%%/modules/comment/po/fr_FR.po +%%GALLERY2DIR%%/modules/comment/po/ga_IE.po +%%GALLERY2DIR%%/modules/comment/po/he_IL.po +%%GALLERY2DIR%%/modules/comment/po/hu_HU.po +%%GALLERY2DIR%%/modules/comment/po/is_IS.po +%%GALLERY2DIR%%/modules/comment/po/it_IT.po +%%GALLERY2DIR%%/modules/comment/po/ja_JP.po +%%GALLERY2DIR%%/modules/comment/po/nl_NL.po +%%GALLERY2DIR%%/modules/comment/po/no_NO.po +%%GALLERY2DIR%%/modules/comment/po/pl_PL.po +%%GALLERY2DIR%%/modules/comment/po/pt_BR.po +%%GALLERY2DIR%%/modules/comment/po/pt_PT.po +%%GALLERY2DIR%%/modules/comment/po/ru_RU.po +%%GALLERY2DIR%%/modules/comment/po/sr_YU.po +%%GALLERY2DIR%%/modules/comment/po/strings.raw +%%GALLERY2DIR%%/modules/comment/po/sv_SE.po +%%GALLERY2DIR%%/modules/comment/po/tr_TR.po +%%GALLERY2DIR%%/modules/comment/po/vi_VN.po +%%GALLERY2DIR%%/modules/comment/po/zh_CN.po +%%GALLERY2DIR%%/modules/comment/po/zh_TW.po +%%GALLERY2DIR%%/modules/comment/templates/blocks/ViewComments.tpl +%%GALLERY2DIR%%/modules/comment/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/comment/templates/AddComment.tpl +%%GALLERY2DIR%%/modules/comment/templates/Comment.tpl +%%GALLERY2DIR%%/modules/comment/templates/CommentChangeConfirmation.tpl +%%GALLERY2DIR%%/modules/comment/templates/DeleteComment.tpl +%%GALLERY2DIR%%/modules/comment/templates/EditComment.tpl +%%GALLERY2DIR%%/modules/comment/templates/ShowComments.tpl +%%GALLERY2DIR%%/modules/core/classes/GalleryPlatform/UnixPlatform.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPlatform/WinNtPlatform.class +%%GALLERY2DIR%%/modules/core/classes/BuildDerivativesTask.class +%%GALLERY2DIR%%/modules/core/classes/DatabaseLockSystem.class +%%GALLERY2DIR%%/modules/core/classes/ExternalIdMap.class +%%GALLERY2DIR%%/modules/core/classes/FlockLockSystem.class +%%GALLERY2DIR%%/modules/core/classes/FlushDatabaseCacheTask.class +%%GALLERY2DIR%%/modules/core/classes/FlushTemplatesTask.class +%%GALLERY2DIR%%/modules/core/classes/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/Gallery.class +%%GALLERY2DIR%%/modules/core/classes/GalleryAccessMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryAccessSubscriberMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryAlbumItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryAnimationItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryCapabilities.class +%%GALLERY2DIR%%/modules/core/classes/GalleryConstants.class +%%GALLERY2DIR%%/modules/core/classes/GalleryChildEntity.class +%%GALLERY2DIR%%/modules/core/classes/GalleryController.class +%%GALLERY2DIR%%/modules/core/classes/GalleryCoreApi.class +%%GALLERY2DIR%%/modules/core/classes/GalleryCoreSearch.class +%%GALLERY2DIR%%/modules/core/classes/GalleryDataCache.class +%%GALLERY2DIR%%/modules/core/classes/GalleryDataItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryDerivative.class +%%GALLERY2DIR%%/modules/core/classes/GalleryDerivativeImage.class +%%GALLERY2DIR%%/modules/core/classes/GalleryDerivativePreferencesMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryDescendentCountsMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryEmbed.class +%%GALLERY2DIR%%/modules/core/classes/GalleryEntity.class +%%GALLERY2DIR%%/modules/core/classes/GalleryEvent.class +%%GALLERY2DIR%%/modules/core/classes/GalleryEventListener.class +%%GALLERY2DIR%%/modules/core/classes/GalleryFactoryMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryFileSystemEntity.class +%%GALLERY2DIR%%/modules/core/classes/GalleryGroup.class +%%GALLERY2DIR%%/modules/core/classes/GalleryItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryItemAttributesMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryLockSystem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryMaintenanceMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryMimeTypeMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryModule.class +%%GALLERY2DIR%%/modules/core/classes/GalleryMovieItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPermissionSetMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPersistent.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPhotoItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPhpVm.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPlatform.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPlugin.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryCharsetHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryCharsetHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryChildEntityHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryDerivativeHelper_advanced.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryDerivativeHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryDerivativeHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryEntityHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryEntityHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryEventHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryFactoryHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/MailHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryFactoryHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryFileSystemEntityHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryFileSystemEntityHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryGroupHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryItemAttributesHelper_advanced.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryItemAttributesHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryItemAttributesHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryItemHelper_advanced.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryItemHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryItemHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryLockHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryMimeTypeHelper_advanced.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryMimeTypeHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryPermissionHelper_advanced.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryPermissionHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryPermissionHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryPluginHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryPluginHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryToolkitHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryToolkitHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryUserGroupHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryUserGroupHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryUserHelper_medium.class +%%GALLERY2DIR%%/modules/core/classes/helpers/GalleryUserHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/MaintenanceHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/UserRecoverPasswordHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/helpers/WebHelper_simple.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPluginMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryPluginParameterMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryRecoverPasswordMap.class +%%GALLERY2DIR%%/modules/core/classes/GallerySearchResults.class +%%GALLERY2DIR%%/modules/core/classes/GallerySession.class +%%GALLERY2DIR%%/modules/core/classes/GallerySmarty.class +%%GALLERY2DIR%%/modules/core/classes/GallerySortInterface_1_1.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStatus.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage.class +%%GALLERY2DIR%%/modules/core/classes/GalleryTemplate.class +%%GALLERY2DIR%%/modules/core/classes/GalleryTemplateAdapter.class +%%GALLERY2DIR%%/modules/core/classes/GalleryTheme.class +%%GALLERY2DIR%%/modules/core/classes/GalleryToolkit.class +%%GALLERY2DIR%%/modules/core/classes/GalleryToolkitOperationMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryUser.class +%%GALLERY2DIR%%/modules/core/classes/GalleryToolkitOperationMimeTypeMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryToolkitOperationParameterMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryToolkitPropertyMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryToolkitPropertyMimeTypeMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryTranslator.class +%%GALLERY2DIR%%/modules/core/classes/GalleryUnknownItem.class +%%GALLERY2DIR%%/modules/core/classes/GalleryUrlGenerator.class +%%GALLERY2DIR%%/modules/core/classes/GalleryUserGroupMap.class +%%GALLERY2DIR%%/modules/core/classes/GalleryUtilities.class +%%GALLERY2DIR%%/modules/core/classes/GalleryValidationPlugin.class +%%GALLERY2DIR%%/modules/core/classes/GalleryView.class +%%GALLERY2DIR%%/modules/core/classes/OptimizeDatabaseTask.class +%%GALLERY2DIR%%/modules/core/classes/ResetViewCountsTask.class +%%GALLERY2DIR%%/modules/core/classes/SetOriginationTimestampTask.class +%%GALLERY2DIR%%/modules/core/classes/SystemInfoTask.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryAlbumItem_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryDerivative_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryEntity_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryGroup_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryItem_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryPluginMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryPluginParameterMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_GalleryPluginParameterMap_1.1.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/ExternalIdMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryAccessMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryAccessSubscriberMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryAlbumItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryAnimationItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryChildEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryDataItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryDerivative.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryDerivativeImage.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryDerivativePreferencesMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryDescendentCountsMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryFactoryMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryFileSystemEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryGroup.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryItemAttributesMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryMaintenanceMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryMovieItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryPermissionSetMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryPhotoItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryPluginMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryPluginParameterMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryRecoverPasswordMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryToolkitOperationMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryToolkitOperationMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryToolkitOperationParameterMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryToolkitPropertyMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryToolkitPropertyMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryUnknownItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryUser.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryUserGroupMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/Lock.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/InstallerTest_sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/MySQL.xsl +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/R_GalleryItemPropertiesMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/R_GalleryPermissionMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/Schema.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile.inc +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryAlbumItem_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryDerivative_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryEntity_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryGroup_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryItem_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryPluginMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryPluginParameterMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_GalleryPluginParameterMap_1.1.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/CreateBitOr_sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/ExternalIdMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryAccessMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryAccessSubscriberMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryAlbumItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/Lock.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryAnimationItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryChildEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryDataItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryDerivative.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryDerivativeImage.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryDerivativePreferencesMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryDescendentCountsMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryFactoryMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryFileSystemEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryGroup.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryItemAttributesMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryMaintenanceMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryMovieItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryPermissionSetMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryPhotoItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryPluginMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryPluginParameterMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryRecoverPasswordMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryToolkitOperationMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryToolkitOperationMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryToolkitOperationParameterMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryToolkitPropertyMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryToolkitPropertyMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryUnknownItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryUser.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/Oracle.xsl +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryUserGroupMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/InitRandom.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/InstallerTest_sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/R_GalleryItemPropertiesMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/R_GalleryPermissionMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/Schema.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryAlbumItem_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryDerivative_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryEntity_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryGroup_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryItem_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryPluginMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryPluginParameterMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_GalleryPluginParameterMap_1.1.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/ExternalIdMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryAccessMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryAccessSubscriberMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryAlbumItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryAnimationItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryChildEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryDataItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryDerivative.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryDerivativeImage.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryDerivativePreferencesMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryDescendentCountsMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryFactoryMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryFileSystemEntity.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryGroup.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryItemAttributesMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryMaintenanceMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryMovieItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryPermissionSetMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryPhotoItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryPluginMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryPluginParameterMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryRecoverPasswordMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryToolkitOperationMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryToolkitOperationMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryToolkitOperationParameterMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryToolkitPropertyMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryToolkitPropertyMimeTypeMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryUnknownItem.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryUser.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryUserGroupMap.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/Lock.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/InstallerTest_sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/PostgreSQL.xsl +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/R_GalleryItemPropertiesMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/R_GalleryPermissionMap_1.0.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/Schema.sql +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-out/InstallerTest.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryAlbumItem_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryDerivative_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryEntity_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryGroup_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryItem_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryPluginMap_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryPluginParameterMap_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_GalleryPluginParameterMap_1.1.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/DbXml.xsl +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/Lock.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/R_GalleryItemPropertiesMap_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/R_GalleryPermissionMap_1.0.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src/Schema.xml +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/ErrorHandler.inc +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/MySqlDatabaseStorage.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/OracleDatabaseStorage.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/PostgreSqlDatabaseStorage.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseSearchResults.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseSqlFragment.class +%%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage.class +%%GALLERY2DIR%%/modules/core/classes/interfaces/ClassCode.xsl +%%GALLERY2DIR%%/modules/core/classes/interfaces/ExternalIdMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryAccessMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryAccessSubscriberMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryAlbumItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryAnimationItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryChildEntity.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryDataItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryDerivative.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryDerivativeImage.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryDerivativePreferencesMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryDescendentCountsMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryEntity.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryFactoryMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryFileSystemEntity.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryGroup.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryItemAttributesMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryMaintenanceMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryMimeTypeMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryMovieItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryPermissionSetMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryPhotoItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryPluginMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryPluginParameterMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryRecoverPasswordMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryToolkitOperationMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryToolkitOperationMimeTypeMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryToolkitOperationParameterMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryToolkitPropertyMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryToolkitPropertyMimeTypeMap.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryUnknownItem.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryUser.inc +%%GALLERY2DIR%%/modules/core/classes/interfaces/GalleryUserGroupMap.inc +%%GALLERY2DIR%%/modules/core/AdminCore.inc +%%GALLERY2DIR%%/modules/core/AdminCreateGroup.inc +%%GALLERY2DIR%%/modules/core/AdminCreateUser.inc +%%GALLERY2DIR%%/modules/core/AdminDeleteGroup.inc +%%GALLERY2DIR%%/modules/core/AdminDeleteUser.inc +%%GALLERY2DIR%%/modules/core/AdminEditGroup.inc +%%GALLERY2DIR%%/modules/core/AdminEditGroupUsers.inc +%%GALLERY2DIR%%/modules/core/AdminEditUser.inc +%%GALLERY2DIR%%/modules/core/AdminGroups.inc +%%GALLERY2DIR%%/modules/core/AdminMaintenance.inc +%%GALLERY2DIR%%/modules/core/AdminModules.inc +%%GALLERY2DIR%%/modules/core/AdminModulesVerifyUninstall.inc +%%GALLERY2DIR%%/modules/core/AdminThemes.inc +%%GALLERY2DIR%%/modules/core/AdminToolkitPriority.inc +%%GALLERY2DIR%%/modules/core/AdminUsers.inc +%%GALLERY2DIR%%/modules/core/Callbacks.inc +%%GALLERY2DIR%%/modules/core/ChangeLanguage.inc +%%GALLERY2DIR%%/modules/core/CoreModuleExtras.inc +%%GALLERY2DIR%%/modules/core/CreateThumbnailOption.inc +%%GALLERY2DIR%%/modules/core/DownloadItem.inc +%%GALLERY2DIR%%/modules/core/ErrorPage.inc +%%GALLERY2DIR%%/modules/core/ItemAdd.inc +%%GALLERY2DIR%%/modules/core/ItemAddAlbum.inc +%%GALLERY2DIR%%/modules/core/ItemAddConfirmation.inc +%%GALLERY2DIR%%/modules/core/ItemAddFromBrowser.inc +%%GALLERY2DIR%%/modules/core/ItemAddFromServer.inc +%%GALLERY2DIR%%/modules/core/ItemAddFromWeb.inc +%%GALLERY2DIR%%/modules/core/ItemAdmin.inc +%%GALLERY2DIR%%/modules/core/ItemCreateLink.inc +%%GALLERY2DIR%%/modules/core/ItemCreateLinkSingle.inc +%%GALLERY2DIR%%/modules/core/ItemDelete.inc +%%GALLERY2DIR%%/modules/core/ItemDeleteConfirmation.inc +%%GALLERY2DIR%%/modules/core/ItemDeleteSingle.inc +%%GALLERY2DIR%%/modules/core/po/GNUmakefile +%%GALLERY2DIR%%/modules/core/po/ar_SA.po +%%GALLERY2DIR%%/modules/core/po/bg_BG.po +%%GALLERY2DIR%%/modules/core/po/cs_CZ.po +%%GALLERY2DIR%%/modules/core/po/da_DK.po +%%GALLERY2DIR%%/modules/core/po/de_DE.po +%%GALLERY2DIR%%/modules/core/po/el_GR.po +%%GALLERY2DIR%%/modules/core/po/en_GB.po +%%GALLERY2DIR%%/modules/core/po/es_AR.po +%%GALLERY2DIR%%/modules/core/po/es_MX.po +%%GALLERY2DIR%%/modules/core/po/fi_FI.po +%%GALLERY2DIR%%/modules/core/po/fr_FR.po +%%GALLERY2DIR%%/modules/core/po/ga_IE.po +%%GALLERY2DIR%%/modules/core/po/he_IL.po +%%GALLERY2DIR%%/modules/core/po/hu_HU.po +%%GALLERY2DIR%%/modules/core/po/is_IS.po +%%GALLERY2DIR%%/modules/core/po/it_IT.po +%%GALLERY2DIR%%/modules/core/po/ja_JP.po +%%GALLERY2DIR%%/modules/core/po/nl_NL.po +%%GALLERY2DIR%%/modules/core/po/no_NO.po +%%GALLERY2DIR%%/modules/core/po/pl_PL.po +%%GALLERY2DIR%%/modules/core/po/pt_BR.po +%%GALLERY2DIR%%/modules/core/po/pt_PT.po +%%GALLERY2DIR%%/modules/core/po/ru_RU.po +%%GALLERY2DIR%%/modules/core/po/sr_YU.po +%%GALLERY2DIR%%/modules/core/po/strings.raw +%%GALLERY2DIR%%/modules/core/po/sv_SE.po +%%GALLERY2DIR%%/modules/core/po/tr_TR.po +%%GALLERY2DIR%%/modules/core/po/vi_VN.po +%%GALLERY2DIR%%/modules/core/po/zh_CN.po +%%GALLERY2DIR%%/modules/core/po/zh_TW.po +%%GALLERY2DIR%%/modules/core/ItemEdit.inc +%%GALLERY2DIR%%/modules/core/ItemEditAlbum.inc +%%GALLERY2DIR%%/modules/core/ItemEditAnimation.inc +%%GALLERY2DIR%%/modules/core/ItemEditCaptions.inc +%%GALLERY2DIR%%/modules/core/ItemEditItem.inc +%%GALLERY2DIR%%/modules/core/ItemEditMovie.inc +%%GALLERY2DIR%%/modules/core/ItemEditPhoto.inc +%%GALLERY2DIR%%/modules/core/ItemEditPhotoThumbnail.inc +%%GALLERY2DIR%%/modules/core/ItemEditRotateAndScalePhoto.inc +%%GALLERY2DIR%%/modules/core/ItemEditTheme.inc +%%GALLERY2DIR%%/modules/core/ItemMakeHighlight.inc +%%GALLERY2DIR%%/modules/core/ItemMove.inc +%%GALLERY2DIR%%/modules/core/ItemMoveSingle.inc +%%GALLERY2DIR%%/modules/core/ItemPermissions.inc +%%GALLERY2DIR%%/modules/core/ItemReorder.inc +%%GALLERY2DIR%%/modules/core/Logout.inc +%%GALLERY2DIR%%/modules/core/MANIFEST +%%GALLERY2DIR%%/modules/core/ProgressBar.inc +%%GALLERY2DIR%%/modules/core/ShowItem.inc +%%GALLERY2DIR%%/modules/core/ShowItemError.inc +%%GALLERY2DIR%%/modules/core/SimpleCallback.inc +%%GALLERY2DIR%%/modules/core/SiteAdmin.inc +%%GALLERY2DIR%%/modules/core/UserAdmin.inc +%%GALLERY2DIR%%/modules/core/UserChangePassword.inc +%%GALLERY2DIR%%/modules/core/UserLogin.inc +%%GALLERY2DIR%%/modules/core/UserPreferences.inc +%%GALLERY2DIR%%/modules/core/UserRecoverPassword.inc +%%GALLERY2DIR%%/modules/core/UserRecoverPasswordAdmin.inc +%%GALLERY2DIR%%/modules/core/UserRecoverPasswordConfirm.inc +%%GALLERY2DIR%%/modules/core/UserRecoverPasswordDownload.inc +%%GALLERY2DIR%%/modules/core/module.inc +%%GALLERY2DIR%%/modules/core/data/broken-image.gif +%%GALLERY2DIR%%/modules/core/data/donate.png +%%GALLERY2DIR%%/modules/core/data/g2-unpossible.mp3 +%%GALLERY2DIR%%/modules/core/data/g2-unpossible.png +%%GALLERY2DIR%%/modules/core/data/module-active.gif +%%GALLERY2DIR%%/modules/core/data/module-inactive.gif +%%GALLERY2DIR%%/modules/core/data/module-incompatible.gif +%%GALLERY2DIR%%/modules/core/data/module-install.gif +%%GALLERY2DIR%%/modules/core/data/module-upgrade.gif +%%GALLERY2DIR%%/modules/core/locale/ar_SA/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/bg_BG/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/cs_CZ/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/da_DK/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/de_DE/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/el_GR/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/en_GB/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/es_AR/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/es_MX/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/fi_FI/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/fr_FR/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/ga_IE/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/he_IL/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/hu_HU/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/is_IS/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/it_IT/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/ja_JP/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/nl_NL/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/no_NO/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/pl_PL/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/pt_BR/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/pt_PT/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/ru_RU/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/sr_YU/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/sv_SE/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/tr_TR/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/vi_VN/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/zh_CN/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/locale/zh_TW/LC_MESSAGES/modules_core.mo +%%GALLERY2DIR%%/modules/core/plugins/ImageCrop.jar +%%GALLERY2DIR%%/modules/core/templates/blocks/BreadCrumb.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/EmergencyEditItemLink.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/GuestPreview.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/ItemInfo.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/ItemLinks.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/LanguageSelector.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/LoginBlock.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/NavigationLinks.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/Navigator.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/Pager.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/PeerList.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/PhotoSizes.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/SystemLink.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/SystemLinks.tpl +%%GALLERY2DIR%%/modules/core/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/core/templates/AdminCore.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminCreateGroup.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminCreateUser.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminDeleteGroup.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminDeleteUser.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminEditGroup.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminEditGroupUsers.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminEditUser.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminGroups.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminMaintenance.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminModules.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminModulesVerifyUninstall.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminThemes.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminToolkitPriority.tpl +%%GALLERY2DIR%%/modules/core/templates/AdminUsers.tpl +%%GALLERY2DIR%%/modules/core/templates/AutoComplete.tpl +%%GALLERY2DIR%%/modules/core/templates/CreateThumbnailOption.tpl +%%GALLERY2DIR%%/modules/core/templates/DefaultButton.tpl +%%GALLERY2DIR%%/modules/core/templates/Dimensions.tpl +%%GALLERY2DIR%%/modules/core/templates/EmailTest.tpl +%%GALLERY2DIR%%/modules/core/templates/ErrorPage.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAdd.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAddAlbum.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAddConfirmation.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAddFromBrowser.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAddFromServer.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAddFromWeb.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemAdmin.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemCreateLink.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemCreateLinkSingle.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemDelete.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemDeleteConfirmation.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemDeleteSingle.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEdit.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditAlbum.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditAnimation.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditCaptions.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditItem.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditMovie.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditPhoto.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditPhotoThumbnail.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditRotateAndScalePhoto.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemEditTheme.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemMakeHighlight.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemMove.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemMoveSingle.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemPermissions.tpl +%%GALLERY2DIR%%/modules/core/templates/ItemReorder.tpl +%%GALLERY2DIR%%/modules/core/templates/LateRedirect.tpl +%%GALLERY2DIR%%/modules/core/templates/MarkupBar.tpl +%%GALLERY2DIR%%/modules/core/templates/ShowItem.tpl +%%GALLERY2DIR%%/modules/core/templates/ShowItemError.tpl +%%GALLERY2DIR%%/modules/core/templates/ShowItemHead.tpl +%%GALLERY2DIR%%/modules/core/templates/SidebarBlock.tpl +%%GALLERY2DIR%%/modules/core/templates/SiteAdmin.tpl +%%GALLERY2DIR%%/modules/core/templates/UserAdmin.tpl +%%GALLERY2DIR%%/modules/core/templates/UserChangePassword.tpl +%%GALLERY2DIR%%/modules/core/templates/UserLogin.tpl +%%GALLERY2DIR%%/modules/core/templates/UserPreferences.tpl +%%GALLERY2DIR%%/modules/core/templates/UserRecoverPassword.tpl +%%GALLERY2DIR%%/modules/core/templates/UserRecoverPasswordAdmin.tpl +%%GALLERY2DIR%%/modules/core/templates/UserRecoverPasswordConfirm.tpl +%%GALLERY2DIR%%/modules/core/templates/UserRecoverPasswordEmail.tpl +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/CustomFieldMap.sql +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/CustomFieldMap.sql +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/CustomFieldMap.sql +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/CustomFieldHelper.class +%%GALLERY2DIR%%/modules/customfield/classes/CustomFieldInterface_1_0.class +%%GALLERY2DIR%%/modules/customfield/classes/CustomFieldMap.class +%%GALLERY2DIR%%/modules/customfield/classes/CustomFieldSearch.class +%%GALLERY2DIR%%/modules/customfield/classes/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/classes/interfaces/CustomFieldMap.inc +%%GALLERY2DIR%%/modules/customfield/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/Callbacks.inc +%%GALLERY2DIR%%/modules/customfield/CustomFieldItemAdmin.inc +%%GALLERY2DIR%%/modules/customfield/CustomFieldItemEdit.inc +%%GALLERY2DIR%%/modules/customfield/CustomFieldSiteAdmin.inc +%%GALLERY2DIR%%/modules/customfield/MANIFEST +%%GALLERY2DIR%%/modules/customfield/module.inc +%%GALLERY2DIR%%/modules/customfield/locale/cs_CZ/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/da_DK/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/de_DE/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/fr_FR/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/hu_HU/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/is_IS/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/it_IT/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/nl_NL/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/no_NO/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/ru_RU/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/sr_YU/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/tr_TR/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/vi_VN/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/zh_CN/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/locale/zh_TW/LC_MESSAGES/modules_customfield.mo +%%GALLERY2DIR%%/modules/customfield/po/GNUmakefile +%%GALLERY2DIR%%/modules/customfield/po/cs_CZ.po +%%GALLERY2DIR%%/modules/customfield/po/da_DK.po +%%GALLERY2DIR%%/modules/customfield/po/de_DE.po +%%GALLERY2DIR%%/modules/customfield/po/fr_FR.po +%%GALLERY2DIR%%/modules/customfield/po/hu_HU.po +%%GALLERY2DIR%%/modules/customfield/po/is_IS.po +%%GALLERY2DIR%%/modules/customfield/po/it_IT.po +%%GALLERY2DIR%%/modules/customfield/po/nl_NL.po +%%GALLERY2DIR%%/modules/customfield/po/no_NO.po +%%GALLERY2DIR%%/modules/customfield/po/ru_RU.po +%%GALLERY2DIR%%/modules/customfield/po/sr_YU.po +%%GALLERY2DIR%%/modules/customfield/po/strings.raw +%%GALLERY2DIR%%/modules/customfield/po/tr_TR.po +%%GALLERY2DIR%%/modules/customfield/po/vi_VN.po +%%GALLERY2DIR%%/modules/customfield/po/zh_CN.po +%%GALLERY2DIR%%/modules/customfield/po/zh_TW.po +%%GALLERY2DIR%%/modules/customfield/templates/blocks/CustomFields.tpl +%%GALLERY2DIR%%/modules/customfield/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/customfield/templates/Admin.tpl +%%GALLERY2DIR%%/modules/customfield/templates/CustomFieldItemAdmin.tpl +%%GALLERY2DIR%%/modules/customfield/templates/CustomFieldItemEdit.tpl +%%GALLERY2DIR%%/modules/customfield/templates/CustomFieldSiteAdmin.tpl +%%GALLERY2DIR%%/modules/dcraw/classes/DcrawToolkit.class +%%GALLERY2DIR%%/modules/dcraw/classes/DcrawToolkitHelper.class +%%GALLERY2DIR%%/modules/dcraw/AdminDcraw.inc +%%GALLERY2DIR%%/modules/dcraw/MANIFEST +%%GALLERY2DIR%%/modules/dcraw/module.inc +%%GALLERY2DIR%%/modules/dcraw/locale/cs_CZ/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/da_DK/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/de_DE/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/fr_FR/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/it_IT/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/nl_NL/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/ru_RU/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/sr_YU/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/tr_TR/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/vi_VN/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/locale/zh_TW/LC_MESSAGES/modules_dcraw.mo +%%GALLERY2DIR%%/modules/dcraw/po/GNUmakefile +%%GALLERY2DIR%%/modules/dcraw/po/cs_CZ.po +%%GALLERY2DIR%%/modules/dcraw/po/da_DK.po +%%GALLERY2DIR%%/modules/dcraw/po/de_DE.po +%%GALLERY2DIR%%/modules/dcraw/po/fr_FR.po +%%GALLERY2DIR%%/modules/dcraw/po/it_IT.po +%%GALLERY2DIR%%/modules/dcraw/po/nl_NL.po +%%GALLERY2DIR%%/modules/dcraw/po/ru_RU.po +%%GALLERY2DIR%%/modules/dcraw/po/sr_YU.po +%%GALLERY2DIR%%/modules/dcraw/po/strings.raw +%%GALLERY2DIR%%/modules/dcraw/po/tr_TR.po +%%GALLERY2DIR%%/modules/dcraw/po/vi_VN.po +%%GALLERY2DIR%%/modules/dcraw/po/zh_TW.po +%%GALLERY2DIR%%/modules/dcraw/templates/AdminDcraw.tpl +%%GALLERY2DIR%%/modules/debug/classes/DebugHelper.class +%%GALLERY2DIR%%/modules/debug/MANIFEST +%%GALLERY2DIR%%/modules/debug/ShowTree.inc +%%GALLERY2DIR%%/modules/debug/module.inc +%%GALLERY2DIR%%/modules/debug/locale/cs_CZ/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/da_DK/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/de_DE/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/en_GB/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/es_AR/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/fi_FI/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/fr_FR/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/ga_IE/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/is_IS/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/it_IT/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/ja_JP/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/nl_NL/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/no_NO/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/pl_PL/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/ru_RU/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/sr_YU/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/sv_SE/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/tr_TR/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/zh_CN/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/locale/zh_TW/LC_MESSAGES/modules_debug.mo +%%GALLERY2DIR%%/modules/debug/po/GNUmakefile +%%GALLERY2DIR%%/modules/debug/po/cs_CZ.po +%%GALLERY2DIR%%/modules/debug/po/da_DK.po +%%GALLERY2DIR%%/modules/debug/po/de_DE.po +%%GALLERY2DIR%%/modules/debug/po/en_GB.po +%%GALLERY2DIR%%/modules/debug/po/es_AR.po +%%GALLERY2DIR%%/modules/debug/po/fi_FI.po +%%GALLERY2DIR%%/modules/debug/po/fr_FR.po +%%GALLERY2DIR%%/modules/debug/po/ga_IE.po +%%GALLERY2DIR%%/modules/debug/po/is_IS.po +%%GALLERY2DIR%%/modules/debug/po/it_IT.po +%%GALLERY2DIR%%/modules/debug/po/ja_JP.po +%%GALLERY2DIR%%/modules/debug/po/nl_NL.po +%%GALLERY2DIR%%/modules/debug/po/no_NO.po +%%GALLERY2DIR%%/modules/debug/po/pl_PL.po +%%GALLERY2DIR%%/modules/debug/po/ru_RU.po +%%GALLERY2DIR%%/modules/debug/po/sr_YU.po +%%GALLERY2DIR%%/modules/debug/po/strings.raw +%%GALLERY2DIR%%/modules/debug/po/sv_SE.po +%%GALLERY2DIR%%/modules/debug/po/tr_TR.po +%%GALLERY2DIR%%/modules/debug/po/zh_CN.po +%%GALLERY2DIR%%/modules/debug/po/zh_TW.po +%%GALLERY2DIR%%/modules/debug/templates/ShowTree.tpl +%%GALLERY2DIR%%/modules/debug/templates/ShowTreeEntity.tpl +%%GALLERY2DIR%%/modules/debug/templates/ShowTreeEntityLink.tpl +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/ExifPropertiesMap.sql +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/ExifPropertiesMap.sql +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/ExifPropertiesMap.sql +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/ExifExtractor.class +%%GALLERY2DIR%%/modules/exif/classes/ExifHelper.class +%%GALLERY2DIR%%/modules/exif/classes/ExifInterface_1_0.class +%%GALLERY2DIR%%/modules/exif/classes/ExifPropertiesMap.class +%%GALLERY2DIR%%/modules/exif/classes/ExifToolkit.class +%%GALLERY2DIR%%/modules/exif/classes/GNUmakefile +%%GALLERY2DIR%%/modules/exif/classes/interfaces/ExifPropertiesMap.inc +%%GALLERY2DIR%%/modules/exif/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/exif/AdminExif.inc +%%GALLERY2DIR%%/modules/exif/Callbacks.inc +%%GALLERY2DIR%%/modules/exif/ExifDescriptionOption.inc +%%GALLERY2DIR%%/modules/exif/MANIFEST +%%GALLERY2DIR%%/modules/exif/SwitchDetailMode.inc +%%GALLERY2DIR%%/modules/exif/module.inc +%%GALLERY2DIR%%/modules/exif/lib/JPEG/JPEG.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/makers/canon.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/makers/fujifilm.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/makers/gps.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/makers/nikon.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/makers/olympus.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/makers/sanyo.inc +%%GALLERY2DIR%%/modules/exif/lib/exifer/exif.inc +%%GALLERY2DIR%%/modules/exif/locale/cs_CZ/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/da_DK/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/de_DE/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/fr_FR/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/ga_IE/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/is_IS/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/it_IT/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/nl_NL/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/no_NO/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/ru_RU/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/sr_YU/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/sv_SE/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/tr_TR/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/vi_VN/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/zh_CN/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/locale/zh_TW/LC_MESSAGES/modules_exif.mo +%%GALLERY2DIR%%/modules/exif/po/GNUmakefile +%%GALLERY2DIR%%/modules/exif/po/cs_CZ.po +%%GALLERY2DIR%%/modules/exif/po/da_DK.po +%%GALLERY2DIR%%/modules/exif/po/de_DE.po +%%GALLERY2DIR%%/modules/exif/po/fr_FR.po +%%GALLERY2DIR%%/modules/exif/po/ga_IE.po +%%GALLERY2DIR%%/modules/exif/po/is_IS.po +%%GALLERY2DIR%%/modules/exif/po/it_IT.po +%%GALLERY2DIR%%/modules/exif/po/nl_NL.po +%%GALLERY2DIR%%/modules/exif/po/no_NO.po +%%GALLERY2DIR%%/modules/exif/po/ru_RU.po +%%GALLERY2DIR%%/modules/exif/po/sr_YU.po +%%GALLERY2DIR%%/modules/exif/po/strings.raw +%%GALLERY2DIR%%/modules/exif/po/sv_SE.po +%%GALLERY2DIR%%/modules/exif/po/tr_TR.po +%%GALLERY2DIR%%/modules/exif/po/vi_VN.po +%%GALLERY2DIR%%/modules/exif/po/zh_CN.po +%%GALLERY2DIR%%/modules/exif/po/zh_TW.po +%%GALLERY2DIR%%/modules/exif/templates/blocks/ExifInfo.tpl +%%GALLERY2DIR%%/modules/exif/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/exif/templates/AdminExif.tpl +%%GALLERY2DIR%%/modules/ffmpeg/classes/FfmpegToolkit.class +%%GALLERY2DIR%%/modules/ffmpeg/classes/FfmpegToolkitHelper.class +%%GALLERY2DIR%%/modules/ffmpeg/AdminFfmpeg.inc +%%GALLERY2DIR%%/modules/ffmpeg/MANIFEST +%%GALLERY2DIR%%/modules/ffmpeg/module.inc +%%GALLERY2DIR%%/modules/ffmpeg/locale/cs_CZ/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/da_DK/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/de_DE/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/fr_FR/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/ga_IE/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/is_IS/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/it_IT/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/ja_JP/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/nl_NL/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/no_NO/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/pt_PT/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/ru_RU/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/sr_YU/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/sv_SE/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/tr_TR/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/vi_VN/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/zh_CN/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/locale/zh_TW/LC_MESSAGES/modules_ffmpeg.mo +%%GALLERY2DIR%%/modules/ffmpeg/po/GNUmakefile +%%GALLERY2DIR%%/modules/ffmpeg/po/cs_CZ.po +%%GALLERY2DIR%%/modules/ffmpeg/po/da_DK.po +%%GALLERY2DIR%%/modules/ffmpeg/po/de_DE.po +%%GALLERY2DIR%%/modules/ffmpeg/po/fr_FR.po +%%GALLERY2DIR%%/modules/ffmpeg/po/ga_IE.po +%%GALLERY2DIR%%/modules/ffmpeg/po/is_IS.po +%%GALLERY2DIR%%/modules/ffmpeg/po/it_IT.po +%%GALLERY2DIR%%/modules/ffmpeg/po/ja_JP.po +%%GALLERY2DIR%%/modules/ffmpeg/po/nl_NL.po +%%GALLERY2DIR%%/modules/ffmpeg/po/no_NO.po +%%GALLERY2DIR%%/modules/ffmpeg/po/pt_PT.po +%%GALLERY2DIR%%/modules/ffmpeg/po/ru_RU.po +%%GALLERY2DIR%%/modules/ffmpeg/po/sr_YU.po +%%GALLERY2DIR%%/modules/ffmpeg/po/strings.raw +%%GALLERY2DIR%%/modules/ffmpeg/po/sv_SE.po +%%GALLERY2DIR%%/modules/ffmpeg/po/tr_TR.po +%%GALLERY2DIR%%/modules/ffmpeg/po/vi_VN.po +%%GALLERY2DIR%%/modules/ffmpeg/po/zh_CN.po +%%GALLERY2DIR%%/modules/ffmpeg/po/zh_TW.po +%%GALLERY2DIR%%/modules/ffmpeg/templates/AdminFfmpeg.tpl +%%GALLERY2DIR%%/modules/gd/classes/GdFunctionality.class +%%GALLERY2DIR%%/modules/gd/classes/GdToolkit.class +%%GALLERY2DIR%%/modules/gd/classes/GdToolkitHelper.class +%%GALLERY2DIR%%/modules/gd/AdminGd.inc +%%GALLERY2DIR%%/modules/gd/MANIFEST +%%GALLERY2DIR%%/modules/gd/module.inc +%%GALLERY2DIR%%/modules/gd/locale/cs_CZ/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/da_DK/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/de_DE/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/fr_FR/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/is_IS/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/it_IT/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/nl_NL/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/no_NO/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/pl_PL/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/ru_RU/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/sr_YU/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/tr_TR/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/vi_VN/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/zh_CN/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/locale/zh_TW/LC_MESSAGES/modules_gd.mo +%%GALLERY2DIR%%/modules/gd/po/GNUmakefile +%%GALLERY2DIR%%/modules/gd/po/cs_CZ.po +%%GALLERY2DIR%%/modules/gd/po/da_DK.po +%%GALLERY2DIR%%/modules/gd/po/de_DE.po +%%GALLERY2DIR%%/modules/gd/po/fr_FR.po +%%GALLERY2DIR%%/modules/gd/po/is_IS.po +%%GALLERY2DIR%%/modules/gd/po/it_IT.po +%%GALLERY2DIR%%/modules/gd/po/nl_NL.po +%%GALLERY2DIR%%/modules/gd/po/no_NO.po +%%GALLERY2DIR%%/modules/gd/po/pl_PL.po +%%GALLERY2DIR%%/modules/gd/po/ru_RU.po +%%GALLERY2DIR%%/modules/gd/po/sr_YU.po +%%GALLERY2DIR%%/modules/gd/po/strings.raw +%%GALLERY2DIR%%/modules/gd/po/tr_TR.po +%%GALLERY2DIR%%/modules/gd/po/vi_VN.po +%%GALLERY2DIR%%/modules/gd/po/zh_CN.po +%%GALLERY2DIR%%/modules/gd/po/zh_TW.po +%%GALLERY2DIR%%/modules/gd/templates/AdminGd.tpl +%%GALLERY2DIR%%/modules/icons/classes/IconsImpl.class +%%GALLERY2DIR%%/modules/icons/classes/IconsInterface_1_0.class +%%GALLERY2DIR%%/modules/icons/IconsSiteAdmin.inc +%%GALLERY2DIR%%/modules/icons/MANIFEST +%%GALLERY2DIR%%/modules/icons/module.inc +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/README.txt +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/account_settings.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/add_album.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/add_cart.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/add_comment.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/add_items.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/add_sub-album.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/advanced_search.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/album.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/back_to_album.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/blocks.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/bullet.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/bullet_arrow.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/bullet_checked.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/captcha.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/cart.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/change_password.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/commerce.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/create_link.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/dcraw.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/custom_fields.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/debug_tree.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/delete_album.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/delete_photo.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/display.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/edit_album.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/edit_captions.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/edit_permissions.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/edit_photo.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/exif_parser.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/extra_data.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/ffmpeg.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/gallery.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/gd.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/general.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/graphics_toolkits.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/groups.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/icon_module.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/iconpack.inc +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/icons-rtl.css +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/icons.css +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/image.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/image_magick.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/import.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/import_archive.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/import_gallery1.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/layout.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/make_highlight.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/members.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/mime_types.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/modules.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/move_photo.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/new_items.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/panorama.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/pbm.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/print.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/quotas.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/random_highlight.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/random_popular.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/registration.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/remote.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/reorder_items.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/site_maintenance.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/thumbnails.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/toolkit_priority.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/url_rewrite.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/user_albums.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/users.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/view_comment.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/view_fullscreen_slideshow.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/view_slideshow.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/watermark.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/webcam.gif +%%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns/zip_download.gif +%%GALLERY2DIR%%/modules/icons/locale/bg_BG/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/cs_CZ/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/da_DK/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/de_DE/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/fr_FR/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/it_IT/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/nl_NL/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/ru_RU/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/sr_YU/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/sv_SE/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/tr_TR/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/locale/zh_TW/LC_MESSAGES/modules_icons.mo +%%GALLERY2DIR%%/modules/icons/po/GNUmakefile +%%GALLERY2DIR%%/modules/icons/po/bg_BG.po +%%GALLERY2DIR%%/modules/icons/po/cs_CZ.po +%%GALLERY2DIR%%/modules/icons/po/da_DK.po +%%GALLERY2DIR%%/modules/icons/po/de_DE.po +%%GALLERY2DIR%%/modules/icons/po/fr_FR.po +%%GALLERY2DIR%%/modules/icons/po/it_IT.po +%%GALLERY2DIR%%/modules/icons/po/nl_NL.po +%%GALLERY2DIR%%/modules/icons/po/ru_RU.po +%%GALLERY2DIR%%/modules/icons/po/sr_YU.po +%%GALLERY2DIR%%/modules/icons/po/strings.raw +%%GALLERY2DIR%%/modules/icons/po/sv_SE.po +%%GALLERY2DIR%%/modules/icons/po/tr_TR.po +%%GALLERY2DIR%%/modules/icons/po/zh_TW.po +%%GALLERY2DIR%%/modules/icons/templates/IconsSiteAdmin.tpl +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/ImageBlockCacheMap.sql +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/ImageBlockDisabledMap.sql +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/ImageBlockCacheMap.sql +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/ImageBlockDisabledMap.sql +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/ImageBlockCacheMap.sql +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/ImageBlockDisabledMap.sql +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/ImageBlockCacheMap.class +%%GALLERY2DIR%%/modules/imageblock/classes/ImageBlockDisabledMap.class +%%GALLERY2DIR%%/modules/imageblock/classes/ImageBlockHelper.class +%%GALLERY2DIR%%/modules/imageblock/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/classes/interfaces/ImageBlockCacheMap.inc +%%GALLERY2DIR%%/modules/imageblock/classes/interfaces/ImageBlockDisabledMap.inc +%%GALLERY2DIR%%/modules/imageblock/Callbacks.inc +%%GALLERY2DIR%%/modules/imageblock/External.inc +%%GALLERY2DIR%%/modules/imageblock/ExternalCSS.inc +%%GALLERY2DIR%%/modules/imageblock/ImageBlockOption.inc +%%GALLERY2DIR%%/modules/imageblock/ImageBlockSiteAdmin.inc +%%GALLERY2DIR%%/modules/imageblock/MANIFEST +%%GALLERY2DIR%%/modules/imageblock/Preloads.inc +%%GALLERY2DIR%%/modules/imageblock/module.inc +%%GALLERY2DIR%%/modules/imageblock/locale/bg_BG/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/cs_CZ/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/da_DK/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/de_DE/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/fr_FR/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/ga_IE/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/hu_HU/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/is_IS/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/it_IT/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/nl_NL/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/no_NO/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/pl_PL/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/ru_RU/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/sr_YU/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/sv_SE/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/tr_TR/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/vi_VN/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/zh_CN/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/locale/zh_TW/LC_MESSAGES/modules_imageblock.mo +%%GALLERY2DIR%%/modules/imageblock/po/GNUmakefile +%%GALLERY2DIR%%/modules/imageblock/po/bg_BG.po +%%GALLERY2DIR%%/modules/imageblock/po/cs_CZ.po +%%GALLERY2DIR%%/modules/imageblock/po/da_DK.po +%%GALLERY2DIR%%/modules/imageblock/po/de_DE.po +%%GALLERY2DIR%%/modules/imageblock/po/fr_FR.po +%%GALLERY2DIR%%/modules/imageblock/po/ga_IE.po +%%GALLERY2DIR%%/modules/imageblock/po/hu_HU.po +%%GALLERY2DIR%%/modules/imageblock/po/is_IS.po +%%GALLERY2DIR%%/modules/imageblock/po/it_IT.po +%%GALLERY2DIR%%/modules/imageblock/po/nl_NL.po +%%GALLERY2DIR%%/modules/imageblock/po/no_NO.po +%%GALLERY2DIR%%/modules/imageblock/po/pl_PL.po +%%GALLERY2DIR%%/modules/imageblock/po/ru_RU.po +%%GALLERY2DIR%%/modules/imageblock/po/sr_YU.po +%%GALLERY2DIR%%/modules/imageblock/po/strings.raw +%%GALLERY2DIR%%/modules/imageblock/po/sv_SE.po +%%GALLERY2DIR%%/modules/imageblock/po/tr_TR.po +%%GALLERY2DIR%%/modules/imageblock/po/vi_VN.po +%%GALLERY2DIR%%/modules/imageblock/po/zh_CN.po +%%GALLERY2DIR%%/modules/imageblock/po/zh_TW.po +%%GALLERY2DIR%%/modules/imageblock/templates/blocks/ImageBlock.tpl +%%GALLERY2DIR%%/modules/imageblock/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/imageblock/templates/ImageBlock.tpl +%%GALLERY2DIR%%/modules/imageblock/templates/ImageBlockOption.tpl +%%GALLERY2DIR%%/modules/imageblock/templates/ImageBlockSiteAdmin.tpl +%%GALLERY2DIR%%/modules/imageblock/templates/NoCSS.tpl +%%GALLERY2DIR%%/modules/imageframe/MANIFEST +%%GALLERY2DIR%%/modules/imageframe/CSS.inc +%%GALLERY2DIR%%/modules/imageframe/classes/ImageFrameImpl.class +%%GALLERY2DIR%%/modules/imageframe/classes/ImageFrameInterface_1_1.class +%%GALLERY2DIR%%/modules/imageframe/Sample.inc +%%GALLERY2DIR%%/modules/imageframe/module.inc +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/BBL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/BBR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/LLB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/LLT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/RRB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/RRT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/TTL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/bamboo/TTR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/README.html +%%GALLERY2DIR%%/modules/imageframe/frames/book/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/book/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/book/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/book/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/book/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/book/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/brand/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/brand/BB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/BBL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/BBR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/BL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/BR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/LL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/LLB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/LLT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/RR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/RRB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/RRT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/TL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/TR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/TT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/TTL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/brand/TTR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dotapple/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/dots/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/flicking/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/gold/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/BB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/BBL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/BBR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/BL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/BR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/LL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/LLB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/LLT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/RR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/RRB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/RRT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/TL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/TR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/TT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/TTL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/gold2/TTR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/notebook/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroid/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/polaroids/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/shadow/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/shadow/BB.png +%%GALLERY2DIR%%/modules/imageframe/frames/shadow/BBL.png +%%GALLERY2DIR%%/modules/imageframe/frames/shadow/BR.png +%%GALLERY2DIR%%/modules/imageframe/frames/shadow/RR.png +%%GALLERY2DIR%%/modules/imageframe/frames/shadow/RRT.png +%%GALLERY2DIR%%/modules/imageframe/frames/shell/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/shell/BB.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/BL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/BR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/LL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/RR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/TL.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/TR.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/shell/TT.jpg +%%GALLERY2DIR%%/modules/imageframe/frames/slide/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/slide/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/slide/TT.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/frame.inc +%%GALLERY2DIR%%/modules/imageframe/frames/wood/BB.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/BL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/BR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/LL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/RR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/TL.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/TR.gif +%%GALLERY2DIR%%/modules/imageframe/frames/wood/TT.gif +%%GALLERY2DIR%%/modules/imageframe/images/sample.jpg +%%GALLERY2DIR%%/modules/imageframe/locale/cs_CZ/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/da_DK/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/de_DE/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/fr_FR/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/hu_HU/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/is_IS/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/it_IT/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/nl_NL/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/no_NO/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/ru_RU/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/sr_YU/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/sv_SE/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/tr_TR/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/zh_CN/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/locale/zh_TW/LC_MESSAGES/modules_imageframe.mo +%%GALLERY2DIR%%/modules/imageframe/po/GNUmakefile +%%GALLERY2DIR%%/modules/imageframe/po/cs_CZ.po +%%GALLERY2DIR%%/modules/imageframe/po/da_DK.po +%%GALLERY2DIR%%/modules/imageframe/po/de_DE.po +%%GALLERY2DIR%%/modules/imageframe/po/fr_FR.po +%%GALLERY2DIR%%/modules/imageframe/po/hu_HU.po +%%GALLERY2DIR%%/modules/imageframe/po/is_IS.po +%%GALLERY2DIR%%/modules/imageframe/po/it_IT.po +%%GALLERY2DIR%%/modules/imageframe/po/nl_NL.po +%%GALLERY2DIR%%/modules/imageframe/po/no_NO.po +%%GALLERY2DIR%%/modules/imageframe/po/ru_RU.po +%%GALLERY2DIR%%/modules/imageframe/po/sr_YU.po +%%GALLERY2DIR%%/modules/imageframe/po/strings.raw +%%GALLERY2DIR%%/modules/imageframe/po/sv_SE.po +%%GALLERY2DIR%%/modules/imageframe/po/tr_TR.po +%%GALLERY2DIR%%/modules/imageframe/po/zh_CN.po +%%GALLERY2DIR%%/modules/imageframe/po/zh_TW.po +%%GALLERY2DIR%%/modules/imageframe/templates/containers/ImageFrame.tpl +%%GALLERY2DIR%%/modules/imageframe/templates/ImageFrameHead.tpl +%%GALLERY2DIR%%/modules/imageframe/templates/ImageFrameStyle.tpl +%%GALLERY2DIR%%/modules/imageframe/templates/SampleBody.tpl +%%GALLERY2DIR%%/modules/imagemagick/classes/ImageMagickToolkit.class +%%GALLERY2DIR%%/modules/imagemagick/classes/ImageMagickToolkitHelper.class +%%GALLERY2DIR%%/modules/imagemagick/AdminImageMagick.inc +%%GALLERY2DIR%%/modules/imagemagick/MANIFEST +%%GALLERY2DIR%%/modules/imagemagick/module.inc +%%GALLERY2DIR%%/modules/imagemagick/data/cmyk.jpg +%%GALLERY2DIR%%/modules/imagemagick/data/test.bmp +%%GALLERY2DIR%%/modules/imagemagick/data/test.eps +%%GALLERY2DIR%%/modules/imagemagick/data/test.gif +%%GALLERY2DIR%%/modules/imagemagick/data/test.jp2 +%%GALLERY2DIR%%/modules/imagemagick/data/test.jpg +%%GALLERY2DIR%%/modules/imagemagick/data/test.pdf +%%GALLERY2DIR%%/modules/imagemagick/data/test.png +%%GALLERY2DIR%%/modules/imagemagick/data/test.psd +%%GALLERY2DIR%%/modules/imagemagick/data/test.svg +%%GALLERY2DIR%%/modules/imagemagick/data/test.tif +%%GALLERY2DIR%%/modules/imagemagick/data/testProfile.jpg +%%GALLERY2DIR%%/modules/imagemagick/data/truncated.pcd +%%GALLERY2DIR%%/modules/imagemagick/locale/cs_CZ/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/da_DK/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/de_DE/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/el_GR/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/en_GB/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/es_AR/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/fi_FI/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/fr_FR/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/ga_IE/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/is_IS/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/it_IT/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/ja_JP/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/nl_NL/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/no_NO/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/pl_PL/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/pt_BR/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/pt_PT/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/ru_RU/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/sr_YU/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/sv_SE/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/tr_TR/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/vi_VN/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/zh_CN/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/locale/zh_TW/LC_MESSAGES/modules_imagemagick.mo +%%GALLERY2DIR%%/modules/imagemagick/po/GNUmakefile +%%GALLERY2DIR%%/modules/imagemagick/po/cs_CZ.po +%%GALLERY2DIR%%/modules/imagemagick/po/da_DK.po +%%GALLERY2DIR%%/modules/imagemagick/po/de_DE.po +%%GALLERY2DIR%%/modules/imagemagick/po/el_GR.po +%%GALLERY2DIR%%/modules/imagemagick/po/en_GB.po +%%GALLERY2DIR%%/modules/imagemagick/po/es_AR.po +%%GALLERY2DIR%%/modules/imagemagick/po/fi_FI.po +%%GALLERY2DIR%%/modules/imagemagick/po/fr_FR.po +%%GALLERY2DIR%%/modules/imagemagick/po/ga_IE.po +%%GALLERY2DIR%%/modules/imagemagick/po/is_IS.po +%%GALLERY2DIR%%/modules/imagemagick/po/it_IT.po +%%GALLERY2DIR%%/modules/imagemagick/po/ja_JP.po +%%GALLERY2DIR%%/modules/imagemagick/po/nl_NL.po +%%GALLERY2DIR%%/modules/imagemagick/po/no_NO.po +%%GALLERY2DIR%%/modules/imagemagick/po/pl_PL.po +%%GALLERY2DIR%%/modules/imagemagick/po/pt_BR.po +%%GALLERY2DIR%%/modules/imagemagick/po/pt_PT.po +%%GALLERY2DIR%%/modules/imagemagick/po/ru_RU.po +%%GALLERY2DIR%%/modules/imagemagick/po/sr_YU.po +%%GALLERY2DIR%%/modules/imagemagick/po/strings.raw +%%GALLERY2DIR%%/modules/imagemagick/po/sv_SE.po +%%GALLERY2DIR%%/modules/imagemagick/po/tr_TR.po +%%GALLERY2DIR%%/modules/imagemagick/po/vi_VN.po +%%GALLERY2DIR%%/modules/imagemagick/po/zh_CN.po +%%GALLERY2DIR%%/modules/imagemagick/po/zh_TW.po +%%GALLERY2DIR%%/modules/imagemagick/templates/AdminImageMagick.tpl +%%GALLERY2DIR%%/modules/members/classes/GalleryMembersHelper.class +%%GALLERY2DIR%%/modules/members/AdminMembers.inc +%%GALLERY2DIR%%/modules/members/Callbacks.inc +%%GALLERY2DIR%%/modules/members/MANIFEST +%%GALLERY2DIR%%/modules/members/MembersItems.inc +%%GALLERY2DIR%%/modules/members/MembersList.inc +%%GALLERY2DIR%%/modules/members/MembersProfile.inc +%%GALLERY2DIR%%/modules/members/module.inc +%%GALLERY2DIR%%/modules/members/data/directory.gif +%%GALLERY2DIR%%/modules/members/data/file.gif +%%GALLERY2DIR%%/modules/members/locale/bg_BG/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/cs_CZ/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/da_DK/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/de_DE/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/fr_FR/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/ga_IE/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/hu_HU/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/is_IS/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/it_IT/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/nl_NL/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/no_NO/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/pt_BR/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/ru_RU/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/sr_YU/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/sv_SE/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/tr_TR/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/zh_CN/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/locale/zh_TW/LC_MESSAGES/modules_members.mo +%%GALLERY2DIR%%/modules/members/po/GNUmakefile +%%GALLERY2DIR%%/modules/members/po/bg_BG.po +%%GALLERY2DIR%%/modules/members/po/cs_CZ.po +%%GALLERY2DIR%%/modules/members/po/da_DK.po +%%GALLERY2DIR%%/modules/members/po/de_DE.po +%%GALLERY2DIR%%/modules/members/po/fr_FR.po +%%GALLERY2DIR%%/modules/members/po/ga_IE.po +%%GALLERY2DIR%%/modules/members/po/hu_HU.po +%%GALLERY2DIR%%/modules/members/po/is_IS.po +%%GALLERY2DIR%%/modules/members/po/it_IT.po +%%GALLERY2DIR%%/modules/members/po/nl_NL.po +%%GALLERY2DIR%%/modules/members/po/no_NO.po +%%GALLERY2DIR%%/modules/members/po/pt_BR.po +%%GALLERY2DIR%%/modules/members/po/ru_RU.po +%%GALLERY2DIR%%/modules/members/po/sr_YU.po +%%GALLERY2DIR%%/modules/members/po/strings.raw +%%GALLERY2DIR%%/modules/members/po/sv_SE.po +%%GALLERY2DIR%%/modules/members/po/tr_TR.po +%%GALLERY2DIR%%/modules/members/po/zh_CN.po +%%GALLERY2DIR%%/modules/members/po/zh_TW.po +%%GALLERY2DIR%%/modules/members/templates/blocks/MembersSummary.tpl +%%GALLERY2DIR%%/modules/members/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/members/templates/AdminMembers.tpl +%%GALLERY2DIR%%/modules/members/templates/MembersItems.tpl +%%GALLERY2DIR%%/modules/members/templates/MembersList.tpl +%%GALLERY2DIR%%/modules/members/templates/MembersProfile.tpl +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/G1MigrateMap.sql +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/G1MigrateMap.sql +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/G1MigrateMap.sql +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/G1MigrateHelper.class +%%GALLERY2DIR%%/modules/migrate/classes/G1MigrateMap.class +%%GALLERY2DIR%%/modules/migrate/classes/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/classes/Gallery1DataParser.class +%%GALLERY2DIR%%/modules/migrate/classes/interfaces/G1MigrateMap.inc +%%GALLERY2DIR%%/modules/migrate/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/ChooseObjects.inc +%%GALLERY2DIR%%/modules/migrate/ConfirmImport.inc +%%GALLERY2DIR%%/modules/migrate/ImportResults.inc +%%GALLERY2DIR%%/modules/migrate/MANIFEST +%%GALLERY2DIR%%/modules/migrate/Redirect.inc +%%GALLERY2DIR%%/modules/migrate/SelectGallery.inc +%%GALLERY2DIR%%/modules/migrate/module.inc +%%GALLERY2DIR%%/modules/migrate/locale/cs_CZ/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/de_DE/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/fi_FI/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/fr_FR/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/ga_IE/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/is_IS/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/it_IT/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/ja_JP/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/nl_NL/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/no_NO/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/pt_PT/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/ru_RU/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/sr_YU/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/sv_SE/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/tr_TR/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/zh_CN/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/locale/zh_TW/LC_MESSAGES/modules_migrate.mo +%%GALLERY2DIR%%/modules/migrate/po/GNUmakefile +%%GALLERY2DIR%%/modules/migrate/po/cs_CZ.po +%%GALLERY2DIR%%/modules/migrate/po/de_DE.po +%%GALLERY2DIR%%/modules/migrate/po/fi_FI.po +%%GALLERY2DIR%%/modules/migrate/po/fr_FR.po +%%GALLERY2DIR%%/modules/migrate/po/ga_IE.po +%%GALLERY2DIR%%/modules/migrate/po/is_IS.po +%%GALLERY2DIR%%/modules/migrate/po/it_IT.po +%%GALLERY2DIR%%/modules/migrate/po/ja_JP.po +%%GALLERY2DIR%%/modules/migrate/po/nl_NL.po +%%GALLERY2DIR%%/modules/migrate/po/no_NO.po +%%GALLERY2DIR%%/modules/migrate/po/pt_PT.po +%%GALLERY2DIR%%/modules/migrate/po/ru_RU.po +%%GALLERY2DIR%%/modules/migrate/po/sr_YU.po +%%GALLERY2DIR%%/modules/migrate/po/strings.raw +%%GALLERY2DIR%%/modules/migrate/po/sv_SE.po +%%GALLERY2DIR%%/modules/migrate/po/tr_TR.po +%%GALLERY2DIR%%/modules/migrate/po/zh_CN.po +%%GALLERY2DIR%%/modules/migrate/po/zh_TW.po +%%GALLERY2DIR%%/modules/migrate/templates/ChooseObjects.tpl +%%GALLERY2DIR%%/modules/migrate/templates/ConfirmImport.tpl +%%GALLERY2DIR%%/modules/migrate/templates/Htaccess.tpl +%%GALLERY2DIR%%/modules/migrate/templates/ImportResults.tpl +%%GALLERY2DIR%%/modules/migrate/templates/Redirect.tpl +%%GALLERY2DIR%%/modules/migrate/templates/SelectGallery.tpl +%%GALLERY2DIR%%/modules/mime/classes/MimeHelper.class +%%GALLERY2DIR%%/modules/mime/MANIFEST +%%GALLERY2DIR%%/modules/mime/MimeAdmin.inc +%%GALLERY2DIR%%/modules/mime/MimeEdit.inc +%%GALLERY2DIR%%/modules/mime/module.inc +%%GALLERY2DIR%%/modules/mime/data/b_drop.png +%%GALLERY2DIR%%/modules/mime/data/b_edit.png +%%GALLERY2DIR%%/modules/mime/data/mime_viewable.gif +%%GALLERY2DIR%%/modules/mime/locale/cs_CZ/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/da_DK/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/de_DE/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/fr_FR/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/nl_NL/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/ru_RU/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/sr_YU/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/sv_SE/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/tr_TR/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/zh_CN/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/locale/zh_TW/LC_MESSAGES/modules_mime.mo +%%GALLERY2DIR%%/modules/mime/po/GNUmakefile +%%GALLERY2DIR%%/modules/mime/po/cs_CZ.po +%%GALLERY2DIR%%/modules/mime/po/da_DK.po +%%GALLERY2DIR%%/modules/mime/po/de_DE.po +%%GALLERY2DIR%%/modules/mime/po/fr_FR.po +%%GALLERY2DIR%%/modules/mime/po/nl_NL.po +%%GALLERY2DIR%%/modules/mime/po/ru_RU.po +%%GALLERY2DIR%%/modules/mime/po/sr_YU.po +%%GALLERY2DIR%%/modules/mime/po/strings.raw +%%GALLERY2DIR%%/modules/mime/po/sv_SE.po +%%GALLERY2DIR%%/modules/mime/po/tr_TR.po +%%GALLERY2DIR%%/modules/mime/po/zh_CN.po +%%GALLERY2DIR%%/modules/mime/po/zh_TW.po +%%GALLERY2DIR%%/modules/mime/templates/MimeAdmin.tpl +%%GALLERY2DIR%%/modules/mime/templates/MimeEdit.tpl +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/MultiLangItemMap.sql +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/MultiLangItemMap.sql +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/MultiLangItemMap.sql +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/MultiLangHelper.class +%%GALLERY2DIR%%/modules/multilang/classes/MultiLangItemMap.class +%%GALLERY2DIR%%/modules/multilang/classes/MultiLangSearch.class +%%GALLERY2DIR%%/modules/multilang/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/classes/interfaces/MultiLangItemMap.inc +%%GALLERY2DIR%%/modules/multilang/CantActivate.inc +%%GALLERY2DIR%%/modules/multilang/MANIFEST +%%GALLERY2DIR%%/modules/multilang/MultiLangItemEdit.inc +%%GALLERY2DIR%%/modules/multilang/MultiLangSiteAdmin.inc +%%GALLERY2DIR%%/modules/multilang/module.inc +%%GALLERY2DIR%%/modules/multilang/locale/cs_CZ/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/da_DK/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/de_DE/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/fr_FR/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/hu_HU/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/is_IS/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/nl_NL/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/ru_RU/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/sr_YU/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/sv_SE/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/tr_TR/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/zh_CN/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/locale/zh_TW/LC_MESSAGES/modules_multilang.mo +%%GALLERY2DIR%%/modules/multilang/po/GNUmakefile +%%GALLERY2DIR%%/modules/multilang/po/cs_CZ.po +%%GALLERY2DIR%%/modules/multilang/po/da_DK.po +%%GALLERY2DIR%%/modules/multilang/po/de_DE.po +%%GALLERY2DIR%%/modules/multilang/po/fr_FR.po +%%GALLERY2DIR%%/modules/multilang/po/hu_HU.po +%%GALLERY2DIR%%/modules/multilang/po/is_IS.po +%%GALLERY2DIR%%/modules/multilang/po/nl_NL.po +%%GALLERY2DIR%%/modules/multilang/po/ru_RU.po +%%GALLERY2DIR%%/modules/multilang/po/sr_YU.po +%%GALLERY2DIR%%/modules/multilang/po/strings.raw +%%GALLERY2DIR%%/modules/multilang/po/sv_SE.po +%%GALLERY2DIR%%/modules/multilang/po/tr_TR.po +%%GALLERY2DIR%%/modules/multilang/po/zh_CN.po +%%GALLERY2DIR%%/modules/multilang/po/zh_TW.po +%%GALLERY2DIR%%/modules/multilang/templates/CantActivate.tpl +%%GALLERY2DIR%%/modules/multilang/templates/MultiLangItemEdit.tpl +%%GALLERY2DIR%%/modules/multilang/templates/MultiLangSiteAdmin.tpl +%%GALLERY2DIR%%/modules/netpbm/classes/NetPbmToolkit.class +%%GALLERY2DIR%%/modules/netpbm/classes/NetPbmToolkitHelper.class +%%GALLERY2DIR%%/modules/netpbm/AdminNetPbm.inc +%%GALLERY2DIR%%/modules/netpbm/MANIFEST +%%GALLERY2DIR%%/modules/netpbm/module.inc +%%GALLERY2DIR%%/modules/netpbm/locale/cs_CZ/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/da_DK/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/de_DE/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/el_GR/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/en_GB/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/es_AR/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/fi_FI/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/fr_FR/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/ga_IE/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/he_IL/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/is_IS/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/ja_JP/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/nl_NL/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/no_NO/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/pl_PL/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/pt_BR/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/pt_PT/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/ru_RU/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/sr_YU/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/sv_SE/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/tr_TR/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/vi_VN/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/zh_CN/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/locale/zh_TW/LC_MESSAGES/modules_netpbm.mo +%%GALLERY2DIR%%/modules/netpbm/po/GNUmakefile +%%GALLERY2DIR%%/modules/netpbm/po/cs_CZ.po +%%GALLERY2DIR%%/modules/netpbm/po/da_DK.po +%%GALLERY2DIR%%/modules/netpbm/po/de_DE.po +%%GALLERY2DIR%%/modules/netpbm/po/el_GR.po +%%GALLERY2DIR%%/modules/netpbm/po/en_GB.po +%%GALLERY2DIR%%/modules/netpbm/po/es_AR.po +%%GALLERY2DIR%%/modules/netpbm/po/fi_FI.po +%%GALLERY2DIR%%/modules/netpbm/po/fr_FR.po +%%GALLERY2DIR%%/modules/netpbm/po/ga_IE.po +%%GALLERY2DIR%%/modules/netpbm/po/he_IL.po +%%GALLERY2DIR%%/modules/netpbm/po/is_IS.po +%%GALLERY2DIR%%/modules/netpbm/po/ja_JP.po +%%GALLERY2DIR%%/modules/netpbm/po/nl_NL.po +%%GALLERY2DIR%%/modules/netpbm/po/no_NO.po +%%GALLERY2DIR%%/modules/netpbm/po/pl_PL.po +%%GALLERY2DIR%%/modules/netpbm/po/pt_BR.po +%%GALLERY2DIR%%/modules/netpbm/po/pt_PT.po +%%GALLERY2DIR%%/modules/netpbm/po/ru_RU.po +%%GALLERY2DIR%%/modules/netpbm/po/sr_YU.po +%%GALLERY2DIR%%/modules/netpbm/po/strings.raw +%%GALLERY2DIR%%/modules/netpbm/po/sv_SE.po +%%GALLERY2DIR%%/modules/netpbm/po/tr_TR.po +%%GALLERY2DIR%%/modules/netpbm/po/vi_VN.po +%%GALLERY2DIR%%/modules/netpbm/po/zh_CN.po +%%GALLERY2DIR%%/modules/netpbm/po/zh_TW.po +%%GALLERY2DIR%%/modules/netpbm/templates/AdminNetPbm.tpl +%%GALLERY2DIR%%/modules/newitems/classes/NewItemsHelper.class +%%GALLERY2DIR%%/modules/newitems/classes/NewItemsSortOrder.class +%%GALLERY2DIR%%/modules/newitems/MANIFEST +%%GALLERY2DIR%%/modules/newitems/NewItemsSiteAdmin.inc +%%GALLERY2DIR%%/modules/newitems/module.inc +%%GALLERY2DIR%%/modules/newitems/locale/bg_BG/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/cs_CZ/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/de_DE/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/fr_FR/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/hu_HU/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/is_IS/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/it_IT/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/nl_NL/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/no_NO/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/pl_PL/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/ru_RU/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/sr_YU/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/sv_SE/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/tr_TR/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/vi_VN/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/zh_CN/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/locale/zh_TW/LC_MESSAGES/modules_newitems.mo +%%GALLERY2DIR%%/modules/newitems/po/GNUmakefile +%%GALLERY2DIR%%/modules/newitems/po/bg_BG.po +%%GALLERY2DIR%%/modules/newitems/po/cs_CZ.po +%%GALLERY2DIR%%/modules/newitems/po/de_DE.po +%%GALLERY2DIR%%/modules/newitems/po/fr_FR.po +%%GALLERY2DIR%%/modules/newitems/po/hu_HU.po +%%GALLERY2DIR%%/modules/newitems/po/is_IS.po +%%GALLERY2DIR%%/modules/newitems/po/it_IT.po +%%GALLERY2DIR%%/modules/newitems/po/nl_NL.po +%%GALLERY2DIR%%/modules/newitems/po/no_NO.po +%%GALLERY2DIR%%/modules/newitems/po/pl_PL.po +%%GALLERY2DIR%%/modules/newitems/po/ru_RU.po +%%GALLERY2DIR%%/modules/newitems/po/sr_YU.po +%%GALLERY2DIR%%/modules/newitems/po/strings.raw +%%GALLERY2DIR%%/modules/newitems/po/sv_SE.po +%%GALLERY2DIR%%/modules/newitems/po/tr_TR.po +%%GALLERY2DIR%%/modules/newitems/po/vi_VN.po +%%GALLERY2DIR%%/modules/newitems/po/zh_CN.po +%%GALLERY2DIR%%/modules/newitems/po/zh_TW.po +%%GALLERY2DIR%%/modules/newitems/templates/NewItemsSiteAdmin.tpl +%%GALLERY2DIR%%/modules/nokiaupload/classes/ImageUploadHelper.class +%%GALLERY2DIR%%/modules/nokiaupload/Configure.inc +%%GALLERY2DIR%%/modules/nokiaupload/DirectoryListing.inc +%%GALLERY2DIR%%/modules/nokiaupload/Login.inc +%%GALLERY2DIR%%/modules/nokiaupload/MANIFEST +%%GALLERY2DIR%%/modules/nokiaupload/NewDirectory.inc +%%GALLERY2DIR%%/modules/nokiaupload/README +%%GALLERY2DIR%%/modules/nokiaupload/RemoteStorageCapabilities.inc +%%GALLERY2DIR%%/modules/nokiaupload/Upload.inc +%%GALLERY2DIR%%/modules/nokiaupload/module.inc +%%GALLERY2DIR%%/modules/nokiaupload/locale/cs_CZ/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/de_DE/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/fr_FR/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/is_IS/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/it_IT/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/nl_NL/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/no_NO/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/ru_RU/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/sr_YU/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/tr_TR/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/zh_CN/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/locale/zh_TW/LC_MESSAGES/modules_nokiaupload.mo +%%GALLERY2DIR%%/modules/nokiaupload/po/GNUmakefile +%%GALLERY2DIR%%/modules/nokiaupload/po/cs_CZ.po +%%GALLERY2DIR%%/modules/nokiaupload/po/de_DE.po +%%GALLERY2DIR%%/modules/nokiaupload/po/fr_FR.po +%%GALLERY2DIR%%/modules/nokiaupload/po/is_IS.po +%%GALLERY2DIR%%/modules/nokiaupload/po/it_IT.po +%%GALLERY2DIR%%/modules/nokiaupload/po/nl_NL.po +%%GALLERY2DIR%%/modules/nokiaupload/po/no_NO.po +%%GALLERY2DIR%%/modules/nokiaupload/po/ru_RU.po +%%GALLERY2DIR%%/modules/nokiaupload/po/sr_YU.po +%%GALLERY2DIR%%/modules/nokiaupload/po/strings.raw +%%GALLERY2DIR%%/modules/nokiaupload/po/tr_TR.po +%%GALLERY2DIR%%/modules/nokiaupload/po/zh_CN.po +%%GALLERY2DIR%%/modules/nokiaupload/po/zh_TW.po +%%GALLERY2DIR%%/modules/nokiaupload/templates/Configure.tpl +%%GALLERY2DIR%%/modules/panorama/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/panorama/classes/interfaces/PanoramaDerivativeImage.inc +%%GALLERY2DIR%%/modules/panorama/classes/interfaces/PanoramaPhotoItem.inc +%%GALLERY2DIR%%/modules/panorama/classes/GNUmakefile +%%GALLERY2DIR%%/modules/panorama/classes/PanoramaDerivativeImage.class +%%GALLERY2DIR%%/modules/panorama/classes/PanoramaHelper.class +%%GALLERY2DIR%%/modules/panorama/classes/PanoramaPhotoItem.class +%%GALLERY2DIR%%/modules/panorama/MANIFEST +%%GALLERY2DIR%%/modules/panorama/Panorama.inc +%%GALLERY2DIR%%/modules/panorama/PanoramaOption.inc +%%GALLERY2DIR%%/modules/panorama/PanoramaSiteAdmin.inc +%%GALLERY2DIR%%/modules/panorama/module.inc +%%GALLERY2DIR%%/modules/panorama/images/slider.png +%%GALLERY2DIR%%/modules/panorama/java/Metamorphose.jar +%%GALLERY2DIR%%/modules/panorama/locale/cs_CZ/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/de_DE/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/fr_FR/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/is_IS/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/it_IT/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/nl_NL/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/no_NO/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/ru_RU/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/sr_YU/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/tr_TR/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/zh_CN/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/locale/zh_TW/LC_MESSAGES/modules_panorama.mo +%%GALLERY2DIR%%/modules/panorama/po/GNUmakefile +%%GALLERY2DIR%%/modules/panorama/po/cs_CZ.po +%%GALLERY2DIR%%/modules/panorama/po/de_DE.po +%%GALLERY2DIR%%/modules/panorama/po/fr_FR.po +%%GALLERY2DIR%%/modules/panorama/po/is_IS.po +%%GALLERY2DIR%%/modules/panorama/po/it_IT.po +%%GALLERY2DIR%%/modules/panorama/po/nl_NL.po +%%GALLERY2DIR%%/modules/panorama/po/no_NO.po +%%GALLERY2DIR%%/modules/panorama/po/ru_RU.po +%%GALLERY2DIR%%/modules/panorama/po/sr_YU.po +%%GALLERY2DIR%%/modules/panorama/po/strings.raw +%%GALLERY2DIR%%/modules/panorama/po/tr_TR.po +%%GALLERY2DIR%%/modules/panorama/po/zh_CN.po +%%GALLERY2DIR%%/modules/panorama/po/zh_TW.po +%%GALLERY2DIR%%/modules/panorama/templates/Panorama.tpl +%%GALLERY2DIR%%/modules/panorama/templates/PanoramaOption.tpl +%%GALLERY2DIR%%/modules/panorama/templates/PanoramaSiteAdmin.tpl +%%GALLERY2DIR%%/modules/photoaccess/classes/PhotoAccessCartPlugin.class +%%GALLERY2DIR%%/modules/photoaccess/classes/PhotoAccessHelper.class +%%GALLERY2DIR%%/modules/photoaccess/FulfillmentError.inc +%%GALLERY2DIR%%/modules/photoaccess/MANIFEST +%%GALLERY2DIR%%/modules/photoaccess/PrintPhoto.inc +%%GALLERY2DIR%%/modules/photoaccess/module.inc +%%GALLERY2DIR%%/modules/photoaccess/locale/cs_CZ/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/de_DE/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/fr_FR/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/is_IS/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/it_IT/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/nl_NL/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/no_NO/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/ru_RU/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/sr_YU/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/sv_SE/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/tr_TR/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/zh_CN/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/locale/zh_TW/LC_MESSAGES/modules_photoaccess.mo +%%GALLERY2DIR%%/modules/photoaccess/po/GNUmakefile +%%GALLERY2DIR%%/modules/photoaccess/po/cs_CZ.po +%%GALLERY2DIR%%/modules/photoaccess/po/de_DE.po +%%GALLERY2DIR%%/modules/photoaccess/po/fr_FR.po +%%GALLERY2DIR%%/modules/photoaccess/po/is_IS.po +%%GALLERY2DIR%%/modules/photoaccess/po/it_IT.po +%%GALLERY2DIR%%/modules/photoaccess/po/nl_NL.po +%%GALLERY2DIR%%/modules/photoaccess/po/no_NO.po +%%GALLERY2DIR%%/modules/photoaccess/po/ru_RU.po +%%GALLERY2DIR%%/modules/photoaccess/po/sr_YU.po +%%GALLERY2DIR%%/modules/photoaccess/po/strings.raw +%%GALLERY2DIR%%/modules/photoaccess/po/sv_SE.po +%%GALLERY2DIR%%/modules/photoaccess/po/tr_TR.po +%%GALLERY2DIR%%/modules/photoaccess/po/zh_CN.po +%%GALLERY2DIR%%/modules/photoaccess/po/zh_TW.po +%%GALLERY2DIR%%/modules/photoaccess/templates/FulfillmentError.tpl +%%GALLERY2DIR%%/modules/publishxp/locale/cs_CZ/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/de_DE/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/fr_FR/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/it_IT/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/nl_NL/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/ru_RU/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/sr_YU/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/sv_SE/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/tr_TR/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/locale/zh_TW/LC_MESSAGES/modules_publishxp.mo +%%GALLERY2DIR%%/modules/publishxp/DownloadRegistryFile.inc +%%GALLERY2DIR%%/modules/publishxp/ItemAddPublishXp.inc +%%GALLERY2DIR%%/modules/publishxp/Login.inc +%%GALLERY2DIR%%/modules/publishxp/MANIFEST +%%GALLERY2DIR%%/modules/publishxp/NewAlbum.inc +%%GALLERY2DIR%%/modules/publishxp/Options.inc +%%GALLERY2DIR%%/modules/publishxp/SelectAlbum.inc +%%GALLERY2DIR%%/modules/publishxp/UploadItems.inc +%%GALLERY2DIR%%/modules/publishxp/UploadedItem.inc +%%GALLERY2DIR%%/modules/publishxp/module.inc +%%GALLERY2DIR%%/modules/publishxp/po/GNUmakefile +%%GALLERY2DIR%%/modules/publishxp/po/cs_CZ.po +%%GALLERY2DIR%%/modules/publishxp/po/de_DE.po +%%GALLERY2DIR%%/modules/publishxp/po/fr_FR.po +%%GALLERY2DIR%%/modules/publishxp/po/it_IT.po +%%GALLERY2DIR%%/modules/publishxp/po/nl_NL.po +%%GALLERY2DIR%%/modules/publishxp/po/ru_RU.po +%%GALLERY2DIR%%/modules/publishxp/po/sr_YU.po +%%GALLERY2DIR%%/modules/publishxp/po/strings.raw +%%GALLERY2DIR%%/modules/publishxp/po/sv_SE.po +%%GALLERY2DIR%%/modules/publishxp/po/tr_TR.po +%%GALLERY2DIR%%/modules/publishxp/po/zh_TW.po +%%GALLERY2DIR%%/modules/publishxp/templates/DownloadRegistryFile.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/EmptyPage.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/Head.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/ItemAddPublishXp.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/Login.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/NewAlbum.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/Options.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/SelectAlbum.tpl +%%GALLERY2DIR%%/modules/publishxp/templates/UploadItems.tpl +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/QuotasMap.sql +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/QuotasMap.sql +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/QuotasMap.sql +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/xml-out/QuotasMap.xml +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/xml-src/tmp/QuotasMap.xml +%%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/GalleryQuotasHelper.class +%%GALLERY2DIR%%/modules/quotas/classes/QuotasMap.class +%%GALLERY2DIR%%/modules/quotas/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/classes/interfaces/QuotasMap.inc +%%GALLERY2DIR%%/modules/quotas/AdminCreateGroupQuota.inc +%%GALLERY2DIR%%/modules/quotas/AdminCreateUserQuota.inc +%%GALLERY2DIR%%/modules/quotas/AdminDeleteGroupQuota.inc +%%GALLERY2DIR%%/modules/quotas/AdminDeleteUserQuota.inc +%%GALLERY2DIR%%/modules/quotas/AdminEditGroupQuota.inc +%%GALLERY2DIR%%/modules/quotas/AdminEditUserQuota.inc +%%GALLERY2DIR%%/modules/quotas/AdminQuotas.inc +%%GALLERY2DIR%%/modules/quotas/DiskQuotaOption.inc +%%GALLERY2DIR%%/modules/quotas/MANIFEST +%%GALLERY2DIR%%/modules/quotas/module.inc +%%GALLERY2DIR%%/modules/quotas/data/transparent.gif +%%GALLERY2DIR%%/modules/quotas/locale/cs_CZ/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/de_DE/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/fr_FR/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/nl_NL/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/ru_RU/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/sr_YU/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/sv_SE/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/tr_TR/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/locale/zh_TW/LC_MESSAGES/modules_quotas.mo +%%GALLERY2DIR%%/modules/quotas/po/GNUmakefile +%%GALLERY2DIR%%/modules/quotas/po/cs_CZ.po +%%GALLERY2DIR%%/modules/quotas/po/de_DE.po +%%GALLERY2DIR%%/modules/quotas/po/fr_FR.po +%%GALLERY2DIR%%/modules/quotas/po/nl_NL.po +%%GALLERY2DIR%%/modules/quotas/po/ru_RU.po +%%GALLERY2DIR%%/modules/quotas/po/sr_YU.po +%%GALLERY2DIR%%/modules/quotas/po/strings.raw +%%GALLERY2DIR%%/modules/quotas/po/sv_SE.po +%%GALLERY2DIR%%/modules/quotas/po/tr_TR.po +%%GALLERY2DIR%%/modules/quotas/po/zh_TW.po +%%GALLERY2DIR%%/modules/quotas/templates/AdminCreateGroupQuota.tpl +%%GALLERY2DIR%%/modules/quotas/templates/AdminCreateUserQuota.tpl +%%GALLERY2DIR%%/modules/quotas/templates/AdminDeleteGroupQuota.tpl +%%GALLERY2DIR%%/modules/quotas/templates/AdminDeleteUserQuota.tpl +%%GALLERY2DIR%%/modules/quotas/templates/AdminEditGroupQuota.tpl +%%GALLERY2DIR%%/modules/quotas/templates/AdminEditUserQuota.tpl +%%GALLERY2DIR%%/modules/quotas/templates/AdminQuotas.tpl +%%GALLERY2DIR%%/modules/randomhighlight/MANIFEST +%%GALLERY2DIR%%/modules/randomhighlight/RandomHighlightOption.inc +%%GALLERY2DIR%%/modules/randomhighlight/RandomHighlightSiteAdmin.inc +%%GALLERY2DIR%%/modules/randomhighlight/module.inc +%%GALLERY2DIR%%/modules/randomhighlight/locale/cs_CZ/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/de_DE/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/fr_FR/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/is_IS/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/nl_NL/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/no_NO/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/ru_RU/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/sr_YU/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/sv_SE/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/tr_TR/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/zh_CN/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/locale/zh_TW/LC_MESSAGES/modules_randomhighlight.mo +%%GALLERY2DIR%%/modules/randomhighlight/po/GNUmakefile +%%GALLERY2DIR%%/modules/randomhighlight/po/cs_CZ.po +%%GALLERY2DIR%%/modules/randomhighlight/po/de_DE.po +%%GALLERY2DIR%%/modules/randomhighlight/po/fr_FR.po +%%GALLERY2DIR%%/modules/randomhighlight/po/is_IS.po +%%GALLERY2DIR%%/modules/randomhighlight/po/nl_NL.po +%%GALLERY2DIR%%/modules/randomhighlight/po/no_NO.po +%%GALLERY2DIR%%/modules/randomhighlight/po/ru_RU.po +%%GALLERY2DIR%%/modules/randomhighlight/po/sr_YU.po +%%GALLERY2DIR%%/modules/randomhighlight/po/strings.raw +%%GALLERY2DIR%%/modules/randomhighlight/po/sv_SE.po +%%GALLERY2DIR%%/modules/randomhighlight/po/tr_TR.po +%%GALLERY2DIR%%/modules/randomhighlight/po/zh_CN.po +%%GALLERY2DIR%%/modules/randomhighlight/po/zh_TW.po +%%GALLERY2DIR%%/modules/randomhighlight/templates/RandomHighlightOption.tpl +%%GALLERY2DIR%%/modules/randomhighlight/templates/RandomHighlightSiteAdmin.tpl +%%GALLERY2DIR%%/modules/rearrange/locale/bg_BG/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/cs_CZ/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/de_DE/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/fr_FR/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/hu_HU/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/is_IS/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/nl_NL/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/ru_RU/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/sr_YU/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/sv_SE/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/tr_TR/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/vi_VN/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/zh_CN/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/locale/zh_TW/LC_MESSAGES/modules_rearrange.mo +%%GALLERY2DIR%%/modules/rearrange/MANIFEST +%%GALLERY2DIR%%/modules/rearrange/RearrangeItems.inc +%%GALLERY2DIR%%/modules/rearrange/module.inc +%%GALLERY2DIR%%/modules/rearrange/po/GNUmakefile +%%GALLERY2DIR%%/modules/rearrange/po/bg_BG.po +%%GALLERY2DIR%%/modules/rearrange/po/cs_CZ.po +%%GALLERY2DIR%%/modules/rearrange/po/de_DE.po +%%GALLERY2DIR%%/modules/rearrange/po/fr_FR.po +%%GALLERY2DIR%%/modules/rearrange/po/hu_HU.po +%%GALLERY2DIR%%/modules/rearrange/po/is_IS.po +%%GALLERY2DIR%%/modules/rearrange/po/nl_NL.po +%%GALLERY2DIR%%/modules/rearrange/po/ru_RU.po +%%GALLERY2DIR%%/modules/rearrange/po/sr_YU.po +%%GALLERY2DIR%%/modules/rearrange/po/strings.raw +%%GALLERY2DIR%%/modules/rearrange/po/sv_SE.po +%%GALLERY2DIR%%/modules/rearrange/po/tr_TR.po +%%GALLERY2DIR%%/modules/rearrange/po/vi_VN.po +%%GALLERY2DIR%%/modules/rearrange/po/zh_CN.po +%%GALLERY2DIR%%/modules/rearrange/po/zh_TW.po +%%GALLERY2DIR%%/modules/rearrange/templates/Header.tpl +%%GALLERY2DIR%%/modules/rearrange/templates/RearrangeItems.tpl +%%GALLERY2DIR%%/modules/rearrange/templates/RearrangeItemsCell.tpl +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryPendingUser.sql +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GalleryPendingUser.sql +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GalleryPendingUser.sql +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/GalleryPendingUser.class +%%GALLERY2DIR%%/modules/register/classes/GalleryPendingUserHelper.class +%%GALLERY2DIR%%/modules/register/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/register/classes/interfaces/GalleryPendingUser.inc +%%GALLERY2DIR%%/modules/register/AdminSelfRegistration.inc +%%GALLERY2DIR%%/modules/register/ConfirmRegistration.inc +%%GALLERY2DIR%%/modules/register/MANIFEST +%%GALLERY2DIR%%/modules/register/SelfRegistrationSuccess.inc +%%GALLERY2DIR%%/modules/register/UserSelfRegistration.inc +%%GALLERY2DIR%%/modules/register/module.inc +%%GALLERY2DIR%%/modules/register/locale/bg_BG/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/cs_CZ/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/de_DE/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/fr_FR/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/is_IS/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/nl_NL/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/no_NO/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/ru_RU/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/sr_YU/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/sv_SE/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/tr_TR/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/zh_CN/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/locale/zh_TW/LC_MESSAGES/modules_register.mo +%%GALLERY2DIR%%/modules/register/po/GNUmakefile +%%GALLERY2DIR%%/modules/register/po/bg_BG.po +%%GALLERY2DIR%%/modules/register/po/cs_CZ.po +%%GALLERY2DIR%%/modules/register/po/de_DE.po +%%GALLERY2DIR%%/modules/register/po/fr_FR.po +%%GALLERY2DIR%%/modules/register/po/is_IS.po +%%GALLERY2DIR%%/modules/register/po/nl_NL.po +%%GALLERY2DIR%%/modules/register/po/no_NO.po +%%GALLERY2DIR%%/modules/register/po/ru_RU.po +%%GALLERY2DIR%%/modules/register/po/sr_YU.po +%%GALLERY2DIR%%/modules/register/po/strings.raw +%%GALLERY2DIR%%/modules/register/po/sv_SE.po +%%GALLERY2DIR%%/modules/register/po/tr_TR.po +%%GALLERY2DIR%%/modules/register/po/zh_CN.po +%%GALLERY2DIR%%/modules/register/po/zh_TW.po +%%GALLERY2DIR%%/modules/register/templates/AdminEmail.tpl +%%GALLERY2DIR%%/modules/register/templates/AdminSelfRegistration.tpl +%%GALLERY2DIR%%/modules/register/templates/ConfirmRegistration.tpl +%%GALLERY2DIR%%/modules/register/templates/ConfirmationEmail.tpl +%%GALLERY2DIR%%/modules/register/templates/SelfRegistrationSuccess.tpl +%%GALLERY2DIR%%/modules/register/templates/UserSelfRegistration.tpl +%%GALLERY2DIR%%/modules/remote/classes/GalleryRemoteConstants.class +%%GALLERY2DIR%%/modules/remote/classes/GalleryRemoteProperties.class +%%GALLERY2DIR%%/modules/remote/GalleryRemote.inc +%%GALLERY2DIR%%/modules/remote/ItemAddGalleryRemote.inc +%%GALLERY2DIR%%/modules/remote/MANIFEST +%%GALLERY2DIR%%/modules/remote/RemoteSiteAdmin.inc +%%GALLERY2DIR%%/modules/remote/module.inc +%%GALLERY2DIR%%/modules/remote/locale/cs_CZ/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/de_DE/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/fr_FR/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/is_IS/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/nl_NL/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/no_NO/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/pl_PL/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/ru_RU/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/sr_YU/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/sv_SE/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/tr_TR/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/zh_CN/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/locale/zh_TW/LC_MESSAGES/modules_remote.mo +%%GALLERY2DIR%%/modules/remote/po/GNUmakefile +%%GALLERY2DIR%%/modules/remote/po/cs_CZ.po +%%GALLERY2DIR%%/modules/remote/po/de_DE.po +%%GALLERY2DIR%%/modules/remote/po/fr_FR.po +%%GALLERY2DIR%%/modules/remote/po/is_IS.po +%%GALLERY2DIR%%/modules/remote/po/nl_NL.po +%%GALLERY2DIR%%/modules/remote/po/no_NO.po +%%GALLERY2DIR%%/modules/remote/po/pl_PL.po +%%GALLERY2DIR%%/modules/remote/po/ru_RU.po +%%GALLERY2DIR%%/modules/remote/po/sr_YU.po +%%GALLERY2DIR%%/modules/remote/po/strings.raw +%%GALLERY2DIR%%/modules/remote/po/sv_SE.po +%%GALLERY2DIR%%/modules/remote/po/tr_TR.po +%%GALLERY2DIR%%/modules/remote/po/zh_CN.po +%%GALLERY2DIR%%/modules/remote/po/zh_TW.po +%%GALLERY2DIR%%/modules/remote/templates/ItemAddGalleryRemote.tpl +%%GALLERY2DIR%%/modules/remote/templates/RemoteSiteAdmin.tpl +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/RewriteMap.sql +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/RewriteMap.sql +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/RewriteMap.sql +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/RewriteCheckConflictTask.class +%%GALLERY2DIR%%/modules/rewrite/classes/RewriteHelper.class +%%GALLERY2DIR%%/modules/rewrite/classes/RewriteMap.class +%%GALLERY2DIR%%/modules/rewrite/classes/RewriteUrlGenerator.class +%%GALLERY2DIR%%/modules/rewrite/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/classes/interfaces/RewriteMap.inc +%%GALLERY2DIR%%/modules/rewrite/AdminRewrite.inc +%%GALLERY2DIR%%/modules/rewrite/FileNotFound.inc +%%GALLERY2DIR%%/modules/rewrite/MANIFEST +%%GALLERY2DIR%%/modules/rewrite/RewriteModuleExtras.inc +%%GALLERY2DIR%%/modules/rewrite/SetupRewrite.inc +%%GALLERY2DIR%%/modules/rewrite/module.inc +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/custom/.htaccess +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/custom/Rewrite.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/custom/Works.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery/.htaccess +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery/Rewrite.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery/Works.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery2/.htaccess +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery2/Rewrite.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery2/Works.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/custom/.htaccess +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/custom/Rewrite.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/custom/Works.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery/.htaccess +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery/Rewrite.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery/Works.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery2/.htaccess +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery2/Rewrite.txt +%%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery2/Works.txt +%%GALLERY2DIR%%/modules/rewrite/locale/cs_CZ/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/da_DK/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/de_DE/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/fr_FR/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/nl_NL/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/ru_RU/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/sr_YU/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/sv_SE/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/tr_TR/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/locale/zh_TW/LC_MESSAGES/modules_rewrite.mo +%%GALLERY2DIR%%/modules/rewrite/po/GNUmakefile +%%GALLERY2DIR%%/modules/rewrite/po/cs_CZ.po +%%GALLERY2DIR%%/modules/rewrite/po/da_DK.po +%%GALLERY2DIR%%/modules/rewrite/po/de_DE.po +%%GALLERY2DIR%%/modules/rewrite/po/fr_FR.po +%%GALLERY2DIR%%/modules/rewrite/po/nl_NL.po +%%GALLERY2DIR%%/modules/rewrite/po/ru_RU.po +%%GALLERY2DIR%%/modules/rewrite/po/sr_YU.po +%%GALLERY2DIR%%/modules/rewrite/po/strings.raw +%%GALLERY2DIR%%/modules/rewrite/po/sv_SE.po +%%GALLERY2DIR%%/modules/rewrite/po/tr_TR.po +%%GALLERY2DIR%%/modules/rewrite/po/zh_TW.po +%%GALLERY2DIR%%/modules/rewrite/templates/AdminRewrite.tpl +%%GALLERY2DIR%%/modules/rewrite/templates/FileNotFound.tpl +%%GALLERY2DIR%%/modules/rewrite/templates/Htaccess.tpl +%%GALLERY2DIR%%/modules/rewrite/templates/SetupRewrite.tpl +%%GALLERY2DIR%%/modules/rewrite/templates/Troubleshooting.tpl +%%GALLERY2DIR%%/modules/search/classes/GallerySearchInterface_1_0.class +%%GALLERY2DIR%%/modules/search/classes/SearchUtilities.class +%%GALLERY2DIR%%/modules/search/MANIFEST +%%GALLERY2DIR%%/modules/search/SearchScan.inc +%%GALLERY2DIR%%/modules/search/SearchShowAll.inc +%%GALLERY2DIR%%/modules/search/module.inc +%%GALLERY2DIR%%/modules/search/locale/ar_SA/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/bg_BG/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/cs_CZ/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/da_DK/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/de_DE/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/en_GB/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/es_AR/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/fi_FI/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/fr_FR/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/ga_IE/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/hu_HU/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/is_IS/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/ja_JP/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/nl_NL/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/no_NO/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/pl_PL/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/pt_BR/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/pt_PT/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/ru_RU/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/sr_YU/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/sv_SE/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/tr_TR/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/vi_VN/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/zh_CN/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/locale/zh_TW/LC_MESSAGES/modules_search.mo +%%GALLERY2DIR%%/modules/search/po/GNUmakefile +%%GALLERY2DIR%%/modules/search/po/ar_SA.po +%%GALLERY2DIR%%/modules/search/po/bg_BG.po +%%GALLERY2DIR%%/modules/search/po/cs_CZ.po +%%GALLERY2DIR%%/modules/search/po/da_DK.po +%%GALLERY2DIR%%/modules/search/po/de_DE.po +%%GALLERY2DIR%%/modules/search/po/en_GB.po +%%GALLERY2DIR%%/modules/search/po/es_AR.po +%%GALLERY2DIR%%/modules/search/po/fi_FI.po +%%GALLERY2DIR%%/modules/search/po/fr_FR.po +%%GALLERY2DIR%%/modules/search/po/ga_IE.po +%%GALLERY2DIR%%/modules/search/po/hu_HU.po +%%GALLERY2DIR%%/modules/search/po/is_IS.po +%%GALLERY2DIR%%/modules/search/po/ja_JP.po +%%GALLERY2DIR%%/modules/search/po/nl_NL.po +%%GALLERY2DIR%%/modules/search/po/no_NO.po +%%GALLERY2DIR%%/modules/search/po/pl_PL.po +%%GALLERY2DIR%%/modules/search/po/pt_BR.po +%%GALLERY2DIR%%/modules/search/po/pt_PT.po +%%GALLERY2DIR%%/modules/search/po/ru_RU.po +%%GALLERY2DIR%%/modules/search/po/sr_YU.po +%%GALLERY2DIR%%/modules/search/po/strings.raw +%%GALLERY2DIR%%/modules/search/po/sv_SE.po +%%GALLERY2DIR%%/modules/search/po/tr_TR.po +%%GALLERY2DIR%%/modules/search/po/vi_VN.po +%%GALLERY2DIR%%/modules/search/po/zh_CN.po +%%GALLERY2DIR%%/modules/search/po/zh_TW.po +%%GALLERY2DIR%%/modules/search/templates/blocks/SearchBlock.tpl +%%GALLERY2DIR%%/modules/search/templates/blocks/blocks.inc +%%GALLERY2DIR%%/modules/search/templates/SearchScan.tpl +%%GALLERY2DIR%%/modules/search/templates/SearchShowAll.tpl +%%GALLERY2DIR%%/modules/shutterfly/classes/ShutterflyCartPlugin.class +%%GALLERY2DIR%%/modules/shutterfly/MANIFEST +%%GALLERY2DIR%%/modules/shutterfly/PrintPhotos.inc +%%GALLERY2DIR%%/modules/shutterfly/module.inc +%%GALLERY2DIR%%/modules/shutterfly/locale/cs_CZ/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/de_DE/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/fr_FR/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/is_IS/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/nl_NL/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/ru_RU/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/sr_YU/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/tr_TR/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/zh_CN/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/locale/zh_TW/LC_MESSAGES/modules_shutterfly.mo +%%GALLERY2DIR%%/modules/shutterfly/po/GNUmakefile +%%GALLERY2DIR%%/modules/shutterfly/po/cs_CZ.po +%%GALLERY2DIR%%/modules/shutterfly/po/de_DE.po +%%GALLERY2DIR%%/modules/shutterfly/po/fr_FR.po +%%GALLERY2DIR%%/modules/shutterfly/po/is_IS.po +%%GALLERY2DIR%%/modules/shutterfly/po/nl_NL.po +%%GALLERY2DIR%%/modules/shutterfly/po/ru_RU.po +%%GALLERY2DIR%%/modules/shutterfly/po/sr_YU.po +%%GALLERY2DIR%%/modules/shutterfly/po/strings.raw +%%GALLERY2DIR%%/modules/shutterfly/po/tr_TR.po +%%GALLERY2DIR%%/modules/shutterfly/po/zh_CN.po +%%GALLERY2DIR%%/modules/shutterfly/po/zh_TW.po +%%GALLERY2DIR%%/modules/shutterfly/templates/PrintPhotos.tpl +%%GALLERY2DIR%%/modules/sizelimit/classes/SizeLimitHelper.class +%%GALLERY2DIR%%/modules/sizelimit/MANIFEST +%%GALLERY2DIR%%/modules/sizelimit/SetSizeOption.inc +%%GALLERY2DIR%%/modules/sizelimit/SizeLimitOption.inc +%%GALLERY2DIR%%/modules/sizelimit/module.inc +%%GALLERY2DIR%%/modules/sizelimit/locale/cs_CZ/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/da_DK/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/de_DE/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/fr_FR/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/hu_HU/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/is_IS/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/nl_NL/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/no_NO/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/ru_RU/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/sr_YU/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/sv_SE/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/tr_TR/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/zh_CN/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/locale/zh_TW/LC_MESSAGES/modules_sizelimit.mo +%%GALLERY2DIR%%/modules/sizelimit/po/GNUmakefile +%%GALLERY2DIR%%/modules/sizelimit/po/cs_CZ.po +%%GALLERY2DIR%%/modules/sizelimit/po/da_DK.po +%%GALLERY2DIR%%/modules/sizelimit/po/de_DE.po +%%GALLERY2DIR%%/modules/sizelimit/po/fr_FR.po +%%GALLERY2DIR%%/modules/sizelimit/po/hu_HU.po +%%GALLERY2DIR%%/modules/sizelimit/po/is_IS.po +%%GALLERY2DIR%%/modules/sizelimit/po/nl_NL.po +%%GALLERY2DIR%%/modules/sizelimit/po/no_NO.po +%%GALLERY2DIR%%/modules/sizelimit/po/ru_RU.po +%%GALLERY2DIR%%/modules/sizelimit/po/sr_YU.po +%%GALLERY2DIR%%/modules/sizelimit/po/strings.raw +%%GALLERY2DIR%%/modules/sizelimit/po/sv_SE.po +%%GALLERY2DIR%%/modules/sizelimit/po/tr_TR.po +%%GALLERY2DIR%%/modules/sizelimit/po/zh_CN.po +%%GALLERY2DIR%%/modules/sizelimit/po/zh_TW.po +%%GALLERY2DIR%%/modules/sizelimit/templates/SizeLimitOption.tpl +%%GALLERY2DIR%%/modules/slideshow/classes/SlideshowImpl.class +%%GALLERY2DIR%%/modules/slideshow/classes/SlideshowInterface_1_0.class +%%GALLERY2DIR%%/modules/slideshow/MANIFEST +%%GALLERY2DIR%%/modules/slideshow/Slideshow.inc +%%GALLERY2DIR%%/modules/slideshow/module.inc +%%GALLERY2DIR%%/modules/slideshow/locale/bg_BG/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/cs_CZ/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/da_DK/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/de_DE/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/fr_FR/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/hu_HU/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/is_IS/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/ja_JP/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/nl_NL/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/no_NO/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/pl_PL/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/ru_RU/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/sr_YU/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/sv_SE/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/tr_TR/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/vi_VN/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/zh_CN/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/locale/zh_TW/LC_MESSAGES/modules_slideshow.mo +%%GALLERY2DIR%%/modules/slideshow/po/GNUmakefile +%%GALLERY2DIR%%/modules/slideshow/po/bg_BG.po +%%GALLERY2DIR%%/modules/slideshow/po/cs_CZ.po +%%GALLERY2DIR%%/modules/slideshow/po/da_DK.po +%%GALLERY2DIR%%/modules/slideshow/po/de_DE.po +%%GALLERY2DIR%%/modules/slideshow/po/fr_FR.po +%%GALLERY2DIR%%/modules/slideshow/po/hu_HU.po +%%GALLERY2DIR%%/modules/slideshow/po/is_IS.po +%%GALLERY2DIR%%/modules/slideshow/po/ja_JP.po +%%GALLERY2DIR%%/modules/slideshow/po/nl_NL.po +%%GALLERY2DIR%%/modules/slideshow/po/no_NO.po +%%GALLERY2DIR%%/modules/slideshow/po/pl_PL.po +%%GALLERY2DIR%%/modules/slideshow/po/ru_RU.po +%%GALLERY2DIR%%/modules/slideshow/po/sr_YU.po +%%GALLERY2DIR%%/modules/slideshow/po/strings.raw +%%GALLERY2DIR%%/modules/slideshow/po/sv_SE.po +%%GALLERY2DIR%%/modules/slideshow/po/tr_TR.po +%%GALLERY2DIR%%/modules/slideshow/po/vi_VN.po +%%GALLERY2DIR%%/modules/slideshow/po/zh_CN.po +%%GALLERY2DIR%%/modules/slideshow/po/zh_TW.po +%%GALLERY2DIR%%/modules/slideshow/templates/Header.tpl +%%GALLERY2DIR%%/modules/slideshow/templates/Slideshow.tpl +%%GALLERY2DIR%%/modules/slideshowapplet/applets/GalleryRemoteAppletMini.jar +%%GALLERY2DIR%%/modules/slideshowapplet/applets/GalleryRemoteHTTPClient.jar +%%GALLERY2DIR%%/modules/slideshowapplet/applets/applet_img.jar +%%GALLERY2DIR%%/modules/slideshowapplet/MANIFEST +%%GALLERY2DIR%%/modules/slideshowapplet/SlideshowApplet.inc +%%GALLERY2DIR%%/modules/slideshowapplet/SlideshowAppletSiteAdmin.inc +%%GALLERY2DIR%%/modules/slideshowapplet/module.inc +%%GALLERY2DIR%%/modules/slideshowapplet/locale/bg_BG/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/cs_CZ/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/da_DK/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/de_DE/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/fr_FR/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/nl_NL/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/no_NO/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/pl_PL/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/ru_RU/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/sr_YU/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/tr_TR/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/vi_VN/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/zh_CN/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/locale/zh_TW/LC_MESSAGES/modules_slideshowapplet.mo +%%GALLERY2DIR%%/modules/slideshowapplet/po/GNUmakefile +%%GALLERY2DIR%%/modules/slideshowapplet/po/bg_BG.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/cs_CZ.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/da_DK.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/de_DE.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/fr_FR.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/nl_NL.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/no_NO.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/pl_PL.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/ru_RU.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/sr_YU.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/strings.raw +%%GALLERY2DIR%%/modules/slideshowapplet/po/tr_TR.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/vi_VN.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/zh_CN.po +%%GALLERY2DIR%%/modules/slideshowapplet/po/zh_TW.po +%%GALLERY2DIR%%/modules/slideshowapplet/templates/SlideshowApplet.tpl +%%GALLERY2DIR%%/modules/slideshowapplet/templates/SlideshowAppletSiteAdmin.tpl +%%GALLERY2DIR%%/modules/squarethumb/classes/SquareThumbToolkit.class +%%GALLERY2DIR%%/modules/squarethumb/CantActivate.inc +%%GALLERY2DIR%%/modules/squarethumb/MANIFEST +%%GALLERY2DIR%%/modules/squarethumb/SquareThumbSiteAdmin.inc +%%GALLERY2DIR%%/modules/squarethumb/module.inc +%%GALLERY2DIR%%/modules/squarethumb/locale/cs_CZ/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/de_DE/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/fr_FR/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/is_IS/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/nl_NL/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/no_NO/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/ru_RU/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/sr_YU/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/tr_TR/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/zh_CN/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/locale/zh_TW/LC_MESSAGES/modules_squarethumb.mo +%%GALLERY2DIR%%/modules/squarethumb/po/GNUmakefile +%%GALLERY2DIR%%/modules/squarethumb/po/cs_CZ.po +%%GALLERY2DIR%%/modules/squarethumb/po/de_DE.po +%%GALLERY2DIR%%/modules/squarethumb/po/fr_FR.po +%%GALLERY2DIR%%/modules/squarethumb/po/is_IS.po +%%GALLERY2DIR%%/modules/squarethumb/po/nl_NL.po +%%GALLERY2DIR%%/modules/squarethumb/po/no_NO.po +%%GALLERY2DIR%%/modules/squarethumb/po/ru_RU.po +%%GALLERY2DIR%%/modules/squarethumb/po/sr_YU.po +%%GALLERY2DIR%%/modules/squarethumb/po/strings.raw +%%GALLERY2DIR%%/modules/squarethumb/po/tr_TR.po +%%GALLERY2DIR%%/modules/squarethumb/po/zh_CN.po +%%GALLERY2DIR%%/modules/squarethumb/po/zh_TW.po +%%GALLERY2DIR%%/modules/squarethumb/templates/CantActivate.tpl +%%GALLERY2DIR%%/modules/squarethumb/templates/SquareThumbSiteAdmin.tpl +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_ThumbnailImage_1.0.sql +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/ThumbnailImage.sql +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_ThumbnailImage_1.0.sql +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/ThumbnailImage.sql +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_ThumbnailImage_1.0.sql +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/ThumbnailImage.sql +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_ThumbnailImage_1.0.xml +%%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/ThumbnailHelper.class +%%GALLERY2DIR%%/modules/thumbnail/classes/ThumbnailImage.class +%%GALLERY2DIR%%/modules/thumbnail/classes/ThumbnailToolkit.class +%%GALLERY2DIR%%/modules/thumbnail/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/classes/interfaces/ThumbnailImage.inc +%%GALLERY2DIR%%/modules/thumbnail/CustomThumbnailOption.inc +%%GALLERY2DIR%%/modules/thumbnail/MANIFEST +%%GALLERY2DIR%%/modules/thumbnail/ThumbnailSiteAdmin.inc +%%GALLERY2DIR%%/modules/thumbnail/module.inc +%%GALLERY2DIR%%/modules/thumbnail/images/G2audio.jpg +%%GALLERY2DIR%%/modules/thumbnail/images/G2video.jpg +%%GALLERY2DIR%%/modules/thumbnail/locale/cs_CZ/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/de_DE/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/fr_FR/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/hu_HU/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/is_IS/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/nl_NL/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/no_NO/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/pl_PL/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/ru_RU/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/sr_YU/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/sv_SE/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/tr_TR/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/zh_CN/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/locale/zh_TW/LC_MESSAGES/modules_thumbnail.mo +%%GALLERY2DIR%%/modules/thumbnail/po/GNUmakefile +%%GALLERY2DIR%%/modules/thumbnail/po/cs_CZ.po +%%GALLERY2DIR%%/modules/thumbnail/po/de_DE.po +%%GALLERY2DIR%%/modules/thumbnail/po/fr_FR.po +%%GALLERY2DIR%%/modules/thumbnail/po/hu_HU.po +%%GALLERY2DIR%%/modules/thumbnail/po/is_IS.po +%%GALLERY2DIR%%/modules/thumbnail/po/nl_NL.po +%%GALLERY2DIR%%/modules/thumbnail/po/no_NO.po +%%GALLERY2DIR%%/modules/thumbnail/po/pl_PL.po +%%GALLERY2DIR%%/modules/thumbnail/po/ru_RU.po +%%GALLERY2DIR%%/modules/thumbnail/po/sr_YU.po +%%GALLERY2DIR%%/modules/thumbnail/po/strings.raw +%%GALLERY2DIR%%/modules/thumbnail/po/sv_SE.po +%%GALLERY2DIR%%/modules/thumbnail/po/tr_TR.po +%%GALLERY2DIR%%/modules/thumbnail/po/zh_CN.po +%%GALLERY2DIR%%/modules/thumbnail/po/zh_TW.po +%%GALLERY2DIR%%/modules/thumbnail/templates/CustomThumbnail.tpl +%%GALLERY2DIR%%/modules/thumbnail/templates/ThumbnailSiteAdmin.tpl +%%GALLERY2DIR%%/modules/thumbpage/locale/cs_CZ/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/de_DE/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/fr_FR/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/is_IS/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/nl_NL/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/no_NO/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/ru_RU/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/sr_YU/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/sv_SE/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/tr_TR/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/zh_CN/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/locale/zh_TW/LC_MESSAGES/modules_thumbpage.mo +%%GALLERY2DIR%%/modules/thumbpage/CantActivate.inc +%%GALLERY2DIR%%/modules/thumbpage/ItemEditThumbOffset.inc +%%GALLERY2DIR%%/modules/thumbpage/ItemEditThumbPage.inc +%%GALLERY2DIR%%/modules/thumbpage/MANIFEST +%%GALLERY2DIR%%/modules/thumbpage/module.inc +%%GALLERY2DIR%%/modules/thumbpage/po/GNUmakefile +%%GALLERY2DIR%%/modules/thumbpage/po/cs_CZ.po +%%GALLERY2DIR%%/modules/thumbpage/po/de_DE.po +%%GALLERY2DIR%%/modules/thumbpage/po/fr_FR.po +%%GALLERY2DIR%%/modules/thumbpage/po/is_IS.po +%%GALLERY2DIR%%/modules/thumbpage/po/nl_NL.po +%%GALLERY2DIR%%/modules/thumbpage/po/no_NO.po +%%GALLERY2DIR%%/modules/thumbpage/po/ru_RU.po +%%GALLERY2DIR%%/modules/thumbpage/po/sr_YU.po +%%GALLERY2DIR%%/modules/thumbpage/po/strings.raw +%%GALLERY2DIR%%/modules/thumbpage/po/sv_SE.po +%%GALLERY2DIR%%/modules/thumbpage/po/tr_TR.po +%%GALLERY2DIR%%/modules/thumbpage/po/zh_CN.po +%%GALLERY2DIR%%/modules/thumbpage/po/zh_TW.po +%%GALLERY2DIR%%/modules/thumbpage/templates/CantActivate.tpl +%%GALLERY2DIR%%/modules/thumbpage/templates/Offset.tpl +%%GALLERY2DIR%%/modules/thumbpage/templates/Page.tpl +%%GALLERY2DIR%%/modules/uploadapplet/applets/GalleryRemoteAppletMini.jar +%%GALLERY2DIR%%/modules/uploadapplet/applets/GalleryRemoteHTTPClient.jar +%%GALLERY2DIR%%/modules/uploadapplet/applets/applet_img.jar +%%GALLERY2DIR%%/modules/uploadapplet/ItemAddUploadApplet.inc +%%GALLERY2DIR%%/modules/uploadapplet/MANIFEST +%%GALLERY2DIR%%/modules/uploadapplet/module.inc +%%GALLERY2DIR%%/modules/uploadapplet/locale/cs_CZ/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/de_DE/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/fr_FR/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/is_IS/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/nl_NL/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/no_NO/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/ru_RU/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/sr_YU/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/tr_TR/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/zh_CN/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/locale/zh_TW/LC_MESSAGES/modules_uploadapplet.mo +%%GALLERY2DIR%%/modules/uploadapplet/po/GNUmakefile +%%GALLERY2DIR%%/modules/uploadapplet/po/cs_CZ.po +%%GALLERY2DIR%%/modules/uploadapplet/po/de_DE.po +%%GALLERY2DIR%%/modules/uploadapplet/po/fr_FR.po +%%GALLERY2DIR%%/modules/uploadapplet/po/is_IS.po +%%GALLERY2DIR%%/modules/uploadapplet/po/nl_NL.po +%%GALLERY2DIR%%/modules/uploadapplet/po/no_NO.po +%%GALLERY2DIR%%/modules/uploadapplet/po/ru_RU.po +%%GALLERY2DIR%%/modules/uploadapplet/po/sr_YU.po +%%GALLERY2DIR%%/modules/uploadapplet/po/strings.raw +%%GALLERY2DIR%%/modules/uploadapplet/po/tr_TR.po +%%GALLERY2DIR%%/modules/uploadapplet/po/zh_CN.po +%%GALLERY2DIR%%/modules/uploadapplet/po/zh_TW.po +%%GALLERY2DIR%%/modules/uploadapplet/templates/ItemAddUploadApplet.tpl +%%GALLERY2DIR%%/modules/useralbum/classes/UserAlbumHelper.class +%%GALLERY2DIR%%/modules/useralbum/MANIFEST +%%GALLERY2DIR%%/modules/useralbum/UserAlbum.inc +%%GALLERY2DIR%%/modules/useralbum/UserAlbumSiteAdmin.inc +%%GALLERY2DIR%%/modules/useralbum/module.inc +%%GALLERY2DIR%%/modules/useralbum/locale/bg_BG/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/cs_CZ/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/de_DE/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/fr_FR/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/is_IS/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/nl_NL/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/no_NO/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/pl_PL/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/ru_RU/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/sr_YU/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/sv_SE/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/tr_TR/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/zh_CN/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/locale/zh_TW/LC_MESSAGES/modules_useralbum.mo +%%GALLERY2DIR%%/modules/useralbum/po/GNUmakefile +%%GALLERY2DIR%%/modules/useralbum/po/bg_BG.po +%%GALLERY2DIR%%/modules/useralbum/po/cs_CZ.po +%%GALLERY2DIR%%/modules/useralbum/po/de_DE.po +%%GALLERY2DIR%%/modules/useralbum/po/fr_FR.po +%%GALLERY2DIR%%/modules/useralbum/po/is_IS.po +%%GALLERY2DIR%%/modules/useralbum/po/nl_NL.po +%%GALLERY2DIR%%/modules/useralbum/po/no_NO.po +%%GALLERY2DIR%%/modules/useralbum/po/pl_PL.po +%%GALLERY2DIR%%/modules/useralbum/po/ru_RU.po +%%GALLERY2DIR%%/modules/useralbum/po/sr_YU.po +%%GALLERY2DIR%%/modules/useralbum/po/strings.raw +%%GALLERY2DIR%%/modules/useralbum/po/sv_SE.po +%%GALLERY2DIR%%/modules/useralbum/po/tr_TR.po +%%GALLERY2DIR%%/modules/useralbum/po/zh_CN.po +%%GALLERY2DIR%%/modules/useralbum/po/zh_TW.po +%%GALLERY2DIR%%/modules/useralbum/templates/UserAlbumSiteAdmin.tpl +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/A_WatermarkImage_1.0.sql +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/WatermarkImage.sql +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/A_WatermarkImage_1.0.sql +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle/WatermarkImage.sql +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/A_WatermarkImage_1.0.sql +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres/WatermarkImage.sql +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/xml-src/A_WatermarkImage_1.0.xml +%%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/xml-src/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/WatermarkHelper.class +%%GALLERY2DIR%%/modules/watermark/classes/WatermarkImage.class +%%GALLERY2DIR%%/modules/watermark/classes/interfaces/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/classes/interfaces/WatermarkImage.inc +%%GALLERY2DIR%%/modules/watermark/ConfirmDelete.inc +%%GALLERY2DIR%%/modules/watermark/DownloadItem.inc +%%GALLERY2DIR%%/modules/watermark/ItemEditWatermark.inc +%%GALLERY2DIR%%/modules/watermark/MANIFEST +%%GALLERY2DIR%%/modules/watermark/UserWatermarkEdit.inc +%%GALLERY2DIR%%/modules/watermark/UserWatermarks.inc +%%GALLERY2DIR%%/modules/watermark/WatermarkOption.inc +%%GALLERY2DIR%%/modules/watermark/WatermarkSiteAdmin.inc +%%GALLERY2DIR%%/modules/watermark/WatermarkSiteAdminEdit.inc +%%GALLERY2DIR%%/modules/watermark/module.inc +%%GALLERY2DIR%%/modules/watermark/locale/cs_CZ/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/de_DE/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/fr_FR/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/is_IS/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/nl_NL/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/no_NO/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/ru_RU/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/sr_YU/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/tr_TR/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/zh_CN/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/locale/zh_TW/LC_MESSAGES/modules_watermark.mo +%%GALLERY2DIR%%/modules/watermark/po/GNUmakefile +%%GALLERY2DIR%%/modules/watermark/po/cs_CZ.po +%%GALLERY2DIR%%/modules/watermark/po/de_DE.po +%%GALLERY2DIR%%/modules/watermark/po/fr_FR.po +%%GALLERY2DIR%%/modules/watermark/po/is_IS.po +%%GALLERY2DIR%%/modules/watermark/po/nl_NL.po +%%GALLERY2DIR%%/modules/watermark/po/no_NO.po +%%GALLERY2DIR%%/modules/watermark/po/ru_RU.po +%%GALLERY2DIR%%/modules/watermark/po/sr_YU.po +%%GALLERY2DIR%%/modules/watermark/po/strings.raw +%%GALLERY2DIR%%/modules/watermark/po/tr_TR.po +%%GALLERY2DIR%%/modules/watermark/po/zh_CN.po +%%GALLERY2DIR%%/modules/watermark/po/zh_TW.po +%%GALLERY2DIR%%/modules/watermark/templates/ConfirmDelete.tpl +%%GALLERY2DIR%%/modules/watermark/templates/ItemEditWatermark.tpl +%%GALLERY2DIR%%/modules/watermark/templates/UserWatermarkEdit.tpl +%%GALLERY2DIR%%/modules/watermark/templates/UserWatermarks.tpl +%%GALLERY2DIR%%/modules/watermark/templates/WatermarkEdit.tpl +%%GALLERY2DIR%%/modules/watermark/templates/WatermarkOption.tpl +%%GALLERY2DIR%%/modules/watermark/templates/WatermarkSiteAdmin.tpl +%%GALLERY2DIR%%/modules/watermark/templates/WatermarkSiteAdminEdit.tpl +%%GALLERY2DIR%%/modules/webcam/ItemAddWebCam.inc +%%GALLERY2DIR%%/modules/webcam/MANIFEST +%%GALLERY2DIR%%/modules/webcam/WebCamSiteAdmin.inc +%%GALLERY2DIR%%/modules/webcam/module.inc +%%GALLERY2DIR%%/modules/webcam/locale/cs_CZ/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/de_DE/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/fr_FR/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/is_IS/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/nl_NL/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/no_NO/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/ru_RU/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/sr_YU/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/sv_SE/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/tr_TR/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/zh_CN/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/locale/zh_TW/LC_MESSAGES/modules_webcam.mo +%%GALLERY2DIR%%/modules/webcam/po/GNUmakefile +%%GALLERY2DIR%%/modules/webcam/po/cs_CZ.po +%%GALLERY2DIR%%/modules/webcam/po/de_DE.po +%%GALLERY2DIR%%/modules/webcam/po/fr_FR.po +%%GALLERY2DIR%%/modules/webcam/po/is_IS.po +%%GALLERY2DIR%%/modules/webcam/po/nl_NL.po +%%GALLERY2DIR%%/modules/webcam/po/no_NO.po +%%GALLERY2DIR%%/modules/webcam/po/ru_RU.po +%%GALLERY2DIR%%/modules/webcam/po/sr_YU.po +%%GALLERY2DIR%%/modules/webcam/po/strings.raw +%%GALLERY2DIR%%/modules/webcam/po/sv_SE.po +%%GALLERY2DIR%%/modules/webcam/po/tr_TR.po +%%GALLERY2DIR%%/modules/webcam/po/zh_CN.po +%%GALLERY2DIR%%/modules/webcam/po/zh_TW.po +%%GALLERY2DIR%%/modules/webcam/templates/ItemAddWebCam.tpl +%%GALLERY2DIR%%/modules/webcam/templates/WebCamSiteAdmin.tpl +%%GALLERY2DIR%%/modules/zipcart/classes/ZipCartPlugin.class +%%GALLERY2DIR%%/modules/zipcart/Download.inc +%%GALLERY2DIR%%/modules/zipcart/MANIFEST +%%GALLERY2DIR%%/modules/zipcart/ZipCartAdmin.inc +%%GALLERY2DIR%%/modules/zipcart/module.inc +%%GALLERY2DIR%%/modules/zipcart/locale/cs_CZ/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/de_DE/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/fr_FR/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/is_IS/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/nl_NL/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/no_NO/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/ru_RU/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/sr_YU/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/tr_TR/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/zh_CN/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/locale/zh_TW/LC_MESSAGES/modules_zipcart.mo +%%GALLERY2DIR%%/modules/zipcart/po/GNUmakefile +%%GALLERY2DIR%%/modules/zipcart/po/cs_CZ.po +%%GALLERY2DIR%%/modules/zipcart/po/de_DE.po +%%GALLERY2DIR%%/modules/zipcart/po/fr_FR.po +%%GALLERY2DIR%%/modules/zipcart/po/is_IS.po +%%GALLERY2DIR%%/modules/zipcart/po/nl_NL.po +%%GALLERY2DIR%%/modules/zipcart/po/no_NO.po +%%GALLERY2DIR%%/modules/zipcart/po/ru_RU.po +%%GALLERY2DIR%%/modules/zipcart/po/sr_YU.po +%%GALLERY2DIR%%/modules/zipcart/po/strings.raw +%%GALLERY2DIR%%/modules/zipcart/po/tr_TR.po +%%GALLERY2DIR%%/modules/zipcart/po/zh_CN.po +%%GALLERY2DIR%%/modules/zipcart/po/zh_TW.po +%%GALLERY2DIR%%/modules/zipcart/templates/ZipCartAdmin.tpl +%%GALLERY2DIR%%/themes/classic/images/groupinfo.png +%%GALLERY2DIR%%/themes/classic/images/icon_path_separator.gif +%%GALLERY2DIR%%/themes/classic/images/key7-16-bw.gif +%%GALLERY2DIR%%/themes/classic/images/nav_first.gif +%%GALLERY2DIR%%/themes/classic/images/nav_last.gif +%%GALLERY2DIR%%/themes/classic/images/nav_next.gif +%%GALLERY2DIR%%/themes/classic/images/nav_prev.gif +%%GALLERY2DIR%%/themes/classic/images/tab_bg.gif +%%GALLERY2DIR%%/themes/classic/images/tab_left.jpg +%%GALLERY2DIR%%/themes/classic/images/tab_left_on.jpg +%%GALLERY2DIR%%/themes/classic/images/tab_right.jpg +%%GALLERY2DIR%%/themes/classic/images/tab_right_on.jpg +%%GALLERY2DIR%%/themes/classic/images/userinfo.png +%%GALLERY2DIR%%/themes/classic/MANIFEST +%%GALLERY2DIR%%/themes/classic/theme.css +%%GALLERY2DIR%%/themes/classic/theme.inc +%%GALLERY2DIR%%/themes/classic/locale/cs_CZ/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/da_DK/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/de_DE/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/el_GR/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/en_GB/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/es_AR/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/es_MX/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/fi_FI/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/fr_FR/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/ga_IE/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/he_IL/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/hu_HU/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/is_IS/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/it_IT/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/ja_JP/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/nl_NL/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/no_NO/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/pl_PL/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/pt_BR/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/pt_PT/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/ru_RU/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/sr_YU/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/sv_SE/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/tr_TR/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/vi_VN/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/zh_CN/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/locale/zh_TW/LC_MESSAGES/themes_classic.mo +%%GALLERY2DIR%%/themes/classic/po/GNUmakefile +%%GALLERY2DIR%%/themes/classic/po/cs_CZ.po +%%GALLERY2DIR%%/themes/classic/po/da_DK.po +%%GALLERY2DIR%%/themes/classic/po/de_DE.po +%%GALLERY2DIR%%/themes/classic/po/el_GR.po +%%GALLERY2DIR%%/themes/classic/po/en_GB.po +%%GALLERY2DIR%%/themes/classic/po/es_AR.po +%%GALLERY2DIR%%/themes/classic/po/es_MX.po +%%GALLERY2DIR%%/themes/classic/po/fi_FI.po +%%GALLERY2DIR%%/themes/classic/po/fr_FR.po +%%GALLERY2DIR%%/themes/classic/po/ga_IE.po +%%GALLERY2DIR%%/themes/classic/po/he_IL.po +%%GALLERY2DIR%%/themes/classic/po/hu_HU.po +%%GALLERY2DIR%%/themes/classic/po/is_IS.po +%%GALLERY2DIR%%/themes/classic/po/it_IT.po +%%GALLERY2DIR%%/themes/classic/po/ja_JP.po +%%GALLERY2DIR%%/themes/classic/po/nl_NL.po +%%GALLERY2DIR%%/themes/classic/po/no_NO.po +%%GALLERY2DIR%%/themes/classic/po/pl_PL.po +%%GALLERY2DIR%%/themes/classic/po/pt_BR.po +%%GALLERY2DIR%%/themes/classic/po/pt_PT.po +%%GALLERY2DIR%%/themes/classic/po/ru_RU.po +%%GALLERY2DIR%%/themes/classic/po/sr_YU.po +%%GALLERY2DIR%%/themes/classic/po/strings.raw +%%GALLERY2DIR%%/themes/classic/po/sv_SE.po +%%GALLERY2DIR%%/themes/classic/po/tr_TR.po +%%GALLERY2DIR%%/themes/classic/po/vi_VN.po +%%GALLERY2DIR%%/themes/classic/po/zh_CN.po +%%GALLERY2DIR%%/themes/classic/po/zh_TW.po +%%GALLERY2DIR%%/themes/classic/templates/admin.tpl +%%GALLERY2DIR%%/themes/classic/templates/album.tpl +%%GALLERY2DIR%%/themes/classic/templates/error.tpl +%%GALLERY2DIR%%/themes/classic/templates/module.tpl +%%GALLERY2DIR%%/themes/classic/templates/photo.tpl +%%GALLERY2DIR%%/themes/classic/templates/progressbar.tpl +%%GALLERY2DIR%%/themes/classic/templates/sidebar.tpl +%%GALLERY2DIR%%/themes/classic/templates/theme.tpl +%%GALLERY2DIR%%/themes/hybrid/images/down.png +%%GALLERY2DIR%%/themes/hybrid/images/alb.png +%%GALLERY2DIR%%/themes/hybrid/images/full.png +%%GALLERY2DIR%%/themes/hybrid/images/fit.png +%%GALLERY2DIR%%/themes/hybrid/images/info.png +%%GALLERY2DIR%%/themes/hybrid/images/fwd.png +%%GALLERY2DIR%%/themes/hybrid/images/left.png +%%GALLERY2DIR%%/themes/hybrid/images/menu.png +%%GALLERY2DIR%%/themes/hybrid/images/next-off.png +%%GALLERY2DIR%%/themes/hybrid/images/next.png +%%GALLERY2DIR%%/themes/hybrid/images/poz.png +%%GALLERY2DIR%%/themes/hybrid/images/prev-off.png +%%GALLERY2DIR%%/themes/hybrid/images/prev.png +%%GALLERY2DIR%%/themes/hybrid/images/rand.png +%%GALLERY2DIR%%/themes/hybrid/images/rev.png +%%GALLERY2DIR%%/themes/hybrid/images/right.png +%%GALLERY2DIR%%/themes/hybrid/images/up.png +%%GALLERY2DIR%%/themes/hybrid/MANIFEST +%%GALLERY2DIR%%/themes/hybrid/hybrid.js +%%GALLERY2DIR%%/themes/hybrid/theme.css +%%GALLERY2DIR%%/themes/hybrid/theme.inc +%%GALLERY2DIR%%/themes/hybrid/locale/cs_CZ/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/da_DK/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/de_DE/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/fr_FR/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/is_IS/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/it_IT/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/nl_NL/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/no_NO/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/sr_YU/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/sv_SE/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/tr_TR/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/vi_VN/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/zh_CN/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/locale/zh_TW/LC_MESSAGES/themes_hybrid.mo +%%GALLERY2DIR%%/themes/hybrid/po/GNUmakefile +%%GALLERY2DIR%%/themes/hybrid/po/cs_CZ.po +%%GALLERY2DIR%%/themes/hybrid/po/da_DK.po +%%GALLERY2DIR%%/themes/hybrid/po/de_DE.po +%%GALLERY2DIR%%/themes/hybrid/po/fr_FR.po +%%GALLERY2DIR%%/themes/hybrid/po/is_IS.po +%%GALLERY2DIR%%/themes/hybrid/po/it_IT.po +%%GALLERY2DIR%%/themes/hybrid/po/nl_NL.po +%%GALLERY2DIR%%/themes/hybrid/po/no_NO.po +%%GALLERY2DIR%%/themes/hybrid/po/sr_YU.po +%%GALLERY2DIR%%/themes/hybrid/po/strings.raw +%%GALLERY2DIR%%/themes/hybrid/po/sv_SE.po +%%GALLERY2DIR%%/themes/hybrid/po/tr_TR.po +%%GALLERY2DIR%%/themes/hybrid/po/vi_VN.po +%%GALLERY2DIR%%/themes/hybrid/po/zh_CN.po +%%GALLERY2DIR%%/themes/hybrid/po/zh_TW.po +%%GALLERY2DIR%%/themes/hybrid/templates/detail.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/error.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/header.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/hybrid.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/progressbar.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/render.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/sidebar.tpl +%%GALLERY2DIR%%/themes/hybrid/templates/theme.tpl +%%GALLERY2DIR%%/themes/matrix/images/gallery_logo.png +%%GALLERY2DIR%%/themes/matrix/images/groupinfo.png +%%GALLERY2DIR%%/themes/matrix/images/icon_comments.jpg +%%GALLERY2DIR%%/themes/matrix/images/icon_debug.jpg +%%GALLERY2DIR%%/themes/matrix/images/icon_general.jpg +%%GALLERY2DIR%%/themes/matrix/images/icon_groups.jpg +%%GALLERY2DIR%%/themes/matrix/images/icon_layouts.jpg +%%GALLERY2DIR%%/themes/matrix/images/icon_modules.jpg +%%GALLERY2DIR%%/themes/matrix/images/icon_path_separator.gif +%%GALLERY2DIR%%/themes/matrix/images/icon_users.jpg +%%GALLERY2DIR%%/themes/matrix/images/key7-16-bw.gif +%%GALLERY2DIR%%/themes/matrix/images/loading.gif +%%GALLERY2DIR%%/themes/matrix/images/nav_first.gif +%%GALLERY2DIR%%/themes/matrix/images/nav_last.gif +%%GALLERY2DIR%%/themes/matrix/images/nav_next.gif +%%GALLERY2DIR%%/themes/matrix/images/nav_prev.gif +%%GALLERY2DIR%%/themes/matrix/images/tab_bg.gif +%%GALLERY2DIR%%/themes/matrix/images/tab_left.jpg +%%GALLERY2DIR%%/themes/matrix/images/tab_left_on.jpg +%%GALLERY2DIR%%/themes/matrix/images/tab_right.jpg +%%GALLERY2DIR%%/themes/matrix/images/tab_right_on.jpg +%%GALLERY2DIR%%/themes/matrix/images/userinfo.png +%%GALLERY2DIR%%/themes/matrix/MANIFEST +%%GALLERY2DIR%%/themes/matrix/theme.css +%%GALLERY2DIR%%/themes/matrix/theme.inc +%%GALLERY2DIR%%/themes/matrix/locale/ar_SA/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/cs_CZ/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/da_DK/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/de_DE/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/el_GR/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/en_GB/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/es_AR/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/es_MX/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/fi_FI/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/fr_FR/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/ga_IE/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/he_IL/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/hu_HU/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/is_IS/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/it_IT/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/ja_JP/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/nl_NL/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/no_NO/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/pl_PL/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/pt_BR/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/pt_PT/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/ru_RU/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/sr_YU/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/sv_SE/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/tr_TR/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/vi_VN/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/zh_CN/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/locale/zh_TW/LC_MESSAGES/themes_matrix.mo +%%GALLERY2DIR%%/themes/matrix/po/GNUmakefile +%%GALLERY2DIR%%/themes/matrix/po/ar_SA.po +%%GALLERY2DIR%%/themes/matrix/po/cs_CZ.po +%%GALLERY2DIR%%/themes/matrix/po/da_DK.po +%%GALLERY2DIR%%/themes/matrix/po/de_DE.po +%%GALLERY2DIR%%/themes/matrix/po/el_GR.po +%%GALLERY2DIR%%/themes/matrix/po/en_GB.po +%%GALLERY2DIR%%/themes/matrix/po/es_AR.po +%%GALLERY2DIR%%/themes/matrix/po/es_MX.po +%%GALLERY2DIR%%/themes/matrix/po/fi_FI.po +%%GALLERY2DIR%%/themes/matrix/po/fr_FR.po +%%GALLERY2DIR%%/themes/matrix/po/ga_IE.po +%%GALLERY2DIR%%/themes/matrix/po/he_IL.po +%%GALLERY2DIR%%/themes/matrix/po/hu_HU.po +%%GALLERY2DIR%%/themes/matrix/po/is_IS.po +%%GALLERY2DIR%%/themes/matrix/po/it_IT.po +%%GALLERY2DIR%%/themes/matrix/po/ja_JP.po +%%GALLERY2DIR%%/themes/matrix/po/nl_NL.po +%%GALLERY2DIR%%/themes/matrix/po/no_NO.po +%%GALLERY2DIR%%/themes/matrix/po/pl_PL.po +%%GALLERY2DIR%%/themes/matrix/po/pt_BR.po +%%GALLERY2DIR%%/themes/matrix/po/pt_PT.po +%%GALLERY2DIR%%/themes/matrix/po/ru_RU.po +%%GALLERY2DIR%%/themes/matrix/po/sr_YU.po +%%GALLERY2DIR%%/themes/matrix/po/strings.raw +%%GALLERY2DIR%%/themes/matrix/po/sv_SE.po +%%GALLERY2DIR%%/themes/matrix/po/tr_TR.po +%%GALLERY2DIR%%/themes/matrix/po/vi_VN.po +%%GALLERY2DIR%%/themes/matrix/po/zh_CN.po +%%GALLERY2DIR%%/themes/matrix/po/zh_TW.po +%%GALLERY2DIR%%/themes/matrix/templates/admin.tpl +%%GALLERY2DIR%%/themes/matrix/templates/album.tpl +%%GALLERY2DIR%%/themes/matrix/templates/error.tpl +%%GALLERY2DIR%%/themes/matrix/templates/module.tpl +%%GALLERY2DIR%%/themes/matrix/templates/photo.tpl +%%GALLERY2DIR%%/themes/matrix/templates/progressbar.tpl +%%GALLERY2DIR%%/themes/matrix/templates/sidebar.tpl +%%GALLERY2DIR%%/themes/matrix/templates/theme.tpl +%%GALLERY2DIR%%/themes/siriux/images/background-content.png +%%GALLERY2DIR%%/themes/siriux/images/background-footer.png +%%GALLERY2DIR%%/themes/siriux/images/background-header.png +%%GALLERY2DIR%%/themes/siriux/images/background.png +%%GALLERY2DIR%%/themes/siriux/images/groupinfo.png +%%GALLERY2DIR%%/themes/siriux/images/key7-16-bw.gif +%%GALLERY2DIR%%/themes/siriux/images/userinfo.png +%%GALLERY2DIR%%/themes/siriux/MANIFEST +%%GALLERY2DIR%%/themes/siriux/theme.css +%%GALLERY2DIR%%/themes/siriux/theme.inc +%%GALLERY2DIR%%/themes/siriux/locale/cs_CZ/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/da_DK/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/de_DE/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/el_GR/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/en_GB/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/es_AR/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/es_MX/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/fi_FI/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/fr_FR/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/ga_IE/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/he_IL/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/hu_HU/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/is_IS/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/it_IT/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/ja_JP/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/nl_NL/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/no_NO/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/pl_PL/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/pt_BR/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/pt_PT/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/ru_RU/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/sr_YU/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/sv_SE/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/tr_TR/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/vi_VN/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/zh_CN/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/locale/zh_TW/LC_MESSAGES/themes_siriux.mo +%%GALLERY2DIR%%/themes/siriux/po/GNUmakefile +%%GALLERY2DIR%%/themes/siriux/po/cs_CZ.po +%%GALLERY2DIR%%/themes/siriux/po/da_DK.po +%%GALLERY2DIR%%/themes/siriux/po/de_DE.po +%%GALLERY2DIR%%/themes/siriux/po/el_GR.po +%%GALLERY2DIR%%/themes/siriux/po/en_GB.po +%%GALLERY2DIR%%/themes/siriux/po/es_AR.po +%%GALLERY2DIR%%/themes/siriux/po/es_MX.po +%%GALLERY2DIR%%/themes/siriux/po/fi_FI.po +%%GALLERY2DIR%%/themes/siriux/po/fr_FR.po +%%GALLERY2DIR%%/themes/siriux/po/ga_IE.po +%%GALLERY2DIR%%/themes/siriux/po/he_IL.po +%%GALLERY2DIR%%/themes/siriux/po/hu_HU.po +%%GALLERY2DIR%%/themes/siriux/po/is_IS.po +%%GALLERY2DIR%%/themes/siriux/po/it_IT.po +%%GALLERY2DIR%%/themes/siriux/po/ja_JP.po +%%GALLERY2DIR%%/themes/siriux/po/nl_NL.po +%%GALLERY2DIR%%/themes/siriux/po/no_NO.po +%%GALLERY2DIR%%/themes/siriux/po/pl_PL.po +%%GALLERY2DIR%%/themes/siriux/po/pt_BR.po +%%GALLERY2DIR%%/themes/siriux/po/pt_PT.po +%%GALLERY2DIR%%/themes/siriux/po/ru_RU.po +%%GALLERY2DIR%%/themes/siriux/po/sr_YU.po +%%GALLERY2DIR%%/themes/siriux/po/strings.raw +%%GALLERY2DIR%%/themes/siriux/po/sv_SE.po +%%GALLERY2DIR%%/themes/siriux/po/tr_TR.po +%%GALLERY2DIR%%/themes/siriux/po/vi_VN.po +%%GALLERY2DIR%%/themes/siriux/po/zh_CN.po +%%GALLERY2DIR%%/themes/siriux/po/zh_TW.po +%%GALLERY2DIR%%/themes/siriux/templates/admin.tpl +%%GALLERY2DIR%%/themes/siriux/templates/album.tpl +%%GALLERY2DIR%%/themes/siriux/templates/error.tpl +%%GALLERY2DIR%%/themes/siriux/templates/module.tpl +%%GALLERY2DIR%%/themes/siriux/templates/photo.tpl +%%GALLERY2DIR%%/themes/siriux/templates/progressbar.tpl +%%GALLERY2DIR%%/themes/siriux/templates/theme.tpl +%%GALLERY2DIR%%/themes/slider/images/full.png +%%GALLERY2DIR%%/themes/slider/images/fit.png +%%GALLERY2DIR%%/themes/slider/images/next-off.png +%%GALLERY2DIR%%/themes/slider/images/fwd.png +%%GALLERY2DIR%%/themes/slider/images/next.png +%%GALLERY2DIR%%/themes/slider/images/poz.png +%%GALLERY2DIR%%/themes/slider/images/prev-off.png +%%GALLERY2DIR%%/themes/slider/images/prev.png +%%GALLERY2DIR%%/themes/slider/images/rand.png +%%GALLERY2DIR%%/themes/slider/images/rev.png +%%GALLERY2DIR%%/themes/slider/images/tool.png +%%GALLERY2DIR%%/themes/slider/MANIFEST +%%GALLERY2DIR%%/themes/slider/slider.js +%%GALLERY2DIR%%/themes/slider/theme.css +%%GALLERY2DIR%%/themes/slider/theme.inc +%%GALLERY2DIR%%/themes/slider/locale/cs_CZ/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/da_DK/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/de_DE/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/fr_FR/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/is_IS/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/it_IT/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/nl_NL/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/no_NO/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/ru_RU/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/sr_YU/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/sv_SE/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/tr_TR/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/vi_VN/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/zh_CN/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/locale/zh_TW/LC_MESSAGES/themes_slider.mo +%%GALLERY2DIR%%/themes/slider/po/GNUmakefile +%%GALLERY2DIR%%/themes/slider/po/cs_CZ.po +%%GALLERY2DIR%%/themes/slider/po/da_DK.po +%%GALLERY2DIR%%/themes/slider/po/de_DE.po +%%GALLERY2DIR%%/themes/slider/po/fr_FR.po +%%GALLERY2DIR%%/themes/slider/po/is_IS.po +%%GALLERY2DIR%%/themes/slider/po/it_IT.po +%%GALLERY2DIR%%/themes/slider/po/nl_NL.po +%%GALLERY2DIR%%/themes/slider/po/no_NO.po +%%GALLERY2DIR%%/themes/slider/po/ru_RU.po +%%GALLERY2DIR%%/themes/slider/po/sr_YU.po +%%GALLERY2DIR%%/themes/slider/po/strings.raw +%%GALLERY2DIR%%/themes/slider/po/sv_SE.po +%%GALLERY2DIR%%/themes/slider/po/tr_TR.po +%%GALLERY2DIR%%/themes/slider/po/vi_VN.po +%%GALLERY2DIR%%/themes/slider/po/zh_CN.po +%%GALLERY2DIR%%/themes/slider/po/zh_TW.po +%%GALLERY2DIR%%/themes/slider/templates/error.tpl +%%GALLERY2DIR%%/themes/slider/templates/header.tpl +%%GALLERY2DIR%%/themes/slider/templates/progressbar.tpl +%%GALLERY2DIR%%/themes/slider/templates/render.tpl +%%GALLERY2DIR%%/themes/slider/templates/sidebar.tpl +%%GALLERY2DIR%%/themes/slider/templates/slider.tpl +%%GALLERY2DIR%%/themes/slider/templates/theme.tpl +%%GALLERY2DIR%%/themes/tile/locale/cs_CZ/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/da_DK/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/de_DE/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/fr_FR/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/is_IS/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/it_IT/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/nl_NL/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/no_NO/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/ru_RU/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/sr_YU/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/sv_SE/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/tr_TR/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/vi_VN/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/zh_CN/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/locale/zh_TW/LC_MESSAGES/themes_tile.mo +%%GALLERY2DIR%%/themes/tile/MANIFEST +%%GALLERY2DIR%%/themes/tile/theme.css +%%GALLERY2DIR%%/themes/tile/theme.inc +%%GALLERY2DIR%%/themes/tile/tile.js +%%GALLERY2DIR%%/themes/tile/po/GNUmakefile +%%GALLERY2DIR%%/themes/tile/po/cs_CZ.po +%%GALLERY2DIR%%/themes/tile/po/da_DK.po +%%GALLERY2DIR%%/themes/tile/po/de_DE.po +%%GALLERY2DIR%%/themes/tile/po/fr_FR.po +%%GALLERY2DIR%%/themes/tile/po/is_IS.po +%%GALLERY2DIR%%/themes/tile/po/it_IT.po +%%GALLERY2DIR%%/themes/tile/po/nl_NL.po +%%GALLERY2DIR%%/themes/tile/po/no_NO.po +%%GALLERY2DIR%%/themes/tile/po/ru_RU.po +%%GALLERY2DIR%%/themes/tile/po/sr_YU.po +%%GALLERY2DIR%%/themes/tile/po/strings.raw +%%GALLERY2DIR%%/themes/tile/po/sv_SE.po +%%GALLERY2DIR%%/themes/tile/po/tr_TR.po +%%GALLERY2DIR%%/themes/tile/po/vi_VN.po +%%GALLERY2DIR%%/themes/tile/po/zh_CN.po +%%GALLERY2DIR%%/themes/tile/po/zh_TW.po +%%GALLERY2DIR%%/themes/tile/templates/edit.tpl +%%GALLERY2DIR%%/themes/tile/templates/error.tpl +%%GALLERY2DIR%%/themes/tile/templates/header.tpl +%%GALLERY2DIR%%/themes/tile/templates/progressbar.tpl +%%GALLERY2DIR%%/themes/tile/templates/render.tpl +%%GALLERY2DIR%%/themes/tile/templates/theme.tpl +%%GALLERY2DIR%%/themes/tile/templates/tile.tpl +%%GALLERY2DIR%%/upgrade/images/background.png +%%GALLERY2DIR%%/upgrade/images/g2Logo_upgrade_head.png +%%GALLERY2DIR%%/upgrade/GalleryStub.class +%%GALLERY2DIR%%/upgrade/StatusTemplate.class +%%GALLERY2DIR%%/upgrade/UpgradeStep.class +%%GALLERY2DIR%%/upgrade/index.php +%%GALLERY2DIR%%/upgrade/locale/bg_BG/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/cs_CZ/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/de_DE/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/fr_FR/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/it_IT/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/nl_NL/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/sr_YU/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/tr_TR/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/vi_VN/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/locale/zh_TW/LC_MESSAGES/gallery2_upgrade.mo +%%GALLERY2DIR%%/upgrade/po/GNUmakefile +%%GALLERY2DIR%%/upgrade/po/bg_BG.po +%%GALLERY2DIR%%/upgrade/po/cs_CZ.po +%%GALLERY2DIR%%/upgrade/po/de_DE.po +%%GALLERY2DIR%%/upgrade/po/fr_FR.po +%%GALLERY2DIR%%/upgrade/po/it_IT.po +%%GALLERY2DIR%%/upgrade/po/nl_NL.po +%%GALLERY2DIR%%/upgrade/po/sr_YU.po +%%GALLERY2DIR%%/upgrade/po/strings.raw +%%GALLERY2DIR%%/upgrade/po/tr_TR.po +%%GALLERY2DIR%%/upgrade/po/vi_VN.po +%%GALLERY2DIR%%/upgrade/po/zh_TW.po +%%GALLERY2DIR%%/upgrade/steps/AuthenticateStep.class +%%GALLERY2DIR%%/upgrade/steps/CleanCacheStep.class +%%GALLERY2DIR%%/upgrade/steps/FinishedStep.class +%%GALLERY2DIR%%/upgrade/steps/RedirectToInstallerStep.class +%%GALLERY2DIR%%/upgrade/steps/SystemChecksStep.class +%%GALLERY2DIR%%/upgrade/steps/UpgradeCoreModuleStep.class +%%GALLERY2DIR%%/upgrade/steps/UpgradeOtherModulesStep.class +%%GALLERY2DIR%%/upgrade/steps/WelcomeStep.class +%%GALLERY2DIR%%/upgrade/styles/style.css +%%GALLERY2DIR%%/upgrade/templates/AuthenticateRequest.html +%%GALLERY2DIR%%/upgrade/templates/AuthenticateSuccessful.html +%%GALLERY2DIR%%/upgrade/templates/CleanCache.html +%%GALLERY2DIR%%/upgrade/templates/Finished.html +%%GALLERY2DIR%%/upgrade/templates/InvalidConfig.html +%%GALLERY2DIR%%/upgrade/templates/MainPage.html +%%GALLERY2DIR%%/upgrade/templates/ManifestSystemCheck.html +%%GALLERY2DIR%%/upgrade/templates/NavBar.html +%%GALLERY2DIR%%/upgrade/templates/RedirectToInstaller.html +%%GALLERY2DIR%%/upgrade/templates/SystemChecks.html +%%GALLERY2DIR%%/upgrade/templates/UpgradeCoreModuleError.html +%%GALLERY2DIR%%/upgrade/templates/UpgradeCoreModuleRequest.html +%%GALLERY2DIR%%/upgrade/templates/UpgradeCoreModuleSuccess.html +%%GALLERY2DIR%%/upgrade/templates/UpgradeCoreModuleUpToDate.html +%%GALLERY2DIR%%/upgrade/templates/UpgradeOtherModulesRequest.html +%%GALLERY2DIR%%/upgrade/templates/UpgradeOtherModulesSuccess.html +%%GALLERY2DIR%%/upgrade/templates/Welcome.html +@dirrm %%GALLERY2DIR%%/upgrade/templates +@dirrm %%GALLERY2DIR%%/upgrade/styles +@dirrm %%GALLERY2DIR%%/upgrade/steps +@dirrm %%GALLERY2DIR%%/upgrade/po +@dirrm %%GALLERY2DIR%%/upgrade/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/zh_TW +@dirrm %%GALLERY2DIR%%/upgrade/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/vi_VN +@dirrm %%GALLERY2DIR%%/upgrade/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/tr_TR +@dirrm %%GALLERY2DIR%%/upgrade/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/sr_YU +@dirrm %%GALLERY2DIR%%/upgrade/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/nl_NL +@dirrm %%GALLERY2DIR%%/upgrade/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/it_IT +@dirrm %%GALLERY2DIR%%/upgrade/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/fr_FR +@dirrm %%GALLERY2DIR%%/upgrade/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/de_DE +@dirrm %%GALLERY2DIR%%/upgrade/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/upgrade/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/upgrade/locale/bg_BG +@dirrm %%GALLERY2DIR%%/upgrade/locale +@dirrm %%GALLERY2DIR%%/upgrade/images +@dirrm %%GALLERY2DIR%%/upgrade +@dirrm %%GALLERY2DIR%%/themes/tile/templates +@dirrm %%GALLERY2DIR%%/themes/tile/po +@dirrm %%GALLERY2DIR%%/themes/tile/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/zh_TW +@dirrm %%GALLERY2DIR%%/themes/tile/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/zh_CN +@dirrm %%GALLERY2DIR%%/themes/tile/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/vi_VN +@dirrm %%GALLERY2DIR%%/themes/tile/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/tr_TR +@dirrm %%GALLERY2DIR%%/themes/tile/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/sv_SE +@dirrm %%GALLERY2DIR%%/themes/tile/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/sr_YU +@dirrm %%GALLERY2DIR%%/themes/tile/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/ru_RU +@dirrm %%GALLERY2DIR%%/themes/tile/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/no_NO +@dirrm %%GALLERY2DIR%%/themes/tile/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/nl_NL +@dirrm %%GALLERY2DIR%%/themes/tile/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/it_IT +@dirrm %%GALLERY2DIR%%/themes/tile/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/is_IS +@dirrm %%GALLERY2DIR%%/themes/tile/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/fr_FR +@dirrm %%GALLERY2DIR%%/themes/tile/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/de_DE +@dirrm %%GALLERY2DIR%%/themes/tile/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/da_DK +@dirrm %%GALLERY2DIR%%/themes/tile/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/tile/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/themes/tile/locale +@dirrm %%GALLERY2DIR%%/themes/tile +@dirrm %%GALLERY2DIR%%/themes/slider/templates +@dirrm %%GALLERY2DIR%%/themes/slider/po +@dirrm %%GALLERY2DIR%%/themes/slider/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/zh_TW +@dirrm %%GALLERY2DIR%%/themes/slider/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/zh_CN +@dirrm %%GALLERY2DIR%%/themes/slider/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/vi_VN +@dirrm %%GALLERY2DIR%%/themes/slider/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/tr_TR +@dirrm %%GALLERY2DIR%%/themes/slider/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/sv_SE +@dirrm %%GALLERY2DIR%%/themes/slider/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/sr_YU +@dirrm %%GALLERY2DIR%%/themes/slider/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/ru_RU +@dirrm %%GALLERY2DIR%%/themes/slider/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/no_NO +@dirrm %%GALLERY2DIR%%/themes/slider/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/nl_NL +@dirrm %%GALLERY2DIR%%/themes/slider/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/it_IT +@dirrm %%GALLERY2DIR%%/themes/slider/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/is_IS +@dirrm %%GALLERY2DIR%%/themes/slider/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/fr_FR +@dirrm %%GALLERY2DIR%%/themes/slider/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/de_DE +@dirrm %%GALLERY2DIR%%/themes/slider/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/da_DK +@dirrm %%GALLERY2DIR%%/themes/slider/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/slider/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/themes/slider/locale +@dirrm %%GALLERY2DIR%%/themes/slider/images +@dirrm %%GALLERY2DIR%%/themes/slider +@dirrm %%GALLERY2DIR%%/themes/siriux/templates +@dirrm %%GALLERY2DIR%%/themes/siriux/po +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/zh_TW +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/zh_CN +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/vi_VN +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/tr_TR +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/sv_SE +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/sr_YU +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/ru_RU +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/pt_PT +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/pt_BR +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/pl_PL +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/no_NO +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/nl_NL +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/ja_JP +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/it_IT +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/is_IS +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/hu_HU +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/he_IL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/he_IL +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/ga_IE +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/fr_FR +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/fi_FI +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/es_MX/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/es_MX +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/es_AR +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/en_GB +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/el_GR +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/de_DE +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/da_DK +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/siriux/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/themes/siriux/locale +@dirrm %%GALLERY2DIR%%/themes/siriux/images +@dirrm %%GALLERY2DIR%%/themes/siriux +@dirrm %%GALLERY2DIR%%/themes/matrix/templates +@dirrm %%GALLERY2DIR%%/themes/matrix/po +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/zh_TW +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/zh_CN +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/vi_VN +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/tr_TR +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/sv_SE +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/sr_YU +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ru_RU +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/pt_PT +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/pt_BR +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/pl_PL +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/no_NO +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/nl_NL +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ja_JP +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/it_IT +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/is_IS +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/hu_HU +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/he_IL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/he_IL +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ga_IE +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/fr_FR +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/fi_FI +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/es_MX/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/es_MX +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/es_AR +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/en_GB +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/el_GR +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/de_DE +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/da_DK +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ar_SA/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/matrix/locale/ar_SA +@dirrm %%GALLERY2DIR%%/themes/matrix/locale +@dirrm %%GALLERY2DIR%%/themes/matrix/images +@dirrm %%GALLERY2DIR%%/themes/matrix +@dirrm %%GALLERY2DIR%%/themes/hybrid/templates +@dirrm %%GALLERY2DIR%%/themes/hybrid/po +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/zh_TW +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/zh_CN +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/vi_VN +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/tr_TR +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/sv_SE +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/sr_YU +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/no_NO +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/nl_NL +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/it_IT +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/is_IS +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/fr_FR +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/de_DE +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/da_DK +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/themes/hybrid/locale +@dirrm %%GALLERY2DIR%%/themes/hybrid/images +@dirrm %%GALLERY2DIR%%/themes/hybrid +@dirrm %%GALLERY2DIR%%/themes/classic/templates +@dirrm %%GALLERY2DIR%%/themes/classic/po +@dirrm %%GALLERY2DIR%%/themes/classic/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/zh_TW +@dirrm %%GALLERY2DIR%%/themes/classic/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/zh_CN +@dirrm %%GALLERY2DIR%%/themes/classic/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/vi_VN +@dirrm %%GALLERY2DIR%%/themes/classic/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/tr_TR +@dirrm %%GALLERY2DIR%%/themes/classic/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/sv_SE +@dirrm %%GALLERY2DIR%%/themes/classic/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/sr_YU +@dirrm %%GALLERY2DIR%%/themes/classic/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/ru_RU +@dirrm %%GALLERY2DIR%%/themes/classic/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/pt_PT +@dirrm %%GALLERY2DIR%%/themes/classic/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/pt_BR +@dirrm %%GALLERY2DIR%%/themes/classic/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/pl_PL +@dirrm %%GALLERY2DIR%%/themes/classic/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/no_NO +@dirrm %%GALLERY2DIR%%/themes/classic/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/nl_NL +@dirrm %%GALLERY2DIR%%/themes/classic/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/ja_JP +@dirrm %%GALLERY2DIR%%/themes/classic/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/it_IT +@dirrm %%GALLERY2DIR%%/themes/classic/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/is_IS +@dirrm %%GALLERY2DIR%%/themes/classic/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/hu_HU +@dirrm %%GALLERY2DIR%%/themes/classic/locale/he_IL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/he_IL +@dirrm %%GALLERY2DIR%%/themes/classic/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/ga_IE +@dirrm %%GALLERY2DIR%%/themes/classic/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/fr_FR +@dirrm %%GALLERY2DIR%%/themes/classic/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/fi_FI +@dirrm %%GALLERY2DIR%%/themes/classic/locale/es_MX/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/es_MX +@dirrm %%GALLERY2DIR%%/themes/classic/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/es_AR +@dirrm %%GALLERY2DIR%%/themes/classic/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/en_GB +@dirrm %%GALLERY2DIR%%/themes/classic/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/el_GR +@dirrm %%GALLERY2DIR%%/themes/classic/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/de_DE +@dirrm %%GALLERY2DIR%%/themes/classic/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/da_DK +@dirrm %%GALLERY2DIR%%/themes/classic/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/themes/classic/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/themes/classic/locale +@dirrm %%GALLERY2DIR%%/themes/classic/images +@dirrm %%GALLERY2DIR%%/themes/classic +@dirrm %%GALLERY2DIR%%/themes +@dirrm %%GALLERY2DIR%%/modules/zipcart/templates +@dirrm %%GALLERY2DIR%%/modules/zipcart/po +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/zipcart/locale +@dirrm %%GALLERY2DIR%%/modules/zipcart/classes +@dirrm %%GALLERY2DIR%%/modules/zipcart +@dirrm %%GALLERY2DIR%%/modules/webcam/templates +@dirrm %%GALLERY2DIR%%/modules/webcam/po +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/webcam/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/webcam/locale +@dirrm %%GALLERY2DIR%%/modules/webcam +@dirrm %%GALLERY2DIR%%/modules/watermark/templates +@dirrm %%GALLERY2DIR%%/modules/watermark/po +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/watermark/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/watermark/locale +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/watermark/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/watermark/classes +@dirrm %%GALLERY2DIR%%/modules/watermark +@dirrm %%GALLERY2DIR%%/modules/useralbum/templates +@dirrm %%GALLERY2DIR%%/modules/useralbum/po +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/useralbum/locale +@dirrm %%GALLERY2DIR%%/modules/useralbum/classes +@dirrm %%GALLERY2DIR%%/modules/useralbum +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/templates +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/po +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/locale +@dirrm %%GALLERY2DIR%%/modules/uploadapplet/applets +@dirrm %%GALLERY2DIR%%/modules/uploadapplet +@dirrm %%GALLERY2DIR%%/modules/thumbpage/templates +@dirrm %%GALLERY2DIR%%/modules/thumbpage/po +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/thumbpage/locale +@dirrm %%GALLERY2DIR%%/modules/thumbpage +@dirrm %%GALLERY2DIR%%/modules/thumbnail/templates +@dirrm %%GALLERY2DIR%%/modules/thumbnail/po +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/thumbnail/locale +@dirrm %%GALLERY2DIR%%/modules/thumbnail/images +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/thumbnail/classes +@dirrm %%GALLERY2DIR%%/modules/thumbnail +@dirrm %%GALLERY2DIR%%/modules/squarethumb/templates +@dirrm %%GALLERY2DIR%%/modules/squarethumb/po +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/squarethumb/locale +@dirrm %%GALLERY2DIR%%/modules/squarethumb/classes +@dirrm %%GALLERY2DIR%%/modules/squarethumb +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/templates +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/po +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/locale +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet/applets +@dirrm %%GALLERY2DIR%%/modules/slideshowapplet +@dirrm %%GALLERY2DIR%%/modules/slideshow/templates +@dirrm %%GALLERY2DIR%%/modules/slideshow/po +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/slideshow/locale +@dirrm %%GALLERY2DIR%%/modules/slideshow/classes +@dirrm %%GALLERY2DIR%%/modules/slideshow +@dirrm %%GALLERY2DIR%%/modules/sizelimit/templates +@dirrm %%GALLERY2DIR%%/modules/sizelimit/po +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/sizelimit/locale +@dirrm %%GALLERY2DIR%%/modules/sizelimit/classes +@dirrm %%GALLERY2DIR%%/modules/sizelimit +@dirrm %%GALLERY2DIR%%/modules/shutterfly/templates +@dirrm %%GALLERY2DIR%%/modules/shutterfly/po +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/shutterfly/locale +@dirrm %%GALLERY2DIR%%/modules/shutterfly/classes +@dirrm %%GALLERY2DIR%%/modules/shutterfly +@dirrm %%GALLERY2DIR%%/modules/search/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/search/templates +@dirrm %%GALLERY2DIR%%/modules/search/po +@dirrm %%GALLERY2DIR%%/modules/search/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/search/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/search/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/search/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/search/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/search/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/search/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/search/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/search/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/search/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/search/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/search/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/search/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/search/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/search/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/search/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/search/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/search/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/search/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/es_AR +@dirrm %%GALLERY2DIR%%/modules/search/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/en_GB +@dirrm %%GALLERY2DIR%%/modules/search/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/search/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/search/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/search/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/search/locale/ar_SA/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/search/locale/ar_SA +@dirrm %%GALLERY2DIR%%/modules/search/locale +@dirrm %%GALLERY2DIR%%/modules/search/classes +@dirrm %%GALLERY2DIR%%/modules/search +@dirrm %%GALLERY2DIR%%/modules/rewrite/templates +@dirrm %%GALLERY2DIR%%/modules/rewrite/po +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/rewrite/locale +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery2 +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/gallery +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options/custom +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite_no_options +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery2 +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/gallery +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite/custom +@dirrm %%GALLERY2DIR%%/modules/rewrite/data/mod_rewrite +@dirrm %%GALLERY2DIR%%/modules/rewrite/data +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/rewrite/classes +@dirrm %%GALLERY2DIR%%/modules/rewrite +@dirrm %%GALLERY2DIR%%/modules/remote/templates +@dirrm %%GALLERY2DIR%%/modules/remote/po +@dirrm %%GALLERY2DIR%%/modules/remote/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/remote/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/remote/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/remote/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/remote/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/remote/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/remote/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/remote/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/remote/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/remote/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/remote/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/remote/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/remote/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/remote/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/remote/locale +@dirrm %%GALLERY2DIR%%/modules/remote/classes +@dirrm %%GALLERY2DIR%%/modules/remote +@dirrm %%GALLERY2DIR%%/modules/register/templates +@dirrm %%GALLERY2DIR%%/modules/register/po +@dirrm %%GALLERY2DIR%%/modules/register/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/register/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/register/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/register/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/register/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/register/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/register/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/register/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/register/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/register/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/register/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/register/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/register/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/register/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/register/locale +@dirrm %%GALLERY2DIR%%/modules/register/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/register/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/register/classes +@dirrm %%GALLERY2DIR%%/modules/register +@dirrm %%GALLERY2DIR%%/modules/rearrange/templates +@dirrm %%GALLERY2DIR%%/modules/rearrange/po +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/rearrange/locale +@dirrm %%GALLERY2DIR%%/modules/rearrange +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/templates +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/po +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/randomhighlight/locale +@dirrm %%GALLERY2DIR%%/modules/randomhighlight +@dirrm %%GALLERY2DIR%%/modules/quotas/templates +@dirrm %%GALLERY2DIR%%/modules/quotas/po +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/quotas/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/quotas/locale +@dirrm %%GALLERY2DIR%%/modules/quotas/data +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/xml-src/tmp +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/xml-out +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/quotas/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/quotas/classes +@dirrm %%GALLERY2DIR%%/modules/quotas +@dirrm %%GALLERY2DIR%%/modules/publishxp/templates +@dirrm %%GALLERY2DIR%%/modules/publishxp/po +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/publishxp/locale +@dirrm %%GALLERY2DIR%%/modules/publishxp +@dirrm %%GALLERY2DIR%%/modules/photoaccess/templates +@dirrm %%GALLERY2DIR%%/modules/photoaccess/po +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/photoaccess/locale +@dirrm %%GALLERY2DIR%%/modules/photoaccess/classes +@dirrm %%GALLERY2DIR%%/modules/photoaccess +@dirrm %%GALLERY2DIR%%/modules/panorama/templates +@dirrm %%GALLERY2DIR%%/modules/panorama/po +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/panorama/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/panorama/locale +@dirrm %%GALLERY2DIR%%/modules/panorama/java +@dirrm %%GALLERY2DIR%%/modules/panorama/images +@dirrm %%GALLERY2DIR%%/modules/panorama/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/panorama/classes +@dirrm %%GALLERY2DIR%%/modules/panorama +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/templates +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/po +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/locale +@dirrm %%GALLERY2DIR%%/modules/nokiaupload/classes +@dirrm %%GALLERY2DIR%%/modules/nokiaupload +@dirrm %%GALLERY2DIR%%/modules/newitems/templates +@dirrm %%GALLERY2DIR%%/modules/newitems/po +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/newitems/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/newitems/locale +@dirrm %%GALLERY2DIR%%/modules/newitems/classes +@dirrm %%GALLERY2DIR%%/modules/newitems +@dirrm %%GALLERY2DIR%%/modules/netpbm/templates +@dirrm %%GALLERY2DIR%%/modules/netpbm/po +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/he_IL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/he_IL +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/es_AR +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/en_GB +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/el_GR +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/netpbm/locale +@dirrm %%GALLERY2DIR%%/modules/netpbm/classes +@dirrm %%GALLERY2DIR%%/modules/netpbm +@dirrm %%GALLERY2DIR%%/modules/multilang/templates +@dirrm %%GALLERY2DIR%%/modules/multilang/po +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/multilang/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/multilang/locale +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/multilang/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/multilang/classes +@dirrm %%GALLERY2DIR%%/modules/multilang +@dirrm %%GALLERY2DIR%%/modules/mime/templates +@dirrm %%GALLERY2DIR%%/modules/mime/po +@dirrm %%GALLERY2DIR%%/modules/mime/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/mime/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/mime/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/mime/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/mime/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/mime/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/mime/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/mime/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/mime/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/mime/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/mime/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/mime/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/mime/locale +@dirrm %%GALLERY2DIR%%/modules/mime/data +@dirrm %%GALLERY2DIR%%/modules/mime/classes +@dirrm %%GALLERY2DIR%%/modules/mime +@dirrm %%GALLERY2DIR%%/modules/migrate/templates +@dirrm %%GALLERY2DIR%%/modules/migrate/po +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/migrate/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/migrate/locale +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/migrate/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/migrate/classes +@dirrm %%GALLERY2DIR%%/modules/migrate +@dirrm %%GALLERY2DIR%%/modules/members/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/members/templates +@dirrm %%GALLERY2DIR%%/modules/members/po +@dirrm %%GALLERY2DIR%%/modules/members/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/members/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/members/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/members/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/members/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/members/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/members/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/members/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/members/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/members/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/members/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/members/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/members/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/members/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/members/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/members/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/members/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/members/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/members/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/members/locale +@dirrm %%GALLERY2DIR%%/modules/members/data +@dirrm %%GALLERY2DIR%%/modules/members/classes +@dirrm %%GALLERY2DIR%%/modules/members +@dirrm %%GALLERY2DIR%%/modules/imagemagick/templates +@dirrm %%GALLERY2DIR%%/modules/imagemagick/po +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/es_AR +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/en_GB +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/el_GR +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/imagemagick/locale +@dirrm %%GALLERY2DIR%%/modules/imagemagick/data +@dirrm %%GALLERY2DIR%%/modules/imagemagick/classes +@dirrm %%GALLERY2DIR%%/modules/imagemagick +@dirrm %%GALLERY2DIR%%/modules/imageframe/templates/containers +@dirrm %%GALLERY2DIR%%/modules/imageframe/templates +@dirrm %%GALLERY2DIR%%/modules/imageframe/po +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/imageframe/locale +@dirrm %%GALLERY2DIR%%/modules/imageframe/images +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/wood +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/slide +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/shell +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/shadow +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/polaroids +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/polaroid +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/notebook +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/gold2 +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/gold +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/flicking +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/dots +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/dotapple +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/brand +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/book +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames/bamboo +@dirrm %%GALLERY2DIR%%/modules/imageframe/frames +@dirrm %%GALLERY2DIR%%/modules/imageframe/classes +@dirrm %%GALLERY2DIR%%/modules/imageframe +@dirrm %%GALLERY2DIR%%/modules/imageblock/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/imageblock/templates +@dirrm %%GALLERY2DIR%%/modules/imageblock/po +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/imageblock/locale +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/imageblock/classes +@dirrm %%GALLERY2DIR%%/modules/imageblock +@dirrm %%GALLERY2DIR%%/modules/icons/templates +@dirrm %%GALLERY2DIR%%/modules/icons/po +@dirrm %%GALLERY2DIR%%/modules/icons/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/icons/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/icons/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/icons/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/icons/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/icons/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/icons/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/icons/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/icons/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/icons/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/icons/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/icons/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/icons/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/icons/locale +@dirrm %%GALLERY2DIR%%/modules/icons/iconpacks/paularmstrongdesigns +@dirrm %%GALLERY2DIR%%/modules/icons/iconpacks +@dirrm %%GALLERY2DIR%%/modules/icons/classes +@dirrm %%GALLERY2DIR%%/modules/icons +@dirrm %%GALLERY2DIR%%/modules/gd/templates +@dirrm %%GALLERY2DIR%%/modules/gd/po +@dirrm %%GALLERY2DIR%%/modules/gd/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/gd/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/gd/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/gd/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/gd/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/gd/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/gd/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/gd/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/gd/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/gd/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/gd/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/gd/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/gd/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/gd/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/gd/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/gd/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/gd/locale +@dirrm %%GALLERY2DIR%%/modules/gd/classes +@dirrm %%GALLERY2DIR%%/modules/gd +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/templates +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/po +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/locale +@dirrm %%GALLERY2DIR%%/modules/ffmpeg/classes +@dirrm %%GALLERY2DIR%%/modules/ffmpeg +@dirrm %%GALLERY2DIR%%/modules/exif/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/exif/templates +@dirrm %%GALLERY2DIR%%/modules/exif/po +@dirrm %%GALLERY2DIR%%/modules/exif/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/exif/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/exif/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/exif/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/exif/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/exif/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/exif/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/exif/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/exif/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/exif/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/exif/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/exif/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/exif/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/exif/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/exif/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/exif/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/exif/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/exif/locale +@dirrm %%GALLERY2DIR%%/modules/exif/lib/exifer/makers +@dirrm %%GALLERY2DIR%%/modules/exif/lib/exifer +@dirrm %%GALLERY2DIR%%/modules/exif/lib/JPEG +@dirrm %%GALLERY2DIR%%/modules/exif/lib +@dirrm %%GALLERY2DIR%%/modules/exif/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/exif/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/exif/classes +@dirrm %%GALLERY2DIR%%/modules/exif +@dirrm %%GALLERY2DIR%%/modules/debug/templates +@dirrm %%GALLERY2DIR%%/modules/debug/po +@dirrm %%GALLERY2DIR%%/modules/debug/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/debug/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/debug/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/debug/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/debug/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/debug/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/debug/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/debug/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/debug/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/debug/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/debug/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/debug/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/debug/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/debug/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/debug/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/debug/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/es_AR +@dirrm %%GALLERY2DIR%%/modules/debug/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/en_GB +@dirrm %%GALLERY2DIR%%/modules/debug/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/debug/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/debug/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/debug/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/debug/locale +@dirrm %%GALLERY2DIR%%/modules/debug/classes +@dirrm %%GALLERY2DIR%%/modules/debug +@dirrm %%GALLERY2DIR%%/modules/dcraw/templates +@dirrm %%GALLERY2DIR%%/modules/dcraw/po +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/dcraw/locale +@dirrm %%GALLERY2DIR%%/modules/dcraw/classes +@dirrm %%GALLERY2DIR%%/modules/dcraw +@dirrm %%GALLERY2DIR%%/modules/customfield/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/customfield/templates +@dirrm %%GALLERY2DIR%%/modules/customfield/po +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/customfield/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/customfield/locale +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/customfield/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/customfield/classes +@dirrm %%GALLERY2DIR%%/modules/customfield +@dirrm %%GALLERY2DIR%%/modules/core/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/core/templates +@dirrm %%GALLERY2DIR%%/modules/core/po +@dirrm %%GALLERY2DIR%%/modules/core/plugins +@dirrm %%GALLERY2DIR%%/modules/core/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/core/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/core/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/core/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/core/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/core/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/core/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/core/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/core/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/core/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/core/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/core/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/core/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/core/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/core/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/core/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/core/locale/he_IL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/he_IL +@dirrm %%GALLERY2DIR%%/modules/core/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/core/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/core/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/core/locale/es_MX/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/es_MX +@dirrm %%GALLERY2DIR%%/modules/core/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/es_AR +@dirrm %%GALLERY2DIR%%/modules/core/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/en_GB +@dirrm %%GALLERY2DIR%%/modules/core/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/el_GR +@dirrm %%GALLERY2DIR%%/modules/core/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/core/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/core/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/core/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/core/locale/ar_SA/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/core/locale/ar_SA +@dirrm %%GALLERY2DIR%%/modules/core/locale +@dirrm %%GALLERY2DIR%%/modules/core/data +@dirrm %%GALLERY2DIR%%/modules/core/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/core/classes/helpers +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/xml-out +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/core/classes/GalleryPlatform +@dirrm %%GALLERY2DIR%%/modules/core/classes +@dirrm %%GALLERY2DIR%%/modules/core +@dirrm %%GALLERY2DIR%%/modules/comment/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/comment/templates +@dirrm %%GALLERY2DIR%%/modules/comment/po +@dirrm %%GALLERY2DIR%%/modules/comment/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/comment/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/comment/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/comment/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/comment/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/comment/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/comment/locale/pt_PT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/pt_PT +@dirrm %%GALLERY2DIR%%/modules/comment/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/comment/locale/pl_PL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/pl_PL +@dirrm %%GALLERY2DIR%%/modules/comment/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/comment/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ja_JP +@dirrm %%GALLERY2DIR%%/modules/comment/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/comment/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/comment/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/comment/locale/he_IL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/he_IL +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/comment/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/comment/locale/fi_FI/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/fi_FI +@dirrm %%GALLERY2DIR%%/modules/comment/locale/es_MX/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/es_MX +@dirrm %%GALLERY2DIR%%/modules/comment/locale/es_AR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/es_AR +@dirrm %%GALLERY2DIR%%/modules/comment/locale/en_GB/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/en_GB +@dirrm %%GALLERY2DIR%%/modules/comment/locale/el_GR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/el_GR +@dirrm %%GALLERY2DIR%%/modules/comment/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/comment/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/comment/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/comment/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ar_SA/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/comment/locale/ar_SA +@dirrm %%GALLERY2DIR%%/modules/comment/locale +@dirrm %%GALLERY2DIR%%/modules/comment/classes/interfaces +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/xml-src +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/postgres +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/oracle +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage/schema +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage/DatabaseStorage +@dirrm %%GALLERY2DIR%%/modules/comment/classes/GalleryStorage +@dirrm %%GALLERY2DIR%%/modules/comment/classes +@dirrm %%GALLERY2DIR%%/modules/comment +@dirrm %%GALLERY2DIR%%/modules/colorpack/po +@dirrm %%GALLERY2DIR%%/modules/colorpack/packs/goldleaf +@dirrm %%GALLERY2DIR%%/modules/colorpack/packs/deepsea +@dirrm %%GALLERY2DIR%%/modules/colorpack/packs/bluebottle +@dirrm %%GALLERY2DIR%%/modules/colorpack/packs/blue +@dirrm %%GALLERY2DIR%%/modules/colorpack/packs/black +@dirrm %%GALLERY2DIR%%/modules/colorpack/packs +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/colorpack/locale +@dirrm %%GALLERY2DIR%%/modules/colorpack/classes +@dirrm %%GALLERY2DIR%%/modules/colorpack +@dirrm %%GALLERY2DIR%%/modules/cart/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/cart/templates +@dirrm %%GALLERY2DIR%%/modules/cart/po +@dirrm %%GALLERY2DIR%%/modules/cart/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/cart/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/cart/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/cart/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/cart/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/cart/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/cart/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/cart/locale/pt_BR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/pt_BR +@dirrm %%GALLERY2DIR%%/modules/cart/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/cart/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/cart/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/cart/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/cart/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/cart/locale/ga_IE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/ga_IE +@dirrm %%GALLERY2DIR%%/modules/cart/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/cart/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/cart/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/cart/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/cart/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/cart/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/cart/locale +@dirrm %%GALLERY2DIR%%/modules/cart/classes +@dirrm %%GALLERY2DIR%%/modules/cart +@dirrm %%GALLERY2DIR%%/modules/captcha/templates +@dirrm %%GALLERY2DIR%%/modules/captcha/po +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/captcha/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/captcha/locale +@dirrm %%GALLERY2DIR%%/modules/captcha/data +@dirrm %%GALLERY2DIR%%/modules/captcha/classes +@dirrm %%GALLERY2DIR%%/modules/captcha +@dirrm %%GALLERY2DIR%%/modules/archiveupload/templates +@dirrm %%GALLERY2DIR%%/modules/archiveupload/po +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/archiveupload/locale +@dirrm %%GALLERY2DIR%%/modules/archiveupload/data +@dirrm %%GALLERY2DIR%%/modules/archiveupload/classes +@dirrm %%GALLERY2DIR%%/modules/archiveupload +@dirrm %%GALLERY2DIR%%/modules/albumselect/templates/blocks +@dirrm %%GALLERY2DIR%%/modules/albumselect/templates +@dirrm %%GALLERY2DIR%%/modules/albumselect/po +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/zh_TW +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/zh_CN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/zh_CN +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/vi_VN +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/tr_TR +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/sv_SE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/sv_SE +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/sr_YU +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/ru_RU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/ru_RU +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/no_NO/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/no_NO +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/nl_NL +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/it_IT +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/is_IS/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/is_IS +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/hu_HU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/hu_HU +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/fr_FR +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/de_DE +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/da_DK/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/da_DK +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale/bg_BG +@dirrm %%GALLERY2DIR%%/modules/albumselect/locale +@dirrm %%GALLERY2DIR%%/modules/albumselect/images +@dirrm %%GALLERY2DIR%%/modules/albumselect +@dirrm %%GALLERY2DIR%%/modules +@dirrm %%GALLERY2DIR%%/lib/wz_dragdrop +@dirrm %%GALLERY2DIR%%/lib/support +@dirrm %%GALLERY2DIR%%/lib/smtp +@dirrm %%GALLERY2DIR%%/lib/smarty_plugins +@dirrm %%GALLERY2DIR%%/lib/smarty/plugins +@dirrm %%GALLERY2DIR%%/lib/smarty/internals +@dirrm %%GALLERY2DIR%%/lib/smarty +@dirrm %%GALLERY2DIR%%/lib/javascript +@dirrm %%GALLERY2DIR%%/lib/bbcode +@dirrm %%GALLERY2DIR%%/lib/adodb/perf +@dirrm %%GALLERY2DIR%%/lib/adodb/drivers +@dirrm %%GALLERY2DIR%%/lib/adodb +@dirrm %%GALLERY2DIR%%/lib +@dirrm %%GALLERY2DIR%%/install/templates +@dirrm %%GALLERY2DIR%%/install/styles +@dirrm %%GALLERY2DIR%%/install/steps +@dirrm %%GALLERY2DIR%%/install/po +@dirrm %%GALLERY2DIR%%/install/locale/zh_TW/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/zh_TW +@dirrm %%GALLERY2DIR%%/install/locale/vi_VN/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/vi_VN +@dirrm %%GALLERY2DIR%%/install/locale/tr_TR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/tr_TR +@dirrm %%GALLERY2DIR%%/install/locale/sr_YU/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/sr_YU +@dirrm %%GALLERY2DIR%%/install/locale/nl_NL/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/nl_NL +@dirrm %%GALLERY2DIR%%/install/locale/ja_JP/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/ja_JP +@dirrm %%GALLERY2DIR%%/install/locale/it_IT/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/it_IT +@dirrm %%GALLERY2DIR%%/install/locale/fr_FR/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/fr_FR +@dirrm %%GALLERY2DIR%%/install/locale/de_DE/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/de_DE +@dirrm %%GALLERY2DIR%%/install/locale/cs_CZ/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/cs_CZ +@dirrm %%GALLERY2DIR%%/install/locale/bg_BG/LC_MESSAGES +@dirrm %%GALLERY2DIR%%/install/locale/bg_BG +@dirrm %%GALLERY2DIR%%/install/locale +@dirrm %%GALLERY2DIR%%/install/images +@unexec rmdir %D/%%GALLERYDIR%%/install 2>/dev/null || true +@dirrm %%GALLERY2DIR%%/images +@dirrm %%GALLERY2DIR%%/docs @unexec rmdir %D/%%GALLERYDIR%% 2>/dev/null || true -- cgit v1.2.3