Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Aug 2013 17:32:15 +0200 (CEST)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Michael Reifenberger <mr@FreeBSD.org>
Subject:   ports/181199: cad/qcad: resurrect and upgrade to 3.2.0.0
Message-ID:  <20130809153215.DF54B42D16AA@graf.pompo.net>
Resent-Message-ID: <201308100800.r7A800KJ032581@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181199
>Category:       ports
>Synopsis:       cad/qcad: resurrect and upgrade to 3.2.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 08:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 9.2-BETA2 i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253984: Tue Aug 6 19:35:52 CEST 2013 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF130324 i386


	
>Description:
	cad/qcad has been removed, because it used Qt3. So I resurrected
	it by upgrading it to the latest (3.2.0.0), which depends on Qt4.

>How-To-Repeat:
	N/A

>Fix:
	Execute the hereunder shar file.

--- qcad.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cad/qcad
#	cad/qcad/files
#	cad/qcad/files/patch-src_core_RSettings.cpp
#	cad/qcad/files/patch-src_3rdparty_3rdparty.pro
#	cad/qcad/files/patch-src_core_math_RSpline.h
#	cad/qcad/files/patch-src_core_RMetaTypes.h
#	cad/qcad/files/patch-src_core_core.pro
#	cad/qcad/files/patch-src_entity_entity.pro
#	cad/qcad/files/patch-shared_app.pri
#	cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml
#	cad/qcad/files/bbox.in
#	cad/qcad/files/dwg2bmp.in
#	cad/qcad/files/dwg2pdf.in
#	cad/qcad/files/dwg2svg.in
#	cad/qcad/files/patch-src_3rdparty_opennurbs_opennurbs_system.h
#	cad/qcad/Makefile
#	cad/qcad/distinfo
#	cad/qcad/pkg-descr
#	cad/qcad/pkg-plist
#
echo c - cad/qcad
mkdir -p cad/qcad > /dev/null 2>&1
echo c - cad/qcad/files
mkdir -p cad/qcad/files > /dev/null 2>&1
echo x - cad/qcad/files/patch-src_core_RSettings.cpp
sed 's/^X//' >cad/qcad/files/patch-src_core_RSettings.cpp << '49b438b92de663098606bda20c37ec4d'
X--- ./src/core/RSettings.cpp.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/core/RSettings.cpp	2013-08-09 15:25:25.000000000 +0200
X@@ -92,9 +92,13 @@
X     }
X #endif
X 
X+#ifdef Q_OS_FREEBSD
X+	ret.cd("%%DATADIR%%");
X+#else
X     if (ret.dirName() == "debug" || ret.dirName() == "release") {
X         ret.cdUp();
X     }
X+#endif
X 
X     return ret.path();
X }
49b438b92de663098606bda20c37ec4d
echo x - cad/qcad/files/patch-src_3rdparty_3rdparty.pro
sed 's/^X//' >cad/qcad/files/patch-src_3rdparty_3rdparty.pro << '08723cdc0b2f8f6c01fc0b5bbaaa74af'
X--- ./src/3rdparty/3rdparty.pro.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/3rdparty/3rdparty.pro	2013-08-08 10:03:33.000000000 +0200
X@@ -4,9 +4,8 @@
X     spatialindexnavel \
X     stemmer
X 
X-!r_no_opennurbs {
X-    SUBDIRS += opennurbs
X-}
X+# FreeBSD: prefer opennurbs from a dependent port
X+
X !rs_no_dxf {
X     SUBDIRS += dxflib
X }
08723cdc0b2f8f6c01fc0b5bbaaa74af
echo x - cad/qcad/files/patch-src_core_math_RSpline.h
sed 's/^X//' >cad/qcad/files/patch-src_core_math_RSpline.h << 'd94ef6eb457772909c27db5f07bb0a85'
X--- ./src/core/math/RSpline.h.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/core/math/RSpline.h	2013-08-08 10:33:54.000000000 +0200
X@@ -30,7 +30,7 @@
X #include "RVector.h"
X 
X #ifndef R_NO_OPENNURBS
X-#include "opennurbs/opennurbs.h"
X+#include <openNURBS/opennurbs.h>
X #endif
X 
X #ifndef RDEFAULT_MIN1
d94ef6eb457772909c27db5f07bb0a85
echo x - cad/qcad/files/patch-src_core_RMetaTypes.h
sed 's/^X//' >cad/qcad/files/patch-src_core_RMetaTypes.h << '1917ae45f4b04b672bf0883d787e3879'
X--- src/core/RMetaTypes.h.orig	2013-08-06 17:32:09.000000000 +0200
X+++ src/core/RMetaTypes.h	2013-08-08 10:41:01.000000000 +0200
X@@ -121,7 +121,7 @@
X Q_DECLARE_METATYPE(unsigned int*)
X Q_DECLARE_METATYPE(qint64*)
X //Q_DECLARE_METATYPE(uint8_t*)
X-#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX
X+#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX && !defined Q_OS_FREEBSD
X Q_DECLARE_METATYPE(size_t*)
X #endif
X Q_DECLARE_METATYPE(char*)
1917ae45f4b04b672bf0883d787e3879
echo x - cad/qcad/files/patch-src_core_core.pro
sed 's/^X//' >cad/qcad/files/patch-src_core_core.pro << 'd6dcec344ad3722947fc4e4f3fbc6549'
X--- src/core/core.pro.orig	2013-08-06 17:32:09.000000000 +0200
X+++ src/core/core.pro	2013-08-08 11:01:42.000000000 +0200
X@@ -232,7 +232,7 @@
X OTHER_FILES += core.dox math/math.dox
X DEFINES += QCADCORE_LIBRARY
X 
X-LIBS += -lzlib -lopennurbs
X+LIBS += -lz -lopenNURBS
X 
X win32 {
X     LIBS += -lRpcrt4 -lAdvapi32
d6dcec344ad3722947fc4e4f3fbc6549
echo x - cad/qcad/files/patch-src_entity_entity.pro
sed 's/^X//' >cad/qcad/files/patch-src_entity_entity.pro << 'b8dac827ebb69f793a9a27606b28d7ed'
X--- src/entity/entity.pro.orig	2013-08-06 17:32:09.000000000 +0200
X+++ src/entity/entity.pro	2013-08-08 11:29:12.000000000 +0200
X@@ -91,7 +91,7 @@
X TARGET = $${NAME}
X OTHER_FILES += entity.dox
X DEFINES += QCADENTITY_LIBRARY
X-LIBS += -lqcadcore -lopennurbs
X+LIBS += -lqcadcore -lopenNURBS
X !win32 {
X     include( ../../shared_ts.pri )
X }
b8dac827ebb69f793a9a27606b28d7ed
echo x - cad/qcad/files/patch-shared_app.pri
sed 's/^X//' >cad/qcad/files/patch-shared_app.pri << '0b89ed1566a58fbe2ce6f39fca9f878f'
X--- shared_app.pri.orig	2013-08-06 17:32:09.000000000 +0200
X+++ shared_app.pri	2013-08-08 15:33:45.000000000 +0200
X@@ -15,8 +15,8 @@
X 
X !r_no_opennurbs {
X     LIBS += \
X-        -lopennurbs \
X-        -lzlib
X+        -lopenNURBS \
X+        -lz
X }
X 
X win32 {
X@@ -40,6 +40,10 @@
X     LIBS += -lGLU
X }
X 
X+freebsd-g++ {
X+    LIBS += -lGLU -lexecinfo
X+}
X+
X macx {
X     QMAKE_LFLAGS += -framework ApplicationServices
X     LIBS += \
0b89ed1566a58fbe2ce6f39fca9f878f
echo x - cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml
sed 's/^X//' >cad/qcad/files/patch-support_ecmagenerator_src_srcml_RSpline.srcml << '4defb8b435829571e559fd5d18a27a19'
X--- support/ecmagenerator/src/srcml/RSpline.srcml.orig	2013-08-06 17:32:09.000000000 +0200
X+++ support/ecmagenerator/src/srcml/RSpline.srcml	2013-08-08 13:55:08.000000000 +0200
X@@ -46,7 +46,7 @@
X   <name>R_NO_OPENNURBS</name></cpp:ifndef>
X   <cpp:include>#
X   <cpp:directive>include</cpp:directive>
X-  <cpp:file>"opennurbs/opennurbs.h"</cpp:file></cpp:include>
X+  <cpp:file>"openNURBS/opennurbs.h"</cpp:file></cpp:include>
X   <cpp:endif>#
X   <cpp:directive>endif</cpp:directive></cpp:endif>
X   <cpp:ifndef>#
4defb8b435829571e559fd5d18a27a19
echo x - cad/qcad/files/bbox.in
sed 's/^X//' >cad/qcad/files/bbox.in << '2146ab83c8718be7c1f496ef4d02a3bf'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/BoundingBox/BoundingBox.js "$0" "$@"
2146ab83c8718be7c1f496ef4d02a3bf
echo x - cad/qcad/files/dwg2bmp.in
sed 's/^X//' >cad/qcad/files/dwg2bmp.in << '7e870d2d69c20fcec498727468c0a974'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Bmp/Dwg2Bmp.js "$0" "$@"
7e870d2d69c20fcec498727468c0a974
echo x - cad/qcad/files/dwg2pdf.in
sed 's/^X//' >cad/qcad/files/dwg2pdf.in << 'd9281a9c4298c75ec54d1e6a707fe069'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Pdf/Dwg2Pdf.js "$0" "$@"
d9281a9c4298c75ec54d1e6a707fe069
echo x - cad/qcad/files/dwg2svg.in
sed 's/^X//' >cad/qcad/files/dwg2svg.in << '6a506e9fec2d941a2a7257b9d1c2ca62'
X#! /bin/sh
X# Note: You need the Pro/Tools to run this script!
X
X%%PREFIX%%/bin/qcad-bin -no-dock-icon -no-gui -allow-multiple-instances -autostart %%DATADIR%%/scripts/Pro/Tools/Dwg2Svg/Dwg2Svg.js "$0" "$@"
6a506e9fec2d941a2a7257b9d1c2ca62
echo x - cad/qcad/files/patch-src_3rdparty_opennurbs_opennurbs_system.h
sed 's/^X//' >cad/qcad/files/patch-src_3rdparty_opennurbs_opennurbs_system.h << 'e7de39e84ced34971449022906a78243'
X--- ./src/3rdparty/opennurbs/opennurbs_system.h.orig	2013-08-06 17:32:09.000000000 +0200
X+++ ./src/3rdparty/opennurbs/opennurbs_system.h	2013-08-08 09:57:07.000000000 +0200
X@@ -187,8 +187,6 @@
X #include <memory.h>
X #if defined(ON_COMPILER_XCODE)
X #include <malloc/malloc.h>
X-#else
X-#include <malloc.h>
X #endif
X #include <string.h>
X #include <math.h>
e7de39e84ced34971449022906a78243
echo x - cad/qcad/Makefile
sed 's/^X//' >cad/qcad/Makefile << '7b3b03ca77a53cdbb5782441edfaf50f'
X# Created by: Thomas Gellekum <tg@FreeBSD.org>
X# $FreeBSD$
X
XPORTNAME=	qcad
XPORTVERSION=	3.2.0.0
XCATEGORIES=	cad
XMASTER_SITES=	http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/	\
X		https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
XDISTNAME=	v${PORTVERSION}
XDIST_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	mr@FreeBSD.org
XCOMMENT=	Professional CAD system
X
XLICENSE=	GPLv3
X
XBUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash	\
X		qmake:${PORTSDIR}/devel/qmake	\
X		${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs
XLIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
X
XFETCH_ARGS=	-Fpr
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XMAKE_JOBS_UNSAFE=yes
X
XUSES=		gmake
XUSE_LDCONFIG=	yes
XUSE_QT4=	qmake codecs-cn codecs-jp codecs-kr codecs-tw corelib dbus	\
X		designer gui help imageformats network opengl script scripttools\
X		sql svg xml xmlpatterns webkit
X
XDESKTOP_ENTRIES="${PORTNAME:U}"	\
X		"A free application for computer aided drafting in two dimensions"\
X		"${DATADIR}/scripts/qcad_icon.png"	\
X		"${PREFIX}/bin/qcad-bin"	\
X		"Engineering;"	\
X		""
X
X.if defined(WITH_DEBUG)
XRESDIR=		${WRKSRC}/debug
X.else
XRESDIR=		${WRKSRC}/release
X.endif
X
XSHRLIBS=	qcadcore qcadecmaapi qcadentity qcadgrid qcadgui qcadoperations	\
X		qcadsnap qcadspatialindex qcadstemmer spatialindexnavel
XSTALIBS=	dxflib stemmer
XSHRDIR=		fonts libraries patterns plugins scripts ts
XQSCRIPTS=	bbox dwg2bmp dwg2pdf dwg2svg
XSUB_FILES=	${QSCRIPTS}
X
Xpre-configure:
X	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
X		${WRKSRC}/src/core/RSettings.cpp
X
Xdo-configure:
X	cd ${WRKSRC} && ${QMAKE} -r
X
Xdo-install:
X	${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${PREFIX}/bin/
X	${LN} -sf ${PREFIX}/bin/qcad-bin ${PREFIX}/bin/qcad
X.for prog in ${QSCRIPTS}
X	${INSTALL_SCRIPT} ${WRKDIR}/${prog} ${PREFIX}/bin
X.endfor
X.for lib in ${SHRLIBS:C|^|lib|:C|$|.so|}
X	${INSTALL_LIB} ${RESDIR}/${lib} ${PREFIX}/lib/${lib}.0
X	${LN} -sf ${PREFIX}/lib/${lib}.0 ${PREFIX}/lib/${lib}
X.endfor
X.for lib in ${STALIBS:C|^|lib|:C|$|.a|}
X	${INSTALL_LIB} ${RESDIR}/${lib} ${PREFIX}/lib/
X.endfor
X	${MKDIR} ${DATADIR}
X.for dir in ${SHRDIR}
X	${CP} -Rp ${WRKSRC}/${dir} ${DATADIR}/
X.endfor
X	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
7b3b03ca77a53cdbb5782441edfaf50f
echo x - cad/qcad/distinfo
sed 's/^X//' >cad/qcad/distinfo << 'eec2fc7dd937db3e2884dbc6eb2a8aaa'
XSHA256 (qcad/v3.2.0.0.tar.gz) = 2308bfb9cdc4a984744980da8d36f4db136cdb2988503b802739624f58a20d47
XSIZE (qcad/v3.2.0.0.tar.gz) = 17503422
eec2fc7dd937db3e2884dbc6eb2a8aaa
echo x - cad/qcad/pkg-descr
sed 's/^X//' >cad/qcad/pkg-descr << '02f85df8577cef09f152fc47239cb387'
XWhat Is QCad?
X
X   QCad is a professional CAD System. With QCad you can easily construct
X   and change drawings with ISO-texts and many other features and save
X   them as DXF-files. These DXF-files are the interface to many
X   CAD-systems such as AutoCAD (c) and many others.
X
XWhat is QCad not?
X
X   QCad is no designer tool. That means you can not create any filled
X   shapes nor any crazy freehand forms. Also you can not drag and drop
X   the objects in the drawing with the mouse.
X
XIf you find any bugs, send a report to bugs@qcad.org.
X
XWWW: http://www.ribbonsoft.com/qcad.html
02f85df8577cef09f152fc47239cb387
echo x - cad/qcad/pkg-plist
sed 's/^X//' >cad/qcad/pkg-plist << 'ff5d28f6a16534f7c21f58c2f2a17555'
Xbin/bbox
Xbin/dwg2bmp
Xbin/dwg2pdf
Xbin/dwg2svg
Xbin/qcad
Xbin/qcad-bin
Xlib/libdxflib.a
Xlib/libqcadcore.so
Xlib/libqcadcore.so.0
Xlib/libqcadecmaapi.so
Xlib/libqcadecmaapi.so.0
Xlib/libqcadentity.so
Xlib/libqcadentity.so.0
Xlib/libqcadgrid.so
Xlib/libqcadgrid.so.0
Xlib/libqcadgui.so
Xlib/libqcadgui.so.0
Xlib/libqcadoperations.so
Xlib/libqcadoperations.so.0
Xlib/libqcadsnap.so
Xlib/libqcadsnap.so.0
Xlib/libqcadspatialindex.so
Xlib/libqcadspatialindex.so.0
Xlib/libqcadstemmer.so
Xlib/libqcadstemmer.so.0
Xlib/libspatialindexnavel.so
Xlib/libspatialindexnavel.so.0
Xlib/libstemmer.a
X%%DATADIR%%/fonts/CourierCad.cxf
X%%DATADIR%%/fonts/Cursive.cxf
X%%DATADIR%%/fonts/Cyrillic_II.cxf
X%%DATADIR%%/fonts/GothGBT.cxf
X%%DATADIR%%/fonts/GothGRT.cxf
X%%DATADIR%%/fonts/GothITT.cxf
X%%DATADIR%%/fonts/GreekC.cxf
X%%DATADIR%%/fonts/GreekCS.cxf
X%%DATADIR%%/fonts/GreekP.cxf
X%%DATADIR%%/fonts/GreekS.cxf
X%%DATADIR%%/fonts/GreekS_OL.cxf
X%%DATADIR%%/fonts/Greek_OL.cxf
X%%DATADIR%%/fonts/ISO8859-11.cxf
X%%DATADIR%%/fonts/ItalicC.cxf
X%%DATADIR%%/fonts/ItalicCS.cxf
X%%DATADIR%%/fonts/ItalicT.cxf
X%%DATADIR%%/fonts/KochiGothic_with_ties.cxf
X%%DATADIR%%/fonts/KochiMincho.cxf
X%%DATADIR%%/fonts/Kochigothic.cxf
X%%DATADIR%%/fonts/NormalLatin2.cxf
X%%DATADIR%%/fonts/RomanC.cxf
X%%DATADIR%%/fonts/RomanCS.cxf
X%%DATADIR%%/fonts/RomanD.cxf
X%%DATADIR%%/fonts/RomanP.cxf
X%%DATADIR%%/fonts/RomanS.cxf
X%%DATADIR%%/fonts/RomanS2.cxf
X%%DATADIR%%/fonts/RomanT.cxf
X%%DATADIR%%/fonts/SansND.cxf
X%%DATADIR%%/fonts/SansNS.cxf
X%%DATADIR%%/fonts/ScriptC.cxf
X%%DATADIR%%/fonts/ScriptS.cxf
X%%DATADIR%%/fonts/Standard.cxf
X%%DATADIR%%/fonts/SymbolCad.cxf
X%%DATADIR%%/fonts/Symbol_Astro.cxf
X%%DATADIR%%/fonts/Symbol_Misc1.cxf
X%%DATADIR%%/fonts/Symbol_Misc2.cxf
X%%DATADIR%%/fonts/Unicode.cxf
X%%DATADIR%%/fonts/hershey.readme
X%%DATADIR%%/libraries/default/Architecture/_META/meta.rdf
X%%DATADIR%%/libraries/default/Architecture/bed_double_180_200.dxf
X%%DATADIR%%/libraries/default/Architecture/bed_double_180_200.rdf
X%%DATADIR%%/libraries/default/Architecture/bed_single_90_200.dxf
X%%DATADIR%%/libraries/default/Architecture/bed_single_90_200.rdf
X%%DATADIR%%/libraries/default/Architecture/desk.dxf
X%%DATADIR%%/libraries/default/Architecture/desk.rdf
X%%DATADIR%%/libraries/default/Architecture/sink.dxf
X%%DATADIR%%/libraries/default/Architecture/sink.rdf
X%%DATADIR%%/libraries/default/Examples/CubeCuttingOut.js
X%%DATADIR%%/libraries/default/Examples/CubeCuttingOut.ui
X%%DATADIR%%/libraries/default/Examples/DiningTable.js
X%%DATADIR%%/libraries/default/Examples/DiningTable.rdf
X%%DATADIR%%/libraries/default/Examples/DiningTable.ui
X%%DATADIR%%/libraries/default/Examples/MyRectangle.js
X%%DATADIR%%/libraries/default/Examples/MyRectangle.ui
X%%DATADIR%%/libraries/default/Examples/screw.dxf
X%%DATADIR%%/libraries/default/Examples/screw.rdf
X%%DATADIR%%/libraries/default/Hydraulics/2-2valve.dxf
X%%DATADIR%%/libraries/default/Hydraulics/2-2valve.rdf
X%%DATADIR%%/libraries/default/Hydraulics/3-2valve.dxf
X%%DATADIR%%/libraries/default/Hydraulics/3-2valve.rdf
X%%DATADIR%%/libraries/default/Hydraulics/_META/meta.rdf
X%%DATADIR%%/libraries/default/Hydraulics/cylinder.dxf
X%%DATADIR%%/libraries/default/Hydraulics/cylinder.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN7991_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN7991_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN84_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN84_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN85_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN85_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN931_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN931_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN933_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN933_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN934_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN963_t.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_DIN963_t.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4_c.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4_c.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN7991_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN7991_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN84_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN84_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN85_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN85_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN933_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN933_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN963_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x10_DIN963_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x18_DIN963_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x18_DIN963_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/M4x25_DIN931_f.dxf
X%%DATADIR%%/libraries/default/Mechanics/M4x25_DIN931_f.rdf
X%%DATADIR%%/libraries/default/Mechanics/_META/meta.rdf
X%%DATADIR%%/libraries/default/Symbols/_META/meta.rdf
X%%DATADIR%%/libraries/default/Symbols/fragile.rdf
X%%DATADIR%%/libraries/default/Symbols/fragile.svg
X%%DATADIR%%/libraries/default/Symbols/idea.rdf
X%%DATADIR%%/libraries/default/Symbols/idea.svg
X%%DATADIR%%/libraries/default/Symbols/protractor.rdf
X%%DATADIR%%/libraries/default/Symbols/protractor.svg
X%%DATADIR%%/libraries/default/Symbols/ruler.rdf
X%%DATADIR%%/libraries/default/Symbols/ruler.svg
X%%DATADIR%%/libraries/default/Symbols/windmill.rdf
X%%DATADIR%%/libraries/default/Symbols/windmill.svg
X%%DATADIR%%/libraries/default/_META/meta.rdf
X%%DATADIR%%/libraries/default/misc/5 title.dxf
X%%DATADIR%%/libraries/default/misc/Bath plan.dxf
X%%DATADIR%%/libraries/default/misc/Window 900.dxf
X%%DATADIR%%/libraries/default/misc/rect.dxf
X%%DATADIR%%/libraries/default/misc/~Window 900.dxf
X%%DATADIR%%/libraries/templates/_META/meta.rdf
X%%DATADIR%%/libraries/templates/empty.dxf
X%%DATADIR%%/libraries/templates/imperial/_META/meta.rdf
X%%DATADIR%%/libraries/templates/imperial/din_a3_foot_landscape.dwg
X%%DATADIR%%/libraries/templates/imperial/din_a3_inch_landscape.dwg
X%%DATADIR%%/libraries/templates/imperial/din_a3_inch_portrait.dwg
X%%DATADIR%%/libraries/templates/metric/_META/meta.rdf
X%%DATADIR%%/libraries/templates/metric/aec_layers.dxf
X%%DATADIR%%/libraries/templates/metric/aec_layers.rdf
X%%DATADIR%%/libraries/templates/metric/din_a3_m_landscape.dwg
X%%DATADIR%%/libraries/templates/metric/din_a3_m_landscape_bw.dwg
X%%DATADIR%%/libraries/templates/metric/din_a3_mm_landscape.dwg
X%%DATADIR%%/libraries/templates/metric/din_a3_mm_portrait.dwg
X%%DATADIR%%/libraries/templates/metric/din_a4.dxf
X%%DATADIR%%/libraries/templates/metric/din_a4_landscape.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a0.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a0_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a0_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a1.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a1_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a1_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a2.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a2_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a2_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a3.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a3_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a3_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_landscape_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_landscape_aec.rdf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_portrait_aec.dxf
X%%DATADIR%%/libraries/templates/metric/iso_en_a4_metric_portrait_aec.rdf
X%%DATADIR%%/libraries/templates/metric/title_block_80mm_x_80mm.dxf
X%%DATADIR%%/libraries/templates/metric/title_block_80mm_x_80mm.rdf
X%%DATADIR%%/patterns/imperial/acad_iso02w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso03w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso04w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso05w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso06w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso07w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso08w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso09w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso10w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso11w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso12w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso13w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso14w100.pat
X%%DATADIR%%/patterns/imperial/acad_iso15w100.pat
X%%DATADIR%%/patterns/imperial/angle.pat
X%%DATADIR%%/patterns/imperial/ansi31.pat
X%%DATADIR%%/patterns/imperial/ansi32.pat
X%%DATADIR%%/patterns/imperial/ansi33.pat
X%%DATADIR%%/patterns/imperial/ansi34.pat
X%%DATADIR%%/patterns/imperial/ansi35.pat
X%%DATADIR%%/patterns/imperial/ansi36.pat
X%%DATADIR%%/patterns/imperial/ansi37.pat
X%%DATADIR%%/patterns/imperial/ansi38.pat
X%%DATADIR%%/patterns/imperial/ar-b816.pat
X%%DATADIR%%/patterns/imperial/ar-b816c.pat
X%%DATADIR%%/patterns/imperial/ar-b88.pat
X%%DATADIR%%/patterns/imperial/ar-brelm.pat
X%%DATADIR%%/patterns/imperial/ar-brstd.pat
X%%DATADIR%%/patterns/imperial/ar-conc.pat
X%%DATADIR%%/patterns/imperial/ar-hbone.pat
X%%DATADIR%%/patterns/imperial/ar-parq1.pat
X%%DATADIR%%/patterns/imperial/ar-rroof.pat
X%%DATADIR%%/patterns/imperial/ar-rshke.pat
X%%DATADIR%%/patterns/imperial/ar-sand.pat
X%%DATADIR%%/patterns/imperial/box.pat
X%%DATADIR%%/patterns/imperial/brass.pat
X%%DATADIR%%/patterns/imperial/brick.pat
X%%DATADIR%%/patterns/imperial/brstone.pat
X%%DATADIR%%/patterns/imperial/clay.pat
X%%DATADIR%%/patterns/imperial/cork.pat
X%%DATADIR%%/patterns/imperial/cross.pat
X%%DATADIR%%/patterns/imperial/dash.pat
X%%DATADIR%%/patterns/imperial/dolmit.pat
X%%DATADIR%%/patterns/imperial/dots.pat
X%%DATADIR%%/patterns/imperial/earth.pat
X%%DATADIR%%/patterns/imperial/escher.pat
X%%DATADIR%%/patterns/imperial/flex.pat
X%%DATADIR%%/patterns/imperial/grass.pat
X%%DATADIR%%/patterns/imperial/grate.pat
X%%DATADIR%%/patterns/imperial/gravel.pat
X%%DATADIR%%/patterns/imperial/hex.pat
X%%DATADIR%%/patterns/imperial/honey.pat
X%%DATADIR%%/patterns/imperial/hound.pat
X%%DATADIR%%/patterns/imperial/insul.pat
X%%DATADIR%%/patterns/imperial/line.pat
X%%DATADIR%%/patterns/imperial/mudst.pat
X%%DATADIR%%/patterns/imperial/net.pat
X%%DATADIR%%/patterns/imperial/net3.pat
X%%DATADIR%%/patterns/imperial/plast.pat
X%%DATADIR%%/patterns/imperial/plasti.pat
X%%DATADIR%%/patterns/imperial/sacncr.pat
X%%DATADIR%%/patterns/imperial/square.pat
X%%DATADIR%%/patterns/imperial/stars.pat
X%%DATADIR%%/patterns/imperial/steel.pat
X%%DATADIR%%/patterns/imperial/swamp.pat
X%%DATADIR%%/patterns/imperial/trans.pat
X%%DATADIR%%/patterns/imperial/triang.pat
X%%DATADIR%%/patterns/imperial/zigzag.pat
X%%DATADIR%%/patterns/metric/acad_iso02w100.pat
X%%DATADIR%%/patterns/metric/acad_iso03w100.pat
X%%DATADIR%%/patterns/metric/acad_iso04w100.pat
X%%DATADIR%%/patterns/metric/acad_iso05w100.pat
X%%DATADIR%%/patterns/metric/acad_iso06w100.pat
X%%DATADIR%%/patterns/metric/acad_iso07w100.pat
X%%DATADIR%%/patterns/metric/acad_iso08w100.pat
X%%DATADIR%%/patterns/metric/acad_iso09w100.pat
X%%DATADIR%%/patterns/metric/acad_iso10w100.pat
X%%DATADIR%%/patterns/metric/acad_iso11w100.pat
X%%DATADIR%%/patterns/metric/acad_iso12w100.pat
X%%DATADIR%%/patterns/metric/acad_iso13w100.pat
X%%DATADIR%%/patterns/metric/acad_iso14w100.pat
X%%DATADIR%%/patterns/metric/acad_iso15w100.pat
X%%DATADIR%%/patterns/metric/angle.pat
X%%DATADIR%%/patterns/metric/ansi31.pat
X%%DATADIR%%/patterns/metric/ansi32.pat
X%%DATADIR%%/patterns/metric/ansi33.pat
X%%DATADIR%%/patterns/metric/ansi34.pat
X%%DATADIR%%/patterns/metric/ansi35.pat
X%%DATADIR%%/patterns/metric/ansi36.pat
X%%DATADIR%%/patterns/metric/ansi37.pat
X%%DATADIR%%/patterns/metric/ansi38.pat
X%%DATADIR%%/patterns/metric/ar-b816.pat
X%%DATADIR%%/patterns/metric/ar-b816c.pat
X%%DATADIR%%/patterns/metric/ar-b88.pat
X%%DATADIR%%/patterns/metric/ar-brelm.pat
X%%DATADIR%%/patterns/metric/ar-brstd.pat
X%%DATADIR%%/patterns/metric/ar-conc.pat
X%%DATADIR%%/patterns/metric/ar-hbone.pat
X%%DATADIR%%/patterns/metric/ar-parq1.pat
X%%DATADIR%%/patterns/metric/ar-rroof.pat
X%%DATADIR%%/patterns/metric/ar-rshke.pat
X%%DATADIR%%/patterns/metric/ar-sand.pat
X%%DATADIR%%/patterns/metric/box.pat
X%%DATADIR%%/patterns/metric/brass.pat
X%%DATADIR%%/patterns/metric/brick.pat
X%%DATADIR%%/patterns/metric/brstone.pat
X%%DATADIR%%/patterns/metric/clay.pat
X%%DATADIR%%/patterns/metric/cork.pat
X%%DATADIR%%/patterns/metric/cross.pat
X%%DATADIR%%/patterns/metric/dash.pat
X%%DATADIR%%/patterns/metric/dolmit.pat
X%%DATADIR%%/patterns/metric/dots.pat
X%%DATADIR%%/patterns/metric/earth.pat
X%%DATADIR%%/patterns/metric/escher.pat
X%%DATADIR%%/patterns/metric/flex.pat
X%%DATADIR%%/patterns/metric/grass.pat
X%%DATADIR%%/patterns/metric/grate.pat
X%%DATADIR%%/patterns/metric/gravel.pat
X%%DATADIR%%/patterns/metric/hex.pat
X%%DATADIR%%/patterns/metric/honey.pat
X%%DATADIR%%/patterns/metric/hound.pat
X%%DATADIR%%/patterns/metric/insul.pat
X%%DATADIR%%/patterns/metric/jis_lc_20.pat
X%%DATADIR%%/patterns/metric/jis_lc_20a.pat
X%%DATADIR%%/patterns/metric/jis_lc_8.pat
X%%DATADIR%%/patterns/metric/jis_lc_8a.pat
X%%DATADIR%%/patterns/metric/jis_rc_10.pat
X%%DATADIR%%/patterns/metric/jis_rc_15.pat
X%%DATADIR%%/patterns/metric/jis_rc_18.pat
X%%DATADIR%%/patterns/metric/jis_rc_30.pat
X%%DATADIR%%/patterns/metric/jis_stn_1e.pat
X%%DATADIR%%/patterns/metric/jis_stn_2.5.pat
X%%DATADIR%%/patterns/metric/jis_wood.pat
X%%DATADIR%%/patterns/metric/line.pat
X%%DATADIR%%/patterns/metric/mudst.pat
X%%DATADIR%%/patterns/metric/net.pat
X%%DATADIR%%/patterns/metric/net3.pat
X%%DATADIR%%/patterns/metric/plast.pat
X%%DATADIR%%/patterns/metric/plasti.pat
X%%DATADIR%%/patterns/metric/sacncr.pat
X%%DATADIR%%/patterns/metric/square.pat
X%%DATADIR%%/patterns/metric/stars.pat
X%%DATADIR%%/patterns/metric/steel.pat
X%%DATADIR%%/patterns/metric/swamp.pat
X%%DATADIR%%/patterns/metric/trans.pat
X%%DATADIR%%/patterns/metric/triang.pat
X%%DATADIR%%/patterns/metric/zigzag.pat
X%%DATADIR%%/plugins/codecs/libqcncodecs.so
X%%DATADIR%%/plugins/codecs/libqjpcodecs.so
X%%DATADIR%%/plugins/codecs/libqkrcodecs.so
X%%DATADIR%%/plugins/codecs/libqtwcodecs.so
X%%DATADIR%%/plugins/codecs/readme.txt
X%%DATADIR%%/plugins/designer/libqcadcustomwidgets.so
X%%DATADIR%%/plugins/designer/libqcadcustomwidgets_debug.so
X%%DATADIR%%/plugins/designer/libqwebview.so
X%%DATADIR%%/plugins/designer/readme.txt
X%%DATADIR%%/plugins/imageformats/libqgif.so
X%%DATADIR%%/plugins/imageformats/libqico.so
X%%DATADIR%%/plugins/imageformats/libqjpeg.so
X%%DATADIR%%/plugins/imageformats/libqmng.so
X%%DATADIR%%/plugins/imageformats/libqsvg.so
X%%DATADIR%%/plugins/imageformats/libqtga.so
X%%DATADIR%%/plugins/imageformats/libqtiff.so
X%%DATADIR%%/plugins/imageformats/readme.txt
X%%DATADIR%%/plugins/libqcaddxf.so
X%%DATADIR%%/plugins/libqcaddxf_debug.so
X%%DATADIR%%/plugins/libqcadexample.so
X%%DATADIR%%/plugins/libqcadexample_debug.so
X%%DATADIR%%/plugins/script/libqtscript_core.so
X%%DATADIR%%/plugins/script/libqtscript_core.so.1
X%%DATADIR%%/plugins/script/libqtscript_core.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_core.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_gui.so
X%%DATADIR%%/plugins/script/libqtscript_gui.so.1
X%%DATADIR%%/plugins/script/libqtscript_gui.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_gui.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_network.so
X%%DATADIR%%/plugins/script/libqtscript_network.so.1
X%%DATADIR%%/plugins/script/libqtscript_network.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_network.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_opengl.so
X%%DATADIR%%/plugins/script/libqtscript_opengl.so.1
X%%DATADIR%%/plugins/script/libqtscript_opengl.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_opengl.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_sql.so
X%%DATADIR%%/plugins/script/libqtscript_sql.so.1
X%%DATADIR%%/plugins/script/libqtscript_sql.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_sql.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_svg.so
X%%DATADIR%%/plugins/script/libqtscript_svg.so.1
X%%DATADIR%%/plugins/script/libqtscript_svg.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_svg.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_uitools.so
X%%DATADIR%%/plugins/script/libqtscript_uitools.so.1
X%%DATADIR%%/plugins/script/libqtscript_uitools.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_uitools.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_webkit.so
X%%DATADIR%%/plugins/script/libqtscript_webkit.so.1
X%%DATADIR%%/plugins/script/libqtscript_webkit.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_webkit.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_xml.so
X%%DATADIR%%/plugins/script/libqtscript_xml.so.1
X%%DATADIR%%/plugins/script/libqtscript_xml.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_xml.so.1.0.0
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1.0
X%%DATADIR%%/plugins/script/libqtscript_xmlpatterns.so.1.0.0
X%%DATADIR%%/plugins/script/readme.txt
X%%DATADIR%%/plugins/sqldrivers/libqsqlite.so
X%%DATADIR%%/plugins/sqldrivers/readme.txt
X%%DATADIR%%/scripts/.gitignore
X%%DATADIR%%/scripts/AddOn.js
X%%DATADIR%%/scripts/Apollonius.js
X%%DATADIR%%/scripts/Block/AddBlock/AddBlock.js
X%%DATADIR%%/scripts/Block/AddBlock/AddBlock.pro
X%%DATADIR%%/scripts/Block/AddBlock/AddBlock.svg
X%%DATADIR%%/scripts/Block/AddBlock/AddBlockInit.js
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_de.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_de.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_en.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_es.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_it.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_en.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_es.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_fr.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_it.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_ja.html
X%%DATADIR%%/scripts/Block/AddBlock/doc/AddBlock_pt.html
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_de.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_de.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_es.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_es.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_fr.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_fr.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_it.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_it.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_ja.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_ja.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pl.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pl.ts
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pt.qm
X%%DATADIR%%/scripts/Block/AddBlock/ts/AddBlock_pt.ts
X%%DATADIR%%/scripts/Block/Block.js
X%%DATADIR%%/scripts/Block/Block.pro
X%%DATADIR%%/scripts/Block/BlockDialog.js
X%%DATADIR%%/scripts/Block/BlockDialog.ui
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.js
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.pro
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.svg
X%%DATADIR%%/scripts/Block/CreateBlock/CreateBlockInit.js
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_de.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_de.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_en.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_es.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_it.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_en.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_es.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_fr.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_it.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_ja.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_de.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_en.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_es.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_fr.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_it.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_ja.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_proc_pt.html
X%%DATADIR%%/scripts/Block/CreateBlock/doc/CreateBlock_pt.html
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_de.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_de.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_es.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_es.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_fr.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_fr.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_it.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_it.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_ja.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_ja.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pl.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pl.ts
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pt.qm
X%%DATADIR%%/scripts/Block/CreateBlock/ts/CreateBlock_pt.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.js
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.pro
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItem.svg
X%%DATADIR%%/scripts/Block/CreateLibraryItem/CreateLibraryItemInit.js
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_de.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_de.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_en.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_desc_ja.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_en.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_es.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_fr.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_it.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_ja.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_de.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_en.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_proc_ja.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/doc/CreateLibraryItem_pt.html
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_de.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_de.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_es.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_es.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_fr.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_fr.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_it.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_it.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_ja.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_ja.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.ts
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.qm
X%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.ts
X%%DATADIR%%/scripts/Block/EditBlock/EditBlock.js
X%%DATADIR%%/scripts/Block/EditBlock/EditBlock.pro
X%%DATADIR%%/scripts/Block/EditBlock/EditBlock.svg
X%%DATADIR%%/scripts/Block/EditBlock/EditBlockInit.js
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_de.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_de.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_en.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_es.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_it.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_en.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_es.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_fr.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_it.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_ja.html
X%%DATADIR%%/scripts/Block/EditBlock/doc/EditBlock_pt.html
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_de.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_de.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_es.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_es.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_fr.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_fr.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_it.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_it.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_ja.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_ja.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pl.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pl.ts
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pt.qm
X%%DATADIR%%/scripts/Block/EditBlock/ts/EditBlock_pt.ts
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.js
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.pro
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReference.svg
X%%DATADIR%%/scripts/Block/EditFromReference/EditFromReferenceInit.js
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_de.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_de.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_en.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_desc_ja.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_en.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_es.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_fr.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_it.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_ja.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_de.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_en.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_proc_ja.html
X%%DATADIR%%/scripts/Block/EditFromReference/doc/EditFromReference_pt.html
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_de.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_de.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_es.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_es.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_fr.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_fr.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_it.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_it.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_ja.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_ja.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pl.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pl.ts
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pt.qm
X%%DATADIR%%/scripts/Block/EditFromReference/ts/EditFromReference_pt.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.js
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.pro
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawing.svg
X%%DATADIR%%/scripts/Block/EditMainDrawing/EditMainDrawingInit.js
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_de.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_de.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_en.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_es.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_fr.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_it.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_ja.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_desc_pt.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_en.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_es.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_fr.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_it.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_ja.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/doc/EditMainDrawing_pt.html
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_de.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_de.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_es.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_es.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_fr.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_fr.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_it.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_it.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_ja.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_ja.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pl.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pl.ts
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pt.qm
X%%DATADIR%%/scripts/Block/EditMainDrawing/ts/EditMainDrawing_pt.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.js
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.pro
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocks.svg
X%%DATADIR%%/scripts/Block/HideAllBlocks/HideAllBlocksInit.js
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_de.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_de.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_en.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_es.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_fr.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_it.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_ja.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_desc_pt.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_en.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_es.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_fr.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_it.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_ja.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/doc/HideAllBlocks_pt.html
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_de.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_de.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_es.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_es.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_fr.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_fr.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_it.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_it.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_ja.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_ja.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pl.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pl.ts
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pt.qm
X%%DATADIR%%/scripts/Block/HideAllBlocks/ts/HideAllBlocks_pt.ts
X%%DATADIR%%/scripts/Block/InsertBlock/FlipHorizontal.svg
X%%DATADIR%%/scripts/Block/InsertBlock/FlipVertical.svg
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.js
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.pro
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.svg
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlock.ui
X%%DATADIR%%/scripts/Block/InsertBlock/InsertBlockInit.js
X%%DATADIR%%/scripts/Block/InsertBlock/KeepProportionsOff.svg
X%%DATADIR%%/scripts/Block/InsertBlock/KeepProportionsOn.svg
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_de.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_de.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_en.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_es.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_it.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_en.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_es.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_fr.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_it.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_ja.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_de.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_en.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_es.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_fr.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_it.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_ja.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_proc_pt.html
X%%DATADIR%%/scripts/Block/InsertBlock/doc/InsertBlock_pt.html
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_de.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_de.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_es.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_es.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_fr.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_fr.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_it.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_it.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_ja.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_ja.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.ts
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.qm
X%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.js
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.pro
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.svg
X%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlockInit.js
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_de.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_de.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_en.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_es.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_it.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_en.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_es.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_fr.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_it.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_ja.html
X%%DATADIR%%/scripts/Block/RemoveBlock/doc/RemoveBlock_pt.html
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_de.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_de.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_es.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_es.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_fr.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_fr.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_it.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_it.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_ja.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_ja.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pl.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pl.ts
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pt.qm
X%%DATADIR%%/scripts/Block/RemoveBlock/ts/RemoveBlock_pt.ts
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlock.js
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlock.pro
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlock.svg
X%%DATADIR%%/scripts/Block/RenameBlock/RenameBlockInit.js
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_de.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_de.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_en.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_es.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_fr.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_it.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_ja.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_desc_pt.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_en.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_es.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_fr.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_it.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_ja.html
X%%DATADIR%%/scripts/Block/RenameBlock/doc/RenameBlock_pt.html
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_de.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_de.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_es.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_es.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_fr.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_fr.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_it.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_it.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_ja.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_ja.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.ts
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.qm
X%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.js
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.pro
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.svg
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocksInit.js
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_de.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_de.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_en.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_es.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_fr.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_it.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_ja.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_desc_pt.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_en.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_es.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_fr.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_it.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_ja.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/doc/ShowAllBlocks_pt.html
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_de.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_de.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_es.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_es.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_fr.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_fr.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_it.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_it.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_ja.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_ja.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pl.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pl.ts
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pt.qm
X%%DATADIR%%/scripts/Block/ShowAllBlocks/ts/ShowAllBlocks_pt.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.js
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.pro
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibility.svg
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ToggleBlockVisibilityInit.js
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_de.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_de.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_en.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_es.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_fr.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_it.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_ja.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_desc_pt.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_en.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_es.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_fr.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_it.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_ja.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc/ToggleBlockVisibility_pt.html
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_de.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_de.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_es.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_es.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_fr.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_fr.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_it.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_it.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_ja.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_ja.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pl.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pl.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pt.qm
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleBlockVisibility_pt.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_de.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_es.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_fr.ts
X%%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts/ToggleVisibility_it.ts
X%%DATADIR%%/scripts/Block/doc/Block_de.html
X%%DATADIR%%/scripts/Block/doc/Block_en.html
X%%DATADIR%%/scripts/Block/doc/Block_es.html
X%%DATADIR%%/scripts/Block/doc/Block_fr.html
X%%DATADIR%%/scripts/Block/doc/Block_it.html
X%%DATADIR%%/scripts/Block/doc/Block_ja.html
X%%DATADIR%%/scripts/Block/doc/Block_pt.html
X%%DATADIR%%/scripts/Block/ts/Block_de.qm
X%%DATADIR%%/scripts/Block/ts/Block_de.ts
X%%DATADIR%%/scripts/Block/ts/Block_es.qm
X%%DATADIR%%/scripts/Block/ts/Block_es.ts
X%%DATADIR%%/scripts/Block/ts/Block_fr.qm
X%%DATADIR%%/scripts/Block/ts/Block_fr.ts
X%%DATADIR%%/scripts/Block/ts/Block_it.qm
X%%DATADIR%%/scripts/Block/ts/Block_it.ts
X%%DATADIR%%/scripts/Block/ts/Block_ja.qm
X%%DATADIR%%/scripts/Block/ts/Block_ja.ts
X%%DATADIR%%/scripts/Block/ts/Block_pl.qm
X%%DATADIR%%/scripts/Block/ts/Block_pl.ts
X%%DATADIR%%/scripts/Block/ts/Block_pt.qm
X%%DATADIR%%/scripts/Block/ts/Block_pt.ts
X%%DATADIR%%/scripts/Block/ts/ts.pro
X%%DATADIR%%/scripts/CrosshairCursor.png
X%%DATADIR%%/scripts/CrosshairCursorMask.png
X%%DATADIR%%/scripts/DbConnection.js
X%%DATADIR%%/scripts/DefaultAction.js
X%%DATADIR%%/scripts/Draw/Arc/Arc.js
X%%DATADIR%%/scripts/Draw/Arc/Arc.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PA.ui
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Arc2PAInit.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/Arc2PATest00.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/required/Arc2PATest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc/Arc2PA_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_de.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_de.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_es.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_es.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_it.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_it.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts/Arc2PA_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PR.ui
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Arc2PRInit.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Solution1.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Solution2.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/Arc2PRTest00.js
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/required/Arc2PRTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc/Arc2PR_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_de.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_de.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_es.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_es.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_it.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_it.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts/Arc2PR_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3P.js
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3P.pro
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3P.svg
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Arc3PInit.js
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/Arc3PTest00.js
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/required/Arc3PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/doc/Arc3P_pt.html
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_de.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_de.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_es.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_es.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_it.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_it.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/Arc3P/ts/Arc3P_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.js
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPA.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ArcCPAInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/ArcCPATest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/required/ArcCPATest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc/ArcCPA_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts/ArcCPA_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentric.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ArcConcentricInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/ArcConcentricTest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/required/ArcConcentricTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc/ArcConcentric_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts/ArcConcentric_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThrough.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ArcConcentricThroughInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/ArcConcentricThroughTest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/required/ArcConcentricThroughTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc/ArcConcentricThrough_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts/ArcConcentricThrough_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.js
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.pro
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.svg
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangential.ui
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ArcTangentialInit.js
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/ArcTangentialTest00.js
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/required/ArcTangentialTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_desc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_de.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_en.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_es.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_it.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_proc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc/ArcTangential_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts/ArcTangential_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_de.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_en.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_es.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_fr.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_it.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_ja.html
X%%DATADIR%%/scripts/Draw/Arc/doc/Arc_pt.html
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_de.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_de.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_es.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_es.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_fr.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_fr.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_it.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_it.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_ja.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_ja.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pl.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pl.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pt.qm
X%%DATADIR%%/scripts/Draw/Arc/ts/Arc_pt.ts
X%%DATADIR%%/scripts/Draw/Arc/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle.js
X%%DATADIR%%/scripts/Draw/Circle/Circle.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2P.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2P.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2P.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Circle2PInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/Circle2PTest00.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/required/Circle2PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/doc/Circle2P_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2P/ts/Circle2P_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PR.ui
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Circle2PRInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Solution1.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Solution2.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests/Circle2PRTest00.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests/required/Circle2PRTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc/Circle2PR_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts/Circle2PR_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TP.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TP.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TP.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/Circle2TPInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc/Circle2TP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts/Circle2TP_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TR.ui
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/Circle2TRInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc/Circle2TR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts/Circle2TR_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3P.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3P.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3P.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Circle3PInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/Circle3PTest00.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/required/Circle3PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/doc/Circle3P_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3P/ts/Circle3P_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3T.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3T.pro
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3T.svg
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/Circle3TInit.js
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/doc/Circle3T_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_de.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_de.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_es.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_es.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_it.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_it.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/Circle3T/ts/Circle3T_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCP.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCP.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCP.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/CircleCPInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/CircleCPTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/required/CircleCPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/doc/CircleCP_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCP/ts/CircleCP_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCR.ui
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/CircleCRInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/CircleCRTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/required/CircleCRTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/doc/CircleCR_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleCR/ts/CircleCR_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentric.ui
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/CircleConcentricInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/CircleConcentricTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/required/CircleConcentricTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc/CircleConcentric_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts/CircleConcentric_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThrough.ui
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/CircleConcentricThroughInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/CircleConcentricThroughTest00.js
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/required/CircleConcentricThroughTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc/CircleConcentricThrough_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts/CircleConcentricThrough_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2P.js
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2P.pro
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2P.svg
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/CircleT2PInit.js
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_de.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_en.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_es.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_it.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc/CircleT2P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_de.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_de.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_es.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_es.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_it.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_it.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts/CircleT2P_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_de.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_en.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_es.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_fr.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_it.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_ja.html
X%%DATADIR%%/scripts/Draw/Circle/doc/Circle_pt.html
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_de.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_de.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_es.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_es.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_fr.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_fr.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_it.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_it.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_ja.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_ja.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pl.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pl.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pt.qm
X%%DATADIR%%/scripts/Draw/Circle/ts/Circle_pt.ts
X%%DATADIR%%/scripts/Draw/Circle/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAligned.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAligned.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAligned.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/DimAlignedInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/DimAlignedTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/required/DimAlignedTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc/DimAligned_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts/DimAligned_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngular.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngular.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngular.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/DimAngularInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/DimAngularTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/required/DimAngularTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc/DimAngular_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts/DimAngular_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametric.js
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametric.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametric.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/DimDiametricInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/DimDiametricTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/required/DimDiametricTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc/DimDiametric_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts/DimDiametric_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.js
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontal.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/DimHorizontalInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/DimHorizontalTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/required/DimHorizontalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc/DimHorizontal_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts/DimHorizontal_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.js
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinate.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/DimOrdinateInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/DimOrdinateTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/required/DimOrdinateTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc/DimOrdinate_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts/DimOrdinate_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadial.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadial.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadial.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/DimRadialInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/DimRadialTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/required/DimRadialTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc/DimRadial_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts/DimRadial_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegen.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegen.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegen.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/DimRegenInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc/DimRegen_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts/DimRegen_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotated.ui
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/DimRotatedInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/DimRotatedTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/required/DimRotatedTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc/DimRotated_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts/DimRotated_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVertical.js
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVertical.pro
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVertical.svg
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/DimVerticalInit.js
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/DimVerticalTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/required/DimVerticalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_en.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_es.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_it.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc/DimVertical_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts/DimVertical_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.js
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.pro
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.svg
X%%DATADIR%%/scripts/Draw/Dimension/Dimension.ui
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.js
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.pro
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.svg
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Leader.ui
X%%DATADIR%%/scripts/Draw/Dimension/Leader/LeaderInit.js
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/LeaderTest00.js
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/required/LeaderTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Leader/UndoPath.svg
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader.svg
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_de.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_en.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_es.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_it.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_proc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/doc/Leader_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/Leader/ts/Leader_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/LowerTolerance.svg
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing00.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing01.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing02.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/drawing03.dxf
X%%DATADIR%%/scripts/Draw/Dimension/Tests/floor_plan.dxf
X%%DATADIR%%/scripts/Draw/Dimension/UpperTolerance.svg
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_de.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_de.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_en.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_es.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_it.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_desc_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_en.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_es.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_fr.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_it.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_ja.html
X%%DATADIR%%/scripts/Draw/Dimension/doc/Dimension_pt.html
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_de.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_de.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_es.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_es.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_fr.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_fr.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_it.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_it.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_ja.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_ja.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pl.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pl.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pt.qm
X%%DATADIR%%/scripts/Draw/Dimension/ts/Dimension_pt.ts
X%%DATADIR%%/scripts/Draw/Dimension/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Draw.js
X%%DATADIR%%/scripts/Draw/Draw.pro
X%%DATADIR%%/scripts/Draw/DrawBasedOnThreeCircles.js
X%%DATADIR%%/scripts/Draw/Ellipse/Ellipse.js
X%%DATADIR%%/scripts/Draw/Ellipse/Ellipse.pro
X%%DATADIR%%/scripts/Draw/Ellipse/Ellipse.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Clockwise.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/CounterClockwise.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.pro
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPA.ui
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/EllipseArcCPPAInit.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/EllipseArcCPPATest00.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/lines.dxf
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/required/EllipseArcCPPATest00_000.dxf
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_desc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_proc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc/EllipseArcCPPA_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_de.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_de.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_es.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_es.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_fr.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_fr.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_it.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_it.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_ja.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_ja.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pl.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pl.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pt.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts/EllipseArcCPPA_pt.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.pro
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPP.svg
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/EllipseCPPInit.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/EllipseCPPTest00.js
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/required/EllipseCPPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc/EllipseCPP_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_de.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_de.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_es.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_es.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_fr.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_fr.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_it.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_it.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_ja.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_ja.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pl.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pl.ts
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pt.qm
X%%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts/EllipseCPP_pt.ts
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_de.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_desc_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_en.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_es.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_fr.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_it.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_ja.html
X%%DATADIR%%/scripts/Draw/Ellipse/doc/Ellipse_pt.html
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_de.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_de.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_es.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_es.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_fr.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_fr.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_it.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_it.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_ja.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_ja.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pl.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pl.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pt.qm
X%%DATADIR%%/scripts/Draw/Ellipse/ts/Ellipse_pt.ts
X%%DATADIR%%/scripts/Draw/Ellipse/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Hatch/Hatch.js
X%%DATADIR%%/scripts/Draw/Hatch/Hatch.pro
X%%DATADIR%%/scripts/Draw/Hatch/Hatch.svg
X%%DATADIR%%/scripts/Draw/Hatch/HatchDialog.js
X%%DATADIR%%/scripts/Draw/Hatch/HatchDialog.ui
X%%DATADIR%%/scripts/Draw/Hatch/HatchInit.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest00.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest01.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest02.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest03.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/HatchTest04.js
X%%DATADIR%%/scripts/Draw/Hatch/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Hatch/Tests/data/contour.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/data/spline.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest02_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest03_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/Tests/required/HatchTest04_000.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary.svg
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary_de.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchBoundary_de.svg
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchIslands.dxf
X%%DATADIR%%/scripts/Draw/Hatch/doc/HatchIslands.svg
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_de.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_de.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_en.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_es.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_fr.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_it.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_ja.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_desc_pt.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_en.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_es.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_fr.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_it.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_ja.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_de.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_en.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_es.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_fr.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_it.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_ja.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_proc_pt.html
X%%DATADIR%%/scripts/Draw/Hatch/doc/Hatch_pt.html
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_de.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_de.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_es.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_es.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_fr.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_fr.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_it.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_it.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_ja.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_ja.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pl.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pl.ts
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pt.qm
X%%DATADIR%%/scripts/Draw/Hatch/ts/Hatch_pt.ts
X%%DATADIR%%/scripts/Draw/Image/Image.js
X%%DATADIR%%/scripts/Draw/Image/Image.pro
X%%DATADIR%%/scripts/Draw/Image/Image.svg
X%%DATADIR%%/scripts/Draw/Image/Image.ui
X%%DATADIR%%/scripts/Draw/Image/ImageInit.js
X%%DATADIR%%/scripts/Draw/Image/KeepProportionsOff.svg
X%%DATADIR%%/scripts/Draw/Image/KeepProportionsOn.svg
X%%DATADIR%%/scripts/Draw/Image/Tests/ImageTest00.js
X%%DATADIR%%/scripts/Draw/Image/doc/Image_de.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_de.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_en.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_es.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_fr.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_it.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_ja.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_desc_pt.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_en.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_es.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_fr.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_it.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_ja.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_de.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_en.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_es.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_fr.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_it.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_ja.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_proc_pt.html
X%%DATADIR%%/scripts/Draw/Image/doc/Image_pt.html
X%%DATADIR%%/scripts/Draw/Image/ts/Image_de.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_de.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_es.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_es.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_fr.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_fr.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_it.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_it.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_ja.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_ja.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pl.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pl.ts
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pt.qm
X%%DATADIR%%/scripts/Draw/Image/ts/Image_pt.ts
X%%DATADIR%%/scripts/Draw/Line/Line.js
X%%DATADIR%%/scripts/Draw/Line/Line.pro
X%%DATADIR%%/scripts/Draw/Line/Line.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/CloseSequence.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.pro
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2P.ui
X%%DATADIR%%/scripts/Draw/Line/Line2P/Line2PInit.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/Lines00.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/Lines01.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/Lines02.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapCenter.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapCoordinate.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapDistance.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapEnd.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapFree.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapGrid.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapIntersection.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapMiddle.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapMiddleManual.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapOnEntity.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapPolarCoordinate.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/LinesSnapReferences.js
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/Lines00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/Lines01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/Lines02_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapCenter_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapCenter_001.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapCoordinate_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapDistance_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapEnd_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapFree_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapGrid_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapIntersection_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapMiddleManual_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapMiddleManual_001.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapMiddle_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapOnEntity_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapPolarCoordinate_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required/LinesSnapReferences_000.dxf
X%%DATADIR%%/scripts/Draw/Line/Line2P/UndoSegment.svg
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_de.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_en.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_es.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_fr.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_it.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_ja.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/doc/Line2P_pt.html
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_de.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_de.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_es.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_es.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_fr.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_fr.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_it.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_it.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_ja.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_ja.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pl.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pl.ts
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pt.qm
X%%DATADIR%%/scripts/Draw/Line/Line2P/ts/Line2P_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.pro
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.svg
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngle.ui
X%%DATADIR%%/scripts/Draw/Line/LineAngle/LineAngleInit.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/LineAngle00.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/LineAngle01.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/LineAngle02.js
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required/LineAngle00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required/LineAngle01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required/LineAngle02_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_de.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_en.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_es.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_it.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/doc/LineAngle_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineAngle/ts/LineAngle_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.pro
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.svg
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisector.ui
X%%DATADIR%%/scripts/Draw/Line/LineBisector/LineBisectorInit.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/LineBisectorTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/LineBisectorTest01.js
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/required/LineBisectorTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/required/LineBisectorTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector.dxf
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector.svg
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_de.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_en.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_es.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_it.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/doc/LineBisector_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineBisector/ts/LineBisector_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehand.js
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehand.pro
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehand.svg
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/LineFreehandInit.js
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand.dxf
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand.svg
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_de.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_en.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_es.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_it.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/doc/LineFreehand_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineFreehand/ts/LineFreehand_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.js
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.pro
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.svg
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontal.ui
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/LineHorizontalInit.js
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/LineHorizontalTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/required/LineHorizontalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_de.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_en.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_es.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_it.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc/LineHorizontal_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts/LineHorizontal_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.js
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.pro
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.svg
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonal.ui
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/LineOrthogonalInit.js
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/LineOrthogonalTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/required/LineOrthogonalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_de.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_en.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_es.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_it.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc/LineOrthogonal_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts/LineOrthogonal_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.pro
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.svg
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallel.ui
X%%DATADIR%%/scripts/Draw/Line/LineParallel/LineParallelInit.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/LineParallelTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/LineParallelTest01.js
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/required/LineParallelTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/required/LineParallelTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/doc/LineParallel_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallel/ts/LineParallel_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.pro
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.svg
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThrough.ui
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/LineParallelThroughInit.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/LineParallelThroughTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/LineParallelThroughTest01.js
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/required/LineParallelThroughTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/required/LineParallelThroughTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc/LineParallelThrough_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts/LineParallelThrough_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.pro
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.svg
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCP.ui
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/LinePolygonCPInit.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/LinePolygonCPTest00.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/required/LinePolygonCPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc/LinePolygonCP_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_de.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_de.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_es.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_es.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_it.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_it.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts/LinePolygonCP_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.pro
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.svg
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPP.ui
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/LinePolygonPPInit.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/LinePolygonPPTest00.js
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/required/LinePolygonPPTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc/LinePolygonPP_pt.html
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_de.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_de.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_es.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_es.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_it.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_it.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts/LinePolygonPP_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangle.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangle.pro
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangle.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/LineRectangleInit.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/doc/LineRectangle_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangle/ts/LineRectangle_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/Down.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.pro
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSize.ui
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/LineRectangleSizeInit.js
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonChecked.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonCheckedHover.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonUnchecked.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/RadioButtonUncheckedHover.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ReferencePoint.ui
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ReferencePointsUnchecked.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/Up.svg
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc/LineRectangleSize_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts/LineRectangleSize_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.js
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.pro
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.svg
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngle.ui
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/LineRelativeAngleInit.js
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/LineRelativeAngleTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/required/LineRelativeAngleTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc/LineRelativeAngle_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts/LineRelativeAngle_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1.pro
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1.svg
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/LineTangent1Init.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/LineTangent1Test00.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/LineTangent1Test01.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/required/LineTangent1Test00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/required/LineTangent1Test01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/doc/LineTangent1_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent1/ts/LineTangent1_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2.pro
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2.svg
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/LineTangent2Init.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/LineTangent2Test00.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/LineTangent2Test01.js
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/required/LineTangent2Test00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/required/LineTangent2Test01_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_proc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/doc/LineTangent2_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineTangent2/ts/LineTangent2_pt.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVertical.js
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVertical.pro
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVertical.svg
X%%DATADIR%%/scripts/Draw/Line/LineVertical/LineVerticalInit.js
X%%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/LineVerticalTest00.js
X%%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/required/LineVerticalTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_de.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_de.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_en.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_es.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_it.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_desc_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_en.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_es.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_fr.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_it.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_ja.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/doc/LineVertical_pt.html
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_de.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_de.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_es.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_es.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_fr.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_fr.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_it.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_it.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_ja.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_ja.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pl.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pl.ts
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pt.qm
X%%DATADIR%%/scripts/Draw/Line/LineVertical/ts/LineVertical_pt.ts
X%%DATADIR%%/scripts/Draw/Line/doc/Line_de.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_en.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_es.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_fr.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_it.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_ja.html
X%%DATADIR%%/scripts/Draw/Line/doc/Line_pt.html
X%%DATADIR%%/scripts/Draw/Line/doit.sh
X%%DATADIR%%/scripts/Draw/Line/ts/Line_de.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_de.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_es.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_es.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_fr.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_fr.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_it.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_it.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_ja.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_ja.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pl.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pl.ts
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pt.qm
X%%DATADIR%%/scripts/Draw/Line/ts/Line_pt.ts
X%%DATADIR%%/scripts/Draw/Line/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Point/Point.js
X%%DATADIR%%/scripts/Draw/Point/Point.pro
X%%DATADIR%%/scripts/Draw/Point/Point.svg
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1P.js
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1P.pro
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1P.svg
X%%DATADIR%%/scripts/Draw/Point/Point1P/Point1PInit.js
X%%DATADIR%%/scripts/Draw/Point/Point1P/Tests/Point1PTest00.js
X%%DATADIR%%/scripts/Draw/Point/Point1P/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Point/Point1P/Tests/required/Point1PTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_de.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_de.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_en.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_es.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_fr.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_it.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_ja.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_desc_pt.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_en.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_es.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_fr.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_it.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_ja.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_de.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_en.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_es.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_fr.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_it.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_ja.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_proc_pt.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/doc/Point1P_pt.html
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_de.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_de.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_es.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_es.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_fr.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_fr.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_it.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_it.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_ja.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_ja.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pl.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pl.ts
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pt.qm
X%%DATADIR%%/scripts/Draw/Point/Point1P/ts/Point1P_pt.ts
X%%DATADIR%%/scripts/Draw/Point/doc/Point_de.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_en.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_es.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_fr.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_it.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_ja.html
X%%DATADIR%%/scripts/Draw/Point/doc/Point_pt.html
X%%DATADIR%%/scripts/Draw/Point/ts/Point_de.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_de.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_es.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_es.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_fr.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_fr.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_it.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_it.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_ja.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_ja.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pl.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pl.ts
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pt.qm
X%%DATADIR%%/scripts/Draw/Point/ts/Point_pt.ts
X%%DATADIR%%/scripts/Draw/Point/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ClosePath.svg
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.pro
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.svg
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolyline.ui
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/DrawPolylineInit.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/DrawPolylineTest00.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/DrawPolylineTest01.js
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/required/DrawPolylineTest00_000.dxf
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/required/DrawPolylineTest01_000.dxf
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/UndoPath.svg
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_de.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_de.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_en.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_es.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_it.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_desc_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_en.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_es.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_it.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_de.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_en.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_es.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_it.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_proc_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc/DrawPolyline_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_de.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_de.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_es.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_es.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_fr.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_fr.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_it.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_it.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_ja.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_ja.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pl.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pl.ts
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pt.qm
X%%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts/DrawPolyline_pt.ts
X%%DATADIR%%/scripts/Draw/Polyline/Polyline.js
X%%DATADIR%%/scripts/Draw/Polyline/Polyline.pro
X%%DATADIR%%/scripts/Draw/Polyline/Polyline.svg
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_de.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_en.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_es.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_fr.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_it.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_ja.html
X%%DATADIR%%/scripts/Draw/Polyline/doc/Polyline_pt.html
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_de.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_de.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_es.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_es.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_fr.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_fr.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_it.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_it.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_ja.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_ja.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pl.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pl.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pt.qm
X%%DATADIR%%/scripts/Draw/Polyline/ts/Polyline_pt.ts
X%%DATADIR%%/scripts/Draw/Polyline/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Spline/Spline.js
X%%DATADIR%%/scripts/Draw/Spline/Spline.pro
X%%DATADIR%%/scripts/Draw/Spline/Spline.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.js
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.pro
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPoints.ui
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/SplineControlPointsInit.js
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/UndoPath.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints01.dxf
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints01.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.dxf
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints02.svg
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_de.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_de.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_en.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_es.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_fr.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_it.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_ja.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_desc_pt.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_en.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_es.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_fr.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_it.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_ja.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_de.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_en.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_es.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_fr.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_it.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_ja.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_proc_pt.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc/SplineControlPoints_pt.html
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_de.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_de.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_es.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_es.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_fr.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_fr.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_it.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_it.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_ja.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_ja.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pl.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pl.ts
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pt.qm
X%%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts/SplineControlPoints_pt.ts
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_de.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_en.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_es.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_fr.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_it.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_ja.html
X%%DATADIR%%/scripts/Draw/Spline/doc/Spline_pt.html
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_de.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_de.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_es.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_es.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_fr.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_fr.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_it.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_it.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_ja.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_ja.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pl.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pl.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pt.qm
X%%DATADIR%%/scripts/Draw/Spline/ts/Spline_pt.ts
X%%DATADIR%%/scripts/Draw/Spline/ts/ts.pro
X%%DATADIR%%/scripts/Draw/Text/Text.js
X%%DATADIR%%/scripts/Draw/Text/Text.pro
X%%DATADIR%%/scripts/Draw/Text/Text.svg
X%%DATADIR%%/scripts/Draw/Text/Text.ui
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomCenter.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomLeft.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomRight.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignMiddleCenter.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignMiddleLeft.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignMiddleRight.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignTopCenter.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignTopLeft.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignTopRight.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Bold.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/CadFont.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/CharacterMapDialog.js
X%%DATADIR%%/scripts/Draw/Text/TextDialog/CharacterMapDialog.ui
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Copy.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Cut.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Italic.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/New.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Open.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Paste.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Redo.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/SaveAs.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Subscript.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Superscript.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Symbol.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/TextDialog.js
X%%DATADIR%%/scripts/Draw/Text/TextDialog/TextDialog.ui
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Underline.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/Undo.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/ZoomIn.svg
X%%DATADIR%%/scripts/Draw/Text/TextDialog/ZoomOut.svg
X%%DATADIR%%/scripts/Draw/Text/TextInit.js
X%%DATADIR%%/scripts/Draw/Text/doc/Text_de.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_de.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_en.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_es.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_fr.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_it.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_ja.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_desc_pt.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_en.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_es.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_fr.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_it.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_ja.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_de.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_en.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_es.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_fr.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_it.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_ja.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_proc_pt.html
X%%DATADIR%%/scripts/Draw/Text/doc/Text_pt.html
X%%DATADIR%%/scripts/Draw/Text/ts/Text_de.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_de.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_es.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_es.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_fr.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_fr.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_it.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_it.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_ja.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_ja.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pl.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pl.ts
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pt.qm
X%%DATADIR%%/scripts/Draw/Text/ts/Text_pt.ts
X%%DATADIR%%/scripts/Draw/doc/Draw_de.html
X%%DATADIR%%/scripts/Draw/doc/Draw_en.html
X%%DATADIR%%/scripts/Draw/doc/Draw_es.html
X%%DATADIR%%/scripts/Draw/doc/Draw_fr.html
X%%DATADIR%%/scripts/Draw/doc/Draw_it.html
X%%DATADIR%%/scripts/Draw/doc/Draw_ja.html
X%%DATADIR%%/scripts/Draw/doc/Draw_pt.html
X%%DATADIR%%/scripts/Draw/ts/Draw_de.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_de.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_es.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_es.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_fr.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_fr.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_it.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_it.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_ja.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_ja.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_pl.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_pl.ts
X%%DATADIR%%/scripts/Draw/ts/Draw_pt.qm
X%%DATADIR%%/scripts/Draw/ts/Draw_pt.ts
X%%DATADIR%%/scripts/Draw/ts/ts.pro
X%%DATADIR%%/scripts/EAction.js
X%%DATADIR%%/scripts/Edit/AbstractPreferences.js
X%%DATADIR%%/scripts/Edit/AbstractPreferences.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/AppPreferences.dox
X%%DATADIR%%/scripts/Edit/AppPreferences/AppPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/AppPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts/ColorPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts/FontPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/GraphicsViewPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/GraphicsViewPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/GraphicsViewPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts/ts.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/InputPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/InputPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/InputPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts/InputPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts/LanguagePreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts/ScriptingPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/StartupPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/StartupPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/StartupPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts/StartupPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined/BlueSteel.css
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined/Flat.css
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined/Simple.css
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/StylePreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/StylePreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts/StylePreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/TextPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/TextPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/TextPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts/TextPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ToolBarPreferences.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ToolBarPreferences.pro
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ToolBarPreferencesInit.js
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts/ToolBarPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_de.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_desc_de.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_desc_en.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_desc_ja.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_en.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_es.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_fr.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_it.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_ja.html
X%%DATADIR%%/scripts/Edit/AppPreferences/doc/AppPreferences_pt.html
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_de.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_de.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_es.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_es.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_it.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_it.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/AppPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/AppPreferences/ts/ts.pro
X%%DATADIR%%/scripts/Edit/Clear.svg
X%%DATADIR%%/scripts/Edit/ClipboardOperation.js
X%%DATADIR%%/scripts/Edit/Collapse.svg
X%%DATADIR%%/scripts/Edit/Copy/Copy.js
X%%DATADIR%%/scripts/Edit/Copy/Copy.pro
X%%DATADIR%%/scripts/Edit/Copy/Copy.svg
X%%DATADIR%%/scripts/Edit/Copy/CopyInit.js
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_de.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_de.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_en.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_es.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_fr.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_it.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_ja.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_desc_pt.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_en.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_es.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_fr.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_it.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_ja.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_de.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_en.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_es.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_fr.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_it.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_ja.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_proc_pt.html
X%%DATADIR%%/scripts/Edit/Copy/doc/Copy_pt.html
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_01.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_02.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_03.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_04.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_copy_05.svg
X%%DATADIR%%/scripts/Edit/Copy/doc/img/edit_toolbar_copy.png
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_de.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_de.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_es.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_es.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_fr.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_fr.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_it.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_it.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_ja.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_ja.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pl.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pl.ts
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pt.qm
X%%DATADIR%%/scripts/Edit/Copy/ts/Copy_pt.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReference.js
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReference.pro
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReference.svg
X%%DATADIR%%/scripts/Edit/CopyWithReference/CopyWithReferenceInit.js
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_de.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_de.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_en.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_es.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_fr.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_it.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_ja.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_desc_pt.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_en.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_es.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_fr.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_it.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_ja.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_de.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_en.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_es.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_fr.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_it.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_ja.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_proc_pt.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/doc/CopyWithReference_pt.html
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_de.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_de.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_es.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_es.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_fr.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_fr.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_it.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_it.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_ja.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_ja.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pl.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pl.ts
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pt.qm
X%%DATADIR%%/scripts/Edit/CopyWithReference/ts/CopyWithReference_pt.ts
X%%DATADIR%%/scripts/Edit/Cut/Cut.js
X%%DATADIR%%/scripts/Edit/Cut/Cut.pro
X%%DATADIR%%/scripts/Edit/Cut/Cut.svg
X%%DATADIR%%/scripts/Edit/Cut/CutInit.js
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_de.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_de.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_en.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_es.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_fr.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_it.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_ja.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_desc_pt.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_en.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_es.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_fr.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_it.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_ja.html
X%%DATADIR%%/scripts/Edit/Cut/doc/Cut_pt.html
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_de.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_de.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_es.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_es.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_fr.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_fr.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_it.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_it.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_ja.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_ja.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pl.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pl.ts
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pt.qm
X%%DATADIR%%/scripts/Edit/Cut/ts/Cut_pt.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReference.js
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReference.pro
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReference.svg
X%%DATADIR%%/scripts/Edit/CutWithReference/CutWithReferenceInit.js
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_de.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_de.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_en.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_es.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_fr.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_it.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_ja.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_desc_pt.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_en.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_es.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_fr.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_it.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_ja.html
X%%DATADIR%%/scripts/Edit/CutWithReference/doc/CutWithReference_pt.html
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_de.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_de.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_es.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_es.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_fr.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_fr.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_it.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_it.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_ja.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_ja.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pl.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pl.ts
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pt.qm
X%%DATADIR%%/scripts/Edit/CutWithReference/ts/CutWithReference_pt.ts
X%%DATADIR%%/scripts/Edit/Delete/Delete.js
X%%DATADIR%%/scripts/Edit/Delete/Delete.pro
X%%DATADIR%%/scripts/Edit/Delete/Delete.svg
X%%DATADIR%%/scripts/Edit/Delete/DeleteInit.js
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_de.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_de.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_en.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_es.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_fr.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_it.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_ja.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_desc_pt.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_en.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_es.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_fr.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_it.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_ja.html
X%%DATADIR%%/scripts/Edit/Delete/doc/Delete_pt.html
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_de.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_de.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_es.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_es.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_fr.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_fr.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_it.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_it.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_ja.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_ja.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pl.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pl.ts
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pt.qm
X%%DATADIR%%/scripts/Edit/Delete/ts/Delete_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeBlackWhite.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeFullColor.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorModeGrayscale.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ColorSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts/ColorSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/DimensionSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/DimensionSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/DimensionSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts/DimensionSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DrawingPreferences.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DrawingPreferences.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/DrawingPreferences.svg
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/GridSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/GridSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/GridSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts/GridSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/LinetypeSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/LinetypeSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/LinetypeSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts/LinetypeSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PageSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PageSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PageSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts/PageSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/UnitSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/UnitSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/UnitSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts/UnitSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/PreferencesPage.ui
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettings.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettings.pro
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ViewportSettingsInit.js
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts/ViewportSettings_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_de.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_de.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_en.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_desc_ja.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_en.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_es.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_fr.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_it.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_ja.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/doc/DrawingPreferences_pt.html
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_de.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_de.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_es.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_es.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_fr.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_fr.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_it.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_it.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_ja.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_ja.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pl.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pl.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pt.qm
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/DrawingPreferences_pt.ts
X%%DATADIR%%/scripts/Edit/DrawingPreferences/ts/ts.pro
X%%DATADIR%%/scripts/Edit/Edit.js
X%%DATADIR%%/scripts/Edit/Edit.pro
X%%DATADIR%%/scripts/Edit/Esc/Esc.js
X%%DATADIR%%/scripts/Edit/Esc/Esc.pro
X%%DATADIR%%/scripts/Edit/Esc/EscInit.js
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_de.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_de.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_en.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_es.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_fr.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_it.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_ja.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_pt.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_en.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_es.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_fr.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_it.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_ja.html
X%%DATADIR%%/scripts/Edit/Esc/doc/Esc_pt.html
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_de.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_de.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_es.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_es.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_fr.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_fr.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_it.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_it.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_ja.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_ja.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pl.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pl.ts
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.qm
X%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.ts
X%%DATADIR%%/scripts/Edit/Expand.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipHorizontal.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipVertical.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.js
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.pro
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.svg
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.ui
X%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItemInit.js
X%%DATADIR%%/scripts/Edit/InsertBlockItem/doc/InsertBlockItem_desc_en.html
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.qm
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_de.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_es.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_fr.ts
X%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_it.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.js
X%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.pro
X%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItemInit.js
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.qm
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_de.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_es.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_fr.ts
X%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_it.ts
X%%DATADIR%%/scripts/Edit/Paste/FlipHorizontal.svg
X%%DATADIR%%/scripts/Edit/Paste/FlipVertical.svg
X%%DATADIR%%/scripts/Edit/Paste/Paste.js
X%%DATADIR%%/scripts/Edit/Paste/Paste.pro
X%%DATADIR%%/scripts/Edit/Paste/Paste.svg
X%%DATADIR%%/scripts/Edit/Paste/Paste.ui
X%%DATADIR%%/scripts/Edit/Paste/PasteInit.js
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_de.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_de.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_en.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_es.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_fr.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_it.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_ja.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_pt.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_en.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_es.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_fr.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_it.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_ja.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_de.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_en.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_es.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_fr.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_it.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_ja.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_pt.html
X%%DATADIR%%/scripts/Edit/Paste/doc/Paste_pt.html
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_de.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_de.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_es.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_es.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_fr.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_fr.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_it.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_it.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_ja.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_ja.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pl.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pl.ts
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pt.qm
X%%DATADIR%%/scripts/Edit/Paste/ts/Paste_pt.ts
X%%DATADIR%%/scripts/Edit/Redo/Redo.js
X%%DATADIR%%/scripts/Edit/Redo/Redo.pro
X%%DATADIR%%/scripts/Edit/Redo/Redo.svg
X%%DATADIR%%/scripts/Edit/Redo/RedoInit.js
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_de.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_de.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_en.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_es.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_fr.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_it.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_ja.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_pt.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_en.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_es.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_fr.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_it.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_ja.html
X%%DATADIR%%/scripts/Edit/Redo/doc/Redo_pt.html
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_de.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_de.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_es.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_es.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_fr.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_fr.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_it.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_it.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_ja.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_ja.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pl.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pl.ts
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pt.qm
X%%DATADIR%%/scripts/Edit/Redo/ts/Redo_pt.ts
X%%DATADIR%%/scripts/Edit/Undo/Undo.js
X%%DATADIR%%/scripts/Edit/Undo/Undo.pro
X%%DATADIR%%/scripts/Edit/Undo/Undo.svg
X%%DATADIR%%/scripts/Edit/Undo/UndoInit.js
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_de.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_de.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_en.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_es.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_fr.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_it.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_ja.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_pt.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_en.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_es.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_fr.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_it.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_ja.html
X%%DATADIR%%/scripts/Edit/Undo/doc/Undo_pt.html
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_de.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_de.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_es.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_es.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_fr.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_fr.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_it.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_it.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_ja.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_ja.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pl.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pl.ts
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pt.qm
X%%DATADIR%%/scripts/Edit/Undo/ts/Undo_pt.ts
X%%DATADIR%%/scripts/Edit/doc/Edit_de.html
X%%DATADIR%%/scripts/Edit/doc/Edit_en.html
X%%DATADIR%%/scripts/Edit/doc/Edit_es.html
X%%DATADIR%%/scripts/Edit/doc/Edit_fr.html
X%%DATADIR%%/scripts/Edit/doc/Edit_it.html
X%%DATADIR%%/scripts/Edit/doc/Edit_ja.html
X%%DATADIR%%/scripts/Edit/doc/Edit_pt.html
X%%DATADIR%%/scripts/Edit/ts/Edit_de.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_de.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_es.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_es.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_fr.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_fr.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_it.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_it.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_ja.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_ja.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_pl.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_pl.ts
X%%DATADIR%%/scripts/Edit/ts/Edit_pt.qm
X%%DATADIR%%/scripts/Edit/ts/Edit_pt.ts
X%%DATADIR%%/scripts/Edit/ts/ts.pro
X%%DATADIR%%/scripts/Empty.svg
X%%DATADIR%%/scripts/File/AutoSave/AutoSave.js
X%%DATADIR%%/scripts/File/AutoSave/AutoSave.pro
X%%DATADIR%%/scripts/File/AutoSave/Browse.svg
X%%DATADIR%%/scripts/File/AutoSave/PreferencesPage.ui
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_de.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_de.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_es.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_es.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_fr.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_fr.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_it.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_it.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_ja.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_ja.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pl.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pl.ts
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pt.qm
X%%DATADIR%%/scripts/File/AutoSave/ts/AutoSave_pt.ts
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExport.js
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExport.pro
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExport.svg
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExportDialog.ui
X%%DATADIR%%/scripts/File/BitmapExport/BitmapExportInit.js
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_de.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_de.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_en.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_es.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_fr.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_it.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_ja.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_pt.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_en.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_es.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_fr.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_it.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_ja.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_de.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_en.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_es.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_fr.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_it.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_ja.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_pt.html
X%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_pt.html
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_de.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_de.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_es.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_es.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_fr.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_fr.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_it.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_it.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_ja.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_ja.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pl.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pl.ts
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pt.qm
X%%DATADIR%%/scripts/File/BitmapExport/ts/BitmapExport_pt.ts
X%%DATADIR%%/scripts/File/CloseFile/CloseFile.js
X%%DATADIR%%/scripts/File/CloseFile/CloseFile.pro
X%%DATADIR%%/scripts/File/CloseFile/CloseFile.svg
X%%DATADIR%%/scripts/File/CloseFile/CloseFileInit.js
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_de.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_de.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_en.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_es.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_fr.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_it.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_ja.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_pt.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_en.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_es.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_fr.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_it.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_ja.html
X%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_pt.html
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_de.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_de.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_es.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_es.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_fr.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_fr.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_it.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_it.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_ja.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_ja.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pl.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pl.ts
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pt.qm
X%%DATADIR%%/scripts/File/CloseFile/ts/CloseFile_pt.ts
X%%DATADIR%%/scripts/File/File.js
X%%DATADIR%%/scripts/File/File.pro
X%%DATADIR%%/scripts/File/NewFile/CloseDialog.ui
X%%DATADIR%%/scripts/File/NewFile/Document.svg
X%%DATADIR%%/scripts/File/NewFile/MdiChildEmpty.ui
X%%DATADIR%%/scripts/File/NewFile/NewFile.js
X%%DATADIR%%/scripts/File/NewFile/NewFile.pro
X%%DATADIR%%/scripts/File/NewFile/NewFile.svg
X%%DATADIR%%/scripts/File/NewFile/NewFileInit.js
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_de.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_de.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_en.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_es.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_fr.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_it.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_ja.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_pt.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_en.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_es.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_fr.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_it.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_ja.html
X%%DATADIR%%/scripts/File/NewFile/doc/NewFile_pt.html
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_de.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_de.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_es.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_es.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_fr.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_fr.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_it.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_it.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_ja.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_ja.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pl.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pl.ts
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pt.qm
X%%DATADIR%%/scripts/File/NewFile/ts/NewFile_pt.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_de.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_es.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_fr.ts
X%%DATADIR%%/scripts/File/NewFile/ts/New_it.ts
X%%DATADIR%%/scripts/File/OpenFile/OpenFile.js
X%%DATADIR%%/scripts/File/OpenFile/OpenFile.pro
X%%DATADIR%%/scripts/File/OpenFile/OpenFile.svg
X%%DATADIR%%/scripts/File/OpenFile/OpenFileInit.js
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_de.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_de.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_en.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_es.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_fr.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_it.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_ja.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_pt.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_en.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_es.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_fr.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_it.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_ja.html
X%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_pt.html
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_de.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_de.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_es.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_es.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_fr.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_fr.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_it.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_it.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_ja.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_ja.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pl.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pl.ts
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pt.qm
X%%DATADIR%%/scripts/File/OpenFile/ts/OpenFile_pt.ts
X%%DATADIR%%/scripts/File/PdfExport/PdfExport.js
X%%DATADIR%%/scripts/File/PdfExport/PdfExport.pro
X%%DATADIR%%/scripts/File/PdfExport/PdfExport.svg
X%%DATADIR%%/scripts/File/PdfExport/PdfExportInit.js
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_de.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_de.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_en.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_es.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_fr.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_it.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_ja.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_pt.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_en.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_es.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_fr.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_it.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_ja.html
X%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_pt.html
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_de.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_de.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_es.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_es.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_fr.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_fr.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_it.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_it.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_ja.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_ja.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pl.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pl.ts
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pt.qm
X%%DATADIR%%/scripts/File/PdfExport/ts/PdfExport_pt.ts
X%%DATADIR%%/scripts/File/Print/Print.js
X%%DATADIR%%/scripts/File/Print/Print.pro
X%%DATADIR%%/scripts/File/Print/Print.svg
X%%DATADIR%%/scripts/File/Print/PrintInit.js
X%%DATADIR%%/scripts/File/Print/doc/Print_de.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_de.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_en.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_es.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_fr.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_it.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_ja.html
X%%DATADIR%%/scripts/File/Print/doc/Print_desc_pt.html
X%%DATADIR%%/scripts/File/Print/doc/Print_en.html
X%%DATADIR%%/scripts/File/Print/doc/Print_es.html
X%%DATADIR%%/scripts/File/Print/doc/Print_fr.html
X%%DATADIR%%/scripts/File/Print/doc/Print_it.html
X%%DATADIR%%/scripts/File/Print/doc/Print_ja.html
X%%DATADIR%%/scripts/File/Print/doc/Print_pt.html
X%%DATADIR%%/scripts/File/Print/ts/Print_de.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_de.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_es.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_es.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_fr.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_fr.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_it.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_it.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_ja.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_ja.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_pl.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_pl.ts
X%%DATADIR%%/scripts/File/Print/ts/Print_pt.qm
X%%DATADIR%%/scripts/File/Print/ts/Print_pt.ts
X%%DATADIR%%/scripts/File/PrintPreview/AutoCenter.svg
X%%DATADIR%%/scripts/File/PrintPreview/AutoFitDrawing.svg
X%%DATADIR%%/scripts/File/PrintPreview/AutoZoomToPage.svg
X%%DATADIR%%/scripts/File/PrintPreview/Close.svg
X%%DATADIR%%/scripts/File/PrintPreview/ColorModeBlackWhite.svg
X%%DATADIR%%/scripts/File/PrintPreview/ColorModeFullColor.svg
X%%DATADIR%%/scripts/File/PrintPreview/ColorModeGrayscale.svg
X%%DATADIR%%/scripts/File/PrintPreview/CropMarks.svg
X%%DATADIR%%/scripts/File/PrintPreview/CursorHand.svg
X%%DATADIR%%/scripts/File/PrintPreview/Landscape.svg
X%%DATADIR%%/scripts/File/PrintPreview/PdfExport.svg
X%%DATADIR%%/scripts/File/PrintPreview/Portrait.svg
X%%DATADIR%%/scripts/File/PrintPreview/Print.svg
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.js
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.pro
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.svg
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreview.ui
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreviewInit.js
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreviewOffsetCursor.png
X%%DATADIR%%/scripts/File/PrintPreview/PrintPreviewOffsetCursorMask.png
X%%DATADIR%%/scripts/File/PrintPreview/ShowPaperBorders.svg
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_de.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_de.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_en.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_es.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_fr.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_it.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_ja.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_pt.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_en.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_es.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_fr.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_it.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_ja.html
X%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_pt.html
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_de.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_de.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_es.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_es.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_fr.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_fr.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_it.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_it.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_ja.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_ja.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pl.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pl.ts
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pt.qm
X%%DATADIR%%/scripts/File/PrintPreview/ts/PrintPreview_pt.ts
X%%DATADIR%%/scripts/File/Quit/Quit.js
X%%DATADIR%%/scripts/File/Quit/Quit.pro
X%%DATADIR%%/scripts/File/Quit/QuitInit.js
X%%DATADIR%%/scripts/File/Quit/doc/Quit_de.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_de.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_en.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_es.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_fr.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_it.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_ja.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_pt.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_en.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_es.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_fr.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_it.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_ja.html
X%%DATADIR%%/scripts/File/Quit/doc/Quit_pt.html
X%%DATADIR%%/scripts/File/Quit/ts/Quit_de.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_de.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_es.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_es.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_fr.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_fr.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_it.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_it.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_ja.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_ja.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pl.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pl.ts
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pt.qm
X%%DATADIR%%/scripts/File/Quit/ts/Quit_pt.ts
X%%DATADIR%%/scripts/File/RecentFiles/PreferencesPage.ui
X%%DATADIR%%/scripts/File/RecentFiles/RecentFiles.js
X%%DATADIR%%/scripts/File/RecentFiles/RecentFiles.pro
X%%DATADIR%%/scripts/File/RecentFiles/RecentFilesInit.js
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_de.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_de.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_es.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_es.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_fr.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_fr.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_it.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_it.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_ja.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_ja.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pl.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pl.ts
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pt.qm
X%%DATADIR%%/scripts/File/RecentFiles/ts/RecentFiles_pt.ts
X%%DATADIR%%/scripts/File/Save/Save.js
X%%DATADIR%%/scripts/File/Save/Save.pro
X%%DATADIR%%/scripts/File/Save/Save.svg
X%%DATADIR%%/scripts/File/Save/SaveInit.js
X%%DATADIR%%/scripts/File/Save/doc/Save_de.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_de.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_en.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_es.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_fr.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_it.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_ja.html
X%%DATADIR%%/scripts/File/Save/doc/Save_desc_pt.html
X%%DATADIR%%/scripts/File/Save/doc/Save_en.html
X%%DATADIR%%/scripts/File/Save/doc/Save_es.html
X%%DATADIR%%/scripts/File/Save/doc/Save_fr.html
X%%DATADIR%%/scripts/File/Save/doc/Save_it.html
X%%DATADIR%%/scripts/File/Save/doc/Save_ja.html
X%%DATADIR%%/scripts/File/Save/doc/Save_pt.html
X%%DATADIR%%/scripts/File/Save/ts/Save_de.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_de.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_es.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_es.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_fr.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_fr.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_it.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_it.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_ja.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_ja.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_pl.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_pl.ts
X%%DATADIR%%/scripts/File/Save/ts/Save_pt.qm
X%%DATADIR%%/scripts/File/Save/ts/Save_pt.ts
X%%DATADIR%%/scripts/File/SaveAs/PreferencesPage.ui
X%%DATADIR%%/scripts/File/SaveAs/SaveAs.js
X%%DATADIR%%/scripts/File/SaveAs/SaveAs.pro
X%%DATADIR%%/scripts/File/SaveAs/SaveAs.svg
X%%DATADIR%%/scripts/File/SaveAs/SaveAsInit.js
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_de.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_de.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_en.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_es.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_fr.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_it.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_ja.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_pt.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_en.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_es.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_fr.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_it.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_ja.html
X%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_pt.html
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_de.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_de.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_es.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_es.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_fr.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_fr.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_it.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_it.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_ja.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_ja.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pl.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pl.ts
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pt.qm
X%%DATADIR%%/scripts/File/SaveAs/ts/SaveAs_pt.ts
X%%DATADIR%%/scripts/File/SvgImport/SvgImport.js
X%%DATADIR%%/scripts/File/SvgImport/SvgImport.pro
X%%DATADIR%%/scripts/File/SvgImport/SvgImport.svg
X%%DATADIR%%/scripts/File/SvgImport/SvgImportInit.js
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_de.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_de.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_en.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_es.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_fr.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_it.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_ja.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_pt.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_en.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_es.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_fr.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_it.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_ja.html
X%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_pt.html
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_de.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_de.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_es.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_es.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_fr.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_fr.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_it.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_it.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_ja.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_ja.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pl.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pl.ts
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pt.qm
X%%DATADIR%%/scripts/File/SvgImport/ts/SvgImport_pt.ts
X%%DATADIR%%/scripts/File/doc/File_de.html
X%%DATADIR%%/scripts/File/doc/File_en.html
X%%DATADIR%%/scripts/File/doc/File_es.html
X%%DATADIR%%/scripts/File/doc/File_fr.html
X%%DATADIR%%/scripts/File/doc/File_it.html
X%%DATADIR%%/scripts/File/doc/File_ja.html
X%%DATADIR%%/scripts/File/doc/File_pt.html
X%%DATADIR%%/scripts/File/ts/File_de.qm
X%%DATADIR%%/scripts/File/ts/File_de.ts
X%%DATADIR%%/scripts/File/ts/File_es.qm
X%%DATADIR%%/scripts/File/ts/File_es.ts
X%%DATADIR%%/scripts/File/ts/File_fr.qm
X%%DATADIR%%/scripts/File/ts/File_fr.ts
X%%DATADIR%%/scripts/File/ts/File_it.qm
X%%DATADIR%%/scripts/File/ts/File_it.ts
X%%DATADIR%%/scripts/File/ts/File_ja.qm
X%%DATADIR%%/scripts/File/ts/File_ja.ts
X%%DATADIR%%/scripts/File/ts/File_pl.qm
X%%DATADIR%%/scripts/File/ts/File_pl.ts
X%%DATADIR%%/scripts/File/ts/File_pt.qm
X%%DATADIR%%/scripts/File/ts/File_pt.ts
X%%DATADIR%%/scripts/File/ts/ts.pro
X%%DATADIR%%/scripts/Help/About/About.js
X%%DATADIR%%/scripts/Help/About/About.pro
X%%DATADIR%%/scripts/Help/About/About.ui
X%%DATADIR%%/scripts/Help/About/AboutCredits.js
X%%DATADIR%%/scripts/Help/About/AboutInit.js
X%%DATADIR%%/scripts/Help/About/doc/About_de.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_de.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_en.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_es.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_fr.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_it.html
X%%DATADIR%%/scripts/Help/About/doc/About_desc_pt.html
X%%DATADIR%%/scripts/Help/About/doc/About_ja.html
X%%DATADIR%%/scripts/Help/About/ts/About_de.qm
X%%DATADIR%%/scripts/Help/About/ts/About_de.ts
X%%DATADIR%%/scripts/Help/About/ts/About_es.qm
X%%DATADIR%%/scripts/Help/About/ts/About_es.ts
X%%DATADIR%%/scripts/Help/About/ts/About_fr.qm
X%%DATADIR%%/scripts/Help/About/ts/About_fr.ts
X%%DATADIR%%/scripts/Help/About/ts/About_it.qm
X%%DATADIR%%/scripts/Help/About/ts/About_it.ts
X%%DATADIR%%/scripts/Help/About/ts/About_ja.qm
X%%DATADIR%%/scripts/Help/About/ts/About_ja.ts
X%%DATADIR%%/scripts/Help/About/ts/About_pl.qm
X%%DATADIR%%/scripts/Help/About/ts/About_pl.ts
X%%DATADIR%%/scripts/Help/About/ts/About_pt.qm
X%%DATADIR%%/scripts/Help/About/ts/About_pt.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/BrowseAddOns.js
X%%DATADIR%%/scripts/Help/BrowseAddOns/BrowseAddOns.pro
X%%DATADIR%%/scripts/Help/BrowseAddOns/BrowseAddOnsInit.js
X%%DATADIR%%/scripts/Help/BrowseAddOns/doc/BrowseAddOns_de.html
X%%DATADIR%%/scripts/Help/BrowseAddOns/doc/BrowseAddOns_ja.html
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_de.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_de.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_es.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_es.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_fr.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_fr.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_it.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_it.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_ja.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_ja.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pl.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pl.ts
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pt.qm
X%%DATADIR%%/scripts/Help/BrowseAddOns/ts/BrowseAddOns_pt.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/BrowseUserManual.js
X%%DATADIR%%/scripts/Help/BrowseUserManual/BrowseUserManual.pro
X%%DATADIR%%/scripts/Help/BrowseUserManual/BrowseUserManualInit.js
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_de.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_de.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_es.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_es.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_fr.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_fr.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_it.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_it.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_ja.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_ja.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pl.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pl.ts
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pt.qm
X%%DATADIR%%/scripts/Help/BrowseUserManual/ts/BrowseUserManual_pt.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdates.js
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdates.pro
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdatesDialog.ui
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdatesInit.js
X%%DATADIR%%/scripts/Help/CheckForUpdates/CheckForUpdatesPostInit.js
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_de.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_de.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_en.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_es.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_fr.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_it.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_pt.html
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_de.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_de.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_es.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_es.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_fr.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_fr.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_it.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_it.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_ja.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_ja.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pl.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pl.ts
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pt.qm
X%%DATADIR%%/scripts/Help/CheckForUpdates/ts/CheckForUpdates_pt.ts
X%%DATADIR%%/scripts/Help/FAQ/FAQ.js
X%%DATADIR%%/scripts/Help/FAQ/FAQ.pro
X%%DATADIR%%/scripts/Help/FAQ/FAQInit.js
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_de.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_de.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_en.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_es.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_fr.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_it.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_pt.html
X%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_ja.html
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_de.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_de.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_es.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_es.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_fr.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_fr.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_it.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_it.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_ja.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_ja.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pl.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pl.ts
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pt.qm
X%%DATADIR%%/scripts/Help/FAQ/ts/FAQ_pt.ts
X%%DATADIR%%/scripts/Help/Forum/Forum.js
X%%DATADIR%%/scripts/Help/Forum/Forum.pro
X%%DATADIR%%/scripts/Help/Forum/ForumInit.js
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_de.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_de.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_en.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_es.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_fr.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_it.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_pt.html
X%%DATADIR%%/scripts/Help/Forum/doc/Forum_ja.html
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_de.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_de.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_es.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_es.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_fr.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_fr.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_it.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_it.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_ja.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_ja.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pl.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pl.ts
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pt.qm
X%%DATADIR%%/scripts/Help/Forum/ts/Forum_pt.ts
X%%DATADIR%%/scripts/Help/Help.js
X%%DATADIR%%/scripts/Help/Help.pro
X%%DATADIR%%/scripts/Help/ReportBug/ReportBug.js
X%%DATADIR%%/scripts/Help/ReportBug/ReportBug.pro
X%%DATADIR%%/scripts/Help/ReportBug/ReportBugInit.js
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_de.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_de.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_en.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_es.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_fr.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_it.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_pt.html
X%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_ja.html
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_de.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_de.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_es.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_es.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_fr.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_fr.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_it.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_it.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_ja.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_ja.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pl.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pl.ts
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pt.qm
X%%DATADIR%%/scripts/Help/ReportBug/ts/ReportBug_pt.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ReportTranslationError.js
X%%DATADIR%%/scripts/Help/ReportTranslationError/ReportTranslationError.pro
X%%DATADIR%%/scripts/Help/ReportTranslationError/ReportTranslationErrorInit.js
X%%DATADIR%%/scripts/Help/ReportTranslationError/doc/ReportTranslationError_de.html
X%%DATADIR%%/scripts/Help/ReportTranslationError/doc/ReportTranslationError_ja.html
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_de.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_de.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_es.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_es.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_fr.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_fr.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_it.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_it.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_ja.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_ja.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pl.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pl.ts
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pt.qm
X%%DATADIR%%/scripts/Help/ReportTranslationError/ts/ReportTranslationError_pt.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadme.js
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadme.pro
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadme.ui
X%%DATADIR%%/scripts/Help/ShowReadme/ShowReadmeInit.js
X%%DATADIR%%/scripts/Help/ShowReadme/doc/ShowReadme_de.html
X%%DATADIR%%/scripts/Help/ShowReadme/doc/ShowReadme_ja.html
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_de.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_de.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_es.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_es.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_fr.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_fr.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_it.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_it.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_ja.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_ja.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pl.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pl.ts
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pt.qm
X%%DATADIR%%/scripts/Help/ShowReadme/ts/ShowReadme_pt.ts
X%%DATADIR%%/scripts/Help/Website/Website.js
X%%DATADIR%%/scripts/Help/Website/Website.pro
X%%DATADIR%%/scripts/Help/Website/WebsiteInit.js
X%%DATADIR%%/scripts/Help/Website/doc/Website_de.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_de.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_en.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_es.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_fr.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_it.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_desc_pt.html
X%%DATADIR%%/scripts/Help/Website/doc/Website_ja.html
X%%DATADIR%%/scripts/Help/Website/ts/Website_de.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_de.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_es.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_es.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_fr.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_fr.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_it.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_it.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_ja.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_ja.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_pl.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_pl.ts
X%%DATADIR%%/scripts/Help/Website/ts/Website_pt.qm
X%%DATADIR%%/scripts/Help/Website/ts/Website_pt.ts
X%%DATADIR%%/scripts/Help/doc/Help_de.html
X%%DATADIR%%/scripts/Help/doc/Help_ja.html
X%%DATADIR%%/scripts/Help/ts/Help_de.qm
X%%DATADIR%%/scripts/Help/ts/Help_de.ts
X%%DATADIR%%/scripts/Help/ts/Help_es.qm
X%%DATADIR%%/scripts/Help/ts/Help_es.ts
X%%DATADIR%%/scripts/Help/ts/Help_fr.qm
X%%DATADIR%%/scripts/Help/ts/Help_fr.ts
X%%DATADIR%%/scripts/Help/ts/Help_it.qm
X%%DATADIR%%/scripts/Help/ts/Help_it.ts
X%%DATADIR%%/scripts/Help/ts/Help_ja.qm
X%%DATADIR%%/scripts/Help/ts/Help_ja.ts
X%%DATADIR%%/scripts/Help/ts/Help_pl.qm
X%%DATADIR%%/scripts/Help/ts/Help_pl.ts
X%%DATADIR%%/scripts/Help/ts/Help_pt.qm
X%%DATADIR%%/scripts/Help/ts/Help_pt.ts
X%%DATADIR%%/scripts/Help/ts/ts.pro
X%%DATADIR%%/scripts/ImportExport/ImportExport.pro
X%%DATADIR%%/scripts/ImportExport/SvgImporter/SvgImporter.js
X%%DATADIR%%/scripts/ImportExport/SvgImporter/SvgImporter.pro
X%%DATADIR%%/scripts/ImportExport/SvgImporter/SvgImporterInit.js
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_de.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_de.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_es.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_es.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_fr.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_fr.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_it.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_it.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_ja.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_ja.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pl.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pl.ts
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pt.qm
X%%DATADIR%%/scripts/ImportExport/SvgImporter/ts/SvgImporter_pt.ts
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngle.js
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngle.pro
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngle.svg
X%%DATADIR%%/scripts/Information/InfoAngle/InfoAngleInit.js
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_de.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_de.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_en.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_es.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_it.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_en.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_es.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_fr.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_it.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_ja.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_de.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_en.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_es.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_it.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_pt.html
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_de.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_de.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_es.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_es.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_fr.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_fr.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_it.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_it.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_ja.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_ja.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pl.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pl.ts
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pt.qm
X%%DATADIR%%/scripts/Information/InfoAngle/ts/InfoAngle_pt.ts
X%%DATADIR%%/scripts/Information/InfoArea/Calculate.svg
X%%DATADIR%%/scripts/Information/InfoArea/Close.svg
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.js
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.pro
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.svg
X%%DATADIR%%/scripts/Information/InfoArea/InfoArea.ui
X%%DATADIR%%/scripts/Information/InfoArea/InfoAreaInit.js
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_de.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_de.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_en.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_es.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_it.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_en.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_es.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_fr.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_it.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_ja.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_de.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_en.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_es.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_it.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_pt.html
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_de.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_de.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_es.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_es.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_fr.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_fr.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_it.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_it.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_ja.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_ja.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pl.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pl.ts
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pt.qm
X%%DATADIR%%/scripts/Information/InfoArea/ts/InfoArea_pt.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEP.js
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEP.pro
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEP.svg
X%%DATADIR%%/scripts/Information/InfoDistanceEP/InfoDistanceEPInit.js
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_de.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_de.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_en.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_es.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_it.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_en.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_es.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_fr.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_it.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_ja.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_de.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_en.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_es.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_it.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_pt.html
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_de.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_de.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_es.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_es.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_fr.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_fr.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_it.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_it.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_ja.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_ja.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pl.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pl.ts
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pt.qm
X%%DATADIR%%/scripts/Information/InfoDistanceEP/ts/InfoDistanceEP_pt.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePP.js
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePP.pro
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePP.svg
X%%DATADIR%%/scripts/Information/InfoDistancePP/InfoDistancePPInit.js
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_de.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_de.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_en.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_es.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_it.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_en.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_es.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_fr.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_it.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_ja.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_de.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_en.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_es.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_fr.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_it.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_ja.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_pt.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_pt.html
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_de.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_de.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_es.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_es.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_fr.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_fr.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_it.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_it.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_ja.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_ja.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pl.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pl.ts
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pt.qm
X%%DATADIR%%/scripts/Information/InfoDistancePP/ts/InfoDistancePP_pt.ts
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.js
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.pro
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.svg
X%%DATADIR%%/scripts/Information/InfoPosition/InfoPositionInit.js
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_de.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_en.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_es.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_fr.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_it.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_ja.html
X%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_pt.html
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_de.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_de.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_es.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_es.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_fr.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_fr.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_it.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_it.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_ja.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_ja.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.ts
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.qm
X%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.js
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.pro
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.svg
X%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRelInit.js
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_de.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_en.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_es.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_fr.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_it.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_ja.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_pt.html
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_fr.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_fr.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_it.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_it.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_ja.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_ja.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pl.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pl.ts
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pt.qm
X%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_pt.ts
X%%DATADIR%%/scripts/Information/Information.js
X%%DATADIR%%/scripts/Information/Information.pro
X%%DATADIR%%/scripts/Information/Information.svg
X%%DATADIR%%/scripts/Information/doc/Information_de.html
X%%DATADIR%%/scripts/Information/doc/Information_desc_en.html
X%%DATADIR%%/scripts/Information/doc/Information_en.html
X%%DATADIR%%/scripts/Information/doc/Information_es.html
X%%DATADIR%%/scripts/Information/doc/Information_fr.html
X%%DATADIR%%/scripts/Information/doc/Information_it.html
X%%DATADIR%%/scripts/Information/doc/Information_ja.html
X%%DATADIR%%/scripts/Information/doc/Information_pt.html
X%%DATADIR%%/scripts/Information/ts/Information_de.qm
X%%DATADIR%%/scripts/Information/ts/Information_de.ts
X%%DATADIR%%/scripts/Information/ts/Information_es.qm
X%%DATADIR%%/scripts/Information/ts/Information_es.ts
X%%DATADIR%%/scripts/Information/ts/Information_fr.qm
X%%DATADIR%%/scripts/Information/ts/Information_fr.ts
X%%DATADIR%%/scripts/Information/ts/Information_it.qm
X%%DATADIR%%/scripts/Information/ts/Information_it.ts
X%%DATADIR%%/scripts/Information/ts/Information_ja.qm
X%%DATADIR%%/scripts/Information/ts/Information_ja.ts
X%%DATADIR%%/scripts/Information/ts/Information_pl.qm
X%%DATADIR%%/scripts/Information/ts/Information_pl.ts
X%%DATADIR%%/scripts/Information/ts/Information_pt.qm
X%%DATADIR%%/scripts/Information/ts/Information_pt.ts
X%%DATADIR%%/scripts/Information/ts/ts.pro
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayer.js
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayer.pro
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayer.svg
X%%DATADIR%%/scripts/Layer/AddLayer/AddLayerInit.js
X%%DATADIR%%/scripts/Layer/AddLayer/Tests/AddLayerTest00.js
X%%DATADIR%%/scripts/Layer/AddLayer/Tests/required/AddLayerTest00_000.dxf
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_de.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_en.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_es.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_fr.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_it.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_ja.html
X%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_pt.html
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_de.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_de.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_es.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_es.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_fr.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_fr.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_it.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_it.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_ja.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_ja.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.ts
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.qm
X%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.ts
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.js
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.pro
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.svg
X%%DATADIR%%/scripts/Layer/EditLayer/EditLayerInit.js
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_de.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_en.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_es.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_fr.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_it.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_ja.html
X%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_pt.html
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_de.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_de.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_es.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_es.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_fr.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_fr.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_it.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_it.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_ja.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_ja.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pl.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pl.ts
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pt.qm
X%%DATADIR%%/scripts/Layer/EditLayer/ts/EditLayer_pt.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayers.js
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayers.pro
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayers.svg
X%%DATADIR%%/scripts/Layer/HideAllLayers/HideAllLayersInit.js
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_de.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_de.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_en.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_es.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_fr.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_it.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_ja.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_pt.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_en.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_es.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_fr.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_it.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_ja.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_pt.html
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_de.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_de.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_es.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_es.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_fr.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_fr.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_it.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_it.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_ja.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_ja.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pl.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pl.ts
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pt.qm
X%%DATADIR%%/scripts/Layer/HideAllLayers/ts/HideAllLayers_pt.ts
X%%DATADIR%%/scripts/Layer/Layer.js
X%%DATADIR%%/scripts/Layer/Layer.pro
X%%DATADIR%%/scripts/Layer/LayerDialog.js
X%%DATADIR%%/scripts/Layer/LayerDialog.ui
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayer.js
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayer.pro
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayer.svg
X%%DATADIR%%/scripts/Layer/RemoveLayer/RemoveLayerInit.js
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_de.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_en.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_es.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_fr.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_it.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_ja.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_pt.html
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_de.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_de.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_es.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_es.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_fr.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_fr.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_it.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_it.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_ja.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_ja.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pl.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pl.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.qm
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_de.ts
X%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_fr.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.js
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.pro
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.svg
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayerInit.js
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_de.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_de.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_en.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_es.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_fr.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_it.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_ja.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_pt.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_en.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_es.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_fr.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_it.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_ja.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_pt.html
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_de.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_de.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_es.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_es.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_fr.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_fr.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_it.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_it.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_ja.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_ja.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pl.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pl.ts
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pt.qm
X%%DATADIR%%/scripts/Layer/ShowActiveLayer/ts/ShowActiveLayer_pt.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayers.js
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayers.pro
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayers.svg
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ShowAllLayersInit.js
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_de.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_de.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_en.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_es.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_fr.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_it.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_ja.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_pt.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_en.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_es.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_fr.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_it.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_ja.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_pt.html
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_de.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_de.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_es.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_es.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_fr.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_fr.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_it.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_it.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_ja.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_ja.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pl.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pl.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pt.qm
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAllLayers_pt.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAll_de.ts
X%%DATADIR%%/scripts/Layer/ShowAllLayers/ts/ShowAll_fr.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.js
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.pro
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibility.svg
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ToggleLayerVisibilityInit.js
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_de.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_de.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_en.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_es.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_fr.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_it.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_ja.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_pt.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_en.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_es.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_fr.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_it.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_ja.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_pt.html
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_de.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_de.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_es.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_es.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_fr.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_fr.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_it.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_it.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_ja.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_ja.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pl.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pl.ts
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pt.qm
X%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts/ToggleLayerVisibility_pt.ts
X%%DATADIR%%/scripts/Layer/doc/Layer_de.html
X%%DATADIR%%/scripts/Layer/doc/Layer_desc_de.html
X%%DATADIR%%/scripts/Layer/doc/Layer_desc_en.html
X%%DATADIR%%/scripts/Layer/doc/Layer_desc_ja.html
X%%DATADIR%%/scripts/Layer/doc/Layer_en.html
X%%DATADIR%%/scripts/Layer/doc/Layer_es.html
X%%DATADIR%%/scripts/Layer/doc/Layer_fr.html
X%%DATADIR%%/scripts/Layer/doc/Layer_it.html
X%%DATADIR%%/scripts/Layer/doc/Layer_ja.html
X%%DATADIR%%/scripts/Layer/doc/Layer_pt.html
X%%DATADIR%%/scripts/Layer/ts/Layer_de.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_de.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_es.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_es.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_fr.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_fr.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_it.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_it.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_ja.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_ja.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_pl.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_pl.ts
X%%DATADIR%%/scripts/Layer/ts/Layer_pt.qm
X%%DATADIR%%/scripts/Layer/ts/Layer_pt.ts
X%%DATADIR%%/scripts/Layer/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/BlockExamples.js
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/BlockExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.js
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExFixBlockNames/ExFixBlockNames.js
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExFixBlockNames/ExFixBlockNames.pro
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/CommandLineExamples.js
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/CommandLineExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/ExSetColor.js
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/ExSetColor.pro
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/test.dxf
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/DrawExamples.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/DrawExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawBoundingBox/ExDrawBoundingBox.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawBoundingBox/ExDrawBoundingBox.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ExDrawColors.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ExDrawColors.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ExText.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ExText.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ExThreePoints.js
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ExThreePoints.pro
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/Examples.js
X%%DATADIR%%/scripts/Misc/Examples/Examples.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline/ExDumpPolyline.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline/ExDumpPolyline.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline/points.txt
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints/ExImportPoints.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints/ExImportPoints.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints/data.txt
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/IOExamples.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/IOExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImport.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImport.pro
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImport.svg
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImportInit.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/MolImporter.js
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/mol/1x1cm.mol
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/IOExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/IOExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack/ExLayerWhiteToBlack.js
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack/ExLayerWhiteToBlack.pro
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/LayerExamples.js
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/LayerExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.js
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.pro
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.js
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/MathExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/MathExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial/ExChangeFontToArial.js
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial/ExChangeFontToArial.pro
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ModifyExamples.js
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ModifyExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.js
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.pro
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.js
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.pro
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/SystemExamples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_de.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_de.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_es.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_es.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_fr.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_fr.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_it.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_it.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_ja.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_ja.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pl.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pl.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pt.qm
X%%DATADIR%%/scripts/Misc/Examples/ts/Examples_pt.ts
X%%DATADIR%%/scripts/Misc/Examples/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Misc.js
X%%DATADIR%%/scripts/Misc/Misc.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.svg
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjoint.ui
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/LineBoxjointInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_de.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_de.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_es.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_es.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_fr.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_fr.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_it.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_it.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_ja.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_ja.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pl.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pl.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pt.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts/LineBoxjoint_pt.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.svg
X%%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDoveInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxis.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxis.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxis.ui
X%%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis/LineRadicalAxisInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes/LineSimilarityAxes.js
X%%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes/LineSimilarityAxes.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes/LineSimilarityAxesInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/MiscDraw.js
X%%DATADIR%%/scripts/Misc/MiscDraw/MiscDraw.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPole/PointPole.js
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPole/PointPole.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPole/PointPoleInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.js
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenter.pro
X%%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter/PointPowerCenterInit.js
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_de.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_de.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_es.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_es.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_fr.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_fr.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_it.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_it.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_ja.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_ja.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pl.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pl.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pt.qm
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/MiscDraw_pt.ts
X%%DATADIR%%/scripts/Misc/MiscDraw/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CommandLineTools.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CommandLineTools.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CommandLineTools.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport/ExPdfExport.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport/ExPdfExport.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport/ExPdfExport.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport/ExSvgExport.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport/ExSvgExport.js
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport/ExSvgExport.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/LaunchCommandLineTool/LaunchCommandLineTool.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/LaunchCommandLineTool/LaunchCommandLineTool.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_de.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_de.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_es.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_es.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_fr.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_fr.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_it.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_it.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_ja.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_ja.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pl.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pl.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pt.qm
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/CommandLineTools_pt.ts
X%%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts/ts.pro
X%%DATADIR%%/scripts/Misc/Tutorials/CreatingNewTool/CreatingNewTool.dox
X%%DATADIR%%/scripts/Misc/Tutorials/CreatingNewTool/CreatingNewTool.pro
X%%DATADIR%%/scripts/Misc/Tutorials/ImportantClasses.dox
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/CubeCuttingOut.js
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/CubeCuttingOut.ui
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/LibraryBrowserScripts.dox
X%%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts/LibraryBrowserScripts.pro
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MenusAndToolBars.dox
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MenusAndToolBars.js
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MenusAndToolBars.pro
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MyAction.js
X%%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars/MyScripts.js
X%%DATADIR%%/scripts/Misc/Tutorials/Overviews.dox
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.dox
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.js
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.pro
X%%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets/PersistentWidgets.ui
X%%DATADIR%%/scripts/Misc/Tutorials/ScriptScope.dox
X%%DATADIR%%/scripts/Misc/Tutorials/Tutorials.dox
X%%DATADIR%%/scripts/Misc/Tutorials/Tutorials.js
X%%DATADIR%%/scripts/Misc/Tutorials/Tutorials.pro
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_de.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_de.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_es.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_es.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_fr.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_fr.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_it.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_it.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_ja.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_ja.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pl.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pl.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pt.qm
X%%DATADIR%%/scripts/Misc/Tutorials/ts/Tutorials_pt.ts
X%%DATADIR%%/scripts/Misc/Tutorials/ts/ts.pro
X%%DATADIR%%/scripts/Misc/doc/Examples_de.html
X%%DATADIR%%/scripts/Misc/doc/Examples_en.html
X%%DATADIR%%/scripts/Misc/doc/Examples_ja.html
X%%DATADIR%%/scripts/Misc/doc/Misc_de.html
X%%DATADIR%%/scripts/Misc/doc/Misc_ja.html
X%%DATADIR%%/scripts/Misc/ts/Examples_de.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_de.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_es.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_es.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_fr.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_fr.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_it.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_it.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_ja.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_ja.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_pl.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_pl.ts
X%%DATADIR%%/scripts/Misc/ts/Examples_pt.qm
X%%DATADIR%%/scripts/Misc/ts/Examples_pt.ts
X%%DATADIR%%/scripts/Misc/ts/ts.pro
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.js
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.pro
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.svg
X%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrimInit.js
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/AutoTrimTest00.js
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/AutoTrimTest01.js
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/data/line_arc_circle.dxf
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest00_000.dxf
X%%DATADIR%%/scripts/Modify/AutoTrim/Tests/required/AutoTrimTest01_000.dxf
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_de.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_de.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_en.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_es.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_fr.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_it.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_ja.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_desc_pt.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_en.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_es.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_fr.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_it.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_ja.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_de.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_en.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_es.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_fr.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_it.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_ja.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_proc_pt.html
X%%DATADIR%%/scripts/Modify/AutoTrim/doc/AutoTrim_pt.html
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_de.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_de.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_es.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_es.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_fr.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_fr.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_it.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_it.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_ja.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_ja.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pl.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pl.ts
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pt.qm
X%%DATADIR%%/scripts/Modify/AutoTrim/ts/AutoTrim_pt.ts
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.js
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.pro
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.svg
X%%DATADIR%%/scripts/Modify/Bevel/Bevel.ui
X%%DATADIR%%/scripts/Modify/Bevel/BevelInit.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest00.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest01.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest02.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest03.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest04.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/BevelTest05.js
X%%DATADIR%%/scripts/Modify/Bevel/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Bevel/Tests/data/1line_1arc.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/data/2arcs.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/data/2lines.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest02_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest03_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest04_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/Tests/required/BevelTest05_000.dxf
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel.dxf
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel.svg
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_de.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_de.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_en.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_es.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_fr.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_it.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_ja.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_desc_pt.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_en.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_es.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_fr.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_it.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_ja.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_de.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_en.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_es.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_fr.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_it.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_ja.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_proc_pt.html
X%%DATADIR%%/scripts/Modify/Bevel/doc/Bevel_pt.html
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_de.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_de.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_es.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_es.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_fr.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_fr.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_it.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_it.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_ja.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_ja.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pl.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pl.ts
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pt.qm
X%%DATADIR%%/scripts/Modify/Bevel/ts/Bevel_pt.ts
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.js
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.pro
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.svg
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOut.ui
X%%DATADIR%%/scripts/Modify/BreakOut/BreakOutInit.js
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/BreakOutTest00.js
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/BreakOutTest01.js
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/data/line_arc_circle.dxf
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/required/BreakOutTest00_000.dxf
X%%DATADIR%%/scripts/Modify/BreakOut/Tests/required/BreakOutTest01_000.dxf
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_de.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_de.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_en.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_es.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_fr.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_it.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_ja.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_desc_pt.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_en.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_es.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_fr.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_it.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_ja.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_de.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_en.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_es.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_fr.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_it.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_ja.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_proc_pt.html
X%%DATADIR%%/scripts/Modify/BreakOut/doc/BreakOut_pt.html
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_de.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_de.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_es.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_es.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_fr.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_fr.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_it.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_it.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_ja.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_ja.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pl.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pl.ts
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pt.qm
X%%DATADIR%%/scripts/Modify/BreakOut/ts/BreakOut_pt.ts
X%%DATADIR%%/scripts/Modify/Divide/Divide.js
X%%DATADIR%%/scripts/Modify/Divide/Divide.pro
X%%DATADIR%%/scripts/Modify/Divide/Divide.svg
X%%DATADIR%%/scripts/Modify/Divide/DivideInit.js
X%%DATADIR%%/scripts/Modify/Divide/Tests/DivideTest01.js
X%%DATADIR%%/scripts/Modify/Divide/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Divide/Tests/data/line_arc_circle.dxf
X%%DATADIR%%/scripts/Modify/Divide/Tests/required/DivideTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_de.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_de.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_en.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_es.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_fr.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_it.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_ja.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_desc_pt.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_en.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_es.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_fr.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_it.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_ja.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_de.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_en.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_es.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_fr.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_it.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_ja.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_proc_pt.html
X%%DATADIR%%/scripts/Modify/Divide/doc/Divide_pt.html
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_de.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_de.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_es.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_es.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_fr.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_fr.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_it.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_it.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_ja.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_ja.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pl.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pl.ts
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pt.qm
X%%DATADIR%%/scripts/Modify/Divide/ts/Divide_pt.ts
X%%DATADIR%%/scripts/Modify/EditText/EditText.js
X%%DATADIR%%/scripts/Modify/EditText/EditText.pro
X%%DATADIR%%/scripts/Modify/EditText/EditText.svg
X%%DATADIR%%/scripts/Modify/EditText/EditTextInit.js
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_de.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_de.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_en.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_es.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_fr.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_it.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_ja.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_desc_pt.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_en.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_es.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_fr.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_it.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_ja.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_de.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_en.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_es.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_fr.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_it.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_ja.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_proc_pt.html
X%%DATADIR%%/scripts/Modify/EditText/doc/EditText_pt.html
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_de.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_de.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_es.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_es.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_fr.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_fr.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_it.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_it.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_ja.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_ja.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pl.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pl.ts
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pt.qm
X%%DATADIR%%/scripts/Modify/EditText/ts/EditText_pt.ts
X%%DATADIR%%/scripts/Modify/Explode/Explode.js
X%%DATADIR%%/scripts/Modify/Explode/Explode.pro
X%%DATADIR%%/scripts/Modify/Explode/Explode.svg
X%%DATADIR%%/scripts/Modify/Explode/ExplodeDialog.ui
X%%DATADIR%%/scripts/Modify/Explode/ExplodeInit.js
X%%DATADIR%%/scripts/Modify/Explode/PreferencesPage.ui
X%%DATADIR%%/scripts/Modify/Explode/Tests/ExplodeTest00.js
X%%DATADIR%%/scripts/Modify/Explode/Tests/ExplodeTest01.js
X%%DATADIR%%/scripts/Modify/Explode/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Explode/Tests/data/block.dxf
X%%DATADIR%%/scripts/Modify/Explode/Tests/data/explodable.dxf
X%%DATADIR%%/scripts/Modify/Explode/Tests/required/ExplodeTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Explode/Tests/required/ExplodeTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_de.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_de.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_en.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_es.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_fr.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_it.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_ja.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_desc_pt.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_en.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_es.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_fr.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_it.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_ja.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_de.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_en.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_es.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_fr.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_it.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_ja.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_proc_pt.html
X%%DATADIR%%/scripts/Modify/Explode/doc/Explode_pt.html
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_de.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_de.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_es.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_es.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_fr.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_fr.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_it.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_it.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_ja.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_ja.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pl.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pl.ts
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pt.qm
X%%DATADIR%%/scripts/Modify/Explode/ts/Explode_pt.ts
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.js
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.pro
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.svg
X%%DATADIR%%/scripts/Modify/Lengthen/Lengthen.ui
X%%DATADIR%%/scripts/Modify/Lengthen/LengthenInit.js
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/LengthenTest00.js
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/data/lines.dxf
X%%DATADIR%%/scripts/Modify/Lengthen/Tests/required/LengthenTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen.dxf
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen.svg
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_de.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_de.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_en.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_es.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_fr.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_it.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_ja.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_desc_pt.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_en.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_es.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_fr.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_it.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_ja.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_de.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_en.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_es.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_fr.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_it.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_ja.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_proc_pt.html
X%%DATADIR%%/scripts/Modify/Lengthen/doc/Lengthen_pt.html
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_de.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_de.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_es.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_es.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_fr.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_fr.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_it.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_it.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_ja.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_ja.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pl.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pl.ts
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pt.qm
X%%DATADIR%%/scripts/Modify/Lengthen/ts/Lengthen_pt.ts
X%%DATADIR%%/scripts/Modify/Mirror/Mirror.js
X%%DATADIR%%/scripts/Modify/Mirror/Mirror.pro
X%%DATADIR%%/scripts/Modify/Mirror/Mirror.svg
X%%DATADIR%%/scripts/Modify/Mirror/MirrorDialog.svg
X%%DATADIR%%/scripts/Modify/Mirror/MirrorDialog.ui
X%%DATADIR%%/scripts/Modify/Mirror/MirrorInit.js
X%%DATADIR%%/scripts/Modify/Mirror/Tests/MirrorTest00.js
X%%DATADIR%%/scripts/Modify/Mirror/Tests/MirrorTest01.js
X%%DATADIR%%/scripts/Modify/Mirror/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Mirror/Tests/data/half.dxf
X%%DATADIR%%/scripts/Modify/Mirror/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Modify/Mirror/Tests/required/MirrorTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Mirror/Tests/required/MirrorTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_de.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_de.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_en.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_es.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_fr.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_it.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_ja.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_desc_pt.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_en.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_es.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_fr.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_it.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_ja.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_de.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_en.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_es.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_fr.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_it.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_ja.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_proc_pt.html
X%%DATADIR%%/scripts/Modify/Mirror/doc/Mirror_pt.html
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_de.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_de.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_es.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_es.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_fr.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_fr.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_it.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_it.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_ja.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_ja.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pl.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pl.ts
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pt.qm
X%%DATADIR%%/scripts/Modify/Mirror/ts/Mirror_pt.ts
X%%DATADIR%%/scripts/Modify/Modify.js
X%%DATADIR%%/scripts/Modify/Modify.pro
X%%DATADIR%%/scripts/Modify/Modify.svg
X%%DATADIR%%/scripts/Modify/ModifyCorner.js
X%%DATADIR%%/scripts/Modify/Reverse/Reverse.js
X%%DATADIR%%/scripts/Modify/Reverse/Reverse.pro
X%%DATADIR%%/scripts/Modify/Reverse/Reverse.svg
X%%DATADIR%%/scripts/Modify/Reverse/ReverseInit.js
X%%DATADIR%%/scripts/Modify/Reverse/Tests/ReverseTest00.js
X%%DATADIR%%/scripts/Modify/Reverse/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Reverse/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Reverse/Tests/required/ReverseTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_de.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_de.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_en.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_es.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_fr.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_it.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_ja.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_desc_pt.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_en.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_es.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_fr.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_it.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_ja.html
X%%DATADIR%%/scripts/Modify/Reverse/doc/Reverse_pt.html
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_de.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_de.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_es.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_es.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_fr.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_fr.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_it.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_it.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_ja.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_ja.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pl.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pl.ts
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pt.qm
X%%DATADIR%%/scripts/Modify/Reverse/ts/Reverse_pt.ts
X%%DATADIR%%/scripts/Modify/Rotate/ByMouse.svg
X%%DATADIR%%/scripts/Modify/Rotate/Rotate.js
X%%DATADIR%%/scripts/Modify/Rotate/Rotate.pro
X%%DATADIR%%/scripts/Modify/Rotate/Rotate.svg
X%%DATADIR%%/scripts/Modify/Rotate/RotateDialog.svg
X%%DATADIR%%/scripts/Modify/Rotate/RotateDialog.ui
X%%DATADIR%%/scripts/Modify/Rotate/RotateInit.js
X%%DATADIR%%/scripts/Modify/Rotate/Tests/RotateTest00.js
X%%DATADIR%%/scripts/Modify/Rotate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Rotate/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Rotate/Tests/required/RotateTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_de.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_de.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_en.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_es.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_it.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_desc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_en.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_es.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_fr.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_it.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_ja.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_de.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_en.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_es.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_it.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_proc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate/doc/Rotate_pt.html
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_de.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_de.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_es.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_es.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_fr.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_fr.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_it.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_it.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_ja.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_ja.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pl.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pl.ts
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pt.qm
X%%DATADIR%%/scripts/Modify/Rotate/ts/Rotate_pt.ts
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.js
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.pro
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.svg
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2.ui
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2Dialog.svg
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2Dialog.ui
X%%DATADIR%%/scripts/Modify/Rotate2/Rotate2Init.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test00.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test01.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test02.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test03.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test04.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test05.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/Rotate2Test06.js
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/arc.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/circle.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/ellipse.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/line.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/spline.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/data/text.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test00_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test01_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test02_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test03_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test04_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test05_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/Tests/required/Rotate2Test06_000.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2.dxf
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2.svg
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_de.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_de.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_en.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_es.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_it.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_desc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_en.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_es.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_fr.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_it.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_ja.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_de.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_en.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_es.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_fr.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_it.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_ja.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_proc_pt.html
X%%DATADIR%%/scripts/Modify/Rotate2/doc/Rotate2_pt.html
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_de.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_de.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_es.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_es.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_fr.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_fr.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_it.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_it.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_ja.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_ja.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pl.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pl.ts
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pt.qm
X%%DATADIR%%/scripts/Modify/Rotate2/ts/Rotate2_pt.ts
X%%DATADIR%%/scripts/Modify/Round/Round.js
X%%DATADIR%%/scripts/Modify/Round/Round.pro
X%%DATADIR%%/scripts/Modify/Round/Round.svg
X%%DATADIR%%/scripts/Modify/Round/Round.ui
X%%DATADIR%%/scripts/Modify/Round/RoundInit.js
X%%DATADIR%%/scripts/Modify/Round/Tests/RoundTest00.js
X%%DATADIR%%/scripts/Modify/Round/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Round/Tests/data/lines.dxf
X%%DATADIR%%/scripts/Modify/Round/Tests/required/RoundTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Round/doc/Round.dxf
X%%DATADIR%%/scripts/Modify/Round/doc/Round.svg
X%%DATADIR%%/scripts/Modify/Round/doc/Round_de.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_de.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_en.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_es.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_fr.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_it.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_ja.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_desc_pt.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_en.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_es.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_fr.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_it.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_ja.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_de.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_en.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_es.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_fr.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_it.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_ja.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_proc_pt.html
X%%DATADIR%%/scripts/Modify/Round/doc/Round_pt.html
X%%DATADIR%%/scripts/Modify/Round/ts/Round_de.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_de.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_es.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_es.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_fr.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_fr.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_it.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_it.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_ja.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_ja.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pl.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pl.ts
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pt.qm
X%%DATADIR%%/scripts/Modify/Round/ts/Round_pt.ts
X%%DATADIR%%/scripts/Modify/Scale/ByMouse.svg
X%%DATADIR%%/scripts/Modify/Scale/KeepProportionsOff.svg
X%%DATADIR%%/scripts/Modify/Scale/KeepProportionsOn.svg
X%%DATADIR%%/scripts/Modify/Scale/Scale.js
X%%DATADIR%%/scripts/Modify/Scale/Scale.pro
X%%DATADIR%%/scripts/Modify/Scale/Scale.svg
X%%DATADIR%%/scripts/Modify/Scale/ScaleDialog.svg
X%%DATADIR%%/scripts/Modify/Scale/ScaleDialog.ui
X%%DATADIR%%/scripts/Modify/Scale/ScaleInit.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest00.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest01.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest02.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest03.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest04.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest05.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest06.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/ScaleTest07.js
X%%DATADIR%%/scripts/Modify/Scale/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/arcs.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/circles.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/ellipses_ellipse_arcs.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/lines.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/points.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/polyline.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/spline.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/data/text.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest02_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest03_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest04_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest05_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest06_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/Tests/required/ScaleTest07_000.dxf
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_de.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_de.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_en.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_es.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_fr.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_it.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_ja.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_desc_pt.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_en.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_es.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_fr.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_it.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_ja.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_de.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_en.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_es.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_fr.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_it.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_ja.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_proc_pt.html
X%%DATADIR%%/scripts/Modify/Scale/doc/Scale_pt.html
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_de.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_de.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_es.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_es.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_fr.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_fr.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_it.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_it.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_ja.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_ja.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pl.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pl.ts
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pt.qm
X%%DATADIR%%/scripts/Modify/Scale/ts/Scale_pt.ts
X%%DATADIR%%/scripts/Modify/Stretch/Stretch.js
X%%DATADIR%%/scripts/Modify/Stretch/Stretch.pro
X%%DATADIR%%/scripts/Modify/Stretch/Stretch.svg
X%%DATADIR%%/scripts/Modify/Stretch/StretchInit.js
X%%DATADIR%%/scripts/Modify/Stretch/Tests/StretchTest00.js
X%%DATADIR%%/scripts/Modify/Stretch/Tests/StretchTest01.js
X%%DATADIR%%/scripts/Modify/Stretch/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Stretch/Tests/data/entities0.dxf
X%%DATADIR%%/scripts/Modify/Stretch/Tests/data/entities1.dxf
X%%DATADIR%%/scripts/Modify/Stretch/Tests/required/StretchTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Stretch/Tests/required/StretchTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch.dxf
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch.svg
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_de.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_de.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_en.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_es.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_fr.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_it.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_ja.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_desc_pt.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_en.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_es.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_fr.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_it.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_ja.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_de.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_en.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_es.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_fr.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_it.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_ja.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_proc_pt.html
X%%DATADIR%%/scripts/Modify/Stretch/doc/Stretch_pt.html
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_de.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_de.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_es.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_es.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_fr.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_fr.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_it.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_it.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_ja.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_ja.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pl.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pl.ts
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pt.qm
X%%DATADIR%%/scripts/Modify/Stretch/ts/Stretch_pt.ts
X%%DATADIR%%/scripts/Modify/ToBack/ToBack.js
X%%DATADIR%%/scripts/Modify/ToBack/ToBack.pro
X%%DATADIR%%/scripts/Modify/ToBack/ToBack.svg
X%%DATADIR%%/scripts/Modify/ToBack/ToBackInit.js
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_de.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_de.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_en.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_es.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_fr.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_it.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_ja.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_desc_pt.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_en.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_es.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_fr.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_it.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_ja.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_de.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_en.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_es.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_fr.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_it.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_ja.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_proc_pt.html
X%%DATADIR%%/scripts/Modify/ToBack/doc/ToBack_pt.html
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_de.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_de.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_es.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_es.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_fr.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_fr.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_it.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_it.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_ja.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_ja.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pl.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pl.ts
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pt.qm
X%%DATADIR%%/scripts/Modify/ToBack/ts/ToBack_pt.ts
X%%DATADIR%%/scripts/Modify/ToFront/ToFront.js
X%%DATADIR%%/scripts/Modify/ToFront/ToFront.pro
X%%DATADIR%%/scripts/Modify/ToFront/ToFront.svg
X%%DATADIR%%/scripts/Modify/ToFront/ToFrontInit.js
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_de.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_de.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_en.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_es.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_fr.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_it.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_ja.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_desc_pt.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_en.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_es.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_fr.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_it.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_ja.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_de.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_en.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_es.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_fr.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_it.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_ja.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_proc_pt.html
X%%DATADIR%%/scripts/Modify/ToFront/doc/ToFront_pt.html
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_de.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_de.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_es.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_es.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_fr.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_fr.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_it.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_it.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_ja.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_ja.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pl.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pl.ts
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pt.qm
X%%DATADIR%%/scripts/Modify/ToFront/ts/ToFront_pt.ts
X%%DATADIR%%/scripts/Modify/Transform.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/TranslateTest00.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/TranslateTest01.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/TranslateTest02.js
X%%DATADIR%%/scripts/Modify/Translate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Translate/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/Translate00_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/TranslateTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/TranslateTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Tests/required/TranslateTest02_000.dxf
X%%DATADIR%%/scripts/Modify/Translate/Translate.js
X%%DATADIR%%/scripts/Modify/Translate/Translate.pro
X%%DATADIR%%/scripts/Modify/Translate/Translate.svg
X%%DATADIR%%/scripts/Modify/Translate/TranslateDialog.svg
X%%DATADIR%%/scripts/Modify/Translate/TranslateDialog.ui
X%%DATADIR%%/scripts/Modify/Translate/TranslateInit.js
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_de.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_de.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_en.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_es.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_fr.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_it.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_ja.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_desc_pt.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_en.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_es.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_fr.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_it.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_ja.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_de.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_en.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_es.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_fr.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_it.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_ja.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_proc_pt.html
X%%DATADIR%%/scripts/Modify/Translate/doc/Translate_pt.html
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_de.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_de.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_es.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_es.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_fr.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_fr.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_it.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_it.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_ja.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_ja.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pl.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pl.ts
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pt.qm
X%%DATADIR%%/scripts/Modify/Translate/ts/Translate_pt.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest00.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest01.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/TranslateRotateTest02.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required/TranslateRotateTest00_000.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required/TranslateRotateTest01_000.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required/TranslateRotateTest02_000.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.pro
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.svg
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotate.ui
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotateDialog.svg
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotateDialog.ui
X%%DATADIR%%/scripts/Modify/TranslateRotate/TranslateRotateInit.js
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate.dxf
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate.svg
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_de.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_de.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_en.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_es.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_fr.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_it.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_ja.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_desc_pt.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_en.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_es.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_fr.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_it.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_ja.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_de.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_en.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_es.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_fr.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_it.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_ja.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_proc_pt.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/doc/TranslateRotate_pt.html
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_de.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_de.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_es.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_es.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_fr.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_fr.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_it.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_it.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_ja.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_ja.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pl.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pl.ts
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pt.qm
X%%DATADIR%%/scripts/Modify/TranslateRotate/ts/TranslateRotate_pt.ts
X%%DATADIR%%/scripts/Modify/Trim/Tests/TrimTest00.js
X%%DATADIR%%/scripts/Modify/Trim/Tests/TrimTest01.js
X%%DATADIR%%/scripts/Modify/Trim/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/Trim/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/Trim/Tests/required/TrimTest00_000.dxf
X%%DATADIR%%/scripts/Modify/Trim/Tests/required/TrimTest01_000.dxf
X%%DATADIR%%/scripts/Modify/Trim/Trim.js
X%%DATADIR%%/scripts/Modify/Trim/Trim.pro
X%%DATADIR%%/scripts/Modify/Trim/Trim.svg
X%%DATADIR%%/scripts/Modify/Trim/TrimInit.js
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim.dxf
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim.svg
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_de.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_de.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_en.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_es.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_fr.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_it.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_ja.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_desc_pt.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_en.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_es.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_fr.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_it.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_ja.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_de.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_en.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_es.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_fr.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_it.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_ja.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_proc_pt.html
X%%DATADIR%%/scripts/Modify/Trim/doc/Trim_pt.html
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_de.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_de.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_es.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_es.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_fr.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_fr.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_it.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_it.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_ja.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_ja.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pl.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pl.ts
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pt.qm
X%%DATADIR%%/scripts/Modify/Trim/ts/Trim_pt.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/TrimBothTest00.js
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/data/entities.dxf
X%%DATADIR%%/scripts/Modify/TrimBoth/Tests/required/TrimBothTest00_000.dxf
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBoth.js
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBoth.pro
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBoth.svg
X%%DATADIR%%/scripts/Modify/TrimBoth/TrimBothInit.js
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth.dxf
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth.svg
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_de.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_de.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_en.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_es.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_fr.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_it.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_ja.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_desc_pt.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_en.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_es.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_fr.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_it.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_ja.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_de.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_en.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_es.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_fr.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_it.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_ja.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_proc_pt.html
X%%DATADIR%%/scripts/Modify/TrimBoth/doc/TrimBoth_pt.html
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_de.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_de.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_es.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_es.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_fr.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_fr.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_it.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_it.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_ja.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_ja.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pl.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pl.ts
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pt.qm
X%%DATADIR%%/scripts/Modify/TrimBoth/ts/TrimBoth_pt.ts
X%%DATADIR%%/scripts/Modify/doc/Modify_de.html
X%%DATADIR%%/scripts/Modify/doc/Modify_en.html
X%%DATADIR%%/scripts/Modify/doc/Modify_es.html
X%%DATADIR%%/scripts/Modify/doc/Modify_fr.html
X%%DATADIR%%/scripts/Modify/doc/Modify_it.html
X%%DATADIR%%/scripts/Modify/doc/Modify_ja.html
X%%DATADIR%%/scripts/Modify/doc/Modify_pt.html
X%%DATADIR%%/scripts/Modify/ts/Modify_de.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_de.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_es.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_es.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_fr.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_fr.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_it.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_it.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_ja.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_ja.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_pl.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_pl.ts
X%%DATADIR%%/scripts/Modify/ts/Modify_pt.qm
X%%DATADIR%%/scripts/Modify/ts/Modify_pt.ts
X%%DATADIR%%/scripts/Modify/ts/ts.pro
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/DefaultNavigation.js
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/DefaultNavigation.pro
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/PreferencesPage.ui
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_de.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_de.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_es.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_es.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_fr.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_fr.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_it.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_it.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_ja.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_ja.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pl.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pl.ts
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pt.qm
X%%DATADIR%%/scripts/Navigation/DefaultNavigation/ts/DefaultNavigation_pt.ts
X%%DATADIR%%/scripts/Navigation/Navigation.pro
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Bottom.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.pro
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProject.ui
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/IsoProjectInit.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Left.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/LeftBack.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Right.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/RightBack.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/RotateCCW.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/RotateCW.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest00.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest01.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest02.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest03.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/IsoProjectTest04.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/actual/.gitignore
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_arc.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_circle.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_ellipse.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/cube_spline.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data/figure.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest00_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest01_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest02_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest03_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required/IsoProjectTest04_000.dxf
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Top.svg
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_de.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_de.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_en.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_es.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_fr.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_it.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_ja.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_desc_pt.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_en.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_es.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_fr.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_it.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_ja.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_de.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_en.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_es.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_fr.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_it.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_ja.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_proc_pt.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc/IsoProject_pt.html
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_de.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_de.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_es.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_es.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_fr.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_fr.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_it.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_it.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_ja.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_ja.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pl.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pl.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pt.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts/IsoProject_pt.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsometricProjection.js
X%%DATADIR%%/scripts/Projection/IsometricProjection/IsometricProjection.pro
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_de.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_de.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_es.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_es.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_fr.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_fr.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_it.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_it.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_ja.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_ja.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pl.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pl.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pt.qm
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/IsometricProjection_pt.ts
X%%DATADIR%%/scripts/Projection/IsometricProjection/ts/ts.pro
X%%DATADIR%%/scripts/Projection/Projection.js
X%%DATADIR%%/scripts/Projection/Projection.pro
X%%DATADIR%%/scripts/Projection/Projection.svg
X%%DATADIR%%/scripts/Projection/ts/Projection_de.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_de.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_es.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_es.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_fr.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_fr.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_it.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_it.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_ja.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_ja.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_pl.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_pl.ts
X%%DATADIR%%/scripts/Projection/ts/Projection_pt.qm
X%%DATADIR%%/scripts/Projection/ts/Projection_pt.ts
X%%DATADIR%%/scripts/Projection/ts/ts.pro
X%%DATADIR%%/scripts/Reset/Reset.js
X%%DATADIR%%/scripts/Reset/Reset.pro
X%%DATADIR%%/scripts/Reset/Reset.svg
X%%DATADIR%%/scripts/Reset/ResetInit.js
X%%DATADIR%%/scripts/Reset/ResetPostInit.js
X%%DATADIR%%/scripts/Reset/doc/Reset_de.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_de.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_en.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_es.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_fr.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_it.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_ja.html
X%%DATADIR%%/scripts/Reset/doc/Reset_desc_pt.html
X%%DATADIR%%/scripts/Reset/doc/Reset_en.html
X%%DATADIR%%/scripts/Reset/doc/Reset_es.html
X%%DATADIR%%/scripts/Reset/doc/Reset_fr.html
X%%DATADIR%%/scripts/Reset/doc/Reset_it.html
X%%DATADIR%%/scripts/Reset/doc/Reset_ja.html
X%%DATADIR%%/scripts/Reset/doc/Reset_pt.html
X%%DATADIR%%/scripts/Reset/ts/Reset_de.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_de.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_es.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_es.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_fr.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_fr.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_it.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_it.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_ja.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_ja.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_pl.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_pl.ts
X%%DATADIR%%/scripts/Reset/ts/Reset_pt.qm
X%%DATADIR%%/scripts/Reset/ts/Reset_pt.ts
X%%DATADIR%%/scripts/ResetToDefaults.svg
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAll.js
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAll.pro
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAll.svg
X%%DATADIR%%/scripts/Select/DeselectAll/DeselectAllInit.js
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_de.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_de.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_en.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_es.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_fr.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_it.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_ja.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_desc_pt.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_en.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_es.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_fr.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_it.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_ja.html
X%%DATADIR%%/scripts/Select/DeselectAll/doc/DeselectAll_pt.html
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_de.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_de.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_es.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_es.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_fr.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_fr.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_it.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_it.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_ja.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_ja.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pl.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pl.ts
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pt.qm
X%%DATADIR%%/scripts/Select/DeselectAll/ts/DeselectAll_pt.ts
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelection.js
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelection.pro
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelection.svg
X%%DATADIR%%/scripts/Select/InvertSelection/InvertSelectionInit.js
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_de.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_de.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_en.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_es.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_fr.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_it.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_ja.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_desc_pt.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_en.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_es.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_fr.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_it.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_ja.html
X%%DATADIR%%/scripts/Select/InvertSelection/doc/InvertSelection_pt.html
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_de.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_de.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_es.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_es.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_fr.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_fr.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_it.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_it.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_ja.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_ja.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pl.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pl.ts
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pt.qm
X%%DATADIR%%/scripts/Select/InvertSelection/ts/InvertSelection_pt.ts
X%%DATADIR%%/scripts/Select/Select.js
X%%DATADIR%%/scripts/Select/Select.pro
X%%DATADIR%%/scripts/Select/Select.svg
X%%DATADIR%%/scripts/Select/SelectAll/SelectAll.js
X%%DATADIR%%/scripts/Select/SelectAll/SelectAll.pro
X%%DATADIR%%/scripts/Select/SelectAll/SelectAll.svg
X%%DATADIR%%/scripts/Select/SelectAll/SelectAllInit.js
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_de.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_de.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_en.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_es.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_it.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_en.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_es.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_fr.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_it.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_ja.html
X%%DATADIR%%/scripts/Select/SelectAll/doc/SelectAll_pt.html
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_de.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_de.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_es.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_es.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_fr.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_fr.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_it.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_it.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_ja.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_ja.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pl.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pl.ts
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pt.qm
X%%DATADIR%%/scripts/Select/SelectAll/ts/SelectAll_pt.ts
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.js
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.pro
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.svg
X%%DATADIR%%/scripts/Select/SelectContour/SelectContour.ui
X%%DATADIR%%/scripts/Select/SelectContour/SelectContourInit.js
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_de.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_de.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_en.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_es.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_it.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_en.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_es.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_fr.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_it.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_ja.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_de.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_en.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_es.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_it.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectContour/doc/SelectContour_pt.html
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_de.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_de.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_es.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_es.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_fr.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_fr.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_it.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_it.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_ja.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_ja.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pl.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pl.ts
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pt.qm
X%%DATADIR%%/scripts/Select/SelectContour/ts/SelectContour_pt.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.js
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.pro
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.svg
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntities.ui
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/SelectIntersectedEntitiesInit.js
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_de.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_de.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_en.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_es.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_it.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_en.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_es.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_fr.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_it.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_ja.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_de.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_en.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_es.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_it.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc/SelectIntersectedEntities_pt.html
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_de.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_de.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_es.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_es.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_fr.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_fr.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_it.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_it.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_ja.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_ja.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.ts
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.qm
X%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.ts
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.js
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.pro
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.svg
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.ui
X%%DATADIR%%/scripts/Select/SelectLayer/SelectLayerInit.js
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_de.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_de.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_en.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_es.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_it.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_en.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_es.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_fr.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_it.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_ja.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_de.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_en.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_es.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_it.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_pt.html
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.ts
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.qm
X%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.js
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.pro
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.svg
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.ui
X%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangleInit.js
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_de.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_de.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_en.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_es.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_fr.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_it.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_ja.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_desc_pt.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_en.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_es.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_fr.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_it.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_ja.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_de.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_en.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_es.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_fr.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_it.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_ja.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_proc_pt.html
X%%DATADIR%%/scripts/Select/SelectRectangle/doc/SelectRectangle_pt.html
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_de.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_de.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_es.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_es.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_fr.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_fr.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_it.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_it.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_ja.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_ja.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pl.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pl.ts
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pt.qm
X%%DATADIR%%/scripts/Select/SelectRectangle/ts/SelectRectangle_pt.ts
X%%DATADIR%%/scripts/Select/SelectionModeAdd.svg
X%%DATADIR%%/scripts/Select/SelectionModeIntersect.svg
X%%DATADIR%%/scripts/Select/SelectionModeRemove.svg
X%%DATADIR%%/scripts/Select/SelectionModeReplace.svg
X%%DATADIR%%/scripts/Select/doc/Select_de.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_de.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_en.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_es.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_fr.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_it.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_ja.html
X%%DATADIR%%/scripts/Select/doc/Select_desc_pt.html
X%%DATADIR%%/scripts/Select/doc/Select_en.html
X%%DATADIR%%/scripts/Select/doc/Select_es.html
X%%DATADIR%%/scripts/Select/doc/Select_fr.html
X%%DATADIR%%/scripts/Select/doc/Select_it.html
X%%DATADIR%%/scripts/Select/doc/Select_ja.html
X%%DATADIR%%/scripts/Select/doc/Select_pt.html
X%%DATADIR%%/scripts/Select/ts/Select_de.qm
X%%DATADIR%%/scripts/Select/ts/Select_de.ts
X%%DATADIR%%/scripts/Select/ts/Select_es.qm
X%%DATADIR%%/scripts/Select/ts/Select_es.ts
X%%DATADIR%%/scripts/Select/ts/Select_fr.qm
X%%DATADIR%%/scripts/Select/ts/Select_fr.ts
X%%DATADIR%%/scripts/Select/ts/Select_it.qm
X%%DATADIR%%/scripts/Select/ts/Select_it.ts
X%%DATADIR%%/scripts/Select/ts/Select_ja.qm
X%%DATADIR%%/scripts/Select/ts/Select_ja.ts
X%%DATADIR%%/scripts/Select/ts/Select_pl.qm
X%%DATADIR%%/scripts/Select/ts/Select_pl.ts
X%%DATADIR%%/scripts/Select/ts/Select_pt.qm
X%%DATADIR%%/scripts/Select/ts/Select_pt.ts
X%%DATADIR%%/scripts/Select/ts/ts.pro
X%%DATADIR%%/scripts/ShapeAlgorithms.js
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZero.js
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZero.pro
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZero.svg
X%%DATADIR%%/scripts/Snap/LockRelativeZero/LockRelativeZeroInit.js
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_de.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_de.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_en.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_es.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_fr.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_it.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_ja.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_desc_pt.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_en.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_es.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_fr.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_it.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_ja.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/doc/LockRelativeZero_pt.html
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_de.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_de.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_es.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_es.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_fr.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_fr.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_it.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_it.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_ja.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_ja.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pl.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pl.ts
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pt.qm
X%%DATADIR%%/scripts/Snap/LockRelativeZero/ts/LockRelativeZero_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontal.js
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontal.pro
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontal.svg
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/RestrictHorizontalInit.js
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_de.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_en.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_es.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_fr.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_it.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_ja.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/doc/RestrictHorizontal_pt.html
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_de.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_de.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_es.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_es.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_it.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_it.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictHorizontal/ts/RestrictHorizontal_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOff.js
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOff.pro
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOff.svg
X%%DATADIR%%/scripts/Snap/RestrictOff/RestrictOffInit.js
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_de.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_en.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_es.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_it.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOff/doc/RestrictOff_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_de.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_de.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_es.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_es.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_it.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_it.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictOff/ts/RestrictOff_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.js
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.pro
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonal.svg
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/RestrictOrthogonalInit.js
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_de.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_en.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_es.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_fr.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_it.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_ja.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc/RestrictOrthogonal_pt.html
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_de.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_de.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_es.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_es.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_it.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_it.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts/RestrictOrthogonal_pt.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVertical.js
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVertical.pro
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVertical.svg
X%%DATADIR%%/scripts/Snap/RestrictVertical/RestrictVerticalInit.js
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_de.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_de.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_en.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_es.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_fr.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_it.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_ja.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_desc_pt.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_en.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_es.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_fr.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_it.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_ja.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/doc/RestrictVertical_pt.html
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_de.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_de.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_es.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_es.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_fr.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_fr.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_it.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_it.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_ja.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_ja.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pl.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pl.ts
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pt.qm
X%%DATADIR%%/scripts/Snap/RestrictVertical/ts/RestrictVertical_pt.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZero.js
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZero.pro
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZero.svg
X%%DATADIR%%/scripts/Snap/SetRelativeZero/SetRelativeZeroInit.js
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_de.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_de.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_en.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_es.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_fr.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_it.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_ja.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_desc_pt.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_en.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_es.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_fr.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_it.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_ja.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_de.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_en.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_es.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_fr.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_it.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_ja.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_proc_pt.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/doc/SetRelativeZero_pt.html
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_de.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_de.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_es.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_es.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_fr.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_fr.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_it.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_it.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_ja.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_ja.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pl.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pl.ts
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pt.qm
X%%DATADIR%%/scripts/Snap/SetRelativeZero/ts/SetRelativeZero_pt.ts
X%%DATADIR%%/scripts/Snap/Snap.js
X%%DATADIR%%/scripts/Snap/Snap.pro
X%%DATADIR%%/scripts/Snap/SnapAuto/PreferencesPage.ui
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAuto.js
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAuto.pro
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAuto.svg
X%%DATADIR%%/scripts/Snap/SnapAuto/SnapAutoInit.js
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_de.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_en.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_es.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_fr.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_it.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_ja.html
X%%DATADIR%%/scripts/Snap/SnapAuto/doc/SnapAuto_pt.html
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_de.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_de.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_es.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_es.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_fr.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_fr.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_it.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_it.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_ja.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_ja.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pl.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pl.ts
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pt.qm
X%%DATADIR%%/scripts/Snap/SnapAuto/ts/SnapAuto_pt.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenter.js
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenter.pro
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenter.svg
X%%DATADIR%%/scripts/Snap/SnapCenter/SnapCenterInit.js
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter.dxf
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter.svg
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_de.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_en.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_es.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_fr.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_it.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_ja.html
X%%DATADIR%%/scripts/Snap/SnapCenter/doc/SnapCenter_pt.html
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_de.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_de.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_es.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_es.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_fr.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_fr.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_it.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_it.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_ja.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_ja.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pl.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pl.ts
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pt.qm
X%%DATADIR%%/scripts/Snap/SnapCenter/ts/SnapCenter_pt.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.js
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.pro
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinate.ui
X%%DATADIR%%/scripts/Snap/SnapCoordinate/SnapCoordinateInit.js
X%%DATADIR%%/scripts/Snap/SnapCoordinate/Tick.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/doc/SnapCoordinate_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_de.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_de.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_es.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_es.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_fr.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_fr.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_it.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_it.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_ja.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_ja.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pl.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pl.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pt.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinate/ts/SnapCoordinate_pt.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.js
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.pro
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolar.ui
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/SnapCoordinatePolarInit.js
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/Tick.svg
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc/SnapCoordinatePolar_pt.html
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_de.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_de.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_es.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_es.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_fr.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_fr.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_it.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_it.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_ja.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_ja.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pl.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pl.ts
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pt.qm
X%%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts/SnapCoordinatePolar_pt.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.js
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.pro
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.svg
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistance.ui
X%%DATADIR%%/scripts/Snap/SnapDistance/SnapDistanceInit.js
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance.dxf
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance.svg
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_de.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_en.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_es.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_fr.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_it.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_ja.html
X%%DATADIR%%/scripts/Snap/SnapDistance/doc/SnapDistance_pt.html
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_de.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_de.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_es.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_es.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_fr.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_fr.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_it.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_it.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_ja.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_ja.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pl.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pl.ts
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pt.qm
X%%DATADIR%%/scripts/Snap/SnapDistance/ts/SnapDistance_pt.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEnd.js
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEnd.pro
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEnd.svg
X%%DATADIR%%/scripts/Snap/SnapEnd/SnapEndInit.js
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd.dxf
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd.svg
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_de.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_en.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_es.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_fr.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_it.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_ja.html
X%%DATADIR%%/scripts/Snap/SnapEnd/doc/SnapEnd_pt.html
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_de.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_de.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_es.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_es.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_fr.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_fr.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_it.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_it.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_ja.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_ja.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pl.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pl.ts
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pt.qm
X%%DATADIR%%/scripts/Snap/SnapEnd/ts/SnapEnd_pt.ts
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFree.js
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFree.pro
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFree.svg
X%%DATADIR%%/scripts/Snap/SnapFree/SnapFreeInit.js
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_de.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_en.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_es.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_fr.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_it.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_ja.html
X%%DATADIR%%/scripts/Snap/SnapFree/doc/SnapFree_pt.html
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_de.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_de.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_es.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_es.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_fr.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_fr.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_it.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_it.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_ja.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_ja.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pl.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pl.ts
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pt.qm
X%%DATADIR%%/scripts/Snap/SnapFree/ts/SnapFree_pt.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGrid.js
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGrid.pro
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGrid.svg
X%%DATADIR%%/scripts/Snap/SnapGrid/SnapGridInit.js
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_de.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_en.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_es.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_fr.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_it.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_ja.html
X%%DATADIR%%/scripts/Snap/SnapGrid/doc/SnapGrid_pt.html
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_de.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_de.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_es.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_es.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_fr.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_fr.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_it.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_it.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_ja.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_ja.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pl.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pl.ts
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pt.qm
X%%DATADIR%%/scripts/Snap/SnapGrid/ts/SnapGrid_pt.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersection.js
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersection.pro
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersection.svg
X%%DATADIR%%/scripts/Snap/SnapIntersection/SnapIntersectionInit.js
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection.dxf
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection.svg
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/doc/SnapIntersection_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_de.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_de.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_es.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_es.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_fr.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_fr.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_it.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_it.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_ja.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_ja.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pl.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pl.ts
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pt.qm
X%%DATADIR%%/scripts/Snap/SnapIntersection/ts/SnapIntersection_pt.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.js
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.pro
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManual.svg
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/SnapIntersectionManualInit.js
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual.dxf
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual.svg
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc/SnapIntersectionManual_pt.html
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_de.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_de.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_es.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_es.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_fr.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_fr.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_it.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_it.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_ja.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_ja.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pl.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pl.ts
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pt.qm
X%%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts/SnapIntersectionManual_pt.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddle.js
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddle.pro
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddle.svg
X%%DATADIR%%/scripts/Snap/SnapMiddle/SnapMiddleInit.js
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle.dxf
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle.svg
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/doc/SnapMiddle_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_de.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_de.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_es.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_es.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_fr.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_fr.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_it.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_it.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_ja.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_ja.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pl.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pl.ts
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pt.qm
X%%DATADIR%%/scripts/Snap/SnapMiddle/ts/SnapMiddle_pt.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManual.js
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManual.pro
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManual.svg
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/SnapMiddleManualInit.js
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual.dxf
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual.svg
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_de.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_en.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_es.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_fr.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_it.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_ja.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_proc_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/doc/SnapMiddleManual_pt.html
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_de.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_de.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_es.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_es.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_fr.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_fr.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_it.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_it.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_ja.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_ja.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pl.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pl.ts
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pt.qm
X%%DATADIR%%/scripts/Snap/SnapMiddleManual/ts/SnapMiddleManual_pt.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntity.js
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntity.pro
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntity.svg
X%%DATADIR%%/scripts/Snap/SnapOnEntity/SnapOnEntityInit.js
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity.dxf
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity.svg
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_de.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_en.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_es.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_fr.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_it.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_ja.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/doc/SnapOnEntity_pt.html
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_de.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_de.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_es.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_es.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_fr.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_fr.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_it.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_it.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_ja.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_ja.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pl.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pl.ts
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pt.qm
X%%DATADIR%%/scripts/Snap/SnapOnEntity/ts/SnapOnEntity_pt.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicular.js
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicular.pro
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicular.svg
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/SnapPerpendicularInit.js
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_de.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_en.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_es.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_fr.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_it.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_ja.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/doc/SnapPerpendicular_pt.html
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_de.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_de.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_es.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_es.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_fr.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_fr.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_it.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_it.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_ja.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_ja.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pl.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pl.ts
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pt.qm
X%%DATADIR%%/scripts/Snap/SnapPerpendicular/ts/SnapPerpendicular_pt.ts
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReference.js
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReference.pro
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReference.svg
X%%DATADIR%%/scripts/Snap/SnapReference/SnapReferenceInit.js
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference.dxf
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference.svg
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_de.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_de.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_en.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_es.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_fr.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_it.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_ja.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_desc_pt.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_en.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_es.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_fr.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_it.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_ja.html
X%%DATADIR%%/scripts/Snap/SnapReference/doc/SnapReference_pt.html
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_de.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_de.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_es.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_es.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_fr.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_fr.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_it.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_it.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_ja.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_ja.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pl.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pl.ts
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pt.qm
X%%DATADIR%%/scripts/Snap/SnapReference/ts/SnapReference_pt.ts
X%%DATADIR%%/scripts/Snap/doc/Snap_de.html
X%%DATADIR%%/scripts/Snap/doc/Snap_en.html
X%%DATADIR%%/scripts/Snap/doc/Snap_es.html
X%%DATADIR%%/scripts/Snap/doc/Snap_fr.html
X%%DATADIR%%/scripts/Snap/doc/Snap_it.html
X%%DATADIR%%/scripts/Snap/doc/Snap_ja.html
X%%DATADIR%%/scripts/Snap/doc/Snap_pt.html
X%%DATADIR%%/scripts/Snap/ts/Snap_de.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_de.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_es.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_es.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_fr.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_fr.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_it.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_it.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_ja.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_ja.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_pl.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_pl.ts
X%%DATADIR%%/scripts/Snap/ts/Snap_pt.qm
X%%DATADIR%%/scripts/Snap/ts/Snap_pt.ts
X%%DATADIR%%/scripts/Snap/ts/ts.pro
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoom.js
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoom.pro
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoom.svg
X%%DATADIR%%/scripts/View/AutoZoom/AutoZoomInit.js
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_de.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_de.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_en.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_es.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_fr.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_it.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_ja.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_desc_pt.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_en.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_es.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_fr.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_it.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_ja.html
X%%DATADIR%%/scripts/View/AutoZoom/doc/AutoZoom_pt.html
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_de.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_de.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_es.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_es.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_fr.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_fr.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_it.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_it.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_ja.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_ja.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pl.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pl.ts
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pt.qm
X%%DATADIR%%/scripts/View/AutoZoom/ts/AutoZoom_pt.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/CommandLineFocus.js
X%%DATADIR%%/scripts/View/CommandLineFocus/CommandLineFocus.pro
X%%DATADIR%%/scripts/View/CommandLineFocus/CommandLineFocusInit.js
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_de.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_de.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_en.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_es.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_fr.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_it.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_ja.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_desc_pt.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_en.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_es.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_fr.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_it.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_ja.html
X%%DATADIR%%/scripts/View/CommandLineFocus/doc/CommandLineFocus_pt.html
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_de.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_de.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_es.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_es.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_fr.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_fr.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_it.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_it.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_ja.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_ja.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pl.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pl.ts
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pt.qm
X%%DATADIR%%/scripts/View/CommandLineFocus/ts/CommandLineFocus_pt.ts
X%%DATADIR%%/scripts/View/DraftMode/DraftMode.js
X%%DATADIR%%/scripts/View/DraftMode/DraftMode.pro
X%%DATADIR%%/scripts/View/DraftMode/DraftMode.svg
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_de.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_de.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_en.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_es.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_fr.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_it.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_ja.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_desc_pt.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_en.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_es.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_fr.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_it.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_ja.html
X%%DATADIR%%/scripts/View/DraftMode/doc/DraftMode_pt.html
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_de.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_de.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_es.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_es.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_fr.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_fr.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_it.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_it.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_ja.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_ja.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pl.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pl.ts
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pt.qm
X%%DATADIR%%/scripts/View/DraftMode/ts/DraftMode_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/IsometricGridLeft.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc/IsometricGridLeft_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts/IsometricGridLeft_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/IsometricGridOff.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc/IsometricGridOff_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts/IsometricGridOff_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/IsometricGridRight.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc/IsometricGridRight_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts/IsometricGridRight_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.pro
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/IsometricGridTop.svg
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_de.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_en.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_es.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_fr.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_it.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_ja.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc/IsometricGridTop_pt.html
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_de.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_de.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_es.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_es.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_it.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_it.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts/IsometricGridTop_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/IsometricView.js
X%%DATADIR%%/scripts/View/IsometricView/IsometricView.pro
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_de.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_de.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_es.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_es.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_fr.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_fr.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_it.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_it.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_ja.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_ja.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pl.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pl.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pt.qm
X%%DATADIR%%/scripts/View/IsometricView/ts/IsometricView_pt.ts
X%%DATADIR%%/scripts/View/IsometricView/ts/ts.pro
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/OptionsToolBarFocus.js
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/OptionsToolBarFocus.pro
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/OptionsToolBarFocusInit.js
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_de.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_en.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_es.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_fr.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_it.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_ja.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/doc/OptionsToolBarFocus_pt.html
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_de.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_de.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_es.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_es.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_fr.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_fr.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_it.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_it.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_ja.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_ja.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pl.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pl.ts
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pt.qm
X%%DATADIR%%/scripts/View/OptionsToolBarFocus/ts/OptionsToolBarFocus_pt.ts
X%%DATADIR%%/scripts/View/PanZoom/PanZoom.js
X%%DATADIR%%/scripts/View/PanZoom/PanZoom.pro
X%%DATADIR%%/scripts/View/PanZoom/PanZoom.svg
X%%DATADIR%%/scripts/View/PanZoom/PanZoomInit.js
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_de.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_de.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_en.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_es.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_fr.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_it.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_ja.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_desc_pt.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_en.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_es.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_fr.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_it.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_ja.html
X%%DATADIR%%/scripts/View/PanZoom/doc/PanZoom_pt.html
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_de.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_de.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_es.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_es.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_fr.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_fr.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_it.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_it.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_ja.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_ja.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pl.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pl.ts
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pt.qm
X%%DATADIR%%/scripts/View/PanZoom/ts/PanZoom_pt.ts
X%%DATADIR%%/scripts/View/PreviousView/PreviousView.js
X%%DATADIR%%/scripts/View/PreviousView/PreviousView.pro
X%%DATADIR%%/scripts/View/PreviousView/PreviousView.svg
X%%DATADIR%%/scripts/View/PreviousView/PreviousViewInit.js
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_de.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_de.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_en.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_es.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_fr.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_it.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_ja.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_desc_pt.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_en.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_es.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_fr.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_it.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_ja.html
X%%DATADIR%%/scripts/View/PreviousView/doc/PreviousView_pt.html
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_de.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_de.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_es.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_es.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_fr.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_fr.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_it.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_it.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_ja.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_ja.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pl.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pl.ts
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pt.qm
X%%DATADIR%%/scripts/View/PreviousView/ts/PreviousView_pt.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ToggleGrid.js
X%%DATADIR%%/scripts/View/ToggleGrid/ToggleGrid.pro
X%%DATADIR%%/scripts/View/ToggleGrid/ToggleGrid.svg
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_de.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_de.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_en.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_es.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_fr.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_it.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_ja.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_desc_pt.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_en.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_es.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_fr.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_it.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_ja.html
X%%DATADIR%%/scripts/View/ToggleGrid/doc/ToggleGrid_pt.html
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_de.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_de.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_es.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_es.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_fr.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_fr.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_it.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_it.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_ja.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_ja.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pl.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pl.ts
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pt.qm
X%%DATADIR%%/scripts/View/ToggleGrid/ts/ToggleGrid_pt.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ToggleStatusBar.js
X%%DATADIR%%/scripts/View/ToggleStatusBar/ToggleStatusBar.pro
X%%DATADIR%%/scripts/View/ToggleStatusBar/ToggleStatusBarInit.js
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_de.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_de.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_en.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_es.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_fr.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_it.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_ja.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_desc_pt.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_en.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_es.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_fr.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_it.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_ja.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/doc/ToggleStatusBar_pt.html
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_de.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_de.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_es.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_es.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_fr.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_fr.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_it.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_it.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_ja.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_ja.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pl.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pl.ts
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pt.qm
X%%DATADIR%%/scripts/View/ToggleStatusBar/ts/ToggleStatusBar_pt.ts
X%%DATADIR%%/scripts/View/View.js
X%%DATADIR%%/scripts/View/View.pro
X%%DATADIR%%/scripts/View/ViewToolBars/ViewToolBars.js
X%%DATADIR%%/scripts/View/ViewToolBars/ViewToolBars.pro
X%%DATADIR%%/scripts/View/ViewToolBars/ViewToolBarsPostInit.js
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_de.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_de.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_es.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_es.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_fr.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_fr.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_it.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_it.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_ja.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_ja.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_pl.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_pl.ts
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolBars_pt.qm
X%%DATADIR%%/scripts/View/ViewToolBars/ts/ViewToolbars_pt.ts
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoom.js
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoom.pro
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoom.svg
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoomCursor.png
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoomCursorMask.png
X%%DATADIR%%/scripts/View/WindowZoom/WindowZoomInit.js
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_de.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_de.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_en.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_es.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_fr.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_it.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_ja.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_desc_pt.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_en.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_es.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_fr.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_it.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_ja.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_de.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_en.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_es.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_fr.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_it.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_ja.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_proc_pt.html
X%%DATADIR%%/scripts/View/WindowZoom/doc/WindowZoom_pt.html
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_de.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_de.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_es.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_es.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_fr.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_fr.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_it.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_it.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_ja.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_ja.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pl.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pl.ts
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pt.qm
X%%DATADIR%%/scripts/View/WindowZoom/ts/WindowZoom_pt.ts
X%%DATADIR%%/scripts/View/ZoomIn/ZoomIn.js
X%%DATADIR%%/scripts/View/ZoomIn/ZoomIn.pro
X%%DATADIR%%/scripts/View/ZoomIn/ZoomIn.svg
X%%DATADIR%%/scripts/View/ZoomIn/ZoomInInit.js
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_de.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_de.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_en.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_es.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_fr.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_it.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_ja.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_desc_pt.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_en.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_es.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_fr.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_it.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_ja.html
X%%DATADIR%%/scripts/View/ZoomIn/doc/ZoomIn_pt.html
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_de.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_de.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_es.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_es.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_fr.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_fr.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_it.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_it.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_ja.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_ja.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pl.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pl.ts
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pt.qm
X%%DATADIR%%/scripts/View/ZoomIn/ts/ZoomIn_pt.ts
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOut.js
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOut.pro
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOut.svg
X%%DATADIR%%/scripts/View/ZoomOut/ZoomOutInit.js
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_de.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_de.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_en.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_es.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_fr.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_it.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_ja.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_desc_pt.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_en.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_es.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_fr.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_it.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_ja.html
X%%DATADIR%%/scripts/View/ZoomOut/doc/ZoomOut_pt.html
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_de.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_de.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_es.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_es.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_fr.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_fr.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_it.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_it.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_ja.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_ja.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pl.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pl.ts
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pt.qm
X%%DATADIR%%/scripts/View/ZoomOut/ts/ZoomOut_pt.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelection.js
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelection.pro
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelection.svg
X%%DATADIR%%/scripts/View/ZoomToSelection/ZoomToSelectionInit.js
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_de.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_de.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_en.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_es.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_fr.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_it.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_ja.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_desc_pt.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_en.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_es.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_fr.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_it.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_ja.html
X%%DATADIR%%/scripts/View/ZoomToSelection/doc/ZoomToSelection_pt.html
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_de.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_de.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_es.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_es.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_fr.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_fr.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_it.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_it.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_ja.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_ja.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pl.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pl.ts
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pt.qm
X%%DATADIR%%/scripts/View/ZoomToSelection/ts/ZoomToSelection_pt.ts
X%%DATADIR%%/scripts/View/doc/View_de.html
X%%DATADIR%%/scripts/View/doc/View_en.html
X%%DATADIR%%/scripts/View/doc/View_es.html
X%%DATADIR%%/scripts/View/doc/View_fr.html
X%%DATADIR%%/scripts/View/doc/View_it.html
X%%DATADIR%%/scripts/View/doc/View_ja.html
X%%DATADIR%%/scripts/View/doc/View_pt.html
X%%DATADIR%%/scripts/View/ts/View_de.qm
X%%DATADIR%%/scripts/View/ts/View_de.ts
X%%DATADIR%%/scripts/View/ts/View_es.qm
X%%DATADIR%%/scripts/View/ts/View_es.ts
X%%DATADIR%%/scripts/View/ts/View_fr.qm
X%%DATADIR%%/scripts/View/ts/View_fr.ts
X%%DATADIR%%/scripts/View/ts/View_it.qm
X%%DATADIR%%/scripts/View/ts/View_it.ts
X%%DATADIR%%/scripts/View/ts/View_ja.qm
X%%DATADIR%%/scripts/View/ts/View_ja.ts
X%%DATADIR%%/scripts/View/ts/View_pl.qm
X%%DATADIR%%/scripts/View/ts/View_pl.ts
X%%DATADIR%%/scripts/View/ts/View_pt.qm
X%%DATADIR%%/scripts/View/ts/View_pt.ts
X%%DATADIR%%/scripts/View/ts/ts.pro
X%%DATADIR%%/scripts/WidgetFactory.js
X%%DATADIR%%/scripts/Widgets/AutoZoomView/AutoZoomView.js
X%%DATADIR%%/scripts/Widgets/AutoZoomView/AutoZoomView.pro
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_de.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_de.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_es.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_es.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_fr.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_fr.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_it.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_it.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_ja.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_ja.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pl.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pl.ts
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pt.qm
X%%DATADIR%%/scripts/Widgets/AutoZoomView/ts/AutoZoomView_pt.ts
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.js
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.pro
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.svg
X%%DATADIR%%/scripts/Widgets/BlockList/BlockList.ui
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_00.svg
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_01.svg
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_10.svg
X%%DATADIR%%/scripts/Widgets/BlockList/blockstatus_11.svg
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_de.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_en.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_es.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_fr.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_it.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_ja.html
X%%DATADIR%%/scripts/Widgets/BlockList/doc/BlockList_pt.html
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_de.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_de.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_es.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_es.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_fr.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_fr.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_it.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_it.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_ja.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_ja.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pl.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pl.ts
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pt.qm
X%%DATADIR%%/scripts/Widgets/BlockList/ts/BlockList_pt.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/Back.svg
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBar.js
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBar.pro
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBar.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarLine.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarPanel.js
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarPoint.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/CadToolBarSnap.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/ColumnLayout.js
X%%DATADIR%%/scripts/Widgets/CadToolBar/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_de.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_de.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_es.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_es.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_fr.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_fr.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_it.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_it.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_ja.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_ja.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pl.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pl.ts
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pt.qm
X%%DATADIR%%/scripts/Widgets/CadToolBar/ts/CadToolBar_pt.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.js
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.pro
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.svg
X%%DATADIR%%/scripts/Widgets/CommandLine/CommandLine.ui
X%%DATADIR%%/scripts/Widgets/CommandLine/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/CommandLine/ToggleTitleBar.svg
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_de.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_en.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_es.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_fr.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_it.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_ja.html
X%%DATADIR%%/scripts/Widgets/CommandLine/doc/CommandLine_pt.html
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_de.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_de.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_es.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_es.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_fr.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_fr.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_it.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_it.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_ja.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_ja.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pl.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pl.ts
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pt.qm
X%%DATADIR%%/scripts/Widgets/CommandLine/ts/CommandLine_pt.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.js
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.pro
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/CoordinateDisplay.ui
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_de.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_de.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_es.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_es.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_fr.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_fr.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_it.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_it.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_ja.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_ja.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pl.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pl.ts
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pt.qm
X%%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts/CoordinateDisplay_pt.ts
X%%DATADIR%%/scripts/Widgets/Dialog.ui
X%%DATADIR%%/scripts/Widgets/DirectoryList/ArrowDown.svg
X%%DATADIR%%/scripts/Widgets/DirectoryList/ArrowUp.svg
X%%DATADIR%%/scripts/Widgets/DirectoryList/DirectoryList.js
X%%DATADIR%%/scripts/Widgets/DirectoryList/DirectoryList.pro
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_de.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_de.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_es.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_es.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_fr.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_fr.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_it.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_it.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_ja.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_ja.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pl.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pl.ts
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pt.qm
X%%DATADIR%%/scripts/Widgets/DirectoryList/ts/DirectoryList_pt.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStart.js
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStart.pro
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStart.ui
X%%DATADIR%%/scripts/Widgets/FirstStart/FirstStartInit.js
X%%DATADIR%%/scripts/Widgets/FirstStart/firststart.png
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_de.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_de.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_es.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_es.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_fr.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_fr.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_it.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_it.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_ja.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_ja.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pl.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pl.ts
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pt.qm
X%%DATADIR%%/scripts/Widgets/FirstStart/ts/FirstStart_pt.ts
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.js
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.pro
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.svg
X%%DATADIR%%/scripts/Widgets/LayerList/LayerList.ui
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_de.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_en.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_es.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_fr.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_it.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_ja.html
X%%DATADIR%%/scripts/Widgets/LayerList/doc/LayerList_pt.html
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_00.svg
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_01.svg
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_10.svg
X%%DATADIR%%/scripts/Widgets/LayerList/layerstatus_11.svg
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_de.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_de.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_es.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_es.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_fr.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_fr.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_it.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_it.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_ja.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_ja.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pl.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pl.ts
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pt.qm
X%%DATADIR%%/scripts/Widgets/LayerList/ts/LayerList_pt.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Clear.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Close.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Create.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/DefaultDirectoryIcon.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/EditDrawing.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Empty.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Error.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Favorite.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Favorites.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/FileIconProvider.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Find.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Insert.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ItemDelegate.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/JsFile.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.pro
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowser.ui
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowserInit.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/LibraryBrowserPostInit.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ListViewEventHandler.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Next.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Open.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Previous.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Rdf.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Reset.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ShowOptionsDown.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ShowOptionsUp.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Sync.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/Tag.svg
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/TagStyles.css
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Item.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/ItemPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/ItemTag.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/ItemTagPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Locale.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/LocalePeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Table.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/Tag.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/TagCategory.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/TagCategoryPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/db/TagPeer.js
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_de.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_de.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_en.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_es.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_fr.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_it.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_ja.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_desc_pt.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_en.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_es.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_fr.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_it.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_ja.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/doc/LibraryBrowser_pt.html
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_de.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_de.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_es.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_es.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_fr.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_fr.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_it.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_it.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_ja.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_ja.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pl.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pl.ts
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pt.qm
X%%DATADIR%%/scripts/Widgets/LibraryBrowser/ts/LibraryBrowser_pt.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/Mouse.svg
X%%DATADIR%%/scripts/Widgets/MouseDisplay/MouseDisplay.js
X%%DATADIR%%/scripts/Widgets/MouseDisplay/MouseDisplay.pro
X%%DATADIR%%/scripts/Widgets/MouseDisplay/MouseDisplay.ui
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_de.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_de.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_es.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_es.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_fr.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_fr.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_it.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_it.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_ja.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_ja.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pl.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pl.ts
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pt.qm
X%%DATADIR%%/scripts/Widgets/MouseDisplay/ts/MouseDisplay_pt.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/OptionsToolBar.js
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/OptionsToolBar.pro
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_de.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_de.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_es.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_es.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_fr.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_fr.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_it.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_it.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_ja.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_ja.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pl.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pl.ts
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pt.qm
X%%DATADIR%%/scripts/Widgets/OptionsToolBar/ts/OptionsToolBar_pt.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/PenToolBar.js
X%%DATADIR%%/scripts/Widgets/PenToolBar/PenToolBar.pro
X%%DATADIR%%/scripts/Widgets/PenToolBar/PenToolBar.ui
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_de.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_de.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_es.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_es.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_fr.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_fr.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_it.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_it.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_ja.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_ja.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pl.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pl.ts
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pt.qm
X%%DATADIR%%/scripts/Widgets/PenToolBar/ts/PenToolBar_pt.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/Close.svg
X%%DATADIR%%/scripts/Widgets/ProgressBar/ProgressBar.js
X%%DATADIR%%/scripts/Widgets/ProgressBar/ProgressBar.pro
X%%DATADIR%%/scripts/Widgets/ProgressBar/ProgressBar.ui
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_de.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_de.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_es.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_es.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_fr.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_fr.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_it.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_it.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_ja.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_ja.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pl.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pl.ts
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pt.qm
X%%DATADIR%%/scripts/Widgets/ProgressBar/ts/ProgressBar_pt.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/AddCustomProperty.ui
X%%DATADIR%%/scripts/Widgets/PropertyEditor/AddLayer.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/AddProperty.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/Clear.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.js
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.pro
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/PropertyEditor.ui
X%%DATADIR%%/scripts/Widgets/PropertyEditor/RemoveProperty.svg
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_de.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_en.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_es.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_fr.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_it.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_ja.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/doc/PropertyEditor_pt.html
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_de.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_de.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_es.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_es.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_fr.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_fr.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_it.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_it.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_ja.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_ja.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pl.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pl.ts
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pt.qm
X%%DATADIR%%/scripts/Widgets/PropertyEditor/ts/PropertyEditor_pt.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/SelectionDisplay.js
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/SelectionDisplay.pro
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/SelectionDisplay.ui
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_de.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_de.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_es.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_es.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_fr.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_fr.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_it.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_it.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_ja.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_ja.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pl.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pl.ts
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pt.qm
X%%DATADIR%%/scripts/Widgets/SelectionDisplay/ts/SelectionDisplay_pt.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/PreferencesPage.ui
X%%DATADIR%%/scripts/Widgets/StatusBar/StatusBar.js
X%%DATADIR%%/scripts/Widgets/StatusBar/StatusBar.pro
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_de.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_de.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_es.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_es.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_fr.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_fr.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_it.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_it.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_ja.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_ja.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pl.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pl.ts
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pt.qm
X%%DATADIR%%/scripts/Widgets/StatusBar/ts/StatusBar_pt.ts
X%%DATADIR%%/scripts/Widgets/TabBar/TabBar.js
X%%DATADIR%%/scripts/Widgets/TabBar/TabBar.pro
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_de.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_de.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_es.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_es.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_fr.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_fr.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_it.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_it.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_ja.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_ja.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pl.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pl.ts
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pt.qm
X%%DATADIR%%/scripts/Widgets/TabBar/ts/TabBar_pt.ts
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/00_Single.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/10_TwoVertical.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/11_TwoHorizontal.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/20_ThreeRight.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/21_ThreeLeft.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/22_ThreeAbove.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/23_ThreeBelow.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/24_ThreeVertical.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/25_ThreeHorizontal.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/30_FourEqual.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/31_FourRight.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Templates/32_FourLeft.ui
X%%DATADIR%%/scripts/Widgets/Viewport/Viewport.js
X%%DATADIR%%/scripts/Widgets/Viewport/Viewport.pro
X%%DATADIR%%/scripts/Widgets/Viewport/Viewport.ui
X%%DATADIR%%/scripts/Widgets/Viewport/ViewportGl.ui
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_de.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_de.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_es.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_es.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_fr.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_fr.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_it.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_it.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_ja.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_ja.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pl.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pl.ts
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pt.qm
X%%DATADIR%%/scripts/Widgets/Viewport/ts/Viewport_pt.ts
X%%DATADIR%%/scripts/Widgets/Widgets.js
X%%DATADIR%%/scripts/Widgets/Widgets.pro
X%%DATADIR%%/scripts/Widgets/ts/Widgets_de.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_de.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_es.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_es.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_fr.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_fr.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_it.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_it.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_ja.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_ja.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pl.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pl.ts
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pt.qm
X%%DATADIR%%/scripts/Widgets/ts/Widgets_pt.ts
X%%DATADIR%%/scripts/Widgets/ts/ts.pro
X%%DATADIR%%/scripts/Window/CloseAll/CloseAll.js
X%%DATADIR%%/scripts/Window/CloseAll/CloseAll.pro
X%%DATADIR%%/scripts/Window/CloseAll/CloseAllInit.js
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_de.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_de.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_en.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_es.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_fr.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_it.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_ja.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_desc_pt.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_en.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_es.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_fr.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_it.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_ja.html
X%%DATADIR%%/scripts/Window/CloseAll/doc/CloseAll_pt.html
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_de.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_de.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_es.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_es.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_fr.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_fr.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_it.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_it.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_ja.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_ja.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pl.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pl.ts
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pt.qm
X%%DATADIR%%/scripts/Window/CloseAll/ts/CloseAll_pt.ts
X%%DATADIR%%/scripts/Window/NextWindow/NextWindow.js
X%%DATADIR%%/scripts/Window/NextWindow/NextWindow.pro
X%%DATADIR%%/scripts/Window/NextWindow/NextWindowInit.js
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_de.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_de.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_en.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_es.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_fr.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_it.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_ja.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_desc_pt.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_en.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_es.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_fr.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_it.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_ja.html
X%%DATADIR%%/scripts/Window/NextWindow/doc/NextWindow_pt.html
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_de.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_de.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_es.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_es.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_fr.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_fr.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_it.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_it.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_ja.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_ja.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pl.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pl.ts
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pt.qm
X%%DATADIR%%/scripts/Window/NextWindow/ts/NextWindow_pt.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/PreviousWindow.js
X%%DATADIR%%/scripts/Window/PreviousWindow/PreviousWindow.pro
X%%DATADIR%%/scripts/Window/PreviousWindow/PreviousWindowInit.js
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_de.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_de.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_en.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_es.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_fr.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_it.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_ja.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_desc_pt.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_en.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_es.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_fr.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_it.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_ja.html
X%%DATADIR%%/scripts/Window/PreviousWindow/doc/PreviousWindow_pt.html
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_de.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_de.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_es.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_es.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_fr.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_fr.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_it.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_it.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_ja.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_ja.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pl.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pl.ts
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pt.qm
X%%DATADIR%%/scripts/Window/PreviousWindow/ts/PreviousWindow_pt.ts
X%%DATADIR%%/scripts/Window/Window.js
X%%DATADIR%%/scripts/Window/Window.pro
X%%DATADIR%%/scripts/Window/doc/Window_de.html
X%%DATADIR%%/scripts/Window/doc/Window_en.html
X%%DATADIR%%/scripts/Window/doc/Window_es.html
X%%DATADIR%%/scripts/Window/doc/Window_fr.html
X%%DATADIR%%/scripts/Window/doc/Window_it.html
X%%DATADIR%%/scripts/Window/doc/Window_ja.html
X%%DATADIR%%/scripts/Window/doc/Window_pt.html
X%%DATADIR%%/scripts/Window/ts/Window_de.qm
X%%DATADIR%%/scripts/Window/ts/Window_de.ts
X%%DATADIR%%/scripts/Window/ts/Window_es.qm
X%%DATADIR%%/scripts/Window/ts/Window_es.ts
X%%DATADIR%%/scripts/Window/ts/Window_fr.qm
X%%DATADIR%%/scripts/Window/ts/Window_fr.ts
X%%DATADIR%%/scripts/Window/ts/Window_it.qm
X%%DATADIR%%/scripts/Window/ts/Window_it.ts
X%%DATADIR%%/scripts/Window/ts/Window_ja.qm
X%%DATADIR%%/scripts/Window/ts/Window_ja.ts
X%%DATADIR%%/scripts/Window/ts/Window_pl.qm
X%%DATADIR%%/scripts/Window/ts/Window_pl.ts
X%%DATADIR%%/scripts/Window/ts/Window_pt.qm
X%%DATADIR%%/scripts/Window/ts/Window_pt.ts
X%%DATADIR%%/scripts/Window/ts/ts.pro
X%%DATADIR%%/scripts/autostart.js
X%%DATADIR%%/scripts/date.js
X%%DATADIR%%/scripts/library.js
X%%DATADIR%%/scripts/map.js
X%%DATADIR%%/scripts/mimetype.png
X%%DATADIR%%/scripts/qcad_icon.png
X%%DATADIR%%/scripts/qcad_icon.svg
X%%DATADIR%%/scripts/scripts.dox
X%%DATADIR%%/scripts/scripts.pro
X%%DATADIR%%/scripts/splashscreen.png
X%%DATADIR%%/scripts/sprintf.js
X%%DATADIR%%/scripts/translations.pri
X%%DATADIR%%/scripts/ts/Scripts_de.qm
X%%DATADIR%%/scripts/ts/Scripts_de.ts
X%%DATADIR%%/scripts/ts/Scripts_es.qm
X%%DATADIR%%/scripts/ts/Scripts_es.ts
X%%DATADIR%%/scripts/ts/Scripts_fr.qm
X%%DATADIR%%/scripts/ts/Scripts_fr.ts
X%%DATADIR%%/scripts/ts/Scripts_it.qm
X%%DATADIR%%/scripts/ts/Scripts_it.ts
X%%DATADIR%%/scripts/ts/Scripts_ja.qm
X%%DATADIR%%/scripts/ts/Scripts_ja.ts
X%%DATADIR%%/scripts/ts/Scripts_pl.qm
X%%DATADIR%%/scripts/ts/Scripts_pl.ts
X%%DATADIR%%/scripts/ts/Scripts_pt.qm
X%%DATADIR%%/scripts/ts/Scripts_pt.ts
X%%DATADIR%%/scripts/ts/ts.pro
X%%DATADIR%%/ts/Makefile
X%%DATADIR%%/ts/assistant_cs.qm
X%%DATADIR%%/ts/assistant_da.qm
X%%DATADIR%%/ts/assistant_de.qm
X%%DATADIR%%/ts/assistant_fr.qm
X%%DATADIR%%/ts/assistant_hu.qm
X%%DATADIR%%/ts/assistant_ja.qm
X%%DATADIR%%/ts/assistant_ko.qm
X%%DATADIR%%/ts/assistant_pl.qm
X%%DATADIR%%/ts/assistant_ru.qm
X%%DATADIR%%/ts/assistant_sl.qm
X%%DATADIR%%/ts/assistant_uk.qm
X%%DATADIR%%/ts/assistant_zh_CN.qm
X%%DATADIR%%/ts/assistant_zh_TW.qm
X%%DATADIR%%/ts/qcadcore_de.qm
X%%DATADIR%%/ts/qcadcore_de.ts
X%%DATADIR%%/ts/qcadcore_es.qm
X%%DATADIR%%/ts/qcadcore_es.ts
X%%DATADIR%%/ts/qcadcore_fr.qm
X%%DATADIR%%/ts/qcadcore_fr.ts
X%%DATADIR%%/ts/qcadcore_it.qm
X%%DATADIR%%/ts/qcadcore_it.ts
X%%DATADIR%%/ts/qcadcore_ja.qm
X%%DATADIR%%/ts/qcadcore_ja.ts
X%%DATADIR%%/ts/qcadcore_pl.qm
X%%DATADIR%%/ts/qcadcore_pl.ts
X%%DATADIR%%/ts/qcadcore_pt.qm
X%%DATADIR%%/ts/qcadcore_pt.ts
X%%DATADIR%%/ts/qcadentity_de.qm
X%%DATADIR%%/ts/qcadentity_de.ts
X%%DATADIR%%/ts/qcadentity_es.qm
X%%DATADIR%%/ts/qcadentity_es.ts
X%%DATADIR%%/ts/qcadentity_fr.qm
X%%DATADIR%%/ts/qcadentity_fr.ts
X%%DATADIR%%/ts/qcadentity_it.qm
X%%DATADIR%%/ts/qcadentity_it.ts
X%%DATADIR%%/ts/qcadentity_ja.qm
X%%DATADIR%%/ts/qcadentity_ja.ts
X%%DATADIR%%/ts/qcadentity_pl.qm
X%%DATADIR%%/ts/qcadentity_pl.ts
X%%DATADIR%%/ts/qcadentity_pt.qm
X%%DATADIR%%/ts/qcadentity_pt.ts
X%%DATADIR%%/ts/qcadgui_de.qm
X%%DATADIR%%/ts/qcadgui_de.ts
X%%DATADIR%%/ts/qcadgui_es.qm
X%%DATADIR%%/ts/qcadgui_es.ts
X%%DATADIR%%/ts/qcadgui_fr.qm
X%%DATADIR%%/ts/qcadgui_fr.ts
X%%DATADIR%%/ts/qcadgui_it.qm
X%%DATADIR%%/ts/qcadgui_it.ts
X%%DATADIR%%/ts/qcadgui_ja.qm
X%%DATADIR%%/ts/qcadgui_ja.ts
X%%DATADIR%%/ts/qcadgui_pl.qm
X%%DATADIR%%/ts/qcadgui_pl.ts
X%%DATADIR%%/ts/qcadgui_pt.qm
X%%DATADIR%%/ts/qcadgui_pt.ts
X%%DATADIR%%/ts/qt_ar.qm
X%%DATADIR%%/ts/qt_cs.qm
X%%DATADIR%%/ts/qt_da.qm
X%%DATADIR%%/ts/qt_de.qm
X%%DATADIR%%/ts/qt_es.qm
X%%DATADIR%%/ts/qt_fa.qm
X%%DATADIR%%/ts/qt_fr.qm
X%%DATADIR%%/ts/qt_gl.qm
X%%DATADIR%%/ts/qt_he.qm
X%%DATADIR%%/ts/qt_help_cs.qm
X%%DATADIR%%/ts/qt_help_da.qm
X%%DATADIR%%/ts/qt_help_de.qm
X%%DATADIR%%/ts/qt_help_fr.qm
X%%DATADIR%%/ts/qt_help_gl.qm
X%%DATADIR%%/ts/qt_help_hu.qm
X%%DATADIR%%/ts/qt_help_ja.qm
X%%DATADIR%%/ts/qt_help_ko.qm
X%%DATADIR%%/ts/qt_help_pl.qm
X%%DATADIR%%/ts/qt_help_ru.qm
X%%DATADIR%%/ts/qt_help_sl.qm
X%%DATADIR%%/ts/qt_help_uk.qm
X%%DATADIR%%/ts/qt_help_zh_CN.qm
X%%DATADIR%%/ts/qt_help_zh_TW.qm
X%%DATADIR%%/ts/qt_hu.qm
X%%DATADIR%%/ts/qt_ja.qm
X%%DATADIR%%/ts/qt_ko.qm
X%%DATADIR%%/ts/qt_ko.ts
X%%DATADIR%%/ts/qt_lt.qm
X%%DATADIR%%/ts/qt_pl.qm
X%%DATADIR%%/ts/qt_pt.qm
X%%DATADIR%%/ts/qt_ru.qm
X%%DATADIR%%/ts/qt_sk.qm
X%%DATADIR%%/ts/qt_sl.qm
X%%DATADIR%%/ts/qt_sv.qm
X%%DATADIR%%/ts/qt_uk.qm
X%%DATADIR%%/ts/qt_zh_CN.qm
X%%DATADIR%%/ts/qt_zh_TW.qm
X%%DATADIR%%/ts/ts.pro
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example00.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.pdf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange.svg
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange_with_border.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flange_with_border.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isometric_grid.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linetypes.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lineweights.dxf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/projection.dxf
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
X@dirrm %%DATADIR%%/ts
X@dirrm %%DATADIR%%/scripts/ts
X@dirrm %%DATADIR%%/scripts/Window/ts
X@dirrm %%DATADIR%%/scripts/Window/doc
X@dirrm %%DATADIR%%/scripts/Window/PreviousWindow/ts
X@dirrm %%DATADIR%%/scripts/Window/PreviousWindow/doc
X@dirrm %%DATADIR%%/scripts/Window/PreviousWindow
X@dirrm %%DATADIR%%/scripts/Window/NextWindow/ts
X@dirrm %%DATADIR%%/scripts/Window/NextWindow/doc
X@dirrm %%DATADIR%%/scripts/Window/NextWindow
X@dirrm %%DATADIR%%/scripts/Window/CloseAll/ts
X@dirrm %%DATADIR%%/scripts/Window/CloseAll/doc
X@dirrm %%DATADIR%%/scripts/Window/CloseAll
X@dirrm %%DATADIR%%/scripts/Window
X@dirrm %%DATADIR%%/scripts/Widgets/ts
X@dirrm %%DATADIR%%/scripts/Widgets/Viewport/ts
X@dirrm %%DATADIR%%/scripts/Widgets/Viewport/Templates
X@dirrm %%DATADIR%%/scripts/Widgets/Viewport
X@dirrm %%DATADIR%%/scripts/Widgets/TabBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/TabBar
X@dirrm %%DATADIR%%/scripts/Widgets/StatusBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/StatusBar
X@dirrm %%DATADIR%%/scripts/Widgets/SelectionDisplay/ts
X@dirrm %%DATADIR%%/scripts/Widgets/SelectionDisplay
X@dirrm %%DATADIR%%/scripts/Widgets/PropertyEditor/ts
X@dirrm %%DATADIR%%/scripts/Widgets/PropertyEditor/doc
X@dirrm %%DATADIR%%/scripts/Widgets/PropertyEditor
X@dirrm %%DATADIR%%/scripts/Widgets/ProgressBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/ProgressBar
X@dirrm %%DATADIR%%/scripts/Widgets/PenToolBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/PenToolBar
X@dirrm %%DATADIR%%/scripts/Widgets/OptionsToolBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/OptionsToolBar
X@dirrm %%DATADIR%%/scripts/Widgets/MouseDisplay/ts
X@dirrm %%DATADIR%%/scripts/Widgets/MouseDisplay
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser/ts
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser/doc
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser/db
X@dirrm %%DATADIR%%/scripts/Widgets/LibraryBrowser
X@dirrm %%DATADIR%%/scripts/Widgets/LayerList/ts
X@dirrm %%DATADIR%%/scripts/Widgets/LayerList/doc
X@dirrm %%DATADIR%%/scripts/Widgets/LayerList
X@dirrm %%DATADIR%%/scripts/Widgets/FirstStart/ts
X@dirrm %%DATADIR%%/scripts/Widgets/FirstStart
X@dirrm %%DATADIR%%/scripts/Widgets/DirectoryList/ts
X@dirrm %%DATADIR%%/scripts/Widgets/DirectoryList
X@dirrm %%DATADIR%%/scripts/Widgets/CoordinateDisplay/ts
X@dirrm %%DATADIR%%/scripts/Widgets/CoordinateDisplay
X@dirrm %%DATADIR%%/scripts/Widgets/CommandLine/ts
X@dirrm %%DATADIR%%/scripts/Widgets/CommandLine/doc
X@dirrm %%DATADIR%%/scripts/Widgets/CommandLine
X@dirrm %%DATADIR%%/scripts/Widgets/CadToolBar/ts
X@dirrm %%DATADIR%%/scripts/Widgets/CadToolBar
X@dirrm %%DATADIR%%/scripts/Widgets/BlockList/ts
X@dirrm %%DATADIR%%/scripts/Widgets/BlockList/doc
X@dirrm %%DATADIR%%/scripts/Widgets/BlockList
X@dirrm %%DATADIR%%/scripts/Widgets/AutoZoomView/ts
X@dirrm %%DATADIR%%/scripts/Widgets/AutoZoomView
X@dirrm %%DATADIR%%/scripts/Widgets
X@dirrm %%DATADIR%%/scripts/View/ts
X@dirrm %%DATADIR%%/scripts/View/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomToSelection/ts
X@dirrm %%DATADIR%%/scripts/View/ZoomToSelection/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomToSelection
X@dirrm %%DATADIR%%/scripts/View/ZoomOut/ts
X@dirrm %%DATADIR%%/scripts/View/ZoomOut/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomOut
X@dirrm %%DATADIR%%/scripts/View/ZoomIn/ts
X@dirrm %%DATADIR%%/scripts/View/ZoomIn/doc
X@dirrm %%DATADIR%%/scripts/View/ZoomIn
X@dirrm %%DATADIR%%/scripts/View/WindowZoom/ts
X@dirrm %%DATADIR%%/scripts/View/WindowZoom/doc
X@dirrm %%DATADIR%%/scripts/View/WindowZoom
X@dirrm %%DATADIR%%/scripts/View/ViewToolBars/ts
X@dirrm %%DATADIR%%/scripts/View/ViewToolBars
X@dirrm %%DATADIR%%/scripts/View/ToggleStatusBar/ts
X@dirrm %%DATADIR%%/scripts/View/ToggleStatusBar/doc
X@dirrm %%DATADIR%%/scripts/View/ToggleStatusBar
X@dirrm %%DATADIR%%/scripts/View/ToggleGrid/ts
X@dirrm %%DATADIR%%/scripts/View/ToggleGrid/doc
X@dirrm %%DATADIR%%/scripts/View/ToggleGrid
X@dirrm %%DATADIR%%/scripts/View/PreviousView/ts
X@dirrm %%DATADIR%%/scripts/View/PreviousView/doc
X@dirrm %%DATADIR%%/scripts/View/PreviousView
X@dirrm %%DATADIR%%/scripts/View/PanZoom/ts
X@dirrm %%DATADIR%%/scripts/View/PanZoom/doc
X@dirrm %%DATADIR%%/scripts/View/PanZoom
X@dirrm %%DATADIR%%/scripts/View/OptionsToolBarFocus/ts
X@dirrm %%DATADIR%%/scripts/View/OptionsToolBarFocus/doc
X@dirrm %%DATADIR%%/scripts/View/OptionsToolBarFocus
X@dirrm %%DATADIR%%/scripts/View/IsometricView/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridTop/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridTop
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridRight/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridRight
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridOff/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridOff
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/ts
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft/doc
X@dirrm %%DATADIR%%/scripts/View/IsometricView/IsometricGridLeft
X@dirrm %%DATADIR%%/scripts/View/IsometricView
X@dirrm %%DATADIR%%/scripts/View/DraftMode/ts
X@dirrm %%DATADIR%%/scripts/View/DraftMode/doc
X@dirrm %%DATADIR%%/scripts/View/DraftMode
X@dirrm %%DATADIR%%/scripts/View/CommandLineFocus/ts
X@dirrm %%DATADIR%%/scripts/View/CommandLineFocus/doc
X@dirrm %%DATADIR%%/scripts/View/CommandLineFocus
X@dirrm %%DATADIR%%/scripts/View/AutoZoom/ts
X@dirrm %%DATADIR%%/scripts/View/AutoZoom/doc
X@dirrm %%DATADIR%%/scripts/View/AutoZoom
X@dirrm %%DATADIR%%/scripts/View
X@dirrm %%DATADIR%%/scripts/Snap/ts
X@dirrm %%DATADIR%%/scripts/Snap/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapReference/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapReference/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapReference
X@dirrm %%DATADIR%%/scripts/Snap/SnapPerpendicular/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapPerpendicular/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapPerpendicular
X@dirrm %%DATADIR%%/scripts/Snap/SnapOnEntity/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapOnEntity/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapOnEntity
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddleManual/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddleManual/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddleManual
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddle/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddle/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapMiddle
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersectionManual/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersectionManual/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersectionManual
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersection/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersection/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapIntersection
X@dirrm %%DATADIR%%/scripts/Snap/SnapGrid/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapGrid/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapGrid
X@dirrm %%DATADIR%%/scripts/Snap/SnapFree/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapFree/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapFree
X@dirrm %%DATADIR%%/scripts/Snap/SnapEnd/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapEnd/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapEnd
X@dirrm %%DATADIR%%/scripts/Snap/SnapDistance/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapDistance/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapDistance
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinatePolar/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinatePolar/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinatePolar
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinate/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinate/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapCoordinate
X@dirrm %%DATADIR%%/scripts/Snap/SnapCenter/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapCenter/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapCenter
X@dirrm %%DATADIR%%/scripts/Snap/SnapAuto/ts
X@dirrm %%DATADIR%%/scripts/Snap/SnapAuto/doc
X@dirrm %%DATADIR%%/scripts/Snap/SnapAuto
X@dirrm %%DATADIR%%/scripts/Snap/SetRelativeZero/ts
X@dirrm %%DATADIR%%/scripts/Snap/SetRelativeZero/doc
X@dirrm %%DATADIR%%/scripts/Snap/SetRelativeZero
X@dirrm %%DATADIR%%/scripts/Snap/RestrictVertical/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictVertical/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictVertical
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOrthogonal/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOrthogonal/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOrthogonal
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOff/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOff/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictOff
X@dirrm %%DATADIR%%/scripts/Snap/RestrictHorizontal/ts
X@dirrm %%DATADIR%%/scripts/Snap/RestrictHorizontal/doc
X@dirrm %%DATADIR%%/scripts/Snap/RestrictHorizontal
X@dirrm %%DATADIR%%/scripts/Snap/LockRelativeZero/ts
X@dirrm %%DATADIR%%/scripts/Snap/LockRelativeZero/doc
X@dirrm %%DATADIR%%/scripts/Snap/LockRelativeZero
X@dirrm %%DATADIR%%/scripts/Snap
X@dirrm %%DATADIR%%/scripts/Select/ts
X@dirrm %%DATADIR%%/scripts/Select/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectRectangle
X@dirrm %%DATADIR%%/scripts/Select/SelectLayer/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectLayer/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectLayer
X@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities
X@dirrm %%DATADIR%%/scripts/Select/SelectContour/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectContour/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectContour
X@dirrm %%DATADIR%%/scripts/Select/SelectAll/ts
X@dirrm %%DATADIR%%/scripts/Select/SelectAll/doc
X@dirrm %%DATADIR%%/scripts/Select/SelectAll
X@dirrm %%DATADIR%%/scripts/Select/InvertSelection/ts
X@dirrm %%DATADIR%%/scripts/Select/InvertSelection/doc
X@dirrm %%DATADIR%%/scripts/Select/InvertSelection
X@dirrm %%DATADIR%%/scripts/Select/DeselectAll/ts
X@dirrm %%DATADIR%%/scripts/Select/DeselectAll/doc
X@dirrm %%DATADIR%%/scripts/Select/DeselectAll
X@dirrm %%DATADIR%%/scripts/Select
X@dirrm %%DATADIR%%/scripts/Reset/ts
X@dirrm %%DATADIR%%/scripts/Reset/doc
X@dirrm %%DATADIR%%/scripts/Reset
X@dirrm %%DATADIR%%/scripts/Projection/ts
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/ts
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/ts
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/doc
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/required
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/data
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests/actual
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject/Tests
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection/IsoProject
X@dirrm %%DATADIR%%/scripts/Projection/IsometricProjection
X@dirrm %%DATADIR%%/scripts/Projection
X@dirrm %%DATADIR%%/scripts/Navigation/DefaultNavigation/ts
X@dirrm %%DATADIR%%/scripts/Navigation/DefaultNavigation
X@dirrm %%DATADIR%%/scripts/Navigation
X@dirrm %%DATADIR%%/scripts/Modify/ts
X@dirrm %%DATADIR%%/scripts/Modify/doc
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/ts
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/doc
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth/Tests
X@dirrm %%DATADIR%%/scripts/Modify/TrimBoth
X@dirrm %%DATADIR%%/scripts/Modify/Trim/ts
X@dirrm %%DATADIR%%/scripts/Modify/Trim/doc
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Trim/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Trim
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/ts
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/doc
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate/Tests
X@dirrm %%DATADIR%%/scripts/Modify/TranslateRotate
X@dirrm %%DATADIR%%/scripts/Modify/Translate/ts
X@dirrm %%DATADIR%%/scripts/Modify/Translate/doc
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Translate/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Translate
X@dirrm %%DATADIR%%/scripts/Modify/ToFront/ts
X@dirrm %%DATADIR%%/scripts/Modify/ToFront/doc
X@dirrm %%DATADIR%%/scripts/Modify/ToFront
X@dirrm %%DATADIR%%/scripts/Modify/ToBack/ts
X@dirrm %%DATADIR%%/scripts/Modify/ToBack/doc
X@dirrm %%DATADIR%%/scripts/Modify/ToBack
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/ts
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/doc
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Stretch/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Stretch
X@dirrm %%DATADIR%%/scripts/Modify/Scale/ts
X@dirrm %%DATADIR%%/scripts/Modify/Scale/doc
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Scale/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Scale
X@dirrm %%DATADIR%%/scripts/Modify/Round/ts
X@dirrm %%DATADIR%%/scripts/Modify/Round/doc
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Round/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Round
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/ts
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/doc
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Rotate2
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/ts
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/doc
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Rotate/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Rotate
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/ts
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/doc
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Reverse/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Reverse
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/ts
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/doc
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Mirror/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Mirror
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/ts
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/doc
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Lengthen
X@dirrm %%DATADIR%%/scripts/Modify/Explode/ts
X@dirrm %%DATADIR%%/scripts/Modify/Explode/doc
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Explode/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Explode
X@dirrm %%DATADIR%%/scripts/Modify/EditText/ts
X@dirrm %%DATADIR%%/scripts/Modify/EditText/doc
X@dirrm %%DATADIR%%/scripts/Modify/EditText
X@dirrm %%DATADIR%%/scripts/Modify/Divide/ts
X@dirrm %%DATADIR%%/scripts/Modify/Divide/doc
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Divide/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Divide
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/ts
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/doc
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut/Tests
X@dirrm %%DATADIR%%/scripts/Modify/BreakOut
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/ts
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/doc
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/Bevel/Tests
X@dirrm %%DATADIR%%/scripts/Modify/Bevel
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/ts
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/doc
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests/required
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests/data
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests/actual
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim/Tests
X@dirrm %%DATADIR%%/scripts/Modify/AutoTrim
X@dirrm %%DATADIR%%/scripts/Modify
X@dirrm %%DATADIR%%/scripts/Misc/ts
X@dirrm %%DATADIR%%/scripts/Misc/doc
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/ts
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/PersistentWidgets
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/MenusAndToolBars
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/LibraryBrowserScripts
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CreatingNewTool
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ts
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/LaunchCommandLineTool
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExSvgExport
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/ExPdfExport
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools/CreatingDrawing
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials/CommandLineTools
X@dirrm %%DATADIR%%/scripts/Misc/Tutorials
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/ts
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/PointPowerCenter
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/PointPole
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineSimilarityAxes
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineRadicalAxis
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineDove
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint/ts
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxjoint
X@dirrm %%DATADIR%%/scripts/Misc/MiscDraw
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing
X@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial
X@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral
X@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack
X@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport/mol
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/MolImport
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/ExImportPoints
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples/ExDumpPolyline
X@dirrm %%DATADIR%%/scripts/Misc/Examples/IOExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawBoundingBox
X@dirrm %%DATADIR%%/scripts/Misc/Examples/DrawExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor
X@dirrm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExFixBlockNames
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock
X@dirrm %%DATADIR%%/scripts/Misc/Examples/BlockExamples
X@dirrm %%DATADIR%%/scripts/Misc/Examples
X@dirrm %%DATADIR%%/scripts/Misc
X@dirrm %%DATADIR%%/scripts/Layer/ts
X@dirrm %%DATADIR%%/scripts/Layer/doc
X@dirrm %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/ts
X@dirrm %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc
X@dirrm %%DATADIR%%/scripts/Layer/ToggleLayerVisibility
X@dirrm %%DATADIR%%/scripts/Layer/ShowAllLayers/ts
X@dirrm %%DATADIR%%/scripts/Layer/ShowAllLayers/doc
X@dirrm %%DATADIR%%/scripts/Layer/ShowAllLayers
X@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer
X@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer
X@dirrm %%DATADIR%%/scripts/Layer/HideAllLayers/ts
X@dirrm %%DATADIR%%/scripts/Layer/HideAllLayers/doc
X@dirrm %%DATADIR%%/scripts/Layer/HideAllLayers
X@dirrm %%DATADIR%%/scripts/Layer/EditLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/EditLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/EditLayer
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/ts
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/doc
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests/required
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests
X@dirrm %%DATADIR%%/scripts/Layer/AddLayer
X@dirrm %%DATADIR%%/scripts/Layer
X@dirrm %%DATADIR%%/scripts/Information/ts
X@dirrm %%DATADIR%%/scripts/Information/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel
X@dirrm %%DATADIR%%/scripts/Information/InfoPosition/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoPosition/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoPosition
X@dirrm %%DATADIR%%/scripts/Information/InfoDistancePP/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoDistancePP/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoDistancePP
X@dirrm %%DATADIR%%/scripts/Information/InfoDistanceEP/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoDistanceEP/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoDistanceEP
X@dirrm %%DATADIR%%/scripts/Information/InfoArea/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoArea/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoArea
X@dirrm %%DATADIR%%/scripts/Information/InfoAngle/ts
X@dirrm %%DATADIR%%/scripts/Information/InfoAngle/doc
X@dirrm %%DATADIR%%/scripts/Information/InfoAngle
X@dirrm %%DATADIR%%/scripts/Information
X@dirrm %%DATADIR%%/scripts/ImportExport/SvgImporter/ts
X@dirrm %%DATADIR%%/scripts/ImportExport/SvgImporter
X@dirrm %%DATADIR%%/scripts/ImportExport
X@dirrm %%DATADIR%%/scripts/Help/ts
X@dirrm %%DATADIR%%/scripts/Help/doc
X@dirrm %%DATADIR%%/scripts/Help/Website/ts
X@dirrm %%DATADIR%%/scripts/Help/Website/doc
X@dirrm %%DATADIR%%/scripts/Help/Website
X@dirrm %%DATADIR%%/scripts/Help/ShowReadme/ts
X@dirrm %%DATADIR%%/scripts/Help/ShowReadme/doc
X@dirrm %%DATADIR%%/scripts/Help/ShowReadme
X@dirrm %%DATADIR%%/scripts/Help/ReportTranslationError/ts
X@dirrm %%DATADIR%%/scripts/Help/ReportTranslationError/doc
X@dirrm %%DATADIR%%/scripts/Help/ReportTranslationError
X@dirrm %%DATADIR%%/scripts/Help/ReportBug/ts
X@dirrm %%DATADIR%%/scripts/Help/ReportBug/doc
X@dirrm %%DATADIR%%/scripts/Help/ReportBug
X@dirrm %%DATADIR%%/scripts/Help/Forum/ts
X@dirrm %%DATADIR%%/scripts/Help/Forum/doc
X@dirrm %%DATADIR%%/scripts/Help/Forum
X@dirrm %%DATADIR%%/scripts/Help/FAQ/ts
X@dirrm %%DATADIR%%/scripts/Help/FAQ/doc
X@dirrm %%DATADIR%%/scripts/Help/FAQ
X@dirrm %%DATADIR%%/scripts/Help/CheckForUpdates/ts
X@dirrm %%DATADIR%%/scripts/Help/CheckForUpdates/doc
X@dirrm %%DATADIR%%/scripts/Help/CheckForUpdates
X@dirrm %%DATADIR%%/scripts/Help/BrowseUserManual/ts
X@dirrm %%DATADIR%%/scripts/Help/BrowseUserManual
X@dirrm %%DATADIR%%/scripts/Help/BrowseAddOns/ts
X@dirrm %%DATADIR%%/scripts/Help/BrowseAddOns/doc
X@dirrm %%DATADIR%%/scripts/Help/BrowseAddOns
X@dirrm %%DATADIR%%/scripts/Help/About/ts
X@dirrm %%DATADIR%%/scripts/Help/About/doc
X@dirrm %%DATADIR%%/scripts/Help/About
X@dirrm %%DATADIR%%/scripts/Help
X@dirrm %%DATADIR%%/scripts/File/ts
X@dirrm %%DATADIR%%/scripts/File/doc
X@dirrm %%DATADIR%%/scripts/File/SvgImport/ts
X@dirrm %%DATADIR%%/scripts/File/SvgImport/doc
X@dirrm %%DATADIR%%/scripts/File/SvgImport
X@dirrm %%DATADIR%%/scripts/File/SaveAs/ts
X@dirrm %%DATADIR%%/scripts/File/SaveAs/doc
X@dirrm %%DATADIR%%/scripts/File/SaveAs
X@dirrm %%DATADIR%%/scripts/File/Save/ts
X@dirrm %%DATADIR%%/scripts/File/Save/doc
X@dirrm %%DATADIR%%/scripts/File/Save
X@dirrm %%DATADIR%%/scripts/File/RecentFiles/ts
X@dirrm %%DATADIR%%/scripts/File/RecentFiles
X@dirrm %%DATADIR%%/scripts/File/Quit/ts
X@dirrm %%DATADIR%%/scripts/File/Quit/doc
X@dirrm %%DATADIR%%/scripts/File/Quit
X@dirrm %%DATADIR%%/scripts/File/PrintPreview/ts
X@dirrm %%DATADIR%%/scripts/File/PrintPreview/doc
X@dirrm %%DATADIR%%/scripts/File/PrintPreview
X@dirrm %%DATADIR%%/scripts/File/Print/ts
X@dirrm %%DATADIR%%/scripts/File/Print/doc
X@dirrm %%DATADIR%%/scripts/File/Print
X@dirrm %%DATADIR%%/scripts/File/PdfExport/ts
X@dirrm %%DATADIR%%/scripts/File/PdfExport/doc
X@dirrm %%DATADIR%%/scripts/File/PdfExport
X@dirrm %%DATADIR%%/scripts/File/OpenFile/ts
X@dirrm %%DATADIR%%/scripts/File/OpenFile/doc
X@dirrm %%DATADIR%%/scripts/File/OpenFile
X@dirrm %%DATADIR%%/scripts/File/NewFile/ts
X@dirrm %%DATADIR%%/scripts/File/NewFile/doc
X@dirrm %%DATADIR%%/scripts/File/NewFile
X@dirrm %%DATADIR%%/scripts/File/CloseFile/ts
X@dirrm %%DATADIR%%/scripts/File/CloseFile/doc
X@dirrm %%DATADIR%%/scripts/File/CloseFile
X@dirrm %%DATADIR%%/scripts/File/BitmapExport/ts
X@dirrm %%DATADIR%%/scripts/File/BitmapExport/doc
X@dirrm %%DATADIR%%/scripts/File/BitmapExport
X@dirrm %%DATADIR%%/scripts/File/AutoSave/ts
X@dirrm %%DATADIR%%/scripts/File/AutoSave
X@dirrm %%DATADIR%%/scripts/File
X@dirrm %%DATADIR%%/scripts/Edit/ts
X@dirrm %%DATADIR%%/scripts/Edit/doc
X@dirrm %%DATADIR%%/scripts/Edit/Undo/ts
X@dirrm %%DATADIR%%/scripts/Edit/Undo/doc
X@dirrm %%DATADIR%%/scripts/Edit/Undo
X@dirrm %%DATADIR%%/scripts/Edit/Redo/ts
X@dirrm %%DATADIR%%/scripts/Edit/Redo/doc
X@dirrm %%DATADIR%%/scripts/Edit/Redo
X@dirrm %%DATADIR%%/scripts/Edit/Paste/ts
X@dirrm %%DATADIR%%/scripts/Edit/Paste/doc
X@dirrm %%DATADIR%%/scripts/Edit/Paste
X@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem/ts
X@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem
X@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/ts
X@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/doc
X@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem
X@dirrm %%DATADIR%%/scripts/Edit/Esc/ts
X@dirrm %%DATADIR%%/scripts/Edit/Esc/doc
X@dirrm %%DATADIR%%/scripts/Edit/Esc
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/doc
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ViewportSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/UnitSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/PageSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/LinetypeSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/GridSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/DimensionSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings/ts
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences/ColorSettings
X@dirrm %%DATADIR%%/scripts/Edit/DrawingPreferences
X@dirrm %%DATADIR%%/scripts/Edit/Delete/ts
X@dirrm %%DATADIR%%/scripts/Edit/Delete/doc
X@dirrm %%DATADIR%%/scripts/Edit/Delete
X@dirrm %%DATADIR%%/scripts/Edit/CutWithReference/ts
X@dirrm %%DATADIR%%/scripts/Edit/CutWithReference/doc
X@dirrm %%DATADIR%%/scripts/Edit/CutWithReference
X@dirrm %%DATADIR%%/scripts/Edit/Cut/ts
X@dirrm %%DATADIR%%/scripts/Edit/Cut/doc
X@dirrm %%DATADIR%%/scripts/Edit/Cut
X@dirrm %%DATADIR%%/scripts/Edit/CopyWithReference/ts
X@dirrm %%DATADIR%%/scripts/Edit/CopyWithReference/doc
X@dirrm %%DATADIR%%/scripts/Edit/CopyWithReference
X@dirrm %%DATADIR%%/scripts/Edit/Copy/ts
X@dirrm %%DATADIR%%/scripts/Edit/Copy/doc/img
X@dirrm %%DATADIR%%/scripts/Edit/Copy/doc
X@dirrm %%DATADIR%%/scripts/Edit/Copy
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/doc
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ToolBarPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/TextPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences/Predefined
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StylePreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/StartupPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/ScriptingPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/LanguagePreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/InputPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ts
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences/GraphicsViewPreferences
X@dirrm %%DATADIR%%/scripts/Edit/AppPreferences
X@dirrm %%DATADIR%%/scripts/Edit
X@dirrm %%DATADIR%%/scripts/Draw/ts
X@dirrm %%DATADIR%%/scripts/Draw/doc
X@dirrm %%DATADIR%%/scripts/Draw/Text/ts
X@dirrm %%DATADIR%%/scripts/Draw/Text/doc
X@dirrm %%DATADIR%%/scripts/Draw/Text/TextDialog
X@dirrm %%DATADIR%%/scripts/Draw/Text
X@dirrm %%DATADIR%%/scripts/Draw/Spline/ts
X@dirrm %%DATADIR%%/scripts/Draw/Spline/doc
X@dirrm %%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/ts
X@dirrm %%DATADIR%%/scripts/Draw/Spline/SplineControlPoints/doc
X@dirrm %%DATADIR%%/scripts/Draw/Spline/SplineControlPoints
X@dirrm %%DATADIR%%/scripts/Draw/Spline
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/ts
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/doc
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/ts
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/doc
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Polyline/DrawPolyline
X@dirrm %%DATADIR%%/scripts/Draw/Polyline
X@dirrm %%DATADIR%%/scripts/Draw/Point/ts
X@dirrm %%DATADIR%%/scripts/Draw/Point/doc
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Point/Point1P
X@dirrm %%DATADIR%%/scripts/Draw/Point
X@dirrm %%DATADIR%%/scripts/Draw/Line/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineVertical
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent2
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineTangent1
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRelativeAngle
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangleSize/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangleSize/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangleSize
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineRectangle
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonPP
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LinePolygonCP
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/data
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallelThrough
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/data
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineParallel
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineOrthogonal
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineHorizontal
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineFreehand/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineFreehand/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineFreehand
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineBisector
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/LineAngle
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Line/Line2P
X@dirrm %%DATADIR%%/scripts/Draw/Line
X@dirrm %%DATADIR%%/scripts/Draw/Image/ts
X@dirrm %%DATADIR%%/scripts/Draw/Image/doc
X@dirrm %%DATADIR%%/scripts/Draw/Image/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Image
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/ts
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/doc
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests/data
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Hatch/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Hatch
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/ts
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/doc
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseCPP
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/ts
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/doc
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse/EllipseArcCPPA
X@dirrm %%DATADIR%%/scripts/Draw/Ellipse
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/Leader
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimVertical
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRotated
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRegen/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRegen/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRegen
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimRadial
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimOrdinate
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimHorizontal
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimDiametric
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAngular
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/ts
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/doc
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Dimension/DimAligned
X@dirrm %%DATADIR%%/scripts/Draw/Dimension
X@dirrm %%DATADIR%%/scripts/Draw/Circle/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleT2P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleT2P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleT2P
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentricThrough
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleConcentric
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCR
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/CircleCP
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3T/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3T/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3T
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle3P
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TR
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TP/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TP/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2TP
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2PR
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Circle/Circle2P
X@dirrm %%DATADIR%%/scripts/Draw/Circle
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcTangential
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentricThrough
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcConcentric
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/ArcCPA
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc3P
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PR
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/ts
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/doc
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/required
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests/actual
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA/Tests
X@dirrm %%DATADIR%%/scripts/Draw/Arc/Arc2PA
X@dirrm %%DATADIR%%/scripts/Draw/Arc
X@dirrm %%DATADIR%%/scripts/Draw
X@dirrm %%DATADIR%%/scripts/Block/ts
X@dirrm %%DATADIR%%/scripts/Block/doc
X@dirrm %%DATADIR%%/scripts/Block/ToggleBlockVisibility/ts
X@dirrm %%DATADIR%%/scripts/Block/ToggleBlockVisibility/doc
X@dirrm %%DATADIR%%/scripts/Block/ToggleBlockVisibility
X@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/ts
X@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/doc
X@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks
X@dirrm %%DATADIR%%/scripts/Block/RenameBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/RenameBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/RenameBlock
X@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/RemoveBlock
X@dirrm %%DATADIR%%/scripts/Block/InsertBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/InsertBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/InsertBlock
X@dirrm %%DATADIR%%/scripts/Block/HideAllBlocks/ts
X@dirrm %%DATADIR%%/scripts/Block/HideAllBlocks/doc
X@dirrm %%DATADIR%%/scripts/Block/HideAllBlocks
X@dirrm %%DATADIR%%/scripts/Block/EditMainDrawing/ts
X@dirrm %%DATADIR%%/scripts/Block/EditMainDrawing/doc
X@dirrm %%DATADIR%%/scripts/Block/EditMainDrawing
X@dirrm %%DATADIR%%/scripts/Block/EditFromReference/ts
X@dirrm %%DATADIR%%/scripts/Block/EditFromReference/doc
X@dirrm %%DATADIR%%/scripts/Block/EditFromReference
X@dirrm %%DATADIR%%/scripts/Block/EditBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/EditBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/EditBlock
X@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/ts
X@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/doc
X@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem
X@dirrm %%DATADIR%%/scripts/Block/CreateBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/CreateBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/CreateBlock
X@dirrm %%DATADIR%%/scripts/Block/AddBlock/ts
X@dirrm %%DATADIR%%/scripts/Block/AddBlock/doc
X@dirrm %%DATADIR%%/scripts/Block/AddBlock
X@dirrm %%DATADIR%%/scripts/Block
X@dirrm %%DATADIR%%/scripts
X@dirrm %%DATADIR%%/plugins/sqldrivers
X@dirrm %%DATADIR%%/plugins/script
X@dirrm %%DATADIR%%/plugins/imageformats
X@dirrm %%DATADIR%%/plugins/designer
X@dirrm %%DATADIR%%/plugins/codecs
X@dirrm %%DATADIR%%/plugins
X@dirrm %%DATADIR%%/patterns/metric
X@dirrm %%DATADIR%%/patterns/imperial
X@dirrm %%DATADIR%%/patterns
X@dirrm %%DATADIR%%/libraries/templates/metric/_META
X@dirrm %%DATADIR%%/libraries/templates/metric
X@dirrm %%DATADIR%%/libraries/templates/imperial/_META
X@dirrm %%DATADIR%%/libraries/templates/imperial
X@dirrm %%DATADIR%%/libraries/templates/_META
X@dirrm %%DATADIR%%/libraries/templates
X@dirrm %%DATADIR%%/libraries/default/misc
X@dirrm %%DATADIR%%/libraries/default/_META
X@dirrm %%DATADIR%%/libraries/default/Symbols/_META
X@dirrm %%DATADIR%%/libraries/default/Symbols
X@dirrm %%DATADIR%%/libraries/default/Mechanics/_META
X@dirrm %%DATADIR%%/libraries/default/Mechanics
X@dirrm %%DATADIR%%/libraries/default/Hydraulics/_META
X@dirrm %%DATADIR%%/libraries/default/Hydraulics
X@dirrm %%DATADIR%%/libraries/default/Examples
X@dirrm %%DATADIR%%/libraries/default/Architecture/_META
X@dirrm %%DATADIR%%/libraries/default/Architecture
X@dirrm %%DATADIR%%/libraries/default
X@dirrm %%DATADIR%%/libraries
X@dirrm %%DATADIR%%/fonts
ff5d28f6a16534f7c21f58c2f2a17555
exit
--- qcad.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130809153215.DF54B42D16AA>