summaryrefslogtreecommitdiff
path: root/www/typo3_45
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-15 12:36:33 +0000
committertaca <taca@pkgsrc.org>2011-12-15 12:36:33 +0000
commit26ed37ea765ebe8a6c75b6bca111652a21ad299c (patch)
tree68454a0ad535227be552e071ab2a835770782bf0 /www/typo3_45
parente16d0f240175a7d340ca0e7fc6f84c9881c82a58 (diff)
downloadpkgsrc-26ed37ea765ebe8a6c75b6bca111652a21ad299c.tar.gz
Re-import www/typo3 as www/typo3_45; rename from www/typo3.
Diffstat (limited to 'www/typo3_45')
-rw-r--r--www/typo3_45/DEINSTALL24
-rw-r--r--www/typo3_45/DESCR4
-rw-r--r--www/typo3_45/MESSAGE15
-rw-r--r--www/typo3_45/Makefile97
-rw-r--r--www/typo3_45/PLIST7453
-rw-r--r--www/typo3_45/distinfo9
-rw-r--r--www/typo3_45/files/README14
-rw-r--r--www/typo3_45/patches/patch-aa17
8 files changed, 7633 insertions, 0 deletions
diff --git a/www/typo3_45/DEINSTALL b/www/typo3_45/DEINSTALL
new file mode 100644
index 00000000000..cd4c952635b
--- /dev/null
+++ b/www/typo3_45/DEINSTALL
@@ -0,0 +1,24 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
+
+TYPO3_DIR="@PREFIX@/@TYPO3DIR@"
+TYPO3_SITEDIR="${TYPO3_DIR}/@SITEDIR@"
+TYPO3_SUBDIRS="uploads/tf uploads/pics uploads/media uploads typo3temp \
+ typo3conf/l10n typo3conf/ext typo3conf \
+ fileadmin/user_upload/_temp_ fileadmin/user_upload fileadmin/_temp_ \
+ fileadmin ${DIR}"
+
+case ${STAGE} in
+DEINSTALL)
+ (
+ cd ${TYPO3_SITEDIR}
+ ${RM} -f typo3conf/ENABLE_INSTALL_TOOL
+ ${RM} -f typo3conf/temp*.php
+ ${RM} -fr typo3temp/*
+ for d in ${TYPO3_SUBDIRS}; do
+ test -d $d && ${RMDIR} $d 2>/dev/null
+ done
+ )
+ ${RMDIR} ${TYPO3_SITEDIR} 2>/dev/null
+ ${RMDIR} ${TYPO3_DIR} 2>/dev/null
+ ;;
+esac
diff --git a/www/typo3_45/DESCR b/www/typo3_45/DESCR
new file mode 100644
index 00000000000..e52bb8af719
--- /dev/null
+++ b/www/typo3_45/DESCR
@@ -0,0 +1,4 @@
+TYPO3 is a free Open Source content management system for enterprise
+purposes on the web and in intranets. It offers full flexibility and
+extendability while featuring an accomplished set of ready-made
+interfaces, functions and modules.
diff --git a/www/typo3_45/MESSAGE b/www/typo3_45/MESSAGE
new file mode 100644
index 00000000000..9158b3774bb
--- /dev/null
+++ b/www/typo3_45/MESSAGE
@@ -0,0 +1,15 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
+
+If you update from old release (4.2.3 or before), you will need to create
+a new encryption key.
+
+(1) Upgrade to the new TYPO3 version.
+(2) Clear the configuration cache
+(3) Open the install tool and choose menu 1 ("Basic Configuration").
+(4) Scroll to the bottom of the page and click on the button
+ "Generate random key".
+(5) Submit the form by clicking on "Update localconf.php".
+(6) Clear the configuration and page cache again.
+
+===========================================================================
diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile
new file mode 100644
index 00000000000..c811eb8d223
--- /dev/null
+++ b/www/typo3_45/Makefile
@@ -0,0 +1,97 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
+#
+
+DISTNAME= ${TYPO3NAME}
+PKGNAME= typo3-${VER}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
+DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
+
+MAINTAINER= taca@NetBSD.org
+HOMEPAGE= http://typo3.com/
+COMMENT= The typo3 content management system
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
+DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
+DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+VER= 4.5.8
+NO_BUILD= yes
+USE_TOOLS= pax
+
+TYPO3NAME= typo3_src-${VER}
+SITESRC= dummy-${VER}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+# maybe resides in lang/php/phpversion.mk
+REPLACE_INTERPRETER+= php
+REPLACE.php.old= .*php[^ ]*
+REPLACE.php.new= ${PREFIX}/bin/php
+REPLACE_FILES.php= typo3/cli_dispatch.phpsh
+
+TYPO3DATADIR= fileadmin fileadmin/_temp_ fileadmin/user_upload \
+ typo3conf typo3conf/ext typo3conf/l10n typo3temp uploads \
+ uploads/media uploads/pics uploads/tf
+
+BUILD_DEFS+= APACHE_GROUP
+
+FILES_SUBST+= TYPO3DIR=${TYPO3DIR:Q} SITEDIR=${SITEDIR:Q}
+PLIST_SUBST+= EGDIR=${EGDIR:Q} SITEDIR=${SITEDIR:Q} \
+ TYPO3DIR=${TYPO3DIR:Q} TYPO3NAME=${TYPO3NAME:Q}
+
+EGDIR= share/examples/typo3
+
+INSTALLATION_DIRS+= ${EGDIR} ${TYPO3DIR}/${SITEDIR} ${TYPO3DIR}/${TYPO3NAME}
+
+CONF_FILES_PERMS+= ${EGDIR}/localconf.php \
+ ${TYPO3DIR}/${SITEDIR}/typo3conf/localconf.php \
+ ${REAL_ROOT_USER} ${APACHE_GROUP} 0660
+
+.for d in ${TYPO3DATADIR}
+OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${REAL_ROOT_USER} \
+ ${APACHE_GROUP} 0770
+CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d}
+.endfor
+
+SUBST_CLASSES+= conf
+SUBST_FILES.conf+= ${WRKDIR}/README
+SUBST_FILES.conf+= ${WRKSRC}/t3lib/config_default.php
+SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX:Q}|g'
+SUBST_SED.conf+= -e 's|@TYPO3DIR@|${TYPO3DIR:Q}|g'
+SUBST_SED.conf+= -e 's|@SITEDIR@|${SITEDIR:Q}|g'
+SUBST_STAGE.conf= post-configure
+
+PRINT_PLIST_AWK+= /^${EGDIR:S|/|\\/|g}/ \
+ { gsub(/${EGDIR:S|/|\\/|g}/, "$${EGDIR}") }
+PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \
+ { gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \
+ "$${TYPO3DIR}/$${TYPO3NAME}") }
+PRINT_PLIST_AWK+= /^${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
+ { gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \
+ "$${TYPO3DIR}/$${SITEDIR}") }
+
+.include "../../mk/bsd.prefs.mk"
+
+SITEDIR?= www
+TYPO3DIR?= share/typo3
+
+post-extract:
+ ${CP} ${FILESDIR}/README ${WRKDIR}
+
+pre-install:
+ ${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
+
+do-install:
+ cd ${WRKSRC}; \
+ pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME}
+ cd ${WRKDIR}/${SITESRC}; \
+ pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}
+ ${RM} -f ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/localconf.php
+ ${INSTALL_DATA} ${WRKDIR}/${SITESRC}/typo3conf/localconf.php \
+ ${DESTDIR}${PREFIX}/${EGDIR}
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/typo3_45/PLIST b/www/typo3_45/PLIST
new file mode 100644
index 00000000000..5a12a8256d3
--- /dev/null
+++ b/www/typo3_45/PLIST
@@ -0,0 +1,7453 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
+${EGDIR}/localconf.php
+${TYPO3DIR}/${TYPO3NAME}/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/GPL.txt
+${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
+${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
+${TYPO3DIR}/${TYPO3NAME}/README.txt
+${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
+${TYPO3DIR}/${TYPO3NAME}/_.htaccess
+${TYPO3DIR}/${TYPO3NAME}/index.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/resources/ddl.sql
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_exception.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_factory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/class.t3lib_cache_manager.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/last_synched_revision
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.gzip_encode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_admin.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_ajax.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_arraybrowser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_autoloader.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_basicfilefunc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_bedisplaylog.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_befunc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_beuserauth.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_browsetree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cache.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cli.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_clipboard.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_compressor.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_cs.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_db.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_diff.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_div.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_exception.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_exec.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extfilefunc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extmgm.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_extobjbase.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flashmessage.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flashmessagequeue.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_flexformtools.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_foldertree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_formmail.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_frontendedit.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_fullsearch.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_htmlmail.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_iconworks.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_install.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_loaddbgroup.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_loadmodules.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_lock.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_matchcondition.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_modsettings.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_page.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pagerenderer.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pagetree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_parsehtml.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_parsehtml_proc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_pdohelper.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_positionmap.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_querygenerator.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_readmail.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_recordlist.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_refindex.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_registry.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_rteapi.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_scbase.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_softrefproc.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_spritemanager.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_sqlengine.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_sqlparser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_stdgraphic.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_superadmin.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_svbase.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_syntaxhl.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms_fe.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tceforms_inline.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tcemain.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_timetrack.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_timetracknull.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_transferdata.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_transl8tools.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_treeview.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsfebeuserauth.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser_ext.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsparser_tsconfig.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tsstyleconfig.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_tstemplate.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_userauth.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_userauthgroup.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/class.t3lib_xml.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/config_default.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_action.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/core_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/ascii.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/big5.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/euc-kr.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/gb2312.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-1.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-10.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-11.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-13.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-14.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-15.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-16.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-2.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-3.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-4.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-5.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-6.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-7.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-8.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/iso-8859-9.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/koi8-r.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/shift_jis.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1250.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1251.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1252.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1253.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1254.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1255.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1256.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1257.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-1258.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/csconvtbl/windows-874.tbl
+${TYPO3DIR}/${TYPO3NAME}/t3lib/db/class.t3lib_db_preparedstatement.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_abstractexceptionhandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_debugexceptionhandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_errorhandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_exception.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/class.t3lib_error_productionexceptionhandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_errorhandlerinterface.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectapi.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/index.html
+${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/nimbus.ttf
+${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/fonts/vera.ttf
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_disabledformprotection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_factory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/formprotection/class.t3lib_formprotection_invalidtokenexception.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/index.html
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_browselinkshook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_mail_maileradapter.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_singleton.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/adminpanel.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ExtDirect.StateProvider.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/Ext.ux.state.TreePanel.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/actions.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/app.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/contextmenu.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/deletiondropzone.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/filteringtree.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/loadorder.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/nodeui.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/toppanel.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/tree.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/components/pagetree/javascript/treeeditor.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/contexthelp.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/notifications.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tceforms.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/tree/tree.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/util.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.app.SearchField.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.grid.RowExpander.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/Ext.ux.FitToParent.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.resizable.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/ext.ux.tabclosemenu.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/flashmessages.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.css
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/extjs/ux/resize.gif
+${TYPO3DIR}/${TYPO3NAME}/t3lib/js/jsfunc.tceforms_suggest.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.evalfield.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.inline.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.menu.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.updateform.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/jsfunc.validateform.js
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_mailer.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_mboxtransport.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_message.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_rfc822addressesparser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_backend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/message/class.t3lib_message_abstractmessage.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/message/class.t3lib_message_errorpagemessage.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/search/class.t3lib_search_livesearch.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/search/class.t3lib_search_livesearch_queryParser.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/load_ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tables.sql
+${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tbl_be.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/stddb/tbl_pages.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_flexforms.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tceforms/class.t3lib_tceforms_tree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/thumbs.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstractdataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstractstateprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_abstracttree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_node.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_nodecollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_representationnode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/class.t3lib_tree_sortednodecollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/SpecialCasing.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/Translit.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/UnicodeData.txt
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_client.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_command.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_debug.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_dependency.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_http.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_mail.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_phpoptions.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_versionnumber.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php
+${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/GPL.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_clickmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_db_navframe.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_file_navframe.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_intro.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_menu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_menu_sel.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_palette.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_shortcut.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_toplogo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/alt_topmenu_dummy.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/border.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/browse_links.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/browser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.alt_menu_functions.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.browse_links.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.db_list.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.db_list_extra.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.file_list.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.filelistfoldertree.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.show_rechis.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/class.webpagetree.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.ajaxlogin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.clearcachemenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.livesearch.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.modulemenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.shortcutmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3_tcefile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/classes/class.typo3logo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_check.sh
+${TYPO3DIR}/${TYPO3NAME}/typo3/cleaner_fix.sh
+${TYPO3DIR}/${TYPO3NAME}/typo3/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/cli_dispatch.phpsh
+${TYPO3DIR}/${TYPO3NAME}/typo3/close.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/RemoveXSS/RemoveXSS.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/VERSION_0.94
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/css/csharpcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/js/parsecsharp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/csharp/js/tokenizecsharp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/css/luacolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/lua/js/parselua.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/css/ometacolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/js/parseometa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/ometa/js/tokenizeometa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/css/phpcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/parsephp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/parsephphtmlmixed.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/php/js/tokenizephp.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/css/plsqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/plsql/js/parseplsql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/css/pythoncolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/python/js/parsepython.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/css/schemecolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/scheme/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/css/sqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/contrib/sql/js/parsesql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/baboon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/baboon_vector.ai
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/csscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/docs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/font.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/jscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/people.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/sparqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/css/xmlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/codemirror.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/highlight.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/mirrorframe.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsecss.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsedummy.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsehtmlmixed.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsejavascript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsesparql.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/parsexml.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/select.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/stringstream.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/tokenize.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/tokenizejavascript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/undo.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/unittests.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/js/util.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/codemirror/unittests.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/INCLUDE_ORDER.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/ext/ext-base.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/yui/ext-yui-adapter-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/adapter/yui/ext-yui-adapter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-all-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-all.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core-debug.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext-core.jsb2
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/ext.jsb2
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-af.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-am.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-bg.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ca.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-cs.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-da.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-de.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-el_GR.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-en_GB.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-es.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fi.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-fr_CA.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-gr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-he.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-hu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-id.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-it.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ja.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ko.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lt.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-lv.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-mk.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-nl.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NB.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-no_NN.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pl.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_BR.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-pt_PT.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ro.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ru.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sk.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sl.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sr_RS.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-sv_SE.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-th.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-tr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-ukr.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-vn.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_CN.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/locale/ext-lang-zh_TW.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/charts.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/debug.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all-notheme.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/ext-all.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/reset-min.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/borders.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/box.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/button.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/combo.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/core.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/date-picker.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/dd.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/debug.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/dialog.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/form.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/grid.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/layout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/list-view.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/panel-reset.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/pivotgrid.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/progress.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/qtips.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/reset.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/resizable.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/slider.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/tabs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/structure/window.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/borders.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/box.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/button.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/combo.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/core.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/date-picker.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/dd.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/debug.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/dialog.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/form.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/grid.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/layout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/list-view.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/pivotgrid.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/progress.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/qtips.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/resizable.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/slider.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/tabs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/visual/window.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/css/xtheme-blue.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/expressinstall.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/corners-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/l-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/l.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/r-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/r.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/tb-blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/box/tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-cs.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-lr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/group-tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-b-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-b.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-bo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow-o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/button/s-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/dd/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/editor/tb-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/checkbox.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/clear-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/clear-trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/date-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/date-trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/error-tip-corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/exclamation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/radio.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/search-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/search-trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/text-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-square.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-square.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger-tpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/form/trigger.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/gradient-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/arrow-left-white.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/arrow-right-white.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/col-move-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/col-move-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/columns.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/dirty.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/done.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/footer-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-blue-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-blue-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid-vista-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hd-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-rowheader.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-sel-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-by.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/group-expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hd-pop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/invalid_line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/mso-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/nowait.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-first-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-last-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-next-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-prev-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/page-prev.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/pick-button.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/refresh-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/refresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-check-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/row-sel.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/sort_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/grid/wait.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/gradient-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/mini-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/ns-collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/ns-expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-title-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/panel-title-light-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/stick.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/stuck.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/tab-close-on.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/layout/tab-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/group-checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/item-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/menu-parent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/menu/unchecked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/light-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tool-sprite-tpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tool-sprites.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/tools-sprites-trans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/panel/white-top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/progress/progress-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/tip-anchor-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/qtip/tip-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow-c.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow-lr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shadow.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/blue-loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/calendar.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/glass-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/hd-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/large-loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/left-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/right-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/shared/warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/e-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/e-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/ne-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/ne-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/nw-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/nw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/s-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/s-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/se-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/se-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/square.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/sw-handle-dark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/sizer/sw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-v-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/slider/slider-v-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroll-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroll-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/scroller-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-btm-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tabs/tabs-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow-light.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/btn-over-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/gray-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/more.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-sep.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/arrows.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-between.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/elbow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/folder-open.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/leaf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/tree/s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-error.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-question.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/icon-warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/resources.jsb
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/flvplayer.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/qtobject/qtobject.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/expressInstall.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/swfobject.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/jsmin/jsmin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/json/json.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/modernizr/modernizr.min.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/prototype/prototype.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/builder.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/controls.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/dragdrop.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/effects.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/scriptaculous.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/slider.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/sound.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/scriptaculous/unittest.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfobject_license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.cookies.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.queue.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.speed.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/plugins/swfupload.swfobject.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/swfupload.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swfupload/swfupload.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/LICENSE.TYPO3v4-Exception
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/README
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/VERSION
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Attachment.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/AbstractFilterableInputStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/ArrayByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/GenericFixedWidthReader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/UsAsciiReader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/Utf8Reader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/ArrayCharacterStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/NgCharacterStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/DependencyContainer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/DependencyException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/EmbeddedFile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/Base64Encoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/QpEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoder/Rfc2231Encoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Encoding.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/CommandEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/CommandListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/Event.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventDispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/EventObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SendEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SendListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/SimpleEventDispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionEvent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionListener.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FailoverTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/FileStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Filterable.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/InputByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/IoException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/ArrayKeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DiskKeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/KeyCacheInputStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/NullKeyCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/LoadBalancedTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/MailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer/ArrayRecipientIterator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mailer/RecipientIterator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Message.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Attachment.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/CharsetObserver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/EmbeddedFile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/EncodingObserver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Header.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderSet.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/AbstractHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/DateHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/IdentificationHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/ParameterizedHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/PathHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/UnstructuredHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/Message.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/MimeEntity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/MimePart.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/ParameterizedHeader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderSet.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMessage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMimeEntity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/MimePart.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/OutputByteStream.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/AntiFloodPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/BandwidthMonitorPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator/Replacements.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/DecoratorPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Logger.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/LoggerPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/ArrayLogger.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/EchoLogger.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Connection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ReporterPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HitReporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HtmlReporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Sleeper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/ThrottlerPlugin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Plugins/Timer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Preferences.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/ReplacementFilterFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/RfcComplianceException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SendmailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SmtpTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/SwiftException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/AuthHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Authenticator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/FailoverTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/IoBuffer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/LoadBalancedTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/MailInvoker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/MailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SendmailTransport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/SmtpAgent.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/Transport/StreamBuffer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/classes/Swift/TransportException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/cache_deps.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/mime_deps.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/mime_types.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/preferences.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_init.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required_pear.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.htc
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/websvg/svg.swf
+${TYPO3DIR}/${TYPO3NAME}/typo3/db_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/db_new.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/default.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/default.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/dummy.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/ext/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/file_edit.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/file_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/file_newfolder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/file_rename.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/file_upload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/123_go.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/acm_spacer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/acm_spacer2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/add_workspace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_backend_logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_backend_logo.old.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_topmenu_back_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/alt_topmenu_back_full.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/altmenuline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowdown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowleft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowright.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/arrowup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/bar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/blackclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/blinkarrow_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/blinkarrow_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/border_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/border_collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/border_expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_hide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_top_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_unhide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/button_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/bullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/div.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/filelinks.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/images_only.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/login_form.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/mailform.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/multimedia.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/regular_header.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/regular_text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/searchform.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/sitemap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/sitemap2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/text_image_below.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/text_image_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/c_wiz/user_defined.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear_all_cache.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear_cache.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clear_cache_files_in_typo3c.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clearout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_arrow_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_arrow_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_bottom_a.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_spacer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_spacer_a.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clickmenu/menu_top_a.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_copy_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_cut_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_deselect.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_pasteafter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_pasteinto.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clip_select.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/clipbrd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/close_12h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/close_gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/closedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/closedok_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/colorpicker.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/colorpicker_empty.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_client.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_fresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_first_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_last_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_next_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_previous.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/control_previous_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_folder_into.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_page_after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copy_page_into.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/copymode_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/datepicker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/delete_record.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/deleted_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/deletedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dmailerping.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_large.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_medium.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docback_mini2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_large.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_medium.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/docmiddle_mini2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_large.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_medium.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/doctop_mini2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_button.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_click.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_module.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/dummy_pane.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit2_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_fe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/edit_rtewiz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editaccess.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back2_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/editwin_pm_back_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emarrow_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emarrow_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/embeer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emcocktl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emcrook.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emdgust.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/ememail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emexclaim.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emfemale.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emgift.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emhammer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emlips.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emlove.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emmail_alert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emmale.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emmessag.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emphone.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emphoto.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emrose.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsad.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmiled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmileo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emsmilep.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emthdown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emthup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emunlove.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emvamp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emwink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/emoticons/emwww_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/error.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/expand_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fane_midt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fane_slut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fane_start.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fane_start_.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanebottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanebottom_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanefoot_h1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanefoot_h2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanefoot_h3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanefoot_v2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanefoot_v3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanehoejre_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanetop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanetop_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/faner/fanevenstre_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/3ds.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/CREDITS.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ai.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ani.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/au.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/avi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/bmp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/cdr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/css.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/doc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/dtd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/eps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/exe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/fh3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/flash.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/gif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/htm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/html3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ico.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/inc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/java.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/jpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/js.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/max.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mid.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mov.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mp3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mpeg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/mpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pcd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pcx.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/pdf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/php3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/png.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ppt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/psd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/rtf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/sgml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/swf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/sxc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/sxw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/t3d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/t3x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/tga.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/tif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/tmpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/ttf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/txt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/wav.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/wrl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/xls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/xml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/xsl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/fileicons/zip.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/filter_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/CREDITS.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/at.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ba.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/be.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/br.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cs.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ee.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/eg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/es-basque.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ga.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/gr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/hr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ie.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/il.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ir.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/is.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/jp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/kr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/lv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ma.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/mk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/mt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/multi-language.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/pt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/rs.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ru.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sa.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/sl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/tn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/tr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/ua.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/unknown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/us.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/flags/vn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/garbage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/go.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/goback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_clipbrd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_tobottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_totop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/group_upload.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpbubble.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpbubble_old.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpmark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/hidden_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history_details.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_tmp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_readonly.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_website.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/backup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_admin__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users_section__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/catalog.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/db_database.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_black.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_gray6.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_green.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_purple.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_red.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/default_yellow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/dmail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/domain.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/domain__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/domain__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_groups.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_groups__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_groups__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/fe_users__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/folder_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/mail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/mailgroup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/module.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modulefolder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_approvals.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_approvals__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_board.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_board__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_fe_users.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_fe_users__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_news.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_news__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_shop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/modules_shop__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/no_icon_found.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/notfound.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__fp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__fu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hfp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htfp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tfp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_catalog.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_language_overlay__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_link__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_mountpoint__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_notinmenu__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_shortcut__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_sitemap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/pages_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/recycler__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/setup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_delete.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_hide.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_moveto_plh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/shadow_moveto_pointer.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sitemap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/spacer_icon__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_action.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_lang.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_language.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_language__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_language__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_note.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_staticfile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_subscriber.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_workflows.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sys_workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/sysf_feuser.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_actions.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_mails.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_mails_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_modules.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_notepad.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_pages.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos_foreign.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos_foreign_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_todos_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tc_workflow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_add__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/template_standard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_address.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_antiques.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_author.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_books.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_category.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_bookstore_publisher.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_cat.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_calender_todo__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_bullets__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_div__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_form__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_header__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_html__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_image__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_list__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_login__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_menu__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_mm__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_news__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_script__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_search__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_shortcut__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_table__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_textpic__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_content_uploads__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_board.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_board_root.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_board_root__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_faq.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_faq_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_heritage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_images.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_links.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__tu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_article__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_cat.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__tu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_news_exturl__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_poll.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_products.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_products_cat.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_rating.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_antiques.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_event.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_heritage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/tt_user_profile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/user2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/user_event.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/user_profile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/userdatabase.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_fatalerror.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_note.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok_blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok_brown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_ok_dim.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/icon_warning2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowdown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowleft.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowright.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ie6/arrowup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/import.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/import_update.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/insert5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/installbackground.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/installlogo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/legend.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning_green.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/lightning_red.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/link_popup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/localize_el.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/localize_green.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/localize_red.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginbox_image.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginbox_image_dev.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginlogo_transp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/loginlogo_transp.old.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/magnifier.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mailicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/markstate.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/maximize.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/menu_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/minimize.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/minusbullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode1_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode2_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode3_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode4_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode5_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode6_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/mode7_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_folder_into.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_page_after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_page_into.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/move_record.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/napshot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_el.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/new_record.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newmail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord2_marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord2_marker_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord_marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/newrecord_marker_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notfound_thumb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/notice.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/arrowbullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/halfline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/join.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/joinbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/jointop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minusbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minusbullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minusonly.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/minustop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plusbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plusbullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plusonly.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/plustop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/quadline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/ol/stopper.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/old2_button_unhide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/old_button_hide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/old_button_unhide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/open_in_new_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/options.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_accesssection.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_deleted.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_hidden.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_hidden_timing.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_no_icon_found.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_sub.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_sub4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_sub5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/overlay_timing.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/perm-allowed.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/perm-denied.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/perm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pil2up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pildown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilleft_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilleft_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilleft_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilright_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilright_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilright_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/pilup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/placeasroot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/plusbullet2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/plusbullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning2_ani.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/recordlock_warning3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/reddown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/10.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/11.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/12.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/13.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/14.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/15.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/16.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/17.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/18.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/19.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/20.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/6.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/7.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/8.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rednumbers/9.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/redup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/refresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/refresh_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/refresh_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_db.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_db_lost.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_db_static.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rel_softref.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/rename.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/required_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/revert_0.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/revert_1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/revert_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/saveandclosedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/saveandclosedok_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedok_red.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedoknew.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedokshow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savedokshow_red.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/savesnapshot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/select_duplicates.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectall.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectmode_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selectnone.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/above_center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/above_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/above_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/below_center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/below_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/below_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_left_nowrap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/selicons/intext_right_nowrap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcut_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/shortcutgroups-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/spacer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/spinner.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/state_checked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_large.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_medium.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_medium2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_mini2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_minidoc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_minidoc2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stiblet_nodoc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/stop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/su.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/su_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/swap.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/switch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/synchronize_el.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/thumb_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/todoicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/todoicon_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/todoicon_user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_item_active_bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_separator.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/toolbar_shortcut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/translationsavedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/translationsavedok_clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/turn_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo.old.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo_mini.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/typo3logo_old.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/undelete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/undelete_and_edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/unmarkstate.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/upload.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/viewdok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/warning.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_colorpickerex.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_forms.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_rte.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_rte2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_tsconfig.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/wizard_tsconfig_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/working.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/zoom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/zoom2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/index.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/index_re.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/init.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/_.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/default.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/default.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/install/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.backend_cacheActionsHook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.backend_toolbaritem.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.filelist_editiconshook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/interfaces/interface.localrecordlist_actionsHook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/backend.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/backendsearch.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/browse_links.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/clearcachemenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/clickmenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/common.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/constantEditor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/debugPanel.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/iframepanel.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewport.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/extjs/viewportConfiguration.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/flashupload.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/iecompatibility.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/livesearch.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/loginrefresh.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/modulemenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/pagetreefiltermenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/shortcutmenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/tabmenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/toolbarmanager.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/tree.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/js/workspacemenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/jsfunc.tbe_editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/listframe_loader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/login_frameset.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/logomenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/logout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/md5.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/file/file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/help/help.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/note.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/tools/tool.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/user/user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/mod/web/website.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/move_el.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/show_item.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/show_rechis.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/install/install.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/element_csh.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/element_docheader.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/main_scaffolding.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/print.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/structure/topbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/stylesheets/visual/main_content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/about/mod/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/mod/aboutmodules.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/aboutmodules/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-active-record.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-active-recordx.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-csvlib.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-datadict.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-error.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-errorhandler.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-errorpear.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-exceptions.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-iterator.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-lib.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-memcache.lib.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-pager.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-pear.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-perf.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-php4.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-time.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/adodb.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/contrib/toxmlrpc.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-access.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-db2.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-firebird.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-generic.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-ibase.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-informix.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mssqlnative.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-oci8.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sapdb.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sqlite.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/datadict/datadict-sybase.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-access.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado_access.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ado_mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ads.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-borland_ibase.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-csv.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2oci.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-db2ora.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-fbsql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-firebird.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-informix.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-informix72.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-ldap.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssql_n.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssqlnative.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mssqlpo.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqlpo.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-mysqlt.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-netezza.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci805.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc_db2.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc_mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbc_oracle.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-odbtp_unicode.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-oracle.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_mysql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-pdo_sqlite.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-postgres8.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-proxy.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlanywhere.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlite3.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sqlitepo.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sybase.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-sybase_ase.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/drivers/adodb-vfp.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ar.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-bg.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-bgutf8.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ca.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-cn.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-cz.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-da.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-de.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-en.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-es.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-esperanto.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-fa.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-fr.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-hu.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-it.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-nl.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-pl.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-pt-br.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ro.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-ru1251.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-sv.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb-uk1251.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/lang/adodb_th.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pear/Auth/Container/ADOdb.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pear/readme.Auth.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-db2.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-informix.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mssql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mssqlnative.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-mysql.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-oci8.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/perf/perf-postgres.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/pivottable.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/rsfilter.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/server.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-compress-bzip2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-compress-gzip.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-cryptsession.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-cryptsession2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-mcrypt.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-md5.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-secret.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-encrypt-sha1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sess.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session-clob.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session-clob2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-session2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.mysql.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.clob.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/crypt.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/session_schema.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/session/session_schema2.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/toexport.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/tohtml.inc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xmlschema.dtd
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xmlschema03.dtd
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.2.xsl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.1-0.3.xsl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.1.xsl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/convert-0.2-0.3.xsl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/remove-0.2.xsl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/adodb/xsl/remove-0.3.xsl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/checkconnectionwizard.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/class.tx_adodb_tceforms.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/datasource_flexform_ds.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/510.DBAL.patch
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/README
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/doc/mssql-error-fix.patch
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/locallang_datasource_config.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/locallang_wizard.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/adodb/res/checkconnection.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/class.tx_belog_webinfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/mod/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/belog/mod/log.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/class.tx_beuser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/class.tx_beuser_switchbackuser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/beuser.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/beuser/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/classes/class.tx_cms_backendlayout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/localizationoverview1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_13.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_14.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_15.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagemodule_9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/cshimages/pagetree_overview_9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/flexform_media.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/class.tx_cms_layout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/db_layout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/db_new_content_el.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/interfaces/interface.tx_cms_layout_tt_content_drawitemhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/js/typo3pageModule.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/layout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_db_new_content_el.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/grideditor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/grideditor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit-inactive-1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-down-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-left-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-left.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-right-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up-inactive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-close.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-help.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-save.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tabledown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableleft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableright.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/typo3.pageModule.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_webinfo.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_weblayout.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_ttc.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tbl_cms.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tbl_tt_content.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/GPL.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_adminpanel.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_content.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_eidtools.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_extdirecteid.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fe.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fecompression.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_fetce.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_feuserauth.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_mediawizardcoreprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_mediawizardmanager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_menu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pagegen.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pibase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_search.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_case.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_cleargif.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_columns.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_content.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarrayinternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_file.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_form.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_html.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_loadregister.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_media.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_phpscript.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptexternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_records.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_scalablevectorgraphics.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_searchresult.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_shockwaveflashobject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_template.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_text.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_user.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/content/class.tslib_content_userinternal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/extdirecteid.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_mediaitems.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/hooks/class.tx_cms_treelistcacheupdate.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index_ts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_cobjgetsinglehook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getdatahook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getimgresourcehook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_postinithook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_stdwraphook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_mediawizardprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/interfaces/interface.tslib_menu_filterMenuPagesHook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/arrow_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/blackclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/blackdot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet1_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet1_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet2_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet2_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet3_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet3_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet4_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet4_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet5_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/bullet5_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/dot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/dots1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/dots2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/fwd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/greenclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/mark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/pen1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/pen2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/punktmrk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/redclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/rew.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/bullets/stipler3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/left_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/maskpart1.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/maskpart2.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/maskpart3.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/menubottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/menulevel1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/menulevel2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/menutop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/middle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/middle_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/buttons/right_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/angry.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/grin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/sad.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/smile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/tongue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/tonguewink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/veryhappy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/emoticons/wink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/3ds.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/CREDITS.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ai.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ani.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/au.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/avi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/bmp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/cdr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/css.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/doc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/dtd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/eps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/exe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/fh3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/flash.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/gif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/htm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/html1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/html2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/html3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ico.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/inc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/java.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/jpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/js.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/max.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/mid.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/mov.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/mpeg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/mpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/pcd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/pcx.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/pdf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/php3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/png.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ppt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/psd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/rtf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/sgml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/swf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/sxc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/sxw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/t3d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/t3x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/tga.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/tif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/tmpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/ttf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/txt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/wav.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/wrl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/xls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/xml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/xsl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/fileicons/zip.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/cctld.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/credits.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_cz_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_cz_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_de_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_de_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_dk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_dk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_es_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_es_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_fi_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_fi_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_fr_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_fr_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_it_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_it_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_lt_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_lt_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_lv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_lv_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_lv_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_nl_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_nl_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_pl_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_pl_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_se_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_se_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_si.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_si_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_si_si.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_sk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_sk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_uk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/flag_uk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_at.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_be.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_ch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_gr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_ie.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_is.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_pt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_tr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/flags/hl_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist1_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist1_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist2_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist2_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist3_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist3_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist4_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist4_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist5_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist5_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist6_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist6_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist7_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist7_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist8_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/artist8_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom1_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom1_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom2_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom2_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom3_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom3_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom4_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom4_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom5_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom5_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom6_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom6_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom7_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom7_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom8_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/frames/darkroom8_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/icons_misc/content_client.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/icons_misc/content_default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/icons_misc/content_fresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/icons_misc/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/icons_misc/notfound_thumb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/icons_misc/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/creditcard_control_numbers.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/creditcard_control_numbers_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/dankort.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/dankort_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/diners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/diners_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/express.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/letter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/mastercard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/mastercard_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/money.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/nordea.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/nordea_orig.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/nordea_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/pakketrans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/postdanmark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/set.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/soloe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/soloe_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/visa.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/logos/visa_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/defaultstylesheet.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/example_callfunction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/example_itemArrayProcFunc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/example_keepRollover.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/example_keepRollover.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/example_languageMenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/example_typolinkpop.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/freesite_dummy_page_menu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/gmenu_foldout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/gmenu_layers.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/join.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/joinbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/jsfunc.foldout.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/jsfunc.layermenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/makeMenu_datedirectory.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/pdaversion_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/plaintext_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/postit.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/printversion_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/testscript.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/testscript_EXT.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/testscript_INT.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/thread.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/xmenu_layers.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/back1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/back2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/back3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/back4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/back5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/candidate/bar_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/candidate/bar_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/candidate/dot_round.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/candidate/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/home.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/logo_welcome.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/main.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/pil.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/pil2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/search.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/crcph/toparrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/flag_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/flag_de_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/flag_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/flag_dk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/flag_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/flag_uk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/background_page.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/menu_back.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/menu_first.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/menu_last.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/menu_middle.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/menu_sublevel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/pict_logo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/pict_top.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/green/template.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/hyper/background_main.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/hyper/background_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/hyper/sprache.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/hyper/titel.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/menuRO_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/menuback_image.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/menuback_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/menuback_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/newsletter/600.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/newsletter/blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/newsletter/style.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/newsletter/template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/newsletter/toplogo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/postit_1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/postit_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/postit_3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/left_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/menu_afterimage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/menuback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/my_logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/top_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/re/top_leftofmenu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/testlogo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/testlogo2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/topimage.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/topimage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/toplogo.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/topmask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/typo3logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/typo3power1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/typo3power2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/media/uploads/typologo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/pagegen.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/publish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/showpic.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo_lang.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_pages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/feusers_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/feusers_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/hidden_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/hidden_page.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/page_shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/page_shortcut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/pages_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/pages_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/static.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/systemplate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/systemplate1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/systemplate2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/ttcontent_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_groups.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_users.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pageslol.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_statictpl.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysdomain.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_systmpl.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_ttcontent.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/example.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/example_outlines.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/img/background_gradient.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/img/red_arrow_bullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/css/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/flexform_ds.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pageTSconfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/pi1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/editorcfg.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.8/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.8/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v3.9/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.2/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.3/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.4/constants.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v4.4/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_autoloader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_em.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.tx_dbal_installtool.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_db_list_extra.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_db.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_sqlparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/class.tslib_fe.php.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_openoffice.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_rawmysql.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_xmldb.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_querycache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_sqlengine.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_tsparserext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/README
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/Templates/install.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/indexed_search.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/scheduler.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/templavoila.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/class.tx_em_api.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/class.tx_em_extensionmanager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectserver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectsoap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_soap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_ter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/database/class.tx_em_database.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_connectionexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionimportexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionxmlexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_mirrorxmlexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_xmlexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/extensions/class.tx_em_extensions_details.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/import/class.tx_em_import_extensionlistimporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/import/class.tx_em_import_mirrorlistimporter.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/install/class.tx_em_install.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_extensionxmlabstractparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_extensionxmlpullparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_extensionxmlpushparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlabstractparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlpullparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_mirrorxmlpushparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_xmlabstractparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/parser/class.tx_em_parser_xmlparserfactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/reports/class.tx_em_reports_extensionstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/repository/class.tx_em_repository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/repository/class.tx_em_repository_mirrors.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/repository/class.tx_em_repository_utility.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/settings/class.tx_em_settings.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tasks/class.tx_em_tasks_updateextensionlist.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_unzip.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_xmlhandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/translations/class.tx_em_translations.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables_static+adt.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/interfaces/interface.tx_em_index_checkdatabaseupdateshook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/interfaces/interface.tx_em_renderhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/t3_em.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_redo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_undo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/cancel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/download.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/drive.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/email.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/extension-required.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/filebrowser.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/flag.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/image.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/install.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/jslint.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/oodoc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/repupdate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/server.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/settings.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/text_indent.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/tools.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/uninstall.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_app.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_components.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_files.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_languages.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_layouts.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_locallist.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_repositorylist.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_settings.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_ter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_tools.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/em_usertools.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/overrides/ext_overrides.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/GridFilters.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/RowPanelExpander.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/TreeState.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/css/GridFilters.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/css/RangeMenu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/custom_plugins.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/fileuploadfield.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/BooleanFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/DateFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/Filter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/ListFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/NumericFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/filter/StringFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/equals.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/find.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/greater_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/less_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/sort_filtered_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/images/sort_filtered_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/jslint.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/menu/ListMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/menu/RangeMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/js/ux/searchfield.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ChangeLog.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ContainerIsLocked.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchFile.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/NoSuchOption.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/Exception/ParseError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Core/Bootstrap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Dispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FrontendUser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Model/FrontendUserGroup.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractEntity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/AbstractValueObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Error/Error.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/AbstractController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ActionController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/Argument.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ArgumentError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/Arguments.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ArgumentsValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ControllerContext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/ControllerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Controller/FlashMessages.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Dispatcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InfiniteLoop.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidActionName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidArgumentName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidArgumentType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidArgumentValue.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidControllerName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidExtensionName.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidMarker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidOrNoRequestHash.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidRequestMethod.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidRequestType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidTemplateResource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidUriPattern.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/InvalidViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchAction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchArgument.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/NoSuchController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/StopAction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Exception/UnsupportedRequestType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Request.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/RequestHandlerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/RequestHandlerResolver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/RequestInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Response.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/ResponseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/AbstractView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/EmptyView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/NotFoundView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/View/ViewInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/AbstractRequestHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/BackendRequestHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/FrontendRequestHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/Request.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/RequestBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/Response.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/MVC/Web/Routing/UriBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfoCache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Container.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/CannotInitializeCacheException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/TooManyRecursionLevelsException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/InvalidObjectConfiguration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/ObjectAlreadyRegistered.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnresolvedDependencies.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/WrongScope.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Manager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/BackendInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/CleanStateNotMemorized.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidNumberOfConstraints.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidPropertyType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/MissingBackend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/RepositoryException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/TooDirty.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnexpectedTypeException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedMethod.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedOrder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedRelation.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/IdentityMap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LazyLoadingProxy.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LazyObjectStorage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LoadingStrategyInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Manager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ManagerInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/ColumnMap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ObjectMonitoringInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/PropertyType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/AndInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/BindVariableValue.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/BindVariableValueInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Comparison.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/ComparisonInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Constraint.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/ConstraintInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/DynamicOperand.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/DynamicOperandInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/EquiJoinCondition.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/EquiJoinConditionInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Join.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/JoinConditionInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/JoinInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LogicalAnd.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LogicalNot.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LogicalOr.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LowerCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/LowerCaseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/NotInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Operand.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/OperandInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/OrInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Ordering.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/OrderingInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/PropertyValue.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/PropertyValueInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelConstantsInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModelFactoryInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Selector.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/SelectorInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/SourceInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/Statement.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/StaticOperand.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/StaticOperandInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/UpperCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QOM/UpperCaseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Query.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryFactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryFactoryInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryResult.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QueryResultInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/QuerySettingsInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Repository.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/RepositoryInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Session.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/BackendInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/Exception/BadConstraint.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/Exception/SqlError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Typo3QuerySettings.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/FormatNotSupported.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidFormat.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidProperty.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidSource.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Exception/InvalidTarget.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/Mapper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Property/MappingResults.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ClassReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/DocCommentParser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception/InvalidPropertyType.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/MethodReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/ParameterReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/PropertyReflection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Reflection/Service.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Channel/RequestHashService.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGeneration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForRequestHashGeneration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/SyntacticallyWrongRequestHash.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Arrays.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Cache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ClassLoader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/ExtbaseRequirementsCheck.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Extension.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/FrontendSimulator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/Localization.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/TypeHandling.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Utility/TypoScript.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Error.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidSubject.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfiguration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptions.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Exception/NoValidatorFound.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/PropertyError.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractCompositeValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractObjectValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AbstractValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/AlphanumericValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ConjunctionValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/DateTimeValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/DisjunctionValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/EmailAddressValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/FloatValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/GenericObjectValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/IntegerValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NotEmptyValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NumberRangeValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/NumberValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ObjectValidatorInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/RawValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/RegularExpressionValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/StringLengthValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/StringValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/TextValidator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/Validator/ValidatorInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Documentation/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Resources/Private/MVC/NotFoundView_Template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/BaseTestCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/SeleniumBaseTestCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/BaseTestCase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/BackendConfigurationManagerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Fixtures/Entity.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/AbstractControllerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/ActionControllerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/ArgumentTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Controller/ArgumentsTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/DispatcherTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Web/RequestBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Web/RequestTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/MVC/Web/Routing/UriBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/ClassInfoFactoryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/ContainerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/Testclasses.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Mapper/DataMapFactoryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/ObjectStorageTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/QueryResultTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/QueryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/SessionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Persistence/Storage/Typo3DbBackendTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/ArrayAccessClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithGettersAndSetters.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/ObjectAccessTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Reflection/ServiceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Security/Channel/RequestHashServiceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Security/Cryptography/HashServiceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/ExtensionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/LocalizationTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Utility/TypoScriptTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/AlphanumericValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/ConjunctionValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DateTimeValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/EmailAddressValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/FloatValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/IntegerValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NotEmptyValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberRangeValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RawValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RegularExpressionValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/TextValidatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorResolverTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_typoscript_setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/view/class.tx_feedit_editpanel.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_typoscript_setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/flexform.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/pi1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/file_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/filelist/mod1/list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ChangeLog.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/DocbookGeneratorService.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Compatibility/TemplateParserBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Configuration.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/Interceptor/Escape.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/InterceptorInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/ParsedTemplateInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/ParsingState.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ArrayNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/NodeInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ObjectAccessorNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RenderingContextAwareInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/RootNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/TextNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContextInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractTagBasedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ArgumentDefinition.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Arguments.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/InvalidVariableException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception/RenderingContextNotAccessibleException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/ChildNodeAccessInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets/PostParseInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBasedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TagBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/TemplateVariableContainer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperInterface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperVariableContainer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/MissingControllerException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/RenderingContextNotFoundException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetContextNotFoundException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/Exception/WidgetRequestNotFoundException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Fluid.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/Service/DocbookGenerator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidSectionException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/Exception/InvalidTemplateResourceException.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/StandaloneView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/View/TemplateView.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/AliasViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/BaseViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/AbstractBackendViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/CshViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/IconViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons/ShortcutViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/ContainerViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuItemViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus/ActionMenuViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfAuthenticatedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security/IfHasRoleViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Be/TableListViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CountViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/CycleViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/DebugViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ElseViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/EscapeViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FlashMessagesViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ForViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormFieldViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/CheckboxViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/ErrorsViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/HiddenViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/PasswordViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/RadioViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SelectViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/SubmitViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextareaViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextboxViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/TextfieldViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Form/UploadViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/CurrencyViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/Nl2brViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/NumberViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/PaddingViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Format/PrintfViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/GroupedForViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ImageViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/LayoutViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ActionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/EmailViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/ExternalViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Link/PageViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderChildrenViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderFlashMessagesViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfAuthenticatedViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Security/IfHasRoleViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/ThenViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/TranslateViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/EmailViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ExternalViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ImageViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/PageViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/AutocompleteViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/AutocompleteController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller/PaginateController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/PaginateViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Configuration/TypoScript/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Fixtures/TestViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/ChildNodeAccessFacetViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/PostParseFacetViewHelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand-split.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture01-shorthand.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06-split.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture06.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14-split.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures/TemplateParserTestFixture14.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/Interceptor/EscapeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/ParsingStateTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/AbstractNodeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/TextNodeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeComparatorTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/ViewHelperNodeTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserPatternTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Parser/TemplateParserTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Rendering/RenderingContextTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractTagBasedViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/AbstractViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ArgumentDefinitionTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ConditionViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TagBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/TemplateVariableContainerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper/ViewHelperVariableContainerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetControllerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/AjaxWidgetContextHolderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetContextTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestBuilderTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/AbstractTemplateViewTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/LayoutFixture.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/StandaloneViewFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewFixture.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TemplateViewSectionFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/TransparentSyntaxTreeNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/Fixtures/UnparsedTemplateFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/StandaloneViewTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/View/TemplateViewTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/AliasViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/BaseViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfAuthenticatedViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/IfHasRoleViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CountViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CycleViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ElseViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/ConstraintSyntaxTreeNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures/IfThenElseFixture.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ForViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormFieldViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/AbstractFormViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/CheckboxViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/ErrorsViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/EmptySyntaxTreeNode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures/Fixture_UserDomainClass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/HiddenViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/RadioViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SelectViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/SubmitViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextareaViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextboxViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/UploadViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CropViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/CurrencyViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/Nl2brViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/NumberViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PaddingViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format/PrintfViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/GroupedForViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/IfViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/EmailViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/ExternalViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfHasRoleViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_typoscript_setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/func.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/class.tx_funcwizards_webfunc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/app/template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/class.tx_impexp.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/class.tx_impexp_clickmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/diffview.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/excludebox.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/export.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/export1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/export2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/extdep.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/fileformat.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/htmlcss.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/impexp_misc4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/import.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/import_selectfile.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/metadata.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/pagetreecfg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/phpext.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/references2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/singlerecord.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/static1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/tablelist.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/cshimages/update.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/export.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/import.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/locallang_csh_45.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/modfunc1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/task/class.tx_impexp_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.crawler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.doublemetaphone.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.external_parser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.indexer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/class.lexer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/cli/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/doc/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/example/class.crawlerhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/example/class.pihook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_typoscript_editorcfg.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/ext_typoscript_setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/hooks/class.tx_indexedsearch_tslib_fe_hook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang_csh_indexcfg.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/isearch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/mod/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc1/class.tx_indexedsearch_modfunc1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc2/class.tx_indexedsearch_modfunc2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/modfunc2/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/considerations.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/indexed_search.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/doc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/jpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/locked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/pages.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/pdf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/pps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/ppt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/rtf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/sxc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/sxi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/sxw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/tif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/txt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/xls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/res/xml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/pi/template_css.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info/mod1/log.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/class.tx_infopagetsconfig_webinfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/cshimages/img_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/info_pagetsconfig/locallang_csh_webinfo.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Classes/Updates/Base.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/AlterPasswordForm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckImageMagick.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckMail.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseAdminUser.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseCache.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseImport.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseMenu.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CheckTheDatabaseUc.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/CleanUpManager.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayFieldComp.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayFields.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplaySuggestions.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/DisplayTwinImage.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GenerateUpdateDatabaseFormCheckboxes.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/GetUpdateDbFormWrap.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/ImageMenu.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/InitExtConfig.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install_123.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Install_login.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/LoginForm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PhpInformation.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PrintAll.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/PrintSection.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/SetupGeneral.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/StepHeader.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/StepOutput.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Typo3ConfEdit.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/Typo3TempManager.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/UpdateWizardParts.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/ViewArray.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Private/Templates/WriteToLocalConfControl.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/body-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/button-background-hover.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/button-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/content-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/input-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/login-icon-key.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuAbout.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuBackground.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuCleanup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuConfig.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuDatabase.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuExtConfig.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuImages.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuPhpinfo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuTypo3confEdit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuTypo3temp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/menuUpdate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Images/numbers.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Javascript/install.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/general.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/ie6.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/ie7.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install_123.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/install_login.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/Resources/Public/Stylesheets/reset.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/blackwhite_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/combine_back.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/combine_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/copyrights.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/greenback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.bmp
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.pcx
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.tga
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus2_transp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/jesus2_transp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/pdf_from_imagemagick.pdf
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/imgs/typo3logotype.ai
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/class.tx_install_session.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/install.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/report/class.tx_install_report_installstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/report/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/requirements.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_addflexformstoacl.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_charsetdefaults.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compatversion.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_cscsplit.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_flagsfromsprite.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagelink.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_imagescols.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installnewsysexts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_mergeadvanced.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_migrateworkspaces.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_notinmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_statictemplates.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_44f1273ab1.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_48784f637a.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_48784f637a.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_a8f7a333c8.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_a8f7a333c8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_d1fa76faad.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_d1fa76faad.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_f6b0cedc4d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_f6b0cedc4d.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_fcaf26c521.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_fe1e67e805.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_fe1e67e805.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_ai.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_bmp.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_gif.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_jpg.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_pcx.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_pdf.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_png.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_tga.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_read_tif.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_gif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_jpg.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_scale_png.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_write_gif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/install_write_png.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/install/verify_imgs/readme.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/4.5/locallang_csh_corebe.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/4.5/locallang_csh_pages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_13.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_14.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_15.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_16.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_17.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_18.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_19.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_20.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/be_groups_9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/beuser_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_13.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_14.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_15.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_16.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_17.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_18.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_19.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_20.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_21.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_22.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_23.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_24.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_25.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_26.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_27.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_28.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_29.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_30.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_31.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_32.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_33.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_34.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_35.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_36.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_37.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_38.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_39.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_40.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_41.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_42.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_43.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_44.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_46.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_47.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_48.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_49.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_50.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_51.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_52.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_53.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_54.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_55.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_56.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_57.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_58.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_59.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_60.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_61.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_62.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_63.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_64.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_65.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_67.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_68.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_69.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_70.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/core_9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/em_9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/filemount_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/login.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pages_8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pagetree_overview_10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/cshimages/pagetree_overview_11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/lang.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_alt_doc.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_alt_intro.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_browse_links.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_common.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_core.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_be_groups.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_be_users.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_corebe.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_em.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_pages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysfilem.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_syslang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysnews.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_sysws.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_web_func.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_csh_web_info.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_general.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_login.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_misc.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_admintools.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_doc.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_file.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_file_list.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_help.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_help_about.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_help_cshmanual.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_tools.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_tools_em.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_user.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_user_ws.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_usertools.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_func.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_info.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_list.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_mod_web_perm.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_show_rechis.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_t3lib_fullsearch.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tcemain.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsfe.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_tsparser.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_view_help.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_wizards.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/class.tx_linkvalidator_processor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_abstract.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_external.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_file.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_interface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_internal.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_linkhandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/tasks/class.tx_linkvalidator_tasks_validator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/classes/tasks/class.tx_linkvalidator_tasks_validatoradditionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/doc/manual.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/class.tx_linkvalidator_modfuncreport.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/modfuncreport/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/linkvalidator.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/mailtemplate.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/res/pagetsconfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/HOWTO_clean_up_TYPO3_installations.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/admin_cli.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_admin_core.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/class.tx_lowlevel_cleaner_core.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.cleanflexform.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.deleted.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.double_files.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.lost_files.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.missing_files.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.missing_relations.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.orphan_records.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.rte_images.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.syslog.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/clmods/class.versions.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/config.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/config/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/cli/cleaner_cli.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/cli/refindex_cli.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/db.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/dbint/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lowlevel/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/class.tx_opendocs.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/locallang_opendocs.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/mod/document.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/opendocs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/opendocs.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/opendocs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/registerToolbarItem.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/toolbar_item_active_bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/TODO
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_eid.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_mod_setup.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/class.tx_openid_return.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/AX.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Association.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/BigMath.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Consumer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/CryptUtil.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DatabaseConnection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DiffieHellman.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Discover.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/DumbStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Extension.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/FileStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/HMAC.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Interface.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/KVForm.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MemcachedStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Message.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/MySQLStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Nonce.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PAPE.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Parse.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/PostgreSQLStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SQLiteStore.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/SReg.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/Server.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/ServerRequest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/TrustRoot.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/OpenID/URINorm.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/HTTPFetcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Manager.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Misc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParanoidHTTPFetcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/ParseHTML.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/PlainHTTPFetcher.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XML.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRDS.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRI.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/XRIRes.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/Auth/Yadis/Yadis.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/COPYING
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/lib/php-openid/php-openid-typo3.patch
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_csh_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/sv1/class.tx_openid_store.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/sv1/class.tx_openid_sv1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/perm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/perm/mod1/perm.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/controller/class.tx_recycler_controller_ajax.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/helper/class.tx_recycler_helper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/model/class.tx_recycler_model_deletedRecords.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/model/class.tx_recycler_model_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/classes/view/class.tx_recycler_view_deletedRecords.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/css/customExtJs.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/accept.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/arrow_redo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/arrow_rotate_anticlockwise.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin_closed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/bin_empty.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/database_save.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/filter_clear.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/filter_refresh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/recycler.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/recycler2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/icons/x_toolbar_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/res/js/t3_recycler.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/interfaces/interface.tx_reports_report.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/interfaces/interface.tx_reports_statusprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/mod_styles.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/mod/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/class.tx_reports_reports_status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_configurationstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_securitystatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_systemstatus.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_typo3status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/reports/status/class.tx_reports_reports_status_warningmessagepostprocessor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/tasks/class.tx_reports_tasks_systemstatusupdatetask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/reports/tasks/class.tx_reports_tasks_systemstatusupdatetasknotificationemailfield.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_backendwarnings.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_feloginhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_loginformhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/hooks/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/base64.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/jsbn.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/jsbn2.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/prng4.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rng.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rsa.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/jsbn/rsa2.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/rsaauth.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/resources/rsaauth_min.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_abstract_backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_backendfactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_cmdline_backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_keypair.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_php_backend.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_abstract_storage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_session_storage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_split_storage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/sv1/storage/class.tx_rsaauth_storagefactory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/class.tx_rtehtmlareaapi.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/class.tx_rtehtmlarea_abouteditor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images/about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/class.tx_rtehtmlarea_acronym.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images/acronym.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/blockquote.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/indent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertHorizontalRule.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertOrderedList.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphAfter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphBefore.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertUnorderedList.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyCenter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyFull.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyLeft.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyRight.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/outdent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/class.tx_rtehtmlarea_blockstyle.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/class.tx_rtehtmlarea_charactermap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/insertCharacter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/ContextMenu/class.tx_rtehtmlarea_contextmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/class.tx_rtehtmlarea_copypaste.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images/paste.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean/class.tx_rtehtmlarea_defaultclean.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/forecolor.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/hilitecolor.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/class.tx_rtehtmlarea_defaultimage.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images/image.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/class.tx_rtehtmlarea_defaultinline.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/bold.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/italic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/strikethrough.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/subscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/superscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images/underline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/class.tx_rtehtmlarea_defaultlink.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images/unlink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/class.tx_rtehtmlarea_definitionlist.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionItem.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images/definitionList.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/class.tx_rtehtmlarea_editelement.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/images/element-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/class.tx_rtehtmlarea_editormode.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/images/ed_html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/class.tx_rtehtmlarea_findreplace.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/images/find.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/class.tx_rtehtmlarea_inlineelements.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/res/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/bidioverride.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/bold.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/citation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/code.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/definition.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/deletedtext.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/emphasis.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/insertedtext.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/italic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/keyboard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/monospaced.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/quotation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/sample.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/span.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/strikethrough.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/strong.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/subscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/superscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/underline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images/variable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/class.tx_rtehtmlarea_insertsmiley.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/images/smiley.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/class.tx_rtehtmlarea_language.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/left_to_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/right_to_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Language/skin/images/show-language-marks.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/class.tx_rtehtmlarea_plaintext.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-behaviour.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images/paste-toggle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/class.tx_rtehtmlarea_quicktag.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/images/inserttag.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/class.tx_rtehtmlarea_removeformat.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/images/remove-format.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/class.tx_rtehtmlarea_selectfont.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SelectFont/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/class.tx_rtehtmlarea_spellchecker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/images/spell-check.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/class.tx_rtehtmlarea_typo3color.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images/forecolor.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images/hilitecolor.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3HtmlParser/class.tx_rtehtmlarea_typo3htmlparser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/class.tx_rtehtmlarea_typo3image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/images/image.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/class.tx_rtehtmlarea_typo3link.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images/link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images/unlink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/class.tx_rtehtmlarea_tableoperations.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-merge.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-prop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/cell-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-prop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/col-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/insert_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-insert-above.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-insert-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-prop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/row-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-prop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/table-restyle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images/toggle-borders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextIndicator/class.tx_rtehtmlarea_textindicator.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextIndicator/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextStyle/class.tx_rtehtmlarea_textstyle.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/TextStyle/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/class.tx_rtehtmlarea_undoredo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/redo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/class.tx_rtehtmlarea_userelements.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/images/user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearcachemenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/class.tx_rtehtmlarea_clearrtecache.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/clearrtecache.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/clearrtecache/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/class.tx_rtehtmlarea_statusreport_conflictscheck.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/hooks/statusreport/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/HTMLAREA_LICENSE.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/htmlarea-gecko.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/htmlarea-ie.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_dialogs.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_msg.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/locallang_tooltips.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor/about-editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/acronym.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/block-elements.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/character-map.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/context-menu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/copy-paste.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/default-clean.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/default-image.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/default-inline.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/default-link.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/definition-list.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/img/red_arrow_bullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/edit-element.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/editor-mode.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/find-replace.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineCSS/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/inline-elements.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/insert-smiley.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0001.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0002.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0003.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0004.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0005.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0006.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0007.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0008.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0009.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0010.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0011.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0012.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0013.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0014.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0015.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0016.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0017.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0018.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0019.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/0020.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cool.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_cry.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_embarassed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_footinmouth.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_frown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_innocent.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_kiss.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_laughing.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_moneyinmouth.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_public_license.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_sealed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_smile.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_surprised.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_tongueout.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_undecided.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_wink.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys/mozilla_yell.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/language.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText/plain-text.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag/quick-tag.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectColor/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont/select-font.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-style.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/download.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/external_link_new_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link_new_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/mail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color/typo3color.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/typo3html-parser.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image/typo3image.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextIndicator/text-indicator.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UndoRedo/undo-redo.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements/user-elements.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/blank.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/popups/editor_help.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea-edited-content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/abbreviation-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bidi-override.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/blockquote.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/bold.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-merge.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cell-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/character-insert-from-map.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/citation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/code.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/color-foreground.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/column-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/definition.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/delete-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/deleted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-show-about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/editor-toggle-mode.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/element-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/emphasis.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/find-replace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/horizontal-rule-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/image-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/indent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/inserted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/italic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-full.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/justify-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/keyboard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/language-marks-show.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/link-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/mono-spaced.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/ordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/outdent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paragraph-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-behaviour.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste-toggle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/paste.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/quotation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/redo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/remove-format.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-above.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-insert-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/row-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/sample.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/smiley-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/span.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/spell-check.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strike-through.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/strong.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/subscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/superscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-restyle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/table-show-borders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/tag-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-left-to-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/text-direction-right-to-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/underline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unlink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/unordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/user-element-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions/variable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/alt_menu_mainitem_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/language-marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/row-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites/actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/dialog-ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status/resizable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/system-help-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_csh_abbreviation.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod2/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/browse_links.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_dam_browse_links.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod3/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_dam_browse_media.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod4/select_image.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/class.tx_rtehtmlarea_user.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod5/user.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod6/class.tx_rtehtmlarea_parse_html.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod6/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/mod6/parse_html.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi2/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link_new_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/mail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/accessibilityicons/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/advanced/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/advanced/userTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/contentcss/default.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/contentcss/img/red_arrow_bullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/contentcss/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/demo/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/demo/userTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/image/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/indentalign/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/proc/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/style/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/res/typical/userTSConfig.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/static/clickenlarge/setup.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/templates/rtehtmlarea_pageheader_frontend.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/class.tx_saltedpasswords_div.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/class.tx_saltedpasswords_emconfhelper.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/eval/class.tx_saltedpasswords_eval.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/eval/class.tx_saltedpasswords_eval_be.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/eval/class.tx_saltedpasswords_eval_fe.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_abstract_salts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_blowfish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_factory.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_md5.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_phpass.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/interfaces/interface.tx_saltedpasswords_salts.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/tasks/class.tx_saltedpasswords_tasks_bulkupdate.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/sv1/class.tx_saltedpasswords_sv1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/README.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_croncmd.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_croncmd_normalize.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_execution.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_failedexecutionexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/class.tx_scheduler_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_sleeptask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_sleeptask_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_testtask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/examples/class.tx_scheduler_testtask_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/interfaces/interface.tx_scheduler_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang_csh_scheduler.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_failure.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_late.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_running.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/status_scheduled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/gfx/stop.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/tx_scheduler_be.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/res/tx_scheduler_be.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_cachingframeworkgarbagecollection.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/tasks/class.tx_scheduler_cachingframeworkgarbagecollection_additionalfieldprovider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/lang.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/rte.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/cshimages/setup9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/locallang_csh_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/setup/mod/setup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/simulatestatic/class.tx_simulatestatic.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/simulatestatic/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/simulatestatic/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/class.tx_statictemplates.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/ext_tables_static+adt.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/locallang_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/arrow_act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/arrow_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blackclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blackdot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet1_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet1_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet2_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet2_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet3_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet3_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet4_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet5_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/bullet5_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dots1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/dots2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/fwd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/greenclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/mark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/pen1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/pen2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/punktmrk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/redclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/rew.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/bullets/stipler3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/left_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart1.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart2.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/maskpart3.tif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menubottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menulevel1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menulevel2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/menutop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/middle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/middle_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/buttons/right_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/angry.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/grin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/sad.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/smile.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/tongue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/tonguewink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/veryhappy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/emoticons/wink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/3ds.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/CREDITS.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ai.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ani.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/au.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/avi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/bmp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/cdr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/css.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/doc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/dtd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/eps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/exe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/fh3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/flash.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/gif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/htm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/html3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ico.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/inc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/java.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/jpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/js.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/max.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mid.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mov.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mpeg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/mpg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pcd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pcx.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/pdf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/php3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/png.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ppt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ps.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/psd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/rtf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sgml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/swf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sxc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/sxw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/t3d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/t3x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tga.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tif.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/tmpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/ttf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/txt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/wav.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/wrl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xml.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/xsl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/fileicons/zip.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/cctld.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/credits.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_cz_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_de_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_dk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_es_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fi_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_fr_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_it_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lt_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_lv_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_nl_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_pl_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_se_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_si_si.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_sk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/flag_uk_f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_at.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_be.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_ch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_cz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_es.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_fi.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_fr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_gr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_ie.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_is.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_it.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_lt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_pl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_pt.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_se.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_sk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_tr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/flags/hl_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist1_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist1_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist2_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist2_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist3_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist3_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist4_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist4_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist5_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist5_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist6_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist6_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist7_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist7_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist8_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/artist8_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom1_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom1_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom2_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom2_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom3_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom3_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom4_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom4_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom5_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom5_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom6_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom6_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom7_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom7_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom8_bottom.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/frames/darkroom8_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_client.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_fresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/notfound_thumb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/icons_misc/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/creditcard_control_numbers.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/creditcard_control_numbers_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/dankort.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/dankort_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/diners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/diners_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/express.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/letter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/mastercard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/mastercard_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/money.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea_orig.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/nordea_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/pakketrans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/postdanmark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/set.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/soloe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/soloe_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/visa.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/logos/visa_small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/defaultstylesheet.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_callfunction.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_itemArrayProcFunc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_keepRollover.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_keepRollover.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_languageMenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/example_typolinkpop.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/fe_adminLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/freesite_dummy_page_menu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/gmenu_foldout.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/gmenu_layers.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/join.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/joinbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/jsfunc.foldout.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/jsfunc.layermenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/makeMenu_datedirectory.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/pdaversion_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/plaintextLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/plaintext_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/postit.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/printversion_content.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript_EXT.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/testscript_INT.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/thread.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/tmenu_layers.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/wapversionLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/xmenu_layers.diff
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/scripts/xmlversionLib.inc
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/back5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/bar_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/bar_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/dot_round.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/candidate/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/home.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/logo_welcome.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/main.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/pil.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/pil2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/search.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/crcph/toparrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_de.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_de_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_dk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_dk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_uk.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/flag_uk_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/background_page.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_back.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_first.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_last.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_middle.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/menu_sublevel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/pict_logo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/pict_top.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/green/template.tmpl
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/background_main.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/background_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/sprache.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/hyper/titel.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuRO_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_image.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_mask.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/menuback_mask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/600.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/signup.htm
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/style.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/newsletter/toplogo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/postit_3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/left_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/leftmenu_ro.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/menu_afterimage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/menuback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/my_logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/top_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/re/top_leftofmenu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/testlogo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/testlogo2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topimage.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topimage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/toplogo.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/topmask.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3power1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typo3power2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/media/uploads/typologo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/statictemplates/template_standard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_auth.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_authbase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/class.tx_sv_loginformhook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_csh_sysaction.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/class.tx_sysaction_toolbarmenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/registerToolbarItem.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/x-sys_action.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_csh_sysnote.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_tca.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/LICENSE
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor_hooks_fileedit.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/class.tx_t3editor_hooks_tstemplateinfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/ts_codecompletion/class.tx_t3editor_codecompletion.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/classes/ts_codecompletion/class.tx_t3editor_tsrefloader.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/icons/loader_eeeeee.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/csscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/jscolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/sparqlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/t3editor_inner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/typoscriptcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/css/xmlcolors.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/fileedit.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/parse_typoscript/parsetyposcript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/parse_typoscript/tokenizetyposcript.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/t3editor.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/completionresult.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/descriptionPlugin.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tscodecompletion.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsparser.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tsref.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/templates/t3editor.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3editor/res/tsref/tsref.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/alt_backend_logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/alt_intro_image.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_collapse.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_expand.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_right_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/border_right_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/button_bg_o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/c_mainitem_hl_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/dropdown_arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/dropdown_arrow_o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/faded_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/forms_line_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h2_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h3_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h4_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/h_bgdots.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg_light.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/icon_toolbar_bg_light_o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/intro_all_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/intro_all_bg.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/intro_image.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/li.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/lightgrey_fade.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/list_sep.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/list_sep2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-border-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-box-body.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-box-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login-field-input.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_all_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_back.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_footer.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_grid.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_headline_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_nocookies.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_noscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/login_submit_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/menu_back.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/menu_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/navframe_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/small_arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/toolbar-icon-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/toolbar-sep.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/top_logo_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/top_logo_bg.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/backgrounds/ul.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/corners-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/l-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/l.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/r-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/r.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/tb-gray.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/box/tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-cs.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-lr.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/group-tb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-b-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-b.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-bo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-noline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow-o.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/button/s-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/dd/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/editor/tb-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/clear-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/date-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/error-tip-corners.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/exclamation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/search-trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/text-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/form/trigger.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/gradient-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/col-move-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/col-move-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/columns.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/dirty.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-blue-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hd-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-hrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/grid3-special-col-sel-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/group-by.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/group-expand-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hd-pop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-lock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/hmenu-unlock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/invalid_line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-first-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-last-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-next-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev-disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/page-prev.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/refresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-check-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-expand-sprite.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/row-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/grid/sort_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/mini-top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/panel-title-light-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/layout/white-top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/group-checked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/menu-parent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/menu/unchecked.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/light-hd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tool-sprite-tpl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tool-sprites.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/tools-sprites-trans.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-corners-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-left-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/panel/white-top-bottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/progress/progress-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/qtip/tip-anchor-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow-c.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow-lr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shadow.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/glass-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/hd-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/left-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/right-btn.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/shared/warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/e-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/ne-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/nw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/s-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/se-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/sizer/sw-handle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-v-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/slider/slider-v-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroll-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroll-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/scroller-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-inactive-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-left-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-btm-right-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tab-strip-btm-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tabs/tabs-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow-light.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/btn-over-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/glass-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/gray-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/more.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/tb-bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/toolbar/tb-btn-sprite.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/arrows.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/collapse-all.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-between.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-no.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-over.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/drop-yes.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-end.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-minus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-plus-nl.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow-plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/elbow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/expand-all.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/folder-open.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/leaf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/tree/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-error.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-question.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/icon-warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-corners.pspimage
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/left-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/right-corners.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/images/window/top-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/extjs/xtheme-t3skin.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/acm_spacer2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/common-input-clear.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_action/sys_action.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_action/sys_action__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/sys_note/ext_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/templavoila/mod1/clip_ref.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/templavoila/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/templavoila/mod1/moduleicon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_address/ext_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_address/ext_icon__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_board/ext_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_board/ext_icon__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__ht.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__t.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_calender/ext_icon__x.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_guest/ext_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_guest/ext_icon__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__ht.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__htu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__hu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__t.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__tu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__u.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/tt_news/ext_icon__x.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon/user_pm_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon/user_pm_icon__h.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/ext/user_photomarathon/tab_icon.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/acm_spacer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/acm_spacer2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/add_workspaces.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_backend_logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_menu_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_menu_mainitem_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/alt_topmenu_back_full.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/altmenuline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowdown.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowleft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowright.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/arrowup.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bg_input_button.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/bg_input_button_hover.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blackclear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blinkarrow_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/blinkarrow_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/border_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_hide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_unhide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/button_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/bullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/div.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/filelinks.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/images_only.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/login_form.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/mailform.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/multimedia.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/regular_text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/searchform.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/sitemap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/sitemap2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/text_image_below.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/text_image_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/c_wiz/user_defined.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear_all_cache.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear_cache.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clear_cache_files_in_typo3c.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clearout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_copy_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_cut_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_deselect.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_pasteafter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_pasteinto.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clip_select.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/clipbrd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/close.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/close_12h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/closedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/closedok_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_client.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_default.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_fresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/content_selected.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_first.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_first_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_last.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_last_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_next.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_next_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_previous.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/control_previous_disabled.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copy_page_after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copy_page_into.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/copymode_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/csv.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/delete_record.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/deleted_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/deletedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dmailerping.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_button.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_click.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_module.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/dummy_pane.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit2_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit2_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_fe.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/edit_rtewiz.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/editaccess.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/error.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/expand_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/fileicons/css.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/fileicons/folder.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/filter_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/garbage.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/go.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/goback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_clipbrd.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_tobottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_totop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_upload.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble_old.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpmark.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/hidden_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history_details.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_readonly.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_webfolders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_website.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/backend_layout__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_admin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups_lists.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/domain.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/domain__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/folder_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/halfline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/modules_fe_users.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_language_overlay.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_link.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_notinmenu__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_shortcut__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/pages_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/recycler__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/shadow_deleted.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/shadow_hide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/spacer_icon__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sys_workspace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__fup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hfup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__htup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__hup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__tup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/sysf__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_add__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/template_standard__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_bullets__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_div.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_form__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_header__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_html__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_image__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_list__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_login__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_menu__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_mm__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_search__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_shortcut__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_table__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_textpic__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hf.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hfu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__ht.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__htu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__hu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__t.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__u.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/tt_content_uploads__x.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_fatalerror.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_note.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok_blue.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok_brown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_ok_dim.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/icon_warning2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/import.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/import_update.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/info.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/insert5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/link_popup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/loginlogo_transp.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/logout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mailicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/maximize.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/menu_dummy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/minimize.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/minusbullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode1_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode2_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode3_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode4_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode5_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode6_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/mode7_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_page_after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_page_into.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/move_record.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/napshot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_el.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/new_record.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newmail.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord2_marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord2_marker_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord_marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/newrecord_marker_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notfound_thumb.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notfound_thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/notice.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/arrowbullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/blank.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/halfline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/join.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/joinbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/jointop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/line.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minusbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minusbullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minusonly.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/minustop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plus.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusbottom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusbullet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusbullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plusonly.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/plustop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/quadline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/ol/stopper.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/old2_button_unhide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/old_button_hide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/old_button_unhide.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/open_in_new_window.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/options.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_accesssection.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_deleted.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_hidden.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_hidden_timing.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_no_icon_found.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_no_icon_found.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_sub5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/overlay_timing.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm-allowed.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm-denied.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/perm.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pil2up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pildown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilleft_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilleft_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilleft_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilright_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilright_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilright_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/pilup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/plusbullet2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/plusbullet_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning2_ani.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/recordlock_warning3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/reddown.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/10.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/11.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/12.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/13.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/14.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/15.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/16.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/17.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/18.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/19.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/20.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/6.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/7.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/8.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rednumbers/9.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/redup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/refresh.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/refresh_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/refresh_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_db.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_db_lost.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_db_static.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rel_softref.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/rename.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/required_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/saveandclosedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/saveandclosedok_2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedok_red.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedoknew.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedokshow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savedokshow_red.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/savesnapshot.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/select_duplicates.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectall.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectmode_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selectnone.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/above_center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/above_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/above_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/below_center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/below_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/below_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_left_nowrap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/selicons/intext_right_nowrap.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcut_background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/shortcutgroups-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/spacer.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_large.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_medium.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_medium2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_mini.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_mini2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_minidoc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_minidoc2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stiblet_nodoc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/stop.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/su.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/su_back.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/switch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_d.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_h.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_n.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/thumb_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon_group.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/todoicon_user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/toolbar_item_active_bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/toolbar_separator.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/topmenu_background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/topmenu_background_palette.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_down.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/turn_up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/typo3logo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/up.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/upload.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/viewdok.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/warning.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_colorpickerex.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_forms.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_rte.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_rte2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_table.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/wizard_tsconfig_s.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/working.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/zoom.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/zoom2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-alert-error.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-alert-warning.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-icon-key.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-icon-news.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login-submit-progress.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_capslock.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_help.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_logo_sw.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_padlock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_reload.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/login_user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/logo-openid.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/mod/web/perm/legend.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_doc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file_images.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_file_list_big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_aboutmodules.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_cshmanual.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_help_ts.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_config.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_dbint.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_em.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_em.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_install.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_isearch.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_log.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_phpmyadmin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_tools_user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_setup.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_taskcenter.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_taskcenter_big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_user_ws.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_func.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_info.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_layout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_layout_big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_list_big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_modules.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_perms.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_ts.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_version.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/module_web_view_big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/options.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/adminpanel-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/adminpanel-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down-alt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right-alt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/arrows/module-menu-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button-hover.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/button.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button-hover.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/docheader-pagetree-button.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/login-box.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/module-menu-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/row-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/tab.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-left.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-mask.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/backgrounds/topbar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ad-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ad.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ae-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ae.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/af-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/af.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ag-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ag.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ai-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ai.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/al-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/al.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/am-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/am.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/an-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/an.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ao-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ao.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ar-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ar.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/as-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/as.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/at-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/at.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/au-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/au.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/aw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/aw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ax-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ax.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/az-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/az.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ba-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ba.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/be-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/be.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/br-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/br.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/by-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/by.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/bz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ca-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ca.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/catalonia-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/catalonia.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ch-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ch.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ci-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ci.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ck-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ck.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/co-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/co.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cx-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cx.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/cz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/de-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/de.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/do-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/do.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/dz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ec-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ec.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ee-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ee.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/eh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/england-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/england.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/er-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/er.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/es-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/es.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/et-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/et.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/europeanunion-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/europeanunion.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fam-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fam.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/fr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ga-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ga.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ge-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ge.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gq-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gq.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/gy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ht-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ht.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/hu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/id-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/id.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ie-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ie.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/il-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/il.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/in-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/in.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/io-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/io.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/iq-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/iq.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ir-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ir.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/is-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/is.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/it-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/it.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/jp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ke-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ke.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ki-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ki.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/km-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/km.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ky-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ky.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/kz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/la-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/la.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/li-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/li.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ls-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ls.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/lv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ly-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ly.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ma-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ma.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/md-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/md.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/me-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/me.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ml-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ml.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mo-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mp-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mq-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mq.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ms-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ms.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/multiple.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mx-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mx.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/my-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/my.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/mz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/na-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/na.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ne-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ne.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ng-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ng.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ni-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ni.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/no-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/no.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/np-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/np.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/nz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/om-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/om.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pa-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pa.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pe-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pe.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ph-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ph.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ps-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ps.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/pw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/py-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/py.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qa-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qa.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/qc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/re-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/re.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ro-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ro.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rs-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ru-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ru.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/rw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sa-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sa.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sb-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/scotland-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/scotland.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sd-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sd.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/se-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/se.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sh-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/si-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/si.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/so-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/so.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/st-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/st.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/sz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/td-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/td.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/th-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/th.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tj-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tj.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tk-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tk.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tl-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tl.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/to-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/to.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tr-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tr.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tv-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/tz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ua-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ua.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ug-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ug.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/um-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/um.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/us-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/us.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uy-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uz-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/uz.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/va-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/va.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vc-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vc.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ve-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ve.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vg-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vi-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vi.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vn-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vn.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vu-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/vu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wales-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wales.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wf-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/wf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ws-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ws.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ye-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/ye.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/yt-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/yt.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/za-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/za.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zm-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zm.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zw-overlay.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/flags/zw.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/general/donate_teaser.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-close.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-duplicates-select.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-edit-access.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-export-csv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-export-t3d.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-history-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-import-t3d.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-info.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-localize.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-move.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-open-read-only.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-paste-after.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-paste-into.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-close.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-save.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-select.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-synchronize.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/document-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-add.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-copy-release.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-copy.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-cut-release.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-cut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-delete.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-hide.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-insert-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-high.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-localize-status-low.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-pick-date.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-rename.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-restore.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undelete-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-undo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-unhide.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/edit-upload.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/input-clear.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-record.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/insert-reference.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-left.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-move.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-right.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-to-bottom.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-to-top.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/move-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-move.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/page-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/selection-delete.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-backend-user-emulate.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-backend-user-switch.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-high.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-low.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-impact-medium.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear-rte.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-cache-clear.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-documentation.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-download.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-import.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-install.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-uninstall.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-extension-update.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-help-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-list-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-options-view.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-pagemodule-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-refresh.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-shortcut-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-tree-search-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/system-typoscript-documentation.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/template-new.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-document-remove.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-page-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-version.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-swap-workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-workspace-preview.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/version-workspace-sendtostage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-back.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-down.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-forward.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-go-up.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-list-collapse.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-list-expand.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-first-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-first.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-last-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-last.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-next-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-next.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-previous-disabled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-paging-previous.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-table-collapse.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/view-table-expand.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/actions/window-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/clipboard-images.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/clipboard-list.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-add.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-list.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-opened.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-recycler.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-collapse.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-above.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-below.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-above.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-below.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-inside.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-place-denied.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-expand.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-approve.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-board.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-fe_users.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-news.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-shop.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-default.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-domain.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-user.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-frontend-users.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-mountpoint.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-no-icon-found.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-not-in-menu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-recycler.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-external.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-hideinmenu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-shortcut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-root.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-spacer.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-cache.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-opendocs.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-search.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-shortcut.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/toolbar-menu-workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/compressed.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/excel.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-audio.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-flash.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-image.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/media-video.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/other-other.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/pdf.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/powerpoint.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-css.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-csv.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-html.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-js.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-php.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/text-text.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/word.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-divider.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-domain.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form-search.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-form.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-header.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-html.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-image.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-link.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-bullets.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-list-files.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-login.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-menu.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-multimedia.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-page-language-overlay.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-plugin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-script.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-table.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-extension.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template-static.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-template.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text-picture.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-content-text.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_action.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_language.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_news.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x-sys_workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/mimetypes/x_belayout.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-error.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-notification.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/dialog-warning.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-access-restricted.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-deleted.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-hidden.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-icon-missing.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-includes-subpages.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-locked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-scheduled-future-end.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-scheduled.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/overlay-translated.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-checked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-current.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-edit-read-only.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-icon-missing.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-locked.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-permission-denied.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-permission-granted.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-reference-hard.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-reference-soft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/status-workspace-draft.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/system-extension-required.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-admin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-backend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-frontend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-group-backend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/user-group-frontend.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-10.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-11.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-12.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-13.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-14.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-15.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-16.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-17.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-18.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-19.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-20.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-21.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-22.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-23.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-24.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-25.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-26.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-27.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-28.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-29.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-3.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-30.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-31.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-32.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-33.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-34.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-35.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-36.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-37.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-38.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-39.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-4.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-40.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-41.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-42.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-43.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-44.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-45.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-46.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-47.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-48.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-49.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-5.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-50.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-6.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-7.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-8.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-9.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/version-no-version.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/warning-in-use.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/status/warning-lock.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/background.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/login/typo3logo-white.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-bottom-424.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/box-top-428.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/docheader1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/docheader2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/shadows/navigation-container.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/000000.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/3f3f3f.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/big-f0f0f0.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/d5d5d5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/f1f1f1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/spinner/ffffff.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/flags.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/flags.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3skin.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/sprites/t3skin.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/issues.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/pngfix/class.tx_templatehook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/registerIe6Stylesheet.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/resources/login.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/htmlarea-edited-content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/htmlarea.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/abbreviation-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/bidi-override.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/big.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/blockquote.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/bold.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-merge.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cell-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/character-insert-from-map.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/citation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/code.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-background.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/color-foreground.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/column-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/copy.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/cut.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/definition.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/delete-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/deleted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-show-about.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/editor-toggle-mode.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/element-edit.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/emphasis.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/find-replace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/horizontal-rule-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/image-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/indent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/inserted-text.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/italic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-center.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-full.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/justify-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/keyboard.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/language-marks-show.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/link-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/mono-spaced.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/ordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/outdent.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-after.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paragraph-insert-before.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-behaviour.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste-toggle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/paste.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/quotation.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/redo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/remove-format.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-delete.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-above.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-insert-under.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/row-split.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/sample.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/small.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/smiley-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/span.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/spell-check.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/strike-through.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/strong.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/subscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/superscript.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-edit-properties.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-restyle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/table-show-borders.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/tag-insert.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-left-to-right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/text-direction-right-to-left.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/underline.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/undo.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/unlink.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/unordered-list.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/user-element-edit.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/actions/variable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/alt_menu_mainitem_bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/language-marker.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/separator.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/sprites/actions.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-information.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/dialog-ok.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading-balls.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/element_tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/flags-ie6.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/pagetree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/toolbar_workspace.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/flags.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_button_back.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_clipboard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csh.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_csm.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_docheader.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_history.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_infopopup.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_message.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_move_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_pagetree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_palette.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_recent_edited.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_rte.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_spinner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tab.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_version.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/element_wizard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/login_screen.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_body.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_decorations.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/main_scaffolding.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_admin_extension_manager.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_admin_useradmin.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_file_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_file_upload.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_about.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_about_module.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_help_manual.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_settings.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_taskcenter.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_user_ws.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_access.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_info.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_new_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_page.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_permissions.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/module_web_template.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_caching.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_logout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_search.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_shortcut.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_username.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/toolbar_workspace.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/structure/topbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/debug_panel.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_button_back.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_clipboard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_csh.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_csm.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_docheader.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_extjs_icons.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_history.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_message.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_pagetree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_palette.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_recent_edited.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_rte.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_spinner.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tab.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_table.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_tree.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_typoscript.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_version.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/element_wizard.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/login_screen.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_body.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_content.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/main_decorations.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_admin_extension_manager.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_file_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_file_upload.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_about.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_about_module.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_help_manual.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_menu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_access.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_info.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_list.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_new_element.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_page.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_permissions.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/module_web_template.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_caching.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_livesearch.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_logout.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_shortcut.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/toolbar_workspace.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/visual/topbar.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/errorpage-message.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/login.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/classes/class.tx_taskcenter_status.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/doc/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/interfaces/interface.tx_taskcenter_task.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/item-background.jpg
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/list-item-act.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/list-item.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/mod_styles.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/mod_template.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/res/tasklist.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/task/task.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/ext_tables_static+adt.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tsconfig_help/mod1/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/ts.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate/ts/ts1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_analyzer/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/class.tx_tstemplateceditor.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/1.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/10.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/11.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/12.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/13.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/14.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/15.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/16.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/17.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/18.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/19.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/20.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/4.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/5.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/6.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/7.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/8.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/9.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUG_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUG_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUG_menu2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUSINESS_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/BUSINESS_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CANDIDATE_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CANDIDATE_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CANDIDATE_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/CrCPH_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/FIRST_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/FIRST_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GLCK_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GLCK_columns.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GLCK_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_menu2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/GREEN_menu3.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_menu2.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_page.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/HYPER_toptitle.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/MM_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/MM_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/MM_right.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/NEWSLETTER_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_leftmenu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/RE_top.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/TU_basic.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/gfx/TU_menu.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_ceditor/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/doc/TODO.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Resources/Private/Language/locallang_emails.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_cm1.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_gui.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_iconworks.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain_commandmap.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cli/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_conf_template.txt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tasks/class.tx_version_tasks_autopublish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/.htaccess
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib_gui.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/cli/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/progress.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/publish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/sys_workspace.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/sys_workspace.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/workspaceforms.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/wsol_preview.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/clear.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/conf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/dummy.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/frameset.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/index.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/layout.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/viewpage/view/view.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/class.tx_wizardcrpages_webfunc_2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/cshimages/wizards_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/cshimages/wizards_2.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_crpages/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/cshimages/wizards_1.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wizard_sortpages/locallang_csh.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/BackendUserInterface/WorkspaceSelectorToolbarItem.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/AbstractController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/PreviewController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Controller/ReviewController.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/AbstractHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/MassActionHandler.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/Server.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ToolbarMenu.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Reports/StatusProvider.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublish.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishTask.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Befunc.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Fehooks.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridData.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Stages.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Tcemain.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Workspaces.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.odt
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.pdf
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.sxw
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/module.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/nodoc.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/popup.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/legend.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/navigation.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Help.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/NewPage.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/FullIndex.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/Index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Review/SingleIndex.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/bg.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/generate-ws-preview-link.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/moduleicon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/slider-bg.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/slider-thumb.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/typo3-logo.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtonextstage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/version-workspace-sendtoprevstage.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/Images/workspaces-comments-arrow.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/Ext.ux.plugins.TabStripContainer.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/actions.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/component.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/configuration.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/grid.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/GridFilters.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/GridFilters.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css/RangeMenu.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/BooleanFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/DateFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/Filter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/ListFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/NumericFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter/StringFilter.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/equals.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/find.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/greater_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/less_than.png
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_asc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images/sort_filtered_desc.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/ListMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/RangeMenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/helpers.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/preview.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/toolbar.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacegrid.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacemenu.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspaces.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/module.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/preview.css
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/WorkspaceTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultPages.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultWorkspaces.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbMovedContent.xml
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_autoload.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_emconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_icon.gif
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_localconf.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.sql
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/tca.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/tab.js
+${TYPO3DIR}/${TYPO3NAME}/typo3/tce_db.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/tce_file.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/template.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_db_navframe.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_doc.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_file_navframe.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/belog.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/beuser.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/config.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout_quickedit.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_list.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_new.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_new_content_el.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/dbint.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/em_index.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/errorpage.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_edit.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_list.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_newfolder.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_rename.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/file_upload.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/func.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/helper_javascript_css.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/info.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/install.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/login.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/move_el.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/perm.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/setup.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/show_rechis.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tceforms.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/template_page_backend.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tsconfig_help.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/tstemplate.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/version.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_forms.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_rte.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/wizard_table.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/ws.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/templates/ws_forms.html
+${TYPO3DIR}/${TYPO3NAME}/typo3/thumbs.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/view_help.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_add.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_colorpicker.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_edit.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_forms.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_list.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_rte.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_table.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_tsconfig.php
+${TYPO3DIR}/${SITEDIR}/_.htaccess
+${TYPO3DIR}/${SITEDIR}/INSTALL.txt
+${TYPO3DIR}/${SITEDIR}/README.txt
+${TYPO3DIR}/${SITEDIR}/RELEASE_NOTES.txt
+${TYPO3DIR}/${SITEDIR}/clear.gif
+${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/.htaccess
+${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/index.html
+${TYPO3DIR}/${SITEDIR}/fileadmin/user_upload/index.html
+${TYPO3DIR}/${SITEDIR}/index.php
+${TYPO3DIR}/${SITEDIR}/t3lib
+${TYPO3DIR}/${SITEDIR}/typo3
+${TYPO3DIR}/${SITEDIR}/typo3_src
+${TYPO3DIR}/${SITEDIR}/typo3conf/ext/index.html
+${TYPO3DIR}/${SITEDIR}/typo3conf/extTables.php
+${TYPO3DIR}/${SITEDIR}/typo3conf/index.html
+${TYPO3DIR}/${SITEDIR}/typo3conf/l10n/index.html
+${TYPO3DIR}/${SITEDIR}/typo3temp/index.html
+${TYPO3DIR}/${SITEDIR}/uploads/index.html
+${TYPO3DIR}/${SITEDIR}/uploads/media/index.html
+${TYPO3DIR}/${SITEDIR}/uploads/pics/index.html
+${TYPO3DIR}/${SITEDIR}/uploads/tf/index.html
+@pkgdir ${TYPO3DIR}/${SITEDIR}/uploads/tf
+@pkgdir ${TYPO3DIR}/${SITEDIR}/uploads/pics
+@pkgdir ${TYPO3DIR}/${SITEDIR}/uploads/media
+@pkgdir ${TYPO3DIR}/${SITEDIR}/typo3temp
+@pkgdir ${TYPO3DIR}/${SITEDIR}/typo3conf/l10n
+@pkgdir ${TYPO3DIR}/${SITEDIR}/typo3conf/ext
+@pkgdir ${TYPO3DIR}/${SITEDIR}/fileadmin/user_upload/_temp_
+@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/t3editor/res/jslib/tx_tstemplateinfo
+@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Resources/Scripts
+@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Configuration
diff --git a/www/typo3_45/distinfo b/www/typo3_45/distinfo
new file mode 100644
index 00000000000..1a6fc98f79c
--- /dev/null
+++ b/www/typo3_45/distinfo
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/15 12:36:33 taca Exp $
+
+SHA1 (dummy-4.5.8.tar.gz) = 528b466aa35bd83c29500eb0b9b602e6139d492c
+RMD160 (dummy-4.5.8.tar.gz) = 73f56d62ed26ddf2e398861d7a0d8cecaa27d879
+Size (dummy-4.5.8.tar.gz) = 9852 bytes
+SHA1 (typo3_src-4.5.8.tar.gz) = 41b822ff87539868c6f83f4eaa724e2e1d23beb4
+RMD160 (typo3_src-4.5.8.tar.gz) = 6deba43b59ac3355daa8f7ebc7c0cf79a091c8fc
+Size (typo3_src-4.5.8.tar.gz) = 20525919 bytes
+SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6
diff --git a/www/typo3_45/files/README b/www/typo3_45/files/README
new file mode 100644
index 00000000000..1fd91614810
--- /dev/null
+++ b/www/typo3_45/files/README
@@ -0,0 +1,14 @@
+$NetBSD: README,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
+
+1. Set up typo3; Add below line in your httpd.conf.
+
+ Alias /typo3 @PREFIX@/@TYPO3DIR@/@SITEDIR@
+
+ Or set DocumentRoot to @PREFIX@/@TYPO3DIR@/@SITEDIR@.
+
+2. First, enable TYPO3 installer.
+
+ # cp /dev/null @PREFIX@/@TYPO3DIR@/@SITEDIR@/typo3conf/ENABLE_INSTALL_TOOL
+
+3. Access typo3 site. You will be redirected to installer.
+
diff --git a/www/typo3_45/patches/patch-aa b/www/typo3_45/patches/patch-aa
new file mode 100644
index 00000000000..b9835c18684
--- /dev/null
+++ b/www/typo3_45/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2011/12/15 12:36:38 taca Exp $
+
+Better default path.
+
+--- t3lib/config_default.php.orig 2011-08-16 10:40:47.000000000 +0000
++++ t3lib/config_default.php
+@@ -37,8 +37,8 @@ $TYPO3_CONF_VARS = array(
+ 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!
+
+ 'im' => TRUE, // Boolean: Enables the use of IM.
+- 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
+- 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
++ 'im_path' => '@PREFIX@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
++ 'im_path_lzw' => '@PREFIX@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
+
+ 'im_version_5' => '', // String: Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick).
+ 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension!