summaryrefslogtreecommitdiff
path: root/www/gallery2
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-03-16 23:01:58 +0000
committerpettai <pettai@pkgsrc.org>2010-03-16 23:01:58 +0000
commitf11fa1d1a3d9f73d74cb86cb94bd0a0b580de305 (patch)
treee3773e17277f5cfd12009b57f3befeae774cfe24 /www/gallery2
parent2270e0b5dc82de50ad1d1321aa2383dd3798c85e (diff)
downloadpkgsrc-f11fa1d1a3d9f73d74cb86cb94bd0a0b580de305.tar.gz
Gallery2 is a web-based photo album with multiple user support. It
provides users with the ability to create and maintain their own albums 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.
Diffstat (limited to 'www/gallery2')
-rw-r--r--www/gallery2/DESCR6
-rw-r--r--www/gallery2/MESSAGE19
-rw-r--r--www/gallery2/Makefile75
-rw-r--r--www/gallery2/PLIST7433
-rw-r--r--www/gallery2/distinfo6
-rw-r--r--www/gallery2/files/.htaccess9
-rw-r--r--www/gallery2/files/config.php194
-rw-r--r--www/gallery2/files/gallery2.conf12
-rw-r--r--www/gallery2/patches/patch-aa10
9 files changed, 7764 insertions, 0 deletions
diff --git a/www/gallery2/DESCR b/www/gallery2/DESCR
new file mode 100644
index 00000000000..9dfd2d0ed37
--- /dev/null
+++ b/www/gallery2/DESCR
@@ -0,0 +1,6 @@
+Gallery2 is a web-based photo album with multiple user support. It
+provides users with the ability to create and maintain their own albums
+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.
diff --git a/www/gallery2/MESSAGE b/www/gallery2/MESSAGE
new file mode 100644
index 00000000000..d4605e191c2
--- /dev/null
+++ b/www/gallery2/MESSAGE
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $
+
+Gallery2 is now installed in the ${G2DIR} directory,
+and Gallery2's data directory is ${G2DATA}.
+
+To get the final installation & setup instructions, go to the Gallery2
+documentation homepage:
+
+ http://codex.gallery2.org/Category:Gallery_2:Installation
+
+And don't forget to read the security information regarding Gallery2:
+
+ http://codex.gallery2.org/Gallery2:Security
+
+More tips? Read more about optional (but useful) Gallery2 plugins here:
+http://codex.gallery2.org/Gallery2:Installation_Requirements#Optional_Items
+
+===========================================================================
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile
new file mode 100644
index 00000000000..25716a8ff41
--- /dev/null
+++ b/www/gallery2/Makefile
@@ -0,0 +1,75 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 23:01:58 pettai Exp $
+#
+
+DISTNAME= gallery-2.2.6-full
+PKGNAME= gallery-2.2.6
+CATEGORIES= www graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gallery/}
+
+MAINTAINER= pettai@NetBSD.org
+HOMEPAGE= http://gallery.sourceforge.net/
+COMMENT= Web-based photo gallery written in PHP
+LICENSE= gnu-gpl-v2
+
+CONFLICTS= php<5.3.2
+
+DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.0.4:../../graphics/php-gd
+DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=5.0.4:../../devel/php-gettext
+DEPENDS+= ${PHP_PKG_PREFIX}-{,mysql,pgsql}:../../databases/php-mysql
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS= pax
+USE_LANGUAGES= # none
+
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/gallery2
+
+REPLACE_PERL= lib/tools/po/*.pl
+
+PKG_SYSCONFDIR= ${G2DIR}
+
+PKG_GROUPS_VARS+= APACHE_GROUP
+PKG_USERS_VARS+= APACHE_USER
+BUILD_DEFS+= VARBASE
+
+EGDIR= ${PREFIX}/share/examples/gallery2
+G2DIR= ${PREFIX}/share/gallery2
+DATADIR= ${VARBASE}/gallery2
+G2DATA= ${DATADIR}/g2data
+
+CONF_FILES_PERMS= ${DESTDIR}${EGDIR}/config.php ${DESTDIR}${G2DIR}/config.php \
+ ${ROOT_USER} ${ROOT_GROUP} 0644
+
+MESSAGE_SUBST+= G2DIR=${G2DIR}
+MESSAGE_SUBST+= G2DATA=${G2DATA}
+FILES_SUBST+= G2DIR=${G2DIR}
+
+SUBST_CLASSES+= paths
+SUBST_FILES.paths= ${WRKDIR}/gallery2.conf
+SUBST_FILES.paths+= ${WRKDIR}/config.php
+SUBST_FILES.paths+= ${WRKSRC}/lib/tools/po/extract.php
+SUBST_VARS.paths+= G2DIR G2DATA PREFIX
+SUBST_STAGE.paths= post-patch
+
+OWN_DIRS_PERMS+= ${G2DATA} ${APACHE_USER} ${APACHE_GROUP} 755
+
+INSTALLATION_DIRS= share/examples/gallery2
+INSTALLATION_DIRS+= share/gallery2
+INSTALLATION_DIRS+= ${G2DATA}
+
+post-extract:
+ ${CP} ${FILESDIR}/gallery2.conf ${WRKDIR}/
+ ${CP} ${FILESDIR}/config.php ${WRKDIR}/
+
+pre-install:
+ ${RM} ${WRKSRC}/lib/tools/po/extract.php.orig
+
+do-install:
+ ${INSTALL_DATA} ${WRKDIR}/gallery2.conf ${DESTDIR}${EGDIR}/gallery2.conf
+ ${INSTALL_DATA} ${WRKDIR}/config.php ${DESTDIR}${EGDIR}/config.php
+ ${INSTALL_DATA} ${FILESDIR}/.htaccess ${DESTDIR}${G2DIR}/.htaccess
+ cd ${WRKSRC} && ${PAX} -rwppm . ${DESTDIR}${G2DIR}/
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/gallery2/PLIST b/www/gallery2/PLIST
new file mode 100644
index 00000000000..e446d4172bd
--- /dev/null
+++ b/www/gallery2/PLIST
@@ -0,0 +1,7433 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $
+share/examples/gallery2/gallery2.conf
+share/examples/gallery2/config.php
+share/gallery2/LICENSE
+share/gallery2/MANIFEST
+share/gallery2/README.html
+share/gallery2/bootstrap.inc
+share/gallery2/embed.php
+share/gallery2/images/g2Logo.gif
+share/gallery2/images/gallery.gif
+share/gallery2/images/galleryLogo_sm.gif
+share/gallery2/images/galleryLogo_sm.png
+share/gallery2/images/gulftech.png
+share/gallery2/images/intershot.png
+share/gallery2/images/xhtml10.png
+share/gallery2/index.php
+share/gallery2/init.inc
+share/gallery2/.htaccess
+share/gallery2/install/GalleryStub.class
+share/gallery2/install/InstallStep.class
+share/gallery2/install/StatusTemplate.class
+share/gallery2/install/config.php-template
+share/gallery2/install/images/background.png
+share/gallery2/install/images/btnBGbl.gif
+share/gallery2/install/images/btnBGgrn.gif
+share/gallery2/install/images/btnBGor.gif
+share/gallery2/install/images/btnBLbl.gif
+share/gallery2/install/images/btnBLgrn.gif
+share/gallery2/install/images/btnBLor.gif
+share/gallery2/install/images/btnBRbl.gif
+share/gallery2/install/images/btnBRgrn.gif
+share/gallery2/install/images/btnBRor.gif
+share/gallery2/install/images/btnTLbl.gif
+share/gallery2/install/images/btnTLgrn.gif
+share/gallery2/install/images/btnTLor.gif
+share/gallery2/install/images/btnTRbl.gif
+share/gallery2/install/images/btnTRgrn.gif
+share/gallery2/install/images/btnTRor.gif
+share/gallery2/install/images/g2Logo_install_head.png
+share/gallery2/install/images/ico_error.gif
+share/gallery2/install/images/ico_success.gif
+share/gallery2/install/images/ico_warning.gif
+share/gallery2/install/images/pixbl.gif
+share/gallery2/install/images/pixgrn.gif
+share/gallery2/install/images/pixor.gif
+share/gallery2/install/index.php
+share/gallery2/install/install.css
+share/gallery2/install/locale/af/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ar/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/bg/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ca/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/cs/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/da/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/de/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/en_GB/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/es/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/eu/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/fi/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/fr/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/hu/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/it/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ja/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ko/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/lt/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/lv/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/nl/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/no/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/pl/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ro/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ru/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/sk/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/sr/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/sv/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/tr/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/uk/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/vi/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/zh_CN/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/zh_TW/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/po/GNUmakefile
+share/gallery2/install/po/af.po
+share/gallery2/install/po/ar.po
+share/gallery2/install/po/bg.po
+share/gallery2/install/po/ca.po
+share/gallery2/install/po/cs.po
+share/gallery2/install/po/da.po
+share/gallery2/install/po/de.po
+share/gallery2/install/po/en_GB.po
+share/gallery2/install/po/es.po
+share/gallery2/install/po/eu.po
+share/gallery2/install/po/fi.po
+share/gallery2/install/po/fr.po
+share/gallery2/install/po/hu.po
+share/gallery2/install/po/it.po
+share/gallery2/install/po/ja.po
+share/gallery2/install/po/ko.po
+share/gallery2/install/po/lt.po
+share/gallery2/install/po/lv.po
+share/gallery2/install/po/nl.po
+share/gallery2/install/po/no.po
+share/gallery2/install/po/pl.po
+share/gallery2/install/po/ro.po
+share/gallery2/install/po/ru.po
+share/gallery2/install/po/sk.po
+share/gallery2/install/po/sr.po
+share/gallery2/install/po/strings.raw
+share/gallery2/install/po/sv.po
+share/gallery2/install/po/tr.po
+share/gallery2/install/po/uk.po
+share/gallery2/install/po/vi.po
+share/gallery2/install/po/zh_CN.po
+share/gallery2/install/po/zh_TW.po
+share/gallery2/install/steps/AdminUserSetupStep.class
+share/gallery2/install/steps/AuthenticateStep.class
+share/gallery2/install/steps/CreateConfigFileStep.class
+share/gallery2/install/steps/DatabaseSetupStep.class
+share/gallery2/install/steps/FinishedStep.class
+share/gallery2/install/steps/InstallCoreModuleStep.class
+share/gallery2/install/steps/InstallOtherModulesStep.class
+share/gallery2/install/steps/MultisiteStep.class
+share/gallery2/install/steps/SecureStep.class
+share/gallery2/install/steps/StorageSetupStep.class
+share/gallery2/install/steps/SystemChecksStep.class
+share/gallery2/install/steps/WelcomeStep.class
+share/gallery2/install/templates/AdminUserSetupRequest.html
+share/gallery2/install/templates/AdminUserSetupSuccess.html
+share/gallery2/install/templates/AuthenticateRequest.html
+share/gallery2/install/templates/AuthenticateSuccessful.html
+share/gallery2/install/templates/CleanInstallRequest.html
+share/gallery2/install/templates/CreateConfigFileFailed.html
+share/gallery2/install/templates/CreateConfigFileInstructions.html
+share/gallery2/install/templates/CreateConfigFileSuccess.html
+share/gallery2/install/templates/DatabaseSetupRequest.html
+share/gallery2/install/templates/DatabaseSetupSuccess.html
+share/gallery2/install/templates/Finished.html
+share/gallery2/install/templates/Header.html
+share/gallery2/install/templates/InstallCoreModuleError.html
+share/gallery2/install/templates/InstallCoreModuleSuccess.html
+share/gallery2/install/templates/InstallOtherModulesRequest.html
+share/gallery2/install/templates/InstallOtherModulesSuccess.html
+share/gallery2/install/templates/MainPage.html
+share/gallery2/install/templates/ManifestSystemCheck.html
+share/gallery2/install/templates/Multisite.html
+share/gallery2/install/templates/MultisiteSuccess.html
+share/gallery2/install/templates/NavBar.html
+share/gallery2/install/templates/Secure.html
+share/gallery2/install/templates/StorageSetupRequest.html
+share/gallery2/install/templates/StorageSetupSuccess.html
+share/gallery2/install/templates/SystemChecks.html
+share/gallery2/install/templates/VersionCheckFailed.html
+share/gallery2/install/templates/Welcome.html
+share/gallery2/lib/JSON/JSON.php
+share/gallery2/lib/adodb/adodb-error.inc.php
+share/gallery2/lib/adodb/adodb-iterator.inc.php
+share/gallery2/lib/adodb/adodb-lib.inc.php
+share/gallery2/lib/adodb/adodb-perf.inc.php
+share/gallery2/lib/adodb/adodb-php4.inc.php
+share/gallery2/lib/adodb/adodb-time.inc.php
+share/gallery2/lib/adodb/adodb.inc.php
+share/gallery2/lib/adodb/drivers/adodb-ado.inc.php
+share/gallery2/lib/adodb/drivers/adodb-ado5.inc.php
+share/gallery2/lib/adodb/drivers/adodb-ado_mssql.inc.php
+share/gallery2/lib/adodb/drivers/adodb-db2.inc.php
+share/gallery2/lib/adodb/drivers/adodb-mysql.inc.php
+share/gallery2/lib/adodb/drivers/adodb-mysqli.inc.php
+share/gallery2/lib/adodb/drivers/adodb-mysqlt.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oci8.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oci805.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oci8po.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oracle.inc.php
+share/gallery2/lib/adodb/drivers/adodb-postgres64.inc.php
+share/gallery2/lib/adodb/drivers/adodb-postgres7.inc.php
+share/gallery2/lib/adodb/drivers/adodb-sqlite.inc.php
+share/gallery2/lib/adodb/drivers/adodb-sqlitepo.inc.php
+share/gallery2/lib/adodb/license.txt
+share/gallery2/lib/adodb/perf/perf-db2.inc.php
+share/gallery2/lib/adodb/perf/perf-mssql.inc.php
+share/gallery2/lib/adodb/perf/perf-mysql.inc.php
+share/gallery2/lib/adodb/perf/perf-oci8.inc.php
+share/gallery2/lib/adodb/perf/perf-postgres.inc.php
+share/gallery2/lib/adodb/readme.txt
+share/gallery2/lib/adodb/tohtml.inc.php
+share/gallery2/lib/bbcode/COPYING
+share/gallery2/lib/bbcode/LICENSE
+share/gallery2/lib/bbcode/README
+share/gallery2/lib/bbcode/stringparser.class.php
+share/gallery2/lib/bbcode/stringparser_bbcode.class.php
+share/gallery2/lib/javascript/AutoComplete.js
+share/gallery2/lib/javascript/BlockSelectWidget.js
+share/gallery2/lib/javascript/BlockToggle.js
+share/gallery2/lib/javascript/ColorChooser.js
+share/gallery2/lib/javascript/Cropper.js
+share/gallery2/lib/pear/HTMLSax3.php
+share/gallery2/lib/pear/Safe.php
+share/gallery2/lib/pear/mime.php
+share/gallery2/lib/pear/mimePart.php
+share/gallery2/lib/smarty/COPYING.lib
+share/gallery2/lib/smarty/Config_File.class.php
+share/gallery2/lib/smarty/README
+share/gallery2/lib/smarty/Smarty.class.php
+share/gallery2/lib/smarty/Smarty_Compiler.class.php
+share/gallery2/lib/smarty/debug.tpl
+share/gallery2/lib/smarty/internals/core.assemble_plugin_filepath.php
+share/gallery2/lib/smarty/internals/core.assign_smarty_interface.php
+share/gallery2/lib/smarty/internals/core.create_dir_structure.php
+share/gallery2/lib/smarty/internals/core.display_debug_console.php
+share/gallery2/lib/smarty/internals/core.get_include_path.php
+share/gallery2/lib/smarty/internals/core.get_microtime.php
+share/gallery2/lib/smarty/internals/core.get_php_resource.php
+share/gallery2/lib/smarty/internals/core.is_secure.php
+share/gallery2/lib/smarty/internals/core.is_trusted.php
+share/gallery2/lib/smarty/internals/core.load_plugins.php
+share/gallery2/lib/smarty/internals/core.load_resource_plugin.php
+share/gallery2/lib/smarty/internals/core.process_cached_inserts.php
+share/gallery2/lib/smarty/internals/core.process_compiled_include.php
+share/gallery2/lib/smarty/internals/core.read_cache_file.php
+share/gallery2/lib/smarty/internals/core.rm_auto.php
+share/gallery2/lib/smarty/internals/core.rmdir.php
+share/gallery2/lib/smarty/internals/core.run_insert_handler.php
+share/gallery2/lib/smarty/internals/core.smarty_include_php.php
+share/gallery2/lib/smarty/internals/core.write_cache_file.php
+share/gallery2/lib/smarty/internals/core.write_compiled_include.php
+share/gallery2/lib/smarty/internals/core.write_compiled_resource.php
+share/gallery2/lib/smarty/internals/core.write_file.php
+share/gallery2/lib/smarty/plugins/block.textformat.php
+share/gallery2/lib/smarty/plugins/compiler.assign.php
+share/gallery2/lib/smarty/plugins/function.assign_debug_info.php
+share/gallery2/lib/smarty/plugins/function.config_load.php
+share/gallery2/lib/smarty/plugins/function.counter.php
+share/gallery2/lib/smarty/plugins/function.cycle.php
+share/gallery2/lib/smarty/plugins/function.debug.php
+share/gallery2/lib/smarty/plugins/function.eval.php
+share/gallery2/lib/smarty/plugins/function.fetch.php
+share/gallery2/lib/smarty/plugins/function.html_checkboxes.php
+share/gallery2/lib/smarty/plugins/function.html_image.php
+share/gallery2/lib/smarty/plugins/function.html_options.php
+share/gallery2/lib/smarty/plugins/function.html_radios.php
+share/gallery2/lib/smarty/plugins/function.html_select_date.php
+share/gallery2/lib/smarty/plugins/function.html_select_time.php
+share/gallery2/lib/smarty/plugins/function.html_table.php
+share/gallery2/lib/smarty/plugins/function.mailto.php
+share/gallery2/lib/smarty/plugins/function.math.php
+share/gallery2/lib/smarty/plugins/function.popup.php
+share/gallery2/lib/smarty/plugins/function.popup_init.php
+share/gallery2/lib/smarty/plugins/modifier.capitalize.php
+share/gallery2/lib/smarty/plugins/modifier.cat.php
+share/gallery2/lib/smarty/plugins/modifier.count_characters.php
+share/gallery2/lib/smarty/plugins/modifier.count_paragraphs.php
+share/gallery2/lib/smarty/plugins/modifier.count_sentences.php
+share/gallery2/lib/smarty/plugins/modifier.count_words.php
+share/gallery2/lib/smarty/plugins/modifier.date_format.php
+share/gallery2/lib/smarty/plugins/modifier.debug_print_var.php
+share/gallery2/lib/smarty/plugins/modifier.default.php
+share/gallery2/lib/smarty/plugins/modifier.escape.php
+share/gallery2/lib/smarty/plugins/modifier.indent.php
+share/gallery2/lib/smarty/plugins/modifier.lower.php
+share/gallery2/lib/smarty/plugins/modifier.nl2br.php
+share/gallery2/lib/smarty/plugins/modifier.regex_replace.php
+share/gallery2/lib/smarty/plugins/modifier.replace.php
+share/gallery2/lib/smarty/plugins/modifier.spacify.php
+share/gallery2/lib/smarty/plugins/modifier.string_format.php
+share/gallery2/lib/smarty/plugins/modifier.strip.php
+share/gallery2/lib/smarty/plugins/modifier.strip_tags.php
+share/gallery2/lib/smarty/plugins/modifier.truncate.php
+share/gallery2/lib/smarty/plugins/modifier.upper.php
+share/gallery2/lib/smarty/plugins/modifier.wordwrap.php
+share/gallery2/lib/smarty/plugins/outputfilter.trimwhitespace.php
+share/gallery2/lib/smarty/plugins/shared.escape_special_chars.php
+share/gallery2/lib/smarty/plugins/shared.make_timestamp.php
+share/gallery2/lib/smarty_plugins/modifier.entitytruncate.php
+share/gallery2/lib/smarty_plugins/modifier.ireplace.php
+share/gallery2/lib/smarty_plugins/modifier.markup.php
+share/gallery2/lib/smarty_plugins/modifier.print_r.php
+share/gallery2/lib/smarty_plugins/modifier.repeat.php
+share/gallery2/lib/smarty_plugins/modifier.split.php
+share/gallery2/lib/smarty_plugins/modifier.utf8.php
+share/gallery2/lib/smtp/smtp.php
+share/gallery2/lib/support/GallerySetupUtilities.class
+share/gallery2/lib/support/cache.php
+share/gallery2/lib/support/chmod.php
+share/gallery2/lib/support/gd.php
+share/gallery2/lib/support/index.php
+share/gallery2/lib/support/phpinfo.php
+share/gallery2/lib/support/security.inc
+share/gallery2/lib/support/support.css
+share/gallery2/lib/support/templates/FailedPasswordEmail.tpl
+share/gallery2/lib/tools/po/.htaccess
+share/gallery2/lib/tools/po/GNUmakefile.inc
+share/gallery2/lib/tools/po/extract.php
+share/gallery2/lib/tools/po/header.pl
+share/gallery2/lib/tools/po/header.txt
+share/gallery2/lib/tools/po/premerge-messages.pl
+share/gallery2/lib/tools/po/shtool
+share/gallery2/lib/tools/po/trim-po.php
+share/gallery2/lib/tools/po/update-all-translations.pl
+share/gallery2/lib/wz_dragdrop/transparentpixel.gif
+share/gallery2/lib/wz_dragdrop/wz_dragdrop.js
+share/gallery2/lib/yui/animation-min.js
+share/gallery2/lib/yui/autocomplete-min.js
+share/gallery2/lib/yui/color.js
+share/gallery2/lib/yui/connection-min.js
+share/gallery2/lib/yui/container-min.js
+share/gallery2/lib/yui/dom-min.js
+share/gallery2/lib/yui/dragdrop-min.js
+share/gallery2/lib/yui/event-min.js
+share/gallery2/lib/yui/slider-min.js
+share/gallery2/lib/yui/yahoo-min.js
+share/gallery2/main.php
+share/gallery2/modules/albumselect/AlbumSelectSiteAdmin.inc
+share/gallery2/modules/albumselect/Callbacks.inc
+share/gallery2/modules/albumselect/MANIFEST
+share/gallery2/modules/albumselect/Preloads.inc
+share/gallery2/modules/albumselect/dtree.css
+share/gallery2/modules/albumselect/dtree.js
+share/gallery2/modules/albumselect/images/base.gif
+share/gallery2/modules/albumselect/images/empty.gif
+share/gallery2/modules/albumselect/images/folder.gif
+share/gallery2/modules/albumselect/images/folderopen.gif
+share/gallery2/modules/albumselect/images/imgfolder.gif
+share/gallery2/modules/albumselect/images/join.gif
+share/gallery2/modules/albumselect/images/join_rtl.gif
+share/gallery2/modules/albumselect/images/joinbottom.gif
+share/gallery2/modules/albumselect/images/joinbottom_rtl.gif
+share/gallery2/modules/albumselect/images/line.gif
+share/gallery2/modules/albumselect/images/line_rtl.gif
+share/gallery2/modules/albumselect/images/minus.gif
+share/gallery2/modules/albumselect/images/minus_rtl.gif
+share/gallery2/modules/albumselect/images/minusbottom.gif
+share/gallery2/modules/albumselect/images/minusbottom_rtl.gif
+share/gallery2/modules/albumselect/images/nolines_minus.gif
+share/gallery2/modules/albumselect/images/nolines_plus.gif
+share/gallery2/modules/albumselect/images/plus.gif
+share/gallery2/modules/albumselect/images/plus_rtl.gif
+share/gallery2/modules/albumselect/images/plusbottom.gif
+share/gallery2/modules/albumselect/images/plusbottom_rtl.gif
+share/gallery2/modules/albumselect/locale/af/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/ar/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/bg/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/ca/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/cs/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/da/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/de/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/en_GB/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/es/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/et/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/eu/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/fi/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/fr/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/he/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/hu/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/is/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/it/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/ja/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/ko/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/lt/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/lv/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/nl/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/no/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/pl/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/pt_BR/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/ro/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/ru/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/sk/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/sr/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/sv/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/tr/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/uk/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/vi/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/zh_CN/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/locale/zh_TW/LC_MESSAGES/modules_albumselect.mo
+share/gallery2/modules/albumselect/module.inc
+share/gallery2/modules/albumselect/po/GNUmakefile
+share/gallery2/modules/albumselect/po/af.po
+share/gallery2/modules/albumselect/po/ar.po
+share/gallery2/modules/albumselect/po/bg.po
+share/gallery2/modules/albumselect/po/ca.po
+share/gallery2/modules/albumselect/po/cs.po
+share/gallery2/modules/albumselect/po/da.po
+share/gallery2/modules/albumselect/po/de.po
+share/gallery2/modules/albumselect/po/en_GB.po
+share/gallery2/modules/albumselect/po/es.po
+share/gallery2/modules/albumselect/po/et.po
+share/gallery2/modules/albumselect/po/eu.po
+share/gallery2/modules/albumselect/po/fi.po
+share/gallery2/modules/albumselect/po/fr.po
+share/gallery2/modules/albumselect/po/he.po
+share/gallery2/modules/albumselect/po/hu.po
+share/gallery2/modules/albumselect/po/is.po
+share/gallery2/modules/albumselect/po/it.po
+share/gallery2/modules/albumselect/po/ja.po
+share/gallery2/modules/albumselect/po/ko.po
+share/gallery2/modules/albumselect/po/lt.po
+share/gallery2/modules/albumselect/po/lv.po
+share/gallery2/modules/albumselect/po/nl.po
+share/gallery2/modules/albumselect/po/no.po
+share/gallery2/modules/albumselect/po/pl.po
+share/gallery2/modules/albumselect/po/pt_BR.po
+share/gallery2/modules/albumselect/po/ro.po
+share/gallery2/modules/albumselect/po/ru.po
+share/gallery2/modules/albumselect/po/sk.po
+share/gallery2/modules/albumselect/po/sr.po
+share/gallery2/modules/albumselect/po/strings.raw
+share/gallery2/modules/albumselect/po/sv.po
+share/gallery2/modules/albumselect/po/tr.po
+share/gallery2/modules/albumselect/po/uk.po
+share/gallery2/modules/albumselect/po/vi.po
+share/gallery2/modules/albumselect/po/zh_CN.po
+share/gallery2/modules/albumselect/po/zh_TW.po
+share/gallery2/modules/albumselect/templates/AlbumSelectSiteAdmin.tpl
+share/gallery2/modules/albumselect/templates/blocks/AlbumSelect.tpl
+share/gallery2/modules/albumselect/templates/blocks/AlbumTree.tpl
+share/gallery2/modules/albumselect/templates/blocks/blocks.inc
+share/gallery2/modules/archiveupload/ArchiveUploadSiteAdmin.inc
+share/gallery2/modules/archiveupload/MANIFEST
+share/gallery2/modules/archiveupload/classes/ArchiveExtractToolkit.class
+share/gallery2/modules/archiveupload/classes/ArchiveUploadHelper.class
+share/gallery2/modules/archiveupload/data/test.zip
+share/gallery2/modules/archiveupload/locale/af/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/ar/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/bg/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/ca/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/cs/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/da/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/de/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/en_GB/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/es/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/eu/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/fi/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/fr/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/hu/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/is/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/it/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/ja/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/ko/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/lt/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/nl/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/no/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/pl/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/pt_BR/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/ro/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/ru/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/sk/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/sr/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/sv/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/tr/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/uk/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/vi/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/zh_CN/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/locale/zh_TW/LC_MESSAGES/modules_archiveupload.mo
+share/gallery2/modules/archiveupload/module.inc
+share/gallery2/modules/archiveupload/po/GNUmakefile
+share/gallery2/modules/archiveupload/po/af.po
+share/gallery2/modules/archiveupload/po/ar.po
+share/gallery2/modules/archiveupload/po/bg.po
+share/gallery2/modules/archiveupload/po/ca.po
+share/gallery2/modules/archiveupload/po/cs.po
+share/gallery2/modules/archiveupload/po/da.po
+share/gallery2/modules/archiveupload/po/de.po
+share/gallery2/modules/archiveupload/po/en_GB.po
+share/gallery2/modules/archiveupload/po/es.po
+share/gallery2/modules/archiveupload/po/eu.po
+share/gallery2/modules/archiveupload/po/fi.po
+share/gallery2/modules/archiveupload/po/fr.po
+share/gallery2/modules/archiveupload/po/hu.po
+share/gallery2/modules/archiveupload/po/is.po
+share/gallery2/modules/archiveupload/po/it.po
+share/gallery2/modules/archiveupload/po/ja.po
+share/gallery2/modules/archiveupload/po/ko.po
+share/gallery2/modules/archiveupload/po/lt.po
+share/gallery2/modules/archiveupload/po/nl.po
+share/gallery2/modules/archiveupload/po/no.po
+share/gallery2/modules/archiveupload/po/pl.po
+share/gallery2/modules/archiveupload/po/pt_BR.po
+share/gallery2/modules/archiveupload/po/ro.po
+share/gallery2/modules/archiveupload/po/ru.po
+share/gallery2/modules/archiveupload/po/sk.po
+share/gallery2/modules/archiveupload/po/sr.po
+share/gallery2/modules/archiveupload/po/strings.raw
+share/gallery2/modules/archiveupload/po/sv.po
+share/gallery2/modules/archiveupload/po/tr.po
+share/gallery2/modules/archiveupload/po/uk.po
+share/gallery2/modules/archiveupload/po/vi.po
+share/gallery2/modules/archiveupload/po/zh_CN.po
+share/gallery2/modules/archiveupload/po/zh_TW.po
+share/gallery2/modules/archiveupload/templates/ArchiveUploadSiteAdmin.tpl
+share/gallery2/modules/captcha/CaptchaConfigAdmin.inc
+share/gallery2/modules/captcha/CaptchaImage.inc
+share/gallery2/modules/captcha/CaptchaSiteAdmin.inc
+share/gallery2/modules/captcha/MANIFEST
+share/gallery2/modules/captcha/classes/CaptchaHelper.class
+share/gallery2/modules/captcha/classes/CaptchaValidationPlugin.inc
+share/gallery2/modules/captcha/classes/ResetFailureCountsTask.class
+share/gallery2/modules/captcha/data/code_bg.jpg
+share/gallery2/modules/captcha/locale/af/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/ar/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/bg/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/ca/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/cs/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/da/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/de/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/en_GB/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/es/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/et/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/eu/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/fi/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/fr/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/hu/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/it/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/ja/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/ko/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/lt/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/nl/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/no/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/pl/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/ro/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/ru/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/sk/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/sr/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/sv/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/tr/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/uk/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/vi/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/zh_CN/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/locale/zh_TW/LC_MESSAGES/modules_captcha.mo
+share/gallery2/modules/captcha/module.inc
+share/gallery2/modules/captcha/po/GNUmakefile
+share/gallery2/modules/captcha/po/af.po
+share/gallery2/modules/captcha/po/ar.po
+share/gallery2/modules/captcha/po/bg.po
+share/gallery2/modules/captcha/po/ca.po
+share/gallery2/modules/captcha/po/cs.po
+share/gallery2/modules/captcha/po/da.po
+share/gallery2/modules/captcha/po/de.po
+share/gallery2/modules/captcha/po/en_GB.po
+share/gallery2/modules/captcha/po/es.po
+share/gallery2/modules/captcha/po/et.po
+share/gallery2/modules/captcha/po/eu.po
+share/gallery2/modules/captcha/po/fi.po
+share/gallery2/modules/captcha/po/fr.po
+share/gallery2/modules/captcha/po/hu.po
+share/gallery2/modules/captcha/po/it.po
+share/gallery2/modules/captcha/po/ja.po
+share/gallery2/modules/captcha/po/ko.po
+share/gallery2/modules/captcha/po/lt.po
+share/gallery2/modules/captcha/po/nl.po
+share/gallery2/modules/captcha/po/no.po
+share/gallery2/modules/captcha/po/pl.po
+share/gallery2/modules/captcha/po/ro.po
+share/gallery2/modules/captcha/po/ru.po
+share/gallery2/modules/captcha/po/sk.po
+share/gallery2/modules/captcha/po/sr.po
+share/gallery2/modules/captcha/po/strings.raw
+share/gallery2/modules/captcha/po/sv.po
+share/gallery2/modules/captcha/po/tr.po
+share/gallery2/modules/captcha/po/uk.po
+share/gallery2/modules/captcha/po/vi.po
+share/gallery2/modules/captcha/po/zh_CN.po
+share/gallery2/modules/captcha/po/zh_TW.po
+share/gallery2/modules/captcha/templates/CaptchaConfigAdmin.tpl
+share/gallery2/modules/captcha/templates/CaptchaSiteAdmin.tpl
+share/gallery2/modules/captcha/templates/CaptchaValidationPlugin.tpl
+share/gallery2/modules/cart/AddToCart.inc
+share/gallery2/modules/cart/Callbacks.inc
+share/gallery2/modules/cart/MANIFEST
+share/gallery2/modules/cart/ModifyCart.inc
+share/gallery2/modules/cart/ViewCart.inc
+share/gallery2/modules/cart/classes/CartHelper.class
+share/gallery2/modules/cart/classes/CartPluginInterface_1_0.class
+share/gallery2/modules/cart/locale/af/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ar/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/bg/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ca/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/cs/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/da/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/de/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/en_GB/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/es/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/et/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/eu/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/fi/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/fr/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ga/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/hu/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/is/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/it/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ja/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ko/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/lt/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/nl/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/no/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/pl/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/pt_BR/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ro/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/ru/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/sk/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/sr/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/sv/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/tr/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/uk/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/vi/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/zh_CN/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/locale/zh_TW/LC_MESSAGES/modules_cart.mo
+share/gallery2/modules/cart/module.inc
+share/gallery2/modules/cart/po/GNUmakefile
+share/gallery2/modules/cart/po/af.po
+share/gallery2/modules/cart/po/ar.po
+share/gallery2/modules/cart/po/bg.po
+share/gallery2/modules/cart/po/ca.po
+share/gallery2/modules/cart/po/cs.po
+share/gallery2/modules/cart/po/da.po
+share/gallery2/modules/cart/po/de.po
+share/gallery2/modules/cart/po/en_GB.po
+share/gallery2/modules/cart/po/es.po
+share/gallery2/modules/cart/po/et.po
+share/gallery2/modules/cart/po/eu.po
+share/gallery2/modules/cart/po/fi.po
+share/gallery2/modules/cart/po/fr.po
+share/gallery2/modules/cart/po/ga.po
+share/gallery2/modules/cart/po/hu.po
+share/gallery2/modules/cart/po/is.po
+share/gallery2/modules/cart/po/it.po
+share/gallery2/modules/cart/po/ja.po
+share/gallery2/modules/cart/po/ko.po
+share/gallery2/modules/cart/po/lt.po
+share/gallery2/modules/cart/po/nl.po
+share/gallery2/modules/cart/po/no.po
+share/gallery2/modules/cart/po/pl.po
+share/gallery2/modules/cart/po/pt_BR.po
+share/gallery2/modules/cart/po/ro.po
+share/gallery2/modules/cart/po/ru.po
+share/gallery2/modules/cart/po/sk.po
+share/gallery2/modules/cart/po/sr.po
+share/gallery2/modules/cart/po/strings.raw
+share/gallery2/modules/cart/po/sv.po
+share/gallery2/modules/cart/po/tr.po
+share/gallery2/modules/cart/po/uk.po
+share/gallery2/modules/cart/po/vi.po
+share/gallery2/modules/cart/po/zh_CN.po
+share/gallery2/modules/cart/po/zh_TW.po
+share/gallery2/modules/cart/templates/ViewCart.tpl
+share/gallery2/modules/cart/templates/blocks/ShowCart.tpl
+share/gallery2/modules/cart/templates/blocks/blocks.inc
+share/gallery2/modules/colorpack/MANIFEST
+share/gallery2/modules/colorpack/classes/ColorPackImpl.class
+share/gallery2/modules/colorpack/classes/ColorPackInterface_1_0.class
+share/gallery2/modules/colorpack/locale/af/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/bg/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/ca/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/cs/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/da/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/de/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/en_GB/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/es/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/eu/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/fi/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/fr/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/hu/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/it/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/ja/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/ko/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/lt/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/nl/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/no/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/pl/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/pt_BR/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/ro/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/ru/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/sk/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/sr/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/sv/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/tr/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/uk/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/zh_CN/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/locale/zh_TW/LC_MESSAGES/modules_colorpack.mo
+share/gallery2/modules/colorpack/module.inc
+share/gallery2/modules/colorpack/packs/black/color.css
+share/gallery2/modules/colorpack/packs/blue/color.css
+share/gallery2/modules/colorpack/packs/bluebottle/color.css
+share/gallery2/modules/colorpack/packs/deepsea/color.css
+share/gallery2/modules/colorpack/packs/goldleaf/color.css
+share/gallery2/modules/colorpack/po/GNUmakefile
+share/gallery2/modules/colorpack/po/af.po
+share/gallery2/modules/colorpack/po/bg.po
+share/gallery2/modules/colorpack/po/ca.po
+share/gallery2/modules/colorpack/po/cs.po
+share/gallery2/modules/colorpack/po/da.po
+share/gallery2/modules/colorpack/po/de.po
+share/gallery2/modules/colorpack/po/en_GB.po
+share/gallery2/modules/colorpack/po/es.po
+share/gallery2/modules/colorpack/po/eu.po
+share/gallery2/modules/colorpack/po/fi.po
+share/gallery2/modules/colorpack/po/fr.po
+share/gallery2/modules/colorpack/po/hu.po
+share/gallery2/modules/colorpack/po/it.po
+share/gallery2/modules/colorpack/po/ja.po
+share/gallery2/modules/colorpack/po/ko.po
+share/gallery2/modules/colorpack/po/lt.po
+share/gallery2/modules/colorpack/po/nl.po
+share/gallery2/modules/colorpack/po/no.po
+share/gallery2/modules/colorpack/po/pl.po
+share/gallery2/modules/colorpack/po/pt_BR.po
+share/gallery2/modules/colorpack/po/ro.po
+share/gallery2/modules/colorpack/po/ru.po
+share/gallery2/modules/colorpack/po/sk.po
+share/gallery2/modules/colorpack/po/sr.po
+share/gallery2/modules/colorpack/po/strings.raw
+share/gallery2/modules/colorpack/po/sv.po
+share/gallery2/modules/colorpack/po/tr.po
+share/gallery2/modules/colorpack/po/uk.po
+share/gallery2/modules/colorpack/po/zh_CN.po
+share/gallery2/modules/colorpack/po/zh_TW.po
+share/gallery2/modules/comment/AddComment.inc
+share/gallery2/modules/comment/Callbacks.inc
+share/gallery2/modules/comment/CommentChangeConfirmation.inc
+share/gallery2/modules/comment/CommentSiteAdmin.inc
+share/gallery2/modules/comment/DeleteComment.inc
+share/gallery2/modules/comment/EditComment.inc
+share/gallery2/modules/comment/MANIFEST
+share/gallery2/modules/comment/ShowAllComments.inc
+share/gallery2/modules/comment/ShowComments.inc
+share/gallery2/modules/comment/classes/CommentCaptchaAdminOption.class
+share/gallery2/modules/comment/classes/Entities.inc
+share/gallery2/modules/comment/classes/GNUmakefile
+share/gallery2/modules/comment/classes/GalleryComment.class
+share/gallery2/modules/comment/classes/GalleryCommentHelper.class
+share/gallery2/modules/comment/classes/GalleryCommentSearch.class
+share/gallery2/modules/comment/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/comment/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/comment/classes/GalleryStorage/xml-src/A_GalleryComment_1.0.xml
+share/gallery2/modules/comment/classes/GalleryStorage/xml-src/A_GalleryComment_1.1.xml
+share/gallery2/modules/comment/comment.css
+share/gallery2/modules/comment/locale/af/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ar/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/bg/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ca/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/cs/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/da/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/de/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/el/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/en_GB/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/es/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/es_AR/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/es_MX/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/et/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/eu/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/fa/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/fi/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/fr/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ga/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/he/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/hu/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/is/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/it/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ja/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ko/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/lt/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/lv/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/nl/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/no/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/pl/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/pt/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/pt_BR/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ro/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/ru/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/sk/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/sr/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/sv/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/tr/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/uk/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/vi/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/zh_CN/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/locale/zh_TW/LC_MESSAGES/modules_comment.mo
+share/gallery2/modules/comment/module.inc
+share/gallery2/modules/comment/po/GNUmakefile
+share/gallery2/modules/comment/po/af.po
+share/gallery2/modules/comment/po/ar.po
+share/gallery2/modules/comment/po/bg.po
+share/gallery2/modules/comment/po/ca.po
+share/gallery2/modules/comment/po/cs.po
+share/gallery2/modules/comment/po/da.po
+share/gallery2/modules/comment/po/de.po
+share/gallery2/modules/comment/po/el.po
+share/gallery2/modules/comment/po/en_GB.po
+share/gallery2/modules/comment/po/es.po
+share/gallery2/modules/comment/po/es_AR.po
+share/gallery2/modules/comment/po/es_MX.po
+share/gallery2/modules/comment/po/et.po
+share/gallery2/modules/comment/po/eu.po
+share/gallery2/modules/comment/po/fa.po
+share/gallery2/modules/comment/po/fi.po
+share/gallery2/modules/comment/po/fr.po
+share/gallery2/modules/comment/po/ga.po
+share/gallery2/modules/comment/po/he.po
+share/gallery2/modules/comment/po/hu.po
+share/gallery2/modules/comment/po/is.po
+share/gallery2/modules/comment/po/it.po
+share/gallery2/modules/comment/po/ja.po
+share/gallery2/modules/comment/po/ko.po
+share/gallery2/modules/comment/po/lt.po
+share/gallery2/modules/comment/po/lv.po
+share/gallery2/modules/comment/po/nl.po
+share/gallery2/modules/comment/po/no.po
+share/gallery2/modules/comment/po/pl.po
+share/gallery2/modules/comment/po/pt.po
+share/gallery2/modules/comment/po/pt_BR.po
+share/gallery2/modules/comment/po/ro.po
+share/gallery2/modules/comment/po/ru.po
+share/gallery2/modules/comment/po/sk.po
+share/gallery2/modules/comment/po/sr.po
+share/gallery2/modules/comment/po/strings.raw
+share/gallery2/modules/comment/po/sv.po
+share/gallery2/modules/comment/po/tr.po
+share/gallery2/modules/comment/po/uk.po
+share/gallery2/modules/comment/po/vi.po
+share/gallery2/modules/comment/po/zh_CN.po
+share/gallery2/modules/comment/po/zh_TW.po
+share/gallery2/modules/comment/templates/AddComment.tpl
+share/gallery2/modules/comment/templates/Comment.tpl
+share/gallery2/modules/comment/templates/CommentChangeConfirmation.tpl
+share/gallery2/modules/comment/templates/CommentSiteAdmin.tpl
+share/gallery2/modules/comment/templates/DeleteComment.tpl
+share/gallery2/modules/comment/templates/EditComment.tpl
+share/gallery2/modules/comment/templates/ShowAllComments.tpl
+share/gallery2/modules/comment/templates/ShowComments.tpl
+share/gallery2/modules/comment/templates/blocks/AddComment.tpl
+share/gallery2/modules/comment/templates/blocks/ViewComments.tpl
+share/gallery2/modules/comment/templates/blocks/blocks.inc
+share/gallery2/modules/core/AdminCore.inc
+share/gallery2/modules/core/AdminCreateGroup.inc
+share/gallery2/modules/core/AdminCreateUser.inc
+share/gallery2/modules/core/AdminDeleteGroup.inc
+share/gallery2/modules/core/AdminDeleteUser.inc
+share/gallery2/modules/core/AdminEditGroup.inc
+share/gallery2/modules/core/AdminEditGroupUsers.inc
+share/gallery2/modules/core/AdminEditUser.inc
+share/gallery2/modules/core/AdminGroups.inc
+share/gallery2/modules/core/AdminMaintenance.inc
+share/gallery2/modules/core/AdminPerformance.inc
+share/gallery2/modules/core/AdminPlugins.inc
+share/gallery2/modules/core/AdminRepository.inc
+share/gallery2/modules/core/AdminRepositoryDownload.inc
+share/gallery2/modules/core/AdminThemes.inc
+share/gallery2/modules/core/AdminToolkitPriority.inc
+share/gallery2/modules/core/AdminUsers.inc
+share/gallery2/modules/core/Callbacks.inc
+share/gallery2/modules/core/ChangeLanguage.inc
+share/gallery2/modules/core/CoreModuleExtras.inc
+share/gallery2/modules/core/CreateThumbnailOption.inc
+share/gallery2/modules/core/DownloadItem.inc
+share/gallery2/modules/core/ErrorPage.inc
+share/gallery2/modules/core/ItemAdd.inc
+share/gallery2/modules/core/ItemAddAlbum.inc
+share/gallery2/modules/core/ItemAddConfirmation.inc
+share/gallery2/modules/core/ItemAddFromBrowser.inc
+share/gallery2/modules/core/ItemAdmin.inc
+share/gallery2/modules/core/ItemDelete.inc
+share/gallery2/modules/core/ItemDeleteConfirmation.inc
+share/gallery2/modules/core/ItemDeleteSingle.inc
+share/gallery2/modules/core/ItemEdit.inc
+share/gallery2/modules/core/ItemEditAlbum.inc
+share/gallery2/modules/core/ItemEditAnimation.inc
+share/gallery2/modules/core/ItemEditCaptions.inc
+share/gallery2/modules/core/ItemEditItem.inc
+share/gallery2/modules/core/ItemEditMovie.inc
+share/gallery2/modules/core/ItemEditPhoto.inc
+share/gallery2/modules/core/ItemEditPhotoThumbnail.inc
+share/gallery2/modules/core/ItemEditRotateAndScalePhoto.inc
+share/gallery2/modules/core/ItemEditTheme.inc
+share/gallery2/modules/core/ItemMakeHighlight.inc
+share/gallery2/modules/core/ItemMove.inc
+share/gallery2/modules/core/ItemMoveSingle.inc
+share/gallery2/modules/core/ItemPermissions.inc
+share/gallery2/modules/core/ItemReorder.inc
+share/gallery2/modules/core/Logout.inc
+share/gallery2/modules/core/MANIFEST
+share/gallery2/modules/core/MaintenanceMode.inc
+share/gallery2/modules/core/PluginCallback.inc
+share/gallery2/modules/core/ProgressBar.inc
+share/gallery2/modules/core/RepositoryCallback.inc
+share/gallery2/modules/core/ShowItem.inc
+share/gallery2/modules/core/ShowItemError.inc
+share/gallery2/modules/core/SimpleCallback.inc
+share/gallery2/modules/core/SiteAdmin.inc
+share/gallery2/modules/core/UserAdmin.inc
+share/gallery2/modules/core/UserChangePassword.inc
+share/gallery2/modules/core/UserLogin.inc
+share/gallery2/modules/core/UserPreferences.inc
+share/gallery2/modules/core/UserRecoverPassword.inc
+share/gallery2/modules/core/UserRecoverPasswordAdmin.inc
+share/gallery2/modules/core/UserRecoverPasswordConfirm.inc
+share/gallery2/modules/core/UserRecoverPasswordDownload.inc
+share/gallery2/modules/core/classes/BuildDerivativesTask.class
+share/gallery2/modules/core/classes/ConvertDatabaseToUtf8Task.class
+share/gallery2/modules/core/classes/CoreCaptchaAdminOption.class
+share/gallery2/modules/core/classes/DatabaseLockSystem.class
+share/gallery2/modules/core/classes/DeleteSessionsTask.class
+share/gallery2/modules/core/classes/Entities.inc
+share/gallery2/modules/core/classes/FlockLockSystem.class
+share/gallery2/modules/core/classes/FlushDatabaseCacheTask.class
+share/gallery2/modules/core/classes/FlushTemplatesTask.class
+share/gallery2/modules/core/classes/GNUmakefile
+share/gallery2/modules/core/classes/Gallery.class
+share/gallery2/modules/core/classes/GalleryAlbumItem.class
+share/gallery2/modules/core/classes/GalleryAnimationItem.class
+share/gallery2/modules/core/classes/GalleryAuthPlugin.class
+share/gallery2/modules/core/classes/GalleryCapabilities.class
+share/gallery2/modules/core/classes/GalleryChildEntity.class
+share/gallery2/modules/core/classes/GalleryConstants.class
+share/gallery2/modules/core/classes/GalleryController.class
+share/gallery2/modules/core/classes/GalleryCoreApi.class
+share/gallery2/modules/core/classes/GalleryCoreSearch.class
+share/gallery2/modules/core/classes/GalleryDataCache.class
+share/gallery2/modules/core/classes/GalleryDataItem.class
+share/gallery2/modules/core/classes/GalleryDerivative.class
+share/gallery2/modules/core/classes/GalleryDerivativeImage.class
+share/gallery2/modules/core/classes/GalleryDynamicAlbum.class
+share/gallery2/modules/core/classes/GalleryEmbed.class
+share/gallery2/modules/core/classes/GalleryEntity.class
+share/gallery2/modules/core/classes/GalleryEvent.class
+share/gallery2/modules/core/classes/GalleryEventListener.class
+share/gallery2/modules/core/classes/GalleryFileSystemEntity.class
+share/gallery2/modules/core/classes/GalleryGroup.class
+share/gallery2/modules/core/classes/GalleryItem.class
+share/gallery2/modules/core/classes/GalleryLockSystem.class
+share/gallery2/modules/core/classes/GalleryModule.class
+share/gallery2/modules/core/classes/GalleryMovieItem.class
+share/gallery2/modules/core/classes/GalleryPersistent.class
+share/gallery2/modules/core/classes/GalleryPhotoItem.class
+share/gallery2/modules/core/classes/GalleryPhpVm.class
+share/gallery2/modules/core/classes/GalleryPlatform.class
+share/gallery2/modules/core/classes/GalleryPlatform/UnixPlatform.class
+share/gallery2/modules/core/classes/GalleryPlatform/WinNtPlatform.class
+share/gallery2/modules/core/classes/GalleryPlugin.class
+share/gallery2/modules/core/classes/GalleryRenderer.class
+share/gallery2/modules/core/classes/GalleryRepository.class
+share/gallery2/modules/core/classes/GalleryRepositoryIndex.class
+share/gallery2/modules/core/classes/GalleryRepositoryUtilities.class
+share/gallery2/modules/core/classes/GallerySession.class
+share/gallery2/modules/core/classes/GallerySmarty.class
+share/gallery2/modules/core/classes/GallerySortInterface_1_2.class
+share/gallery2/modules/core/classes/GalleryStatus.class
+share/gallery2/modules/core/classes/GalleryStorage.class
+share/gallery2/modules/core/classes/GalleryStorage/Db2CreateUdfs.sql
+share/gallery2/modules/core/classes/GalleryStorage/Db2Storage.class
+share/gallery2/modules/core/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/core/classes/GalleryStorage/GallerySqlFragment.class
+share/gallery2/modules/core/classes/GalleryStorage/GalleryStorageExtras.class
+share/gallery2/modules/core/classes/GalleryStorage/MSSqlStorage.class
+share/gallery2/modules/core/classes/GalleryStorage/OracleCreateBitOr.sql
+share/gallery2/modules/core/classes/GalleryStorage/OracleStorage.class
+share/gallery2/modules/core/classes/GalleryStorage/PostgreSqlStorage.class
+share/gallery2/modules/core/classes/GalleryStorage/g2_db2.jar
+share/gallery2/modules/core/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryAccessMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryAccessMap_1.1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryAccessMap_1.2.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryAlbumItem_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryCacheMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryDerivative_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryEntity_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryEntity_1.1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryGroup_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryItem_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryItem_1.1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginPackageMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginParameterMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginParameterMap_1.1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryPluginParameterMap_1.2.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GallerySessionMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryUser_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_GalleryUser_1.1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_Schema_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/A_Schema_1.1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/Lock.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/R_GalleryCache_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/R_GalleryItemPropertiesMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/R_GalleryPermissionMap_1.0.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/Schema.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/T_InstallerTest_1.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/T_InstallerTest_2.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/T_InstallerTest_3.xml
+share/gallery2/modules/core/classes/GalleryStorage/xml-src/T_InstallerTest_4.xml
+share/gallery2/modules/core/classes/GalleryTemplate.class
+share/gallery2/modules/core/classes/GalleryTemplateAdapter.class
+share/gallery2/modules/core/classes/GalleryTheme.class
+share/gallery2/modules/core/classes/GalleryToolkit.class
+share/gallery2/modules/core/classes/GalleryTranslator.class
+share/gallery2/modules/core/classes/GalleryUnknownItem.class
+share/gallery2/modules/core/classes/GalleryUrlGenerator.class
+share/gallery2/modules/core/classes/GalleryUser.class
+share/gallery2/modules/core/classes/GalleryUtilities.class
+share/gallery2/modules/core/classes/GalleryValidationPlugin.class
+share/gallery2/modules/core/classes/GalleryView.class
+share/gallery2/modules/core/classes/Maps.inc
+share/gallery2/modules/core/classes/Maps.xml
+share/gallery2/modules/core/classes/OptimizeDatabaseTask.class
+share/gallery2/modules/core/classes/ResetViewCountsTask.class
+share/gallery2/modules/core/classes/SetOriginationTimestampTask.class
+share/gallery2/modules/core/classes/SystemInfoTask.class
+share/gallery2/modules/core/classes/helpers/GalleryCharsetHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryCharsetHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryChildEntityHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryDerivativeHelper_advanced.class
+share/gallery2/modules/core/classes/helpers/GalleryDerivativeHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryDerivativeHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryEntityHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryEntityHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryEventHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryFactoryHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryFactoryHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryFileSystemEntityHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryFileSystemEntityHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryGroupHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryItemAttributesHelper_advanced.class
+share/gallery2/modules/core/classes/helpers/GalleryItemAttributesHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryItemAttributesHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryItemHelper_advanced.class
+share/gallery2/modules/core/classes/helpers/GalleryItemHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryItemHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryLockHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryMimeTypeHelper_advanced.class
+share/gallery2/modules/core/classes/helpers/GalleryMimeTypeHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryPermissionHelper_advanced.class
+share/gallery2/modules/core/classes/helpers/GalleryPermissionHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryPluginHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryPluginHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryThemeHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryToolkitHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryToolkitHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryUserGroupHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryUserGroupHelper_simple.class
+share/gallery2/modules/core/classes/helpers/GalleryUserHelper_medium.class
+share/gallery2/modules/core/classes/helpers/GalleryUserHelper_simple.class
+share/gallery2/modules/core/classes/helpers/MailHelper_simple.class
+share/gallery2/modules/core/classes/helpers/MaintenanceHelper_simple.class
+share/gallery2/modules/core/classes/helpers/UserRecoverPasswordHelper_simple.class
+share/gallery2/modules/core/classes/helpers/WebHelper_simple.class
+share/gallery2/modules/core/data/broken-image.gif
+share/gallery2/modules/core/data/donate.png
+share/gallery2/modules/core/data/g22-double_double.png
+share/gallery2/modules/core/data/gallery.css
+share/gallery2/modules/core/data/groupinfo.png
+share/gallery2/modules/core/data/hline.png
+share/gallery2/modules/core/data/hue.png
+share/gallery2/modules/core/data/key7-16-bw.gif
+share/gallery2/modules/core/data/module-active.gif
+share/gallery2/modules/core/data/module-inactive.gif
+share/gallery2/modules/core/data/module-incompatible.gif
+share/gallery2/modules/core/data/module-install.gif
+share/gallery2/modules/core/data/module-locked.gif
+share/gallery2/modules/core/data/module-upgrade.gif
+share/gallery2/modules/core/data/pickerbg.png
+share/gallery2/modules/core/data/select.gif
+share/gallery2/modules/core/data/selectline_h.gif
+share/gallery2/modules/core/data/selectline_v.gif
+share/gallery2/modules/core/data/userinfo.png
+share/gallery2/modules/core/locale/af/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ar/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/bg/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ca/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/cs/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/da/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/de/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/el/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/en_GB/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/es/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/es_AR/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/es_MX/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/et/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/eu/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/fi/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/fr/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ga/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/he/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/hu/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/is/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/it/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ja/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ko/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/lt/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/lv/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/nl/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/no/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/pl/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/pt/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/pt_BR/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ro/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/ru/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/sk/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/sl/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/sr/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/sv/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/tr/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/uk/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/vi/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/zh_CN/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/locale/zh_TW/LC_MESSAGES/modules_core.mo
+share/gallery2/modules/core/module.inc
+share/gallery2/modules/core/po/GNUmakefile
+share/gallery2/modules/core/po/af.po
+share/gallery2/modules/core/po/ar.po
+share/gallery2/modules/core/po/bg.po
+share/gallery2/modules/core/po/ca.po
+share/gallery2/modules/core/po/cs.po
+share/gallery2/modules/core/po/da.po
+share/gallery2/modules/core/po/de.po
+share/gallery2/modules/core/po/el.po
+share/gallery2/modules/core/po/en_GB.po
+share/gallery2/modules/core/po/es.po
+share/gallery2/modules/core/po/es_AR.po
+share/gallery2/modules/core/po/es_MX.po
+share/gallery2/modules/core/po/et.po
+share/gallery2/modules/core/po/eu.po
+share/gallery2/modules/core/po/fi.po
+share/gallery2/modules/core/po/fr.po
+share/gallery2/modules/core/po/ga.po
+share/gallery2/modules/core/po/he.po
+share/gallery2/modules/core/po/hu.po
+share/gallery2/modules/core/po/is.po
+share/gallery2/modules/core/po/it.po
+share/gallery2/modules/core/po/ja.po
+share/gallery2/modules/core/po/ko.po
+share/gallery2/modules/core/po/lt.po
+share/gallery2/modules/core/po/lv.po
+share/gallery2/modules/core/po/nl.po
+share/gallery2/modules/core/po/no.po
+share/gallery2/modules/core/po/pl.po
+share/gallery2/modules/core/po/pt.po
+share/gallery2/modules/core/po/pt_BR.po
+share/gallery2/modules/core/po/ro.po
+share/gallery2/modules/core/po/ru.po
+share/gallery2/modules/core/po/sk.po
+share/gallery2/modules/core/po/sl.po
+share/gallery2/modules/core/po/sr.po
+share/gallery2/modules/core/po/strings.raw
+share/gallery2/modules/core/po/sv.po
+share/gallery2/modules/core/po/tr.po
+share/gallery2/modules/core/po/uk.po
+share/gallery2/modules/core/po/vi.po
+share/gallery2/modules/core/po/zh_CN.po
+share/gallery2/modules/core/po/zh_TW.po
+share/gallery2/modules/core/templates/AdminCore.tpl
+share/gallery2/modules/core/templates/AdminCreateGroup.tpl
+share/gallery2/modules/core/templates/AdminCreateUser.tpl
+share/gallery2/modules/core/templates/AdminDeleteGroup.tpl
+share/gallery2/modules/core/templates/AdminDeleteUser.tpl
+share/gallery2/modules/core/templates/AdminEditGroup.tpl
+share/gallery2/modules/core/templates/AdminEditGroupUsers.tpl
+share/gallery2/modules/core/templates/AdminEditUser.tpl
+share/gallery2/modules/core/templates/AdminGroups.tpl
+share/gallery2/modules/core/templates/AdminMaintenance.tpl
+share/gallery2/modules/core/templates/AdminPerformance.tpl
+share/gallery2/modules/core/templates/AdminPlugins.js
+share/gallery2/modules/core/templates/AdminPlugins.tpl
+share/gallery2/modules/core/templates/AdminPluginsLegend.tpl
+share/gallery2/modules/core/templates/AdminRepository.js
+share/gallery2/modules/core/templates/AdminRepository.tpl
+share/gallery2/modules/core/templates/AdminRepositoryDownload.js
+share/gallery2/modules/core/templates/AdminRepositoryDownload.tpl
+share/gallery2/modules/core/templates/AdminThemes.tpl
+share/gallery2/modules/core/templates/AdminToolkitPriority.tpl
+share/gallery2/modules/core/templates/AdminUsers.tpl
+share/gallery2/modules/core/templates/AutoComplete.tpl
+share/gallery2/modules/core/templates/CreateThumbnailOption.tpl
+share/gallery2/modules/core/templates/DefaultButton.tpl
+share/gallery2/modules/core/templates/Dimensions.tpl
+share/gallery2/modules/core/templates/EmailTest.tpl
+share/gallery2/modules/core/templates/ErrorPage.tpl
+share/gallery2/modules/core/templates/FallbackTheme.tpl
+share/gallery2/modules/core/templates/ItemAdd.tpl
+share/gallery2/modules/core/templates/ItemAddAlbum.tpl
+share/gallery2/modules/core/templates/ItemAddConfirmation.tpl
+share/gallery2/modules/core/templates/ItemAddFromBrowser.tpl
+share/gallery2/modules/core/templates/ItemAdmin.tpl
+share/gallery2/modules/core/templates/ItemDelete.tpl
+share/gallery2/modules/core/templates/ItemDeleteConfirmation.tpl
+share/gallery2/modules/core/templates/ItemDeleteSingle.tpl
+share/gallery2/modules/core/templates/ItemEdit.tpl
+share/gallery2/modules/core/templates/ItemEditAlbum.tpl
+share/gallery2/modules/core/templates/ItemEditAnimation.tpl
+share/gallery2/modules/core/templates/ItemEditCaptions.tpl
+share/gallery2/modules/core/templates/ItemEditItem.tpl
+share/gallery2/modules/core/templates/ItemEditMovie.tpl
+share/gallery2/modules/core/templates/ItemEditPhoto.tpl
+share/gallery2/modules/core/templates/ItemEditPhotoThumbnail.css
+share/gallery2/modules/core/templates/ItemEditPhotoThumbnail.tpl
+share/gallery2/modules/core/templates/ItemEditRotateAndScalePhoto.tpl
+share/gallery2/modules/core/templates/ItemEditTheme.tpl
+share/gallery2/modules/core/templates/ItemMakeHighlight.tpl
+share/gallery2/modules/core/templates/ItemMove.tpl
+share/gallery2/modules/core/templates/ItemMoveSingle.tpl
+share/gallery2/modules/core/templates/ItemPermissions.tpl
+share/gallery2/modules/core/templates/ItemReorder.tpl
+share/gallery2/modules/core/templates/JavaScriptWarning.tpl
+share/gallery2/modules/core/templates/MaintenanceMode.tpl
+share/gallery2/modules/core/templates/MarkupBar.tpl
+share/gallery2/modules/core/templates/ShowItem.tpl
+share/gallery2/modules/core/templates/ShowItemError.tpl
+share/gallery2/modules/core/templates/SidebarBlock.tpl
+share/gallery2/modules/core/templates/SiteAdmin.tpl
+share/gallery2/modules/core/templates/UserAdmin.tpl
+share/gallery2/modules/core/templates/UserChangePassword.tpl
+share/gallery2/modules/core/templates/UserLocked.tpl
+share/gallery2/modules/core/templates/UserLogin.tpl
+share/gallery2/modules/core/templates/UserPreferences.tpl
+share/gallery2/modules/core/templates/UserRecoverPassword.tpl
+share/gallery2/modules/core/templates/UserRecoverPasswordAdmin.tpl
+share/gallery2/modules/core/templates/UserRecoverPasswordConfirm.tpl
+share/gallery2/modules/core/templates/UserRecoverPasswordEmail.tpl
+share/gallery2/modules/core/templates/blocks/BreadCrumb.tpl
+share/gallery2/modules/core/templates/blocks/EmergencyEditItemLink.tpl
+share/gallery2/modules/core/templates/blocks/GuestPreview.tpl
+share/gallery2/modules/core/templates/blocks/ItemInfo.tpl
+share/gallery2/modules/core/templates/blocks/ItemLinks.tpl
+share/gallery2/modules/core/templates/blocks/LanguageSelector.tpl
+share/gallery2/modules/core/templates/blocks/LoginBlock.tpl
+share/gallery2/modules/core/templates/blocks/NavigationLinks.tpl
+share/gallery2/modules/core/templates/blocks/Navigator.tpl
+share/gallery2/modules/core/templates/blocks/Pager.tpl
+share/gallery2/modules/core/templates/blocks/PeerList.tpl
+share/gallery2/modules/core/templates/blocks/PhotoSizes.tpl
+share/gallery2/modules/core/templates/blocks/SystemLink.tpl
+share/gallery2/modules/core/templates/blocks/SystemLinks.tpl
+share/gallery2/modules/core/templates/blocks/ThemeSettingsForm.tpl
+share/gallery2/modules/core/templates/blocks/blocks.inc
+share/gallery2/modules/customfield/Callbacks.inc
+share/gallery2/modules/customfield/CustomFieldItemAdmin.inc
+share/gallery2/modules/customfield/CustomFieldItemEdit.inc
+share/gallery2/modules/customfield/CustomFieldSiteAdmin.inc
+share/gallery2/modules/customfield/MANIFEST
+share/gallery2/modules/customfield/classes/CustomFieldHelper.class
+share/gallery2/modules/customfield/classes/CustomFieldInterface_1_0.class
+share/gallery2/modules/customfield/classes/CustomFieldSearch.class
+share/gallery2/modules/customfield/classes/GNUmakefile
+share/gallery2/modules/customfield/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/customfield/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/customfield/classes/GalleryStorage/xml-src/A_CustomFieldMap_1.0.xml
+share/gallery2/modules/customfield/classes/Maps.inc
+share/gallery2/modules/customfield/classes/Maps.xml
+share/gallery2/modules/customfield/locale/af/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/ar/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/ca/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/cs/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/da/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/de/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/en_GB/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/es/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/eu/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/fi/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/fr/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/hu/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/is/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/it/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/ja/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/ko/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/lt/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/nl/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/no/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/pl/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/ro/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/ru/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/sk/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/sr/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/sv/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/tr/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/uk/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/vi/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/zh_CN/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/locale/zh_TW/LC_MESSAGES/modules_customfield.mo
+share/gallery2/modules/customfield/module.inc
+share/gallery2/modules/customfield/po/GNUmakefile
+share/gallery2/modules/customfield/po/af.po
+share/gallery2/modules/customfield/po/ar.po
+share/gallery2/modules/customfield/po/ca.po
+share/gallery2/modules/customfield/po/cs.po
+share/gallery2/modules/customfield/po/da.po
+share/gallery2/modules/customfield/po/de.po
+share/gallery2/modules/customfield/po/en_GB.po
+share/gallery2/modules/customfield/po/es.po
+share/gallery2/modules/customfield/po/eu.po
+share/gallery2/modules/customfield/po/fi.po
+share/gallery2/modules/customfield/po/fr.po
+share/gallery2/modules/customfield/po/hu.po
+share/gallery2/modules/customfield/po/is.po
+share/gallery2/modules/customfield/po/it.po
+share/gallery2/modules/customfield/po/ja.po
+share/gallery2/modules/customfield/po/ko.po
+share/gallery2/modules/customfield/po/lt.po
+share/gallery2/modules/customfield/po/nl.po
+share/gallery2/modules/customfield/po/no.po
+share/gallery2/modules/customfield/po/pl.po
+share/gallery2/modules/customfield/po/ro.po
+share/gallery2/modules/customfield/po/ru.po
+share/gallery2/modules/customfield/po/sk.po
+share/gallery2/modules/customfield/po/sr.po
+share/gallery2/modules/customfield/po/strings.raw
+share/gallery2/modules/customfield/po/sv.po
+share/gallery2/modules/customfield/po/tr.po
+share/gallery2/modules/customfield/po/uk.po
+share/gallery2/modules/customfield/po/vi.po
+share/gallery2/modules/customfield/po/zh_CN.po
+share/gallery2/modules/customfield/po/zh_TW.po
+share/gallery2/modules/customfield/templates/Admin.tpl
+share/gallery2/modules/customfield/templates/CustomFieldItemAdmin.tpl
+share/gallery2/modules/customfield/templates/CustomFieldItemEdit.tpl
+share/gallery2/modules/customfield/templates/CustomFieldSiteAdmin.tpl
+share/gallery2/modules/customfield/templates/blocks/CustomFields.tpl
+share/gallery2/modules/customfield/templates/blocks/blocks.inc
+share/gallery2/modules/dcraw/AdminDcraw.inc
+share/gallery2/modules/dcraw/MANIFEST
+share/gallery2/modules/dcraw/classes/DcrawToolkit.class
+share/gallery2/modules/dcraw/classes/DcrawToolkitHelper.class
+share/gallery2/modules/dcraw/locale/af/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/ar/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/ca/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/cs/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/da/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/de/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/en_GB/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/es/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/eu/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/fi/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/fr/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/hu/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/it/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/ja/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/ko/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/lt/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/nl/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/no/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/pl/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/ro/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/ru/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/sk/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/sr/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/sv/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/tr/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/uk/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/vi/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/zh_CN/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/locale/zh_TW/LC_MESSAGES/modules_dcraw.mo
+share/gallery2/modules/dcraw/module.inc
+share/gallery2/modules/dcraw/po/GNUmakefile
+share/gallery2/modules/dcraw/po/af.po
+share/gallery2/modules/dcraw/po/ar.po
+share/gallery2/modules/dcraw/po/ca.po
+share/gallery2/modules/dcraw/po/cs.po
+share/gallery2/modules/dcraw/po/da.po
+share/gallery2/modules/dcraw/po/de.po
+share/gallery2/modules/dcraw/po/en_GB.po
+share/gallery2/modules/dcraw/po/es.po
+share/gallery2/modules/dcraw/po/eu.po
+share/gallery2/modules/dcraw/po/fi.po
+share/gallery2/modules/dcraw/po/fr.po
+share/gallery2/modules/dcraw/po/hu.po
+share/gallery2/modules/dcraw/po/it.po
+share/gallery2/modules/dcraw/po/ja.po
+share/gallery2/modules/dcraw/po/ko.po
+share/gallery2/modules/dcraw/po/lt.po
+share/gallery2/modules/dcraw/po/nl.po
+share/gallery2/modules/dcraw/po/no.po
+share/gallery2/modules/dcraw/po/pl.po
+share/gallery2/modules/dcraw/po/ro.po
+share/gallery2/modules/dcraw/po/ru.po
+share/gallery2/modules/dcraw/po/sk.po
+share/gallery2/modules/dcraw/po/sr.po
+share/gallery2/modules/dcraw/po/strings.raw
+share/gallery2/modules/dcraw/po/sv.po
+share/gallery2/modules/dcraw/po/tr.po
+share/gallery2/modules/dcraw/po/uk.po
+share/gallery2/modules/dcraw/po/vi.po
+share/gallery2/modules/dcraw/po/zh_CN.po
+share/gallery2/modules/dcraw/po/zh_TW.po
+share/gallery2/modules/dcraw/templates/AdminDcraw.tpl
+share/gallery2/modules/debug/MANIFEST
+share/gallery2/modules/debug/ShowTree.inc
+share/gallery2/modules/debug/locale/af/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ar/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ca/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/cs/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/da/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/de/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/en_GB/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/es/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/es_AR/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/eu/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/fi/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/fr/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ga/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/hu/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/is/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/it/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ja/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ko/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/lt/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/lv/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/nl/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/no/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/pl/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ro/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/ru/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/sk/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/sr/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/sv/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/tr/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/uk/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/vi/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/zh_CN/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/locale/zh_TW/LC_MESSAGES/modules_debug.mo
+share/gallery2/modules/debug/module.inc
+share/gallery2/modules/debug/po/GNUmakefile
+share/gallery2/modules/debug/po/af.po
+share/gallery2/modules/debug/po/ar.po
+share/gallery2/modules/debug/po/ca.po
+share/gallery2/modules/debug/po/cs.po
+share/gallery2/modules/debug/po/da.po
+share/gallery2/modules/debug/po/de.po
+share/gallery2/modules/debug/po/en_GB.po
+share/gallery2/modules/debug/po/es.po
+share/gallery2/modules/debug/po/es_AR.po
+share/gallery2/modules/debug/po/eu.po
+share/gallery2/modules/debug/po/fi.po
+share/gallery2/modules/debug/po/fr.po
+share/gallery2/modules/debug/po/ga.po
+share/gallery2/modules/debug/po/hu.po
+share/gallery2/modules/debug/po/is.po
+share/gallery2/modules/debug/po/it.po
+share/gallery2/modules/debug/po/ja.po
+share/gallery2/modules/debug/po/ko.po
+share/gallery2/modules/debug/po/lt.po
+share/gallery2/modules/debug/po/lv.po
+share/gallery2/modules/debug/po/nl.po
+share/gallery2/modules/debug/po/no.po
+share/gallery2/modules/debug/po/pl.po
+share/gallery2/modules/debug/po/ro.po
+share/gallery2/modules/debug/po/ru.po
+share/gallery2/modules/debug/po/sk.po
+share/gallery2/modules/debug/po/sr.po
+share/gallery2/modules/debug/po/strings.raw
+share/gallery2/modules/debug/po/sv.po
+share/gallery2/modules/debug/po/tr.po
+share/gallery2/modules/debug/po/uk.po
+share/gallery2/modules/debug/po/vi.po
+share/gallery2/modules/debug/po/zh_CN.po
+share/gallery2/modules/debug/po/zh_TW.po
+share/gallery2/modules/debug/templates/ShowTree.tpl
+share/gallery2/modules/debug/templates/ShowTreeEntity.tpl
+share/gallery2/modules/debug/templates/ShowTreeEntityLink.tpl
+share/gallery2/modules/digibug/AdminDigibug.inc
+share/gallery2/modules/digibug/DigibugPrintPhotos.inc
+share/gallery2/modules/digibug/MANIFEST
+share/gallery2/modules/digibug/classes/DigibugCartPlugin.class
+share/gallery2/modules/digibug/locale/af/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/ar/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/ca/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/cs/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/da/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/de/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/en_GB/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/es/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/eu/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/fi/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/fr/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/hu/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/is/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/it/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/ja/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/ko/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/lt/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/nl/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/no/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/pl/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/ro/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/ru/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/sk/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/sr/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/sv/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/tr/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/uk/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/vi/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/zh_CN/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/locale/zh_TW/LC_MESSAGES/modules_digibug.mo
+share/gallery2/modules/digibug/module.inc
+share/gallery2/modules/digibug/po/GNUmakefile
+share/gallery2/modules/digibug/po/af.po
+share/gallery2/modules/digibug/po/ar.po
+share/gallery2/modules/digibug/po/ca.po
+share/gallery2/modules/digibug/po/cs.po
+share/gallery2/modules/digibug/po/da.po
+share/gallery2/modules/digibug/po/de.po
+share/gallery2/modules/digibug/po/en_GB.po
+share/gallery2/modules/digibug/po/es.po
+share/gallery2/modules/digibug/po/eu.po
+share/gallery2/modules/digibug/po/fi.po
+share/gallery2/modules/digibug/po/fr.po
+share/gallery2/modules/digibug/po/hu.po
+share/gallery2/modules/digibug/po/is.po
+share/gallery2/modules/digibug/po/it.po
+share/gallery2/modules/digibug/po/ja.po
+share/gallery2/modules/digibug/po/ko.po
+share/gallery2/modules/digibug/po/lt.po
+share/gallery2/modules/digibug/po/nl.po
+share/gallery2/modules/digibug/po/no.po
+share/gallery2/modules/digibug/po/pl.po
+share/gallery2/modules/digibug/po/ro.po
+share/gallery2/modules/digibug/po/ru.po
+share/gallery2/modules/digibug/po/sk.po
+share/gallery2/modules/digibug/po/sr.po
+share/gallery2/modules/digibug/po/strings.raw
+share/gallery2/modules/digibug/po/sv.po
+share/gallery2/modules/digibug/po/tr.po
+share/gallery2/modules/digibug/po/uk.po
+share/gallery2/modules/digibug/po/vi.po
+share/gallery2/modules/digibug/po/zh_CN.po
+share/gallery2/modules/digibug/po/zh_TW.po
+share/gallery2/modules/digibug/templates/AdminDigibug.tpl
+share/gallery2/modules/digibug/templates/DigibugPrintPhotos.tpl
+share/gallery2/modules/dynamicalbum/DynamicAlbumSiteAdmin.inc
+share/gallery2/modules/dynamicalbum/MANIFEST
+share/gallery2/modules/dynamicalbum/PopularAlbum.inc
+share/gallery2/modules/dynamicalbum/RandomAlbum.inc
+share/gallery2/modules/dynamicalbum/UpdatesAlbum.inc
+share/gallery2/modules/dynamicalbum/locale/af/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ar/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/bg/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ca/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/cs/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/da/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/de/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/el/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/en_GB/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/es/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/es_AR/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/es_MX/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/et/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/eu/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/fi/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/fr/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ga/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/he/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/hu/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/it/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ja/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ko/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/lt/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/nl/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/no/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/pl/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/pt/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/pt_BR/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ro/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/ru/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/sk/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/sl/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/sr/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/sv/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/tr/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/uk/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/vi/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/zh_CN/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/locale/zh_TW/LC_MESSAGES/modules_dynamicalbum.mo
+share/gallery2/modules/dynamicalbum/module.inc
+share/gallery2/modules/dynamicalbum/po/GNUmakefile
+share/gallery2/modules/dynamicalbum/po/af.po
+share/gallery2/modules/dynamicalbum/po/ar.po
+share/gallery2/modules/dynamicalbum/po/bg.po
+share/gallery2/modules/dynamicalbum/po/ca.po
+share/gallery2/modules/dynamicalbum/po/cs.po
+share/gallery2/modules/dynamicalbum/po/da.po
+share/gallery2/modules/dynamicalbum/po/de.po
+share/gallery2/modules/dynamicalbum/po/el.po
+share/gallery2/modules/dynamicalbum/po/en_GB.po
+share/gallery2/modules/dynamicalbum/po/es.po
+share/gallery2/modules/dynamicalbum/po/es_AR.po
+share/gallery2/modules/dynamicalbum/po/es_MX.po
+share/gallery2/modules/dynamicalbum/po/et.po
+share/gallery2/modules/dynamicalbum/po/eu.po
+share/gallery2/modules/dynamicalbum/po/fi.po
+share/gallery2/modules/dynamicalbum/po/fr.po
+share/gallery2/modules/dynamicalbum/po/ga.po
+share/gallery2/modules/dynamicalbum/po/he.po
+share/gallery2/modules/dynamicalbum/po/hu.po
+share/gallery2/modules/dynamicalbum/po/it.po
+share/gallery2/modules/dynamicalbum/po/ja.po
+share/gallery2/modules/dynamicalbum/po/ko.po
+share/gallery2/modules/dynamicalbum/po/lt.po
+share/gallery2/modules/dynamicalbum/po/nl.po
+share/gallery2/modules/dynamicalbum/po/no.po
+share/gallery2/modules/dynamicalbum/po/pl.po
+share/gallery2/modules/dynamicalbum/po/pt.po
+share/gallery2/modules/dynamicalbum/po/pt_BR.po
+share/gallery2/modules/dynamicalbum/po/ro.po
+share/gallery2/modules/dynamicalbum/po/ru.po
+share/gallery2/modules/dynamicalbum/po/sk.po
+share/gallery2/modules/dynamicalbum/po/sl.po
+share/gallery2/modules/dynamicalbum/po/sr.po
+share/gallery2/modules/dynamicalbum/po/strings.raw
+share/gallery2/modules/dynamicalbum/po/sv.po
+share/gallery2/modules/dynamicalbum/po/tr.po
+share/gallery2/modules/dynamicalbum/po/uk.po
+share/gallery2/modules/dynamicalbum/po/vi.po
+share/gallery2/modules/dynamicalbum/po/zh_CN.po
+share/gallery2/modules/dynamicalbum/po/zh_TW.po
+share/gallery2/modules/dynamicalbum/templates/DynamicAlbumSiteAdmin.tpl
+share/gallery2/modules/ecard/AdminEcard.inc
+share/gallery2/modules/ecard/Confirmation.inc
+share/gallery2/modules/ecard/MANIFEST
+share/gallery2/modules/ecard/SendEcard.inc
+share/gallery2/modules/ecard/classes/EcardCaptchaAdminOption.class
+share/gallery2/modules/ecard/classes/EcardHelper.class
+share/gallery2/modules/ecard/locale/af/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/ar/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/ca/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/cs/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/da/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/de/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/en_GB/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/es/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/et/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/eu/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/fi/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/fr/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/hu/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/it/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/ja/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/ko/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/lt/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/nl/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/no/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/pl/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/ro/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/ru/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/sk/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/sr/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/sv/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/tr/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/uk/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/vi/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/zh_CN/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/locale/zh_TW/LC_MESSAGES/modules_ecard.mo
+share/gallery2/modules/ecard/module.inc
+share/gallery2/modules/ecard/po/GNUmakefile
+share/gallery2/modules/ecard/po/af.po
+share/gallery2/modules/ecard/po/ar.po
+share/gallery2/modules/ecard/po/ca.po
+share/gallery2/modules/ecard/po/cs.po
+share/gallery2/modules/ecard/po/da.po
+share/gallery2/modules/ecard/po/de.po
+share/gallery2/modules/ecard/po/en_GB.po
+share/gallery2/modules/ecard/po/es.po
+share/gallery2/modules/ecard/po/et.po
+share/gallery2/modules/ecard/po/eu.po
+share/gallery2/modules/ecard/po/fi.po
+share/gallery2/modules/ecard/po/fr.po
+share/gallery2/modules/ecard/po/hu.po
+share/gallery2/modules/ecard/po/it.po
+share/gallery2/modules/ecard/po/ja.po
+share/gallery2/modules/ecard/po/ko.po
+share/gallery2/modules/ecard/po/lt.po
+share/gallery2/modules/ecard/po/nl.po
+share/gallery2/modules/ecard/po/no.po
+share/gallery2/modules/ecard/po/pl.po
+share/gallery2/modules/ecard/po/ro.po
+share/gallery2/modules/ecard/po/ru.po
+share/gallery2/modules/ecard/po/sk.po
+share/gallery2/modules/ecard/po/sr.po
+share/gallery2/modules/ecard/po/strings.raw
+share/gallery2/modules/ecard/po/sv.po
+share/gallery2/modules/ecard/po/tr.po
+share/gallery2/modules/ecard/po/uk.po
+share/gallery2/modules/ecard/po/vi.po
+share/gallery2/modules/ecard/po/zh_CN.po
+share/gallery2/modules/ecard/po/zh_TW.po
+share/gallery2/modules/ecard/templates/AdminEcard.tpl
+share/gallery2/modules/ecard/templates/Confirmation.tpl
+share/gallery2/modules/ecard/templates/Message.html
+share/gallery2/modules/ecard/templates/Message.txt
+share/gallery2/modules/ecard/templates/SendEcard.tpl
+share/gallery2/modules/exif/AdminExif.inc
+share/gallery2/modules/exif/Callbacks.inc
+share/gallery2/modules/exif/ExifDescriptionOption.inc
+share/gallery2/modules/exif/MANIFEST
+share/gallery2/modules/exif/SwitchDetailMode.inc
+share/gallery2/modules/exif/classes/ExifExtractor.class
+share/gallery2/modules/exif/classes/ExifHelper.class
+share/gallery2/modules/exif/classes/ExifInterface_1_0.class
+share/gallery2/modules/exif/classes/ExifToolkit.class
+share/gallery2/modules/exif/classes/GNUmakefile
+share/gallery2/modules/exif/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/exif/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/exif/classes/Maps.inc
+share/gallery2/modules/exif/classes/Maps.xml
+share/gallery2/modules/exif/lib/JPEG/JPEG.inc
+share/gallery2/modules/exif/lib/exifer/exif.inc
+share/gallery2/modules/exif/lib/exifer/makers/canon.inc
+share/gallery2/modules/exif/lib/exifer/makers/fujifilm.inc
+share/gallery2/modules/exif/lib/exifer/makers/gps.inc
+share/gallery2/modules/exif/lib/exifer/makers/nikon.inc
+share/gallery2/modules/exif/lib/exifer/makers/olympus.inc
+share/gallery2/modules/exif/lib/exifer/makers/sanyo.inc
+share/gallery2/modules/exif/locale/af/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ar/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ca/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/cs/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/da/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/de/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/en_GB/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/es/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/eu/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/fi/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/fr/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ga/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/hu/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/is/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/it/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ja/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ko/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/lt/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/nl/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/no/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/pl/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/pt_BR/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ro/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/ru/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/sk/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/sr/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/sv/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/tr/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/uk/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/vi/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/zh_CN/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/locale/zh_TW/LC_MESSAGES/modules_exif.mo
+share/gallery2/modules/exif/module.inc
+share/gallery2/modules/exif/po/GNUmakefile
+share/gallery2/modules/exif/po/af.po
+share/gallery2/modules/exif/po/ar.po
+share/gallery2/modules/exif/po/ca.po
+share/gallery2/modules/exif/po/cs.po
+share/gallery2/modules/exif/po/da.po
+share/gallery2/modules/exif/po/de.po
+share/gallery2/modules/exif/po/en_GB.po
+share/gallery2/modules/exif/po/es.po
+share/gallery2/modules/exif/po/eu.po
+share/gallery2/modules/exif/po/fi.po
+share/gallery2/modules/exif/po/fr.po
+share/gallery2/modules/exif/po/ga.po
+share/gallery2/modules/exif/po/hu.po
+share/gallery2/modules/exif/po/is.po
+share/gallery2/modules/exif/po/it.po
+share/gallery2/modules/exif/po/ja.po
+share/gallery2/modules/exif/po/ko.po
+share/gallery2/modules/exif/po/lt.po
+share/gallery2/modules/exif/po/nl.po
+share/gallery2/modules/exif/po/no.po
+share/gallery2/modules/exif/po/pl.po
+share/gallery2/modules/exif/po/pt_BR.po
+share/gallery2/modules/exif/po/ro.po
+share/gallery2/modules/exif/po/ru.po
+share/gallery2/modules/exif/po/sk.po
+share/gallery2/modules/exif/po/sr.po
+share/gallery2/modules/exif/po/strings.raw
+share/gallery2/modules/exif/po/sv.po
+share/gallery2/modules/exif/po/tr.po
+share/gallery2/modules/exif/po/uk.po
+share/gallery2/modules/exif/po/vi.po
+share/gallery2/modules/exif/po/zh_CN.po
+share/gallery2/modules/exif/po/zh_TW.po
+share/gallery2/modules/exif/templates/AdminExif.tpl
+share/gallery2/modules/exif/templates/blocks/ExifInfo.tpl
+share/gallery2/modules/exif/templates/blocks/blocks.inc
+share/gallery2/modules/ffmpeg/AdminFfmpeg.inc
+share/gallery2/modules/ffmpeg/MANIFEST
+share/gallery2/modules/ffmpeg/MovieThumbnailOption.inc
+share/gallery2/modules/ffmpeg/classes/FfmpegToolkit.class
+share/gallery2/modules/ffmpeg/classes/FfmpegToolkitHelper.class
+share/gallery2/modules/ffmpeg/images/filmreel.png
+share/gallery2/modules/ffmpeg/images/sample.jpg
+share/gallery2/modules/ffmpeg/locale/af/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ar/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ca/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/cs/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/da/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/de/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/en_GB/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/es/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/eu/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/fi/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/fr/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ga/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/hu/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/is/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/it/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ja/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ko/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/lt/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/nl/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/no/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/pl/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/pt/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ro/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/ru/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/sk/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/sr/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/sv/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/tr/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/uk/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/vi/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/zh_CN/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/locale/zh_TW/LC_MESSAGES/modules_ffmpeg.mo
+share/gallery2/modules/ffmpeg/module.inc
+share/gallery2/modules/ffmpeg/po/GNUmakefile
+share/gallery2/modules/ffmpeg/po/af.po
+share/gallery2/modules/ffmpeg/po/ar.po
+share/gallery2/modules/ffmpeg/po/ca.po
+share/gallery2/modules/ffmpeg/po/cs.po
+share/gallery2/modules/ffmpeg/po/da.po
+share/gallery2/modules/ffmpeg/po/de.po
+share/gallery2/modules/ffmpeg/po/en_GB.po
+share/gallery2/modules/ffmpeg/po/es.po
+share/gallery2/modules/ffmpeg/po/eu.po
+share/gallery2/modules/ffmpeg/po/fi.po
+share/gallery2/modules/ffmpeg/po/fr.po
+share/gallery2/modules/ffmpeg/po/ga.po
+share/gallery2/modules/ffmpeg/po/hu.po
+share/gallery2/modules/ffmpeg/po/is.po
+share/gallery2/modules/ffmpeg/po/it.po
+share/gallery2/modules/ffmpeg/po/ja.po
+share/gallery2/modules/ffmpeg/po/ko.po
+share/gallery2/modules/ffmpeg/po/lt.po
+share/gallery2/modules/ffmpeg/po/nl.po
+share/gallery2/modules/ffmpeg/po/no.po
+share/gallery2/modules/ffmpeg/po/pl.po
+share/gallery2/modules/ffmpeg/po/pt.po
+share/gallery2/modules/ffmpeg/po/ro.po
+share/gallery2/modules/ffmpeg/po/ru.po
+share/gallery2/modules/ffmpeg/po/sk.po
+share/gallery2/modules/ffmpeg/po/sr.po
+share/gallery2/modules/ffmpeg/po/strings.raw
+share/gallery2/modules/ffmpeg/po/sv.po
+share/gallery2/modules/ffmpeg/po/tr.po
+share/gallery2/modules/ffmpeg/po/uk.po
+share/gallery2/modules/ffmpeg/po/vi.po
+share/gallery2/modules/ffmpeg/po/zh_CN.po
+share/gallery2/modules/ffmpeg/po/zh_TW.po
+share/gallery2/modules/ffmpeg/templates/AdminFfmpeg.tpl
+share/gallery2/modules/flashvideo/FlashVideoOption.inc
+share/gallery2/modules/flashvideo/MANIFEST
+share/gallery2/modules/flashvideo/classes/FlashVideoRenderer.class
+share/gallery2/modules/flashvideo/lib/G2flv.swf
+share/gallery2/modules/flashvideo/lib/LICENSE
+share/gallery2/modules/flashvideo/locale/ca/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/cs/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/da/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/de/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/en_GB/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/es/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/eu/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/fi/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/fr/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/hu/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/it/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/ja/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/lv/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/no/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/pl/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/ro/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/sk/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/sv/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/tr/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/uk/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/locale/zh_TW/LC_MESSAGES/modules_flashvideo.mo
+share/gallery2/modules/flashvideo/module.inc
+share/gallery2/modules/flashvideo/po/GNUmakefile
+share/gallery2/modules/flashvideo/po/ca.po
+share/gallery2/modules/flashvideo/po/cs.po
+share/gallery2/modules/flashvideo/po/da.po
+share/gallery2/modules/flashvideo/po/de.po
+share/gallery2/modules/flashvideo/po/en_GB.po
+share/gallery2/modules/flashvideo/po/es.po
+share/gallery2/modules/flashvideo/po/eu.po
+share/gallery2/modules/flashvideo/po/fi.po
+share/gallery2/modules/flashvideo/po/fr.po
+share/gallery2/modules/flashvideo/po/hu.po
+share/gallery2/modules/flashvideo/po/it.po
+share/gallery2/modules/flashvideo/po/ja.po
+share/gallery2/modules/flashvideo/po/lv.po
+share/gallery2/modules/flashvideo/po/no.po
+share/gallery2/modules/flashvideo/po/pl.po
+share/gallery2/modules/flashvideo/po/ro.po
+share/gallery2/modules/flashvideo/po/sk.po
+share/gallery2/modules/flashvideo/po/strings.raw
+share/gallery2/modules/flashvideo/po/sv.po
+share/gallery2/modules/flashvideo/po/tr.po
+share/gallery2/modules/flashvideo/po/uk.po
+share/gallery2/modules/flashvideo/po/zh_TW.po
+share/gallery2/modules/fotokasten/FotokastenSiteAdmin.inc
+share/gallery2/modules/fotokasten/MANIFEST
+share/gallery2/modules/fotokasten/PrintPhotos.inc
+share/gallery2/modules/fotokasten/classes/FotokastenCartPlugin.class
+share/gallery2/modules/fotokasten/lib/nusoap.inc
+share/gallery2/modules/fotokasten/locale/af/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/ar/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/ca/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/cs/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/da/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/de/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/en_GB/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/es/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/eu/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/fi/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/fr/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/hu/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/is/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/it/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/ja/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/ko/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/lt/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/nl/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/no/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/pl/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/ro/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/ru/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/sk/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/sr/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/sv/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/tr/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/uk/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/vi/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/zh_CN/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/locale/zh_TW/LC_MESSAGES/modules_fotokasten.mo
+share/gallery2/modules/fotokasten/module.inc
+share/gallery2/modules/fotokasten/po/GNUmakefile
+share/gallery2/modules/fotokasten/po/af.po
+share/gallery2/modules/fotokasten/po/ar.po
+share/gallery2/modules/fotokasten/po/ca.po
+share/gallery2/modules/fotokasten/po/cs.po
+share/gallery2/modules/fotokasten/po/da.po
+share/gallery2/modules/fotokasten/po/de.po
+share/gallery2/modules/fotokasten/po/en_GB.po
+share/gallery2/modules/fotokasten/po/es.po
+share/gallery2/modules/fotokasten/po/eu.po
+share/gallery2/modules/fotokasten/po/fi.po
+share/gallery2/modules/fotokasten/po/fr.po
+share/gallery2/modules/fotokasten/po/hu.po
+share/gallery2/modules/fotokasten/po/is.po
+share/gallery2/modules/fotokasten/po/it.po
+share/gallery2/modules/fotokasten/po/ja.po
+share/gallery2/modules/fotokasten/po/ko.po
+share/gallery2/modules/fotokasten/po/lt.po
+share/gallery2/modules/fotokasten/po/nl.po
+share/gallery2/modules/fotokasten/po/no.po
+share/gallery2/modules/fotokasten/po/pl.po
+share/gallery2/modules/fotokasten/po/ro.po
+share/gallery2/modules/fotokasten/po/ru.po
+share/gallery2/modules/fotokasten/po/sk.po
+share/gallery2/modules/fotokasten/po/sr.po
+share/gallery2/modules/fotokasten/po/strings.raw
+share/gallery2/modules/fotokasten/po/sv.po
+share/gallery2/modules/fotokasten/po/tr.po
+share/gallery2/modules/fotokasten/po/uk.po
+share/gallery2/modules/fotokasten/po/vi.po
+share/gallery2/modules/fotokasten/po/zh_CN.po
+share/gallery2/modules/fotokasten/po/zh_TW.po
+share/gallery2/modules/fotokasten/templates/FotokastenSiteAdmin.tpl
+share/gallery2/modules/gd/AdminGd.inc
+share/gallery2/modules/gd/MANIFEST
+share/gallery2/modules/gd/classes/GdFunctionality.class
+share/gallery2/modules/gd/classes/GdToolkit.class
+share/gallery2/modules/gd/classes/GdToolkitHelper.class
+share/gallery2/modules/gd/locale/af/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/ar/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/ca/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/cs/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/da/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/de/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/en_GB/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/es/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/et/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/eu/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/fi/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/fr/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/hu/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/is/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/it/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/ja/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/ko/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/lt/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/lv/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/nl/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/no/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/pl/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/pt_BR/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/ro/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/ru/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/sk/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/sr/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/sv/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/tr/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/uk/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/vi/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/zh_CN/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/locale/zh_TW/LC_MESSAGES/modules_gd.mo
+share/gallery2/modules/gd/module.inc
+share/gallery2/modules/gd/po/GNUmakefile
+share/gallery2/modules/gd/po/af.po
+share/gallery2/modules/gd/po/ar.po
+share/gallery2/modules/gd/po/ca.po
+share/gallery2/modules/gd/po/cs.po
+share/gallery2/modules/gd/po/da.po
+share/gallery2/modules/gd/po/de.po
+share/gallery2/modules/gd/po/en_GB.po
+share/gallery2/modules/gd/po/es.po
+share/gallery2/modules/gd/po/et.po
+share/gallery2/modules/gd/po/eu.po
+share/gallery2/modules/gd/po/fi.po
+share/gallery2/modules/gd/po/fr.po
+share/gallery2/modules/gd/po/hu.po
+share/gallery2/modules/gd/po/is.po
+share/gallery2/modules/gd/po/it.po
+share/gallery2/modules/gd/po/ja.po
+share/gallery2/modules/gd/po/ko.po
+share/gallery2/modules/gd/po/lt.po
+share/gallery2/modules/gd/po/lv.po
+share/gallery2/modules/gd/po/nl.po
+share/gallery2/modules/gd/po/no.po
+share/gallery2/modules/gd/po/pl.po
+share/gallery2/modules/gd/po/pt_BR.po
+share/gallery2/modules/gd/po/ro.po
+share/gallery2/modules/gd/po/ru.po
+share/gallery2/modules/gd/po/sk.po
+share/gallery2/modules/gd/po/sr.po
+share/gallery2/modules/gd/po/strings.raw
+share/gallery2/modules/gd/po/sv.po
+share/gallery2/modules/gd/po/tr.po
+share/gallery2/modules/gd/po/uk.po
+share/gallery2/modules/gd/po/vi.po
+share/gallery2/modules/gd/po/zh_CN.po
+share/gallery2/modules/gd/po/zh_TW.po
+share/gallery2/modules/gd/templates/AdminGd.tpl
+share/gallery2/modules/getid3/AdminGetid3.inc
+share/gallery2/modules/getid3/Callbacks.inc
+share/gallery2/modules/getid3/CantActivate.inc
+share/gallery2/modules/getid3/Getid3DescriptionOption.inc
+share/gallery2/modules/getid3/Getid3DetailMode.inc
+share/gallery2/modules/getid3/MANIFEST
+share/gallery2/modules/getid3/classes/GNUmakefile
+share/gallery2/modules/getid3/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/getid3/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/getid3/classes/Getid3Extractor.class
+share/gallery2/modules/getid3/classes/Getid3Helper.class
+share/gallery2/modules/getid3/classes/Getid3Interface_1_0.class
+share/gallery2/modules/getid3/classes/Getid3Toolkit.class
+share/gallery2/modules/getid3/classes/Maps.inc
+share/gallery2/modules/getid3/classes/Maps.xml
+share/gallery2/modules/getid3/lib/getid3/getid3.inc
+share/gallery2/modules/getid3/lib/getid3/getid3.lib.inc
+share/gallery2/modules/getid3/lib/getid3/module.archive.gzip.inc
+share/gallery2/modules/getid3/lib/getid3/module.archive.tar.inc
+share/gallery2/modules/getid3/lib/getid3/module.archive.zip.inc
+share/gallery2/modules/getid3/lib/getid3/module.audio-video.quicktime.inc
+share/gallery2/modules/getid3/lib/getid3/module.audio-video.riff.inc
+share/gallery2/modules/getid3/lib/getid3/module.audio.flac.inc
+share/gallery2/modules/getid3/lib/getid3/module.audio.mp3.inc
+share/gallery2/modules/getid3/lib/getid3/module.audio.ogg.inc
+share/gallery2/modules/getid3/lib/getid3/module.misc.iso.inc
+share/gallery2/modules/getid3/lib/getid3/module.tag.apetag.inc
+share/gallery2/modules/getid3/lib/getid3/module.tag.id3v1.inc
+share/gallery2/modules/getid3/lib/getid3/module.tag.id3v2.inc
+share/gallery2/modules/getid3/lib/getid3/module.tag.lyrics3.inc
+share/gallery2/modules/getid3/locale/af/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/ar/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/ca/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/cs/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/da/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/de/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/en_GB/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/es/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/eu/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/fi/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/fr/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/hu/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/it/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/ja/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/ko/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/lt/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/nl/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/no/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/pl/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/ro/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/ru/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/sk/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/sr/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/sv/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/tr/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/uk/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/vi/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/zh_CN/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/locale/zh_TW/LC_MESSAGES/modules_getid3.mo
+share/gallery2/modules/getid3/module.inc
+share/gallery2/modules/getid3/po/GNUmakefile
+share/gallery2/modules/getid3/po/af.po
+share/gallery2/modules/getid3/po/ar.po
+share/gallery2/modules/getid3/po/ca.po
+share/gallery2/modules/getid3/po/cs.po
+share/gallery2/modules/getid3/po/da.po
+share/gallery2/modules/getid3/po/de.po
+share/gallery2/modules/getid3/po/en_GB.po
+share/gallery2/modules/getid3/po/es.po
+share/gallery2/modules/getid3/po/eu.po
+share/gallery2/modules/getid3/po/fi.po
+share/gallery2/modules/getid3/po/fr.po
+share/gallery2/modules/getid3/po/hu.po
+share/gallery2/modules/getid3/po/it.po
+share/gallery2/modules/getid3/po/ja.po
+share/gallery2/modules/getid3/po/ko.po
+share/gallery2/modules/getid3/po/lt.po
+share/gallery2/modules/getid3/po/nl.po
+share/gallery2/modules/getid3/po/no.po
+share/gallery2/modules/getid3/po/pl.po
+share/gallery2/modules/getid3/po/ro.po
+share/gallery2/modules/getid3/po/ru.po
+share/gallery2/modules/getid3/po/sk.po
+share/gallery2/modules/getid3/po/sr.po
+share/gallery2/modules/getid3/po/strings.raw
+share/gallery2/modules/getid3/po/sv.po
+share/gallery2/modules/getid3/po/tr.po
+share/gallery2/modules/getid3/po/uk.po
+share/gallery2/modules/getid3/po/vi.po
+share/gallery2/modules/getid3/po/zh_CN.po
+share/gallery2/modules/getid3/po/zh_TW.po
+share/gallery2/modules/getid3/templates/AdminGetid3.tpl
+share/gallery2/modules/getid3/templates/CantActivate.tpl
+share/gallery2/modules/getid3/templates/blocks/Getid3Info.tpl
+share/gallery2/modules/getid3/templates/blocks/blocks.inc
+share/gallery2/modules/hidden/HiddenItemOption.inc
+share/gallery2/modules/hidden/MANIFEST
+share/gallery2/modules/hidden/classes/HiddenHelper.class
+share/gallery2/modules/hidden/classes/HiddenInterface_1_0.class
+share/gallery2/modules/hidden/locale/ca/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/cs/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/da/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/de/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/en_GB/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/es/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/eu/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/fi/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/fr/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/hu/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/it/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/ja/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/ko/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/lv/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/nl/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/no/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/pl/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/ro/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/ru/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/sk/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/sv/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/tr/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/uk/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/zh_CN/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/locale/zh_TW/LC_MESSAGES/modules_hidden.mo
+share/gallery2/modules/hidden/module.inc
+share/gallery2/modules/hidden/po/GNUmakefile
+share/gallery2/modules/hidden/po/ca.po
+share/gallery2/modules/hidden/po/cs.po
+share/gallery2/modules/hidden/po/da.po
+share/gallery2/modules/hidden/po/de.po
+share/gallery2/modules/hidden/po/en_GB.po
+share/gallery2/modules/hidden/po/es.po
+share/gallery2/modules/hidden/po/eu.po
+share/gallery2/modules/hidden/po/fi.po
+share/gallery2/modules/hidden/po/fr.po
+share/gallery2/modules/hidden/po/hu.po
+share/gallery2/modules/hidden/po/it.po
+share/gallery2/modules/hidden/po/ja.po
+share/gallery2/modules/hidden/po/ko.po
+share/gallery2/modules/hidden/po/lv.po
+share/gallery2/modules/hidden/po/nl.po
+share/gallery2/modules/hidden/po/no.po
+share/gallery2/modules/hidden/po/pl.po
+share/gallery2/modules/hidden/po/ro.po
+share/gallery2/modules/hidden/po/ru.po
+share/gallery2/modules/hidden/po/sk.po
+share/gallery2/modules/hidden/po/strings.raw
+share/gallery2/modules/hidden/po/sv.po
+share/gallery2/modules/hidden/po/tr.po
+share/gallery2/modules/hidden/po/uk.po
+share/gallery2/modules/hidden/po/zh_CN.po
+share/gallery2/modules/hidden/po/zh_TW.po
+share/gallery2/modules/hidden/templates/HiddenItemOption.tpl
+share/gallery2/modules/httpauth/FinishLogout.inc
+share/gallery2/modules/httpauth/HttpAuthSiteAdmin.inc
+share/gallery2/modules/httpauth/HttpAuthWorks.inc
+share/gallery2/modules/httpauth/MANIFEST
+share/gallery2/modules/httpauth/TryLogout.inc
+share/gallery2/modules/httpauth/classes/HttpAuthHelper.class
+share/gallery2/modules/httpauth/classes/HttpAuthInterface_1_0.class
+share/gallery2/modules/httpauth/classes/HttpAuthPlugin.class
+share/gallery2/modules/httpauth/classes/ServerAuthPlugin.class
+share/gallery2/modules/httpauth/locale/af/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/ar/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/ca/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/cs/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/da/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/de/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/en_GB/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/es/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/eu/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/fi/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/fr/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/hu/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/it/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/ja/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/ko/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/lt/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/no/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/pl/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/ro/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/ru/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/sk/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/sr/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/sv/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/tr/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/uk/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/vi/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/zh_CN/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/locale/zh_TW/LC_MESSAGES/modules_httpauth.mo
+share/gallery2/modules/httpauth/module.inc
+share/gallery2/modules/httpauth/po/GNUmakefile
+share/gallery2/modules/httpauth/po/af.po
+share/gallery2/modules/httpauth/po/ar.po
+share/gallery2/modules/httpauth/po/ca.po
+share/gallery2/modules/httpauth/po/cs.po
+share/gallery2/modules/httpauth/po/da.po
+share/gallery2/modules/httpauth/po/de.po
+share/gallery2/modules/httpauth/po/en_GB.po
+share/gallery2/modules/httpauth/po/es.po
+share/gallery2/modules/httpauth/po/eu.po
+share/gallery2/modules/httpauth/po/fi.po
+share/gallery2/modules/httpauth/po/fr.po
+share/gallery2/modules/httpauth/po/hu.po
+share/gallery2/modules/httpauth/po/it.po
+share/gallery2/modules/httpauth/po/ja.po
+share/gallery2/modules/httpauth/po/ko.po
+share/gallery2/modules/httpauth/po/lt.po
+share/gallery2/modules/httpauth/po/no.po
+share/gallery2/modules/httpauth/po/pl.po
+share/gallery2/modules/httpauth/po/ro.po
+share/gallery2/modules/httpauth/po/ru.po
+share/gallery2/modules/httpauth/po/sk.po
+share/gallery2/modules/httpauth/po/sr.po
+share/gallery2/modules/httpauth/po/strings.raw
+share/gallery2/modules/httpauth/po/sv.po
+share/gallery2/modules/httpauth/po/tr.po
+share/gallery2/modules/httpauth/po/uk.po
+share/gallery2/modules/httpauth/po/vi.po
+share/gallery2/modules/httpauth/po/zh_CN.po
+share/gallery2/modules/httpauth/po/zh_TW.po
+share/gallery2/modules/httpauth/templates/FinishLogout.tpl
+share/gallery2/modules/httpauth/templates/HttpAuthSiteAdmin.tpl
+share/gallery2/modules/httpauth/templates/TryLogout.tpl
+share/gallery2/modules/icons/IconsSiteAdmin.inc
+share/gallery2/modules/icons/MANIFEST
+share/gallery2/modules/icons/classes/IconsImpl.class
+share/gallery2/modules/icons/classes/IconsInterface_1_0.class
+share/gallery2/modules/icons/iconpacks/KSIcons/README.txt
+share/gallery2/modules/icons/iconpacks/KSIcons/add_cart.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/add_comment.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/add_item.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/add_sub-album.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/admin_performance.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/advanced_search.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/album.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/bullet.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/bullet_arrow.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/cart.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/create_link.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/custom_fields.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/dcraw.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/debug.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/delete_album.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/delete_photo.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/dynamic_album.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/ecard.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/edit_album.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/edit_caption.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/edit_permissions.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/edit_photo.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/exif_parser.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/ffmpeg.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/fotokasten.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/gd.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/general.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/groups.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/help.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/icon_module.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/iconpack.inc
+share/gallery2/modules/icons/iconpacks/KSIcons/icons-rtl.css
+share/gallery2/modules/icons/iconpacks/KSIcons/icons.css
+share/gallery2/modules/icons/iconpacks/KSIcons/image_magick.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/import_archive.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/import_gallery1.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/keyword_album.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/layout.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/lock.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/make_highlight.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/members.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/mime_types.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/modules.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/move_photo.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/new_items.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/panorama.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/pbm.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/picasa.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/print.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/quota.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/random_highlight.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/random_popular.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/registration.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/remote.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/reorder_items.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/rss_feed.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/site_maintenance.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/thumbnails.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/toolkit_priority.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/uploadapplet.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/url_rewrite.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/user_albums.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/userinfo.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/users.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/view_comment.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/view_fullscreen_slideshow.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/view_slideshow.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/watch.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/watermark.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/webcam.gif
+share/gallery2/modules/icons/iconpacks/KSIcons/zip_download.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/README.txt
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/account_settings.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/add_album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/add_cart.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/add_comment.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/add_items.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/add_sub-album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/admin_performance.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/advanced_search.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/back_to_album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/blocks.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/bullet.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/bullet_arrow.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/bullet_checked.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/captcha.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/cart.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/change_password.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/commerce.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/create_link.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/custom_fields.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/dcraw.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/debug_tree.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/delete_album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/delete_photo.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/display.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/dynamic_album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/ecard.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/edit_album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/edit_captions.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/edit_permissions.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/edit_photo.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/exif_parser.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/extra_data.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/ffmpeg.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/fotokasten.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/gallery.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/gd.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/general.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/getid3.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/google_sitemap.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/graphics_toolkits.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/groups.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/help.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/icon_module.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/iconpack.inc
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/icons-rtl.css
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/icons.css
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/image.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/image_magick.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/import.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/import_archive.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/import_gallery1.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/key7-16-bw.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/keyword_album.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/layout.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/make_highlight.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/members.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/mime_types.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/modules.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/move_photo.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/multilang.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/new_items.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/panorama.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/pbm.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/permalinks.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/picasa.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/print.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/quotas.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/random_highlight.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/random_popular.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/rating.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/registration.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/remote.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/reorder_items.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/repository.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/rss_feed.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/site_maintenance.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/squarethumb.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/thumbnails.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/toolkit_priority.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/uploadapplet.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/url_rewrite.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/user_albums.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/userinfo.png
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/users.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/view_comment.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/view_fullscreen_slideshow.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/view_slideshow.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/watch.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/watermark.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/webcam.gif
+share/gallery2/modules/icons/iconpacks/paularmstrongdesigns/zip_download.gif
+share/gallery2/modules/icons/iconpacks/silk/LICENSE
+share/gallery2/modules/icons/iconpacks/silk/account_setting.png
+share/gallery2/modules/icons/iconpacks/silk/add_album.png
+share/gallery2/modules/icons/iconpacks/silk/add_cart.png
+share/gallery2/modules/icons/iconpacks/silk/add_comment.png
+share/gallery2/modules/icons/iconpacks/silk/add_items.png
+share/gallery2/modules/icons/iconpacks/silk/admin_performance.png
+share/gallery2/modules/icons/iconpacks/silk/advanced_search.png
+share/gallery2/modules/icons/iconpacks/silk/albumselect.png
+share/gallery2/modules/icons/iconpacks/silk/bullet.png
+share/gallery2/modules/icons/iconpacks/silk/bullet_arrow.png
+share/gallery2/modules/icons/iconpacks/silk/bullet_checked.png
+share/gallery2/modules/icons/iconpacks/silk/bullet_delete.png
+share/gallery2/modules/icons/iconpacks/silk/captcha.png
+share/gallery2/modules/icons/iconpacks/silk/cart.png
+share/gallery2/modules/icons/iconpacks/silk/change_password.png
+share/gallery2/modules/icons/iconpacks/silk/create_link.png
+share/gallery2/modules/icons/iconpacks/silk/custom_fields.png
+share/gallery2/modules/icons/iconpacks/silk/dcraw.png
+share/gallery2/modules/icons/iconpacks/silk/debug_tree.png
+share/gallery2/modules/icons/iconpacks/silk/delete.png
+share/gallery2/modules/icons/iconpacks/silk/delete_album.png
+share/gallery2/modules/icons/iconpacks/silk/delete_photo.png
+share/gallery2/modules/icons/iconpacks/silk/digibug-admin.png
+share/gallery2/modules/icons/iconpacks/silk/digibug-print.png
+share/gallery2/modules/icons/iconpacks/silk/dynamic_album.png
+share/gallery2/modules/icons/iconpacks/silk/ecard.png
+share/gallery2/modules/icons/iconpacks/silk/edit_album.png
+share/gallery2/modules/icons/iconpacks/silk/edit_captions.png
+share/gallery2/modules/icons/iconpacks/silk/edit_permissions.png
+share/gallery2/modules/icons/iconpacks/silk/edit_photo.png
+share/gallery2/modules/icons/iconpacks/silk/email.png
+share/gallery2/modules/icons/iconpacks/silk/error.png
+share/gallery2/modules/icons/iconpacks/silk/exif_parser.png
+share/gallery2/modules/icons/iconpacks/silk/ffmpeg.png
+share/gallery2/modules/icons/iconpacks/silk/folder_picture.png
+share/gallery2/modules/icons/iconpacks/silk/fotokasten-admin.png
+share/gallery2/modules/icons/iconpacks/silk/fotokasten-print.png
+share/gallery2/modules/icons/iconpacks/silk/gallery.png
+share/gallery2/modules/icons/iconpacks/silk/gd.png
+share/gallery2/modules/icons/iconpacks/silk/general.png
+share/gallery2/modules/icons/iconpacks/silk/getid3.png
+share/gallery2/modules/icons/iconpacks/silk/google_sitemap.png
+share/gallery2/modules/icons/iconpacks/silk/group.png
+share/gallery2/modules/icons/iconpacks/silk/groups.png
+share/gallery2/modules/icons/iconpacks/silk/help.png
+share/gallery2/modules/icons/iconpacks/silk/icon_module.png
+share/gallery2/modules/icons/iconpacks/silk/iconpack.inc
+share/gallery2/modules/icons/iconpacks/silk/icons-rtl.css
+share/gallery2/modules/icons/iconpacks/silk/icons.css
+share/gallery2/modules/icons/iconpacks/silk/image_magick.png
+share/gallery2/modules/icons/iconpacks/silk/import_archive.png
+share/gallery2/modules/icons/iconpacks/silk/keyword_album.png
+share/gallery2/modules/icons/iconpacks/silk/layout.png
+share/gallery2/modules/icons/iconpacks/silk/lock.png
+share/gallery2/modules/icons/iconpacks/silk/magnifier.png
+share/gallery2/modules/icons/iconpacks/silk/make_highlight.png
+share/gallery2/modules/icons/iconpacks/silk/members.png
+share/gallery2/modules/icons/iconpacks/silk/mime_types.png
+share/gallery2/modules/icons/iconpacks/silk/modules.png
+share/gallery2/modules/icons/iconpacks/silk/move_photo.png
+share/gallery2/modules/icons/iconpacks/silk/multilang.png
+share/gallery2/modules/icons/iconpacks/silk/new_items.png
+share/gallery2/modules/icons/iconpacks/silk/page_copy.png
+share/gallery2/modules/icons/iconpacks/silk/panorama.png
+share/gallery2/modules/icons/iconpacks/silk/pbm.png
+share/gallery2/modules/icons/iconpacks/silk/permalinks.png
+share/gallery2/modules/icons/iconpacks/silk/picasa.png
+share/gallery2/modules/icons/iconpacks/silk/print.png
+share/gallery2/modules/icons/iconpacks/silk/quotas.png
+share/gallery2/modules/icons/iconpacks/silk/random_highlight.png
+share/gallery2/modules/icons/iconpacks/silk/random_popular.png
+share/gallery2/modules/icons/iconpacks/silk/rating.png
+share/gallery2/modules/icons/iconpacks/silk/registration.png
+share/gallery2/modules/icons/iconpacks/silk/remote.png
+share/gallery2/modules/icons/iconpacks/silk/reorder_items.png
+share/gallery2/modules/icons/iconpacks/silk/rss_feed.png
+share/gallery2/modules/icons/iconpacks/silk/shutterfly-print.png
+share/gallery2/modules/icons/iconpacks/silk/site_maintenance.png
+share/gallery2/modules/icons/iconpacks/silk/squarethumb.png
+share/gallery2/modules/icons/iconpacks/silk/thumbnails.png
+share/gallery2/modules/icons/iconpacks/silk/toolkit_priority.png
+share/gallery2/modules/icons/iconpacks/silk/upgrade.png
+share/gallery2/modules/icons/iconpacks/silk/uploadapplet.png
+share/gallery2/modules/icons/iconpacks/silk/url_rewrite.png
+share/gallery2/modules/icons/iconpacks/silk/user.png
+share/gallery2/modules/icons/iconpacks/silk/user_albums.png
+share/gallery2/modules/icons/iconpacks/silk/users.png
+share/gallery2/modules/icons/iconpacks/silk/view_comment.png
+share/gallery2/modules/icons/iconpacks/silk/view_fullscreen_slideshow.png
+share/gallery2/modules/icons/iconpacks/silk/view_slideshow.png
+share/gallery2/modules/icons/iconpacks/silk/watermark.png
+share/gallery2/modules/icons/iconpacks/silk/webcam.png
+share/gallery2/modules/icons/iconpacks/silk/webserver.png
+share/gallery2/modules/icons/iconpacks/silk/zip_download.png
+share/gallery2/modules/icons/locale/af/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/ar/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/bg/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/ca/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/cs/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/da/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/de/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/en_GB/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/es/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/eu/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/fi/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/fr/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/hu/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/it/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/ja/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/ko/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/lt/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/nl/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/no/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/pl/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/pt_BR/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/ro/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/ru/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/sk/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/sr/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/sv/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/tr/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/uk/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/vi/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/zh_CN/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/locale/zh_TW/LC_MESSAGES/modules_icons.mo
+share/gallery2/modules/icons/module.inc
+share/gallery2/modules/icons/po/GNUmakefile
+share/gallery2/modules/icons/po/af.po
+share/gallery2/modules/icons/po/ar.po
+share/gallery2/modules/icons/po/bg.po
+share/gallery2/modules/icons/po/ca.po
+share/gallery2/modules/icons/po/cs.po
+share/gallery2/modules/icons/po/da.po
+share/gallery2/modules/icons/po/de.po
+share/gallery2/modules/icons/po/en_GB.po
+share/gallery2/modules/icons/po/es.po
+share/gallery2/modules/icons/po/eu.po
+share/gallery2/modules/icons/po/fi.po
+share/gallery2/modules/icons/po/fr.po
+share/gallery2/modules/icons/po/hu.po
+share/gallery2/modules/icons/po/it.po
+share/gallery2/modules/icons/po/ja.po
+share/gallery2/modules/icons/po/ko.po
+share/gallery2/modules/icons/po/lt.po
+share/gallery2/modules/icons/po/nl.po
+share/gallery2/modules/icons/po/no.po
+share/gallery2/modules/icons/po/pl.po
+share/gallery2/modules/icons/po/pt_BR.po
+share/gallery2/modules/icons/po/ro.po
+share/gallery2/modules/icons/po/ru.po
+share/gallery2/modules/icons/po/sk.po
+share/gallery2/modules/icons/po/sr.po
+share/gallery2/modules/icons/po/strings.raw
+share/gallery2/modules/icons/po/sv.po
+share/gallery2/modules/icons/po/tr.po
+share/gallery2/modules/icons/po/uk.po
+share/gallery2/modules/icons/po/vi.po
+share/gallery2/modules/icons/po/zh_CN.po
+share/gallery2/modules/icons/po/zh_TW.po
+share/gallery2/modules/icons/templates/IconsSiteAdmin.tpl
+share/gallery2/modules/imageblock/Callbacks.inc
+share/gallery2/modules/imageblock/External.inc
+share/gallery2/modules/imageblock/ExternalCSS.inc
+share/gallery2/modules/imageblock/ImageBlockOption.inc
+share/gallery2/modules/imageblock/ImageBlockSiteAdmin.inc
+share/gallery2/modules/imageblock/MANIFEST
+share/gallery2/modules/imageblock/Preloads.inc
+share/gallery2/modules/imageblock/classes/GNUmakefile
+share/gallery2/modules/imageblock/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/imageblock/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/imageblock/classes/GalleryStorage/xml-src/A_ImageBlockCacheMap_1.0.xml
+share/gallery2/modules/imageblock/classes/ImageBlockHelper.class
+share/gallery2/modules/imageblock/classes/Maps.inc
+share/gallery2/modules/imageblock/classes/Maps.xml
+share/gallery2/modules/imageblock/locale/af/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ar/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/bg/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ca/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/cs/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/da/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/de/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/en_GB/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/es/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/et/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/eu/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/fi/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/fr/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ga/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/he/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/hu/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/is/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/it/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ja/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ko/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/lt/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/lv/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/nl/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/no/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/pl/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/pt_BR/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ro/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/ru/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/sk/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/sr/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/sv/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/tr/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/uk/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/vi/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/zh_CN/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/locale/zh_TW/LC_MESSAGES/modules_imageblock.mo
+share/gallery2/modules/imageblock/module.inc
+share/gallery2/modules/imageblock/po/GNUmakefile
+share/gallery2/modules/imageblock/po/af.po
+share/gallery2/modules/imageblock/po/ar.po
+share/gallery2/modules/imageblock/po/bg.po
+share/gallery2/modules/imageblock/po/ca.po
+share/gallery2/modules/imageblock/po/cs.po
+share/gallery2/modules/imageblock/po/da.po
+share/gallery2/modules/imageblock/po/de.po
+share/gallery2/modules/imageblock/po/en_GB.po
+share/gallery2/modules/imageblock/po/es.po
+share/gallery2/modules/imageblock/po/et.po
+share/gallery2/modules/imageblock/po/eu.po
+share/gallery2/modules/imageblock/po/fi.po
+share/gallery2/modules/imageblock/po/fr.po
+share/gallery2/modules/imageblock/po/ga.po
+share/gallery2/modules/imageblock/po/he.po
+share/gallery2/modules/imageblock/po/hu.po
+share/gallery2/modules/imageblock/po/is.po
+share/gallery2/modules/imageblock/po/it.po
+share/gallery2/modules/imageblock/po/ja.po
+share/gallery2/modules/imageblock/po/ko.po
+share/gallery2/modules/imageblock/po/lt.po
+share/gallery2/modules/imageblock/po/lv.po
+share/gallery2/modules/imageblock/po/nl.po
+share/gallery2/modules/imageblock/po/no.po
+share/gallery2/modules/imageblock/po/pl.po
+share/gallery2/modules/imageblock/po/pt_BR.po
+share/gallery2/modules/imageblock/po/ro.po
+share/gallery2/modules/imageblock/po/ru.po
+share/gallery2/modules/imageblock/po/sk.po
+share/gallery2/modules/imageblock/po/sr.po
+share/gallery2/modules/imageblock/po/strings.raw
+share/gallery2/modules/imageblock/po/sv.po
+share/gallery2/modules/imageblock/po/tr.po
+share/gallery2/modules/imageblock/po/uk.po
+share/gallery2/modules/imageblock/po/vi.po
+share/gallery2/modules/imageblock/po/zh_CN.po
+share/gallery2/modules/imageblock/po/zh_TW.po
+share/gallery2/modules/imageblock/templates/ImageBlock.tpl
+share/gallery2/modules/imageblock/templates/ImageBlockOption.tpl
+share/gallery2/modules/imageblock/templates/ImageBlockSiteAdmin.tpl
+share/gallery2/modules/imageblock/templates/blocks/ImageBlock.tpl
+share/gallery2/modules/imageblock/templates/blocks/blocks.inc
+share/gallery2/modules/imageframe/CSS.inc
+share/gallery2/modules/imageframe/MANIFEST
+share/gallery2/modules/imageframe/Sample.inc
+share/gallery2/modules/imageframe/classes/ImageFrameImpl.class
+share/gallery2/modules/imageframe/classes/ImageFrameInterface_1_1.class
+share/gallery2/modules/imageframe/frames/README.html
+share/gallery2/modules/imageframe/frames/bamboo/BB.gif
+share/gallery2/modules/imageframe/frames/bamboo/BBL.gif
+share/gallery2/modules/imageframe/frames/bamboo/BBR.gif
+share/gallery2/modules/imageframe/frames/bamboo/BL.gif
+share/gallery2/modules/imageframe/frames/bamboo/BR.gif
+share/gallery2/modules/imageframe/frames/bamboo/LL.gif
+share/gallery2/modules/imageframe/frames/bamboo/LLB.gif
+share/gallery2/modules/imageframe/frames/bamboo/LLT.gif
+share/gallery2/modules/imageframe/frames/bamboo/RR.gif
+share/gallery2/modules/imageframe/frames/bamboo/RRB.gif
+share/gallery2/modules/imageframe/frames/bamboo/RRT.gif
+share/gallery2/modules/imageframe/frames/bamboo/TL.gif
+share/gallery2/modules/imageframe/frames/bamboo/TR.gif
+share/gallery2/modules/imageframe/frames/bamboo/TT.gif
+share/gallery2/modules/imageframe/frames/bamboo/TTL.gif
+share/gallery2/modules/imageframe/frames/bamboo/TTR.gif
+share/gallery2/modules/imageframe/frames/bamboo/frame.inc
+share/gallery2/modules/imageframe/frames/book/BB.gif
+share/gallery2/modules/imageframe/frames/book/BL.gif
+share/gallery2/modules/imageframe/frames/book/BR.gif
+share/gallery2/modules/imageframe/frames/book/RR.gif
+share/gallery2/modules/imageframe/frames/book/TR.gif
+share/gallery2/modules/imageframe/frames/book/frame.inc
+share/gallery2/modules/imageframe/frames/brand/BB.jpg
+share/gallery2/modules/imageframe/frames/brand/BBL.jpg
+share/gallery2/modules/imageframe/frames/brand/BBR.jpg
+share/gallery2/modules/imageframe/frames/brand/BL.jpg
+share/gallery2/modules/imageframe/frames/brand/BR.jpg
+share/gallery2/modules/imageframe/frames/brand/LL.jpg
+share/gallery2/modules/imageframe/frames/brand/LLB.jpg
+share/gallery2/modules/imageframe/frames/brand/LLT.jpg
+share/gallery2/modules/imageframe/frames/brand/RR.jpg
+share/gallery2/modules/imageframe/frames/brand/RRB.jpg
+share/gallery2/modules/imageframe/frames/brand/RRT.jpg
+share/gallery2/modules/imageframe/frames/brand/TL.jpg
+share/gallery2/modules/imageframe/frames/brand/TR.jpg
+share/gallery2/modules/imageframe/frames/brand/TT.jpg
+share/gallery2/modules/imageframe/frames/brand/TTL.jpg
+share/gallery2/modules/imageframe/frames/brand/TTR.jpg
+share/gallery2/modules/imageframe/frames/brand/frame.inc
+share/gallery2/modules/imageframe/frames/dotapple/BB.gif
+share/gallery2/modules/imageframe/frames/dotapple/BL.gif
+share/gallery2/modules/imageframe/frames/dotapple/BR.gif
+share/gallery2/modules/imageframe/frames/dotapple/LL.gif
+share/gallery2/modules/imageframe/frames/dotapple/RR.gif
+share/gallery2/modules/imageframe/frames/dotapple/TL.gif
+share/gallery2/modules/imageframe/frames/dotapple/TR.gif
+share/gallery2/modules/imageframe/frames/dotapple/TT.gif
+share/gallery2/modules/imageframe/frames/dotapple/frame.inc
+share/gallery2/modules/imageframe/frames/dots/frame.inc
+share/gallery2/modules/imageframe/frames/filmedges/BB.gif
+share/gallery2/modules/imageframe/frames/filmedges/BBL.gif
+share/gallery2/modules/imageframe/frames/filmedges/BL.gif
+share/gallery2/modules/imageframe/frames/filmedges/BR.gif
+share/gallery2/modules/imageframe/frames/filmedges/LL.gif
+share/gallery2/modules/imageframe/frames/filmedges/RR.gif
+share/gallery2/modules/imageframe/frames/filmedges/TL.gif
+share/gallery2/modules/imageframe/frames/filmedges/TR.gif
+share/gallery2/modules/imageframe/frames/filmedges/TT.gif
+share/gallery2/modules/imageframe/frames/filmedges/TTL.gif
+share/gallery2/modules/imageframe/frames/filmedges/frame.inc
+share/gallery2/modules/imageframe/frames/flicking/BB.gif
+share/gallery2/modules/imageframe/frames/flicking/BL.gif
+share/gallery2/modules/imageframe/frames/flicking/BR.gif
+share/gallery2/modules/imageframe/frames/flicking/LL.gif
+share/gallery2/modules/imageframe/frames/flicking/RR.gif
+share/gallery2/modules/imageframe/frames/flicking/TL.gif
+share/gallery2/modules/imageframe/frames/flicking/TR.gif
+share/gallery2/modules/imageframe/frames/flicking/TT.gif
+share/gallery2/modules/imageframe/frames/flicking/frame.inc
+share/gallery2/modules/imageframe/frames/gold/BB.gif
+share/gallery2/modules/imageframe/frames/gold/BL.gif
+share/gallery2/modules/imageframe/frames/gold/BR.gif
+share/gallery2/modules/imageframe/frames/gold/LL.gif
+share/gallery2/modules/imageframe/frames/gold/RR.gif
+share/gallery2/modules/imageframe/frames/gold/TL.gif
+share/gallery2/modules/imageframe/frames/gold/TR.gif
+share/gallery2/modules/imageframe/frames/gold/TT.gif
+share/gallery2/modules/imageframe/frames/gold/frame.inc
+share/gallery2/modules/imageframe/frames/gold2/BB.jpg
+share/gallery2/modules/imageframe/frames/gold2/BBL.jpg
+share/gallery2/modules/imageframe/frames/gold2/BBR.jpg
+share/gallery2/modules/imageframe/frames/gold2/BL.jpg
+share/gallery2/modules/imageframe/frames/gold2/BR.jpg
+share/gallery2/modules/imageframe/frames/gold2/LL.jpg
+share/gallery2/modules/imageframe/frames/gold2/LLB.jpg
+share/gallery2/modules/imageframe/frames/gold2/LLT.jpg
+share/gallery2/modules/imageframe/frames/gold2/RR.jpg
+share/gallery2/modules/imageframe/frames/gold2/RRB.jpg
+share/gallery2/modules/imageframe/frames/gold2/RRT.jpg
+share/gallery2/modules/imageframe/frames/gold2/TL.jpg
+share/gallery2/modules/imageframe/frames/gold2/TR.jpg
+share/gallery2/modules/imageframe/frames/gold2/TT.jpg
+share/gallery2/modules/imageframe/frames/gold2/TTL.jpg
+share/gallery2/modules/imageframe/frames/gold2/TTR.jpg
+share/gallery2/modules/imageframe/frames/gold2/frame.inc
+share/gallery2/modules/imageframe/frames/notebook/BB.gif
+share/gallery2/modules/imageframe/frames/notebook/BL.gif
+share/gallery2/modules/imageframe/frames/notebook/BR.gif
+share/gallery2/modules/imageframe/frames/notebook/LL.gif
+share/gallery2/modules/imageframe/frames/notebook/RR.gif
+share/gallery2/modules/imageframe/frames/notebook/TL.gif
+share/gallery2/modules/imageframe/frames/notebook/TR.gif
+share/gallery2/modules/imageframe/frames/notebook/TT.gif
+share/gallery2/modules/imageframe/frames/notebook/frame.inc
+share/gallery2/modules/imageframe/frames/notebooksquare/BB.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/BL.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/BR.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/CC.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/LL.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/RR.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/TL.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/TR.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/TT.gif
+share/gallery2/modules/imageframe/frames/notebooksquare/frame.inc
+share/gallery2/modules/imageframe/frames/photocorners/BB.gif
+share/gallery2/modules/imageframe/frames/photocorners/BL.gif
+share/gallery2/modules/imageframe/frames/photocorners/BR.gif
+share/gallery2/modules/imageframe/frames/photocorners/LL.gif
+share/gallery2/modules/imageframe/frames/photocorners/RR.gif
+share/gallery2/modules/imageframe/frames/photocorners/TL.gif
+share/gallery2/modules/imageframe/frames/photocorners/TR.gif
+share/gallery2/modules/imageframe/frames/photocorners/TT.gif
+share/gallery2/modules/imageframe/frames/photocorners/frame.inc
+share/gallery2/modules/imageframe/frames/photocorners_small/BB.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/BL.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/BR.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/LL.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/RR.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/TL.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/TR.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/TT.gif
+share/gallery2/modules/imageframe/frames/photocorners_small/frame.inc
+share/gallery2/modules/imageframe/frames/polaroid/BB.gif
+share/gallery2/modules/imageframe/frames/polaroid/BL.gif
+share/gallery2/modules/imageframe/frames/polaroid/BR.gif
+share/gallery2/modules/imageframe/frames/polaroid/LL.gif
+share/gallery2/modules/imageframe/frames/polaroid/RR.gif
+share/gallery2/modules/imageframe/frames/polaroid/TL.gif
+share/gallery2/modules/imageframe/frames/polaroid/TR.gif
+share/gallery2/modules/imageframe/frames/polaroid/TT.gif
+share/gallery2/modules/imageframe/frames/polaroid/frame.inc
+share/gallery2/modules/imageframe/frames/polaroids/BB.gif
+share/gallery2/modules/imageframe/frames/polaroids/BL.gif
+share/gallery2/modules/imageframe/frames/polaroids/BR.gif
+share/gallery2/modules/imageframe/frames/polaroids/LL.gif
+share/gallery2/modules/imageframe/frames/polaroids/RR.gif
+share/gallery2/modules/imageframe/frames/polaroids/TL.gif
+share/gallery2/modules/imageframe/frames/polaroids/TR.gif
+share/gallery2/modules/imageframe/frames/polaroids/TT.gif
+share/gallery2/modules/imageframe/frames/polaroids/frame.inc
+share/gallery2/modules/imageframe/frames/postage/BB5.gif
+share/gallery2/modules/imageframe/frames/postage/BL5.gif
+share/gallery2/modules/imageframe/frames/postage/BR5.gif
+share/gallery2/modules/imageframe/frames/postage/LL5.gif
+share/gallery2/modules/imageframe/frames/postage/RR5.gif
+share/gallery2/modules/imageframe/frames/postage/TL5.gif
+share/gallery2/modules/imageframe/frames/postage/TR5.gif
+share/gallery2/modules/imageframe/frames/postage/TT5.gif
+share/gallery2/modules/imageframe/frames/postage/frame.inc
+share/gallery2/modules/imageframe/frames/shadow/BB.png
+share/gallery2/modules/imageframe/frames/shadow/BBL.png
+share/gallery2/modules/imageframe/frames/shadow/BR.png
+share/gallery2/modules/imageframe/frames/shadow/RR.png
+share/gallery2/modules/imageframe/frames/shadow/RRT.png
+share/gallery2/modules/imageframe/frames/shadow/frame.inc
+share/gallery2/modules/imageframe/frames/shell/BB.jpg
+share/gallery2/modules/imageframe/frames/shell/BL.jpg
+share/gallery2/modules/imageframe/frames/shell/BR.jpg
+share/gallery2/modules/imageframe/frames/shell/LL.jpg
+share/gallery2/modules/imageframe/frames/shell/RR.jpg
+share/gallery2/modules/imageframe/frames/shell/TL.jpg
+share/gallery2/modules/imageframe/frames/shell/TR.jpg
+share/gallery2/modules/imageframe/frames/shell/TT.jpg
+share/gallery2/modules/imageframe/frames/shell/frame.inc
+share/gallery2/modules/imageframe/frames/slide/BB.gif
+share/gallery2/modules/imageframe/frames/slide/BL.gif
+share/gallery2/modules/imageframe/frames/slide/BR.gif
+share/gallery2/modules/imageframe/frames/slide/LL.gif
+share/gallery2/modules/imageframe/frames/slide/RR.gif
+share/gallery2/modules/imageframe/frames/slide/TL.gif
+share/gallery2/modules/imageframe/frames/slide/TR.gif
+share/gallery2/modules/imageframe/frames/slide/TT.gif
+share/gallery2/modules/imageframe/frames/slide/frame.inc
+share/gallery2/modules/imageframe/frames/slidesquare/BB.gif
+share/gallery2/modules/imageframe/frames/slidesquare/BL.gif
+share/gallery2/modules/imageframe/frames/slidesquare/BR.gif
+share/gallery2/modules/imageframe/frames/slidesquare/CC.gif
+share/gallery2/modules/imageframe/frames/slidesquare/CC.png
+share/gallery2/modules/imageframe/frames/slidesquare/LL.gif
+share/gallery2/modules/imageframe/frames/slidesquare/RR.gif
+share/gallery2/modules/imageframe/frames/slidesquare/TL.gif
+share/gallery2/modules/imageframe/frames/slidesquare/TR.gif
+share/gallery2/modules/imageframe/frames/slidesquare/TT.gif
+share/gallery2/modules/imageframe/frames/slidesquare/frame.inc
+share/gallery2/modules/imageframe/frames/wood/BB.gif
+share/gallery2/modules/imageframe/frames/wood/BL.gif
+share/gallery2/modules/imageframe/frames/wood/BR.gif
+share/gallery2/modules/imageframe/frames/wood/LL.gif
+share/gallery2/modules/imageframe/frames/wood/RR.gif
+share/gallery2/modules/imageframe/frames/wood/TL.gif
+share/gallery2/modules/imageframe/frames/wood/TR.gif
+share/gallery2/modules/imageframe/frames/wood/TT.gif
+share/gallery2/modules/imageframe/frames/wood/frame.inc
+share/gallery2/modules/imageframe/images/sample.jpg
+share/gallery2/modules/imageframe/locale/af/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/ca/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/cs/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/da/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/de/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/en_GB/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/es/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/eu/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/fi/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/fr/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/hu/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/is/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/it/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/ja/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/ko/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/lt/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/lv/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/nl/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/no/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/pl/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/ro/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/ru/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/sk/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/sr/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/sv/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/tr/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/uk/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/zh_CN/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/locale/zh_TW/LC_MESSAGES/modules_imageframe.mo
+share/gallery2/modules/imageframe/module.inc
+share/gallery2/modules/imageframe/po/GNUmakefile
+share/gallery2/modules/imageframe/po/af.po
+share/gallery2/modules/imageframe/po/ca.po
+share/gallery2/modules/imageframe/po/cs.po
+share/gallery2/modules/imageframe/po/da.po
+share/gallery2/modules/imageframe/po/de.po
+share/gallery2/modules/imageframe/po/en_GB.po
+share/gallery2/modules/imageframe/po/es.po
+share/gallery2/modules/imageframe/po/eu.po
+share/gallery2/modules/imageframe/po/fi.po
+share/gallery2/modules/imageframe/po/fr.po
+share/gallery2/modules/imageframe/po/hu.po
+share/gallery2/modules/imageframe/po/is.po
+share/gallery2/modules/imageframe/po/it.po
+share/gallery2/modules/imageframe/po/ja.po
+share/gallery2/modules/imageframe/po/ko.po
+share/gallery2/modules/imageframe/po/lt.po
+share/gallery2/modules/imageframe/po/lv.po
+share/gallery2/modules/imageframe/po/nl.po
+share/gallery2/modules/imageframe/po/no.po
+share/gallery2/modules/imageframe/po/pl.po
+share/gallery2/modules/imageframe/po/ro.po
+share/gallery2/modules/imageframe/po/ru.po
+share/gallery2/modules/imageframe/po/sk.po
+share/gallery2/modules/imageframe/po/sr.po
+share/gallery2/modules/imageframe/po/strings.raw
+share/gallery2/modules/imageframe/po/sv.po
+share/gallery2/modules/imageframe/po/tr.po
+share/gallery2/modules/imageframe/po/uk.po
+share/gallery2/modules/imageframe/po/zh_CN.po
+share/gallery2/modules/imageframe/po/zh_TW.po
+share/gallery2/modules/imageframe/templates/ImageFrameHead.tpl
+share/gallery2/modules/imageframe/templates/ImageFrameStyle.tpl
+share/gallery2/modules/imageframe/templates/SampleBody.tpl
+share/gallery2/modules/imageframe/templates/containers/ImageFrame.tpl
+share/gallery2/modules/imagemagick/AdminImageMagick.inc
+share/gallery2/modules/imagemagick/MANIFEST
+share/gallery2/modules/imagemagick/classes/ImageMagickToolkit.class
+share/gallery2/modules/imagemagick/classes/ImageMagickToolkitHelper.class
+share/gallery2/modules/imagemagick/data/cmyk.jpg
+share/gallery2/modules/imagemagick/data/test.bmp
+share/gallery2/modules/imagemagick/data/test.eps
+share/gallery2/modules/imagemagick/data/test.gif
+share/gallery2/modules/imagemagick/data/test.jp2
+share/gallery2/modules/imagemagick/data/test.jpg
+share/gallery2/modules/imagemagick/data/test.pdf
+share/gallery2/modules/imagemagick/data/test.png
+share/gallery2/modules/imagemagick/data/test.psd
+share/gallery2/modules/imagemagick/data/test.svg
+share/gallery2/modules/imagemagick/data/test.tga
+share/gallery2/modules/imagemagick/data/test.tif
+share/gallery2/modules/imagemagick/data/test.wmf
+share/gallery2/modules/imagemagick/data/testProfile.jpg
+share/gallery2/modules/imagemagick/data/truncated.pcd
+share/gallery2/modules/imagemagick/locale/af/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ar/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ca/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/cs/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/da/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/de/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/el/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/en_GB/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/es/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/es_AR/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/eu/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/fi/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/fr/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ga/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/hu/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/is/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/it/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ja/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ko/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/lt/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/lv/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/nl/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/no/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/pl/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/pt/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/pt_BR/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ro/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/ru/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/sk/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/sr/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/sv/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/tr/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/uk/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/vi/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/zh_CN/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/locale/zh_TW/LC_MESSAGES/modules_imagemagick.mo
+share/gallery2/modules/imagemagick/module.inc
+share/gallery2/modules/imagemagick/po/GNUmakefile
+share/gallery2/modules/imagemagick/po/af.po
+share/gallery2/modules/imagemagick/po/ar.po
+share/gallery2/modules/imagemagick/po/ca.po
+share/gallery2/modules/imagemagick/po/cs.po
+share/gallery2/modules/imagemagick/po/da.po
+share/gallery2/modules/imagemagick/po/de.po
+share/gallery2/modules/imagemagick/po/el.po
+share/gallery2/modules/imagemagick/po/en_GB.po
+share/gallery2/modules/imagemagick/po/es.po
+share/gallery2/modules/imagemagick/po/es_AR.po
+share/gallery2/modules/imagemagick/po/eu.po
+share/gallery2/modules/imagemagick/po/fi.po
+share/gallery2/modules/imagemagick/po/fr.po
+share/gallery2/modules/imagemagick/po/ga.po
+share/gallery2/modules/imagemagick/po/hu.po
+share/gallery2/modules/imagemagick/po/is.po
+share/gallery2/modules/imagemagick/po/it.po
+share/gallery2/modules/imagemagick/po/ja.po
+share/gallery2/modules/imagemagick/po/ko.po
+share/gallery2/modules/imagemagick/po/lt.po
+share/gallery2/modules/imagemagick/po/lv.po
+share/gallery2/modules/imagemagick/po/nl.po
+share/gallery2/modules/imagemagick/po/no.po
+share/gallery2/modules/imagemagick/po/pl.po
+share/gallery2/modules/imagemagick/po/pt.po
+share/gallery2/modules/imagemagick/po/pt_BR.po
+share/gallery2/modules/imagemagick/po/ro.po
+share/gallery2/modules/imagemagick/po/ru.po
+share/gallery2/modules/imagemagick/po/sk.po
+share/gallery2/modules/imagemagick/po/sr.po
+share/gallery2/modules/imagemagick/po/strings.raw
+share/gallery2/modules/imagemagick/po/sv.po
+share/gallery2/modules/imagemagick/po/tr.po
+share/gallery2/modules/imagemagick/po/uk.po
+share/gallery2/modules/imagemagick/po/vi.po
+share/gallery2/modules/imagemagick/po/zh_CN.po
+share/gallery2/modules/imagemagick/po/zh_TW.po
+share/gallery2/modules/imagemagick/templates/AdminImageMagick.tpl
+share/gallery2/modules/itemadd/ItemAddFromServer.inc
+share/gallery2/modules/itemadd/ItemAddFromWeb.inc
+share/gallery2/modules/itemadd/ItemAddSiteAdmin.inc
+share/gallery2/modules/itemadd/MANIFEST
+share/gallery2/modules/itemadd/locale/af/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ar/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/bg/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ca/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/cs/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/da/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/de/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/en_GB/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/es/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/es_AR/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/es_MX/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/et/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/eu/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/fi/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/fr/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ga/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/he/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/hu/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/is/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/it/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ja/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ko/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/lt/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/nl/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/no/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/pl/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/pt/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/pt_BR/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ro/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/ru/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/sk/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/sl/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/sr/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/sv/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/tr/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/uk/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/vi/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/zh_CN/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/locale/zh_TW/LC_MESSAGES/modules_itemadd.mo
+share/gallery2/modules/itemadd/module.inc
+share/gallery2/modules/itemadd/po/GNUmakefile
+share/gallery2/modules/itemadd/po/af.po
+share/gallery2/modules/itemadd/po/ar.po
+share/gallery2/modules/itemadd/po/bg.po
+share/gallery2/modules/itemadd/po/ca.po
+share/gallery2/modules/itemadd/po/cs.po
+share/gallery2/modules/itemadd/po/da.po
+share/gallery2/modules/itemadd/po/de.po
+share/gallery2/modules/itemadd/po/en_GB.po
+share/gallery2/modules/itemadd/po/es.po
+share/gallery2/modules/itemadd/po/es_AR.po
+share/gallery2/modules/itemadd/po/es_MX.po
+share/gallery2/modules/itemadd/po/et.po
+share/gallery2/modules/itemadd/po/eu.po
+share/gallery2/modules/itemadd/po/fi.po
+share/gallery2/modules/itemadd/po/fr.po
+share/gallery2/modules/itemadd/po/ga.po
+share/gallery2/modules/itemadd/po/he.po
+share/gallery2/modules/itemadd/po/hu.po
+share/gallery2/modules/itemadd/po/is.po
+share/gallery2/modules/itemadd/po/it.po
+share/gallery2/modules/itemadd/po/ja.po
+share/gallery2/modules/itemadd/po/ko.po
+share/gallery2/modules/itemadd/po/lt.po
+share/gallery2/modules/itemadd/po/nl.po
+share/gallery2/modules/itemadd/po/no.po
+share/gallery2/modules/itemadd/po/pl.po
+share/gallery2/modules/itemadd/po/pt.po
+share/gallery2/modules/itemadd/po/pt_BR.po
+share/gallery2/modules/itemadd/po/ro.po
+share/gallery2/modules/itemadd/po/ru.po
+share/gallery2/modules/itemadd/po/sk.po
+share/gallery2/modules/itemadd/po/sl.po
+share/gallery2/modules/itemadd/po/sr.po
+share/gallery2/modules/itemadd/po/strings.raw
+share/gallery2/modules/itemadd/po/sv.po
+share/gallery2/modules/itemadd/po/tr.po
+share/gallery2/modules/itemadd/po/uk.po
+share/gallery2/modules/itemadd/po/vi.po
+share/gallery2/modules/itemadd/po/zh_CN.po
+share/gallery2/modules/itemadd/po/zh_TW.po
+share/gallery2/modules/itemadd/templates/ItemAddFromServer.tpl
+share/gallery2/modules/itemadd/templates/ItemAddFromWeb.tpl
+share/gallery2/modules/itemadd/templates/ItemAddSiteAdmin.tpl
+share/gallery2/modules/keyalbum/Callbacks.inc
+share/gallery2/modules/keyalbum/KeywordAlbum.inc
+share/gallery2/modules/keyalbum/KeywordAlbumSiteAdmin.inc
+share/gallery2/modules/keyalbum/MANIFEST
+share/gallery2/modules/keyalbum/locale/af/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ar/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/bg/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ca/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/cs/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/da/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/de/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/el/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/en_GB/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/es/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/es_AR/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/es_MX/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/et/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/eu/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/fi/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/fr/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ga/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/he/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/hu/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/it/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ja/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ko/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/lt/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/nl/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/no/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/pl/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/pt/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/pt_BR/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ro/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/ru/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/sk/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/sl/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/sr/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/sv/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/tr/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/uk/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/vi/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/zh_CN/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/locale/zh_TW/LC_MESSAGES/modules_keyalbum.mo
+share/gallery2/modules/keyalbum/module.inc
+share/gallery2/modules/keyalbum/po/GNUmakefile
+share/gallery2/modules/keyalbum/po/af.po
+share/gallery2/modules/keyalbum/po/ar.po
+share/gallery2/modules/keyalbum/po/bg.po
+share/gallery2/modules/keyalbum/po/ca.po
+share/gallery2/modules/keyalbum/po/cs.po
+share/gallery2/modules/keyalbum/po/da.po
+share/gallery2/modules/keyalbum/po/de.po
+share/gallery2/modules/keyalbum/po/el.po
+share/gallery2/modules/keyalbum/po/en_GB.po
+share/gallery2/modules/keyalbum/po/es.po
+share/gallery2/modules/keyalbum/po/es_AR.po
+share/gallery2/modules/keyalbum/po/es_MX.po
+share/gallery2/modules/keyalbum/po/et.po
+share/gallery2/modules/keyalbum/po/eu.po
+share/gallery2/modules/keyalbum/po/fi.po
+share/gallery2/modules/keyalbum/po/fr.po
+share/gallery2/modules/keyalbum/po/ga.po
+share/gallery2/modules/keyalbum/po/he.po
+share/gallery2/modules/keyalbum/po/hu.po
+share/gallery2/modules/keyalbum/po/it.po
+share/gallery2/modules/keyalbum/po/ja.po
+share/gallery2/modules/keyalbum/po/ko.po
+share/gallery2/modules/keyalbum/po/lt.po
+share/gallery2/modules/keyalbum/po/nl.po
+share/gallery2/modules/keyalbum/po/no.po
+share/gallery2/modules/keyalbum/po/pl.po
+share/gallery2/modules/keyalbum/po/pt.po
+share/gallery2/modules/keyalbum/po/pt_BR.po
+share/gallery2/modules/keyalbum/po/ro.po
+share/gallery2/modules/keyalbum/po/ru.po
+share/gallery2/modules/keyalbum/po/sk.po
+share/gallery2/modules/keyalbum/po/sl.po
+share/gallery2/modules/keyalbum/po/sr.po
+share/gallery2/modules/keyalbum/po/strings.raw
+share/gallery2/modules/keyalbum/po/sv.po
+share/gallery2/modules/keyalbum/po/tr.po
+share/gallery2/modules/keyalbum/po/uk.po
+share/gallery2/modules/keyalbum/po/vi.po
+share/gallery2/modules/keyalbum/po/zh_CN.po
+share/gallery2/modules/keyalbum/po/zh_TW.po
+share/gallery2/modules/keyalbum/templates/KeywordAlbumSiteAdmin.tpl
+share/gallery2/modules/keyalbum/templates/blocks/KeywordLinks.tpl
+share/gallery2/modules/keyalbum/templates/blocks/blocks.inc
+share/gallery2/modules/linkitem/ItemAddLinkItem.inc
+share/gallery2/modules/linkitem/LinkItemOption.inc
+share/gallery2/modules/linkitem/LinkItemSiteAdmin.inc
+share/gallery2/modules/linkitem/MANIFEST
+share/gallery2/modules/linkitem/classes/Entities.inc
+share/gallery2/modules/linkitem/classes/GNUmakefile
+share/gallery2/modules/linkitem/classes/GalleryLinkItem.class
+share/gallery2/modules/linkitem/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/linkitem/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/linkitem/classes/GalleryStorage/xml-src/A_GalleryLinkItem_1.0.xml
+share/gallery2/modules/linkitem/classes/LinkItemToolkit.class
+share/gallery2/modules/linkitem/images/arrow.png
+share/gallery2/modules/linkitem/images/link.jpg
+share/gallery2/modules/linkitem/locale/af/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ar/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/bg/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ca/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/cs/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/da/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/de/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/el/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/en_GB/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/es/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/es_AR/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/es_MX/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/et/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/eu/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/fi/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/fr/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ga/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/he/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/hu/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/it/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ja/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ko/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/lt/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/nl/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/no/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/pl/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/pt/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/pt_BR/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ro/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/ru/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/sk/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/sl/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/sr/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/sv/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/tr/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/uk/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/vi/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/zh_CN/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/locale/zh_TW/LC_MESSAGES/modules_linkitem.mo
+share/gallery2/modules/linkitem/module.inc
+share/gallery2/modules/linkitem/po/GNUmakefile
+share/gallery2/modules/linkitem/po/af.po
+share/gallery2/modules/linkitem/po/ar.po
+share/gallery2/modules/linkitem/po/bg.po
+share/gallery2/modules/linkitem/po/ca.po
+share/gallery2/modules/linkitem/po/cs.po
+share/gallery2/modules/linkitem/po/da.po
+share/gallery2/modules/linkitem/po/de.po
+share/gallery2/modules/linkitem/po/el.po
+share/gallery2/modules/linkitem/po/en_GB.po
+share/gallery2/modules/linkitem/po/es.po
+share/gallery2/modules/linkitem/po/es_AR.po
+share/gallery2/modules/linkitem/po/es_MX.po
+share/gallery2/modules/linkitem/po/et.po
+share/gallery2/modules/linkitem/po/eu.po
+share/gallery2/modules/linkitem/po/fi.po
+share/gallery2/modules/linkitem/po/fr.po
+share/gallery2/modules/linkitem/po/ga.po
+share/gallery2/modules/linkitem/po/he.po
+share/gallery2/modules/linkitem/po/hu.po
+share/gallery2/modules/linkitem/po/it.po
+share/gallery2/modules/linkitem/po/ja.po
+share/gallery2/modules/linkitem/po/ko.po
+share/gallery2/modules/linkitem/po/lt.po
+share/gallery2/modules/linkitem/po/nl.po
+share/gallery2/modules/linkitem/po/no.po
+share/gallery2/modules/linkitem/po/pl.po
+share/gallery2/modules/linkitem/po/pt.po
+share/gallery2/modules/linkitem/po/pt_BR.po
+share/gallery2/modules/linkitem/po/ro.po
+share/gallery2/modules/linkitem/po/ru.po
+share/gallery2/modules/linkitem/po/sk.po
+share/gallery2/modules/linkitem/po/sl.po
+share/gallery2/modules/linkitem/po/sr.po
+share/gallery2/modules/linkitem/po/strings.raw
+share/gallery2/modules/linkitem/po/sv.po
+share/gallery2/modules/linkitem/po/tr.po
+share/gallery2/modules/linkitem/po/uk.po
+share/gallery2/modules/linkitem/po/vi.po
+share/gallery2/modules/linkitem/po/zh_CN.po
+share/gallery2/modules/linkitem/po/zh_TW.po
+share/gallery2/modules/linkitem/templates/ItemAddLinkItem.tpl
+share/gallery2/modules/linkitem/templates/LinkItemOption.tpl
+share/gallery2/modules/linkitem/templates/LinkItemSiteAdmin.tpl
+share/gallery2/modules/members/AdminMembers.inc
+share/gallery2/modules/members/Callbacks.inc
+share/gallery2/modules/members/MANIFEST
+share/gallery2/modules/members/MembersItems.inc
+share/gallery2/modules/members/MembersList.inc
+share/gallery2/modules/members/MembersProfile.inc
+share/gallery2/modules/members/classes/GalleryMembersHelper.class
+share/gallery2/modules/members/data/directory.gif
+share/gallery2/modules/members/data/file.gif
+share/gallery2/modules/members/locale/af/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ar/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/bg/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ca/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/cs/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/da/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/de/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/el/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/en_GB/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/es/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/es_AR/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/es_MX/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/et/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/eu/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/fi/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/fr/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ga/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/he/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/hu/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/is/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/it/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ja/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ko/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/lt/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/lv/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/nl/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/no/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/pl/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/pt/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/pt_BR/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ro/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/ru/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/sk/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/sl/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/sr/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/sv/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/tr/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/uk/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/vi/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/zh_CN/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/locale/zh_TW/LC_MESSAGES/modules_members.mo
+share/gallery2/modules/members/module.inc
+share/gallery2/modules/members/po/GNUmakefile
+share/gallery2/modules/members/po/af.po
+share/gallery2/modules/members/po/ar.po
+share/gallery2/modules/members/po/bg.po
+share/gallery2/modules/members/po/ca.po
+share/gallery2/modules/members/po/cs.po
+share/gallery2/modules/members/po/da.po
+share/gallery2/modules/members/po/de.po
+share/gallery2/modules/members/po/el.po
+share/gallery2/modules/members/po/en_GB.po
+share/gallery2/modules/members/po/es.po
+share/gallery2/modules/members/po/es_AR.po
+share/gallery2/modules/members/po/es_MX.po
+share/gallery2/modules/members/po/et.po
+share/gallery2/modules/members/po/eu.po
+share/gallery2/modules/members/po/fi.po
+share/gallery2/modules/members/po/fr.po
+share/gallery2/modules/members/po/ga.po
+share/gallery2/modules/members/po/he.po
+share/gallery2/modules/members/po/hu.po
+share/gallery2/modules/members/po/is.po
+share/gallery2/modules/members/po/it.po
+share/gallery2/modules/members/po/ja.po
+share/gallery2/modules/members/po/ko.po
+share/gallery2/modules/members/po/lt.po
+share/gallery2/modules/members/po/lv.po
+share/gallery2/modules/members/po/nl.po
+share/gallery2/modules/members/po/no.po
+share/gallery2/modules/members/po/pl.po
+share/gallery2/modules/members/po/pt.po
+share/gallery2/modules/members/po/pt_BR.po
+share/gallery2/modules/members/po/ro.po
+share/gallery2/modules/members/po/ru.po
+share/gallery2/modules/members/po/sk.po
+share/gallery2/modules/members/po/sl.po
+share/gallery2/modules/members/po/sr.po
+share/gallery2/modules/members/po/strings.raw
+share/gallery2/modules/members/po/sv.po
+share/gallery2/modules/members/po/tr.po
+share/gallery2/modules/members/po/uk.po
+share/gallery2/modules/members/po/vi.po
+share/gallery2/modules/members/po/zh_CN.po
+share/gallery2/modules/members/po/zh_TW.po
+share/gallery2/modules/members/templates/AdminMembers.tpl
+share/gallery2/modules/members/templates/MembersItems.tpl
+share/gallery2/modules/members/templates/MembersList.tpl
+share/gallery2/modules/members/templates/MembersProfile.tpl
+share/gallery2/modules/members/templates/blocks/MembersSummary.tpl
+share/gallery2/modules/members/templates/blocks/blocks.inc
+share/gallery2/modules/migrate/ChooseObjects.inc
+share/gallery2/modules/migrate/ConfirmImport.inc
+share/gallery2/modules/migrate/ImportResults.inc
+share/gallery2/modules/migrate/MANIFEST
+share/gallery2/modules/migrate/Redirect.inc
+share/gallery2/modules/migrate/SelectGallery.inc
+share/gallery2/modules/migrate/classes/G1MigrateHelper.class
+share/gallery2/modules/migrate/classes/GNUmakefile
+share/gallery2/modules/migrate/classes/Gallery1DataParser.class
+share/gallery2/modules/migrate/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/migrate/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/migrate/classes/GalleryStorage/xml-src/A_G1MigrateMap_1.0.xml
+share/gallery2/modules/migrate/classes/Maps.inc
+share/gallery2/modules/migrate/classes/Maps.xml
+share/gallery2/modules/migrate/locale/af/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ar/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ca/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/cs/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/da/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/de/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/en_GB/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/es/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/eu/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/fi/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/fr/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ga/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/hu/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/is/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/it/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ja/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ko/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/lt/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/nl/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/no/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/pl/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/pt/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ro/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/ru/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/sk/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/sr/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/sv/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/tr/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/uk/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/vi/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/zh_CN/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/locale/zh_TW/LC_MESSAGES/modules_migrate.mo
+share/gallery2/modules/migrate/module.inc
+share/gallery2/modules/migrate/po/GNUmakefile
+share/gallery2/modules/migrate/po/af.po
+share/gallery2/modules/migrate/po/ar.po
+share/gallery2/modules/migrate/po/ca.po
+share/gallery2/modules/migrate/po/cs.po
+share/gallery2/modules/migrate/po/da.po
+share/gallery2/modules/migrate/po/de.po
+share/gallery2/modules/migrate/po/en_GB.po
+share/gallery2/modules/migrate/po/es.po
+share/gallery2/modules/migrate/po/eu.po
+share/gallery2/modules/migrate/po/fi.po
+share/gallery2/modules/migrate/po/fr.po
+share/gallery2/modules/migrate/po/ga.po
+share/gallery2/modules/migrate/po/hu.po
+share/gallery2/modules/migrate/po/is.po
+share/gallery2/modules/migrate/po/it.po
+share/gallery2/modules/migrate/po/ja.po
+share/gallery2/modules/migrate/po/ko.po
+share/gallery2/modules/migrate/po/lt.po
+share/gallery2/modules/migrate/po/nl.po
+share/gallery2/modules/migrate/po/no.po
+share/gallery2/modules/migrate/po/pl.po
+share/gallery2/modules/migrate/po/pt.po
+share/gallery2/modules/migrate/po/ro.po
+share/gallery2/modules/migrate/po/ru.po
+share/gallery2/modules/migrate/po/sk.po
+share/gallery2/modules/migrate/po/sr.po
+share/gallery2/modules/migrate/po/strings.raw
+share/gallery2/modules/migrate/po/sv.po
+share/gallery2/modules/migrate/po/tr.po
+share/gallery2/modules/migrate/po/uk.po
+share/gallery2/modules/migrate/po/vi.po
+share/gallery2/modules/migrate/po/zh_CN.po
+share/gallery2/modules/migrate/po/zh_TW.po
+share/gallery2/modules/migrate/templates/ChooseObjects.tpl
+share/gallery2/modules/migrate/templates/ConfirmImport.tpl
+share/gallery2/modules/migrate/templates/Htaccess.tpl
+share/gallery2/modules/migrate/templates/ImportResults.tpl
+share/gallery2/modules/migrate/templates/Redirect.tpl
+share/gallery2/modules/migrate/templates/SelectGallery.tpl
+share/gallery2/modules/mime/MANIFEST
+share/gallery2/modules/mime/MimeAdmin.inc
+share/gallery2/modules/mime/MimeEdit.inc
+share/gallery2/modules/mime/RestrictMimeOption.inc
+share/gallery2/modules/mime/classes/MimeHelper.class
+share/gallery2/modules/mime/data/b_drop.png
+share/gallery2/modules/mime/data/b_edit.png
+share/gallery2/modules/mime/data/mime_viewable.gif
+share/gallery2/modules/mime/locale/af/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ar/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/bg/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ca/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/cs/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/da/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/de/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/el/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/en_GB/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/es/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/es_AR/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/es_MX/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/et/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/eu/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/fi/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/fr/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ga/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/he/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/hu/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/it/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ja/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ko/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/lt/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/nl/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/no/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/pl/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/pt/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/pt_BR/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ro/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/ru/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/sk/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/sl/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/sr/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/sv/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/tr/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/uk/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/vi/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/zh_CN/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/locale/zh_TW/LC_MESSAGES/modules_mime.mo
+share/gallery2/modules/mime/module.inc
+share/gallery2/modules/mime/po/GNUmakefile
+share/gallery2/modules/mime/po/af.po
+share/gallery2/modules/mime/po/ar.po
+share/gallery2/modules/mime/po/bg.po
+share/gallery2/modules/mime/po/ca.po
+share/gallery2/modules/mime/po/cs.po
+share/gallery2/modules/mime/po/da.po
+share/gallery2/modules/mime/po/de.po
+share/gallery2/modules/mime/po/el.po
+share/gallery2/modules/mime/po/en_GB.po
+share/gallery2/modules/mime/po/es.po
+share/gallery2/modules/mime/po/es_AR.po
+share/gallery2/modules/mime/po/es_MX.po
+share/gallery2/modules/mime/po/et.po
+share/gallery2/modules/mime/po/eu.po
+share/gallery2/modules/mime/po/fi.po
+share/gallery2/modules/mime/po/fr.po
+share/gallery2/modules/mime/po/ga.po
+share/gallery2/modules/mime/po/he.po
+share/gallery2/modules/mime/po/hu.po
+share/gallery2/modules/mime/po/it.po
+share/gallery2/modules/mime/po/ja.po
+share/gallery2/modules/mime/po/ko.po
+share/gallery2/modules/mime/po/lt.po
+share/gallery2/modules/mime/po/nl.po
+share/gallery2/modules/mime/po/no.po
+share/gallery2/modules/mime/po/pl.po
+share/gallery2/modules/mime/po/pt.po
+share/gallery2/modules/mime/po/pt_BR.po
+share/gallery2/modules/mime/po/ro.po
+share/gallery2/modules/mime/po/ru.po
+share/gallery2/modules/mime/po/sk.po
+share/gallery2/modules/mime/po/sl.po
+share/gallery2/modules/mime/po/sr.po
+share/gallery2/modules/mime/po/strings.raw
+share/gallery2/modules/mime/po/sv.po
+share/gallery2/modules/mime/po/tr.po
+share/gallery2/modules/mime/po/uk.po
+share/gallery2/modules/mime/po/vi.po
+share/gallery2/modules/mime/po/zh_CN.po
+share/gallery2/modules/mime/po/zh_TW.po
+share/gallery2/modules/mime/templates/MimeAdmin.tpl
+share/gallery2/modules/mime/templates/MimeEdit.tpl
+share/gallery2/modules/mp3audio/MANIFEST
+share/gallery2/modules/mp3audio/MP3AudioOption.inc
+share/gallery2/modules/mp3audio/classes/MP3AudioRenderer.class
+share/gallery2/modules/mp3audio/lib/G2mp3.swf
+share/gallery2/modules/mp3audio/lib/LICENSE
+share/gallery2/modules/mp3audio/locale/af/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ar/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/bg/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ca/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/cs/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/da/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/de/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/el/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/en_GB/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/es/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/es_AR/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/es_MX/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/et/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/eu/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/fi/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/fr/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ga/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/he/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/hu/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/it/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ja/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ko/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/lt/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/nl/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/no/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/pl/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/pt/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/pt_BR/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ro/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/ru/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/sk/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/sr/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/sv/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/tr/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/uk/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/vi/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/zh_CN/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/locale/zh_TW/LC_MESSAGES/modules_mp3audio.mo
+share/gallery2/modules/mp3audio/module.inc
+share/gallery2/modules/mp3audio/po/GNUmakefile
+share/gallery2/modules/mp3audio/po/af.po
+share/gallery2/modules/mp3audio/po/ar.po
+share/gallery2/modules/mp3audio/po/bg.po
+share/gallery2/modules/mp3audio/po/ca.po
+share/gallery2/modules/mp3audio/po/cs.po
+share/gallery2/modules/mp3audio/po/da.po
+share/gallery2/modules/mp3audio/po/de.po
+share/gallery2/modules/mp3audio/po/el.po
+share/gallery2/modules/mp3audio/po/en_GB.po
+share/gallery2/modules/mp3audio/po/es.po
+share/gallery2/modules/mp3audio/po/es_AR.po
+share/gallery2/modules/mp3audio/po/es_MX.po
+share/gallery2/modules/mp3audio/po/et.po
+share/gallery2/modules/mp3audio/po/eu.po
+share/gallery2/modules/mp3audio/po/fi.po
+share/gallery2/modules/mp3audio/po/fr.po
+share/gallery2/modules/mp3audio/po/ga.po
+share/gallery2/modules/mp3audio/po/he.po
+share/gallery2/modules/mp3audio/po/hu.po
+share/gallery2/modules/mp3audio/po/it.po
+share/gallery2/modules/mp3audio/po/ja.po
+share/gallery2/modules/mp3audio/po/ko.po
+share/gallery2/modules/mp3audio/po/lt.po
+share/gallery2/modules/mp3audio/po/nl.po
+share/gallery2/modules/mp3audio/po/no.po
+share/gallery2/modules/mp3audio/po/pl.po
+share/gallery2/modules/mp3audio/po/pt.po
+share/gallery2/modules/mp3audio/po/pt_BR.po
+share/gallery2/modules/mp3audio/po/ro.po
+share/gallery2/modules/mp3audio/po/ru.po
+share/gallery2/modules/mp3audio/po/sk.po
+share/gallery2/modules/mp3audio/po/sr.po
+share/gallery2/modules/mp3audio/po/strings.raw
+share/gallery2/modules/mp3audio/po/sv.po
+share/gallery2/modules/mp3audio/po/tr.po
+share/gallery2/modules/mp3audio/po/uk.po
+share/gallery2/modules/mp3audio/po/vi.po
+share/gallery2/modules/mp3audio/po/zh_CN.po
+share/gallery2/modules/mp3audio/po/zh_TW.po
+share/gallery2/modules/multilang/CantActivate.inc
+share/gallery2/modules/multilang/MANIFEST
+share/gallery2/modules/multilang/MultiLangItemEdit.inc
+share/gallery2/modules/multilang/MultiLangSiteAdmin.inc
+share/gallery2/modules/multilang/classes/GNUmakefile
+share/gallery2/modules/multilang/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/multilang/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/multilang/classes/Maps.inc
+share/gallery2/modules/multilang/classes/Maps.xml
+share/gallery2/modules/multilang/classes/MultiLangHelper.class
+share/gallery2/modules/multilang/classes/MultiLangSearch.class
+share/gallery2/modules/multilang/locale/af/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/ar/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/ca/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/cs/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/da/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/de/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/en_GB/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/es/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/eu/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/fi/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/fr/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/hu/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/is/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/it/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/ja/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/ko/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/lt/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/nl/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/no/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/pl/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/ro/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/ru/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/sk/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/sr/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/sv/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/tr/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/uk/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/vi/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/zh_CN/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/locale/zh_TW/LC_MESSAGES/modules_multilang.mo
+share/gallery2/modules/multilang/module.inc
+share/gallery2/modules/multilang/po/GNUmakefile
+share/gallery2/modules/multilang/po/af.po
+share/gallery2/modules/multilang/po/ar.po
+share/gallery2/modules/multilang/po/ca.po
+share/gallery2/modules/multilang/po/cs.po
+share/gallery2/modules/multilang/po/da.po
+share/gallery2/modules/multilang/po/de.po
+share/gallery2/modules/multilang/po/en_GB.po
+share/gallery2/modules/multilang/po/es.po
+share/gallery2/modules/multilang/po/eu.po
+share/gallery2/modules/multilang/po/fi.po
+share/gallery2/modules/multilang/po/fr.po
+share/gallery2/modules/multilang/po/hu.po
+share/gallery2/modules/multilang/po/is.po
+share/gallery2/modules/multilang/po/it.po
+share/gallery2/modules/multilang/po/ja.po
+share/gallery2/modules/multilang/po/ko.po
+share/gallery2/modules/multilang/po/lt.po
+share/gallery2/modules/multilang/po/nl.po
+share/gallery2/modules/multilang/po/no.po
+share/gallery2/modules/multilang/po/pl.po
+share/gallery2/modules/multilang/po/ro.po
+share/gallery2/modules/multilang/po/ru.po
+share/gallery2/modules/multilang/po/sk.po
+share/gallery2/modules/multilang/po/sr.po
+share/gallery2/modules/multilang/po/strings.raw
+share/gallery2/modules/multilang/po/sv.po
+share/gallery2/modules/multilang/po/tr.po
+share/gallery2/modules/multilang/po/uk.po
+share/gallery2/modules/multilang/po/vi.po
+share/gallery2/modules/multilang/po/zh_CN.po
+share/gallery2/modules/multilang/po/zh_TW.po
+share/gallery2/modules/multilang/templates/CantActivate.tpl
+share/gallery2/modules/multilang/templates/MultiLangItemEdit.tpl
+share/gallery2/modules/multilang/templates/MultiLangSiteAdmin.tpl
+share/gallery2/modules/multiroot/ConfigureMultiroot.inc
+share/gallery2/modules/multiroot/MANIFEST
+share/gallery2/modules/multiroot/locale/af/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ar/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/bg/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ca/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/cs/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/da/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/de/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/en_GB/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/es/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/es_AR/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/es_MX/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/et/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/eu/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/fi/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/fr/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ga/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/he/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/hu/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/it/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ja/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ko/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/lt/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/nl/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/no/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/pl/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/pt/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/pt_BR/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ro/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/ru/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/sk/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/sl/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/sr/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/sv/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/tr/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/uk/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/zh_CN/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/locale/zh_TW/LC_MESSAGES/modules_multiroot.mo
+share/gallery2/modules/multiroot/module.inc
+share/gallery2/modules/multiroot/po/GNUmakefile
+share/gallery2/modules/multiroot/po/af.po
+share/gallery2/modules/multiroot/po/ar.po
+share/gallery2/modules/multiroot/po/bg.po
+share/gallery2/modules/multiroot/po/ca.po
+share/gallery2/modules/multiroot/po/cs.po
+share/gallery2/modules/multiroot/po/da.po
+share/gallery2/modules/multiroot/po/de.po
+share/gallery2/modules/multiroot/po/en_GB.po
+share/gallery2/modules/multiroot/po/es.po
+share/gallery2/modules/multiroot/po/es_AR.po
+share/gallery2/modules/multiroot/po/es_MX.po
+share/gallery2/modules/multiroot/po/et.po
+share/gallery2/modules/multiroot/po/eu.po
+share/gallery2/modules/multiroot/po/fi.po
+share/gallery2/modules/multiroot/po/fr.po
+share/gallery2/modules/multiroot/po/ga.po
+share/gallery2/modules/multiroot/po/he.po
+share/gallery2/modules/multiroot/po/hu.po
+share/gallery2/modules/multiroot/po/it.po
+share/gallery2/modules/multiroot/po/ja.po
+share/gallery2/modules/multiroot/po/ko.po
+share/gallery2/modules/multiroot/po/lt.po
+share/gallery2/modules/multiroot/po/nl.po
+share/gallery2/modules/multiroot/po/no.po
+share/gallery2/modules/multiroot/po/pl.po
+share/gallery2/modules/multiroot/po/pt.po
+share/gallery2/modules/multiroot/po/pt_BR.po
+share/gallery2/modules/multiroot/po/ro.po
+share/gallery2/modules/multiroot/po/ru.po
+share/gallery2/modules/multiroot/po/sk.po
+share/gallery2/modules/multiroot/po/sl.po
+share/gallery2/modules/multiroot/po/sr.po
+share/gallery2/modules/multiroot/po/strings.raw
+share/gallery2/modules/multiroot/po/sv.po
+share/gallery2/modules/multiroot/po/tr.po
+share/gallery2/modules/multiroot/po/uk.po
+share/gallery2/modules/multiroot/po/zh_CN.po
+share/gallery2/modules/multiroot/po/zh_TW.po
+share/gallery2/modules/multiroot/templates/ConfigureMultiroot.tpl
+share/gallery2/modules/netpbm/AdminNetPbm.inc
+share/gallery2/modules/netpbm/MANIFEST
+share/gallery2/modules/netpbm/classes/NetPbmToolkit.class
+share/gallery2/modules/netpbm/classes/NetPbmToolkitHelper.class
+share/gallery2/modules/netpbm/locale/af/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ar/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ca/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/cs/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/da/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/de/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/el/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/en_GB/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/es/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/es_AR/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/eu/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/fi/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/fr/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ga/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/he/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/hu/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/is/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/it/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ja/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ko/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/lt/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/lv/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/nl/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/no/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/pl/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/pt/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/pt_BR/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ro/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/ru/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/sk/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/sr/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/sv/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/tr/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/uk/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/vi/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/zh_CN/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/locale/zh_TW/LC_MESSAGES/modules_netpbm.mo
+share/gallery2/modules/netpbm/module.inc
+share/gallery2/modules/netpbm/po/GNUmakefile
+share/gallery2/modules/netpbm/po/af.po
+share/gallery2/modules/netpbm/po/ar.po
+share/gallery2/modules/netpbm/po/ca.po
+share/gallery2/modules/netpbm/po/cs.po
+share/gallery2/modules/netpbm/po/da.po
+share/gallery2/modules/netpbm/po/de.po
+share/gallery2/modules/netpbm/po/el.po
+share/gallery2/modules/netpbm/po/en_GB.po
+share/gallery2/modules/netpbm/po/es.po
+share/gallery2/modules/netpbm/po/es_AR.po
+share/gallery2/modules/netpbm/po/eu.po
+share/gallery2/modules/netpbm/po/fi.po
+share/gallery2/modules/netpbm/po/fr.po
+share/gallery2/modules/netpbm/po/ga.po
+share/gallery2/modules/netpbm/po/he.po
+share/gallery2/modules/netpbm/po/hu.po
+share/gallery2/modules/netpbm/po/is.po
+share/gallery2/modules/netpbm/po/it.po
+share/gallery2/modules/netpbm/po/ja.po
+share/gallery2/modules/netpbm/po/ko.po
+share/gallery2/modules/netpbm/po/lt.po
+share/gallery2/modules/netpbm/po/lv.po
+share/gallery2/modules/netpbm/po/nl.po
+share/gallery2/modules/netpbm/po/no.po
+share/gallery2/modules/netpbm/po/pl.po
+share/gallery2/modules/netpbm/po/pt.po
+share/gallery2/modules/netpbm/po/pt_BR.po
+share/gallery2/modules/netpbm/po/ro.po
+share/gallery2/modules/netpbm/po/ru.po
+share/gallery2/modules/netpbm/po/sk.po
+share/gallery2/modules/netpbm/po/sr.po
+share/gallery2/modules/netpbm/po/strings.raw
+share/gallery2/modules/netpbm/po/sv.po
+share/gallery2/modules/netpbm/po/tr.po
+share/gallery2/modules/netpbm/po/uk.po
+share/gallery2/modules/netpbm/po/vi.po
+share/gallery2/modules/netpbm/po/zh_CN.po
+share/gallery2/modules/netpbm/po/zh_TW.po
+share/gallery2/modules/netpbm/templates/AdminNetPbm.tpl
+share/gallery2/modules/newitems/MANIFEST
+share/gallery2/modules/newitems/NewItemsSiteAdmin.inc
+share/gallery2/modules/newitems/classes/NewItemsHelper.class
+share/gallery2/modules/newitems/classes/NewItemsSortOrder.class
+share/gallery2/modules/newitems/locale/af/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/ar/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/bg/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/ca/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/cs/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/da/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/de/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/en_GB/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/es/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/et/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/eu/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/fi/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/fr/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/hu/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/is/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/it/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/ja/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/ko/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/lt/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/nl/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/no/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/pl/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/pt_BR/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/ro/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/ru/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/sk/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/sr/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/sv/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/tr/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/uk/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/vi/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/zh_CN/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/locale/zh_TW/LC_MESSAGES/modules_newitems.mo
+share/gallery2/modules/newitems/module.inc
+share/gallery2/modules/newitems/po/GNUmakefile
+share/gallery2/modules/newitems/po/af.po
+share/gallery2/modules/newitems/po/ar.po
+share/gallery2/modules/newitems/po/bg.po
+share/gallery2/modules/newitems/po/ca.po
+share/gallery2/modules/newitems/po/cs.po
+share/gallery2/modules/newitems/po/da.po
+share/gallery2/modules/newitems/po/de.po
+share/gallery2/modules/newitems/po/en_GB.po
+share/gallery2/modules/newitems/po/es.po
+share/gallery2/modules/newitems/po/et.po
+share/gallery2/modules/newitems/po/eu.po
+share/gallery2/modules/newitems/po/fi.po
+share/gallery2/modules/newitems/po/fr.po
+share/gallery2/modules/newitems/po/hu.po
+share/gallery2/modules/newitems/po/is.po
+share/gallery2/modules/newitems/po/it.po
+share/gallery2/modules/newitems/po/ja.po
+share/gallery2/modules/newitems/po/ko.po
+share/gallery2/modules/newitems/po/lt.po
+share/gallery2/modules/newitems/po/nl.po
+share/gallery2/modules/newitems/po/no.po
+share/gallery2/modules/newitems/po/pl.po
+share/gallery2/modules/newitems/po/pt_BR.po
+share/gallery2/modules/newitems/po/ro.po
+share/gallery2/modules/newitems/po/ru.po
+share/gallery2/modules/newitems/po/sk.po
+share/gallery2/modules/newitems/po/sr.po
+share/gallery2/modules/newitems/po/strings.raw
+share/gallery2/modules/newitems/po/sv.po
+share/gallery2/modules/newitems/po/tr.po
+share/gallery2/modules/newitems/po/uk.po
+share/gallery2/modules/newitems/po/vi.po
+share/gallery2/modules/newitems/po/zh_CN.po
+share/gallery2/modules/newitems/po/zh_TW.po
+share/gallery2/modules/newitems/templates/NewItemsSiteAdmin.tpl
+share/gallery2/modules/nokiaupload/Configure.inc
+share/gallery2/modules/nokiaupload/DirectoryListing.inc
+share/gallery2/modules/nokiaupload/Login.inc
+share/gallery2/modules/nokiaupload/MANIFEST
+share/gallery2/modules/nokiaupload/NewDirectory.inc
+share/gallery2/modules/nokiaupload/README
+share/gallery2/modules/nokiaupload/RemoteStorageCapabilities.inc
+share/gallery2/modules/nokiaupload/Upload.inc
+share/gallery2/modules/nokiaupload/classes/ImageUploadHelper.class
+share/gallery2/modules/nokiaupload/locale/af/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/ar/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/ca/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/cs/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/da/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/de/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/en_GB/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/es/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/eu/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/fi/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/fr/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/hu/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/is/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/it/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/ja/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/ko/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/lt/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/nl/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/no/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/pl/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/ro/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/ru/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/sk/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/sr/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/sv/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/tr/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/uk/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/vi/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/zh_CN/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/locale/zh_TW/LC_MESSAGES/modules_nokiaupload.mo
+share/gallery2/modules/nokiaupload/module.inc
+share/gallery2/modules/nokiaupload/po/GNUmakefile
+share/gallery2/modules/nokiaupload/po/af.po
+share/gallery2/modules/nokiaupload/po/ar.po
+share/gallery2/modules/nokiaupload/po/ca.po
+share/gallery2/modules/nokiaupload/po/cs.po
+share/gallery2/modules/nokiaupload/po/da.po
+share/gallery2/modules/nokiaupload/po/de.po
+share/gallery2/modules/nokiaupload/po/en_GB.po
+share/gallery2/modules/nokiaupload/po/es.po
+share/gallery2/modules/nokiaupload/po/eu.po
+share/gallery2/modules/nokiaupload/po/fi.po
+share/gallery2/modules/nokiaupload/po/fr.po
+share/gallery2/modules/nokiaupload/po/hu.po
+share/gallery2/modules/nokiaupload/po/is.po
+share/gallery2/modules/nokiaupload/po/it.po
+share/gallery2/modules/nokiaupload/po/ja.po
+share/gallery2/modules/nokiaupload/po/ko.po
+share/gallery2/modules/nokiaupload/po/lt.po
+share/gallery2/modules/nokiaupload/po/nl.po
+share/gallery2/modules/nokiaupload/po/no.po
+share/gallery2/modules/nokiaupload/po/pl.po
+share/gallery2/modules/nokiaupload/po/ro.po
+share/gallery2/modules/nokiaupload/po/ru.po
+share/gallery2/modules/nokiaupload/po/sk.po
+share/gallery2/modules/nokiaupload/po/sr.po
+share/gallery2/modules/nokiaupload/po/strings.raw
+share/gallery2/modules/nokiaupload/po/sv.po
+share/gallery2/modules/nokiaupload/po/tr.po
+share/gallery2/modules/nokiaupload/po/uk.po
+share/gallery2/modules/nokiaupload/po/vi.po
+share/gallery2/modules/nokiaupload/po/zh_CN.po
+share/gallery2/modules/nokiaupload/po/zh_TW.po
+share/gallery2/modules/nokiaupload/templates/Configure.tpl
+share/gallery2/modules/panorama/MANIFEST
+share/gallery2/modules/panorama/Panorama.inc
+share/gallery2/modules/panorama/PanoramaOption.inc
+share/gallery2/modules/panorama/PanoramaSiteAdmin.inc
+share/gallery2/modules/panorama/classes/PanoramaHelper.class
+share/gallery2/modules/panorama/classes/PanoramaRenderer.class
+share/gallery2/modules/panorama/classes/PanoramaUpgradeHelper.class
+share/gallery2/modules/panorama/images/slider.png
+share/gallery2/modules/panorama/java/Metamorphose.jar
+share/gallery2/modules/panorama/locale/af/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/ar/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/ca/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/cs/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/da/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/de/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/en_GB/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/es/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/eu/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/fi/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/fr/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/hu/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/is/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/it/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/ja/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/ko/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/lt/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/nl/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/no/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/pl/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/pt_BR/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/ro/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/ru/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/sk/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/sr/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/sv/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/tr/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/uk/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/vi/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/zh_CN/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/locale/zh_TW/LC_MESSAGES/modules_panorama.mo
+share/gallery2/modules/panorama/module.inc
+share/gallery2/modules/panorama/po/GNUmakefile
+share/gallery2/modules/panorama/po/af.po
+share/gallery2/modules/panorama/po/ar.po
+share/gallery2/modules/panorama/po/ca.po
+share/gallery2/modules/panorama/po/cs.po
+share/gallery2/modules/panorama/po/da.po
+share/gallery2/modules/panorama/po/de.po
+share/gallery2/modules/panorama/po/en_GB.po
+share/gallery2/modules/panorama/po/es.po
+share/gallery2/modules/panorama/po/eu.po
+share/gallery2/modules/panorama/po/fi.po
+share/gallery2/modules/panorama/po/fr.po
+share/gallery2/modules/panorama/po/hu.po
+share/gallery2/modules/panorama/po/is.po
+share/gallery2/modules/panorama/po/it.po
+share/gallery2/modules/panorama/po/ja.po
+share/gallery2/modules/panorama/po/ko.po
+share/gallery2/modules/panorama/po/lt.po
+share/gallery2/modules/panorama/po/nl.po
+share/gallery2/modules/panorama/po/no.po
+share/gallery2/modules/panorama/po/pl.po
+share/gallery2/modules/panorama/po/pt_BR.po
+share/gallery2/modules/panorama/po/ro.po
+share/gallery2/modules/panorama/po/ru.po
+share/gallery2/modules/panorama/po/sk.po
+share/gallery2/modules/panorama/po/sr.po
+share/gallery2/modules/panorama/po/strings.raw
+share/gallery2/modules/panorama/po/sv.po
+share/gallery2/modules/panorama/po/tr.po
+share/gallery2/modules/panorama/po/uk.po
+share/gallery2/modules/panorama/po/vi.po
+share/gallery2/modules/panorama/po/zh_CN.po
+share/gallery2/modules/panorama/po/zh_TW.po
+share/gallery2/modules/panorama/templates/Panorama.tpl
+share/gallery2/modules/panorama/templates/PanoramaOption.tpl
+share/gallery2/modules/panorama/templates/PanoramaSiteAdmin.tpl
+share/gallery2/modules/password/MANIFEST
+share/gallery2/modules/password/PasswordEntry.inc
+share/gallery2/modules/password/PasswordOption.inc
+share/gallery2/modules/password/classes/PasswordCaptchaAdminOption.class
+share/gallery2/modules/password/classes/PasswordHelper.class
+share/gallery2/modules/password/classes/PasswordInterface_1_0.class
+share/gallery2/modules/password/locale/af/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/ar/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/ca/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/cs/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/da/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/de/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/en_GB/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/es/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/eu/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/fi/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/fr/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/hu/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/it/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/ja/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/ko/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/lt/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/nl/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/no/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/pl/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/ro/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/ru/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/sk/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/sr/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/sv/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/tr/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/uk/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/vi/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/zh_CN/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/locale/zh_TW/LC_MESSAGES/modules_password.mo
+share/gallery2/modules/password/module.inc
+share/gallery2/modules/password/po/GNUmakefile
+share/gallery2/modules/password/po/af.po
+share/gallery2/modules/password/po/ar.po
+share/gallery2/modules/password/po/ca.po
+share/gallery2/modules/password/po/cs.po
+share/gallery2/modules/password/po/da.po
+share/gallery2/modules/password/po/de.po
+share/gallery2/modules/password/po/en_GB.po
+share/gallery2/modules/password/po/es.po
+share/gallery2/modules/password/po/eu.po
+share/gallery2/modules/password/po/fi.po
+share/gallery2/modules/password/po/fr.po
+share/gallery2/modules/password/po/hu.po
+share/gallery2/modules/password/po/it.po
+share/gallery2/modules/password/po/ja.po
+share/gallery2/modules/password/po/ko.po
+share/gallery2/modules/password/po/lt.po
+share/gallery2/modules/password/po/nl.po
+share/gallery2/modules/password/po/no.po
+share/gallery2/modules/password/po/pl.po
+share/gallery2/modules/password/po/ro.po
+share/gallery2/modules/password/po/ru.po
+share/gallery2/modules/password/po/sk.po
+share/gallery2/modules/password/po/sr.po
+share/gallery2/modules/password/po/strings.raw
+share/gallery2/modules/password/po/sv.po
+share/gallery2/modules/password/po/tr.po
+share/gallery2/modules/password/po/uk.po
+share/gallery2/modules/password/po/vi.po
+share/gallery2/modules/password/po/zh_CN.po
+share/gallery2/modules/password/po/zh_TW.po
+share/gallery2/modules/password/templates/PasswordEntry.tpl
+share/gallery2/modules/password/templates/PasswordOption.tpl
+share/gallery2/modules/permalinks/ActivationWarning.inc
+share/gallery2/modules/permalinks/MANIFEST
+share/gallery2/modules/permalinks/PermalinksOption.inc
+share/gallery2/modules/permalinks/PermalinksSiteAdmin.inc
+share/gallery2/modules/permalinks/Redirect.inc
+share/gallery2/modules/permalinks/classes/GNUmakefile
+share/gallery2/modules/permalinks/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/permalinks/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/permalinks/classes/Maps.inc
+share/gallery2/modules/permalinks/classes/Maps.xml
+share/gallery2/modules/permalinks/classes/PermalinksMapHelper.class
+share/gallery2/modules/permalinks/locale/af/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/ar/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/ca/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/cs/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/da/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/de/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/en_GB/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/es/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/eu/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/fi/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/fr/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/hu/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/it/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/ja/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/ko/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/lt/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/nl/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/no/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/pl/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/ro/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/ru/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/sk/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/sr/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/sv/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/tr/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/uk/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/vi/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/zh_CN/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/locale/zh_TW/LC_MESSAGES/modules_permalinks.mo
+share/gallery2/modules/permalinks/module.inc
+share/gallery2/modules/permalinks/po/GNUmakefile
+share/gallery2/modules/permalinks/po/af.po
+share/gallery2/modules/permalinks/po/ar.po
+share/gallery2/modules/permalinks/po/ca.po
+share/gallery2/modules/permalinks/po/cs.po
+share/gallery2/modules/permalinks/po/da.po
+share/gallery2/modules/permalinks/po/de.po
+share/gallery2/modules/permalinks/po/en_GB.po
+share/gallery2/modules/permalinks/po/es.po
+share/gallery2/modules/permalinks/po/eu.po
+share/gallery2/modules/permalinks/po/fi.po
+share/gallery2/modules/permalinks/po/fr.po
+share/gallery2/modules/permalinks/po/hu.po
+share/gallery2/modules/permalinks/po/it.po
+share/gallery2/modules/permalinks/po/ja.po
+share/gallery2/modules/permalinks/po/ko.po
+share/gallery2/modules/permalinks/po/lt.po
+share/gallery2/modules/permalinks/po/nl.po
+share/gallery2/modules/permalinks/po/no.po
+share/gallery2/modules/permalinks/po/pl.po
+share/gallery2/modules/permalinks/po/ro.po
+share/gallery2/modules/permalinks/po/ru.po
+share/gallery2/modules/permalinks/po/sk.po
+share/gallery2/modules/permalinks/po/sr.po
+share/gallery2/modules/permalinks/po/strings.raw
+share/gallery2/modules/permalinks/po/sv.po
+share/gallery2/modules/permalinks/po/tr.po
+share/gallery2/modules/permalinks/po/uk.po
+share/gallery2/modules/permalinks/po/vi.po
+share/gallery2/modules/permalinks/po/zh_CN.po
+share/gallery2/modules/permalinks/po/zh_TW.po
+share/gallery2/modules/permalinks/templates/ActivationWarning.tpl
+share/gallery2/modules/permalinks/templates/PermalinksOption.tpl
+share/gallery2/modules/permalinks/templates/PermalinksSiteAdmin.tpl
+share/gallery2/modules/photoaccess/FulfillmentError.inc
+share/gallery2/modules/photoaccess/MANIFEST
+share/gallery2/modules/photoaccess/PrintPhoto.inc
+share/gallery2/modules/photoaccess/classes/PhotoAccessCartPlugin.class
+share/gallery2/modules/photoaccess/classes/PhotoAccessHelper.class
+share/gallery2/modules/photoaccess/locale/af/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/cs/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/de/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/en_GB/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/es/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/fi/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/fr/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/is/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/it/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/ja/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/ko/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/nl/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/no/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/pl/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/ru/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/sr/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/sv/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/tr/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/zh_CN/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/locale/zh_TW/LC_MESSAGES/modules_photoaccess.mo
+share/gallery2/modules/photoaccess/module.inc
+share/gallery2/modules/photoaccess/po/GNUmakefile
+share/gallery2/modules/photoaccess/po/af.po
+share/gallery2/modules/photoaccess/po/cs.po
+share/gallery2/modules/photoaccess/po/de.po
+share/gallery2/modules/photoaccess/po/en_GB.po
+share/gallery2/modules/photoaccess/po/es.po
+share/gallery2/modules/photoaccess/po/fi.po
+share/gallery2/modules/photoaccess/po/fr.po
+share/gallery2/modules/photoaccess/po/is.po
+share/gallery2/modules/photoaccess/po/it.po
+share/gallery2/modules/photoaccess/po/ja.po
+share/gallery2/modules/photoaccess/po/ko.po
+share/gallery2/modules/photoaccess/po/nl.po
+share/gallery2/modules/photoaccess/po/no.po
+share/gallery2/modules/photoaccess/po/pl.po
+share/gallery2/modules/photoaccess/po/ru.po
+share/gallery2/modules/photoaccess/po/sr.po
+share/gallery2/modules/photoaccess/po/strings.raw
+share/gallery2/modules/photoaccess/po/sv.po
+share/gallery2/modules/photoaccess/po/tr.po
+share/gallery2/modules/photoaccess/po/zh_CN.po
+share/gallery2/modules/photoaccess/po/zh_TW.po
+share/gallery2/modules/photoaccess/templates/FulfillmentError.tpl
+share/gallery2/modules/picasa/ConfirmPicasaImport.inc
+share/gallery2/modules/picasa/ImportResults.inc
+share/gallery2/modules/picasa/ItemAddFromPicasa.inc
+share/gallery2/modules/picasa/MANIFEST
+share/gallery2/modules/picasa/SelectPicasaExportPath.inc
+share/gallery2/modules/picasa/classes/Picasa2DataParser.class
+share/gallery2/modules/picasa/classes/PicasaImportHelper.class
+share/gallery2/modules/picasa/docs/README.TXT
+share/gallery2/modules/picasa/locale/af/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/ar/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/ca/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/cs/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/da/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/de/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/en_GB/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/es/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/eu/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/fi/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/fr/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/hu/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/it/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/ja/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/ko/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/lt/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/nl/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/no/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/pl/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/ro/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/ru/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/sk/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/sr/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/sv/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/tr/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/uk/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/vi/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/zh_CN/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/locale/zh_TW/LC_MESSAGES/modules_picasa.mo
+share/gallery2/modules/picasa/module.inc
+share/gallery2/modules/picasa/po/GNUmakefile
+share/gallery2/modules/picasa/po/af.po
+share/gallery2/modules/picasa/po/ar.po
+share/gallery2/modules/picasa/po/ca.po
+share/gallery2/modules/picasa/po/cs.po
+share/gallery2/modules/picasa/po/da.po
+share/gallery2/modules/picasa/po/de.po
+share/gallery2/modules/picasa/po/en_GB.po
+share/gallery2/modules/picasa/po/es.po
+share/gallery2/modules/picasa/po/eu.po
+share/gallery2/modules/picasa/po/fi.po
+share/gallery2/modules/picasa/po/fr.po
+share/gallery2/modules/picasa/po/hu.po
+share/gallery2/modules/picasa/po/it.po
+share/gallery2/modules/picasa/po/ja.po
+share/gallery2/modules/picasa/po/ko.po
+share/gallery2/modules/picasa/po/lt.po
+share/gallery2/modules/picasa/po/nl.po
+share/gallery2/modules/picasa/po/no.po
+share/gallery2/modules/picasa/po/pl.po
+share/gallery2/modules/picasa/po/ro.po
+share/gallery2/modules/picasa/po/ru.po
+share/gallery2/modules/picasa/po/sk.po
+share/gallery2/modules/picasa/po/sr.po
+share/gallery2/modules/picasa/po/strings.raw
+share/gallery2/modules/picasa/po/sv.po
+share/gallery2/modules/picasa/po/tr.po
+share/gallery2/modules/picasa/po/uk.po
+share/gallery2/modules/picasa/po/vi.po
+share/gallery2/modules/picasa/po/zh_CN.po
+share/gallery2/modules/picasa/po/zh_TW.po
+share/gallery2/modules/picasa/templates/ConfirmPicasaImport.tpl
+share/gallery2/modules/picasa/templates/ImportResults.tpl
+share/gallery2/modules/picasa/templates/ItemAddFromPicasa.tpl
+share/gallery2/modules/picasa/templates/SelectPicasaExportPath.tpl
+share/gallery2/modules/publishxp/DownloadRegistryFile.inc
+share/gallery2/modules/publishxp/ItemAddPublishXp.inc
+share/gallery2/modules/publishxp/Login.inc
+share/gallery2/modules/publishxp/MANIFEST
+share/gallery2/modules/publishxp/NewAlbum.inc
+share/gallery2/modules/publishxp/Options.inc
+share/gallery2/modules/publishxp/PublishXpLogin.inc
+share/gallery2/modules/publishxp/SelectAlbum.inc
+share/gallery2/modules/publishxp/UploadItems.inc
+share/gallery2/modules/publishxp/UploadedItem.inc
+share/gallery2/modules/publishxp/locale/af/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/ar/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/ca/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/cs/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/da/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/de/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/en_GB/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/es/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/eu/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/fi/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/fr/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/hu/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/it/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/ja/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/ko/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/lt/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/nl/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/no/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/pl/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/ro/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/ru/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/sk/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/sr/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/sv/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/tr/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/uk/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/vi/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/zh_CN/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/locale/zh_TW/LC_MESSAGES/modules_publishxp.mo
+share/gallery2/modules/publishxp/module.inc
+share/gallery2/modules/publishxp/po/GNUmakefile
+share/gallery2/modules/publishxp/po/af.po
+share/gallery2/modules/publishxp/po/ar.po
+share/gallery2/modules/publishxp/po/ca.po
+share/gallery2/modules/publishxp/po/cs.po
+share/gallery2/modules/publishxp/po/da.po
+share/gallery2/modules/publishxp/po/de.po
+share/gallery2/modules/publishxp/po/en_GB.po
+share/gallery2/modules/publishxp/po/es.po
+share/gallery2/modules/publishxp/po/eu.po
+share/gallery2/modules/publishxp/po/fi.po
+share/gallery2/modules/publishxp/po/fr.po
+share/gallery2/modules/publishxp/po/hu.po
+share/gallery2/modules/publishxp/po/it.po
+share/gallery2/modules/publishxp/po/ja.po
+share/gallery2/modules/publishxp/po/ko.po
+share/gallery2/modules/publishxp/po/lt.po
+share/gallery2/modules/publishxp/po/nl.po
+share/gallery2/modules/publishxp/po/no.po
+share/gallery2/modules/publishxp/po/pl.po
+share/gallery2/modules/publishxp/po/ro.po
+share/gallery2/modules/publishxp/po/ru.po
+share/gallery2/modules/publishxp/po/sk.po
+share/gallery2/modules/publishxp/po/sr.po
+share/gallery2/modules/publishxp/po/strings.raw
+share/gallery2/modules/publishxp/po/sv.po
+share/gallery2/modules/publishxp/po/tr.po
+share/gallery2/modules/publishxp/po/uk.po
+share/gallery2/modules/publishxp/po/vi.po
+share/gallery2/modules/publishxp/po/zh_CN.po
+share/gallery2/modules/publishxp/po/zh_TW.po
+share/gallery2/modules/publishxp/templates/DownloadRegistryFile.tpl
+share/gallery2/modules/publishxp/templates/Head.tpl
+share/gallery2/modules/publishxp/templates/ItemAddPublishXp.tpl
+share/gallery2/modules/publishxp/templates/NewAlbum.tpl
+share/gallery2/modules/publishxp/templates/Options.tpl
+share/gallery2/modules/publishxp/templates/PublishXpLogin.tpl
+share/gallery2/modules/publishxp/templates/SelectAlbum.tpl
+share/gallery2/modules/publishxp/templates/UploadItems.tpl
+share/gallery2/modules/quotas/AdminCreateGroupQuota.inc
+share/gallery2/modules/quotas/AdminCreateUserQuota.inc
+share/gallery2/modules/quotas/AdminDeleteGroupQuota.inc
+share/gallery2/modules/quotas/AdminDeleteUserQuota.inc
+share/gallery2/modules/quotas/AdminEditGroupQuota.inc
+share/gallery2/modules/quotas/AdminEditUserQuota.inc
+share/gallery2/modules/quotas/AdminQuotas.inc
+share/gallery2/modules/quotas/Callbacks.inc
+share/gallery2/modules/quotas/DiskQuotaOption.inc
+share/gallery2/modules/quotas/MANIFEST
+share/gallery2/modules/quotas/Preloads.inc
+share/gallery2/modules/quotas/classes/GNUmakefile
+share/gallery2/modules/quotas/classes/GalleryQuotasHelper.class
+share/gallery2/modules/quotas/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/quotas/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/quotas/classes/GalleryStorage/xml-src/A_QuotasMap_1.0.xml
+share/gallery2/modules/quotas/classes/Maps.inc
+share/gallery2/modules/quotas/classes/Maps.xml
+share/gallery2/modules/quotas/data/transparent.gif
+share/gallery2/modules/quotas/locale/af/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/ar/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/ca/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/cs/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/da/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/de/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/en_GB/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/es/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/et/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/eu/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/fi/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/fr/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/hu/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/it/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/ja/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/ko/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/lt/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/nl/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/no/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/pl/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/ro/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/ru/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/sk/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/sr/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/sv/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/tr/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/uk/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/vi/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/zh_CN/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/locale/zh_TW/LC_MESSAGES/modules_quotas.mo
+share/gallery2/modules/quotas/module.inc
+share/gallery2/modules/quotas/po/GNUmakefile
+share/gallery2/modules/quotas/po/af.po
+share/gallery2/modules/quotas/po/ar.po
+share/gallery2/modules/quotas/po/ca.po
+share/gallery2/modules/quotas/po/cs.po
+share/gallery2/modules/quotas/po/da.po
+share/gallery2/modules/quotas/po/de.po
+share/gallery2/modules/quotas/po/en_GB.po
+share/gallery2/modules/quotas/po/es.po
+share/gallery2/modules/quotas/po/et.po
+share/gallery2/modules/quotas/po/eu.po
+share/gallery2/modules/quotas/po/fi.po
+share/gallery2/modules/quotas/po/fr.po
+share/gallery2/modules/quotas/po/hu.po
+share/gallery2/modules/quotas/po/it.po
+share/gallery2/modules/quotas/po/ja.po
+share/gallery2/modules/quotas/po/ko.po
+share/gallery2/modules/quotas/po/lt.po
+share/gallery2/modules/quotas/po/nl.po
+share/gallery2/modules/quotas/po/no.po
+share/gallery2/modules/quotas/po/pl.po
+share/gallery2/modules/quotas/po/ro.po
+share/gallery2/modules/quotas/po/ru.po
+share/gallery2/modules/quotas/po/sk.po
+share/gallery2/modules/quotas/po/sr.po
+share/gallery2/modules/quotas/po/strings.raw
+share/gallery2/modules/quotas/po/sv.po
+share/gallery2/modules/quotas/po/tr.po
+share/gallery2/modules/quotas/po/uk.po
+share/gallery2/modules/quotas/po/vi.po
+share/gallery2/modules/quotas/po/zh_CN.po
+share/gallery2/modules/quotas/po/zh_TW.po
+share/gallery2/modules/quotas/quotas.css
+share/gallery2/modules/quotas/templates/AdminCreateGroupQuota.tpl
+share/gallery2/modules/quotas/templates/AdminCreateUserQuota.tpl
+share/gallery2/modules/quotas/templates/AdminDeleteGroupQuota.tpl
+share/gallery2/modules/quotas/templates/AdminDeleteUserQuota.tpl
+share/gallery2/modules/quotas/templates/AdminEditGroupQuota.tpl
+share/gallery2/modules/quotas/templates/AdminEditUserQuota.tpl
+share/gallery2/modules/quotas/templates/AdminQuotas.tpl
+share/gallery2/modules/quotas/templates/blocks/QuotasSummary.tpl
+share/gallery2/modules/quotas/templates/blocks/blocks.inc
+share/gallery2/modules/randomhighlight/MANIFEST
+share/gallery2/modules/randomhighlight/RandomHighlightOption.inc
+share/gallery2/modules/randomhighlight/RandomHighlightSiteAdmin.inc
+share/gallery2/modules/randomhighlight/locale/af/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/ar/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/ca/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/cs/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/da/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/de/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/en_GB/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/es/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/eu/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/fi/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/fr/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/hu/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/is/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/it/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/ja/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/ko/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/lt/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/nl/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/no/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/pl/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/pt_BR/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/ro/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/ru/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/sk/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/sr/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/sv/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/tr/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/uk/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/vi/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/zh_CN/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/locale/zh_TW/LC_MESSAGES/modules_randomhighlight.mo
+share/gallery2/modules/randomhighlight/module.inc
+share/gallery2/modules/randomhighlight/po/GNUmakefile
+share/gallery2/modules/randomhighlight/po/af.po
+share/gallery2/modules/randomhighlight/po/ar.po
+share/gallery2/modules/randomhighlight/po/ca.po
+share/gallery2/modules/randomhighlight/po/cs.po
+share/gallery2/modules/randomhighlight/po/da.po
+share/gallery2/modules/randomhighlight/po/de.po
+share/gallery2/modules/randomhighlight/po/en_GB.po
+share/gallery2/modules/randomhighlight/po/es.po
+share/gallery2/modules/randomhighlight/po/eu.po
+share/gallery2/modules/randomhighlight/po/fi.po
+share/gallery2/modules/randomhighlight/po/fr.po
+share/gallery2/modules/randomhighlight/po/hu.po
+share/gallery2/modules/randomhighlight/po/is.po
+share/gallery2/modules/randomhighlight/po/it.po
+share/gallery2/modules/randomhighlight/po/ja.po
+share/gallery2/modules/randomhighlight/po/ko.po
+share/gallery2/modules/randomhighlight/po/lt.po
+share/gallery2/modules/randomhighlight/po/nl.po
+share/gallery2/modules/randomhighlight/po/no.po
+share/gallery2/modules/randomhighlight/po/pl.po
+share/gallery2/modules/randomhighlight/po/pt_BR.po
+share/gallery2/modules/randomhighlight/po/ro.po
+share/gallery2/modules/randomhighlight/po/ru.po
+share/gallery2/modules/randomhighlight/po/sk.po
+share/gallery2/modules/randomhighlight/po/sr.po
+share/gallery2/modules/randomhighlight/po/strings.raw
+share/gallery2/modules/randomhighlight/po/sv.po
+share/gallery2/modules/randomhighlight/po/tr.po
+share/gallery2/modules/randomhighlight/po/uk.po
+share/gallery2/modules/randomhighlight/po/vi.po
+share/gallery2/modules/randomhighlight/po/zh_CN.po
+share/gallery2/modules/randomhighlight/po/zh_TW.po
+share/gallery2/modules/randomhighlight/templates/RandomHighlightOption.tpl
+share/gallery2/modules/randomhighlight/templates/RandomHighlightSiteAdmin.tpl
+share/gallery2/modules/rating/Callbacks.inc
+share/gallery2/modules/rating/MANIFEST
+share/gallery2/modules/rating/Preloads.inc
+share/gallery2/modules/rating/RatingAlbum.inc
+share/gallery2/modules/rating/RatingCallback.inc
+share/gallery2/modules/rating/RatingItemEdit.inc
+share/gallery2/modules/rating/RatingSiteAdmin.inc
+share/gallery2/modules/rating/classes/GNUmakefile
+share/gallery2/modules/rating/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/rating/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/rating/classes/Maps.inc
+share/gallery2/modules/rating/classes/Maps.xml
+share/gallery2/modules/rating/classes/RatingHelper.class
+share/gallery2/modules/rating/classes/RatingSortOrder.class
+share/gallery2/modules/rating/images/star_07.gif
+share/gallery2/modules/rating/images/star_r_0.0.gif
+share/gallery2/modules/rating/images/star_r_0.5.gif
+share/gallery2/modules/rating/images/star_r_1.0.gif
+share/gallery2/modules/rating/images/star_u_1.0.gif
+share/gallery2/modules/rating/images/star_u_noborder.gif
+share/gallery2/modules/rating/images/transparent.gif
+share/gallery2/modules/rating/locale/af/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/ar/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/ca/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/cs/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/da/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/de/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/en_GB/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/es/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/et/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/eu/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/fi/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/fr/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/he/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/hu/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/it/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/ja/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/ko/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/lt/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/lv/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/nl/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/no/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/pl/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/ro/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/ru/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/sk/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/sl/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/sr/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/sv/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/tr/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/uk/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/vi/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/zh_CN/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/locale/zh_TW/LC_MESSAGES/modules_rating.mo
+share/gallery2/modules/rating/module.inc
+share/gallery2/modules/rating/po/GNUmakefile
+share/gallery2/modules/rating/po/af.po
+share/gallery2/modules/rating/po/ar.po
+share/gallery2/modules/rating/po/ca.po
+share/gallery2/modules/rating/po/cs.po
+share/gallery2/modules/rating/po/da.po
+share/gallery2/modules/rating/po/de.po
+share/gallery2/modules/rating/po/en_GB.po
+share/gallery2/modules/rating/po/es.po
+share/gallery2/modules/rating/po/et.po
+share/gallery2/modules/rating/po/eu.po
+share/gallery2/modules/rating/po/fi.po
+share/gallery2/modules/rating/po/fr.po
+share/gallery2/modules/rating/po/he.po
+share/gallery2/modules/rating/po/hu.po
+share/gallery2/modules/rating/po/it.po
+share/gallery2/modules/rating/po/ja.po
+share/gallery2/modules/rating/po/ko.po
+share/gallery2/modules/rating/po/lt.po
+share/gallery2/modules/rating/po/lv.po
+share/gallery2/modules/rating/po/nl.po
+share/gallery2/modules/rating/po/no.po
+share/gallery2/modules/rating/po/pl.po
+share/gallery2/modules/rating/po/ro.po
+share/gallery2/modules/rating/po/ru.po
+share/gallery2/modules/rating/po/sk.po
+share/gallery2/modules/rating/po/sl.po
+share/gallery2/modules/rating/po/sr.po
+share/gallery2/modules/rating/po/strings.raw
+share/gallery2/modules/rating/po/sv.po
+share/gallery2/modules/rating/po/tr.po
+share/gallery2/modules/rating/po/uk.po
+share/gallery2/modules/rating/po/vi.po
+share/gallery2/modules/rating/po/zh_CN.po
+share/gallery2/modules/rating/po/zh_TW.po
+share/gallery2/modules/rating/rating.css
+share/gallery2/modules/rating/rating.js
+share/gallery2/modules/rating/templates/RatingImagePreload.tpl
+share/gallery2/modules/rating/templates/RatingInterface.tpl
+share/gallery2/modules/rating/templates/RatingItemEdit.tpl
+share/gallery2/modules/rating/templates/RatingSiteAdmin.tpl
+share/gallery2/modules/rating/templates/blocks/Rating.tpl
+share/gallery2/modules/rating/templates/blocks/blocks.inc
+share/gallery2/modules/rearrange/MANIFEST
+share/gallery2/modules/rearrange/RearrangeItems.inc
+share/gallery2/modules/rearrange/locale/af/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/ar/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/bg/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/ca/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/cs/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/da/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/de/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/en_GB/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/es/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/eu/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/fi/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/fr/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/hu/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/is/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/it/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/ja/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/ko/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/lt/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/nl/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/no/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/pl/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/pt_BR/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/ro/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/ru/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/sk/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/sr/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/sv/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/tr/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/uk/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/vi/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/zh_CN/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/locale/zh_TW/LC_MESSAGES/modules_rearrange.mo
+share/gallery2/modules/rearrange/module.inc
+share/gallery2/modules/rearrange/po/GNUmakefile
+share/gallery2/modules/rearrange/po/af.po
+share/gallery2/modules/rearrange/po/ar.po
+share/gallery2/modules/rearrange/po/bg.po
+share/gallery2/modules/rearrange/po/ca.po
+share/gallery2/modules/rearrange/po/cs.po
+share/gallery2/modules/rearrange/po/da.po
+share/gallery2/modules/rearrange/po/de.po
+share/gallery2/modules/rearrange/po/en_GB.po
+share/gallery2/modules/rearrange/po/es.po
+share/gallery2/modules/rearrange/po/eu.po
+share/gallery2/modules/rearrange/po/fi.po
+share/gallery2/modules/rearrange/po/fr.po
+share/gallery2/modules/rearrange/po/hu.po
+share/gallery2/modules/rearrange/po/is.po
+share/gallery2/modules/rearrange/po/it.po
+share/gallery2/modules/rearrange/po/ja.po
+share/gallery2/modules/rearrange/po/ko.po
+share/gallery2/modules/rearrange/po/lt.po
+share/gallery2/modules/rearrange/po/nl.po
+share/gallery2/modules/rearrange/po/no.po
+share/gallery2/modules/rearrange/po/pl.po
+share/gallery2/modules/rearrange/po/pt_BR.po
+share/gallery2/modules/rearrange/po/ro.po
+share/gallery2/modules/rearrange/po/ru.po
+share/gallery2/modules/rearrange/po/sk.po
+share/gallery2/modules/rearrange/po/sr.po
+share/gallery2/modules/rearrange/po/strings.raw
+share/gallery2/modules/rearrange/po/sv.po
+share/gallery2/modules/rearrange/po/tr.po
+share/gallery2/modules/rearrange/po/uk.po
+share/gallery2/modules/rearrange/po/vi.po
+share/gallery2/modules/rearrange/po/zh_CN.po
+share/gallery2/modules/rearrange/po/zh_TW.po
+share/gallery2/modules/rearrange/templates/Header.tpl
+share/gallery2/modules/rearrange/templates/RearrangeItems.tpl
+share/gallery2/modules/rearrange/templates/RearrangeItemsCell.tpl
+share/gallery2/modules/register/AdminSelfRegistration.inc
+share/gallery2/modules/register/ConfirmRegistration.inc
+share/gallery2/modules/register/MANIFEST
+share/gallery2/modules/register/SelfRegistrationSuccess.inc
+share/gallery2/modules/register/UserSelfRegistration.inc
+share/gallery2/modules/register/classes/Entities.inc
+share/gallery2/modules/register/classes/GNUmakefile
+share/gallery2/modules/register/classes/GalleryPendingUser.class
+share/gallery2/modules/register/classes/GalleryPendingUserHelper.class
+share/gallery2/modules/register/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/register/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/register/classes/RegisterCaptchaAdminOption.class
+share/gallery2/modules/register/locale/af/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/ar/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/bg/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/ca/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/cs/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/da/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/de/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/en_GB/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/es/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/et/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/eu/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/fi/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/fr/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/he/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/hu/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/is/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/it/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/ja/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/ko/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/lt/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/lv/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/nl/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/no/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/pl/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/ro/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/ru/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/sk/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/sr/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/sv/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/tr/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/uk/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/vi/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/zh_CN/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/locale/zh_TW/LC_MESSAGES/modules_register.mo
+share/gallery2/modules/register/module.inc
+share/gallery2/modules/register/po/GNUmakefile
+share/gallery2/modules/register/po/af.po
+share/gallery2/modules/register/po/ar.po
+share/gallery2/modules/register/po/bg.po
+share/gallery2/modules/register/po/ca.po
+share/gallery2/modules/register/po/cs.po
+share/gallery2/modules/register/po/da.po
+share/gallery2/modules/register/po/de.po
+share/gallery2/modules/register/po/en_GB.po
+share/gallery2/modules/register/po/es.po
+share/gallery2/modules/register/po/et.po
+share/gallery2/modules/register/po/eu.po
+share/gallery2/modules/register/po/fi.po
+share/gallery2/modules/register/po/fr.po
+share/gallery2/modules/register/po/he.po
+share/gallery2/modules/register/po/hu.po
+share/gallery2/modules/register/po/is.po
+share/gallery2/modules/register/po/it.po
+share/gallery2/modules/register/po/ja.po
+share/gallery2/modules/register/po/ko.po
+share/gallery2/modules/register/po/lt.po
+share/gallery2/modules/register/po/lv.po
+share/gallery2/modules/register/po/nl.po
+share/gallery2/modules/register/po/no.po
+share/gallery2/modules/register/po/pl.po
+share/gallery2/modules/register/po/ro.po
+share/gallery2/modules/register/po/ru.po
+share/gallery2/modules/register/po/sk.po
+share/gallery2/modules/register/po/sr.po
+share/gallery2/modules/register/po/strings.raw
+share/gallery2/modules/register/po/sv.po
+share/gallery2/modules/register/po/tr.po
+share/gallery2/modules/register/po/uk.po
+share/gallery2/modules/register/po/vi.po
+share/gallery2/modules/register/po/zh_CN.po
+share/gallery2/modules/register/po/zh_TW.po
+share/gallery2/modules/register/templates/AdminEmail.tpl
+share/gallery2/modules/register/templates/AdminSelfRegistration.tpl
+share/gallery2/modules/register/templates/ConfirmRegistration.tpl
+share/gallery2/modules/register/templates/ConfirmationEmail.tpl
+share/gallery2/modules/register/templates/SelfRegistrationSuccess.tpl
+share/gallery2/modules/register/templates/UserSelfRegistration.tpl
+share/gallery2/modules/remote/GalleryRemote.inc
+share/gallery2/modules/remote/ItemAddGalleryRemote.inc
+share/gallery2/modules/remote/MANIFEST
+share/gallery2/modules/remote/RemoteSiteAdmin.inc
+share/gallery2/modules/remote/classes/GalleryRemoteConstants.class
+share/gallery2/modules/remote/classes/GalleryRemoteProperties.class
+share/gallery2/modules/remote/locale/af/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/ar/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/ca/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/cs/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/da/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/de/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/en_GB/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/es/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/eu/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/fi/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/fr/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/hu/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/is/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/it/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/ja/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/ko/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/lt/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/nl/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/no/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/pl/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/pt_BR/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/ro/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/ru/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/sk/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/sr/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/sv/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/tr/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/uk/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/vi/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/zh_CN/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/locale/zh_TW/LC_MESSAGES/modules_remote.mo
+share/gallery2/modules/remote/module.inc
+share/gallery2/modules/remote/po/GNUmakefile
+share/gallery2/modules/remote/po/af.po
+share/gallery2/modules/remote/po/ar.po
+share/gallery2/modules/remote/po/ca.po
+share/gallery2/modules/remote/po/cs.po
+share/gallery2/modules/remote/po/da.po
+share/gallery2/modules/remote/po/de.po
+share/gallery2/modules/remote/po/en_GB.po
+share/gallery2/modules/remote/po/es.po
+share/gallery2/modules/remote/po/eu.po
+share/gallery2/modules/remote/po/fi.po
+share/gallery2/modules/remote/po/fr.po
+share/gallery2/modules/remote/po/hu.po
+share/gallery2/modules/remote/po/is.po
+share/gallery2/modules/remote/po/it.po
+share/gallery2/modules/remote/po/ja.po
+share/gallery2/modules/remote/po/ko.po
+share/gallery2/modules/remote/po/lt.po
+share/gallery2/modules/remote/po/nl.po
+share/gallery2/modules/remote/po/no.po
+share/gallery2/modules/remote/po/pl.po
+share/gallery2/modules/remote/po/pt_BR.po
+share/gallery2/modules/remote/po/ro.po
+share/gallery2/modules/remote/po/ru.po
+share/gallery2/modules/remote/po/sk.po
+share/gallery2/modules/remote/po/sr.po
+share/gallery2/modules/remote/po/strings.raw
+share/gallery2/modules/remote/po/sv.po
+share/gallery2/modules/remote/po/tr.po
+share/gallery2/modules/remote/po/uk.po
+share/gallery2/modules/remote/po/vi.po
+share/gallery2/modules/remote/po/zh_CN.po
+share/gallery2/modules/remote/po/zh_TW.po
+share/gallery2/modules/remote/templates/ItemAddGalleryRemote.tpl
+share/gallery2/modules/remote/templates/RemoteSiteAdmin.tpl
+share/gallery2/modules/replica/ItemCreateReplica.inc
+share/gallery2/modules/replica/ItemCreateReplicaSingle.inc
+share/gallery2/modules/replica/MANIFEST
+share/gallery2/modules/replica/locale/af/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ar/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/bg/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ca/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/cs/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/da/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/de/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/el/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/en_GB/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/es/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/es_AR/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/es_MX/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/eu/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/fi/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/fr/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ga/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/he/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/hu/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/is/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/it/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ja/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ko/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/lt/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/nl/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/no/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/pl/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/pt/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/pt_BR/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ro/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/ru/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/sk/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/sl/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/sr/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/sv/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/tr/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/uk/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/vi/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/zh_CN/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/locale/zh_TW/LC_MESSAGES/modules_replica.mo
+share/gallery2/modules/replica/module.inc
+share/gallery2/modules/replica/po/GNUmakefile
+share/gallery2/modules/replica/po/af.po
+share/gallery2/modules/replica/po/ar.po
+share/gallery2/modules/replica/po/bg.po
+share/gallery2/modules/replica/po/ca.po
+share/gallery2/modules/replica/po/cs.po
+share/gallery2/modules/replica/po/da.po
+share/gallery2/modules/replica/po/de.po
+share/gallery2/modules/replica/po/el.po
+share/gallery2/modules/replica/po/en_GB.po
+share/gallery2/modules/replica/po/es.po
+share/gallery2/modules/replica/po/es_AR.po
+share/gallery2/modules/replica/po/es_MX.po
+share/gallery2/modules/replica/po/eu.po
+share/gallery2/modules/replica/po/fi.po
+share/gallery2/modules/replica/po/fr.po
+share/gallery2/modules/replica/po/ga.po
+share/gallery2/modules/replica/po/he.po
+share/gallery2/modules/replica/po/hu.po
+share/gallery2/modules/replica/po/is.po
+share/gallery2/modules/replica/po/it.po
+share/gallery2/modules/replica/po/ja.po
+share/gallery2/modules/replica/po/ko.po
+share/gallery2/modules/replica/po/lt.po
+share/gallery2/modules/replica/po/nl.po
+share/gallery2/modules/replica/po/no.po
+share/gallery2/modules/replica/po/pl.po
+share/gallery2/modules/replica/po/pt.po
+share/gallery2/modules/replica/po/pt_BR.po
+share/gallery2/modules/replica/po/ro.po
+share/gallery2/modules/replica/po/ru.po
+share/gallery2/modules/replica/po/sk.po
+share/gallery2/modules/replica/po/sl.po
+share/gallery2/modules/replica/po/sr.po
+share/gallery2/modules/replica/po/strings.raw
+share/gallery2/modules/replica/po/sv.po
+share/gallery2/modules/replica/po/tr.po
+share/gallery2/modules/replica/po/uk.po
+share/gallery2/modules/replica/po/vi.po
+share/gallery2/modules/replica/po/zh_CN.po
+share/gallery2/modules/replica/po/zh_TW.po
+share/gallery2/modules/replica/templates/ItemCreateReplica.tpl
+share/gallery2/modules/replica/templates/ItemCreateReplicaSingle.tpl
+share/gallery2/modules/reupload/MANIFEST
+share/gallery2/modules/reupload/ReuploadPhotoOption.inc
+share/gallery2/modules/reupload/locale/af/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/ar/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/ca/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/cs/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/da/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/de/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/en_GB/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/es/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/eu/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/fi/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/fr/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/hu/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/it/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/ja/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/ko/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/lt/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/nl/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/no/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/pl/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/ro/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/ru/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/sk/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/sr/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/sv/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/tr/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/uk/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/vi/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/zh_CN/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/locale/zh_TW/LC_MESSAGES/modules_reupload.mo
+share/gallery2/modules/reupload/module.inc
+share/gallery2/modules/reupload/po/GNUmakefile
+share/gallery2/modules/reupload/po/af.po
+share/gallery2/modules/reupload/po/ar.po
+share/gallery2/modules/reupload/po/ca.po
+share/gallery2/modules/reupload/po/cs.po
+share/gallery2/modules/reupload/po/da.po
+share/gallery2/modules/reupload/po/de.po
+share/gallery2/modules/reupload/po/en_GB.po
+share/gallery2/modules/reupload/po/es.po
+share/gallery2/modules/reupload/po/eu.po
+share/gallery2/modules/reupload/po/fi.po
+share/gallery2/modules/reupload/po/fr.po
+share/gallery2/modules/reupload/po/hu.po
+share/gallery2/modules/reupload/po/it.po
+share/gallery2/modules/reupload/po/ja.po
+share/gallery2/modules/reupload/po/ko.po
+share/gallery2/modules/reupload/po/lt.po
+share/gallery2/modules/reupload/po/nl.po
+share/gallery2/modules/reupload/po/no.po
+share/gallery2/modules/reupload/po/pl.po
+share/gallery2/modules/reupload/po/ro.po
+share/gallery2/modules/reupload/po/ru.po
+share/gallery2/modules/reupload/po/sk.po
+share/gallery2/modules/reupload/po/sr.po
+share/gallery2/modules/reupload/po/strings.raw
+share/gallery2/modules/reupload/po/sv.po
+share/gallery2/modules/reupload/po/tr.po
+share/gallery2/modules/reupload/po/uk.po
+share/gallery2/modules/reupload/po/vi.po
+share/gallery2/modules/reupload/po/zh_CN.po
+share/gallery2/modules/reupload/po/zh_TW.po
+share/gallery2/modules/reupload/templates/ReuploadPhotoOption.tpl
+share/gallery2/modules/rewrite/AdminRewrite.inc
+share/gallery2/modules/rewrite/DownloadItem.inc
+share/gallery2/modules/rewrite/FileNotFound.inc
+share/gallery2/modules/rewrite/MANIFEST
+share/gallery2/modules/rewrite/RewriteModuleExtras.inc
+share/gallery2/modules/rewrite/SetupRewrite.inc
+share/gallery2/modules/rewrite/classes/GNUmakefile
+share/gallery2/modules/rewrite/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/rewrite/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/rewrite/classes/GalleryStorage/xml-src/R_RewriteMap_1.0.xml
+share/gallery2/modules/rewrite/classes/RewriteApi.class
+share/gallery2/modules/rewrite/classes/RewriteCheckConflictTask.class
+share/gallery2/modules/rewrite/classes/RewriteHelper.class
+share/gallery2/modules/rewrite/classes/RewriteParser.class
+share/gallery2/modules/rewrite/classes/RewriteSimpleHelper.class
+share/gallery2/modules/rewrite/classes/RewriteUrlGenerator.class
+share/gallery2/modules/rewrite/classes/parsers/isapirewrite/IsapiRewriteHelper.class
+share/gallery2/modules/rewrite/classes/parsers/isapirewrite/IsapiRewriteUrlGenerator.class
+share/gallery2/modules/rewrite/classes/parsers/isapirewrite/parser.inc
+share/gallery2/modules/rewrite/classes/parsers/modrewrite/ModRewriteHelper.class
+share/gallery2/modules/rewrite/classes/parsers/modrewrite/ModRewriteUrlGenerator.class
+share/gallery2/modules/rewrite/classes/parsers/modrewrite/parser.inc
+share/gallery2/modules/rewrite/classes/parsers/pathinfo/PathInfoHelper.class
+share/gallery2/modules/rewrite/classes/parsers/pathinfo/PathInfoUrlGenerator.class
+share/gallery2/modules/rewrite/classes/parsers/pathinfo/parser.inc
+share/gallery2/modules/rewrite/data/isapi_rewrite/Rewrite.txt
+share/gallery2/modules/rewrite/data/isapi_rewrite/Works.txt
+share/gallery2/modules/rewrite/data/mod_rewrite/custom/.htaccess
+share/gallery2/modules/rewrite/data/mod_rewrite/custom/Rewrite.txt
+share/gallery2/modules/rewrite/data/mod_rewrite/custom/Works.txt
+share/gallery2/modules/rewrite/data/mod_rewrite/gallery/.htaccess
+share/gallery2/modules/rewrite/data/mod_rewrite/gallery/Rewrite.txt
+share/gallery2/modules/rewrite/data/mod_rewrite/gallery/Works.txt
+share/gallery2/modules/rewrite/data/mod_rewrite/gallery2/.htaccess
+share/gallery2/modules/rewrite/data/mod_rewrite/gallery2/Rewrite.txt
+share/gallery2/modules/rewrite/data/mod_rewrite/gallery2/Works.txt
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/custom/.htaccess
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/custom/Rewrite.txt
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/custom/Works.txt
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery/.htaccess
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery/Rewrite.txt
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery/Works.txt
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/.htaccess
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/Rewrite.txt
+share/gallery2/modules/rewrite/data/mod_rewrite_no_options/gallery2/Works.txt
+share/gallery2/modules/rewrite/data/path_info/index.php
+share/gallery2/modules/rewrite/locale/af/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/ar/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/ca/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/cs/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/da/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/de/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/en_GB/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/es/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/eu/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/fi/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/fr/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/hu/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/it/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/ja/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/ko/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/lt/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/nl/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/no/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/pl/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/pt_BR/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/ro/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/ru/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/sk/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/sr/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/sv/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/tr/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/uk/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/vi/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/zh_CN/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/locale/zh_TW/LC_MESSAGES/modules_rewrite.mo
+share/gallery2/modules/rewrite/module.inc
+share/gallery2/modules/rewrite/po/GNUmakefile
+share/gallery2/modules/rewrite/po/af.po
+share/gallery2/modules/rewrite/po/ar.po
+share/gallery2/modules/rewrite/po/ca.po
+share/gallery2/modules/rewrite/po/cs.po
+share/gallery2/modules/rewrite/po/da.po
+share/gallery2/modules/rewrite/po/de.po
+share/gallery2/modules/rewrite/po/en_GB.po
+share/gallery2/modules/rewrite/po/es.po
+share/gallery2/modules/rewrite/po/eu.po
+share/gallery2/modules/rewrite/po/fi.po
+share/gallery2/modules/rewrite/po/fr.po
+share/gallery2/modules/rewrite/po/hu.po
+share/gallery2/modules/rewrite/po/it.po
+share/gallery2/modules/rewrite/po/ja.po
+share/gallery2/modules/rewrite/po/ko.po
+share/gallery2/modules/rewrite/po/lt.po
+share/gallery2/modules/rewrite/po/nl.po
+share/gallery2/modules/rewrite/po/no.po
+share/gallery2/modules/rewrite/po/pl.po
+share/gallery2/modules/rewrite/po/pt_BR.po
+share/gallery2/modules/rewrite/po/ro.po
+share/gallery2/modules/rewrite/po/ru.po
+share/gallery2/modules/rewrite/po/sk.po
+share/gallery2/modules/rewrite/po/sr.po
+share/gallery2/modules/rewrite/po/strings.raw
+share/gallery2/modules/rewrite/po/sv.po
+share/gallery2/modules/rewrite/po/tr.po
+share/gallery2/modules/rewrite/po/uk.po
+share/gallery2/modules/rewrite/po/vi.po
+share/gallery2/modules/rewrite/po/zh_CN.po
+share/gallery2/modules/rewrite/po/zh_TW.po
+share/gallery2/modules/rewrite/templates/AdminRewrite.tpl
+share/gallery2/modules/rewrite/templates/DownloadItem.tpl
+share/gallery2/modules/rewrite/templates/FileNotFound.tpl
+share/gallery2/modules/rewrite/templates/Htaccess.tpl
+share/gallery2/modules/rewrite/templates/Httpdini.tpl
+share/gallery2/modules/rewrite/templates/IsapiRewriteAdminParser.tpl
+share/gallery2/modules/rewrite/templates/IsapiRewriteTestResults.tpl
+share/gallery2/modules/rewrite/templates/ModRewriteAdminParser.tpl
+share/gallery2/modules/rewrite/templates/ModRewriteTestResults.tpl
+share/gallery2/modules/rewrite/templates/PathInfoTestResults.tpl
+share/gallery2/modules/rewrite/templates/SetupRewrite.tpl
+share/gallery2/modules/rss/Callbacks.inc
+share/gallery2/modules/rss/EditFeed.inc
+share/gallery2/modules/rss/FeedList.inc
+share/gallery2/modules/rss/MANIFEST
+share/gallery2/modules/rss/Preloads.inc
+share/gallery2/modules/rss/Render.inc
+share/gallery2/modules/rss/RssSiteAdmin.inc
+share/gallery2/modules/rss/SimpleRender.inc
+share/gallery2/modules/rss/classes/GNUmakefile
+share/gallery2/modules/rss/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/rss/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/rss/classes/Maps.inc
+share/gallery2/modules/rss/classes/Maps.xml
+share/gallery2/modules/rss/classes/RssGenerator.class
+share/gallery2/modules/rss/classes/RssHelper.class
+share/gallery2/modules/rss/classes/RssMapHelper.class
+share/gallery2/modules/rss/locale/af/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/ar/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/ca/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/cs/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/da/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/de/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/en_GB/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/es/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/eu/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/fi/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/fr/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/he/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/hu/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/it/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/ja/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/ko/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/lt/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/nl/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/no/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/pl/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/pt_BR/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/ro/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/ru/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/sk/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/sr/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/sv/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/tr/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/uk/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/vi/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/zh_CN/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/locale/zh_TW/LC_MESSAGES/modules_rss.mo
+share/gallery2/modules/rss/module.inc
+share/gallery2/modules/rss/po/GNUmakefile
+share/gallery2/modules/rss/po/af.po
+share/gallery2/modules/rss/po/ar.po
+share/gallery2/modules/rss/po/ca.po
+share/gallery2/modules/rss/po/cs.po
+share/gallery2/modules/rss/po/da.po
+share/gallery2/modules/rss/po/de.po
+share/gallery2/modules/rss/po/en_GB.po
+share/gallery2/modules/rss/po/es.po
+share/gallery2/modules/rss/po/eu.po
+share/gallery2/modules/rss/po/fi.po
+share/gallery2/modules/rss/po/fr.po
+share/gallery2/modules/rss/po/he.po
+share/gallery2/modules/rss/po/hu.po
+share/gallery2/modules/rss/po/it.po
+share/gallery2/modules/rss/po/ja.po
+share/gallery2/modules/rss/po/ko.po
+share/gallery2/modules/rss/po/lt.po
+share/gallery2/modules/rss/po/nl.po
+share/gallery2/modules/rss/po/no.po
+share/gallery2/modules/rss/po/pl.po
+share/gallery2/modules/rss/po/pt_BR.po
+share/gallery2/modules/rss/po/ro.po
+share/gallery2/modules/rss/po/ru.po
+share/gallery2/modules/rss/po/sk.po
+share/gallery2/modules/rss/po/sr.po
+share/gallery2/modules/rss/po/strings.raw
+share/gallery2/modules/rss/po/sv.po
+share/gallery2/modules/rss/po/tr.po
+share/gallery2/modules/rss/po/uk.po
+share/gallery2/modules/rss/po/vi.po
+share/gallery2/modules/rss/po/zh_CN.po
+share/gallery2/modules/rss/po/zh_TW.po
+share/gallery2/modules/rss/templates/EditFeed.tpl
+share/gallery2/modules/rss/templates/FeedList.tpl
+share/gallery2/modules/rss/templates/RssBlockHead.tpl
+share/gallery2/modules/rss/templates/RssSiteAdmin.tpl
+share/gallery2/modules/rss/templates/blocks/RssBlock.tpl
+share/gallery2/modules/rss/templates/blocks/blocks.inc
+share/gallery2/modules/search/HighlightResults.js
+share/gallery2/modules/search/MANIFEST
+share/gallery2/modules/search/Preloads.inc
+share/gallery2/modules/search/SearchBlock.js
+share/gallery2/modules/search/SearchScan.inc
+share/gallery2/modules/search/SearchShowAll.inc
+share/gallery2/modules/search/classes/GallerySearchInterface_1_0.class
+share/gallery2/modules/search/classes/SearchUtilities.class
+share/gallery2/modules/search/locale/af/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ar/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/bg/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ca/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/cs/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/da/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/de/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/en_GB/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/es/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/es_AR/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/et/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/eu/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/fi/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/fr/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ga/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/hu/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/is/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/it/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ja/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ko/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/lt/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/lv/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/nl/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/no/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/pl/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/pt/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/pt_BR/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ro/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/ru/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/sk/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/sr/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/sv/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/tr/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/uk/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/vi/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/zh_CN/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/locale/zh_TW/LC_MESSAGES/modules_search.mo
+share/gallery2/modules/search/module.inc
+share/gallery2/modules/search/po/GNUmakefile
+share/gallery2/modules/search/po/af.po
+share/gallery2/modules/search/po/ar.po
+share/gallery2/modules/search/po/bg.po
+share/gallery2/modules/search/po/ca.po
+share/gallery2/modules/search/po/cs.po
+share/gallery2/modules/search/po/da.po
+share/gallery2/modules/search/po/de.po
+share/gallery2/modules/search/po/en_GB.po
+share/gallery2/modules/search/po/es.po
+share/gallery2/modules/search/po/es_AR.po
+share/gallery2/modules/search/po/et.po
+share/gallery2/modules/search/po/eu.po
+share/gallery2/modules/search/po/fi.po
+share/gallery2/modules/search/po/fr.po
+share/gallery2/modules/search/po/ga.po
+share/gallery2/modules/search/po/hu.po
+share/gallery2/modules/search/po/is.po
+share/gallery2/modules/search/po/it.po
+share/gallery2/modules/search/po/ja.po
+share/gallery2/modules/search/po/ko.po
+share/gallery2/modules/search/po/lt.po
+share/gallery2/modules/search/po/lv.po
+share/gallery2/modules/search/po/nl.po
+share/gallery2/modules/search/po/no.po
+share/gallery2/modules/search/po/pl.po
+share/gallery2/modules/search/po/pt.po
+share/gallery2/modules/search/po/pt_BR.po
+share/gallery2/modules/search/po/ro.po
+share/gallery2/modules/search/po/ru.po
+share/gallery2/modules/search/po/sk.po
+share/gallery2/modules/search/po/sr.po
+share/gallery2/modules/search/po/strings.raw
+share/gallery2/modules/search/po/sv.po
+share/gallery2/modules/search/po/tr.po
+share/gallery2/modules/search/po/uk.po
+share/gallery2/modules/search/po/vi.po
+share/gallery2/modules/search/po/zh_CN.po
+share/gallery2/modules/search/po/zh_TW.po
+share/gallery2/modules/search/templates/SearchScan.tpl
+share/gallery2/modules/search/templates/SearchShowAll.tpl
+share/gallery2/modules/search/templates/blocks/SearchBlock.tpl
+share/gallery2/modules/search/templates/blocks/blocks.inc
+share/gallery2/modules/shutterfly/MANIFEST
+share/gallery2/modules/shutterfly/PrintPhotos.inc
+share/gallery2/modules/shutterfly/classes/ShutterflyCartPlugin.class
+share/gallery2/modules/shutterfly/locale/af/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/cs/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/da/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/de/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/en_GB/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/es/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/eu/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/fi/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/fr/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/is/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/it/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/ja/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/ko/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/nl/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/no/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/pl/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/ru/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/sr/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/sv/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/tr/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/zh_CN/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/locale/zh_TW/LC_MESSAGES/modules_shutterfly.mo
+share/gallery2/modules/shutterfly/module.inc
+share/gallery2/modules/shutterfly/po/GNUmakefile
+share/gallery2/modules/shutterfly/po/af.po
+share/gallery2/modules/shutterfly/po/cs.po
+share/gallery2/modules/shutterfly/po/da.po
+share/gallery2/modules/shutterfly/po/de.po
+share/gallery2/modules/shutterfly/po/en_GB.po
+share/gallery2/modules/shutterfly/po/es.po
+share/gallery2/modules/shutterfly/po/eu.po
+share/gallery2/modules/shutterfly/po/fi.po
+share/gallery2/modules/shutterfly/po/fr.po
+share/gallery2/modules/shutterfly/po/is.po
+share/gallery2/modules/shutterfly/po/it.po
+share/gallery2/modules/shutterfly/po/ja.po
+share/gallery2/modules/shutterfly/po/ko.po
+share/gallery2/modules/shutterfly/po/nl.po
+share/gallery2/modules/shutterfly/po/no.po
+share/gallery2/modules/shutterfly/po/pl.po
+share/gallery2/modules/shutterfly/po/ru.po
+share/gallery2/modules/shutterfly/po/sr.po
+share/gallery2/modules/shutterfly/po/strings.raw
+share/gallery2/modules/shutterfly/po/sv.po
+share/gallery2/modules/shutterfly/po/tr.po
+share/gallery2/modules/shutterfly/po/zh_CN.po
+share/gallery2/modules/shutterfly/po/zh_TW.po
+share/gallery2/modules/shutterfly/templates/PrintPhotos.tpl
+share/gallery2/modules/sitemap/AdminSitemap.inc
+share/gallery2/modules/sitemap/MANIFEST
+share/gallery2/modules/sitemap/Sitemap.inc
+share/gallery2/modules/sitemap/locale/cs/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/de/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/en_GB/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/es/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/eu/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/fi/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/fr/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/it/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/ja/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/lv/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/nl/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/no/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/pl/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/ru/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/sv/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/tr/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/zh_CN/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/locale/zh_TW/LC_MESSAGES/modules_sitemap.mo
+share/gallery2/modules/sitemap/module.inc
+share/gallery2/modules/sitemap/po/GNUmakefile
+share/gallery2/modules/sitemap/po/cs.po
+share/gallery2/modules/sitemap/po/de.po
+share/gallery2/modules/sitemap/po/en_GB.po
+share/gallery2/modules/sitemap/po/es.po
+share/gallery2/modules/sitemap/po/eu.po
+share/gallery2/modules/sitemap/po/fi.po
+share/gallery2/modules/sitemap/po/fr.po
+share/gallery2/modules/sitemap/po/it.po
+share/gallery2/modules/sitemap/po/ja.po
+share/gallery2/modules/sitemap/po/lv.po
+share/gallery2/modules/sitemap/po/nl.po
+share/gallery2/modules/sitemap/po/no.po
+share/gallery2/modules/sitemap/po/pl.po
+share/gallery2/modules/sitemap/po/ru.po
+share/gallery2/modules/sitemap/po/strings.raw
+share/gallery2/modules/sitemap/po/sv.po
+share/gallery2/modules/sitemap/po/tr.po
+share/gallery2/modules/sitemap/po/zh_CN.po
+share/gallery2/modules/sitemap/po/zh_TW.po
+share/gallery2/modules/sitemap/templates/AdminSitemap.tpl
+share/gallery2/modules/sizelimit/MANIFEST
+share/gallery2/modules/sizelimit/SetSizeOption.inc
+share/gallery2/modules/sizelimit/SizeLimitOption.inc
+share/gallery2/modules/sizelimit/classes/SizeLimitHelper.class
+share/gallery2/modules/sizelimit/locale/af/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/ar/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/ca/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/cs/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/da/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/de/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/en_GB/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/es/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/eu/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/fi/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/fr/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/hu/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/is/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/it/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/ja/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/ko/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/lt/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/nl/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/no/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/pl/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/pt_BR/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/ro/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/ru/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/sk/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/sr/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/sv/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/tr/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/uk/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/vi/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/zh_CN/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/locale/zh_TW/LC_MESSAGES/modules_sizelimit.mo
+share/gallery2/modules/sizelimit/module.inc
+share/gallery2/modules/sizelimit/po/GNUmakefile
+share/gallery2/modules/sizelimit/po/af.po
+share/gallery2/modules/sizelimit/po/ar.po
+share/gallery2/modules/sizelimit/po/ca.po
+share/gallery2/modules/sizelimit/po/cs.po
+share/gallery2/modules/sizelimit/po/da.po
+share/gallery2/modules/sizelimit/po/de.po
+share/gallery2/modules/sizelimit/po/en_GB.po
+share/gallery2/modules/sizelimit/po/es.po
+share/gallery2/modules/sizelimit/po/eu.po
+share/gallery2/modules/sizelimit/po/fi.po
+share/gallery2/modules/sizelimit/po/fr.po
+share/gallery2/modules/sizelimit/po/hu.po
+share/gallery2/modules/sizelimit/po/is.po
+share/gallery2/modules/sizelimit/po/it.po
+share/gallery2/modules/sizelimit/po/ja.po
+share/gallery2/modules/sizelimit/po/ko.po
+share/gallery2/modules/sizelimit/po/lt.po
+share/gallery2/modules/sizelimit/po/nl.po
+share/gallery2/modules/sizelimit/po/no.po
+share/gallery2/modules/sizelimit/po/pl.po
+share/gallery2/modules/sizelimit/po/pt_BR.po
+share/gallery2/modules/sizelimit/po/ro.po
+share/gallery2/modules/sizelimit/po/ru.po
+share/gallery2/modules/sizelimit/po/sk.po
+share/gallery2/modules/sizelimit/po/sr.po
+share/gallery2/modules/sizelimit/po/strings.raw
+share/gallery2/modules/sizelimit/po/sv.po
+share/gallery2/modules/sizelimit/po/tr.po
+share/gallery2/modules/sizelimit/po/uk.po
+share/gallery2/modules/sizelimit/po/vi.po
+share/gallery2/modules/sizelimit/po/zh_CN.po
+share/gallery2/modules/sizelimit/po/zh_TW.po
+share/gallery2/modules/sizelimit/templates/SizeLimitOption.tpl
+share/gallery2/modules/slideshow/MANIFEST
+share/gallery2/modules/slideshow/Slideshow.inc
+share/gallery2/modules/slideshow/classes/SlideshowImpl.class
+share/gallery2/modules/slideshow/classes/SlideshowInterface_1_0.class
+share/gallery2/modules/slideshow/locale/af/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/ar/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/bg/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/ca/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/cs/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/da/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/de/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/en_GB/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/es/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/eu/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/fi/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/fr/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/hu/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/is/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/it/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/ja/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/ko/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/lt/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/lv/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/nl/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/no/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/pl/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/pt/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/pt_BR/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/ro/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/ru/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/sk/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/sl/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/sr/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/sv/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/tr/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/uk/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/vi/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/zh_CN/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/locale/zh_TW/LC_MESSAGES/modules_slideshow.mo
+share/gallery2/modules/slideshow/module.inc
+share/gallery2/modules/slideshow/po/GNUmakefile
+share/gallery2/modules/slideshow/po/af.po
+share/gallery2/modules/slideshow/po/ar.po
+share/gallery2/modules/slideshow/po/bg.po
+share/gallery2/modules/slideshow/po/ca.po
+share/gallery2/modules/slideshow/po/cs.po
+share/gallery2/modules/slideshow/po/da.po
+share/gallery2/modules/slideshow/po/de.po
+share/gallery2/modules/slideshow/po/en_GB.po
+share/gallery2/modules/slideshow/po/es.po
+share/gallery2/modules/slideshow/po/eu.po
+share/gallery2/modules/slideshow/po/fi.po
+share/gallery2/modules/slideshow/po/fr.po
+share/gallery2/modules/slideshow/po/hu.po
+share/gallery2/modules/slideshow/po/is.po
+share/gallery2/modules/slideshow/po/it.po
+share/gallery2/modules/slideshow/po/ja.po
+share/gallery2/modules/slideshow/po/ko.po
+share/gallery2/modules/slideshow/po/lt.po
+share/gallery2/modules/slideshow/po/lv.po
+share/gallery2/modules/slideshow/po/nl.po
+share/gallery2/modules/slideshow/po/no.po
+share/gallery2/modules/slideshow/po/pl.po
+share/gallery2/modules/slideshow/po/pt.po
+share/gallery2/modules/slideshow/po/pt_BR.po
+share/gallery2/modules/slideshow/po/ro.po
+share/gallery2/modules/slideshow/po/ru.po
+share/gallery2/modules/slideshow/po/sk.po
+share/gallery2/modules/slideshow/po/sl.po
+share/gallery2/modules/slideshow/po/sr.po
+share/gallery2/modules/slideshow/po/strings.raw
+share/gallery2/modules/slideshow/po/sv.po
+share/gallery2/modules/slideshow/po/tr.po
+share/gallery2/modules/slideshow/po/uk.po
+share/gallery2/modules/slideshow/po/vi.po
+share/gallery2/modules/slideshow/po/zh_CN.po
+share/gallery2/modules/slideshow/po/zh_TW.po
+share/gallery2/modules/slideshow/templates/Header.tpl
+share/gallery2/modules/slideshow/templates/Slideshow.tpl
+share/gallery2/modules/slideshowapplet/MANIFEST
+share/gallery2/modules/slideshowapplet/SlideshowApplet.inc
+share/gallery2/modules/slideshowapplet/SlideshowAppletSiteAdmin.inc
+share/gallery2/modules/slideshowapplet/applets/GalleryRemoteAppletMini.jar
+share/gallery2/modules/slideshowapplet/applets/GalleryRemoteHTTPClient.jar
+share/gallery2/modules/slideshowapplet/applets/applet_img.jar
+share/gallery2/modules/slideshowapplet/locale/af/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/ar/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/bg/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/ca/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/cs/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/da/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/de/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/en_GB/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/es/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/et/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/eu/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/fi/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/fr/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/hu/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/it/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/ja/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/ko/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/lt/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/nl/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/no/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/pl/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/ro/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/ru/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/sk/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/sl/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/sr/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/sv/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/tr/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/uk/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/vi/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/zh_CN/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/locale/zh_TW/LC_MESSAGES/modules_slideshowapplet.mo
+share/gallery2/modules/slideshowapplet/module.inc
+share/gallery2/modules/slideshowapplet/po/GNUmakefile
+share/gallery2/modules/slideshowapplet/po/af.po
+share/gallery2/modules/slideshowapplet/po/ar.po
+share/gallery2/modules/slideshowapplet/po/bg.po
+share/gallery2/modules/slideshowapplet/po/ca.po
+share/gallery2/modules/slideshowapplet/po/cs.po
+share/gallery2/modules/slideshowapplet/po/da.po
+share/gallery2/modules/slideshowapplet/po/de.po
+share/gallery2/modules/slideshowapplet/po/en_GB.po
+share/gallery2/modules/slideshowapplet/po/es.po
+share/gallery2/modules/slideshowapplet/po/et.po
+share/gallery2/modules/slideshowapplet/po/eu.po
+share/gallery2/modules/slideshowapplet/po/fi.po
+share/gallery2/modules/slideshowapplet/po/fr.po
+share/gallery2/modules/slideshowapplet/po/hu.po
+share/gallery2/modules/slideshowapplet/po/it.po
+share/gallery2/modules/slideshowapplet/po/ja.po
+share/gallery2/modules/slideshowapplet/po/ko.po
+share/gallery2/modules/slideshowapplet/po/lt.po
+share/gallery2/modules/slideshowapplet/po/nl.po
+share/gallery2/modules/slideshowapplet/po/no.po
+share/gallery2/modules/slideshowapplet/po/pl.po
+share/gallery2/modules/slideshowapplet/po/ro.po
+share/gallery2/modules/slideshowapplet/po/ru.po
+share/gallery2/modules/slideshowapplet/po/sk.po
+share/gallery2/modules/slideshowapplet/po/sl.po
+share/gallery2/modules/slideshowapplet/po/sr.po
+share/gallery2/modules/slideshowapplet/po/strings.raw
+share/gallery2/modules/slideshowapplet/po/sv.po
+share/gallery2/modules/slideshowapplet/po/tr.po
+share/gallery2/modules/slideshowapplet/po/uk.po
+share/gallery2/modules/slideshowapplet/po/vi.po
+share/gallery2/modules/slideshowapplet/po/zh_CN.po
+share/gallery2/modules/slideshowapplet/po/zh_TW.po
+share/gallery2/modules/slideshowapplet/templates/SlideshowApplet.tpl
+share/gallery2/modules/slideshowapplet/templates/SlideshowAppletSiteAdmin.tpl
+share/gallery2/modules/squarethumb/CantActivate.inc
+share/gallery2/modules/squarethumb/MANIFEST
+share/gallery2/modules/squarethumb/SquareThumbSiteAdmin.inc
+share/gallery2/modules/squarethumb/classes/SquareThumbToolkit.class
+share/gallery2/modules/squarethumb/locale/af/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/ar/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/ca/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/cs/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/da/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/de/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/en_GB/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/es/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/eu/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/fi/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/fr/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/hu/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/is/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/it/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/ja/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/ko/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/lt/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/nl/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/no/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/pl/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/ro/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/ru/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/sk/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/sr/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/sv/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/tr/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/uk/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/vi/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/zh_CN/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/locale/zh_TW/LC_MESSAGES/modules_squarethumb.mo
+share/gallery2/modules/squarethumb/module.inc
+share/gallery2/modules/squarethumb/po/GNUmakefile
+share/gallery2/modules/squarethumb/po/af.po
+share/gallery2/modules/squarethumb/po/ar.po
+share/gallery2/modules/squarethumb/po/ca.po
+share/gallery2/modules/squarethumb/po/cs.po
+share/gallery2/modules/squarethumb/po/da.po
+share/gallery2/modules/squarethumb/po/de.po
+share/gallery2/modules/squarethumb/po/en_GB.po
+share/gallery2/modules/squarethumb/po/es.po
+share/gallery2/modules/squarethumb/po/eu.po
+share/gallery2/modules/squarethumb/po/fi.po
+share/gallery2/modules/squarethumb/po/fr.po
+share/gallery2/modules/squarethumb/po/hu.po
+share/gallery2/modules/squarethumb/po/is.po
+share/gallery2/modules/squarethumb/po/it.po
+share/gallery2/modules/squarethumb/po/ja.po
+share/gallery2/modules/squarethumb/po/ko.po
+share/gallery2/modules/squarethumb/po/lt.po
+share/gallery2/modules/squarethumb/po/nl.po
+share/gallery2/modules/squarethumb/po/no.po
+share/gallery2/modules/squarethumb/po/pl.po
+share/gallery2/modules/squarethumb/po/ro.po
+share/gallery2/modules/squarethumb/po/ru.po
+share/gallery2/modules/squarethumb/po/sk.po
+share/gallery2/modules/squarethumb/po/sr.po
+share/gallery2/modules/squarethumb/po/strings.raw
+share/gallery2/modules/squarethumb/po/sv.po
+share/gallery2/modules/squarethumb/po/tr.po
+share/gallery2/modules/squarethumb/po/uk.po
+share/gallery2/modules/squarethumb/po/vi.po
+share/gallery2/modules/squarethumb/po/zh_CN.po
+share/gallery2/modules/squarethumb/po/zh_TW.po
+share/gallery2/modules/squarethumb/templates/CantActivate.tpl
+share/gallery2/modules/squarethumb/templates/SquareThumbSiteAdmin.tpl
+share/gallery2/modules/thumbnail/CustomThumbnailOption.inc
+share/gallery2/modules/thumbnail/MANIFEST
+share/gallery2/modules/thumbnail/ThumbnailModuleExtras.inc
+share/gallery2/modules/thumbnail/ThumbnailSiteAdmin.inc
+share/gallery2/modules/thumbnail/classes/Entities.inc
+share/gallery2/modules/thumbnail/classes/GNUmakefile
+share/gallery2/modules/thumbnail/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/thumbnail/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/thumbnail/classes/GalleryStorage/xml-src/A_ThumbnailImage_1.0.xml
+share/gallery2/modules/thumbnail/classes/GalleryStorage/xml-src/A_ThumbnailImage_1.1.xml
+share/gallery2/modules/thumbnail/classes/ThumbnailHelper.class
+share/gallery2/modules/thumbnail/classes/ThumbnailImage.class
+share/gallery2/modules/thumbnail/classes/ThumbnailToolkit.class
+share/gallery2/modules/thumbnail/images/G2audio.jpg
+share/gallery2/modules/thumbnail/images/G2video.jpg
+share/gallery2/modules/thumbnail/locale/af/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/ar/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/ca/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/cs/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/da/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/de/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/en_GB/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/es/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/eu/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/fi/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/fr/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/hu/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/is/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/it/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/ja/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/ko/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/lt/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/nl/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/no/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/pl/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/ro/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/ru/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/sk/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/sr/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/sv/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/tr/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/uk/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/vi/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/zh_CN/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/locale/zh_TW/LC_MESSAGES/modules_thumbnail.mo
+share/gallery2/modules/thumbnail/module.inc
+share/gallery2/modules/thumbnail/po/GNUmakefile
+share/gallery2/modules/thumbnail/po/af.po
+share/gallery2/modules/thumbnail/po/ar.po
+share/gallery2/modules/thumbnail/po/ca.po
+share/gallery2/modules/thumbnail/po/cs.po
+share/gallery2/modules/thumbnail/po/da.po
+share/gallery2/modules/thumbnail/po/de.po
+share/gallery2/modules/thumbnail/po/en_GB.po
+share/gallery2/modules/thumbnail/po/es.po
+share/gallery2/modules/thumbnail/po/eu.po
+share/gallery2/modules/thumbnail/po/fi.po
+share/gallery2/modules/thumbnail/po/fr.po
+share/gallery2/modules/thumbnail/po/hu.po
+share/gallery2/modules/thumbnail/po/is.po
+share/gallery2/modules/thumbnail/po/it.po
+share/gallery2/modules/thumbnail/po/ja.po
+share/gallery2/modules/thumbnail/po/ko.po
+share/gallery2/modules/thumbnail/po/lt.po
+share/gallery2/modules/thumbnail/po/nl.po
+share/gallery2/modules/thumbnail/po/no.po
+share/gallery2/modules/thumbnail/po/pl.po
+share/gallery2/modules/thumbnail/po/ro.po
+share/gallery2/modules/thumbnail/po/ru.po
+share/gallery2/modules/thumbnail/po/sk.po
+share/gallery2/modules/thumbnail/po/sr.po
+share/gallery2/modules/thumbnail/po/strings.raw
+share/gallery2/modules/thumbnail/po/sv.po
+share/gallery2/modules/thumbnail/po/tr.po
+share/gallery2/modules/thumbnail/po/uk.po
+share/gallery2/modules/thumbnail/po/vi.po
+share/gallery2/modules/thumbnail/po/zh_CN.po
+share/gallery2/modules/thumbnail/po/zh_TW.po
+share/gallery2/modules/thumbnail/templates/CustomThumbnail.tpl
+share/gallery2/modules/thumbnail/templates/ThumbnailSiteAdmin.tpl
+share/gallery2/modules/thumbpage/CantActivate.inc
+share/gallery2/modules/thumbpage/ItemEditThumbOffset.inc
+share/gallery2/modules/thumbpage/ItemEditThumbPage.inc
+share/gallery2/modules/thumbpage/MANIFEST
+share/gallery2/modules/thumbpage/locale/af/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/ar/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/ca/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/cs/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/da/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/de/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/en_GB/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/es/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/eu/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/fi/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/fr/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/hu/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/is/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/it/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/ja/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/ko/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/lt/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/nl/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/no/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/pl/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/ro/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/ru/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/sk/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/sr/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/sv/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/tr/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/uk/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/vi/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/zh_CN/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/locale/zh_TW/LC_MESSAGES/modules_thumbpage.mo
+share/gallery2/modules/thumbpage/module.inc
+share/gallery2/modules/thumbpage/po/GNUmakefile
+share/gallery2/modules/thumbpage/po/af.po
+share/gallery2/modules/thumbpage/po/ar.po
+share/gallery2/modules/thumbpage/po/ca.po
+share/gallery2/modules/thumbpage/po/cs.po
+share/gallery2/modules/thumbpage/po/da.po
+share/gallery2/modules/thumbpage/po/de.po
+share/gallery2/modules/thumbpage/po/en_GB.po
+share/gallery2/modules/thumbpage/po/es.po
+share/gallery2/modules/thumbpage/po/eu.po
+share/gallery2/modules/thumbpage/po/fi.po
+share/gallery2/modules/thumbpage/po/fr.po
+share/gallery2/modules/thumbpage/po/hu.po
+share/gallery2/modules/thumbpage/po/is.po
+share/gallery2/modules/thumbpage/po/it.po
+share/gallery2/modules/thumbpage/po/ja.po
+share/gallery2/modules/thumbpage/po/ko.po
+share/gallery2/modules/thumbpage/po/lt.po
+share/gallery2/modules/thumbpage/po/nl.po
+share/gallery2/modules/thumbpage/po/no.po
+share/gallery2/modules/thumbpage/po/pl.po
+share/gallery2/modules/thumbpage/po/ro.po
+share/gallery2/modules/thumbpage/po/ru.po
+share/gallery2/modules/thumbpage/po/sk.po
+share/gallery2/modules/thumbpage/po/sr.po
+share/gallery2/modules/thumbpage/po/strings.raw
+share/gallery2/modules/thumbpage/po/sv.po
+share/gallery2/modules/thumbpage/po/tr.po
+share/gallery2/modules/thumbpage/po/uk.po
+share/gallery2/modules/thumbpage/po/vi.po
+share/gallery2/modules/thumbpage/po/zh_CN.po
+share/gallery2/modules/thumbpage/po/zh_TW.po
+share/gallery2/modules/thumbpage/templates/CantActivate.tpl
+share/gallery2/modules/thumbpage/templates/Offset.tpl
+share/gallery2/modules/thumbpage/templates/Page.tpl
+share/gallery2/modules/uploadapplet/ItemAddUploadApplet.inc
+share/gallery2/modules/uploadapplet/MANIFEST
+share/gallery2/modules/uploadapplet/UploadAppletSiteAdmin.inc
+share/gallery2/modules/uploadapplet/applets/GalleryRemoteAppletMini.jar
+share/gallery2/modules/uploadapplet/applets/GalleryRemoteHTTPClient.jar
+share/gallery2/modules/uploadapplet/applets/applet_img.jar
+share/gallery2/modules/uploadapplet/locale/af/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/ar/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/ca/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/cs/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/da/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/de/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/en_GB/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/es/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/et/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/eu/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/fi/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/fr/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/hu/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/is/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/it/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/ja/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/ko/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/lt/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/lv/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/nl/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/no/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/pl/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/pt_BR/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/ro/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/ru/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/sk/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/sr/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/sv/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/tr/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/uk/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/vi/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/zh_CN/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/locale/zh_TW/LC_MESSAGES/modules_uploadapplet.mo
+share/gallery2/modules/uploadapplet/module.inc
+share/gallery2/modules/uploadapplet/po/GNUmakefile
+share/gallery2/modules/uploadapplet/po/af.po
+share/gallery2/modules/uploadapplet/po/ar.po
+share/gallery2/modules/uploadapplet/po/ca.po
+share/gallery2/modules/uploadapplet/po/cs.po
+share/gallery2/modules/uploadapplet/po/da.po
+share/gallery2/modules/uploadapplet/po/de.po
+share/gallery2/modules/uploadapplet/po/en_GB.po
+share/gallery2/modules/uploadapplet/po/es.po
+share/gallery2/modules/uploadapplet/po/et.po
+share/gallery2/modules/uploadapplet/po/eu.po
+share/gallery2/modules/uploadapplet/po/fi.po
+share/gallery2/modules/uploadapplet/po/fr.po
+share/gallery2/modules/uploadapplet/po/hu.po
+share/gallery2/modules/uploadapplet/po/is.po
+share/gallery2/modules/uploadapplet/po/it.po
+share/gallery2/modules/uploadapplet/po/ja.po
+share/gallery2/modules/uploadapplet/po/ko.po
+share/gallery2/modules/uploadapplet/po/lt.po
+share/gallery2/modules/uploadapplet/po/lv.po
+share/gallery2/modules/uploadapplet/po/nl.po
+share/gallery2/modules/uploadapplet/po/no.po
+share/gallery2/modules/uploadapplet/po/pl.po
+share/gallery2/modules/uploadapplet/po/pt_BR.po
+share/gallery2/modules/uploadapplet/po/ro.po
+share/gallery2/modules/uploadapplet/po/ru.po
+share/gallery2/modules/uploadapplet/po/sk.po
+share/gallery2/modules/uploadapplet/po/sr.po
+share/gallery2/modules/uploadapplet/po/strings.raw
+share/gallery2/modules/uploadapplet/po/sv.po
+share/gallery2/modules/uploadapplet/po/tr.po
+share/gallery2/modules/uploadapplet/po/uk.po
+share/gallery2/modules/uploadapplet/po/vi.po
+share/gallery2/modules/uploadapplet/po/zh_CN.po
+share/gallery2/modules/uploadapplet/po/zh_TW.po
+share/gallery2/modules/uploadapplet/templates/ItemAddUploadApplet.tpl
+share/gallery2/modules/uploadapplet/templates/UploadAppletSiteAdmin.tpl
+share/gallery2/modules/useralbum/MANIFEST
+share/gallery2/modules/useralbum/UserAlbum.inc
+share/gallery2/modules/useralbum/UserAlbumSiteAdmin.inc
+share/gallery2/modules/useralbum/classes/UserAlbumHelper.class
+share/gallery2/modules/useralbum/locale/af/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/ar/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/bg/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/ca/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/cs/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/da/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/de/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/en_GB/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/es/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/et/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/eu/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/fi/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/fr/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/he/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/hu/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/is/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/it/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/ja/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/ko/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/lt/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/lv/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/nl/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/no/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/pl/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/ro/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/ru/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/sk/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/sr/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/sv/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/tr/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/uk/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/vi/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/zh_CN/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/locale/zh_TW/LC_MESSAGES/modules_useralbum.mo
+share/gallery2/modules/useralbum/module.inc
+share/gallery2/modules/useralbum/po/GNUmakefile
+share/gallery2/modules/useralbum/po/af.po
+share/gallery2/modules/useralbum/po/ar.po
+share/gallery2/modules/useralbum/po/bg.po
+share/gallery2/modules/useralbum/po/ca.po
+share/gallery2/modules/useralbum/po/cs.po
+share/gallery2/modules/useralbum/po/da.po
+share/gallery2/modules/useralbum/po/de.po
+share/gallery2/modules/useralbum/po/en_GB.po
+share/gallery2/modules/useralbum/po/es.po
+share/gallery2/modules/useralbum/po/et.po
+share/gallery2/modules/useralbum/po/eu.po
+share/gallery2/modules/useralbum/po/fi.po
+share/gallery2/modules/useralbum/po/fr.po
+share/gallery2/modules/useralbum/po/he.po
+share/gallery2/modules/useralbum/po/hu.po
+share/gallery2/modules/useralbum/po/is.po
+share/gallery2/modules/useralbum/po/it.po
+share/gallery2/modules/useralbum/po/ja.po
+share/gallery2/modules/useralbum/po/ko.po
+share/gallery2/modules/useralbum/po/lt.po
+share/gallery2/modules/useralbum/po/lv.po
+share/gallery2/modules/useralbum/po/nl.po
+share/gallery2/modules/useralbum/po/no.po
+share/gallery2/modules/useralbum/po/pl.po
+share/gallery2/modules/useralbum/po/ro.po
+share/gallery2/modules/useralbum/po/ru.po
+share/gallery2/modules/useralbum/po/sk.po
+share/gallery2/modules/useralbum/po/sr.po
+share/gallery2/modules/useralbum/po/strings.raw
+share/gallery2/modules/useralbum/po/sv.po
+share/gallery2/modules/useralbum/po/tr.po
+share/gallery2/modules/useralbum/po/uk.po
+share/gallery2/modules/useralbum/po/vi.po
+share/gallery2/modules/useralbum/po/zh_CN.po
+share/gallery2/modules/useralbum/po/zh_TW.po
+share/gallery2/modules/useralbum/templates/UserAlbumSiteAdmin.tpl
+share/gallery2/modules/watermark/ConfirmDelete.inc
+share/gallery2/modules/watermark/DownloadItem.inc
+share/gallery2/modules/watermark/ItemEditWatermark.inc
+share/gallery2/modules/watermark/MANIFEST
+share/gallery2/modules/watermark/UserWatermarkEdit.inc
+share/gallery2/modules/watermark/UserWatermarks.inc
+share/gallery2/modules/watermark/WatermarkOption.inc
+share/gallery2/modules/watermark/WatermarkSiteAdmin.inc
+share/gallery2/modules/watermark/WatermarkSiteAdminEdit.inc
+share/gallery2/modules/watermark/classes/Entities.inc
+share/gallery2/modules/watermark/classes/GNUmakefile
+share/gallery2/modules/watermark/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/watermark/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/watermark/classes/GalleryStorage/xml-src/A_WatermarkImage_1.0.xml
+share/gallery2/modules/watermark/classes/WatermarkHelper.class
+share/gallery2/modules/watermark/classes/WatermarkImage.class
+share/gallery2/modules/watermark/locale/af/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/ar/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/ca/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/cs/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/da/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/de/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/en_GB/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/es/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/eu/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/fi/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/fr/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/hu/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/is/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/it/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/ja/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/ko/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/lt/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/nl/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/no/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/pl/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/pt_BR/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/ro/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/ru/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/sk/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/sr/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/sv/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/tr/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/uk/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/vi/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/zh_CN/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/locale/zh_TW/LC_MESSAGES/modules_watermark.mo
+share/gallery2/modules/watermark/module.inc
+share/gallery2/modules/watermark/po/GNUmakefile
+share/gallery2/modules/watermark/po/af.po
+share/gallery2/modules/watermark/po/ar.po
+share/gallery2/modules/watermark/po/ca.po
+share/gallery2/modules/watermark/po/cs.po
+share/gallery2/modules/watermark/po/da.po
+share/gallery2/modules/watermark/po/de.po
+share/gallery2/modules/watermark/po/en_GB.po
+share/gallery2/modules/watermark/po/es.po
+share/gallery2/modules/watermark/po/eu.po
+share/gallery2/modules/watermark/po/fi.po
+share/gallery2/modules/watermark/po/fr.po
+share/gallery2/modules/watermark/po/hu.po
+share/gallery2/modules/watermark/po/is.po
+share/gallery2/modules/watermark/po/it.po
+share/gallery2/modules/watermark/po/ja.po
+share/gallery2/modules/watermark/po/ko.po
+share/gallery2/modules/watermark/po/lt.po
+share/gallery2/modules/watermark/po/nl.po
+share/gallery2/modules/watermark/po/no.po
+share/gallery2/modules/watermark/po/pl.po
+share/gallery2/modules/watermark/po/pt_BR.po
+share/gallery2/modules/watermark/po/ro.po
+share/gallery2/modules/watermark/po/ru.po
+share/gallery2/modules/watermark/po/sk.po
+share/gallery2/modules/watermark/po/sr.po
+share/gallery2/modules/watermark/po/strings.raw
+share/gallery2/modules/watermark/po/sv.po
+share/gallery2/modules/watermark/po/tr.po
+share/gallery2/modules/watermark/po/uk.po
+share/gallery2/modules/watermark/po/vi.po
+share/gallery2/modules/watermark/po/zh_CN.po
+share/gallery2/modules/watermark/po/zh_TW.po
+share/gallery2/modules/watermark/templates/ConfirmDelete.tpl
+share/gallery2/modules/watermark/templates/ItemEditWatermark.tpl
+share/gallery2/modules/watermark/templates/UserWatermarkEdit.tpl
+share/gallery2/modules/watermark/templates/UserWatermarks.tpl
+share/gallery2/modules/watermark/templates/WatermarkEdit.tpl
+share/gallery2/modules/watermark/templates/WatermarkOption.tpl
+share/gallery2/modules/watermark/templates/WatermarkSiteAdmin.tpl
+share/gallery2/modules/watermark/templates/WatermarkSiteAdminEdit.tpl
+share/gallery2/modules/watermark/watermark.js
+share/gallery2/modules/webcam/ItemAddWebCam.inc
+share/gallery2/modules/webcam/MANIFEST
+share/gallery2/modules/webcam/WebCamSiteAdmin.inc
+share/gallery2/modules/webcam/locale/af/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/ar/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/ca/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/cs/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/da/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/de/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/en_GB/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/es/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/eu/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/fi/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/fr/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/hu/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/is/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/it/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/ja/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/ko/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/lt/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/nl/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/no/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/pl/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/ro/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/ru/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/sk/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/sr/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/sv/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/tr/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/uk/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/vi/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/zh_CN/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/locale/zh_TW/LC_MESSAGES/modules_webcam.mo
+share/gallery2/modules/webcam/module.inc
+share/gallery2/modules/webcam/po/GNUmakefile
+share/gallery2/modules/webcam/po/af.po
+share/gallery2/modules/webcam/po/ar.po
+share/gallery2/modules/webcam/po/ca.po
+share/gallery2/modules/webcam/po/cs.po
+share/gallery2/modules/webcam/po/da.po
+share/gallery2/modules/webcam/po/de.po
+share/gallery2/modules/webcam/po/en_GB.po
+share/gallery2/modules/webcam/po/es.po
+share/gallery2/modules/webcam/po/eu.po
+share/gallery2/modules/webcam/po/fi.po
+share/gallery2/modules/webcam/po/fr.po
+share/gallery2/modules/webcam/po/hu.po
+share/gallery2/modules/webcam/po/is.po
+share/gallery2/modules/webcam/po/it.po
+share/gallery2/modules/webcam/po/ja.po
+share/gallery2/modules/webcam/po/ko.po
+share/gallery2/modules/webcam/po/lt.po
+share/gallery2/modules/webcam/po/nl.po
+share/gallery2/modules/webcam/po/no.po
+share/gallery2/modules/webcam/po/pl.po
+share/gallery2/modules/webcam/po/ro.po
+share/gallery2/modules/webcam/po/ru.po
+share/gallery2/modules/webcam/po/sk.po
+share/gallery2/modules/webcam/po/sr.po
+share/gallery2/modules/webcam/po/strings.raw
+share/gallery2/modules/webcam/po/sv.po
+share/gallery2/modules/webcam/po/tr.po
+share/gallery2/modules/webcam/po/uk.po
+share/gallery2/modules/webcam/po/vi.po
+share/gallery2/modules/webcam/po/zh_CN.po
+share/gallery2/modules/webcam/po/zh_TW.po
+share/gallery2/modules/webcam/templates/ItemAddWebCam.tpl
+share/gallery2/modules/webcam/templates/WebCamSiteAdmin.tpl
+share/gallery2/modules/webdav/Callbacks.inc
+share/gallery2/modules/webdav/DownloadDavMount.inc
+share/gallery2/modules/webdav/ItemAddWebDav.inc
+share/gallery2/modules/webdav/MANIFEST
+share/gallery2/modules/webdav/WebDav.inc
+share/gallery2/modules/webdav/WebDavMount.inc
+share/gallery2/modules/webdav/WebDavSiteAdmin.inc
+share/gallery2/modules/webdav/WebDavWorks.inc
+share/gallery2/modules/webdav/classes/GNUmakefile
+share/gallery2/modules/webdav/classes/GalleryStorage/GNUmakefile
+share/gallery2/modules/webdav/classes/GalleryStorage/schema.tpl
+share/gallery2/modules/webdav/classes/Maps.inc
+share/gallery2/modules/webdav/classes/Maps.xml
+share/gallery2/modules/webdav/classes/WebDavHelper.class
+share/gallery2/modules/webdav/classes/WebDavRewriteHelper.class
+share/gallery2/modules/webdav/data/options/.htaccess
+share/gallery2/modules/webdav/lib/HTTP/WebDAV/Server.php
+share/gallery2/modules/webdav/lib/HTTP/WebDAV/Tools/_parse_lockinfo.php
+share/gallery2/modules/webdav/lib/HTTP/WebDAV/Tools/_parse_propfind.php
+share/gallery2/modules/webdav/lib/HTTP/WebDAV/Tools/_parse_proppatch.php
+share/gallery2/modules/webdav/locale/cs/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/da/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/de/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/en_GB/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/es/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/fi/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/fr/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/it/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/ja/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/no/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/pl/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/sr/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/sv/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/locale/zh_TW/LC_MESSAGES/modules_webdav.mo
+share/gallery2/modules/webdav/module.inc
+share/gallery2/modules/webdav/po/GNUmakefile
+share/gallery2/modules/webdav/po/cs.po
+share/gallery2/modules/webdav/po/da.po
+share/gallery2/modules/webdav/po/de.po
+share/gallery2/modules/webdav/po/en_GB.po
+share/gallery2/modules/webdav/po/es.po
+share/gallery2/modules/webdav/po/fi.po
+share/gallery2/modules/webdav/po/fr.po
+share/gallery2/modules/webdav/po/it.po
+share/gallery2/modules/webdav/po/ja.po
+share/gallery2/modules/webdav/po/no.po
+share/gallery2/modules/webdav/po/pl.po
+share/gallery2/modules/webdav/po/sr.po
+share/gallery2/modules/webdav/po/strings.raw
+share/gallery2/modules/webdav/po/sv.po
+share/gallery2/modules/webdav/po/zh_TW.po
+share/gallery2/modules/webdav/templates/ItemAddWebDav.tpl
+share/gallery2/modules/webdav/templates/WebDavMount.tpl
+share/gallery2/modules/webdav/templates/WebDavSiteAdmin.tpl
+share/gallery2/modules/webdav/templates/blocks/WebDavUrl.tpl
+share/gallery2/modules/webdav/templates/blocks/blocks.inc
+share/gallery2/modules/zipcart/Download.inc
+share/gallery2/modules/zipcart/MANIFEST
+share/gallery2/modules/zipcart/ZipCartAdmin.inc
+share/gallery2/modules/zipcart/classes/ZipCartPlugin.class
+share/gallery2/modules/zipcart/locale/af/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/ar/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/ca/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/cs/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/da/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/de/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/en_GB/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/es/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/et/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/eu/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/fi/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/fr/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/hu/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/is/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/it/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/ja/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/ko/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/lt/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/nl/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/no/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/pl/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/ro/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/ru/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/sk/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/sr/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/sv/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/tr/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/uk/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/vi/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/zh_CN/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/locale/zh_TW/LC_MESSAGES/modules_zipcart.mo
+share/gallery2/modules/zipcart/module.inc
+share/gallery2/modules/zipcart/po/GNUmakefile
+share/gallery2/modules/zipcart/po/af.po
+share/gallery2/modules/zipcart/po/ar.po
+share/gallery2/modules/zipcart/po/ca.po
+share/gallery2/modules/zipcart/po/cs.po
+share/gallery2/modules/zipcart/po/da.po
+share/gallery2/modules/zipcart/po/de.po
+share/gallery2/modules/zipcart/po/en_GB.po
+share/gallery2/modules/zipcart/po/es.po
+share/gallery2/modules/zipcart/po/et.po
+share/gallery2/modules/zipcart/po/eu.po
+share/gallery2/modules/zipcart/po/fi.po
+share/gallery2/modules/zipcart/po/fr.po
+share/gallery2/modules/zipcart/po/hu.po
+share/gallery2/modules/zipcart/po/is.po
+share/gallery2/modules/zipcart/po/it.po
+share/gallery2/modules/zipcart/po/ja.po
+share/gallery2/modules/zipcart/po/ko.po
+share/gallery2/modules/zipcart/po/lt.po
+share/gallery2/modules/zipcart/po/nl.po
+share/gallery2/modules/zipcart/po/no.po
+share/gallery2/modules/zipcart/po/pl.po
+share/gallery2/modules/zipcart/po/ro.po
+share/gallery2/modules/zipcart/po/ru.po
+share/gallery2/modules/zipcart/po/sk.po
+share/gallery2/modules/zipcart/po/sr.po
+share/gallery2/modules/zipcart/po/strings.raw
+share/gallery2/modules/zipcart/po/sv.po
+share/gallery2/modules/zipcart/po/tr.po
+share/gallery2/modules/zipcart/po/uk.po
+share/gallery2/modules/zipcart/po/vi.po
+share/gallery2/modules/zipcart/po/zh_CN.po
+share/gallery2/modules/zipcart/po/zh_TW.po
+share/gallery2/modules/zipcart/templates/ZipCartAdmin.tpl
+share/gallery2/themes/ajaxian/MANIFEST
+share/gallery2/themes/ajaxian/images/blank.png
+share/gallery2/themes/ajaxian/images/controls-hover-effect.png
+share/gallery2/themes/ajaxian/images/controls-left.png
+share/gallery2/themes/ajaxian/images/controls-pause.png
+share/gallery2/themes/ajaxian/images/controls-play.png
+share/gallery2/themes/ajaxian/images/controls-right.png
+share/gallery2/themes/ajaxian/images/gallery_logo.png
+share/gallery2/themes/ajaxian/images/header-curve.png
+share/gallery2/themes/ajaxian/images/icon_path_separator.gif
+share/gallery2/themes/ajaxian/images/infobox_bg.png
+share/gallery2/themes/ajaxian/images/missing.png
+share/gallery2/themes/ajaxian/images/new-window.png
+share/gallery2/themes/ajaxian/images/screenshot.png
+share/gallery2/themes/ajaxian/images/starry_bg.png
+share/gallery2/themes/ajaxian/images/working-hard-trans.gif
+share/gallery2/themes/ajaxian/images/working-hard.gif
+share/gallery2/themes/ajaxian/javascript/common-functions.js
+share/gallery2/themes/ajaxian/javascript/slideshow-functions.js
+share/gallery2/themes/ajaxian/javascript/thumbnail-functions.js
+share/gallery2/themes/ajaxian/locale/af/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ar/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ca/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/cs/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/da/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/de/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/el/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/en_GB/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/es/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/es_AR/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/es_MX/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/eu/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/fi/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/fr/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ga/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/he/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/hu/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/is/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/it/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ja/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ko/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/lt/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/lv/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/nl/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/no/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/pl/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/pt/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/pt_BR/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ro/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/ru/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/sk/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/sr/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/sv/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/tr/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/uk/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/vi/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/zh_CN/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/locale/zh_TW/LC_MESSAGES/themes_ajaxian.mo
+share/gallery2/themes/ajaxian/po/GNUmakefile
+share/gallery2/themes/ajaxian/po/af.po
+share/gallery2/themes/ajaxian/po/ar.po
+share/gallery2/themes/ajaxian/po/ca.po
+share/gallery2/themes/ajaxian/po/cs.po
+share/gallery2/themes/ajaxian/po/da.po
+share/gallery2/themes/ajaxian/po/de.po
+share/gallery2/themes/ajaxian/po/el.po
+share/gallery2/themes/ajaxian/po/en_GB.po
+share/gallery2/themes/ajaxian/po/es.po
+share/gallery2/themes/ajaxian/po/es_AR.po
+share/gallery2/themes/ajaxian/po/es_MX.po
+share/gallery2/themes/ajaxian/po/eu.po
+share/gallery2/themes/ajaxian/po/fi.po
+share/gallery2/themes/ajaxian/po/fr.po
+share/gallery2/themes/ajaxian/po/ga.po
+share/gallery2/themes/ajaxian/po/he.po
+share/gallery2/themes/ajaxian/po/hu.po
+share/gallery2/themes/ajaxian/po/is.po
+share/gallery2/themes/ajaxian/po/it.po
+share/gallery2/themes/ajaxian/po/ja.po
+share/gallery2/themes/ajaxian/po/ko.po
+share/gallery2/themes/ajaxian/po/lt.po
+share/gallery2/themes/ajaxian/po/lv.po
+share/gallery2/themes/ajaxian/po/nl.po
+share/gallery2/themes/ajaxian/po/no.po
+share/gallery2/themes/ajaxian/po/pl.po
+share/gallery2/themes/ajaxian/po/pt.po
+share/gallery2/themes/ajaxian/po/pt_BR.po
+share/gallery2/themes/ajaxian/po/ro.po
+share/gallery2/themes/ajaxian/po/ru.po
+share/gallery2/themes/ajaxian/po/sk.po
+share/gallery2/themes/ajaxian/po/sr.po
+share/gallery2/themes/ajaxian/po/strings.raw
+share/gallery2/themes/ajaxian/po/sv.po
+share/gallery2/themes/ajaxian/po/tr.po
+share/gallery2/themes/ajaxian/po/uk.po
+share/gallery2/themes/ajaxian/po/vi.po
+share/gallery2/themes/ajaxian/po/zh_CN.po
+share/gallery2/themes/ajaxian/po/zh_TW.po
+share/gallery2/themes/ajaxian/templates/admin.tpl
+share/gallery2/themes/ajaxian/templates/album.tpl
+share/gallery2/themes/ajaxian/templates/error.tpl
+share/gallery2/themes/ajaxian/templates/module.tpl
+share/gallery2/themes/ajaxian/templates/photo.tpl
+share/gallery2/themes/ajaxian/templates/progressbar.tpl
+share/gallery2/themes/ajaxian/templates/sidebar.tpl
+share/gallery2/themes/ajaxian/templates/theme.tpl
+share/gallery2/themes/ajaxian/theme.css
+share/gallery2/themes/ajaxian/theme.inc
+share/gallery2/themes/carbon/MANIFEST
+share/gallery2/themes/carbon/images/addcomment.gif
+share/gallery2/themes/carbon/images/album.gif
+share/gallery2/themes/carbon/images/cart.gif
+share/gallery2/themes/carbon/images/close.gif
+share/gallery2/themes/carbon/images/exif.gif
+share/gallery2/themes/carbon/images/first.gif
+share/gallery2/themes/carbon/images/hidesidebar.gif
+share/gallery2/themes/carbon/images/last.gif
+share/gallery2/themes/carbon/images/next.gif
+share/gallery2/themes/carbon/images/popup.gif
+share/gallery2/themes/carbon/images/prev.gif
+share/gallery2/themes/carbon/images/screenshot.png
+share/gallery2/themes/carbon/images/showsidebar.gif
+share/gallery2/themes/carbon/images/slideshow.gif
+share/gallery2/themes/carbon/images/table_left.gif
+share/gallery2/themes/carbon/images/table_left_on.gif
+share/gallery2/themes/carbon/images/table_right.gif
+share/gallery2/themes/carbon/images/table_right_on.gif
+share/gallery2/themes/carbon/images/viewcomments.gif
+share/gallery2/themes/carbon/locale/af/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ar/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ca/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/cs/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/da/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/de/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/el/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/en_GB/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/es/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/es_AR/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/es_MX/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/eu/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/fi/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/fr/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ga/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/he/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/hu/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/is/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/it/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ja/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ko/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/lt/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/lv/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/nl/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/no/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/pl/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/pt/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/pt_BR/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ro/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/ru/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/sk/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/sr/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/sv/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/tr/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/uk/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/vi/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/zh_CN/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/locale/zh_TW/LC_MESSAGES/themes_carbon.mo
+share/gallery2/themes/carbon/po/GNUmakefile
+share/gallery2/themes/carbon/po/af.po
+share/gallery2/themes/carbon/po/ar.po
+share/gallery2/themes/carbon/po/ca.po
+share/gallery2/themes/carbon/po/cs.po
+share/gallery2/themes/carbon/po/da.po
+share/gallery2/themes/carbon/po/de.po
+share/gallery2/themes/carbon/po/el.po
+share/gallery2/themes/carbon/po/en_GB.po
+share/gallery2/themes/carbon/po/es.po
+share/gallery2/themes/carbon/po/es_AR.po
+share/gallery2/themes/carbon/po/es_MX.po
+share/gallery2/themes/carbon/po/eu.po
+share/gallery2/themes/carbon/po/fi.po
+share/gallery2/themes/carbon/po/fr.po
+share/gallery2/themes/carbon/po/ga.po
+share/gallery2/themes/carbon/po/he.po
+share/gallery2/themes/carbon/po/hu.po
+share/gallery2/themes/carbon/po/is.po
+share/gallery2/themes/carbon/po/it.po
+share/gallery2/themes/carbon/po/ja.po
+share/gallery2/themes/carbon/po/ko.po
+share/gallery2/themes/carbon/po/lt.po
+share/gallery2/themes/carbon/po/lv.po
+share/gallery2/themes/carbon/po/nl.po
+share/gallery2/themes/carbon/po/no.po
+share/gallery2/themes/carbon/po/pl.po
+share/gallery2/themes/carbon/po/pt.po
+share/gallery2/themes/carbon/po/pt_BR.po
+share/gallery2/themes/carbon/po/ro.po
+share/gallery2/themes/carbon/po/ru.po
+share/gallery2/themes/carbon/po/sk.po
+share/gallery2/themes/carbon/po/sr.po
+share/gallery2/themes/carbon/po/strings.raw
+share/gallery2/themes/carbon/po/sv.po
+share/gallery2/themes/carbon/po/tr.po
+share/gallery2/themes/carbon/po/uk.po
+share/gallery2/themes/carbon/po/vi.po
+share/gallery2/themes/carbon/po/zh_CN.po
+share/gallery2/themes/carbon/po/zh_TW.po
+share/gallery2/themes/carbon/templates/admin.tpl
+share/gallery2/themes/carbon/templates/ads.tpl
+share/gallery2/themes/carbon/templates/album.tpl
+share/gallery2/themes/carbon/templates/error.tpl
+share/gallery2/themes/carbon/templates/module.tpl
+share/gallery2/themes/carbon/templates/navigator.tpl
+share/gallery2/themes/carbon/templates/navigatorMicroThumbs.tpl
+share/gallery2/themes/carbon/templates/photo.tpl
+share/gallery2/themes/carbon/templates/progressbar.tpl
+share/gallery2/themes/carbon/templates/sidebar.tpl
+share/gallery2/themes/carbon/templates/theme.tpl
+share/gallery2/themes/carbon/theme.css
+share/gallery2/themes/carbon/theme.inc
+share/gallery2/themes/carbon/theme.js
+share/gallery2/themes/classic/MANIFEST
+share/gallery2/themes/classic/images/icon_path_separator.gif
+share/gallery2/themes/classic/images/nav_first.gif
+share/gallery2/themes/classic/images/nav_last.gif
+share/gallery2/themes/classic/images/nav_next.gif
+share/gallery2/themes/classic/images/nav_prev.gif
+share/gallery2/themes/classic/images/screenshot.png
+share/gallery2/themes/classic/images/tab_bg.gif
+share/gallery2/themes/classic/images/tab_left.jpg
+share/gallery2/themes/classic/images/tab_left_on.jpg
+share/gallery2/themes/classic/images/tab_right.jpg
+share/gallery2/themes/classic/images/tab_right_on.jpg
+share/gallery2/themes/classic/locale/af/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ar/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ca/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/cs/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/da/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/de/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/el/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/en_GB/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/es/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/es_AR/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/es_MX/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/et/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/eu/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/fi/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/fr/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ga/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/he/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/hu/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/is/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/it/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ja/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ko/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/lt/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/lv/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/nl/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/no/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/pl/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/pt/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/pt_BR/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ro/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/ru/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/sk/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/sr/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/sv/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/tr/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/uk/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/vi/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/zh_CN/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/locale/zh_TW/LC_MESSAGES/themes_classic.mo
+share/gallery2/themes/classic/po/GNUmakefile
+share/gallery2/themes/classic/po/af.po
+share/gallery2/themes/classic/po/ar.po
+share/gallery2/themes/classic/po/ca.po
+share/gallery2/themes/classic/po/cs.po
+share/gallery2/themes/classic/po/da.po
+share/gallery2/themes/classic/po/de.po
+share/gallery2/themes/classic/po/el.po
+share/gallery2/themes/classic/po/en_GB.po
+share/gallery2/themes/classic/po/es.po
+share/gallery2/themes/classic/po/es_AR.po
+share/gallery2/themes/classic/po/es_MX.po
+share/gallery2/themes/classic/po/et.po
+share/gallery2/themes/classic/po/eu.po
+share/gallery2/themes/classic/po/fi.po
+share/gallery2/themes/classic/po/fr.po
+share/gallery2/themes/classic/po/ga.po
+share/gallery2/themes/classic/po/he.po
+share/gallery2/themes/classic/po/hu.po
+share/gallery2/themes/classic/po/is.po
+share/gallery2/themes/classic/po/it.po
+share/gallery2/themes/classic/po/ja.po
+share/gallery2/themes/classic/po/ko.po
+share/gallery2/themes/classic/po/lt.po
+share/gallery2/themes/classic/po/lv.po
+share/gallery2/themes/classic/po/nl.po
+share/gallery2/themes/classic/po/no.po
+share/gallery2/themes/classic/po/pl.po
+share/gallery2/themes/classic/po/pt.po
+share/gallery2/themes/classic/po/pt_BR.po
+share/gallery2/themes/classic/po/ro.po
+share/gallery2/themes/classic/po/ru.po
+share/gallery2/themes/classic/po/sk.po
+share/gallery2/themes/classic/po/sr.po
+share/gallery2/themes/classic/po/strings.raw
+share/gallery2/themes/classic/po/sv.po
+share/gallery2/themes/classic/po/tr.po
+share/gallery2/themes/classic/po/uk.po
+share/gallery2/themes/classic/po/vi.po
+share/gallery2/themes/classic/po/zh_CN.po
+share/gallery2/themes/classic/po/zh_TW.po
+share/gallery2/themes/classic/templates/admin.tpl
+share/gallery2/themes/classic/templates/album.tpl
+share/gallery2/themes/classic/templates/error.tpl
+share/gallery2/themes/classic/templates/module.tpl
+share/gallery2/themes/classic/templates/photo.tpl
+share/gallery2/themes/classic/templates/progressbar.tpl
+share/gallery2/themes/classic/templates/sidebar.tpl
+share/gallery2/themes/classic/templates/theme.tpl
+share/gallery2/themes/classic/theme.css
+share/gallery2/themes/classic/theme.inc
+share/gallery2/themes/floatrix/MANIFEST
+share/gallery2/themes/floatrix/functions.js
+share/gallery2/themes/floatrix/images/gallery_logo.png
+share/gallery2/themes/floatrix/images/icon_comments.jpg
+share/gallery2/themes/floatrix/images/icon_debug.jpg
+share/gallery2/themes/floatrix/images/icon_general.jpg
+share/gallery2/themes/floatrix/images/icon_groups.jpg
+share/gallery2/themes/floatrix/images/icon_layouts.jpg
+share/gallery2/themes/floatrix/images/icon_modules.jpg
+share/gallery2/themes/floatrix/images/icon_path_separator.gif
+share/gallery2/themes/floatrix/images/icon_users.jpg
+share/gallery2/themes/floatrix/images/loading.gif
+share/gallery2/themes/floatrix/images/nav_first.gif
+share/gallery2/themes/floatrix/images/nav_last.gif
+share/gallery2/themes/floatrix/images/nav_next.gif
+share/gallery2/themes/floatrix/images/nav_prev.gif
+share/gallery2/themes/floatrix/images/screenshot.png
+share/gallery2/themes/floatrix/images/shadow-grid.gif
+share/gallery2/themes/floatrix/images/shadow.png
+share/gallery2/themes/floatrix/images/tab_bg.gif
+share/gallery2/themes/floatrix/images/tab_close_sidebar.gif
+share/gallery2/themes/floatrix/images/tab_close_sidebar_rtl.gif
+share/gallery2/themes/floatrix/images/tab_left.jpg
+share/gallery2/themes/floatrix/images/tab_left_on.jpg
+share/gallery2/themes/floatrix/images/tab_open_sidebar.gif
+share/gallery2/themes/floatrix/images/tab_open_sidebar_rtl.gif
+share/gallery2/themes/floatrix/images/tab_right.jpg
+share/gallery2/themes/floatrix/images/tab_right_on.jpg
+share/gallery2/themes/floatrix/locale/af/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ar/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ca/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/cs/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/da/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/de/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/el/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/en_GB/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/es/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/es_AR/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/es_MX/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/eu/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/fi/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/fr/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ga/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/he/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/hu/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/is/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/it/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ja/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ko/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/lt/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/lv/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/nl/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/no/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/pl/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/pt/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/pt_BR/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ro/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/ru/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/sk/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/sr/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/sv/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/tr/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/uk/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/vi/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/zh_CN/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/locale/zh_TW/LC_MESSAGES/themes_floatrix.mo
+share/gallery2/themes/floatrix/po/GNUmakefile
+share/gallery2/themes/floatrix/po/af.po
+share/gallery2/themes/floatrix/po/ar.po
+share/gallery2/themes/floatrix/po/ca.po
+share/gallery2/themes/floatrix/po/cs.po
+share/gallery2/themes/floatrix/po/da.po
+share/gallery2/themes/floatrix/po/de.po
+share/gallery2/themes/floatrix/po/el.po
+share/gallery2/themes/floatrix/po/en_GB.po
+share/gallery2/themes/floatrix/po/es.po
+share/gallery2/themes/floatrix/po/es_AR.po
+share/gallery2/themes/floatrix/po/es_MX.po
+share/gallery2/themes/floatrix/po/eu.po
+share/gallery2/themes/floatrix/po/fi.po
+share/gallery2/themes/floatrix/po/fr.po
+share/gallery2/themes/floatrix/po/ga.po
+share/gallery2/themes/floatrix/po/he.po
+share/gallery2/themes/floatrix/po/hu.po
+share/gallery2/themes/floatrix/po/is.po
+share/gallery2/themes/floatrix/po/it.po
+share/gallery2/themes/floatrix/po/ja.po
+share/gallery2/themes/floatrix/po/ko.po
+share/gallery2/themes/floatrix/po/lt.po
+share/gallery2/themes/floatrix/po/lv.po
+share/gallery2/themes/floatrix/po/nl.po
+share/gallery2/themes/floatrix/po/no.po
+share/gallery2/themes/floatrix/po/pl.po
+share/gallery2/themes/floatrix/po/pt.po
+share/gallery2/themes/floatrix/po/pt_BR.po
+share/gallery2/themes/floatrix/po/ro.po
+share/gallery2/themes/floatrix/po/ru.po
+share/gallery2/themes/floatrix/po/sk.po
+share/gallery2/themes/floatrix/po/sr.po
+share/gallery2/themes/floatrix/po/strings.raw
+share/gallery2/themes/floatrix/po/sv.po
+share/gallery2/themes/floatrix/po/tr.po
+share/gallery2/themes/floatrix/po/uk.po
+share/gallery2/themes/floatrix/po/vi.po
+share/gallery2/themes/floatrix/po/zh_CN.po
+share/gallery2/themes/floatrix/po/zh_TW.po
+share/gallery2/themes/floatrix/templates/admin.tpl
+share/gallery2/themes/floatrix/templates/album.tpl
+share/gallery2/themes/floatrix/templates/error.tpl
+share/gallery2/themes/floatrix/templates/module.tpl
+share/gallery2/themes/floatrix/templates/photo.tpl
+share/gallery2/themes/floatrix/templates/progressbar.tpl
+share/gallery2/themes/floatrix/templates/sidebar.tpl
+share/gallery2/themes/floatrix/templates/theme.tpl
+share/gallery2/themes/floatrix/theme.css
+share/gallery2/themes/floatrix/theme.inc
+share/gallery2/themes/hybrid/MANIFEST
+share/gallery2/themes/hybrid/hybrid.js
+share/gallery2/themes/hybrid/images/alb.png
+share/gallery2/themes/hybrid/images/down.png
+share/gallery2/themes/hybrid/images/fit.png
+share/gallery2/themes/hybrid/images/full.png
+share/gallery2/themes/hybrid/images/fwd.png
+share/gallery2/themes/hybrid/images/info.png
+share/gallery2/themes/hybrid/images/left.png
+share/gallery2/themes/hybrid/images/menu.png
+share/gallery2/themes/hybrid/images/next-off.png
+share/gallery2/themes/hybrid/images/next.png
+share/gallery2/themes/hybrid/images/poz.png
+share/gallery2/themes/hybrid/images/prev-off.png
+share/gallery2/themes/hybrid/images/prev.png
+share/gallery2/themes/hybrid/images/rand.png
+share/gallery2/themes/hybrid/images/rev.png
+share/gallery2/themes/hybrid/images/right.png
+share/gallery2/themes/hybrid/images/screenshot.png
+share/gallery2/themes/hybrid/images/up-off.png
+share/gallery2/themes/hybrid/images/up.png
+share/gallery2/themes/hybrid/locale/af/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/ar/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/ca/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/cs/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/da/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/de/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/en_GB/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/es/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/eu/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/fi/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/fr/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/hu/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/is/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/it/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/ja/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/ko/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/lt/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/lv/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/nl/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/no/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/pl/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/ro/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/ru/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/sk/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/sr/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/sv/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/tr/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/uk/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/vi/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/zh_CN/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/locale/zh_TW/LC_MESSAGES/themes_hybrid.mo
+share/gallery2/themes/hybrid/po/GNUmakefile
+share/gallery2/themes/hybrid/po/af.po
+share/gallery2/themes/hybrid/po/ar.po
+share/gallery2/themes/hybrid/po/ca.po
+share/gallery2/themes/hybrid/po/cs.po
+share/gallery2/themes/hybrid/po/da.po
+share/gallery2/themes/hybrid/po/de.po
+share/gallery2/themes/hybrid/po/en_GB.po
+share/gallery2/themes/hybrid/po/es.po
+share/gallery2/themes/hybrid/po/eu.po
+share/gallery2/themes/hybrid/po/fi.po
+share/gallery2/themes/hybrid/po/fr.po
+share/gallery2/themes/hybrid/po/hu.po
+share/gallery2/themes/hybrid/po/is.po
+share/gallery2/themes/hybrid/po/it.po
+share/gallery2/themes/hybrid/po/ja.po
+share/gallery2/themes/hybrid/po/ko.po
+share/gallery2/themes/hybrid/po/lt.po
+share/gallery2/themes/hybrid/po/lv.po
+share/gallery2/themes/hybrid/po/nl.po
+share/gallery2/themes/hybrid/po/no.po
+share/gallery2/themes/hybrid/po/pl.po
+share/gallery2/themes/hybrid/po/ro.po
+share/gallery2/themes/hybrid/po/ru.po
+share/gallery2/themes/hybrid/po/sk.po
+share/gallery2/themes/hybrid/po/sr.po
+share/gallery2/themes/hybrid/po/strings.raw
+share/gallery2/themes/hybrid/po/sv.po
+share/gallery2/themes/hybrid/po/tr.po
+share/gallery2/themes/hybrid/po/uk.po
+share/gallery2/themes/hybrid/po/vi.po
+share/gallery2/themes/hybrid/po/zh_CN.po
+share/gallery2/themes/hybrid/po/zh_TW.po
+share/gallery2/themes/hybrid/templates/detail.tpl
+share/gallery2/themes/hybrid/templates/error.tpl
+share/gallery2/themes/hybrid/templates/header.tpl
+share/gallery2/themes/hybrid/templates/hybrid.tpl
+share/gallery2/themes/hybrid/templates/progressbar.tpl
+share/gallery2/themes/hybrid/templates/render.tpl
+share/gallery2/themes/hybrid/templates/sidebar.tpl
+share/gallery2/themes/hybrid/templates/theme.tpl
+share/gallery2/themes/hybrid/theme.css
+share/gallery2/themes/hybrid/theme.inc
+share/gallery2/themes/matrix/MANIFEST
+share/gallery2/themes/matrix/images/gallery_logo.png
+share/gallery2/themes/matrix/images/icon_comments.jpg
+share/gallery2/themes/matrix/images/icon_debug.jpg
+share/gallery2/themes/matrix/images/icon_general.jpg
+share/gallery2/themes/matrix/images/icon_groups.jpg
+share/gallery2/themes/matrix/images/icon_layouts.jpg
+share/gallery2/themes/matrix/images/icon_modules.jpg
+share/gallery2/themes/matrix/images/icon_path_separator.gif
+share/gallery2/themes/matrix/images/icon_users.jpg
+share/gallery2/themes/matrix/images/loading.gif
+share/gallery2/themes/matrix/images/nav_first.gif
+share/gallery2/themes/matrix/images/nav_last.gif
+share/gallery2/themes/matrix/images/nav_next.gif
+share/gallery2/themes/matrix/images/nav_prev.gif
+share/gallery2/themes/matrix/images/screenshot.png
+share/gallery2/themes/matrix/images/tab_bg.gif
+share/gallery2/themes/matrix/images/tab_left.jpg
+share/gallery2/themes/matrix/images/tab_left_on.jpg
+share/gallery2/themes/matrix/images/tab_right.jpg
+share/gallery2/themes/matrix/images/tab_right_on.jpg
+share/gallery2/themes/matrix/locale/af/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ar/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ca/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/cs/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/da/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/de/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/el/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/en_GB/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/es/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/es_AR/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/es_MX/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/eu/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/fi/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/fr/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ga/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/he/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/hu/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/is/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/it/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ja/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ko/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/lt/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/lv/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/nl/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/no/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/pl/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/pt/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/pt_BR/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ro/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/ru/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/sk/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/sr/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/sv/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/tr/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/uk/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/vi/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/zh_CN/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/locale/zh_TW/LC_MESSAGES/themes_matrix.mo
+share/gallery2/themes/matrix/po/GNUmakefile
+share/gallery2/themes/matrix/po/af.po
+share/gallery2/themes/matrix/po/ar.po
+share/gallery2/themes/matrix/po/ca.po
+share/gallery2/themes/matrix/po/cs.po
+share/gallery2/themes/matrix/po/da.po
+share/gallery2/themes/matrix/po/de.po
+share/gallery2/themes/matrix/po/el.po
+share/gallery2/themes/matrix/po/en_GB.po
+share/gallery2/themes/matrix/po/es.po
+share/gallery2/themes/matrix/po/es_AR.po
+share/gallery2/themes/matrix/po/es_MX.po
+share/gallery2/themes/matrix/po/eu.po
+share/gallery2/themes/matrix/po/fi.po
+share/gallery2/themes/matrix/po/fr.po
+share/gallery2/themes/matrix/po/ga.po
+share/gallery2/themes/matrix/po/he.po
+share/gallery2/themes/matrix/po/hu.po
+share/gallery2/themes/matrix/po/is.po
+share/gallery2/themes/matrix/po/it.po
+share/gallery2/themes/matrix/po/ja.po
+share/gallery2/themes/matrix/po/ko.po
+share/gallery2/themes/matrix/po/lt.po
+share/gallery2/themes/matrix/po/lv.po
+share/gallery2/themes/matrix/po/nl.po
+share/gallery2/themes/matrix/po/no.po
+share/gallery2/themes/matrix/po/pl.po
+share/gallery2/themes/matrix/po/pt.po
+share/gallery2/themes/matrix/po/pt_BR.po
+share/gallery2/themes/matrix/po/ro.po
+share/gallery2/themes/matrix/po/ru.po
+share/gallery2/themes/matrix/po/sk.po
+share/gallery2/themes/matrix/po/sr.po
+share/gallery2/themes/matrix/po/strings.raw
+share/gallery2/themes/matrix/po/sv.po
+share/gallery2/themes/matrix/po/tr.po
+share/gallery2/themes/matrix/po/uk.po
+share/gallery2/themes/matrix/po/vi.po
+share/gallery2/themes/matrix/po/zh_CN.po
+share/gallery2/themes/matrix/po/zh_TW.po
+share/gallery2/themes/matrix/templates/admin.tpl
+share/gallery2/themes/matrix/templates/album.tpl
+share/gallery2/themes/matrix/templates/error.tpl
+share/gallery2/themes/matrix/templates/module.tpl
+share/gallery2/themes/matrix/templates/photo.tpl
+share/gallery2/themes/matrix/templates/progressbar.tpl
+share/gallery2/themes/matrix/templates/sidebar.tpl
+share/gallery2/themes/matrix/templates/theme.tpl
+share/gallery2/themes/matrix/theme.css
+share/gallery2/themes/matrix/theme.inc
+share/gallery2/themes/siriux/MANIFEST
+share/gallery2/themes/siriux/images/arrow-left.gif
+share/gallery2/themes/siriux/images/arrow-right.gif
+share/gallery2/themes/siriux/images/screenshot.png
+share/gallery2/themes/siriux/locale/af/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ar/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ca/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/cs/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/da/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/de/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/el/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/en_GB/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/es/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/es_AR/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/es_MX/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/eu/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/fi/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/fr/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ga/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/he/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/hu/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/is/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/it/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ja/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ko/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/lt/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/lv/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/nl/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/no/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/pl/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/pt/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/pt_BR/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ro/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/ru/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/sk/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/sl/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/sr/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/sv/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/tr/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/uk/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/vi/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/zh_CN/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/locale/zh_TW/LC_MESSAGES/themes_siriux.mo
+share/gallery2/themes/siriux/po/GNUmakefile
+share/gallery2/themes/siriux/po/af.po
+share/gallery2/themes/siriux/po/ar.po
+share/gallery2/themes/siriux/po/ca.po
+share/gallery2/themes/siriux/po/cs.po
+share/gallery2/themes/siriux/po/da.po
+share/gallery2/themes/siriux/po/de.po
+share/gallery2/themes/siriux/po/el.po
+share/gallery2/themes/siriux/po/en_GB.po
+share/gallery2/themes/siriux/po/es.po
+share/gallery2/themes/siriux/po/es_AR.po
+share/gallery2/themes/siriux/po/es_MX.po
+share/gallery2/themes/siriux/po/eu.po
+share/gallery2/themes/siriux/po/fi.po
+share/gallery2/themes/siriux/po/fr.po
+share/gallery2/themes/siriux/po/ga.po
+share/gallery2/themes/siriux/po/he.po
+share/gallery2/themes/siriux/po/hu.po
+share/gallery2/themes/siriux/po/is.po
+share/gallery2/themes/siriux/po/it.po
+share/gallery2/themes/siriux/po/ja.po
+share/gallery2/themes/siriux/po/ko.po
+share/gallery2/themes/siriux/po/lt.po
+share/gallery2/themes/siriux/po/lv.po
+share/gallery2/themes/siriux/po/nl.po
+share/gallery2/themes/siriux/po/no.po
+share/gallery2/themes/siriux/po/pl.po
+share/gallery2/themes/siriux/po/pt.po
+share/gallery2/themes/siriux/po/pt_BR.po
+share/gallery2/themes/siriux/po/ro.po
+share/gallery2/themes/siriux/po/ru.po
+share/gallery2/themes/siriux/po/sk.po
+share/gallery2/themes/siriux/po/sl.po
+share/gallery2/themes/siriux/po/sr.po
+share/gallery2/themes/siriux/po/strings.raw
+share/gallery2/themes/siriux/po/sv.po
+share/gallery2/themes/siriux/po/tr.po
+share/gallery2/themes/siriux/po/uk.po
+share/gallery2/themes/siriux/po/vi.po
+share/gallery2/themes/siriux/po/zh_CN.po
+share/gallery2/themes/siriux/po/zh_TW.po
+share/gallery2/themes/siriux/templates/admin.tpl
+share/gallery2/themes/siriux/templates/album.tpl
+share/gallery2/themes/siriux/templates/error.tpl
+share/gallery2/themes/siriux/templates/module.tpl
+share/gallery2/themes/siriux/templates/photo.tpl
+share/gallery2/themes/siriux/templates/progressbar.tpl
+share/gallery2/themes/siriux/templates/theme.tpl
+share/gallery2/themes/siriux/theme.css
+share/gallery2/themes/siriux/theme.inc
+share/gallery2/themes/slider/MANIFEST
+share/gallery2/themes/slider/images/arrow-left.gif
+share/gallery2/themes/slider/images/arrow-right.gif
+share/gallery2/themes/slider/images/fit.png
+share/gallery2/themes/slider/images/full.png
+share/gallery2/themes/slider/images/fwd.png
+share/gallery2/themes/slider/images/next-off.png
+share/gallery2/themes/slider/images/next.png
+share/gallery2/themes/slider/images/poz.png
+share/gallery2/themes/slider/images/prev-off.png
+share/gallery2/themes/slider/images/prev.png
+share/gallery2/themes/slider/images/rand.png
+share/gallery2/themes/slider/images/rev.png
+share/gallery2/themes/slider/images/screenshot.png
+share/gallery2/themes/slider/images/tool.png
+share/gallery2/themes/slider/locale/af/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/ar/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/ca/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/cs/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/da/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/de/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/en_GB/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/es/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/eu/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/fi/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/fr/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/hu/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/is/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/it/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/ja/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/ko/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/lt/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/lv/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/nl/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/no/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/pl/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/ro/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/ru/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/sk/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/sr/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/sv/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/tr/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/uk/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/vi/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/zh_CN/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/locale/zh_TW/LC_MESSAGES/themes_slider.mo
+share/gallery2/themes/slider/po/GNUmakefile
+share/gallery2/themes/slider/po/af.po
+share/gallery2/themes/slider/po/ar.po
+share/gallery2/themes/slider/po/ca.po
+share/gallery2/themes/slider/po/cs.po
+share/gallery2/themes/slider/po/da.po
+share/gallery2/themes/slider/po/de.po
+share/gallery2/themes/slider/po/en_GB.po
+share/gallery2/themes/slider/po/es.po
+share/gallery2/themes/slider/po/eu.po
+share/gallery2/themes/slider/po/fi.po
+share/gallery2/themes/slider/po/fr.po
+share/gallery2/themes/slider/po/hu.po
+share/gallery2/themes/slider/po/is.po
+share/gallery2/themes/slider/po/it.po
+share/gallery2/themes/slider/po/ja.po
+share/gallery2/themes/slider/po/ko.po
+share/gallery2/themes/slider/po/lt.po
+share/gallery2/themes/slider/po/lv.po
+share/gallery2/themes/slider/po/nl.po
+share/gallery2/themes/slider/po/no.po
+share/gallery2/themes/slider/po/pl.po
+share/gallery2/themes/slider/po/ro.po
+share/gallery2/themes/slider/po/ru.po
+share/gallery2/themes/slider/po/sk.po
+share/gallery2/themes/slider/po/sr.po
+share/gallery2/themes/slider/po/strings.raw
+share/gallery2/themes/slider/po/sv.po
+share/gallery2/themes/slider/po/tr.po
+share/gallery2/themes/slider/po/uk.po
+share/gallery2/themes/slider/po/vi.po
+share/gallery2/themes/slider/po/zh_CN.po
+share/gallery2/themes/slider/po/zh_TW.po
+share/gallery2/themes/slider/slider.js
+share/gallery2/themes/slider/templates/error.tpl
+share/gallery2/themes/slider/templates/header.tpl
+share/gallery2/themes/slider/templates/progressbar.tpl
+share/gallery2/themes/slider/templates/render.tpl
+share/gallery2/themes/slider/templates/sidebar.tpl
+share/gallery2/themes/slider/templates/slider.tpl
+share/gallery2/themes/slider/templates/theme.tpl
+share/gallery2/themes/slider/theme.css
+share/gallery2/themes/slider/theme.inc
+share/gallery2/themes/tile/MANIFEST
+share/gallery2/themes/tile/images/screenshot.png
+share/gallery2/themes/tile/locale/af/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/ar/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/ca/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/cs/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/da/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/de/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/en_GB/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/es/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/eu/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/fi/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/fr/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/hu/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/is/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/it/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/ja/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/ko/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/lt/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/lv/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/nl/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/no/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/pl/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/ro/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/ru/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/sk/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/sr/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/sv/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/tr/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/uk/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/vi/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/zh_CN/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/locale/zh_TW/LC_MESSAGES/themes_tile.mo
+share/gallery2/themes/tile/po/GNUmakefile
+share/gallery2/themes/tile/po/af.po
+share/gallery2/themes/tile/po/ar.po
+share/gallery2/themes/tile/po/ca.po
+share/gallery2/themes/tile/po/cs.po
+share/gallery2/themes/tile/po/da.po
+share/gallery2/themes/tile/po/de.po
+share/gallery2/themes/tile/po/en_GB.po
+share/gallery2/themes/tile/po/es.po
+share/gallery2/themes/tile/po/eu.po
+share/gallery2/themes/tile/po/fi.po
+share/gallery2/themes/tile/po/fr.po
+share/gallery2/themes/tile/po/hu.po
+share/gallery2/themes/tile/po/is.po
+share/gallery2/themes/tile/po/it.po
+share/gallery2/themes/tile/po/ja.po
+share/gallery2/themes/tile/po/ko.po
+share/gallery2/themes/tile/po/lt.po
+share/gallery2/themes/tile/po/lv.po
+share/gallery2/themes/tile/po/nl.po
+share/gallery2/themes/tile/po/no.po
+share/gallery2/themes/tile/po/pl.po
+share/gallery2/themes/tile/po/ro.po
+share/gallery2/themes/tile/po/ru.po
+share/gallery2/themes/tile/po/sk.po
+share/gallery2/themes/tile/po/sr.po
+share/gallery2/themes/tile/po/strings.raw
+share/gallery2/themes/tile/po/sv.po
+share/gallery2/themes/tile/po/tr.po
+share/gallery2/themes/tile/po/uk.po
+share/gallery2/themes/tile/po/vi.po
+share/gallery2/themes/tile/po/zh_CN.po
+share/gallery2/themes/tile/po/zh_TW.po
+share/gallery2/themes/tile/templates/edit.tpl
+share/gallery2/themes/tile/templates/error.tpl
+share/gallery2/themes/tile/templates/header.tpl
+share/gallery2/themes/tile/templates/progressbar.tpl
+share/gallery2/themes/tile/templates/render.tpl
+share/gallery2/themes/tile/templates/theme.tpl
+share/gallery2/themes/tile/templates/tile.tpl
+share/gallery2/themes/tile/theme.css
+share/gallery2/themes/tile/theme.inc
+share/gallery2/themes/tile/tile.js
+share/gallery2/upgrade/StatusTemplate.class
+share/gallery2/upgrade/UpgradeStep.class
+share/gallery2/upgrade/images/background.png
+share/gallery2/upgrade/images/btnBGbl.gif
+share/gallery2/upgrade/images/btnBGgrn.gif
+share/gallery2/upgrade/images/btnBGor.gif
+share/gallery2/upgrade/images/btnBLbl.gif
+share/gallery2/upgrade/images/btnBLgrn.gif
+share/gallery2/upgrade/images/btnBLor.gif
+share/gallery2/upgrade/images/btnBRbl.gif
+share/gallery2/upgrade/images/btnBRgrn.gif
+share/gallery2/upgrade/images/btnBRor.gif
+share/gallery2/upgrade/images/btnTLbl.gif
+share/gallery2/upgrade/images/btnTLgrn.gif
+share/gallery2/upgrade/images/btnTLor.gif
+share/gallery2/upgrade/images/btnTRbl.gif
+share/gallery2/upgrade/images/btnTRgrn.gif
+share/gallery2/upgrade/images/btnTRor.gif
+share/gallery2/upgrade/images/g2Logo_upgrade_head.png
+share/gallery2/upgrade/images/ico_error.gif
+share/gallery2/upgrade/images/ico_success.gif
+share/gallery2/upgrade/images/ico_warning.gif
+share/gallery2/upgrade/images/pixbl.gif
+share/gallery2/upgrade/images/pixgrn.gif
+share/gallery2/upgrade/images/pixor.gif
+share/gallery2/upgrade/index.php
+share/gallery2/upgrade/locale/af/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/ar/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/bg/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/ca/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/cs/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/da/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/de/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/en_GB/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/es/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/eu/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/fi/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/fr/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/hu/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/it/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/ja/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/ko/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/lt/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/lv/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/nl/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/no/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/pl/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/ro/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/ru/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/sk/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/sr/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/sv/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/tr/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/uk/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/vi/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/zh_CN/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/locale/zh_TW/LC_MESSAGES/gallery2_upgrade.mo
+share/gallery2/upgrade/po/GNUmakefile
+share/gallery2/upgrade/po/af.po
+share/gallery2/upgrade/po/ar.po
+share/gallery2/upgrade/po/bg.po
+share/gallery2/upgrade/po/ca.po
+share/gallery2/upgrade/po/cs.po
+share/gallery2/upgrade/po/da.po
+share/gallery2/upgrade/po/de.po
+share/gallery2/upgrade/po/en_GB.po
+share/gallery2/upgrade/po/es.po
+share/gallery2/upgrade/po/eu.po
+share/gallery2/upgrade/po/fi.po
+share/gallery2/upgrade/po/fr.po
+share/gallery2/upgrade/po/hu.po
+share/gallery2/upgrade/po/it.po
+share/gallery2/upgrade/po/ja.po
+share/gallery2/upgrade/po/ko.po
+share/gallery2/upgrade/po/lt.po
+share/gallery2/upgrade/po/lv.po
+share/gallery2/upgrade/po/nl.po
+share/gallery2/upgrade/po/no.po
+share/gallery2/upgrade/po/pl.po
+share/gallery2/upgrade/po/ro.po
+share/gallery2/upgrade/po/ru.po
+share/gallery2/upgrade/po/sk.po
+share/gallery2/upgrade/po/sr.po
+share/gallery2/upgrade/po/strings.raw
+share/gallery2/upgrade/po/sv.po
+share/gallery2/upgrade/po/tr.po
+share/gallery2/upgrade/po/uk.po
+share/gallery2/upgrade/po/vi.po
+share/gallery2/upgrade/po/zh_CN.po
+share/gallery2/upgrade/po/zh_TW.po
+share/gallery2/upgrade/steps/AuthenticateStep.class
+share/gallery2/upgrade/steps/CleanCacheStep.class
+share/gallery2/upgrade/steps/FinishedStep.class
+share/gallery2/upgrade/steps/RedirectToInstallerStep.class
+share/gallery2/upgrade/steps/SystemChecksStep.class
+share/gallery2/upgrade/steps/UpgradeCoreModuleStep.class
+share/gallery2/upgrade/steps/UpgradeOtherModulesStep.class
+share/gallery2/upgrade/steps/WelcomeStep.class
+share/gallery2/upgrade/templates/AuthenticateRequest.html
+share/gallery2/upgrade/templates/AuthenticateSuccessful.html
+share/gallery2/upgrade/templates/CleanCache.html
+share/gallery2/upgrade/templates/Finished.html
+share/gallery2/upgrade/templates/Header.html
+share/gallery2/upgrade/templates/InvalidConfig.html
+share/gallery2/upgrade/templates/MainPage.html
+share/gallery2/upgrade/templates/ManifestCleanupScript.html
+share/gallery2/upgrade/templates/ManifestSystemCheck.html
+share/gallery2/upgrade/templates/NavBar.html
+share/gallery2/upgrade/templates/RedirectToInstaller.html
+share/gallery2/upgrade/templates/SystemChecks.html
+share/gallery2/upgrade/templates/UpgradeCoreModuleError.html
+share/gallery2/upgrade/templates/UpgradeCoreModuleRequest.html
+share/gallery2/upgrade/templates/UpgradeCoreModuleSuccess.html
+share/gallery2/upgrade/templates/UpgradeCoreModuleUpToDate.html
+share/gallery2/upgrade/templates/UpgradeOtherModulesRequest.html
+share/gallery2/upgrade/templates/UpgradeOtherModulesSuccess.html
+share/gallery2/upgrade/templates/Welcome.html
+share/gallery2/upgrade/upgrade.css
diff --git a/www/gallery2/distinfo b/www/gallery2/distinfo
new file mode 100644
index 00000000000..c01aab08ead
--- /dev/null
+++ b/www/gallery2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $
+
+SHA1 (gallery-2.2.6-full.tar.gz) = a3dfb86e2a0287795b3a2b859b12753141c68828
+RMD160 (gallery-2.2.6-full.tar.gz) = f60bcf44ee8479152c8767f4e99c9e43ad2e631b
+Size (gallery-2.2.6-full.tar.gz) = 12038651 bytes
+SHA1 (patch-aa) = e0499db0cb72271b2b8c50d0d8fe7a64fc2d5cf0
diff --git a/www/gallery2/files/.htaccess b/www/gallery2/files/.htaccess
new file mode 100644
index 00000000000..4a0ab2d8424
--- /dev/null
+++ b/www/gallery2/files/.htaccess
@@ -0,0 +1,9 @@
+<Files *.inc>
+Deny From All
+</Files>
+<Files *.class>
+Deny From All
+</Files>
+<Files MANIFEST>
+Deny From All
+</Files>
diff --git a/www/gallery2/files/config.php b/www/gallery2/files/config.php
new file mode 100644
index 00000000000..2f83eee5e2a
--- /dev/null
+++ b/www/gallery2/files/config.php
@@ -0,0 +1,194 @@
+<?php
+/*
+ * Gallery - a web based photo album viewer and editor
+ * Copyright (C) 2000-2007 Bharat Mediratta
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+/*
+ * When display_errors is enabled, PHP errors are printed to the output.
+ * For production web sites, you're strongly encouraged to turn this feature off,
+ * and use error logging instead.
+ * During development, you should set the value to true to ensure that you notice
+ * PHP warnings and notices that are not covered in unit tests (e.g. template issues).
+ */
+@ini_set('display_errors', 0);
+
+/*
+ * Prevent direct access to config.php.
+ */
+if (!isset($gallery) || !method_exists($gallery, 'setConfig')) {
+ exit;
+}
+
+/*
+ * As a security precaution, we limit access to Gallery's test suite
+ * to those people who know the password, below. Example:
+ *
+ * $gallery->setConfig('setup.password', 'A PASSWORD');
+ *
+ * Choose something random and enter it in plain text. You don't have to
+ * remember it because you can always refer to this file. You'll only be asked
+ * for this password when you run Gallery's lib/tools code. We don't provide a
+ * default password because we want you to choose one of your own (which
+ * lessens the chance that you'll get hacked).
+ */
+$gallery->setConfig('setup.password', '');
+
+/*
+ * In order for Gallery to manage your data, you must provide it with
+ * a directory that it can write to. Gallery is a webserver application,
+ * so the directory that you create must be writeable by the
+ * webserver, not just by you.
+ *
+ * Create an empty directory anywhere you please. Gallery will fill this
+ * directory with its own files (that you shouldn't mess with). This directory
+ * can be anywhere on your filesystem. For security purposes, it's better
+ * if the directory is not accessible via your webserver (ie, it should
+ * not be in your DocumentRoot). If you *do* make it available via your
+ * web server then you probably won't have any security for your data files.
+ *
+ * Don't make this the same as your gallery directory!
+ */
+$gallery->setConfig('data.gallery.base', '@G2DATA@/');
+
+/*
+ * Gallery can store its data in multiple different back ends. Currently we
+ * support MySQL, PostgreSQL and Oracle. Enter the hostname where your
+ * database lives, and the username and password you use to connect to it.
+ *
+ * You must specify the name of a database that already exists. Gallery will
+ * not create the database for you, because it's very difficult to do that in
+ * a reliable, database-neutral fashion. The user that you use should have
+ * the following permissions:
+ *
+ * SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER
+ *
+ * You must specify a table and column prefix. This is a few characters that
+ * is prepended to any table or column name to avoid conflicting with reserved
+ * words in the database or other tables you have in the same database. In
+ * fact, it's fine to let Gallery uses the same database as other applications
+ * (including other instances of Gallery itself); the prefix is enough
+ * to distinguish Gallery's tables from other applications.
+ *
+ * We provide some reasonable default prefixes below. If you modify these
+ * after Gallery has created its various tables, it will stop working until
+ * you modify it back.
+ *
+ * The possible database types are:
+ * mysqlt MySQL (3.23.34a and newer)
+ * mysqli MySQL (4.1 and newer) with PHP mysqli extension
+ * mysql Older MySQL (no transactions)
+ * postgres7 PostgreSQL 7.x and newer
+ * postgres PostgreSQL 6.x (not tested)
+ * oci8po Oracle 9i and newer
+ * db2 IBM DB2 9 and newer
+ * ado_mssql Microsoft SQL Server (2005 and newer)
+ */
+$storeConfig['type'] = 'mysqlt';
+$storeConfig['hostname'] = 'localhost';
+$storeConfig['database'] = 'gallery2';
+$storeConfig['username'] = 'root';
+$storeConfig['password'] = '';
+$storeConfig['tablePrefix'] = 'g2_';
+$storeConfig['columnPrefix'] = 'g_';
+$storeConfig['usePersistentConnections'] = false;
+$gallery->setConfig('storage.config', $storeConfig);
+
+/*
+ * Put Gallery into debug mode. Useful for tracking down problems with the
+ * application. Not a good idea to leave it this way, though. Possible debug
+ * choices are: 'buffered', 'logged', 'immediate' or false. Don't forget to
+ * use the quotes for any value but false!
+ *
+ * If you choose 'immediate', you'll see debugging information as soon as
+ * Gallery generates it. This can be useful at times, but it'll screw up some
+ * parts of the application flow.
+ *
+ * If you choose 'buffered', Gallery will display debug information in a table
+ * as part of the application. You won't necessarily get *all* the debug
+ * information but the application should work normally.
+ *
+ * If you choose 'logged', you must also specify:
+ * $gallery->setDebugLogFile('/path/to/writeable/file');
+ * and all debug output will get printed into that file. You'll get all the
+ * debug output and the application will work normally.
+ *
+ * For best debugging output use this line:
+ *
+ * $gallery->setDebug('buffered');
+ *
+ */
+$gallery->setDebug(false);
+
+/*
+ * Profiling mode. You can enable profiling for different parts of G2 to get an
+ * idea of what's fast and slow. Right now the only options are to enable SQL
+ * profiling:
+ *
+ * $gallery->setProfile(array('sql'));
+ *
+ */
+$gallery->setProfile(false);
+
+/*
+ * Maintenance mode. You can disable access to the site for anyone but
+ * site administrators by setting this flag. Set value below to:
+ * true (without quotes) - to use a basic notification page; themed
+ * view with admin login link when codebase is up to date, but a
+ * plain unstyled page when codebase has been updated but upgrader
+ * has not yet been run.
+ * url (with quotes) - provide a url where requests are redirected in
+ * either case described above. Example: '/maintenance.html'
+ * false (without quotes) - maintenance mode off
+ */
+$gallery->setConfig('mode.maintenance', false);
+
+/*
+ * Embedded mode. You can disable direct access to main.php (standalone G2)
+ * by setting this flag. Set value below to:
+ * true (without quotes) - block direct requests
+ * url (with quotes) - redirect requests to this url
+ * false (without quotes) - allow direct requests
+ */
+$gallery->setConfig('mode.embed.only', false);
+
+/*
+ * Allow a particular IP address to access the session (it still must know the
+ * session id) even though it doesn't match the address/user agent that created
+ * the session. Put the address of validator.w3.org ('133.27.228.132') here to allow
+ * validation of non-public Gallery pages from the links at the bottom of the page.
+ */
+$gallery->setConfig('allowSessionAccess', false);
+
+/*
+ * URL of Gallery codebase; required only for multisite install.
+ */
+$gallery->setConfig('galleryBaseUrl', '');
+
+/*
+ * This setting can be used to override Gallery's auto-detection of the domain-name,
+ * protocol (http/https), URL path, and of the file & query string.
+ * Most users can leave this empty. If the server is misconfigured or for very special
+ * setups, this setting can be quite handy.
+ * Examples (the positions of the slashes ('/') are important):
+ * override the path: $gallery->setConfig('baseUri', '/another/path/');
+ * override the host + path: $gallery->setConfig('baseUri', 'example.com/gallery2/');
+ * override the protocol + host + path + file:
+ * $gallery->setConfig('baseUri', 'https://example.com:8080/gallery2/index.php');
+ */
+$gallery->setConfig('baseUri', '');
+?>
diff --git a/www/gallery2/files/gallery2.conf b/www/gallery2/files/gallery2.conf
new file mode 100644
index 00000000000..f76206ce2d5
--- /dev/null
+++ b/www/gallery2/files/gallery2.conf
@@ -0,0 +1,12 @@
+Alias /gallery2 "@G2DIR@"
+
+<Directory "@G2DIR@">
+ Options FollowSymLinks
+ AllowOverride Limit Options FileInfo
+</Directory>
+
+# some people prefer a simple URL like http://gallery2.example.com
+#<VirtualHost 1.2.3.4>
+# DocumentRoot @G2DIR@
+# ServerName gallery2.example.com
+#</VirtualHost>
diff --git a/www/gallery2/patches/patch-aa b/www/gallery2/patches/patch-aa
new file mode 100644
index 00000000000..c33755e9dc9
--- /dev/null
+++ b/www/gallery2/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $
+
+--- lib/tools/po/extract.php.orig 2009-12-18 01:51:55.000000000 +0100
++++ lib/tools/po/extract.php 2009-12-18 01:52:25.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/php -f
++#!@PREFIX@/bin/php -f
+ <?php
+ /*
+ * PHP script to extract strings from all the files and print