git: 225aca2795d6 - main - www/piwigo: Update to 12.2.0 / take maintainership

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Sat, 26 Feb 2022 16:46:50 UTC
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=225aca2795d6218705f19f5032b2e0e4da3bea0a

commit 225aca2795d6218705f19f5032b2e0e4da3bea0a
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2022-02-26 16:40:29 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2022-02-26 16:46:44 +0000

    www/piwigo: Update to 12.2.0 / take maintainership
    
    Taking maintainership after 3 outstanding updates and about 4 weeks of
    maintainer timeout.
    If the previous maintainer wants the ports back, feel free to take it.
    
    Additionally to the version update I also made a makefile target to
    generate the plist.
    
    Maintainer timeout:     ~4 weeks
---
 www/piwigo/Makefile  |   19 +-
 www/piwigo/distinfo  |    6 +-
 www/piwigo/pkg-plist | 5941 +++++++++++++++++++++++++-------------------------
 3 files changed, 3006 insertions(+), 2960 deletions(-)

diff --git a/www/piwigo/Makefile b/www/piwigo/Makefile
index ef673dcd7602..7d4acbb2bde1 100644
--- a/www/piwigo/Makefile
+++ b/www/piwigo/Makefile
@@ -1,11 +1,11 @@
 # Created by: Goran Lowkrantz <glz@hidden-powers.com>
 
 PORTNAME=	piwigo
-DISTVERSION=	11.5.0
+DISTVERSION=	12.2.0
 CATEGORIES=	www
 MASTER_SITES=	https://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/
 
-MAINTAINER=	sunpoet@FreeBSD.org
+MAINTAINER=	netchild@FreeBSD.org
 COMMENT=	PHP based Web Gallery
 
 LICENSE=	GPLv2
@@ -65,4 +65,19 @@ do-install:
 	@${TAR} -C ${WRKSRC} -cf - . | \
 	${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf -
 
+gen-plist:
+	${ECHO} '@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/language' > ${PLIST}.new
+	${ECHO} '@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/plugins' >> ${PLIST}.new
+	${ECHO} '@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/themes' >> ${PLIST}.new
+	${FIND} ${STAGEDIR}${PREFIX} -type f -o -type l | \
+	    ${SED} -e "s:${STAGEDIR}${PREFIX}/::g ; \
+	        s:www/piwigo/language:@(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/language:g ; \
+		s:www/piwigo/plugins:@(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/plugins:g ; \
+		s:www/piwigo/themes:@(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/themes:g ; \
+	    	s:www/piwigo:%%WWWDIR%%:g ; \
+		s:share/examples/piwigo:%%PORTEXAMPLES%%%%EXAMPLESDIR%%:g ;" |  \
+	    ${GREP} -v -E '^share/(doc|licenses)/' | ${SORT} >> ${PLIST}.new
+	${ECHO} '@dir(%%WWWOWN%%,%%WWWGRP%%,777) %%WWWDIR%%/_data' >> ${PLIST}.new
+	${ECHO} '@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/upload' >> ${PLIST}.new
+
 .include <bsd.port.post.mk>
diff --git a/www/piwigo/distinfo b/www/piwigo/distinfo
index 48c56c2ed9cd..373d1e7c47fd 100644
--- a/www/piwigo/distinfo
+++ b/www/piwigo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623311926
-SHA256 (piwigo-11.5.0.zip) = bfecdd743c62cdb4e1936662178d019af264ea763d26c8c832da836fbe09652d
-SIZE (piwigo-11.5.0.zip) = 17742118
+TIMESTAMP = 1643365949
+SHA256 (piwigo-12.2.0.zip) = 824ee83f46654b68962263567f2957933d75b2bac016e6dbb9ea9df9a2a86e88
+SIZE (piwigo-12.2.0.zip) = 17894607
diff --git a/www/piwigo/pkg-plist b/www/piwigo/pkg-plist
index 67b5e2df8a27..ce95dbbdb205 100644
--- a/www/piwigo/pkg-plist
+++ b/www/piwigo/pkg-plist
@@ -1,3 +1,6 @@
+@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/language
+@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/plugins
+@dir(%%WWWOWN%%,%%WWWGRP%%,750) %%WWWDIR%%/themes
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fill_history.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/github_issues.php
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.php
@@ -64,12 +67,15 @@
 %%WWWDIR%%/admin/include/tabsheet.class.php
 %%WWWDIR%%/admin/include/themes.class.php
 %%WWWDIR%%/admin/include/updates.class.php
+%%WWWDIR%%/admin/include/user_tabs.inc.php
 %%WWWDIR%%/admin/index.php
 %%WWWDIR%%/admin/intro.php
 %%WWWDIR%%/admin/languages.php
 %%WWWDIR%%/admin/languages_installed.php
 %%WWWDIR%%/admin/languages_new.php
 %%WWWDIR%%/admin/maintenance.php
+%%WWWDIR%%/admin/maintenance_actions.php
+%%WWWDIR%%/admin/maintenance_env.php
 %%WWWDIR%%/admin/menubar.php
 %%WWWDIR%%/admin/notification_by_mail.php
 %%WWWDIR%%/admin/permalinks.php
@@ -279,9 +285,12 @@
 %%WWWDIR%%/admin/themes/default/js/doubleSlider.js
 %%WWWDIR%%/admin/themes/default/js/group_list.js
 %%WWWDIR%%/admin/themes/default/js/jquery.geoip.js
+%%WWWDIR%%/admin/themes/default/js/maintenance.js
+%%WWWDIR%%/admin/themes/default/js/maintenance_env.js
 %%WWWDIR%%/admin/themes/default/js/plugins_installated.js
 %%WWWDIR%%/admin/themes/default/js/stats.js
 %%WWWDIR%%/admin/themes/default/js/tags.js
+%%WWWDIR%%/admin/themes/default/js/user_list.js
 %%WWWDIR%%/admin/themes/default/print.css
 %%WWWDIR%%/admin/themes/default/template/admin.tpl
 %%WWWDIR%%/admin/themes/default/template/album_notification.tpl
@@ -319,7 +328,8 @@
 %%WWWDIR%%/admin/themes/default/template/intro.tpl
 %%WWWDIR%%/admin/themes/default/template/languages_installed.tpl
 %%WWWDIR%%/admin/themes/default/template/languages_new.tpl
-%%WWWDIR%%/admin/themes/default/template/maintenance.tpl
+%%WWWDIR%%/admin/themes/default/template/maintenance_actions.tpl
+%%WWWDIR%%/admin/themes/default/template/maintenance_env.tpl
 %%WWWDIR%%/admin/themes/default/template/menubar.tpl
 %%WWWDIR%%/admin/themes/default/template/navigation_bar.tpl
 %%WWWDIR%%/admin/themes/default/template/notification_by_mail.tpl
@@ -344,6 +354,7 @@
 %%WWWDIR%%/admin/themes/default/template/updates_ext.tpl
 %%WWWDIR%%/admin/themes/default/template/updates_pwg.tpl
 %%WWWDIR%%/admin/themes/default/template/upgrade.tpl
+%%WWWDIR%%/admin/themes/default/template/user_activity.tpl
 %%WWWDIR%%/admin/themes/default/template/user_list.tpl
 %%WWWDIR%%/admin/themes/default/template/user_perm.tpl
 %%WWWDIR%%/admin/themes/default/theme.css
@@ -381,6 +392,7 @@
 %%WWWDIR%%/admin/updates.php
 %%WWWDIR%%/admin/updates_ext.php
 %%WWWDIR%%/admin/updates_pwg.php
+%%WWWDIR%%/admin/user_activity.php
 %%WWWDIR%%/admin/user_list.php
 %%WWWDIR%%/admin/user_list_backend.php
 %%WWWDIR%%/admin/user_perm.php
@@ -445,9 +457,11 @@
 %%WWWDIR%%/include/passwordhash.class.php
 %%WWWDIR%%/include/php_compat/gzopen.php
 %%WWWDIR%%/include/php_compat/index.php
-%%WWWDIR%%/include/phpmailer/PHPMailerAutoload.php
-%%WWWDIR%%/include/phpmailer/class.phpmailer.php
-%%WWWDIR%%/include/phpmailer/class.smtp.php
+%%WWWDIR%%/include/phpmailer/Exception.php
+%%WWWDIR%%/include/phpmailer/OAuth.php
+%%WWWDIR%%/include/phpmailer/PHPMailer.php
+%%WWWDIR%%/include/phpmailer/POP3.php
+%%WWWDIR%%/include/phpmailer/SMTP.php
 %%WWWDIR%%/include/picture_comment.inc.php
 %%WWWDIR%%/include/picture_metadata.inc.php
 %%WWWDIR%%/include/picture_rate.inc.php
@@ -462,20 +476,31 @@
 %%WWWDIR%%/include/random_compat/random_bytes_mcrypt.php
 %%WWWDIR%%/include/random_compat/random_int.php
 %%WWWDIR%%/include/section_init.inc.php
-%%WWWDIR%%/include/smarty/.gitattributes
-%%WWWDIR%%/include/smarty/.gitignore
-%%WWWDIR%%/include/smarty/.travis.yml
+%%WWWDIR%%/include/smarty/CHANGELOG.md
 %%WWWDIR%%/include/smarty/COMPOSER_RELEASE_NOTES.txt
-%%WWWDIR%%/include/smarty/COPYING.lib
 %%WWWDIR%%/include/smarty/INHERITANCE_RELEASE_NOTES.txt
+%%WWWDIR%%/include/smarty/LICENSE
 %%WWWDIR%%/include/smarty/NEW_FEATURES.txt
 %%WWWDIR%%/include/smarty/README
 %%WWWDIR%%/include/smarty/README.md
 %%WWWDIR%%/include/smarty/SMARTY_2_BC_NOTES.txt
 %%WWWDIR%%/include/smarty/SMARTY_3.0_BC_NOTES.txt
 %%WWWDIR%%/include/smarty/SMARTY_3.1_NOTES.txt
-%%WWWDIR%%/include/smarty/change_log.txt
 %%WWWDIR%%/include/smarty/composer.json
+%%WWWDIR%%/include/smarty/demo/configs/test.conf
+%%WWWDIR%%/include/smarty/demo/index.php
+%%WWWDIR%%/include/smarty/demo/plugins/cacheresource.apc.php
+%%WWWDIR%%/include/smarty/demo/plugins/cacheresource.memcache.php
+%%WWWDIR%%/include/smarty/demo/plugins/cacheresource.mysql.php
+%%WWWDIR%%/include/smarty/demo/plugins/cacheresource.pdo.php
+%%WWWDIR%%/include/smarty/demo/plugins/cacheresource.pdo_gzip.php
+%%WWWDIR%%/include/smarty/demo/plugins/resource.extendsall.php
+%%WWWDIR%%/include/smarty/demo/plugins/resource.mysql.php
+%%WWWDIR%%/include/smarty/demo/plugins/resource.mysqls.php
+%%WWWDIR%%/include/smarty/demo/templates/footer.tpl
+%%WWWDIR%%/include/smarty/demo/templates/header.tpl
+%%WWWDIR%%/include/smarty/demo/templates/index.tpl
+%%WWWDIR%%/include/smarty/expectException
 %%WWWDIR%%/include/smarty/lexer/smarty_internal_configfilelexer.plex
 %%WWWDIR%%/include/smarty/lexer/smarty_internal_configfileparser.y
 %%WWWDIR%%/include/smarty/lexer/smarty_internal_templatelexer.plex
@@ -483,6 +508,7 @@
 %%WWWDIR%%/include/smarty/libs/Autoloader.php
 %%WWWDIR%%/include/smarty/libs/Smarty.class.php
 %%WWWDIR%%/include/smarty/libs/SmartyBC.class.php
+%%WWWDIR%%/include/smarty/libs/bootstrap.php
 %%WWWDIR%%/include/smarty/libs/debug.tpl
 %%WWWDIR%%/include/smarty/libs/plugins/block.textformat.php
 %%WWWDIR%%/include/smarty/libs/plugins/function.counter.php
@@ -501,6 +527,7 @@
 %%WWWDIR%%/include/smarty/libs/plugins/modifier.date_format.php
 %%WWWDIR%%/include/smarty/libs/plugins/modifier.debug_print_var.php
 %%WWWDIR%%/include/smarty/libs/plugins/modifier.escape.php
+%%WWWDIR%%/include/smarty/libs/plugins/modifier.mb_wordwrap.php
 %%WWWDIR%%/include/smarty/libs/plugins/modifier.regex_replace.php
 %%WWWDIR%%/include/smarty/libs/plugins/modifier.replace.php
 %%WWWDIR%%/include/smarty/libs/plugins/modifier.spacify.php
@@ -529,19 +556,22 @@
 %%WWWDIR%%/include/smarty/libs/plugins/shared.make_timestamp.php
 %%WWWDIR%%/include/smarty/libs/plugins/shared.mb_str_replace.php
 %%WWWDIR%%/include/smarty/libs/plugins/shared.mb_unicode.php
-%%WWWDIR%%/include/smarty/libs/plugins/shared.mb_wordwrap.php
 %%WWWDIR%%/include/smarty/libs/plugins/variablefilter.htmlspecialchars.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_cacheresource.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_cacheresource_custom.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_data.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_block.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_append.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_assign.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_block.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_block_child.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_break.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_call.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_capture.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_child.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_config_load.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_continue.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_debug.php
@@ -555,7 +585,9 @@
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_include_php.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_insert.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_nocache.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_parent.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
@@ -578,7 +610,7 @@
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_configfileparser.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_data.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_debug.php
-%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_extension_clear.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_errorhandler.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php
@@ -597,13 +629,16 @@
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_configload.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_createdata.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getglobal.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_gettags.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_literals.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php
@@ -641,18 +676,17 @@
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_stream.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_resource_string.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php
-%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_hhvm.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
-%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_subtemplate.php
+%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
-%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_validatecompiled.php
-%%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_var.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
 %%WWWDIR%%/include/smarty/libs/sysplugins/smarty_internal_template.php
@@ -690,6 +724,7 @@
 %%WWWDIR%%/include/ws_functions/pwg.php
 %%WWWDIR%%/include/ws_functions/pwg.tags.php
 %%WWWDIR%%/include/ws_functions/pwg.users.php
+%%WWWDIR%%/include/ws_init.inc.php
 %%WWWDIR%%/include/ws_protocols/index.php
 %%WWWDIR%%/include/ws_protocols/json_encoder.php
 %%WWWDIR%%/include/ws_protocols/php_encoder.php
@@ -759,6 +794,9 @@
 %%WWWDIR%%/install/db/157-database.php
 %%WWWDIR%%/install/db/158-database.php
 %%WWWDIR%%/install/db/159-database.php
+%%WWWDIR%%/install/db/160-database.php
+%%WWWDIR%%/install/db/161-database.php
+%%WWWDIR%%/install/db/162-database.php
 %%WWWDIR%%/install/db/61-database.php
 %%WWWDIR%%/install/db/62-database.php
 %%WWWDIR%%/install/db/63-database.php
@@ -812,6 +850,7 @@
 %%WWWDIR%%/install/upgrade_1.6.0.php
 %%WWWDIR%%/install/upgrade_1.6.2.php
 %%WWWDIR%%/install/upgrade_1.7.0.php
+%%WWWDIR%%/install/upgrade_11.0.0.php
 %%WWWDIR%%/install/upgrade_2.0.0.php
 %%WWWDIR%%/install/upgrade_2.1.0.php
 %%WWWDIR%%/install/upgrade_2.10.0.php
@@ -823,1219 +862,6 @@
 %%WWWDIR%%/install/upgrade_2.7.0.php
 %%WWWDIR%%/install/upgrade_2.8.0.php
 %%WWWDIR%%/install/upgrade_2.9.0.php
-@mode 750
-@owner %%WWWOWN%%
-@group %%WWWGRP%%
-%%WWWDIR%%/language/af_ZA/about.html
-%%WWWDIR%%/language/af_ZA/admin.lang.php
-%%WWWDIR%%/language/af_ZA/af_ZA.jpg
-%%WWWDIR%%/language/af_ZA/common.lang.php
-%%WWWDIR%%/language/af_ZA/help/cat_modify.html
-%%WWWDIR%%/language/af_ZA/help/cat_move.html
-%%WWWDIR%%/language/af_ZA/help/permalinks.html
-%%WWWDIR%%/language/af_ZA/help/search.html
-%%WWWDIR%%/language/af_ZA/help/synchronize.html
-%%WWWDIR%%/language/af_ZA/help/user_list.html
-%%WWWDIR%%/language/af_ZA/index.php
-%%WWWDIR%%/language/af_ZA/install.lang.php
-%%WWWDIR%%/language/af_ZA/iso.txt
-%%WWWDIR%%/language/af_ZA/upgrade.lang.php
-%%WWWDIR%%/language/ar_EG/ar_EG.jpg
-%%WWWDIR%%/language/ar_EG/common.lang.php
-%%WWWDIR%%/language/ar_EG/index.php
-%%WWWDIR%%/language/ar_EG/install.lang.php
-%%WWWDIR%%/language/ar_EG/iso.txt
-%%WWWDIR%%/language/ar_MA/ar_MA.jpg
-%%WWWDIR%%/language/ar_MA/common.lang.php
-%%WWWDIR%%/language/ar_MA/index.php
-%%WWWDIR%%/language/ar_MA/iso.txt
-%%WWWDIR%%/language/ar_SA/Translator.txt
-%%WWWDIR%%/language/ar_SA/about.html
-%%WWWDIR%%/language/ar_SA/admin.lang.php
-%%WWWDIR%%/language/ar_SA/ar_SA.jpg
-%%WWWDIR%%/language/ar_SA/common.lang.php
-%%WWWDIR%%/language/ar_SA/help/cat_modify.html
-%%WWWDIR%%/language/ar_SA/help/cat_move.html
-%%WWWDIR%%/language/ar_SA/help/cat_options.html
-%%WWWDIR%%/language/ar_SA/help/cat_perm.html
-%%WWWDIR%%/language/ar_SA/help/configuration.html
-%%WWWDIR%%/language/ar_SA/help/extend_for_templates.html
-%%WWWDIR%%/language/ar_SA/help/group_list.html
-%%WWWDIR%%/language/ar_SA/help/help_add_photos.html
-%%WWWDIR%%/language/ar_SA/help/help_groups.html
-%%WWWDIR%%/language/ar_SA/help/help_misc.html
-%%WWWDIR%%/language/ar_SA/help/help_permissions.html
-%%WWWDIR%%/language/ar_SA/help/help_virtual_links.html
-%%WWWDIR%%/language/ar_SA/help/history.html
-%%WWWDIR%%/language/ar_SA/help/maintenance.html
-%%WWWDIR%%/language/ar_SA/help/notification_by_mail.html
-%%WWWDIR%%/language/ar_SA/help/permalinks.html
-%%WWWDIR%%/language/ar_SA/help/photos_add_ftp.html
-%%WWWDIR%%/language/ar_SA/help/search.html
-%%WWWDIR%%/language/ar_SA/help/synchronize.html
-%%WWWDIR%%/language/ar_SA/help/user_list.html
-%%WWWDIR%%/language/ar_SA/index.php
-%%WWWDIR%%/language/ar_SA/install.lang.php
-%%WWWDIR%%/language/ar_SA/iso.txt
-%%WWWDIR%%/language/ar_SA/upgrade.lang.php
-%%WWWDIR%%/language/az_AZ/az_AZ.jpg
-%%WWWDIR%%/language/az_AZ/common.lang.php
-%%WWWDIR%%/language/az_AZ/iso.txt
-%%WWWDIR%%/language/bg_BG/about.html
-%%WWWDIR%%/language/bg_BG/admin.lang.php
-%%WWWDIR%%/language/bg_BG/bg_BG.jpg
-%%WWWDIR%%/language/bg_BG/common.lang.php
-%%WWWDIR%%/language/bg_BG/help/cat_modify.html
-%%WWWDIR%%/language/bg_BG/help/cat_move.html
-%%WWWDIR%%/language/bg_BG/help/cat_options.html
-%%WWWDIR%%/language/bg_BG/help/cat_perm.html
-%%WWWDIR%%/language/bg_BG/help/group_list.html
-%%WWWDIR%%/language/bg_BG/help/help_add_photos.html
-%%WWWDIR%%/language/bg_BG/help/help_groups.html
-%%WWWDIR%%/language/bg_BG/help/help_misc.html
-%%WWWDIR%%/language/bg_BG/help/permalinks.html
-%%WWWDIR%%/language/bg_BG/help/search.html
-%%WWWDIR%%/language/bg_BG/help/synchronize.html
-%%WWWDIR%%/language/bg_BG/help/user_list.html
-%%WWWDIR%%/language/bg_BG/index.php
-%%WWWDIR%%/language/bg_BG/install.lang.php
-%%WWWDIR%%/language/bg_BG/iso.txt
-%%WWWDIR%%/language/bg_BG/upgrade.lang.php
-%%WWWDIR%%/language/bn_IN/bn_IN.jpg
-%%WWWDIR%%/language/bn_IN/common.lang.php
-%%WWWDIR%%/language/bn_IN/iso.txt
-%%WWWDIR%%/language/br_FR/about.html
-%%WWWDIR%%/language/br_FR/admin.lang.php
-%%WWWDIR%%/language/br_FR/br_FR.jpg
-%%WWWDIR%%/language/br_FR/common.lang.php
-%%WWWDIR%%/language/br_FR/help/help_misc.html
-%%WWWDIR%%/language/br_FR/install.lang.php
-%%WWWDIR%%/language/br_FR/iso.txt
-%%WWWDIR%%/language/br_FR/upgrade.lang.php
-%%WWWDIR%%/language/ca_ES/about.html
-%%WWWDIR%%/language/ca_ES/admin.lang.php
-%%WWWDIR%%/language/ca_ES/ca_ES.jpg
-%%WWWDIR%%/language/ca_ES/common.lang.php
-%%WWWDIR%%/language/ca_ES/help/cat_modify.html
-%%WWWDIR%%/language/ca_ES/help/cat_move.html
-%%WWWDIR%%/language/ca_ES/help/cat_options.html
-%%WWWDIR%%/language/ca_ES/help/cat_perm.html
-%%WWWDIR%%/language/ca_ES/help/configuration.html
-%%WWWDIR%%/language/ca_ES/help/extend_for_templates.html
-%%WWWDIR%%/language/ca_ES/help/group_list.html
-%%WWWDIR%%/language/ca_ES/help/help_add_photos.html
-%%WWWDIR%%/language/ca_ES/help/help_groups.html
-%%WWWDIR%%/language/ca_ES/help/help_misc.html
-%%WWWDIR%%/language/ca_ES/help/help_permissions.html
-%%WWWDIR%%/language/ca_ES/help/help_virtual_links.html
-%%WWWDIR%%/language/ca_ES/help/history.html
-%%WWWDIR%%/language/ca_ES/help/maintenance.html
-%%WWWDIR%%/language/ca_ES/help/notification_by_mail.html
-%%WWWDIR%%/language/ca_ES/help/permalinks.html
-%%WWWDIR%%/language/ca_ES/help/photos_add_ftp.html
-%%WWWDIR%%/language/ca_ES/help/quick_search.html
-%%WWWDIR%%/language/ca_ES/help/search.html
-%%WWWDIR%%/language/ca_ES/help/synchronize.html
-%%WWWDIR%%/language/ca_ES/help/user_list.html
-%%WWWDIR%%/language/ca_ES/install.lang.php
-%%WWWDIR%%/language/ca_ES/iso.txt
-%%WWWDIR%%/language/ca_ES/upgrade.lang.php
-%%WWWDIR%%/language/cs_CZ/about.html
-%%WWWDIR%%/language/cs_CZ/admin.lang.php
-%%WWWDIR%%/language/cs_CZ/common.lang.php
-%%WWWDIR%%/language/cs_CZ/cs_CZ.jpg
-%%WWWDIR%%/language/cs_CZ/help/cat_modify.html
-%%WWWDIR%%/language/cs_CZ/help/cat_move.html
-%%WWWDIR%%/language/cs_CZ/help/cat_options.html
-%%WWWDIR%%/language/cs_CZ/help/cat_perm.html
-%%WWWDIR%%/language/cs_CZ/help/configuration.html
-%%WWWDIR%%/language/cs_CZ/help/extend_for_templates.html
-%%WWWDIR%%/language/cs_CZ/help/group_list.html
-%%WWWDIR%%/language/cs_CZ/help/help_add_photos.html
-%%WWWDIR%%/language/cs_CZ/help/help_groups.html
-%%WWWDIR%%/language/cs_CZ/help/help_misc.html
-%%WWWDIR%%/language/cs_CZ/help/help_permissions.html
-%%WWWDIR%%/language/cs_CZ/help/help_virtual_links.html
-%%WWWDIR%%/language/cs_CZ/help/history.html
-%%WWWDIR%%/language/cs_CZ/help/index.php
-%%WWWDIR%%/language/cs_CZ/help/maintenance.html
-%%WWWDIR%%/language/cs_CZ/help/notification_by_mail.html
-%%WWWDIR%%/language/cs_CZ/help/permalinks.html
-%%WWWDIR%%/language/cs_CZ/help/photos_add_ftp.html
-%%WWWDIR%%/language/cs_CZ/help/quick_search.html
-%%WWWDIR%%/language/cs_CZ/help/search.html
-%%WWWDIR%%/language/cs_CZ/help/synchronize.html
-%%WWWDIR%%/language/cs_CZ/help/user_list.html
-%%WWWDIR%%/language/cs_CZ/index.php
-%%WWWDIR%%/language/cs_CZ/install.lang.php
-%%WWWDIR%%/language/cs_CZ/iso.txt
-%%WWWDIR%%/language/cs_CZ/upgrade.lang.php
-%%WWWDIR%%/language/da_DK/about.html
-%%WWWDIR%%/language/da_DK/admin.lang.php
-%%WWWDIR%%/language/da_DK/common.lang.php
-%%WWWDIR%%/language/da_DK/da_DK.jpg
-%%WWWDIR%%/language/da_DK/help/cat_modify.html
-%%WWWDIR%%/language/da_DK/help/cat_move.html
-%%WWWDIR%%/language/da_DK/help/cat_options.html
-%%WWWDIR%%/language/da_DK/help/cat_perm.html
-%%WWWDIR%%/language/da_DK/help/configuration.html
-%%WWWDIR%%/language/da_DK/help/extend_for_templates.html
-%%WWWDIR%%/language/da_DK/help/group_list.html
-%%WWWDIR%%/language/da_DK/help/help_add_photos.html
-%%WWWDIR%%/language/da_DK/help/help_groups.html
-%%WWWDIR%%/language/da_DK/help/help_misc.html
-%%WWWDIR%%/language/da_DK/help/help_permissions.html
-%%WWWDIR%%/language/da_DK/help/help_virtual_links.html
-%%WWWDIR%%/language/da_DK/help/history.html
-%%WWWDIR%%/language/da_DK/help/maintenance.html
-%%WWWDIR%%/language/da_DK/help/notification_by_mail.html
-%%WWWDIR%%/language/da_DK/help/permalinks.html
-%%WWWDIR%%/language/da_DK/help/photos_add_ftp.html
-%%WWWDIR%%/language/da_DK/help/quick_search.html
-%%WWWDIR%%/language/da_DK/help/search.html
-%%WWWDIR%%/language/da_DK/help/synchronize.html
-%%WWWDIR%%/language/da_DK/help/user_list.html
-%%WWWDIR%%/language/da_DK/index.php
-%%WWWDIR%%/language/da_DK/install.lang.php
-%%WWWDIR%%/language/da_DK/iso.txt
-%%WWWDIR%%/language/da_DK/upgrade.lang.php
-%%WWWDIR%%/language/de_DE/about.html
-%%WWWDIR%%/language/de_DE/admin.lang.php
-%%WWWDIR%%/language/de_DE/common.lang.php
-%%WWWDIR%%/language/de_DE/de_DE.jpg
-%%WWWDIR%%/language/de_DE/help/cat_modify.html
-%%WWWDIR%%/language/de_DE/help/cat_move.html
-%%WWWDIR%%/language/de_DE/help/cat_options.html
-%%WWWDIR%%/language/de_DE/help/cat_perm.html
-%%WWWDIR%%/language/de_DE/help/configuration.html
-%%WWWDIR%%/language/de_DE/help/extend_for_templates.html
-%%WWWDIR%%/language/de_DE/help/group_list.html
-%%WWWDIR%%/language/de_DE/help/help_add_photos.html
-%%WWWDIR%%/language/de_DE/help/help_groups.html
-%%WWWDIR%%/language/de_DE/help/help_misc.html
-%%WWWDIR%%/language/de_DE/help/help_permissions.html
-%%WWWDIR%%/language/de_DE/help/help_virtual_links.html
-%%WWWDIR%%/language/de_DE/help/history.html
-%%WWWDIR%%/language/de_DE/help/index.php
-%%WWWDIR%%/language/de_DE/help/maintenance.html
-%%WWWDIR%%/language/de_DE/help/notification_by_mail.html
-%%WWWDIR%%/language/de_DE/help/permalinks.html
-%%WWWDIR%%/language/de_DE/help/photos_add_ftp.html
-%%WWWDIR%%/language/de_DE/help/quick_search.html
-%%WWWDIR%%/language/de_DE/help/search.html
-%%WWWDIR%%/language/de_DE/help/synchronize.html
-%%WWWDIR%%/language/de_DE/help/user_list.html
-%%WWWDIR%%/language/de_DE/index.php
-%%WWWDIR%%/language/de_DE/install.lang.php
-%%WWWDIR%%/language/de_DE/iso.txt
-%%WWWDIR%%/language/de_DE/upgrade.lang.php
-%%WWWDIR%%/language/dv_MV/common.lang.php
-%%WWWDIR%%/language/dv_MV/dv_MV.jpg
-%%WWWDIR%%/language/dv_MV/index.php
-%%WWWDIR%%/language/dv_MV/iso.txt
-%%WWWDIR%%/language/el_GR/about.html
-%%WWWDIR%%/language/el_GR/admin.lang.php
-%%WWWDIR%%/language/el_GR/common.lang.php
-%%WWWDIR%%/language/el_GR/el_GR.jpg
-%%WWWDIR%%/language/el_GR/help/cat_modify.html
-%%WWWDIR%%/language/el_GR/help/cat_move.html
-%%WWWDIR%%/language/el_GR/help/cat_options.html
-%%WWWDIR%%/language/el_GR/help/cat_perm.html
-%%WWWDIR%%/language/el_GR/help/configuration.html
-%%WWWDIR%%/language/el_GR/help/extend_for_templates.html
-%%WWWDIR%%/language/el_GR/help/group_list.html
-%%WWWDIR%%/language/el_GR/help/help_add_photos.html
-%%WWWDIR%%/language/el_GR/help/help_groups.html
-%%WWWDIR%%/language/el_GR/help/help_misc.html
-%%WWWDIR%%/language/el_GR/help/help_permissions.html
-%%WWWDIR%%/language/el_GR/help/help_virtual_links.html
-%%WWWDIR%%/language/el_GR/help/history.html
-%%WWWDIR%%/language/el_GR/help/maintenance.html
-%%WWWDIR%%/language/el_GR/help/notification_by_mail.html
-%%WWWDIR%%/language/el_GR/help/permalinks.html
-%%WWWDIR%%/language/el_GR/help/photos_add_ftp.html
-%%WWWDIR%%/language/el_GR/help/quick_search.html
-%%WWWDIR%%/language/el_GR/help/search.html
-%%WWWDIR%%/language/el_GR/help/synchronize.html
-%%WWWDIR%%/language/el_GR/help/user_list.html
-%%WWWDIR%%/language/el_GR/index.php
-%%WWWDIR%%/language/el_GR/install.lang.php
-%%WWWDIR%%/language/el_GR/iso.txt
-%%WWWDIR%%/language/el_GR/upgrade.lang.php
-%%WWWDIR%%/language/en_GB/about.html
-%%WWWDIR%%/language/en_GB/admin.lang.php
-%%WWWDIR%%/language/en_GB/common.lang.php
-%%WWWDIR%%/language/en_GB/en_GB.jpg
-%%WWWDIR%%/language/en_GB/help/quick_search.html
-%%WWWDIR%%/language/en_GB/index.php
-%%WWWDIR%%/language/en_GB/install.lang.php
-%%WWWDIR%%/language/en_GB/iso.txt
-%%WWWDIR%%/language/en_GB/upgrade.lang.php
-%%WWWDIR%%/language/en_UK/about.html
-%%WWWDIR%%/language/en_UK/admin.lang.php
-%%WWWDIR%%/language/en_UK/common.lang.php
-%%WWWDIR%%/language/en_UK/en_UK.jpg
-%%WWWDIR%%/language/en_UK/help/cat_modify.html
-%%WWWDIR%%/language/en_UK/help/cat_move.html
-%%WWWDIR%%/language/en_UK/help/cat_options.html
-%%WWWDIR%%/language/en_UK/help/cat_perm.html
-%%WWWDIR%%/language/en_UK/help/configuration.html
-%%WWWDIR%%/language/en_UK/help/extend_for_templates.html
-%%WWWDIR%%/language/en_UK/help/group_list.html
-%%WWWDIR%%/language/en_UK/help/help_add_photos.html
-%%WWWDIR%%/language/en_UK/help/help_groups.html
-%%WWWDIR%%/language/en_UK/help/help_misc.html
-%%WWWDIR%%/language/en_UK/help/help_permissions.html
-%%WWWDIR%%/language/en_UK/help/help_virtual_links.html
-%%WWWDIR%%/language/en_UK/help/history.html
-%%WWWDIR%%/language/en_UK/help/index.php
-%%WWWDIR%%/language/en_UK/help/maintenance.html
-%%WWWDIR%%/language/en_UK/help/notification_by_mail.html
-%%WWWDIR%%/language/en_UK/help/permalinks.html
-%%WWWDIR%%/language/en_UK/help/photos_add_ftp.html
-%%WWWDIR%%/language/en_UK/help/quick_search.html
-%%WWWDIR%%/language/en_UK/help/search.html
-%%WWWDIR%%/language/en_UK/help/synchronize.html
-%%WWWDIR%%/language/en_UK/help/user_list.html
-%%WWWDIR%%/language/en_UK/index.php
-%%WWWDIR%%/language/en_UK/install.lang.php
-%%WWWDIR%%/language/en_UK/iso.txt
-%%WWWDIR%%/language/en_UK/upgrade.lang.php
-%%WWWDIR%%/language/en_US/admin.lang.php
-%%WWWDIR%%/language/en_US/common.lang.php
-%%WWWDIR%%/language/en_US/en_US.jpg
-%%WWWDIR%%/language/en_US/index.php
-%%WWWDIR%%/language/en_US/iso.txt
-%%WWWDIR%%/language/eo_EO/about.html
-%%WWWDIR%%/language/eo_EO/admin.lang.php
-%%WWWDIR%%/language/eo_EO/common.lang.php
-%%WWWDIR%%/language/eo_EO/eo_EO.jpg
-%%WWWDIR%%/language/eo_EO/help/cat_modify.html
-%%WWWDIR%%/language/eo_EO/help/cat_move.html
-%%WWWDIR%%/language/eo_EO/help/cat_options.html
-%%WWWDIR%%/language/eo_EO/help/cat_perm.html
-%%WWWDIR%%/language/eo_EO/help/group_list.html
-%%WWWDIR%%/language/eo_EO/help/help_groups.html
-%%WWWDIR%%/language/eo_EO/help/help_misc.html
-%%WWWDIR%%/language/eo_EO/help/user_list.html
-%%WWWDIR%%/language/eo_EO/install.lang.php
-%%WWWDIR%%/language/eo_EO/iso.txt
-%%WWWDIR%%/language/eo_EO/upgrade.lang.php
-%%WWWDIR%%/language/es_AR/about.html
-%%WWWDIR%%/language/es_AR/common.lang.php
-%%WWWDIR%%/language/es_AR/es_AR.jpg
-%%WWWDIR%%/language/es_AR/index.php
-%%WWWDIR%%/language/es_AR/iso.txt
-%%WWWDIR%%/language/es_ES/about.html
-%%WWWDIR%%/language/es_ES/admin.lang.php
-%%WWWDIR%%/language/es_ES/common.lang.php
-%%WWWDIR%%/language/es_ES/es_ES.jpg
-%%WWWDIR%%/language/es_ES/help/cat_modify.html
-%%WWWDIR%%/language/es_ES/help/cat_move.html
-%%WWWDIR%%/language/es_ES/help/cat_options.html
-%%WWWDIR%%/language/es_ES/help/cat_perm.html
-%%WWWDIR%%/language/es_ES/help/configuration.html
-%%WWWDIR%%/language/es_ES/help/extend_for_templates.html
-%%WWWDIR%%/language/es_ES/help/group_list.html
-%%WWWDIR%%/language/es_ES/help/help_add_photos.html
-%%WWWDIR%%/language/es_ES/help/help_groups.html
-%%WWWDIR%%/language/es_ES/help/help_misc.html
-%%WWWDIR%%/language/es_ES/help/help_permissions.html
-%%WWWDIR%%/language/es_ES/help/help_virtual_links.html
-%%WWWDIR%%/language/es_ES/help/history.html
-%%WWWDIR%%/language/es_ES/help/index.php
-%%WWWDIR%%/language/es_ES/help/maintenance.html
-%%WWWDIR%%/language/es_ES/help/notification_by_mail.html
-%%WWWDIR%%/language/es_ES/help/permalinks.html
-%%WWWDIR%%/language/es_ES/help/photos_add_ftp.html
-%%WWWDIR%%/language/es_ES/help/quick_search.html
-%%WWWDIR%%/language/es_ES/help/search.html
-%%WWWDIR%%/language/es_ES/help/synchronize.html
-%%WWWDIR%%/language/es_ES/help/user_list.html
-%%WWWDIR%%/language/es_ES/index.php
-%%WWWDIR%%/language/es_ES/install.lang.php
-%%WWWDIR%%/language/es_ES/iso.txt
-%%WWWDIR%%/language/es_ES/upgrade.lang.php
-%%WWWDIR%%/language/es_MX/common.lang.php
-%%WWWDIR%%/language/es_MX/es_MX.jpg
-%%WWWDIR%%/language/es_MX/install.lang.php
-%%WWWDIR%%/language/es_MX/iso.txt
-%%WWWDIR%%/language/et_EE/about.html
-%%WWWDIR%%/language/et_EE/admin.lang.php
-%%WWWDIR%%/language/et_EE/common.lang.php
-%%WWWDIR%%/language/et_EE/et_EE.jpg
-%%WWWDIR%%/language/et_EE/help/cat_modify.html
-%%WWWDIR%%/language/et_EE/help/cat_move.html
-%%WWWDIR%%/language/et_EE/help/cat_options.html
-%%WWWDIR%%/language/et_EE/help/cat_perm.html
-%%WWWDIR%%/language/et_EE/help/configuration.html
-%%WWWDIR%%/language/et_EE/help/group_list.html
-%%WWWDIR%%/language/et_EE/install.lang.php
-%%WWWDIR%%/language/et_EE/iso.txt
-%%WWWDIR%%/language/et_EE/upgrade.lang.php
-%%WWWDIR%%/language/eu_ES/about.html
-%%WWWDIR%%/language/eu_ES/admin.lang.php
-%%WWWDIR%%/language/eu_ES/common.lang.php
-%%WWWDIR%%/language/eu_ES/eu_ES.jpg
-%%WWWDIR%%/language/eu_ES/help/cat_modify.html
-%%WWWDIR%%/language/eu_ES/help/cat_move.html
-%%WWWDIR%%/language/eu_ES/help/cat_options.html
-%%WWWDIR%%/language/eu_ES/help/cat_perm.html
-%%WWWDIR%%/language/eu_ES/help/configuration.html
-%%WWWDIR%%/language/eu_ES/help/extend_for_templates.html
-%%WWWDIR%%/language/eu_ES/help/group_list.html
-%%WWWDIR%%/language/eu_ES/help/help_add_photos.html
-%%WWWDIR%%/language/eu_ES/help/help_groups.html
-%%WWWDIR%%/language/eu_ES/help/help_misc.html
-%%WWWDIR%%/language/eu_ES/help/help_permissions.html
-%%WWWDIR%%/language/eu_ES/help/help_virtual_links.html
-%%WWWDIR%%/language/eu_ES/help/history.html
-%%WWWDIR%%/language/eu_ES/help/maintenance.html
-%%WWWDIR%%/language/eu_ES/help/notification_by_mail.html
-%%WWWDIR%%/language/eu_ES/help/permalinks.html
-%%WWWDIR%%/language/eu_ES/help/photos_add_ftp.html
-%%WWWDIR%%/language/eu_ES/help/quick_search.html
-%%WWWDIR%%/language/eu_ES/help/search.html
-%%WWWDIR%%/language/eu_ES/help/synchronize.html
-%%WWWDIR%%/language/eu_ES/help/user_list.html
-%%WWWDIR%%/language/eu_ES/install.lang.php
-%%WWWDIR%%/language/eu_ES/iso.txt
-%%WWWDIR%%/language/eu_ES/upgrade.lang.php
-%%WWWDIR%%/language/fa_IR/about.html
-%%WWWDIR%%/language/fa_IR/admin.lang.php
-%%WWWDIR%%/language/fa_IR/common.lang.php
-%%WWWDIR%%/language/fa_IR/fa_IR.jpg
-%%WWWDIR%%/language/fa_IR/help/cat_modify.html
-%%WWWDIR%%/language/fa_IR/help/cat_move.html
-%%WWWDIR%%/language/fa_IR/help/cat_options.html
-%%WWWDIR%%/language/fa_IR/help/help_add_photos.html
-%%WWWDIR%%/language/fa_IR/help/help_groups.html
-%%WWWDIR%%/language/fa_IR/help/help_misc.html
-%%WWWDIR%%/language/fa_IR/help/index.php
-%%WWWDIR%%/language/fa_IR/help/user_list.html
-%%WWWDIR%%/language/fa_IR/index.php
-%%WWWDIR%%/language/fa_IR/install.lang.php
-%%WWWDIR%%/language/fa_IR/iso.txt
-%%WWWDIR%%/language/fa_IR/upgrade.lang.php
-%%WWWDIR%%/language/fi_FI/about.html
-%%WWWDIR%%/language/fi_FI/admin.lang.php
-%%WWWDIR%%/language/fi_FI/common.lang.php
-%%WWWDIR%%/language/fi_FI/fi_FI.jpg
-%%WWWDIR%%/language/fi_FI/install.lang.php
-%%WWWDIR%%/language/fi_FI/iso.txt
-%%WWWDIR%%/language/fi_FI/upgrade.lang.php
-%%WWWDIR%%/language/fr_CA/about.html
-%%WWWDIR%%/language/fr_CA/admin.lang.php
-%%WWWDIR%%/language/fr_CA/common.lang.php
-%%WWWDIR%%/language/fr_CA/fr_CA.jpg
-%%WWWDIR%%/language/fr_CA/help/cat_modify.html
-%%WWWDIR%%/language/fr_CA/help/cat_move.html
-%%WWWDIR%%/language/fr_CA/help/cat_options.html
-%%WWWDIR%%/language/fr_CA/help/cat_perm.html
-%%WWWDIR%%/language/fr_CA/help/configuration.html
-%%WWWDIR%%/language/fr_CA/help/extend_for_templates.html
-%%WWWDIR%%/language/fr_CA/help/group_list.html
-%%WWWDIR%%/language/fr_CA/help/help_add_photos.html
-%%WWWDIR%%/language/fr_CA/help/help_groups.html
-%%WWWDIR%%/language/fr_CA/help/help_misc.html
-%%WWWDIR%%/language/fr_CA/help/help_permissions.html
-%%WWWDIR%%/language/fr_CA/help/help_virtual_links.html
-%%WWWDIR%%/language/fr_CA/help/history.html
-%%WWWDIR%%/language/fr_CA/help/index.php
-%%WWWDIR%%/language/fr_CA/help/maintenance.html
-%%WWWDIR%%/language/fr_CA/help/notification_by_mail.html
-%%WWWDIR%%/language/fr_CA/help/permalinks.html
-%%WWWDIR%%/language/fr_CA/help/photos_add_ftp.html
-%%WWWDIR%%/language/fr_CA/help/quick_search.html
-%%WWWDIR%%/language/fr_CA/help/search.html
-%%WWWDIR%%/language/fr_CA/help/synchronize.html
-%%WWWDIR%%/language/fr_CA/help/user_list.html
-%%WWWDIR%%/language/fr_CA/index.php
-%%WWWDIR%%/language/fr_CA/install.lang.php
-%%WWWDIR%%/language/fr_CA/iso.txt
-%%WWWDIR%%/language/fr_CA/upgrade.lang.php
-%%WWWDIR%%/language/fr_FR/about.html
-%%WWWDIR%%/language/fr_FR/admin.lang.php
-%%WWWDIR%%/language/fr_FR/common.lang.php
-%%WWWDIR%%/language/fr_FR/fr_FR.jpg
-%%WWWDIR%%/language/fr_FR/help/cat_modify.html
-%%WWWDIR%%/language/fr_FR/help/cat_move.html
-%%WWWDIR%%/language/fr_FR/help/cat_options.html
-%%WWWDIR%%/language/fr_FR/help/cat_perm.html
-%%WWWDIR%%/language/fr_FR/help/configuration.html
-%%WWWDIR%%/language/fr_FR/help/extend_for_templates.html
-%%WWWDIR%%/language/fr_FR/help/group_list.html
-%%WWWDIR%%/language/fr_FR/help/help_add_photos.html
-%%WWWDIR%%/language/fr_FR/help/help_groups.html
-%%WWWDIR%%/language/fr_FR/help/help_misc.html
-%%WWWDIR%%/language/fr_FR/help/help_permissions.html
-%%WWWDIR%%/language/fr_FR/help/help_virtual_links.html
-%%WWWDIR%%/language/fr_FR/help/history.html
-%%WWWDIR%%/language/fr_FR/help/index.php
-%%WWWDIR%%/language/fr_FR/help/maintenance.html
-%%WWWDIR%%/language/fr_FR/help/notification_by_mail.html
-%%WWWDIR%%/language/fr_FR/help/permalinks.html
-%%WWWDIR%%/language/fr_FR/help/photos_add_ftp.html
-%%WWWDIR%%/language/fr_FR/help/quick_search.html
-%%WWWDIR%%/language/fr_FR/help/search.html
-%%WWWDIR%%/language/fr_FR/help/synchronize.html
-%%WWWDIR%%/language/fr_FR/help/user_list.html
-%%WWWDIR%%/language/fr_FR/index.php
-%%WWWDIR%%/language/fr_FR/install.lang.php
-%%WWWDIR%%/language/fr_FR/iso.txt
-%%WWWDIR%%/language/fr_FR/upgrade.lang.php
-%%WWWDIR%%/language/ga_IE/common.lang.php
-%%WWWDIR%%/language/ga_IE/ga_IE.jpg
-%%WWWDIR%%/language/ga_IE/iso.txt
-%%WWWDIR%%/language/gl_ES/about.html
-%%WWWDIR%%/language/gl_ES/admin.lang.php
-%%WWWDIR%%/language/gl_ES/common.lang.php
-%%WWWDIR%%/language/gl_ES/gl_ES.jpg
-%%WWWDIR%%/language/gl_ES/help/cat_modify.html
-%%WWWDIR%%/language/gl_ES/help/cat_move.html
-%%WWWDIR%%/language/gl_ES/help/cat_options.html
-%%WWWDIR%%/language/gl_ES/help/cat_perm.html
-%%WWWDIR%%/language/gl_ES/help/configuration.html
-%%WWWDIR%%/language/gl_ES/help/extend_for_templates.html
-%%WWWDIR%%/language/gl_ES/help/group_list.html
-%%WWWDIR%%/language/gl_ES/help/help_add_photos.html
-%%WWWDIR%%/language/gl_ES/help/help_groups.html
-%%WWWDIR%%/language/gl_ES/help/help_misc.html
-%%WWWDIR%%/language/gl_ES/help/help_permissions.html
-%%WWWDIR%%/language/gl_ES/help/help_virtual_links.html
-%%WWWDIR%%/language/gl_ES/help/history.html
-%%WWWDIR%%/language/gl_ES/help/maintenance.html
-%%WWWDIR%%/language/gl_ES/help/notification_by_mail.html
-%%WWWDIR%%/language/gl_ES/help/permalinks.html
-%%WWWDIR%%/language/gl_ES/help/photos_add_ftp.html
-%%WWWDIR%%/language/gl_ES/help/search.html
-%%WWWDIR%%/language/gl_ES/help/synchronize.html
-%%WWWDIR%%/language/gl_ES/help/user_list.html
-%%WWWDIR%%/language/gl_ES/install.lang.php
-%%WWWDIR%%/language/gl_ES/iso.txt
-%%WWWDIR%%/language/gl_ES/upgrade.lang.php
-%%WWWDIR%%/language/gu_IN/common.lang.php
-%%WWWDIR%%/language/gu_IN/gu_IN.jpg
-%%WWWDIR%%/language/gu_IN/iso.txt
-%%WWWDIR%%/language/he_IL/about.html
-%%WWWDIR%%/language/he_IL/admin.lang.php
-%%WWWDIR%%/language/he_IL/common.lang.php
-%%WWWDIR%%/language/he_IL/he_IL.jpg
-%%WWWDIR%%/language/he_IL/help/cat_move.html
-%%WWWDIR%%/language/he_IL/help/help_add_photos.html
-%%WWWDIR%%/language/he_IL/install.lang.php
-%%WWWDIR%%/language/he_IL/iso.txt
-%%WWWDIR%%/language/he_IL/upgrade.lang.php
-%%WWWDIR%%/language/hr_HR/about.html
-%%WWWDIR%%/language/hr_HR/admin.lang.php
-%%WWWDIR%%/language/hr_HR/common.lang.php
-%%WWWDIR%%/language/hr_HR/help/cat_modify.html
-%%WWWDIR%%/language/hr_HR/help/cat_move.html
-%%WWWDIR%%/language/hr_HR/help/cat_options.html
-%%WWWDIR%%/language/hr_HR/help/cat_perm.html
-%%WWWDIR%%/language/hr_HR/help/configuration.html
-%%WWWDIR%%/language/hr_HR/help/extend_for_templates.html
-%%WWWDIR%%/language/hr_HR/help/group_list.html
-%%WWWDIR%%/language/hr_HR/help/help_add_photos.html
-%%WWWDIR%%/language/hr_HR/help/history.html
-%%WWWDIR%%/language/hr_HR/help/index.php
-%%WWWDIR%%/language/hr_HR/help/maintenance.html
-%%WWWDIR%%/language/hr_HR/help/notification_by_mail.html
-%%WWWDIR%%/language/hr_HR/help/permalinks.html
-%%WWWDIR%%/language/hr_HR/help/search.html
-%%WWWDIR%%/language/hr_HR/help/synchronize.html
-%%WWWDIR%%/language/hr_HR/help/user_list.html
-%%WWWDIR%%/language/hr_HR/hr_HR.jpg
-%%WWWDIR%%/language/hr_HR/index.php
-%%WWWDIR%%/language/hr_HR/install.lang.php
-%%WWWDIR%%/language/hr_HR/iso.txt
-%%WWWDIR%%/language/hr_HR/upgrade.lang.php
-%%WWWDIR%%/language/hu_HU/README.txt
-%%WWWDIR%%/language/hu_HU/about.html
-%%WWWDIR%%/language/hu_HU/admin.lang.php
-%%WWWDIR%%/language/hu_HU/common.lang.php
-%%WWWDIR%%/language/hu_HU/help/cat_move.html
-%%WWWDIR%%/language/hu_HU/help/cat_options.html
-%%WWWDIR%%/language/hu_HU/help/cat_perm.html
-%%WWWDIR%%/language/hu_HU/help/configuration.html
-%%WWWDIR%%/language/hu_HU/help/group_list.html
-%%WWWDIR%%/language/hu_HU/help/help_add_photos.html
-%%WWWDIR%%/language/hu_HU/help/help_groups.html
-%%WWWDIR%%/language/hu_HU/help/help_misc.html
-%%WWWDIR%%/language/hu_HU/help/help_permissions.html
-%%WWWDIR%%/language/hu_HU/help/help_virtual_links.html
-%%WWWDIR%%/language/hu_HU/help/history.html
-%%WWWDIR%%/language/hu_HU/help/index.php
-%%WWWDIR%%/language/hu_HU/help/maintenance.html
-%%WWWDIR%%/language/hu_HU/help/notification_by_mail.html
-%%WWWDIR%%/language/hu_HU/help/permalinks.html
-%%WWWDIR%%/language/hu_HU/help/photos_add_ftp.html
-%%WWWDIR%%/language/hu_HU/help/search.html
-%%WWWDIR%%/language/hu_HU/help/synchronize.html
-%%WWWDIR%%/language/hu_HU/help/user_list.html
-%%WWWDIR%%/language/hu_HU/hu_HU.jpg
-%%WWWDIR%%/language/hu_HU/index.php
-%%WWWDIR%%/language/hu_HU/install.lang.php
-%%WWWDIR%%/language/hu_HU/iso.txt
-%%WWWDIR%%/language/hu_HU/upgrade.lang.php
-%%WWWDIR%%/language/id_ID/common.lang.php
-%%WWWDIR%%/language/id_ID/id_ID.jpg
-%%WWWDIR%%/language/id_ID/index.php
-%%WWWDIR%%/language/id_ID/install.lang.php
-%%WWWDIR%%/language/id_ID/iso.txt
-%%WWWDIR%%/language/index.php
-%%WWWDIR%%/language/is_IS/about.html
-%%WWWDIR%%/language/is_IS/common.lang.php
-%%WWWDIR%%/language/is_IS/index.php
-%%WWWDIR%%/language/is_IS/is_IS.jpg
-%%WWWDIR%%/language/is_IS/iso.txt
-%%WWWDIR%%/language/it_IT/about.html
-%%WWWDIR%%/language/it_IT/admin.lang.php
-%%WWWDIR%%/language/it_IT/common.lang.php
-%%WWWDIR%%/language/it_IT/help/cat_modify.html
-%%WWWDIR%%/language/it_IT/help/cat_move.html
-%%WWWDIR%%/language/it_IT/help/cat_options.html
-%%WWWDIR%%/language/it_IT/help/cat_perm.html
-%%WWWDIR%%/language/it_IT/help/configuration.html
-%%WWWDIR%%/language/it_IT/help/extend_for_templates.html
-%%WWWDIR%%/language/it_IT/help/group_list.html
-%%WWWDIR%%/language/it_IT/help/help_add_photos.html
-%%WWWDIR%%/language/it_IT/help/help_groups.html
-%%WWWDIR%%/language/it_IT/help/help_misc.html
-%%WWWDIR%%/language/it_IT/help/help_permissions.html
-%%WWWDIR%%/language/it_IT/help/help_virtual_links.html
-%%WWWDIR%%/language/it_IT/help/history.html
-%%WWWDIR%%/language/it_IT/help/index.php
-%%WWWDIR%%/language/it_IT/help/maintenance.html
-%%WWWDIR%%/language/it_IT/help/notification_by_mail.html
-%%WWWDIR%%/language/it_IT/help/permalinks.html
-%%WWWDIR%%/language/it_IT/help/photos_add_ftp.html
-%%WWWDIR%%/language/it_IT/help/quick_search.html
-%%WWWDIR%%/language/it_IT/help/search.html
-%%WWWDIR%%/language/it_IT/help/synchronize.html
-%%WWWDIR%%/language/it_IT/help/user_list.html
-%%WWWDIR%%/language/it_IT/index.php
-%%WWWDIR%%/language/it_IT/install.lang.php
-%%WWWDIR%%/language/it_IT/iso.txt
-%%WWWDIR%%/language/it_IT/it_IT.jpg
-%%WWWDIR%%/language/it_IT/upgrade.lang.php
-%%WWWDIR%%/language/ja_JP/README.txt
-%%WWWDIR%%/language/ja_JP/about.html
-%%WWWDIR%%/language/ja_JP/admin.lang.php
-%%WWWDIR%%/language/ja_JP/common.lang.php
-%%WWWDIR%%/language/ja_JP/help/cat_modify.html
-%%WWWDIR%%/language/ja_JP/help/cat_move.html
-%%WWWDIR%%/language/ja_JP/help/cat_options.html
-%%WWWDIR%%/language/ja_JP/help/cat_perm.html
-%%WWWDIR%%/language/ja_JP/help/configuration.html
-%%WWWDIR%%/language/ja_JP/help/extend_for_templates.html
-%%WWWDIR%%/language/ja_JP/help/group_list.html
-%%WWWDIR%%/language/ja_JP/help/help_add_photos.html
-%%WWWDIR%%/language/ja_JP/help/help_groups.html
-%%WWWDIR%%/language/ja_JP/help/help_misc.html
-%%WWWDIR%%/language/ja_JP/help/help_permissions.html
-%%WWWDIR%%/language/ja_JP/help/help_virtual_links.html
-%%WWWDIR%%/language/ja_JP/help/history.html
-%%WWWDIR%%/language/ja_JP/help/index.php
-%%WWWDIR%%/language/ja_JP/help/maintenance.html
-%%WWWDIR%%/language/ja_JP/help/notification_by_mail.html
-%%WWWDIR%%/language/ja_JP/help/permalinks.html
-%%WWWDIR%%/language/ja_JP/help/photos_add_ftp.html
-%%WWWDIR%%/language/ja_JP/help/quick_search.html
-%%WWWDIR%%/language/ja_JP/help/search.html
-%%WWWDIR%%/language/ja_JP/help/synchronize.html
-%%WWWDIR%%/language/ja_JP/help/user_list.html
-%%WWWDIR%%/language/ja_JP/index.php
-%%WWWDIR%%/language/ja_JP/install.lang.php
-%%WWWDIR%%/language/ja_JP/iso.txt
-%%WWWDIR%%/language/ja_JP/ja_JP.jpg
-%%WWWDIR%%/language/ja_JP/upgrade.lang.php
-%%WWWDIR%%/language/ka_GE/about.html
-%%WWWDIR%%/language/ka_GE/admin.lang.php
-%%WWWDIR%%/language/ka_GE/common.lang.php
-%%WWWDIR%%/language/ka_GE/help/cat_modify.html
-%%WWWDIR%%/language/ka_GE/help/cat_move.html
-%%WWWDIR%%/language/ka_GE/help/cat_options.html
-%%WWWDIR%%/language/ka_GE/help/cat_perm.html
-%%WWWDIR%%/language/ka_GE/help/configuration.html
-%%WWWDIR%%/language/ka_GE/help/extend_for_templates.html
-%%WWWDIR%%/language/ka_GE/help/group_list.html
-%%WWWDIR%%/language/ka_GE/help/help_add_photos.html
-%%WWWDIR%%/language/ka_GE/help/help_groups.html
-%%WWWDIR%%/language/ka_GE/help/help_misc.html
-%%WWWDIR%%/language/ka_GE/help/help_permissions.html
-%%WWWDIR%%/language/ka_GE/help/help_virtual_links.html
-%%WWWDIR%%/language/ka_GE/help/history.html
-%%WWWDIR%%/language/ka_GE/help/index.php
-%%WWWDIR%%/language/ka_GE/help/maintenance.html
-%%WWWDIR%%/language/ka_GE/help/notification_by_mail.html
-%%WWWDIR%%/language/ka_GE/help/permalinks.html
-%%WWWDIR%%/language/ka_GE/help/photos_add_ftp.html
-%%WWWDIR%%/language/ka_GE/help/search.html
-%%WWWDIR%%/language/ka_GE/help/synchronize.html
-%%WWWDIR%%/language/ka_GE/help/user_list.html
-%%WWWDIR%%/language/ka_GE/index.php
-%%WWWDIR%%/language/ka_GE/install.lang.php
-%%WWWDIR%%/language/ka_GE/iso.txt
-%%WWWDIR%%/language/ka_GE/ka_GE.jpg
-%%WWWDIR%%/language/ka_GE/upgrade.lang.php
-%%WWWDIR%%/language/km_KH/about.html
-%%WWWDIR%%/language/km_KH/admin.lang.php
-%%WWWDIR%%/language/km_KH/common.lang.php
-%%WWWDIR%%/language/km_KH/index.php
-%%WWWDIR%%/language/km_KH/install.lang.php
-%%WWWDIR%%/language/km_KH/iso.txt
-%%WWWDIR%%/language/km_KH/km_KH.jpg
-%%WWWDIR%%/language/km_KH/upgrade.lang.php
-%%WWWDIR%%/language/kn_IN/about.html
-%%WWWDIR%%/language/kn_IN/admin.lang.php
*** 5225 LINES SKIPPED ***